@font-face {
    font-family: "Campton Light";
    src: url("../fonts/Campton-LightDEMO.woff2") format("woff2"),
        url("../fonts/Campton-LightDEMO.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Campton Book";
    src: url("../fonts/Campton-Book.woff2") format("woff2"),
        url("../fonts/Campton-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "SFProText-Regular";
    src: url("../fonts/SFProText-Regular.woff2") format("woff2"),
        url("../fonts/SFProText-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Campton Book";
    src: url("../fonts/Campton-BoldDEMO.woff2") format("woff2"),
        url("../fonts/Campton-BoldDEMO.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: "Neue Haas Grotesk";
    src: url("../fonts/FHOscar-Bold.woff2") format("woff2"),
        url("../fonts/FHOscar-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Neue Haas Grotesk";
    src: url("../fonts/FHOscar-Regular.woff2") format("woff2"),
        url("../fonts/FHOscar-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Neue Haas Grotesk";
    src: url("../fonts/FHOscar-Light.woff2") format("woff2"),
        url("../fonts/FHOscar-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
} */

/* Neue Haas Grotesk Roman */
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=b87c1226-9cbf-4314-88b5-490001709881&fontids=5549029");
@font-face {
    font-family: "Neue Haas Grotesk";
    src: url("../fonts/neue-haas-grotesk-reg.woff2") format("woff2"),
        url("../fonts/neue-haas-grotesk-reg.woff") format("woff");
    font-display: swap;
}
* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

html,
body {
    overflow-x: hidden;
}

body {
    box-sizing: border-box;
    font-family: "Neue Haas Grotesk";
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.0409091px;
    background: #fff;
    color: #000;
    padding-top: 170px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.mobile-overlay-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.landing-hero {
    padding-top: 0;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    transition: all 0.4s;
}

a:hover {
    opacity: 0.5;
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Neue Haas Grotesk";
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.1px;
}

h1 {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0.0772727px;
}

h2 {
    font-size: 55px;
    line-height: 64px;
}

h3 {
    font-size: 44px;
    line-height: 46px;
    color: #151515;
    margin: 0;
}

h4 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.0409091px;
}

ul {
    list-style: none;
}

ul li {
    list-style: none;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}

ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #434343;
}

p {
    margin-bottom: 24px;
}

p:last-of-type {
    margin-bottom: 0;
}

p a,
li a {
    transition: all 0.4s;
    text-decoration: none !important;
}

strong {
    font-weight: bold;
}

p a:hover,
li a:hover {
    opacity: 0.5;
    color: #000;
    text-decoration-line: underline;
}

:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn {
    height: 44px;
    transition: all 0.4s;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #2e00e7;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 26px;
    transition: all 0.4s;
    font-family: "Neue Haas Grotesk";
    font-style: normal;
    padding-bottom: 3px;
    background: transparent;
    border: 2px solid #2e00e7;
}

.btn:hover {
    background: #2e00e7;
    color: #fff;
    border-color: #2e00e7;
    opacity: 1;
}

.btn-blue {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-blue:hover {
    background: #2e00e7;
    border-color: #2e00e7;
}

.slick-prev,
.slick-next {
    height: 22px;
    width: 30px;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    height: 22px;
    display: block;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before {
    content: "";
    background: url("../images/arrow-left.svg") no-repeat;
}

.slick-prev:before {
    content: "";
    background: url("../images/arrow-right.svg") no-repeat;
}

.slick-dots li {
    height: auto;
    width: auto;
    margin: 0 16px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #333333;
    transition: all 0.4s;
    padding: 0;
    border: 0;
}

.slick-dots {
    bottom: -37px;
}

.slick-dots li:after {
    display: none;
}

.slick-dots li.slick-active button {
    border: 0;
    background: #00df94;
}

button:focus {
    outline: none;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 100%;
    padding: 0 30px;
    position: relative;
}

.background-img {
    background-position: center;
    background-size: cover;
}

.admin-bar .home-video-section {
    height: calc(100vh - 32px);
}

.home-video-section .mobile {
    display: none;
}
@media (max-width: 767px) {
    .home-video-section .mobile {
        display: block;
    }
}
.home-video-section .desktop {
    display: block;
}
/* @media (max-width: 767px) {
    .home-video-section .desktop {
        display: none;
    }
} */

#controls button {
    /* cursor: url("../images/cursor.cur"), auto; */
}

@media (max-width: 750px) {
    .header {
        position: fixed;
        height: 60px;
        background: #fff !important;
        padding: 15px 0;
        top: 0;
    }
}

.header .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 30px;
}

.menu-toggle {
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    z-index: 10000;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}
.menu-toggle::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    position: absolute;
}

.mobile-menu {
    left: -100%;
    opacity: 0;
    visibility: none;
    transition: all 0.3s ease-in-out;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100001;

    background: #fff;
}

.mobile-menu__inner {
    height: 100%;
    overflow-y: scroll;
}

.mobile-menu .logo {
    left: 20px;
    position: absolute;
    top: 14px;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
}
.mobile-menu .menu-close {
    position: absolute;
    top: 12px;
    right: 11px;
    height: 32px;
    cursor: pointer;
    width: 32px;
    transform: rotate(-45deg);
}
.mobile-menu .menu-close::before {
    content: "";
    display: block;
    border-radius: 1px;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    position: absolute;
}
.mobile-menu .menu-close::after {
    content: "";
    display: block;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    position: absolute;
}
.mobile-menu .mobile-nav-menu {
    padding: 100px 20px 30px;
}
.mobile-menu .mobile-nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-menu .mobile-nav-menu li {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
}
.mobile-menu .mobile-nav-menu li::before {
    display: none;
}
.mobile-menu .mobile-nav-menu a {
    color: #000;
}
.mobile-menu .mobile-menu-bottom {
    padding: 0 20px;
}
.mobile-menu .mobile-menu-bottom p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}
.mobile-menu .mobile-menu-bottom p a {
    color: #000;
}
.mobile-menu .mobile-menu-bottom em {
    font-family: "Palatino-Italic";
}
.mobile-menu .mobile-menu-bottom p:last-child {
    margin: 0;
}

.mobile-menu .highlight:after {
    background: #000;
}

.nav-menu ul {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-menu ul li {
    padding: 0 15px;
    margin: 0;
}

.nav-menu ul li:last-child {
    padding-right: 0;
}

.nav-menu ul li:before {
    display: none;
}

.nav-menu ul li a {
    transition: all 0.4s;
    font-family: "Neue Haas Grotesk";
    font-weight: normal;
    font-size: 22px;
    line-height: 0;
    letter-spacing: 0.01px;
    text-transform: uppercase;
    font-weight: 300;
}

/* .nav-menu ul li a:hover,
.nav-menu ul li.current-menu-item a{
    color: #000;
    opacity: 1;
} */
.home .nav-menu ul li a:hover,
.home .nav-menu ul li.current-menu-item a {
    color: #fff;
}

.single-work .nav-menu ul li a:hover,
.single-work .nav-menu ul li.current-menu-item a {
    color: #fff;
}

body.home.no-landing .nav-menu ul li.current-menu-item a {
    color: #fff;
}

body.single-work .nav-menu ul li.current-menu-item a {
    color: #fff;
}

body.no-landing .home-video-section {
    height: 100vh;
}

.header {
    padding: 30px 0;
}

.admin-bar .header {
    margin-top: 32px;
}

@media (max-width: 1024px) {
    .admin-bar .header {
        margin-top: 32px;
    }
}

@media (max-width: 782px) {
    .admin-bar .header {
        margin-top: 46px;
    }
}

.footer-msg .jctkr-wrapper {
    position: static;
    overflow-y: hidden;
}

.footer-msg .jctkr-wrapper ul {
    display: flex;
    align-items: center;
}

.footer-msg .jctkr-wrapper ul li {
    margin-bottom: 0;
    font-weight: 400;
}

.footer-msg .jctkr-wrapper ul li a {
    color: #fff !important;
}

.footer-msg .jctkr-wrapper ul li::before {
    display: none;
}

.footer-msg {
    display: flex;
    height: 41px;
    background: #000;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    font-family: "Neue Haas Grotesk";
    font-weight: bold;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    color: #fff;
}

.background-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.full-width-section {
    display: flex;
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.full-width-section.banner-about {
    margin-top: 0;
}

.full-width-section .section-content {
    bottom: 14px;
}

.full-width-section .section-content h2 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 8px;
    font-size: 72px;
    line-height: 76px;
}

.full-width-section video {
    display: block;
}

.full-width-section:first-child {
    margin-top: 0;
}

.footer-msg + .full-width-section {
    margin-top: 0;
}

.image-right-section + .full-width-section {
    margin-top: 0;
}

.full-width-section .container {
    padding: 0;
}

.full-width-section video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

.section-content {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    left: 30px;
    z-index: 9;
    display: block;
}

.section-content p {
    margin-bottom: 24px;
}

.section-content a h2 {
    color: #fff;
}

.banner-video-link {
    display: block;
}

.image-center-section .section-content a h2 {
    color: #000;
}

.half-split-section .section-content a h2 {
    color: #000;
}

.section-content h2 {
    margin-bottom: 8px;
}

.section-content .btn {
    margin-top: 0px;
}

/* .banner-about .section-content .btn:hover {
    border-color: #2E00E7;
    color: #fff;
    opacity: 1;
} */
.image-center-section {
    color: #000;
    position: relative;
    padding-top: 170px;
}

.image-center-section .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-center-section .img-video {
    width: 100%;
    height: 744px;
    max-width: 576px;
}

.image-center-section .img-video .new-img {
    width: 100%;
    height: 100%;
}

.image-center-section .section-content {
    bottom: unset;
    left: unset;
    position: relative;
    width: 100%;
    max-width: calc(100% - 576px);
    padding: 0 40px;
}

.new-content {
    max-width: 461px;
    margin: 0 auto;
}

.img-video {
    width: 960px;
    height: 700px;
    margin: 0 auto;
}

.image-left-section {
    color: #fff;
    padding-bottom: 0;
    position: relative;
    padding-top: 170px;
    padding-left: 20px;
}

.image-left-section .container {
    padding: 0;
}

.image-left-section .section-content {
    bottom: 50px;
    left: 30px;
    max-width: 910px;
}

.left-img-video {
    margin-top: 0;
    margin-left: 0px;
    width: 960px;
    height: 660px;
    display: block;
    position: relative;
}

.block-builder-title {
    display: none;
    visibility: hidden;
}

.page-id-227 .block-builder-title {
    padding: 0 25px;
    margin: 0 0 19px;
    display: block;
    visibility: visible;
    position: relative;
    z-index: 999;
    color: #8f8f8f;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: unset;
}

/* .full-width-top-content {
    height: 1000px;
} */
.full-width-top-content .section-content {
    top: 19px;
    bottom: unset;
    width: 50%;
}

.home .full-width-section:first-of-type {
    margin-top: 0;
}

.full-content {
    padding: 50px 0 110px;
    font-weight: bold;
    font-size: 44px;
    line-height: 46px;
    background-color: #fff;
    color: #151515;
}
.full-content p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}
@media (max-width: 1023px) {
    .full-content p {
        font-size: 18px;
        line-height: 24px;
    }
}
.full-content p:last-child {
    margin: 0;
}

/* .full-content h3 span{
    font-weight: normal;
} */
.image-right-section {
    color: #fff;
    position: relative;
    padding-top: 170px;
}

.image-right-section .section-content {
    left: 25px;
    bottom: 25px;
    max-width: 910px;
}

.image-right-section .img-video {
    margin-right: 0;
    margin-left: auto;
    position: relative;
    height: 660px;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.half-split-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.half-split-section .section-content {
    width: 100%;
    max-width: calc(100% - 576px);
    bottom: unset;
    left: 0;
    position: relative;
    margin: 0 auto;
    padding-right: 40px;
}

.center-img-block {
    width: 1048px;
    /* height: 850px; */
    margin: 0 auto;
}

.half-split-section .img-video {
    width: 100%;
    margin: 0;
    max-width: 576px;
    text-align: right;
}

.half-split-section .img-video iframe {
    position: inherit;
}

.video-text-section {
    background: #000;
    position: relative;
    height: 600px;
}

.video-text-section video {
    width: 100%;
    height: 600px;
}

.video-text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 40.5%;
    width: 100%;
}

.video-text h2 {
    font-size: 88px;
    line-height: 90px;
}

.blue-heading-section h2 {
    color: #2e00e7;
}

.footer-content {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    max-width: 895px;
    color: #000000;
}

.footer-menu {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-menu ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-menu ul li {
    padding: 0;
    padding-left: 30px;
}

.footer-menu ul li:first-child {
    padding: 0;
}

.footer-menu ul li:before {
    display: none;
}

.footer-menu a,
.footer-menu p {
    font-family: Neue Haas Grotesk;
    align-items: center;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-weight: 300;
}

.footer-menu p {
    margin-bottom: 0;
}

.footer-menu a img {
    filter: brightness(0);
    transition: all 0.4s;
}

.footer-menu a:hover {
    opacity: 1;
    color: #2e00e7;
}

.footer-menu a:hover img {
    filter: brightness(100%);
}

.full-image-outer {
    height: 900px;
}

.full-img-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.full-img-link a,
.full-img-link p {
    font-weight: bold;
    font-size: 36px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2e00e7;
    /* opacity: 1 !important; */
    margin: 0;
}

.full-img-link a:hover {
    color: #2e00e7;
}

.full-width-heading {
    background: #fff;
}

.full-width-heading p {
    font-size: 40px;
    line-height: 40px;
}

.center-img-section img {
    max-width: 1048px;
    margin: 0 auto;
}

.center-img-section {
    display: flex;
    justify-content: center;
}
@media (max-width: 1023px) {
    .center-img-section {
        padding: 0 !important;
    }
}

.double-img-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.half-img {
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    height: 900px;
}

.half-img-outer {
    height: 900px;
    width: 100%;
}

.half-img:last-child {
    justify-content: flex-start;
}

.half-heading-content-section h3 {
    width: 100%;
    max-width: 50%;
    transition: all 0.4s;
}

.half-heading-content-section h2 {
    font-size: 96px;
    line-height: 90px;
    position: relative;
    top: -4px;
}
@media (max-width: 1023px) {
    .half-heading-content-section h2 {
        font-size: 48px;
        line-height: 48px;
    }
}

.half-heading-content-section p {
    font-size: 24px;
    line-height: 1.2;
    width: 100%;
    letter-spacing: -0.01px;
}
@media (max-width: 1023px) {
    .half-heading-content-section p {
        font-size: 18px;
        line-height: 22px;
    }
}

.half-heading-content-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.half-heading-content-section .container > div:first-of-type {
    width: 40%;
    padding-right: 40px;
}

.half-heading-content-section .container > div {
    width: 50%;
}

.half-heading-content-section .left h1,
.half-heading-content-section .left h2,
.half-heading-content-section .left h3,
.half-heading-content-section .left h4,
.half-heading-content-section .left h5,
.half-heading-content-section .left h6,
.half-heading-content-section .left p {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 8px;
    letter-spacing: -0.1px;
}

.half-heading-content-section .content {
    display: flex;
    justify-content: space-between;
}

.half-heading-content-section span {
    font-size: 28px;
    line-height: 36px;
}

.half-heading-content-section .right span:nth-of-type(even) {
    text-align: right;
    padding-left: 40px;
}

.half-heading-content-section .content .line-through {
    position: relative;
    display: inline-block;
}

.half-heading-content-section .content .line-through {
    text-decoration: line-through;
}

/* .half-heading-content-section .content .line-through:after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 18px;
    left: 0;
} */

.half-heading-content-section + .work-slider-section,
.half-heading-content-section + .static-slider-section {
    padding-top: 0;
}

.background-center-img-section {
    padding: 112px 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.background-center-img {
    max-width: 1048px;
    margin: 0 auto;
}

.static-slider-section {
    max-width: 1660px;
    margin: 0 auto;
}

.work-slider-section .slick-list,
.static-slider-section .slick-list {
    padding-left: 0 !important;
}

.work-slider-section {
    padding-bottom: 0;
}

.work-slider-section {
    margin-left: -15px;
}

.work-slider-section .slick-slide {
    margin: 0 15px 0;
}

.static-slider-section .slick-slide {
    margin: 0 3.0120481928%;
    cursor: unset;
    position: relative;
}

.project-section {
    padding: 8px 0 80px;
    background: #fff;
}

.project-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-nav a {
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2e00e7;
    display: flex;
    align-items: center;
}

.project-nav a img {
    margin-right: 15px;
    margin-top: 6px;
    display: none;
}

.project-nav .nav-next a img {
    margin-left: 15px;
    margin-right: 0;
}

.navigation.post-navigation {
    width: 100%;
}

.project-nav .screen-reader-text {
    display: none;
}

.project-nav .nav-subtitle {
    display: flex;
    align-items: center;
}

.project-nav .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-listing {
    padding-top: 108px;
}

.project-listing ul {
    margin: 0;
}

.project-listing ul li {
    padding: 0;
    margin: 0;
}

.project-listing ul li:before {
    display: none;
}

.project-listing ul li a {
    display: flex;
    align-items: center;
    padding: 64px 30px;
    justify-content: space-between;
    border-top: 1px solid #1a1a1a;
    transition: all 0.1s;
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.project-listing ul li a label {
    margin: 0;
}

.project-listing ul li a:hover {
    background: #2e00e7;
    color: #fff;
    opacity: 1;
}

.slider-wrap .container {
    position: relative;
}

.slick-slide > div {
    display: flex;
}

.slider-wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.slider-wrap .img-wrap {
    height: 960px;
}

.slider-wrap video,
.slider-wrap img {
    display: block;
}

.slider-wrap .img-wrap-img {
    height: 960px;
}

.slider-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
}

.slider-progress:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    display: block;
}

.slider-progress span {
    display: block;
    width: 0px;
    height: 100%;
    background-color: #fff;
    transition: all 0s linear;
}

.slider-progress span.active {
    width: 100%;
}

.client-caption {
    font-size: 22px;
    line-height: 25px;
    color: #151515;
    padding-top: 26px;
    font-family: "Palatino-Italic";
    font-weight: 500;
}

.globle-studio-section .container {
    position: relative;
    display: flex;
}

.globle-studio-section h2 {
    font-size: 64px;
    line-height: 67px;
    color: #000;
    position: absolute;
    top: 28px;
    left: 15px;
}

.globle-studio-section iframe {
    height: 900px;
}

.gif-box {
    position: absolute;
    top: 0;
    right: 0;
}

.species-section {
    padding: 44px 0;
    text-align: center;
}

.species-boxes {
    max-width: 540px;
    margin: 0 auto;
}

.species-item {
    max-width: 509px;
    width: 100%;
    border: 4px solid #000;
    padding: 25px;
    margin: 0 auto;
}

.species-item h3 {
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: #000;
    margin: 0;
}

.species-item span {
    font-weight: bold;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    color: #000;
}

.species-item h4 {
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: #2e00e7;
    margin: 0;
}

.species-item.species-round {
    border-radius: 50%;
    padding: 75px 50px;
    max-width: 540px;
    margin: -20px auto;
}

.species-item {
    position: relative;
}

.species-item.last-species:before {
    position: absolute;
    content: "";
    background: url("../images/indicate-error.png") no-repeat;
    width: 63px;
    height: 76px;
    right: 97px;
    bottom: -76px;
}

.species-cartoon {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    transform: translateX(66px);
}

.species-cartoon a {
    opacity: 1 !important;
}

.how-we-play-section {
    padding: 30px 0 363px;
}

.how-we-play-section h2 {
    font-size: 64px;
    line-height: 67px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.how-we-play-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.how-we-play-left {
    width: 100%;
    max-width: 459px;
}

.how-we-play-right {
    width: 100%;
    max-width: 828px;
}

.how-we-play-right ul li {
    font-size: 58px;
    line-height: 67px;
    text-align: right;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-family: "Neue Haas Grotesk";
    font-weight: 400;
}

.how-we-play-right ul li::before {
    display: none;
}

.how-we-play-content ul {
    list-style: none;
    margin: 0;
}

.how-we-play-left ul li,
.how-we-play-left ul li a {
    font-size: 58px;
    line-height: 67px;
    color: #ffffff;
    position: relative;
    padding: 0;
    display: inline-block;
    margin: 0;
    font-family: "Neue Haas Grotesk";
    opacity: 1 !important;
    font-weight: 400;
}

.how-we-play-left ul li:before {
    left: 0;
    top: 50%;
    height: 6px;
    background: #000;
    width: 100%;
    border-radius: 0;
    z-index: 1;
}

.how-we-play-img-section {
    position: relative;
    margin-top: -200px;
}

.mobile-frame {
    position: absolute;
    left: 50%;
    top: 160px;
    width: 320px;
    height: 662px;
    background-image: url(../images/mobile.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 55.19px 19.5px 102.9px 19.81px;
    transform: translate(-50%, 0%);
}

.mobile-frame video {
    object-fit: initial;
}

.globle-studio-section {
    position: relative;
    height: 900px;
}

img.white {
    transition: all 0.4s;
    opacity: 1;
}

.footer-menu a img.blue {
    transition: all 0.4s;
    opacity: 0;
    position: absolute;
    right: 20px;
    bottom: 2px;
    filter: brightness(1);
}

.back-top a:hover img.white {
    opacity: 0;
}

.back-top a:hover img.blue {
    opacity: 1;
}

.contact-page {
    padding: 50px 0 50px;
}

.contact-page-jobs {
    padding: 0 0 100px;
}
@media (max-width: 1023px) {
    .contact-page-jobs {
        padding: 0;
    }
}

.contact-page .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact-widgets {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
    color: #151515;
}

.contact-widgets a {
    font-family: Palatino-Italic;
    font-style: italic;
    text-transform: initial;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    color: #151515;
    margin-top: 10px;
    display: block;
}

.contact-widgets a:hover,
.contact-page-jobs a:hover {
    color: #2e00e7;
    opacity: 1;
}

.contact-widgets-outer {
    max-width: 360px;
}

/* .contact-widgets h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 14px;
} */
.contact-widgets h3,
.contact-page-jobs h3 {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
}
@media (max-width: 1023px) {
    .contact-widgets h3,
    .contact-page-jobs h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 8px;
    }
}

.contact-page-jobs p {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
    color: #151515;
}
@media (max-width: 1023px) {
    .contact-page-jobs p {
        font-size: 16px;
        line-height: 23px;
    }
}
.contact-page-jobs p a {
    font-family: "Palatino-Italic";
}

.contact-page-jobs .roles {
    padding-top: 30px;
}
@media (max-width: 1023px) {
    .contact-page-jobs .roles {
        padding-bottom: 30px;
        padding-top: 10px;
    }
}
@media (max-width: 1023px) {
    .contact-page-jobs .roles p em {
        display: block;
    }
}
@media (max-width: 1023px) {
    .contact-page-jobs .roles p {
        max-width: 100%;
    }
    .contact-page-jobs .roles p br {
        display: none;
    }
}
.contact-page-jobs em {
    font-family: "Palatino-Italic";
    font-style: normal;
}

.new-enquiry h6 {
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}

.new-enquiry p {
    margin-bottom: 0;
}

.anything-box {
    position: relative;
}

.social-box p {
    margin-bottom: 0;
}

.anything-box:before {
    content: "";
    position: absolute;
    left: 0;
    width: 11px;
    height: 1px;
    background: #fff;
    top: -4px;
}

.contact-widgets.social-box {
    margin-left: 120px;
}

.new-enquiry a {
    display: inline-block;
    margin-top: 10px;
}

.office-box {
    display: flex;
    justify-content: flex-end;
    margin-left: 120px;
}

.office-box .contact-widgets-outer {
    max-width: 320px;
}

.office-box a {
    font-family: "Neue Haas Grotesk";
    font-style: normal;
    text-decoration: none;
    display: block;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
    color: #151515;
}

.logo {
    max-width: 100px;
    width: 100%;
}

.logo a {
    display: block;
}

.full-width-img {
    height: 900px;
}

.full-width-top-content .full-width-img {
    height: 1000px;
}

.full-img-center-section,
.full-img-center-img {
    position: relative;
}

.full-video-center-section {
    height: 820px;
}

/* .full-img-center-img.background-img {
    min-height: 1080px;
} */
.work-slide-img {
    width: 100%;
}

/* .work-slide {
    height: 960px;
} */

.phone-top {
    margin-bottom: 15px;
}

.phone-bottom {
    margin-top: 15px;
}

.phone-top,
.phone-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.static-slide-img,
.static-slide video {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.img-wrap {
    height: 620px;
}

.img-wrap-img {
    height: 620px;
    width: 100%;
}

.how-we-play-img {
    max-width: 1214px;
    margin: 0 auto;
}

.half-split-img-outer {
    height: 1000px;
    width: 100%;
}

.half-split-outer {
    width: 100%;
    max-width: 576px;
    height: 744px;
}

section.error-404.not-found {
    position: relative;
}

.error-page-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
}

.error-page-content h2 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 72px;
    line-height: 76px;
    color: #ffffff;
}

.error-page-content a.btn {
    border-color: #fff;
    color: #fff;
}

.error-page-content a.btn:hover {
    border-color: #2e00e7;
}

/* .wow.animated {
    animation: fadeUp 1.2s ease-out 0.15s forwards;
    opacity: 1;
    transform: translate3d(0, 1rem, 0);
}
.wow-text.wow.animated {
    animation: textfadeUp 1.2s ease-out 0.15s forwards;
    opacity: 0;
} */
@keyframes fadeUp {
    0% {
        transform: translate3d(0, 1rem, 0);
    }
    75% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes textfadeUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 1rem, 0);
    }
    75% {
        opacity: 0.75;
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

body,
html {
    background-color: #fff;
}

.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
}

.slide-header {
    transition: all 0.8s !important;
    background: #e7e5e1 !important;
    animation: none !important;
    top: 0 !important;
}

.slide-header.header.nav-down .nav-menu {
    opacity: 1 !important;
}

.slide-header.header.nav-up .nav-menu {
    opacity: 1 !important;
}

.fixed-header.slide-header .logo {
    max-width: 159px !important;
}

.header.fixed-header.slide-header .nav-menu ul li a {
    font-size: 40px;
    line-height: 26px;
}

.home.no-landing .header {
    top: 0;
}

.header .nav-menu {
    transition: all 0.4s;
}

.logo {
    transition: all 0.4s;
}

/* .fixed-header .logo {
    max-width: 130px;
    margin-left: 5px;
} */
.header.fixed-header {
    transition: none;
}

.header.nav-down,
.header.nav-up {
    transition: none;
}

/* .header.fixed-header .nav-menu ul li a{
    font-size: 30px;
    line-height: 40px;
} */
.header.nav-down .nav-menu {
    opacity: 1;
}

div#controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 50px;
}

progress#progress-bar {
    width: calc(100% - 100px);
    height: 4px;
    border-radius: 10px;
    margin-left: 30px;
    cursor: pointer;
}

progress::-moz-progress-bar {
    color: red;
    background: #2e00e7;
    cursor: pointer;
}

progress[value]::-webkit-progress-bar {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

progress[value]::-webkit-progress-value {
    background-color: #2e00e7;
    cursor: pointer;
}

.logo img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
}

html {
    scroll-behavior: smooth;
}

.header {
    z-index: 999;
    mix-blend-mode: difference;
}

.header a {
    color: #fff;
}

.header a:hover {
    opacity: 0.5;
    color: #fff;
}

/* .nav-menu a {
    color: #fff;
} */

/* .header .nav-menu li a,
.header .nav-menu li a:hover,
.header .nav-menu li.current-menu-item a {
    color: #000000;
} */

.landing-hero .logo img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
}

/* .landing-hero .nav-menu li a,
.landing-hero .nav-menu li.current-menu-item a {
    color: #ffffff;
} */

/* .page-id-12 .light-nav.logo img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
} */

.logo a:hover {
    opacity: 1;
}

/* .page-id-12 .nav-menu ul li a:hover,
body.page-id-12 .light-nav.header .nav-menu ul li.current-menu-item a {
    color: #fff;
} */

/* .single-work .nav-menu ul li a:hover {
  color: #000;
} */

/* .home .logo img, .single-work .logo img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
} */
.full-img-center-section + .full-content {
    background: #fff;
}

/* body.page-id-12 .light-nav.header .logo img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
}

body .darkHeader.header .logo img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
} */

/* body .darkHeader.header .nav-menu ul li a:hover {
    color: #fff;
}

body .darkHeader.header .nav-menu ul li.current-menu-item a {
    color: #fff;
} */

.full-img-center-section + .full-img-center-section #controls {
    display: none !important;
}

#controls {
    opacity: 0;
    transition: all 0.4s;
}

.full-img-center-section:hover #controls {
    opacity: 1;
}

.header:hover .nav-menu {
    opacity: 1;
}

.project-section .container {
    padding: 0 25px;
}

body:before {
    z-index: -1;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
}

/* .image-left-section .section-content, .image-right-section .section-content, .banner-about .section-content {
    opacity: 0;
    transition: all .4s;
} */
.outer-video:hover .section-content .btn,
.full-width-section:hover .section-content .btn,
.image-right-section .img-video:hover .section-content .btn {
    opacity: 1;
    background: #2e00e7;
    border-color: #2e00e7;
}

.image-left-section a:hover,
.image-right-section a:hover,
.banner-about a:hover {
    opacity: 1;
}

#btnStop,
#btnFullScreen {
    display: none;
}

button#btnPlayPause {
    background: transparent;
    border: 0;
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 0;
}

button#btnPlayPause:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/pause-icon.svg") no-repeat;
    width: 12px;
    height: 16px;
    opacity: 0;
    transition: all 0.3s;
}

button#btnPlayPause:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/play-btn.svg") no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: all 0.3s;
}

.pause#btnPlayPause:before {
    opacity: 1;
}

.play#btnPlayPause::after {
    opacity: 1;
}

input#volume-bar {
    transform: rotate(-90deg) translateX(77px) translateY(77px);
}

button#btnMute {
    font-size: 0;
    position: absolute;
    border: 0;
    background: transparent;
    right: 40px;
    bottom: 49px;
}

button#btnMute:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../images/volume.svg") no-repeat;
}

button#btnMute.unmute:before {
    background: url("../images/volume-mute.svg") no-repeat;
}

input#volume-bar {
    transform: rotate(-90deg);
    position: absolute;
    right: -32px;
    bottom: 140px;
    z-index: 1;
}

.left-image-text-blocks {
    background: #fff;
}

.left-image-text-blocks .new-content {
    margin-left: 70px;
    max-width: 100%;
}

.right-image-text-blocks .new-content {
    margin-right: 70px;
    max-width: 100%;
}

.right-image-text-blocks .section-content {
    display: flex;
    justify-content: flex-end;
}

.left-image-text-blocks .container {
    padding: 0 200px;
}

.right-image-text-blocks .container {
    padding: 0 200px;
}

.outer-video {
    display: inline-block;
}

input[type="range"] {
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="range"]:focus {
    outline: none;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    background: #fff;
    cursor: pointer;
    height: 4px;
    border: 0;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: none;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    html input[type="range"] {
        overflow: hidden;
        height: 4px;
        -webkit-appearance: none;
        background-color: #ddd;
        cursor: pointer;
    }

    html input[type="range"]::-webkit-slider-runnable-track {
        height: 40px;
        -webkit-appearance: none;
        color: #444;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
        cursor: pointer;
    }

    html input[type="range"]::-webkit-slider-thumb {
        width: 40px;
        -webkit-appearance: none;
        height: 40px;
        cursor: ew-resize;
        background: #fff;
        box-shadow: -340px 0 0 320px #2e00e7, inset 0 0 0 40px #2e00e7;
        border-radius: 50%;
        -webkit-transition: box-shadow 0.2s ease-in-out;
        transition: box-shadow 0.2s ease-in-out;
        position: relative;
        cursor: pointer;
    }

    html input[type="range"]:active::-webkit-slider-thumb {
        background: #2e00e7;
        box-shadow: -340px 0 0 320px #2e00e7, inset 0 0 0 0 #2e00e7;
        cursor: pointer;
    }
}
html input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
    cursor: pointer;
}

html input[type="range"]::-moz-range-track {
    background-color: #9a905d;
    cursor: pointer;
}

html input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
    cursor: pointer;
}

html input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
    cursor: pointer;
}

.back-top a {
    display: inline-block;
    width: 40px;
}

iframe,
object,
embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.img-video a:hover {
    opacity: 1;
}

.full-width-section iframe {
    width: 100%;
}

.full-width-section img {
    width: 100%;
    height: auto;
}

.work-slide iframe,
.static-slide iframe {
    position: inherit;
}

.full-img-center-img.background-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customize-screen {
    overflow: hidden;
}

.full-img-center-img.background-img img {
    width: 100%;
}

.vide-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vide {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.quote-content {
    font-weight: bold;
    font-size: 44px;
    line-height: 46px;
    background-color: #fff;
    color: #151515;
}
.quote-content p {
    font-size: 36px;
    line-height: 44px;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    font-weight: 400;
}

.slick-slide {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.slick-slide:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* Fade in lazyloaded images */
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 0.3s;
}

.articles-crew .container {
    display: flex;
}
@media (max-width: 1023px) {
    .articles-crew .container {
        display: block;
    }
}
.articles-crew .container .columns {
    flex-basis: 50%;
    flex-grow: 0;
}
@media (max-width: 1023px) {
    .articles-crew .container .columns {
        flex-basis: 100%;
    }
}
.articles-crew .container h3 {
    font-family: "Palatino-Italic";
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
}
@media (max-width: 1023px) {
    .articles-crew .container h3 {
        font-size: 20px;
        line-height: 24px;
    }
}
.articles-crew .container p {
    font-size: 24px;
    line-height: 28px;
}
.articles-crew .container .text-right {
    text-align: right;
}
@media (max-width: 1023px) {
    .articles-crew .container .text-right {
        text-align: left !important;
    }
    .articles-crew .container .text-right h3 {
        display: none;
    }
}

.space-220 {
    padding-bottom: 220px;
}
@media (max-width: 1023px) {
    .space-220 {
        padding-bottom: 30px;
    }
}

.space-140 {
    padding-bottom: 140px;
}
@media (max-width: 1023px) {
    .space-140 {
        padding-bottom: 30px;
    }
}

.space-110 {
    padding-bottom: 120px;
}

.space-50 {
    padding-bottom: 60px;
}

.work-template-default .entry-content .full-img-center-section:first-child {
    min-height: calc(100vh - 41px);
}
@media (max-width: 1023px) {
    .work-template-default .entry-content .full-img-center-section:first-child {
        min-height: 1px;
    }
}
.work-template-default
    .entry-content
    .full-img-center-section:first-child
    .full-video-center-section {
    min-height: calc(100vh - 41px);
}
@media (max-width: 1023px) {
    .work-template-default
        .entry-content
        .full-img-center-section:first-child
        .full-video-center-section {
        min-height: 1px;
    }
}

@media (max-width: 1023px) {
    .home .vide-section {
        padding-top: 40px;
    }
}

.header .nav-menu {
    width: 50%;
}

.header .nav-menu ul {
    width: 100%;
    justify-content: space-between;
}

.header .nav-menu li:first-of-type {
    padding-left: 0;
}

.back-top a {
    width: auto;
    font-weight: 300;
}

.site-footer {
    background: #fff;
    padding: 22px 0;
}

.site-footer .col {
    padding-right: 40px;
}

.site-footer .cols {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .col {
    display: flex;
    flex-direction: column;
    margin-bottom: 68px;
    padding: 0 40px 0 0;
}

.site-footer .cols p {
    font-size: 24px;
    line-height: 1.5;
}

.site-footer .cols p,
.site-footer .cols a {
    color: #8f8f8f;
}

.site-footer__heading {
    font-family: "Neue Haas Grotesk";
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.site-footer__text a:hover {
    color: #2e00e7;
    opacity: 1;
}

.text-large {
    display: block;
    margin-bottom: 50px;
}

.text-large p {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 8px;
    font-weight: 500;
    letter-spacing: -0.1px;
}

.text-medium p {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.1px;
}

.text-small p {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0.1px;
}

.playground p > a {
    position: relative;
    display: inline-block;
}

.playground p > a:after {
    content: "";
    height: 1px;
    background: #000;
    display: block;
    transition: 0.3s ease;
}

.playground p > a:hover {
    color: #2e00e7;
    opacity: 1;
}

.playground p > a:hover:after {
    background: #2e00e7;
}

.articles-crew .crew {
    display: flex;
    padding-right: 40px;
}

.articles-crew .crew span {
    width: 300px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    padding-right: 40px;
    color: #8f8f8f;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
}

.image-or-video-mobile-swap-section {
    max-width: 85%;
    margin: 0 auto;
}

.mobile-menu .mobile-menu-bottom p {
    margin-bottom: 22px;
}

.home-video-section .background-img {
    width: 100%;
}

.mobile-menu .mobile-menu-bottom {
    padding: 0 15px;
}

a.highlight {
    position: relative;
    display: inline-block;
}

a.highlight:after {
    content: "";
    height: 1px;
    background: #fff;
    display: block;
    transition: 0.3s ease;
}

.admin-bar .home-video-section {
    height: calc(100vh - 32px);
}

.home-video-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-img-center-section {
    position: relative;
}

.video__mute {
    position: absolute;
    bottom: 21px;
    right: 17px;
    width: 44px;
    height: 44px;
    z-index: 999;
    cursor: pointer;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video__mute span {
    display: block;
    background: url(../images/volume.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.video__mute span:after {
    content: "";
    height: 3px;
    width: 24px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s all;
}

.mobile-frame .video__mute {
    bottom: 109px;
    right: 25px;
}

.static-slide .video__mute {
    bottom: 55px;
    right: 7px;
}

.video__mute.active span:after {
    top: -12px;
    left: -12px;
}

.video__mute:hover,
.video__mute:hover span {
    opacity: 0.7;
}

.home-video-section,
.full-width-section,
.half-split-section .img-video,
.image-center-section .img-video,
.double-img-section .half-img,
.how-we-play-img,
.work-slide,
.image-slider .img-wrap {
    position: relative;
}

.mobile-show {
    display: none !important;
    visibility: hidden;
}

.home-video-section {
    display: flex;
    height: 100vh;
    width: 100%;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0, 0, 0.21, 0.82);
}

.home .test-div.switch-layout {
    padding-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.home .full-width-section {
    height: 100vh;
    max-height: auto;
}

.home .full-width-section .banner-video-link:hover {
    opacity: 1;
}

.home .full-width-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.home .full-width-section video {
    position: absolute;
}

.work-template-default .space-50 {
    padding-bottom: 25px !important;
}

.work-template-default .space-110 {
    padding-bottom: 75px !important;
}

.slick-slider {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
    body {
        padding-top: 140px;
    }

    .space-110 {
        padding-bottom: 80px;
    }

    .text-large {
        margin-bottom: 30px;
    }

    .static-slider-section .slick-slide {
        margin: 0 1.5060240964%;
    }
    .static-slider-section {
        margin: 0 1.5060240964%;
    }

    .text-large p {
        font-size: 40px;
        line-height: 44px;
    }

    .text-medium p {
        font-size: 24px;
        line-height: 32px;
    }

    .image-left-section .section-content {
        bottom: 20px;
        left: 40px;
        padding-right: 40px;
    }

    .half-heading-content-section .left h1,
    .half-heading-content-section .left h2,
    .half-heading-content-section .left h3,
    .half-heading-content-section .left h4,
    .half-heading-content-section .left h5,
    .half-heading-content-section .left h6,
    .half-heading-content-section .left p {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .site-footer .col {
        padding-right: 0;
        width: 50%;
        flex-basis: unset;
    }

    .full-width-section .section-content {
        bottom: 14px;
    }

    .full-width-section .section-content h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .half-heading-content-section .container > div:first-of-type {
        width: 40%;
    }

    .half-heading-content-section .container > div {
        width: 60%;
    }

    .site-footer__heading {
        font-size: 24px;
    }

    .articles-crew .container {
        display: flex;
        flex-wrap: wrap;
    }

    .articles-crew .container .columns {
        order: 1;
        display: flex;
        margin-bottom: 50px;
    }

    .articles-crew .columns:first-of-type {
        margin-bottom: 0;
        order: 2;
        flex-direction: column;
    }

    /* .work-slide {
        height: 560px;
    } */

    .quote-content p {
        font-size: 28px;
        line-height: 36px;
    }

    .error-page-content h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .image-left-section,
    .image-right-section {
        padding-top: 110px;
    }

    .half-split-section .section-content {
        margin: 40px 0;
    }

    .image-right-section .section-content {
        padding-right: 40px;
    }

    .slider-wrap .img-wrap,
    .slider-wrap .img-wrap-img {
        height: 700px;
    }

    .image-center-section .img-video {
        height: 464px;
        max-width: 400px;
        margin-left: 0;
    }

    .image-center-section .section-content {
        width: 40%;
        max-width: calc(100% - 400px);
    }

    .half-split-section .img-video {
        max-width: 100%;
    }

    .new-content {
        max-width: 100%;
    }

    .half-split-section .section-content {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 764px) {
    /* .home-video-section {
        height: calc(100vh - 60px);
        min-height: calc(100vh - 60px);
    }

    .admin-bar .home-video-section {
        height: calc(100vh - 104px);
        min-height: calc(100vh - 104px);
    }

    .home-video-section video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    } */
}

@media (max-width: 750px) {
    .mobile-show {
        display: block !important;
        visibility: visible;
    }

    .desktop-show {
        display: none !important;
        visibility: hidden;
    }

    .home .full-width-section {
        height: 130vw;
        max-height: auto;
    }

    .home .full-width-section img {
        max-height: auto;
    }

    .home .home-video-section {
        height: calc(100vh - 60px);
    }

    /* .work-slide {
        height: 300px;
    } */

    .static-slider .static-slide {
        width: calc(100% - 90px) !important;
        margin: 0 auto;
    }

    .full-video-center-section {
        height: 300px;
    }

    .half-split-section .section-content {
        order: 1;
    }

    .site-footer .col {
        margin-bottom: 50px;
    }

    .full-video-center-section {
        padding-top: 60px;
    }

    .half-split-section .section-content {
        margin: 0;
    }

    .header {
        padding: 15px 0;
    }

    .text-medium p {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.25px;
    }

    .header .container {
        padding: 0 15px;
    }

    .half-heading-content-section
        .right
        span:nth-of-type(odd):not(.text-large) {
        padding-right: 0;
    }

    .multi-image-video-section {
        width: 100%;
    }

    .site-footer__heading {
        font-size: 18px;
        margin-bottom: 15px;
        letter-spacing: 0.25px;
    }

    .site-footer__text {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.25px;
    }

    .site-footer {
        padding-bottom: 13px;
    }

    .footer-menu {
        padding-top: 70px;
    }

    .text-large {
        margin-bottom: 22px;
    }

    .text-large p {
        font-size: 26px;
        line-height: 31px;
    }

    .half-heading-content-section .container > div,
    .half-heading-content-section .container > div:first-of-type {
        width: 100%;
    }

    .half-heading-content-section .left h1,
    .half-heading-content-section .left h2,
    .half-heading-content-section .left h3,
    .half-heading-content-section .left h4,
    .half-heading-content-section .left h5,
    .half-heading-content-section .left h6,
    .half-heading-content-section .left p {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 14px;
    }
    .text-small p {
        font-size: 18px;
        line-height: 22px;
    }

    .half-heading-content-section .right span:nth-of-type(odd) {
        padding-right: 0;
    }

    .half-heading-content-section span {
        font-size: 18px;
        line-height: 22px;
    }

    .back-top a {
        width: 22px;
        margin-bottom: 3px;
    }

    .footer-menu {
        padding-top: 0;
    }

    .footer-menu p {
        font-size: 22px;
    }

    .work-slider-section,
    .static-slider-section {
        margin: 0;
    }

    .work-slider-section {
        margin-left: -5px;
        width: calc(100% + 5px);
    }

    .static-slider-section .slick-slide {
        margin: 0 15px;
    }

    .work-slider-section .slick-slide {
        margin: 0 5px;
    }

    .static-slider-section .slick-slide {
        cursor: grab;
    }

    .articles-crew .crew {
        padding-right: 0;
    }

    .articles-crew .container .columns {
        margin-bottom: 33px;
    }

    .articles-crew .container p,
    .articles-crew .container span {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.25px;
    }

    .articles-crew .container span {
        margin-bottom: 4px;
    }

    .project-section .container {
        padding: 0 15px;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
        position: relative;
    }

    .landing-hero {
        margin-top: 60px;
    }

    .space-50 {
        padding-bottom: 25px;
    }

    .space-110 {
        padding-bottom: 55px;
    }

    .section-content {
        position: relative;
        left: unset;
    }

    .section-content a h2 {
        color: #000;
    }

    .page-id-227 .block-builder-title {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 8px;
        padding: 0 15px;
    }

    .full-width-top-content .section-content {
        top: auto;
        width: 100%;
    }

    .full-width-section .section-content h2 {
        font-size: 24px;
        line-height: 29px;
        font-weight: 400;
    }

    .image-left-section .section-content,
    .image-right-section .section-content,
    .image-center-section .section-content {
        padding: 25px 15px 55px;
    }

    .half-split-section .section-content {
        padding: 25px 15px 0;
    }

    .image-right-section {
        padding-top: 0;
    }

    .image-right-section .section-content h2,
    .image-right-section .section-content p {
        color: #fff;
    }

    .half-split-section .img-video,
    .image-center-section .img-video {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 100%;
    }

    .background-center-img-section {
        padding: 50px 0;
    }

    .how-we-play-img-section {
        margin-top: -112px;
        padding-bottom: 0;
    }

    .globle-studio-section h2 {
        top: 17px;
    }

    .full-content {
        padding: 25px 0 50px;
    }

    .quote-content p {
        text-align: left;
    }

    .mobile-menu {
        padding-bottom: 15px;
    }

    .mobile-menu .mobile-nav-menu {
        padding: 160px 15px 30px;
    }

    .mobile-menu .mobile-nav-menu li {
        font-size: 60px;
        margin-bottom: 60px;
    }

    .mobile-menu .logo {
        left: 15px;
        top: 15px;
    }

    .logo img {
        filter: none !important;
        -webkit-filter: none !important;
        -moz-filter: none !important;
    }

    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
    }

    .full-width-section .section-content {
        position: absolute;
        left: 15px;
        bottom: 3px;
        width: calc(100% - 30px);
    }

    .full-width-section .section-content a h2 {
        color: #fff;
    }

    .full-width-section.banner-about .container > a {
        height: 350px;
    }

    .half-heading-content-section .container > div:first-of-type {
        padding-right: 0;
    }

    .mobile-menu.open {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .quote-content p {
        font-size: 24px;
        line-height: 32px;
    }

    .image-left-section .section-content {
        bottom: unset;
        left: unset;
    }

    .image-left-section {
        color: #000;
    }

    .image-right-section .section-content {
        bottom: unset;
        left: unset;
    }

    .image-center-section .new-content {
        max-width: 100%;
    }

    .half-split-section .new-content {
        max-width: 100%;
    }

    .full-video-center-section {
        height: 350px;
    }

    .error-page-content h2 {
        margin-bottom: 14px;
    }

    .half-heading-content-section .right span:nth-of-type(even) {
        padding-left: 0;
    }

    .work-slider-section,
    .static-slider-section {
        padding: 0;
    }

    html #wpadminbar {
        position: fixed;
    }

    .full-width-section.banner-about .container > a {
        height: auto;
    }

    /* .admin-bar.landing-hero {
        padding-top: 60px;
    } */

    .slider-wrap .img-wrap,
    .slider-wrap .img-wrap-img {
        height: 300px;
    }

    .header {
        mix-blend-mode: unset;
    }

    .image-center-section .img-video {
        height: auto;
        max-width: 100%;
        margin-left: 0;
    }

    .image-center-section .img-video {
        max-width: 100%;
    }

    .image-center-section .section-content {
        width: 100%;
        max-width: 100%;
    }

    .image-right-section .img-video {
        height: auto;
    }

    .half-img-outer,
    .half-img {
        height: auto !important;
    }

    .home-video-section {
        height: 100%;
    }

    .video__mute {
        bottom: 11px;
        right: 7px;
    }

    .img-video a {
        display: block;
        position: relative;
    }

    .mobile-frame .video__mute {
        bottom: 83px;
        right: 25px;
    }

    .static-slide .video__mute {
        bottom: 83px;
        right: 25px;
    }

    .half-heading-content-section .left h1 {
        margin-bottom: 30px;
    }

    .home .test-div.switch-layout {
        top: 60px;
    }
}

@media (max-width: 580px) {
    .site-footer .cols {
        display: block;
        margin-bottom: 50px;
    }

    .site-footer .col {
        width: 100%;
        display: block;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .articles-crew .crew {
        display: block;
        margin-bottom: 8px;
    }

    .articles-crew .crew span {
        text-align: left;
        display: block;
        width: 100%;
    }

    .site-footer__heading {
        margin-bottom: 8px;
    }
}

@media (max-width: 400px) {
    .half-heading-content-section span {
        display: block;
    }

    .half-heading-content-section .right span:nth-of-type(even) {
        text-align: left;
    }

    .half-heading-content-section .content {
        display: block;
    }
}

@media (max-height: 480px) {
    .mobile-menu .mobile-menu-bottom {
        padding: 0 15px;
        position: relative;
        bottom: unset;
    }
}
