/*
 Theme Name:   Fluxo
 Author:       Fluxo
 Author URI:   https://fluxo.design
*/

@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wdth,wght@0,125,200..900;1,125,200..900&display=swap');
@font-face {
    src: url("fonts/MonaSans.ttf") format("truetype"),
        
  font-family: "Mona Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 125;
}


@font-face {
    font-family: "Editorial New";
    src: url("fonts/EditorialNew-Regular.woff2") format("woff2"),
        url("fonts/EditorialNew-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.second-font {
    font-family: "Editorial New", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #000;
}
p a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}
p {
    line-height: inherit;
    margin: 0 0 1.5em 0;
}
p:last-child {
    margin-bottom: 0;
}
.overflow_hidden {
    overflow-y: hidden;
}
.overflow_scroll {
    overflow-y: scroll;
    height: 100%;
}
.post-edit {
    display: none !important;
}

svg,
img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}

/* ENTRY ANIMATION */

.animate_trigger {
    transform: translate3d(0, 1.5vw, 0);
    opacity: 0;
    transition: all 0.5s ease 0.1s;
    will-change: transform;
}
.animate_trigger.animate_in {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* MAIN LAYOUT */

/*::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: transparent;
}*/

/* LAYOUT */
.site-content {
    padding: 0;
}

.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.4vw;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.4vw;
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.grid-span-1 {
    grid-column: span 1;
}
.grid-span-2 {
    grid-column: span 2;
}
.grid-span-3 {
    grid-column: span 3;
}
.grid-span-4 {
    grid-column: span 4;
}
.grid-span-5 {
    grid-column: span 5;
}
.grid-span-6 {
    grid-column: span 6;
}
.grid-span-7 {
    grid-column: span 7;
}
.grid-span-8 {
    grid-column: span 8;
}
.grid-span-9 {
    grid-column: span 9;
}
.grid-span-10 {
    grid-column: span 10;
}
.grid-span-11 {
    grid-column: span 11;
}
.grid-span-12 {
    grid-column: span 12;
}

.flex {
    display: flex;
}
.flex-center {
    align-items: center;
}
.flex-baseline {
    align-items: baseline;
}
.flex-justify {
    justify-content: space-between;
}
.justify-end {
    justify-content: flex-end;
}
.justify-start {
    justify-content: flex-start;
}
.flex-column {
    flex-direction: column;
}
.flex-align-end {
    align-items: flex-end;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.w-25 {
    width: 25%;
}
.w-33 {
    width: 33.33%;
}
.w-50 {
    width: 50%;
}
.w-66 {
    width: 66.66%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}

/* TYPOGRAPHY */

.font-400 {
    font-size: 20.8vw;
    line-height: 75%;
    font-weight: 900;
}
.font-300 {
    font-size: 15.6vw;
    line-height: 75%;
    font-weight: 900;
}
.font-250 {
    font-size: 13vw;
    line-height: 70%;
    font-weight: 900;
}
.font-195 {
    font-size: 10.2vw;
    line-height: 75%;
}
.font-180 {
    font-size: 9.3vw;
    line-height: 75%;
}
.font-172 {
    font-size: 8.9vw;
    line-height: 1.1;
}
.font-150 {
    font-size: 7.8vw;
    line-height: 120%;
}
.font-140 {
    font-size: 7.3vw;
    line-height: 75%;
}
.font-130 {
    font-size: 6.8vw;
    line-height: 75%;
}
.font-100 {
    font-size: 5.2vw;
    line-height: 70%;
    font-weight: 400;
}
.font-76 {
    font-size: 4.2vw;
    line-height: 120%;
}
.font-70 {
    font-size: 3.6vw;
    line-height: 120%;
}
.font-50 {
    font-size: 2.6vw;
    line-height: 120%;
    font-weight: 400;
}
.font-40 {
    font-size: 2.1vw;
    line-height: 140%;
    font-weight: 400;
}
.font-30 {
    font-size: 1.6vw;
    line-height: 120%;
    font-weight: 900;
}
.font-25,
.menu-static-menu-container .menu-item {
    font-size: 1.3vw;
    line-height: 120%;
    font-weight: 500;
    color: #000;
}
.font-18 {
    font-size: 1vw;
    line-height: 120%;
    font-weight: 500;
        color: #DDDDDD;
}
.font-15 {
    font-size: 0.9vw;
    line-height: 120%;
    font-weight: 500;
}

.font-light {
    font-weight: 300;
}
.font-regular {
    font-weight: 400;
}
.font-medium {
    font-weight: 500;
}
.font-bold,
b,
strong {
    font-weight: 700;
}
.font-black {
    font-weight: 900;
}
.italic,
.italic * {
    font-style: italic;
}

.align-center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
        font-size: 5em;
}
.lowercase {
    text-transform: lowercase;
}
.underline {
    text-decoration: underline;
}

/* COLORS */
:root {
    --black: #000000;
    --gray: #bcbcbc;
    --dark-gray: #808080;
    --white: #ffffff;
    --red: #ff0000;
}

/* HEADER */
header {
    width: 100%;
    padding: 2.1vw 2.6vw 2.1vw 3.1vw;
    top: 0;
    left: 0;
    z-index: 5;
}
header.static {
    z-index: 7;
}
.page-homepage header.static {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.page-homepage header.static.active,
.page-about header.static.active {
    opacity: 1;
}
header.fixed {
    position: fixed;
    transition: all 0.3s ease-in-out;
}
header.fixed .logo {
    left: -10vw;
    top: 1.8vw;
}
header.fixed .menu {
    right: -10vw;
    top: 2.4vw;
    transition: all 0.3s ease-in-out;
    /* transition: cubic-bezier(.79,0,0,.99); */
}
header.fixed.active .logo {
    left: 3.1vw;
    width: 2.15vw;
}
header.fixed.active .menu {
    right: 2.8vw;
}
.logo {
    width: 4.2vw;
}
.logo svg {
    width: 100%;
    height: auto;
}
.menu-static-menu-container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    color: var(--white);
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.menu-static-menu-container a,
.menu-static-menu-container a:hover,
.menu-static-menu-container .menu-item {
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
}
.page-about header.static .logo svg path {
    fill: var(--black);
}
.page-about .menu-static-menu-container a,
.page-about .menu-static-menu-container a:hover,
.page-about .menu-static-menu-container .menu-item {
    color: var(--black);
}

.header-infos {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 7px 0;
    background-color: var(--black);
}
.header-infos .countries {
    gap: 0.5vw;
    width: 20%;
}
.header-infos .countries .country-info {
    opacity: 0.5;
    cursor: pointer;
}
.header-infos .countries .country-info.active {
    opacity: 1;
    text-decoration: underline;
}
.countries .arrow {
    font-family: auto;
}
.header-infos .marquee-header-info {
    overflow: hidden;
    margin-left: 1vw;
    display: none;
    width: 100%;
}
.header-infos .marquee-header-info.active {
    display: block;
}
.header-infos .marquee-header-info .infos {
    display: flex;
    gap: 5.2vw;
}
.header-infos a {
    text-decoration: underline;
}
.header-infos a:hover {
    text-decoration: none;
    color: var(--white);
}

/* FOOTER */

.footer-white {
    background-color: var(--black);
    color: var(--white);
    border-radius: 2.6vw;
    width: calc(100% - 14px);
    margin: 2.4vw 7px 7px;
    padding: 2.6vw 4.2vw;
    align-items: flex-end;
       
}
.footer-white * {
    color: var(--white) !important;
}
.footer-white a {
    text-decoration: underline;
}
.footer-white a:hover {
    text-decoration: none;
}
.footer-white .countries {
    gap: 0.5vw;
}
.footer-white .countries .country-info {
    color: var(--gray) !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer-white .countries .country-info:not(.active):hover {
    color: var(--dark-gray) !important;
}
.footer-white .countries .country-info.active {
    color: var(--black) !important;
}

.footer-white .copyright {
    color: var(--gray) !important;
}
.footer-white .infos {
    margin-top: 0;
    display: none;
    transition: all 0.5s ease-in-out;
}
.footer-white .infos.active {
    display: block;
}
.footer-white .utc,
.footer-white .address,
.footer-white .email {
    margin-bottom: 1vw;
    display: block;
}
.footer-white .utc {
    margin-bottom: 5vw;
}
.footer-white .phone {
    font-weight: 500;
}
.footer-white .social-links {
    gap: 13.6vw;
    flex-direction: row;
}
.footer-white .social-links > .flex {
    gap: 1.6vw;
    font-size: 1.6vw;
    line-height: 68%;
    font-weight: 600;
}
.footer-white .social-links > .flex a {
    text-decoration: none !important;
        FONT-WEIGHT: 100;
}
.footer-white .social-links > .flex a:hover {
    text-decoration: underline !important;
}
.footer-white .social-links .footer-white .footer-menu {
    margin-top: 2px;
}
.footer-white .footer-menu .menu-static-menu-container {
    display: flex;
    margin-bottom: 0.6vw;
}
.footer-white .footer-menu .menu-static-menu-container ul {
    flex-direction: column;
    gap: 0.5vw;
}
.footer-white .footer-menu .menu-static-menu-container li {
    border: 2px solid var(--white);
    border-radius: 100vw;
    padding: 3px 0.8vw 4px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
}
.footer-white .footer-menu .menu-static-menu-container li:hover {
    border-color: var(--white);
    background-color: var(--white);
}
.footer-white .footer-menu .menu-static-menu-container li a {
    text-decoration: none !important;
    font-size: 1.4vw;
}
.footer-white .footer-menu .menu-static-menu-container li:hover a {
    color: var(--white) !important;
}
.footer-white .arrow {
    margin-top: 1vw;
}

footer .marquee_text:not(.page-homepage footer .marquee_text) {
    display: none;
}
.marquee_text {
    overflow: hidden;
    white-space: nowrap;
}
.marquee_text div.underline {
    text-decoration: underline;
}
.marquee_text svg {
    width: 3.4vw;
    height: 3.4vw;
    margin: 1.3vw 1.3vw 0;
}
.js-marquee {
    display: flex;
    align-items: center;
}
.marquee_text p:last-child {
    margin-bottom: 0;
}

/* HOMEPAGE */
.page * {
    color: var(--white);
}
.page-homepage * {
    color: var(--white);
}
.page-homepage .first-section {
    overflow: hidden;
}
.page-homepage .second-section {
    /* cursor: pointer; */
    overflow: hidden;
    justify-content: center;
}
.page-homepage .second-section video,
.page-homepage .video-work,
.page-work .video-work,
.single-work .video-work,
.single-lp .video-work {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.page-homepage .video-work {
    z-index: 0;
}
.page-homepage .second-section .clickDivToPlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.first-section {
    width: 100%;
    min-height: 50.5vw;
    max-height: 56vw;
    height: 100vh;
    color: var(--white);
}
.first-section .small-text {
    top: 10vw;
    left: 52.1vw;
    letter-spacing: -0.05em;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.8, 0, 0, 0.8);
}
.first-section .small-text.show {
    opacity: 1;
}
.page-about .first-section .big-text {
    /* mix-blend-mode: difference; */
    color: var(--white);
}
.first-section .big-text,
.second-section .big-text {
    letter-spacing: -0.03em;
    width: fit-content;
    /* transition: all 1.5s ease-in-out; */
    transition: all 1.3s cubic-bezier(0.8, 0, 0, 0.8);
}
/* .first-section .big-text.first {
  top: 14.3vw;
  left: -60vw;
}
.first-section .big-text.second {
  top: 21.8vw;
  right: -60vw;
}
.first-section .big-text.first.show {
  left: 2.6vw;
}
.first-section .big-text.second.show {
  right: 2.8vw;
} */
/* .first-section .big-text span,
.second-section .big-text span {
  font-weight: 900;
} */
.first-section .arrow-down {
    bottom: 2.1vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 0.7vw;
    animation: arrow-down 1.5s infinite;
    cursor: pointer;
    opacity: 0;
}
.first-section .arrow-down.active {
    opacity: 1;
}
@keyframes arrow-down {
    0% {
        transform: translateY(-50%) rotate(90deg) translateX(0);
    }
    50% {
        transform: translateY(-50%) rotate(90deg) translateX(0.5vw);
    }
    100% {
        transform: translateY(-50%) rotate(90deg) translateX(0);
    }
}
/* .red-circle {
  border: 2px solid var(--red);
  width: 49vw;
  height: 49vw;
  border-radius: 100vw;
  top: 36vw;
  left: -33vw;
  z-index: 1;
  opacity: 0;
}
.red-circle.active {
  opacity: 1;
} */
.second-section {
    width: calc(100% - 0.7vw);
    min-height: calc(50.5vw - 1.7vw);
    border-radius: 3.6vw;
    border: 2px solid var(--red);
    margin: 0.4vw auto !important;
    z-index: 2;
    color: var(--white);
}
.second-section .big-text.second.box-corner,
.page-about .team-member .box-corner {
    border: 1px solid white;
    padding: 0 0.8vw 1.3vw;
}
.second-section .big-text.second.box-corner .box,
.page-about .team-member .box-corner .box {
    background-color: var(--white);
    width: 1vw;
    height: 1vw;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
}
.second-section .big-text.second.box-corner .box:first-child,
.page-about .team-member .box-corner .box:first-child {
    top: -0.8vw;
    left: -0.8vw;
}
.second-section .big-text.second.box-corner .box:nth-child(2),
.page-about .team-member .box-corner .box:nth-child(2) {
    top: -0.6vw;
    right: -0.5vw;
}
.second-section .big-text.second.box-corner .box:nth-child(3),
.page-about .team-member .box-corner .box:nth-child(3) {
    bottom: -0.5vw;
    left: -0.5vw;
}
.second-section .big-text.second.box-corner .box:nth-child(4),
.page-about .team-member .box-corner .box:nth-child(4) {
    bottom: -0.5vw;
    right: -0.5vw;
}

/* .second-section.active .big-text,
.second-section.active .small-text {
  opacity: 0;
}
.second-section .big-text.first {
  left: 2.6vw;
  top: 4.9vw;
  letter-spacing: -0.05em;
  transition: opacity 0.5s ease-in-out;
}
.second-section .big-text.second {
  right: 2.6vw;
  top: calc(50.5vw - 18.1vw);
  letter-spacing: -0.05em;
  transition: opacity 0.5s ease-in-out;
}

.second-section .small-text {
  left: 2.6vw;
  top: 17.2vw;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}
.second-section.active .arrow-play {
  opacity: 0;
} */
.arrow-play {
    width: 8.3vw;
    height: 7.6vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}
.arrow-play img {
    width: 100%;
}
.pause {
    top: 45vw;
    left: 2.4vw;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}
.second-section.active .pause {
    opacity: 1;
}

.page-homepage .second-section.red {
    background-color: var(--red);
    height: auto;
    width: 100%;
    min-height: auto;
    border-radius: 0;
    margin-bottom: 0 !important;
}
.page-homepage .second-section.red video {
    margin: 2.3vw;
    width: calc(100% - 4.6vw);
    height: 42.3vw;
    overflow: hidden;
    object-fit: cover;
    border-radius: 2vw;
    position: relative;
    z-index: 1;
    top: inherit;
    left: inherit;
}
.page-homepage .parallax-image {
    height: 18vw;
    background-attachment: fixed;
    margin-bottom: 26.7vw;
}
/* .page-homepage .parallax-image .first {
  text-align: right;
  top: 6vw;
  left: 29vw;
}
.page-homepage .parallax-image .second {
  top: 23vw;
  left: 9vw;
} */
.page-homepage .parallax-image .video-lottie {
    position: absolute;
    top: 4.5vw;
    width: 100%;
    height: 38vw;
}

/* CASES */
.lp-section {
    width: calc(100% - 0.7vw);
    min-height: calc(50.5vw - 0.7vw);
    border-radius: 3.6vw;
    margin: 0 auto;
    color: var(--white);
}
.case-block {
    border-radius: 3.6vw;
    height: 9.1vw;
    margin-bottom: 0.4vw;
    transition: all 0.3s ease-in-out;
    transform-origin: top;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.case-block .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    z-index: 2;
}
.case-block.disabled .link {
    opacity: 0;
    display: none;
    width: 0;
    height: 0;
}
.case-block:hover .all-lp {
    text-decoration: none;
}
.case-block.active {
    height: 40.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-block .bg-black {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.case-block .title {
    font-size: 5.2vw;
    font-weight: 900;
    top: 50%;
    left: calc(100% - 8.9vw);
    transform: translate(-100%, -50%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    text-align: center;
    width: fit-content;
    white-space: nowrap;
     color: white;
    font-family: "Mona Sans", sans-serif;
    font-weight: bold;
}
.case-block.active .title {
    font-size: 10.4vw;
    left: 50%;
    transform: translate(-50%, -50%);
        color: white;
    font-family: "Mona Sans", sans-serif;
    font-weight: lighter;
}
.case-block .top-buttons {
    gap: 2.1vw;
    top: 50%;
    left: 8vw;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 5;
}
.case-block.active .top-buttons {
    top: 1.1vw;
    transform: translateY(0%);
}
.case-block .top-buttons .box {
    border: 1px solid var(--white);
    border-radius: 100vw;
    padding: 0.7vw 1.4vw;
    transition: all 0.3s ease-in-out;
}
.case-block .top-buttons .box:hover {
    border: 1px solid black;
    background-color: black;
    color: var(--white);
}
.case-block.all {
    border: 2px solid black;
}
.case-block .all-lp {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -0.05em;
    cursor: pointer;
}
.case-block .all-lp:hover {
    color: var(--white);
}
.btn-circle {
    border: 1px solid var(--white);
    border-radius: 100vw;
    padding: 1.6vw 1.6vw 1.7vw;
    width: fit-content;
    margin: 5.2vw auto 4.2vw;
    line-height: 0;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.btn-circle:hover {
    border: 1px solid var(--red);
    background-color: var(--red);
}
.video-js {
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.video-js.video-on {
    z-index: -1;
}
.video-js.active {
    opacity: 1;
}
.top-buttons .categories {
    gap: 0.5vw;
    transition: all 0.5s ease-in-out;
}
.top-buttons .categories div:hover {
    text-decoration: underline;
}
.video-on {
    mask-image: url(images/circle.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 26vw;

    -webkit-mask-image: url(images/circle.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 26vw;

    transition: inherit;
}

/* .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  mix-blend-mode: multiply;
}
.mask-circle {
  width: 500px;
  height: 500px;
  border-radius: 100vw;
  position: absolute;
  background: var(--white);
  filter: blur(60px);
  transition: all 0.1s ease-in-out;
} */

.top-buttons .categories span:last-child {
    display: none;
}
.slider-home {
    overflow: hidden;
    display: flex;
    margin: 0 auto 4.4vw;
    gap: 1vw;
    width: calc(100% - 0.7vw);
    height: 34vw;
    position: relative;
}
.slider-home .slide-item {
    
    position: absolute;
    top: 0;
    left: 100vw;
    filter: blur(30px) brightness(0.5);
    cursor: pointer;
}
.slider-home .slide-item .slide-info {
    left: 2.6vw;
    top: 19.1vw;
    position: absolute;
    width: calc(100vw - 5.6vw);
    display: flex;
}
.slider-home .slide-item .slide-info .slide-title {
    position: relative;
    font-weight: 900;
    /* top: -5vw; */
    top: 1.8vw;
    left: 0;
    /* opacity: 0;*/
    transition: all 0.4s ease-in-out;
}
.slider-home .slide-item .slide-info .slide-title {
    max-width: 55%;
}
.slider-home .slide-item .slide-info .slide-title lottie-player {
    height: 14.9vw;
}
.slider-home .slide-item .slide-info .slide-text {
    position: relative;
    max-width: 32.2vw;
    height: fit-content;
    top: 8.9vw;
    left: 1vw;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

/* .slider-home .slide-item .slide-info.active .slide-title {
  top: 0;
  opacity: 1;
} */
.slider-home .slide-item .slide-info.active .slide-text {
    left: 2.1vw;
    opacity: 1;
}

.slider-home .slide-item.prev {
    width: 65vw;
    z-index: 1;
    left: 0;
    filter: blur(5px) brightness(0.1);
    transform: scale(80%);
    transform-origin: 50% 50%;
    transition: all 0.4s ease-in-out;
}
.slider-home .slide-item.prev .slide-title {
    opacity: 0;
}
.slider-home .slide-item.current {
    width: 65vw;
    left: 0;
    z-index: 3;
    filter: blur(0);
    transition: all 0.7s ease-in-out;
    cursor: initial;
}
.slider-home .slide-item .video-block {
    width: 100%;
    height: 34.4vw;
    overflow: hidden;
    border-radius: 2.1vw;
}
.slider-home .slide-item.current video {
    transition: all 0.5s ease-in-out;
}
.slider-home .slide-item.current video:hover {
    transform: scale(1.1);
}
.slider-home .slide-item.next {
    width: 21vw;
    filter: blur(10px) brightness(0.7);
    left: calc(65vw + 1vw);
    z-index: 2;
    transition: all 0.7s ease-in-out;
    cursor: url(images/arrow-next.svg), auto;
}
.slider-home .slide-item.next-next {
    width: 10vw;
    filter: blur(30px) brightness(0.5);
    left: calc(86vw + 2vw);
    z-index: 1;
    transition: all 0.7s ease-in-out;
    cursor: url(images/arrow-next-2x.svg), auto;
}

.slider-home .slide-item video {
    height: 34.4vw;
    border-radius: 2.1vw;
    width: 100%;
    object-fit: cover;
}
.slider-home-container {
    position: relative;
}

/* WORK */
.page-work {
    color: var(--white);
    display: block;
}
.big-title {
    letter-spacing: -0.03em;
    padding: 4vw 3.1vw 2.8vw;
}
.line {
    width: calc(100% - 6.2vw);
    border-bottom: 1px solid var(--white);
    margin: auto;
}
.work-section {
    padding: 0 3.1vw;
    flex-wrap: wrap;
    gap: 1vw 0.8vw;
    margin-top: 1vw;
}
.work-section .work-block {
    width: calc(50% - 0.4vw);
}
.work-section .work-block .title {
    margin-bottom: 1.2vw;
    border-radius: 100vw;
    min-height: 3.1vw;
    padding: 0 0 0.3vw;
    transition: all 0.5s ease-in-out;
    width: fit-content;
    white-space: nowrap;
}
.work-section .work-block .title svg {
    width: 0.4vw;
    margin-top: 0.3vw;
    margin-left: 1vw;
}
.work-section .work-block.active .title {
    background-color: var(--red);
    color: var(--black);
    padding: 0 1.6vw 0.3vw;
    width: 100% !important;
    transition: all 0.5s ease-in-out;
}
.work-section .work-block.active .title svg path {
    stroke: var(--black);
}

.work-section .work-block .bg-img,
.work-section .work-block.active .bg-img {
    height: 26vw;
    border-radius: 1.6vw;
    opacity: 1;
    filter: blur(0);
    overflow: hidden;
}
.work-section .work-block.inactive .bg-img {
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
    filter: blur(4px);
}

/* SINGLE */
.header-img {
    width: 100%;
    height: 26.9vw;
    border-radius: 0 0 5.7vw 5.7vw;
    overflow: hidden;
    z-index: 0;
}
.single-lp {
    padding-bottom: 4.7vw;
}
.single-lp .slider-home-container {
    width: 100%;
}
.single-lp .slider-home {
    margin: 0;
    height: 50vw;
}
.single-lp .slider-home .slide-item .slide-info .slide-title {
    font-size: 10.4vw;
    line-height: 65%;
    letter-spacing: -0.03em;
    top: 0vw;
    opacity: 0;
}
.single-lp .slider-home .slide-item {
    padding-top: 0px;
}
.single-lp .slider-home .slide-item .slide-info.active .slide-title {
    top: 2.3vw;
    opacity: 1;
}
.single-lp .header-img {
    height: 650px;
}
.single-lp header,
.single-lp footer {
    display: none;
}
.single-lp .form-blog,
.single-work .form-blog {
    padding: 0 3.1vw;
    margin: 3.1vw 0 3.4vw;
    width: 100%;
    position: relative;
}
.single-lp .form-blog.external-link,
.single-work .form-blog.external-link {
    width: 80%;
}
.single-lp .form-blog.external-link,
.single-work .form-blog.external-link {
    padding: 1.5vw 0 2.5vw;
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    margin: 3.1vw;
}
.single-lp .form-blog.external-link .text-form,
.single-work .form-blog.external-link .text-form {
    margin-bottom: 3vw;
}
.single-lp .form-blog.external-link .img-form,
.single-work .form-blog.external-link .img-form {
    position: absolute;
    z-index: 2;
    right: -15vw;
    width: 24vw;
    top: -4vw;
}
.single-lp .form-blog .title-form,
.single-work .form-blog .title-form {
    margin-bottom: 0;
    font-size: 3.1vw;
    font-weight: 900;
    color: var(--red);
    background: transparent;
    width: fit-content;
    border-radius: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
}
.single-lp .form-blog .img-form {
    position: absolute;
    z-index: 2;
    right: 2.1vw;
    width: 24vw;
    top: 0.8vw;
}
.single-lp .form-blog .text-form,
.single-work .form-blog .text-form {
    font-size: 1.7vw;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    width: 70%;
    margin-bottom: 1.3vw;
}
.single-lp .form-blog form {
    border-top: 1px solid var(--white);
    width: 80%;
}
.wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 0.9vw;
    font-weight: normal;
    display: block;
    position: absolute;
    font-style: italic;
    text-transform: uppercase;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    text-transform: uppercase;
    font-size: 0.9vw;
    color: var(--red);
    bottom: 3.4vw;
}
.single-lp .form-blog p {
    margin-bottom: 0;
}
.wpcf7-spinner {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0.4vw;
    left: 12.3vw;
}
.single-lp .form-blog input[type="submit"],
.single-lp .form-blog .form-button,
.single-work .form-blog .form-button {
    margin-bottom: 0;
    margin-top: 4.1vw;
    font-size: 1.3vw;
    font-weight: 800;
    color: var(--white);
    width: fit-content;
    border-radius: 80vw;
    padding: 0.3vw 2vw 0.5vw;
    line-height: 1;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid var(--white);
}
.single-lp .form-blog .form-button:hover,
.single-work .form-blog .form-button:hover {
    color: var(--black);
    background-color: var(--white);
}
.single-lp .form-blog input,
.single-lp .form-blog textarea {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 1.7vw;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    width: 100%;
    padding: 1.6vw 0;
}
.single-lp .form-blog input::placeholder,
.single-lp .form-blog textarea::placeholder {
    color: var(--white);
}
.single-lp .title-block {
    padding: 1.3vw 3.1vw;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    font-size: 2.3vw;
    font-weight: 900;
    width: 100%;
    margin: 3.6vw 3.1vw 3.1vw;
    text-align: center;
    line-height: 1;
}
.single-work .title,
.single-lp .title {
    text-align: left;
    color: var(--white);
    margin-top: -4.2vw;
    padding: 0 3.1vw;
    word-break: break-word;
    z-index: 1;
}
.single-work .categories,
.single-lp .categories {
    gap: 1.7vw;
    color: var(--white);
    font-weight: 400;
    z-index: 2;
    position: relative;
    font-size: 1vw;
}
.single-work .categories div:hover,
.single-lp .categories div:hover {
    text-decoration: none !important;
}
.single-work .content,
.single-lp .content {
    width: 39.1vw;
    font-weight: 400;
}
.single-lp .content.others,
.single-work .content.others {
    margin-left: auto;
    padding: 2.6vw 3.1vw;
    width: 100%;
}
.single-lp .content.others.withTitle {
    padding-top: 0;
}
.single-lp .content.columns.others,
.single-work .content.columns.others {
    display: flex;
    gap: 4vw;
}
.single-lp .content.others .w-50,
.single-work .content.others .w-50 {
    width: 50%;
}
.single-lp .content.others .w-50 p,
.single-work .content.others .w-50 p {
    width: 100%;
}
.single-lp .content.others p,
.single-work .content.others p {
    width: 50%;
}
.single-lp .content.first {
    font-size: 1.8vw;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: underline;
}

.single-work .content-grid,
.single-lp .content-grid,
.page-lab .content-grid {
    flex-wrap: wrap;
    gap: 0.4vw;
    padding: 0 0.4vw;
}
.single-work .content-grid .bg-img,
.single-lp .content-grid .bg-img {
    height: auto;
    border-radius: 2.1vw;
    object-fit: cover;
}
.single-work .content-grid .video-container .bg-img,
.single-lp .content-grid .video-container .bg-img,
.page-lab .content-grid .video-container .bg-img {
    height: 100%;
}
.single-work .content-grid .bg-img.video,
.single-work .content-grid .video-container,
.single-lp .content-grid .bg-img.video,
.single-lp .content-grid .video-container,
.page-lab .content-grid .bg-img.video,
.page-lab .content-grid .video-container {
    cursor: pointer;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.single-work .content-grid .bg-img.video .darker-bg,
.single-lp .content-grid .bg-img.video .darker-bg,
.page-lab .content-grid .bg-img.video .darker-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.5;
}
.single-work .content-grid .bg-img.video .arrow-play,
.single-lp .content-grid .bg-img.video .arrow-play,
.page-lab .content-grid .bg-img.video .arrow-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8.3vw;
    height: auto !important;
    cursor: pointer;
}
.single-work .content-grid .footer-text.text,
.single-lp .content-grid .footer-text.text {
    width: 65%;
    font-weight: 900;
    left: 3.1vw;
    line-height: 70%;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.single-work .content-grid .bg-img.video .pause,
.single-lp .content-grid .bg-img.video .pause,
.page-lab .content-grid .bg-img.video .pause {
    top: 44vw;
    left: 95vw;
    z-index: 3;
}
.single-work .content-grid .bg-img.video.active,
.single-lp .content-grid .bg-img.video.active,
.page-lab .content-grid .bg-img.video.active {
    opacity: 0;
    display: none;
}
.single-work .content-grid .embed iframe,
.single-lp .content-grid .embed iframe,
.page-lab .content-grid .embed iframe {
    height: 55.9vw;
    width: 100%;
    border-radius: 2.1vw;
}
.single-work .next-prev-posts {
    margin: 5.2vw auto 0;
    padding: 0 3.1vw;
}
.single-work .next-prev-posts .prev-post,
.single-work .next-prev-posts .next-post {
    border: 1px solid var(--white);
    color: white;
    font-weight: 500;
    padding: 0vw 1vw 0.2vw;
    width: fit-content;
    border-radius: 100vw;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    background: transparent;
}
.single-work .next-prev-posts .prev-post:hover,
.single-work .next-prev-posts .next-post:hover {
    background-color: var(--red);
    color: var(--black);
    border: 1px solid var(--red);
}
.single-work .next-prev-posts .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--white);
    margin: 0 1.6vw;
}
.single-work .credits-container,
.single-lp .credits-container {
    margin-top: 6.8vw;
    padding: 0 3.1vw;
}
.single-work .credit-block .flex,
.single-lp .credit-block .flex {
    width: 100%;
    border-bottom: 1px solid var(--white);
    padding: 1.3vw 0;
}
.single-work .credits-container .font-76,
.single-lp .credits-container .font-76 {
    margin-bottom: 0.6vw;
    font-weight: 900;
    color: white;
    background: transparent;
    width: fit-content;
    padding: 0;
    line-height: 1;
}
.single-work .video-container video,
.single-lp .video-container video,
.page-lab .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.1vw;
}
.single-work .content-block,
.single-lp .content-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4.2vw 3.6vw;
    gap: 1vw;
}

/* MENU */
.menu-icon {
    transform: scale(1.5);
}
.menu-icon {
    width: 40px;
    height: 20px;
    cursor: pointer;
}

.menu-icon .menu-icon__checkbox {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    opacity: 0;
}
.menu-icon div {
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px;
}
.menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
    top: 0;
}
.menu-icon span:last-of-type {
    bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon__checkbox:checked + div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
}
.menu-icon.active span:last-of-type,
.menu-icon__checkbox:checked + div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
}

.menu-icon.active:hover span:first-of-type,
.menu-icon.active:hover span:last-of-type,
.menu-icon:hover .menu-icon__checkbox:checked + div span:first-of-type,
.menu-icon:hover .menu-icon__checkbox:checked + div span:last-of-type {
    width: 22px;
}

@media (min-width: 1024px) {
    .menu-icon:hover span:first-of-type {
        width: 26px;
    }

    .menu-icon:hover span:last-of-type {
        width: 12px;
    }
}

.big-menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    z-index: 4;
    padding: 5.2vw 0 0 3.1vw;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all 1s ease-in-out;
}
.big-menu.active,
.big-menu.active .infos {
    right: 0;
}
.big-menu .menu-item {
    width: fit-content;
    padding: 0;
    margin-bottom: 1.5vw;
    display: block;
}
.big-menu .menu-item:last-child {
    margin-bottom: 0;
}
.big-menu .menu-item a {
    width: fit-content;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.big-menu .menu-item:hover a {
    color: var(--white);
    gap: 2.6vw;
}
.big-menu .menu-item a .preview {
    width: 0;
    height: 10.4vw;
    object-fit: cover;
    border-radius: 1.3vw;
    transition: width 0.5s ease-in-out;
}
.big-menu .menu-item:hover a .preview {
    width: 20.8vw;
}
.big-menu .menu-item a .text {
    width: auto;
    max-width: inherit;
    height: 10.4vw;
    opacity: 0.3;
    border-bottom: 0.5vw solid transparent;
    padding-bottom: 0.4vw;
}
.big-menu .menu-item:hover a .text {
    opacity: 1;
    border-bottom: 0.5vw solid var(--white);
}
/* .big-menu .infos {
  position: fixed;
  bottom: 1vw;
  right: -100vw;
  width: 100%;
  padding: 0 3.1vw;
  transition: all 1s ease-in-out;
}
.big-menu .infos .email:hover {
  color: var(--white);
  text-decoration: underline;
} */

/* ABOUT */
.page-about .first-section {
    color: var(--black);
    font-weight: 400;
    min-height: 49vw;
    max-height: 54vw;
    height: 91vh;
    border-radius: 0 0 3.6vw 3.6vw;
    overflow: hidden;
}
.page-about .first-section .big-text.first {
    top: 12.5vw;
    left: -40vw;
}
.page-about .first-section .big-text.first.show {
    left: 8.6vw;
}
.page-about .create-section {
    padding: 5.2vw 3.1vw 3.1vw;
    gap: 2.3vw;
}
.page-about .create-section .infos {
    width: 23.4vw;
}
.page-about .create-section .infos .btn-circle {
    margin: 0 0 2.1vw 0;
}
.page-about .feature-items div {
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    line-height: 0.8;
}
.page-about .feature-items div:hover {
    font-weight: 900;
}
.page-about .video-about {
    min-height: 50.5vw;
    height: 100vh;
    width: 100vw;
}
.page-about .video-about video {
    width: 100%;
}
.page-about .team-section {
    margin: 6.1vw auto 2.1vw;
    padding: 0 3.1vw;
}
.page-about .team-block {
    min-height: 38.1vw;
}
.page-about .team-block .team-name {
    white-space: break-spaces;
    font-size: 5.2vw;
    letter-spacing: -0.02em;
    line-height: 70%;
}
.page-about .team-section .flex {
    gap: 2.1vw;
}
.page-about .team-section .btn-circle {
    margin: 0;
}
.page-about .team-block .team-member {
    z-index: 1;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.page-about .team-text {
    width: 20.4vw;
    left: calc(100% - 18.2vw);
    transform: translateX(-50%);
    line-height: 120%;
}

.page-about .team-block .team-member:nth-child(1) {
    top: 15.3vw;
    left: calc(100% - 88.7vw);
    width: 19.8vw;
    height: 20.6vw;
    z-index: 3;
}
.page-about .team-block .team-member:nth-child(2) {
    top: 2.2vw;
    left: calc(100% - 88.8vw);
    width: 24.3vw;
    height: 26.9vw;
    z-index: 2;
}
.page-about .team-block .team-member:nth-child(3) {
    top: -3vw;
    left: calc(100% - 74.7vw);
    width: 22.7vw;
    height: 22.7vw;
}
.page-about .team-block .team-member:nth-child(4) {
    top: 13vw;
    left: calc(100% - 73vw);
    width: 22.9vw;
    height: 21.4vw;
    z-index: 3;
}
.page-about .team-block .team-member:nth-child(5) {
    top: 9.4vw;
    left: calc(100% - 61.3vw);
    width: 20.6vw;
    height: 20.8vw;
    z-index: 2;
}
.page-about .team-block .team-member:nth-child(6) {
    top: 0.8vw;
    left: calc(100% - 52.9vw);
    width: 24vw;
    height: 20.8vw;
}
.page-about .team-block .team-member:nth-child(7) {
    top: 17vw;
    left: calc(100% - 50.4vw);
    width: 19.8vw;
    height: 18.9vw;
    z-index: 2;
}
.page-about .team-block .team-member:nth-child(8) {
    top: 16.9vw;
    left: calc(100% - 33.2vw);
    z-index: 2;
    width: 20.6vw;
    height: 20.9vw;
}
.page-about .team-block .team-member:nth-child(9) {
    top: 8.6vw;
    left: calc(100% - 34.6vw);
    width: 22.7vw;
    height: 22.8vw;
}
.page-about .team-block .team-member:nth-child(10) {
    top: 7.5vw;
    left: calc(100% - 19.8vw);
    width: 20.3vw;
    height: 20.8vw;
}
.page-about .team-block .team-member:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.page-about .team-block .team-member.inactive {
    filter: blur(40px);
}
.page-about .team-block .team-member.active {
    filter: blur(0px);
    z-index: 4;
    /* transform-origin: 0% 50%; */
    transform: scale(1.5);
    /* translateY(-50%) */
    /* top: 26vw; */
}
.page-about .team-block .team-member .font-140,
.page-about .team-block .team-member .font-30 {
    display: none;
}
.page-about .team-block .team-member.active .font-140,
.page-about .team-block .team-member.active .font-30 {
    display: block;
}

.page-about
    .team-block
    .team-member:nth-child(n + 1):nth-child(-n + 4).active
    .font-140 {
    left: 13vw;
}
.page-about
    .team-block
    .team-member:nth-child(n + 1):nth-child(-n + 4).active
    .font-30 {
    /* left: calc(100% - 12.4vw); */
    left: 0;
}
.page-about
    .team-block
    .team-member:nth-child(n + 5):nth-child(-n + 7).active
    .font-140 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.page-about
    .team-block
    .team-member:nth-child(n + 8):nth-child(-n + 10).active
    .font-140 {
    right: 13vw;
}
.page-about
    .team-block
    .team-member:nth-child(n + 8):nth-child(-n + 10).active
    .font-30 {
    /* right: calc(100% - 12.4vw); */
    right: 0;
}

.page-about .team-block .team-member.active .font-140 {
    white-space: nowrap;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.3vw 0.8vw;
    letter-spacing: -0.05em;
}
.page-about .team-block .team-member.active .font-30 {
    border: 1px solid var(--white);
    border-radius: 100vw;
    padding: 2px 0.8vw 0.3vw;
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    top: 116%;
    transform: translateY(-50%);
    letter-spacing: -0.03em;
    font-size: 1vw;
}

.mobile-view.flex {
    display: none;
}

/* LAB */
.page-lab {
    background-color: var(--white);
    color: var(--black);
}
.page-lab .footer-white {
    margin: 0.4vw 7px 7px;
    mix-blend-mode: difference;
}
.page-lab .footer-white .footer-menu .menu-static-menu-container li:hover {
    border-color: cyan;
    background-color: cyan;
}
.page-lab.menu-open header,
.page-lab.menu-open .big-menu {
    color: var(--white);
}
.page-lab.menu-open .menu-icon span {
    background-color: var(--white);
}
.page-lab .menu-icon span {
    background-color: var(--black);
}
.page-lab header svg * {
    fill: var(--black);
}
.page-lab.menu-open header svg * {
    fill: var(--white);
}
.page-lab .menu-static-menu-container a,
.page-lab .menu-static-menu-container a:hover,
.page-lab .menu-static-menu-container .menu-item {
    color: var(--black);
}
.page-lab .site-content {
    padding-top: 6.2vw;
}
.page-lab .bg-white {
    width: 100%;
    background: var(--white);
    height: 9.3vw;
    position: fixed;
    top: 0;
    z-index: 1;
}
.page-lab .text-block {
    margin: 1vw 2.7vw 1vw 3.1vw;
    padding: 0.5vw 0;
    border-top: 4px solid var(--black);
    border-bottom: 4px solid var(--black);
    font-size: 1.6vw;
    font-weight: 500;
    font-style: italic;
    position: sticky;
    top: 5.6vw;
    z-index: 3;
    background-color: var(--white);
}

/* Estilo inicial */
.page-lab .title-block {
    display: flex;
    gap: 0;
    position: relative;
    width: 100%;
    z-index: 5;
    margin: auto;
    padding: 0 2.7vw 0 3.2vw;
}

.page-lab .title {
    font-size: 18.2vw;
    font-weight: 900;
    line-height: 44%;
}

.page-lab .title-block img {
    height: 11.2vw;
    width: auto;
}
.page-lab.menu-open .title-block {
    z-index: 3;
}

.page-lab .content-grid .bg-img-container,
.page-lab .content-grid .video-container {
    filter: blur(0);
    transition: all 0.5s ease-in-out;
    position: relative;
}

/* .page-lab .content-grid .bg-img-container.inactive,
.page-lab .content-grid .video-container.inactive {
    transition: all 0.5s ease-in-out;
    filter: blur(4px);
} */

.page-lab .content-grid .bg-img-container::before,
.page-lab .content-grid .video-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 1; /* Ensures the gradient is above the image */
    pointer-events: none; /* Allows clicks to pass through to the image */
    border-radius: 2.1vw;
    transition: background 0.5s ease-in;
}

.page-lab .content-grid .bg-img-container.active::before,
.page-lab .content-grid .video-container.active::before {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    height: 100%;
    transition: background 0.5s ease-in;
}
.page-lab .content-grid .bg-img {
    height: 100%;
    border-radius: 2.1vw;
    object-fit: cover;
}

.page-lab .content-grid .bg-img-container .tags,
.page-lab .content-grid .video-container .tags {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 1vw 2.1vw;
    font-size: 1vw;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: underline;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    gap: 1vw;
}
.page-lab .content-grid .bg-img-container.active .tags,
.page-lab .content-grid .video-container.active .tags {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.page-lab .small-lab-logo {
    position: fixed;
    top: -50vw;
    z-index: 3;
    width: 15vw;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.page-lab .small-lab-logo.active {
    top: 2vw;
}

@media only screen and (max-width: 2560px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 1920px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 1680px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 1440px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    html body {
        font-size: 1.1vw;
        
    }
}

@media only screen and (max-width: 1366px) and (min-height: 680px) and (max-height: 690px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 1280px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    html body {
        font-size: 1.3vw;
    }
}

@media only screen and (max-width: 1024px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    html body {
        font-size: 1.3vw;
    }
}

@media only screen and (max-width: 768px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .mobile-view {
        display: block;
    }
    .desktop-view {
        display: none !important;
    }

    .mobile-view.flex {
        display: flex;
    }

    .menu-static-menu-container .menu-item {
        font-size: 13px;
    }

    .font-25,
    .font-18,
    .font-30,
    html body {
        font-size: 15px;
    }
    .font-40 {
        font-size: 20px;
        font-weight: 700;
    }
    .font-100 {
        font-size: 50px;
    }

    .font-195,
    .font-150,
    .font-76 {
        font-size: 45px;
    }
    .font-300,
    .font-130 {
        font-size: 60px;
    }
    .font-400 {
        font-size: 85px;
    }

    .big-title {
        padding: 60px 15px 15px;
    }

    /* HEADER */
    .menu-static-menu-container .menu-item {
        border: 1px solid var(--white);
        padding: 2px 15px 4px;
        border-radius: 100vw;
    }
    header {
        padding: 20px 15px;
    }
    .logo {
        width: 40px;
    }
    header.fixed {
        z-index: 6;
        height: 65px;
    }
    header.fixed .logo {
        left: -50px;
        top: 15px;
        width: 20px;
    }
    header.fixed.active .logo {
        left: 15px;
        width: 20px;
    }
    header.fixed .background-mobile {
        opacity: 0;
    }
    header.fixed.active .background-mobile {
        background-image: url(images/fundo-gradient.png);
        height: 130px;
        top: 0px;
        left: 0;
        position: absolute;
        width: 100%;
        transition: all 1s ease-in-out;
        opacity: 1;
    }
    header.fixed.active .background-mobile.active {
        left: -100vw;
    }
    header.fixed.active .menu {
        right: 15px;
        top: 15px;
    }
    .menu-icon div {
        width: 15px;
        height: 8px;
    }
    .menu-icon span {
        height: 1px;
    }
    .menu-icon.active:hover span:first-of-type,
    .menu-icon.active:hover span:last-of-type,
    .menu-icon:hover .menu-icon__checkbox:checked + div span:first-of-type,
    .menu-icon:hover .menu-icon__checkbox:checked + div span:last-of-type {
        width: 15px;
    }
    .menu-icon.active span:last-of-type,
    .menu-icon__checkbox:checked + div span:last-of-type {
        bottom: 2px;
    }
    .big-menu {
        padding: 50px 15px;
    }
    .big-menu .menu-item a .preview {
        display: none;
    }
    .big-menu .menu-item a .text {
        opacity: 1;
        height: 55px;
        padding-bottom: 10px;
    }
    .big-menu .menu-item:hover a .text {
        border-bottom: none;
    }

    /* WORK */
    .work-section {
        padding: 0 15px;
        flex-wrap: nowrap;
        gap: 20px;
        margin-top: 0;
        flex-direction: column;
    }
    .work-section .work-block .bg-img,
    .work-section .work-block.active .bg-img {
        height: 300px;
        border-radius: 20px;
        opacity: 1;
        filter: inherit;
        overflow: hidden;
    }
    .work-section .work-block .title {
        margin-bottom: 5px;
        border-radius: 100vw;
        min-height: inherit;
        padding: 5px 15px;
        transition: all 0.5s ease-in-out;
        width: 100% !important;
        white-space: nowrap;
        border: 2px solid var(--white);
    }
    .work-section .work-block .title svg {
        width: 10px;
        margin-top: 0;
        margin-left: 0;
    }
    .work-section .work-block {
        width: 100%;
    }
    .work-block .gif-preview img {
        height: 300px;
        object-fit: cover;
        max-width: inherit;
        width: 100%;
    }
    .work-section .work-block {
        color: var(--white);
    }

    /* SINGLE WORK */
    .header-img {
        height: 200px;
    }
    .single-work .title,
    .single-lp .title {
        margin-top: -20px;
        padding-left: 15px;
    }
    .single-work .content-block,
    .single-lp .content-block {
        padding: 30px 15px;
        gap: 15px;
        flex-direction: column;
    }
    .single-work .categories,
    .single-lp .categories {
        gap: 10px;
        margin-top: 0;
        padding-left: 0;
        flex-direction: column;
        font-size: 25px;
    }
    .single-work .content,
    .single-lp .content {
        width: auto;
        margin: 0;
        font-size: 25px;
    }

    .single-work .content.first,
    .single-lp .content.first {
        width: 70%;
        margin-left: auto;
    }

    .single-work .content-grid .bg-img,
    .single-lp .content-grid .bg-img,
    .page-lab .content-grid .bg-img-container,
    .page-lab .content-grid .bg-img {
        border-radius: 0;
        width: 100% !important;
    }
    .single-work .content-grid,
    .single-lp .content-grid,
    .page-lab .content-grid {
        flex-wrap: nowrap;
        gap: 15px;
        padding: 0 15px;
        flex-direction: column;
    }

    .single-work .content-grid .footer-text.text {
        left: 0;
        line-height: 70%;
        width: 100%;
        font-size: 48px;
    }
    .single-work .video-container video,
    .single-lp .video-container video,
    .page-lab .video-container video {
        border-radius: 0;
    }
    .single-work .credits-container,
    .single-lp .credits-container {
        padding: 20px 0;
        width: auto;
        margin: 50px 15px 0;
    }
    .single-work .credit-block .flex .font-18:last-child,
    .single-lp .credit-block .flex .font-18:last-child {
        width: 40%;
    }
    .single-work .credit-block .flex,
    .single-lp .credit-block .flex {
        border-bottom: 2px solid var(--white);
        padding: 10px 0;
        gap: 20px;
    }
    .single-work .credit-block .flex .font-25:not(.font-bold),
    .single-lp .credit-block .flex .font-25:not(.font-bold) {
        width: 50%;
        text-align: right;
    }
    .single-work .credits-container .font-40,
    .single-lp .credits-container .font-40 {
        margin-bottom: 0px;
    }
    .single-work .next-prev-posts .prev-post,
    .single-work .next-prev-posts .prev-post:hover {
        /* border: 2px solid var(--white);
        color: var(--white);
        background-color: transparent; */
        padding: 2px 15px 4px;
    }
    .single-work .next-prev-posts .next-post {
        /* border: 2px solid var(--red);
        color: var(--red);
        background-color: transparent; */
        padding: 2px 15px 4px;
    }

    /* HOMEPAGE */
    .first-section {
        min-height: inherit;
        max-height: inherit;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 100px 40px;
    }
    .first-section .small-text {
        top: 90px;
        left: 53%;
    }
    .video-on {
        mask-image: inherit;
        mask-repeat: inherit;
        mask-position: inherit;
        mask-size: inherit;
        -webkit-mask-image: inherit;
        -webkit-mask-repeat: inherit;
        -webkit-mask-position: inherit;
        -webkit-mask-size: inherit;
        transition: all 0.8s ease-in-out;
    }
    .first-section .arrow-down {
        bottom: 10px;
        width: 10px;
    }
    .page-homepage .second-section.red video {
        margin: 5px 20px;
        width: calc(100% - 40px);
        height: 300px;
        border-radius: 20px;
        background-color: var(--black);
    }
    .page-homepage .parallax-image {
        height: 130px;
        margin-bottom: 130px;
        background-attachment: inherit;
        background-position: center center;
    }
    .page-homepage .parallax-image .video-lottie {
        top: 10px;
        height: 230px;
    }
    .case-block,
    .case-block.active {
        height: 200px;
    }
    .lp-section {
        width: calc(100% - 30px);
        min-height: 200px;
    }
    .case-block {
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .case-block.active .top-buttons {
        top: 10px;
    }
    .case-block .top-buttons {
        gap: inherit;
        top: 50%;
        left: 20px;
        width: calc(100% - 40px);
        justify-content: space-between;
    }
    .top-buttons .selected-case.font-18 {
        font-size: 10px;
    }
    .top-buttons .categories.font-18 {
        font-size: 10px;
        gap: 5px;
        flex-wrap: wrap;
        width: 190px;
        justify-content: flex-end;
    }
    .case-block .all-lp {
        font-size: 18px;
        text-decoration: none;
    }
    .case-block.all {
        border: 2px solid var(--white);
        height: 50px;
    }
    .page-homepage .btn-circle {
        border: none;
        border-radius: inherit;
        padding: 30px 15px 15px;
        margin: 0 auto;
    }
    .slider-home .slide-item video,
    .slider-home .slide-item .video-block {
        height: 300px;
        border-radius: 20px;
        pointer-events: none;
    }
    .slider-home .slide-item .video-block img {
        height: 100%;
        object-fit: cover;
    }
    .slider-home {
        margin: 0 auto 30px;
        gap: inherit;
        width: calc(100% - 30px);
        height: 560px;
    }
    .slider-home .slide-item.current {
        width: 100%;
        left: 0;
    }
    .slider-home .slide-item.next,
    .slider-home .slide-item.next-next {
        width: 0;
        left: 100vw;
        cursor: inherit;
    }
    .slider-home .slide-item.prev {
        width: 100%;
    }
    .slider-home .slide-item .slide-info {
        left: 0;
        top: 320px;
        position: absolute;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .slider-home .slide-item:first-child .slide-info .slide-title {
        max-width: inherit;
        width: 90%;
    }
    .slider-home .slide-item .slide-info .slide-text {
        max-width: inherit;
        top: 12px;
    }
    .slider-home .slide-item .slide-info.active .slide-text {
        left: 0;
    }
    .slider-home .arrow-next {
        top: 20px;
        right: 0;
    }
    .marquee_text svg {
        width: 20px;
        height: 20px;
        margin: 10px 10px 0;
    }

    /* FOOTER */
    .footer-white {
        background-color: var(--white);
        color: var(--black);
        border-radius: 20px;
        width: calc(100% - 30px);
        margin: 20px auto;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
         display: none;
    }
    .copyright.mobile-view {
        margin: 20px auto 0;
    }
    .footer-white .social-links {
        gap: 10px;
        flex-direction: row;
        width: 100%;
        display: flex !important;
        margin-top: 25px;
        justify-content: space-between;
    }
    .footer-white .footer-menu {
        margin-top: 0;
        width: fit-content;
    }
    .footer-white .footer-menu .menu-static-menu-container ul {
        gap: 10px;
    }
    .footer-white .footer-menu .menu-static-menu-container li {
        border: 2px solid var(--black);
        padding: 2px 25px 4px;
    }
    .footer-white .footer-menu .menu-static-menu-container li:hover {
        background-color: inherit;
        border-color: inherit;
    }
    .footer-white .footer-menu .menu-static-menu-container li a {
        text-decoration: none;
        font-size: 15px;
    }
    .footer-white .footer-menu .menu-static-menu-container li:hover a {
        color: var(--black) !important;
    }
    .footer-white .utc {
        margin-bottom: 20px;
        font-size: 16px;
        margin-top: 9px;
    }
    .footer-white .address {
        font-size: 15px;
    }
    .footer-white .email {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .footer-white .phone {
        font-size: 20px;
    }
    .footer-white .countries {
        gap: 10px;
    }
    .footer-white .countries .font-100 {
        font-size: 50px;
    }
    .footer-white .arrow {
        margin-top: 10px;
        font-size: 60px;
        line-height: 0;
    }
    .footer-white .infos {
        margin-bottom: 15px;
    }
    .footer-white .social-links > .flex {
        gap: 15px;
        font-size: 15px;
    }

    /* ABOUT */
    .page-about .first-section {
        min-height: inherit;
        max-height: inherit;
        height: 340px;
        border-radius: 0 0 20px 20px;
        padding: 0 25px;
    }
    .page-about .menu-static-menu-container .menu-item {
        border-color: 1px solid var(--black);
    }
    .page-about .create-section {
        padding: 25px 15px 0;
        gap: 35px;
        flex-direction: column;
        border: 2px solid var(--white);
        border-radius: 20px;
        margin: 30px 15px;
    }
    .page-about .create-section .infos .btn-circle {
        margin: 0 0 10px 0;
        color: var(--red);
        border: 1px solid var(--red);
    }
    .btn-circle {
        padding: 10px 15px 13px;
    }
    .page-about .create-section .infos {
        width: auto;
    }
    .feature-items.font-100 {
        font-size: 35px;
        font-weight: 600;
    }
    .page-about .feature-items div {
        min-height: 1px;
        padding-bottom: 10px;
    }
    .page-about .video-about {
        min-height: inherit;
        height: inherit;
        width: auto;
        padding: 15px;
    }
    .page-about .team-block-mobile {
        padding-top: 20px;
    }
    .page-about .team-block-mobile .team-member {
        height: 110vw;
        background-size: 70%;
        padding: 0 15px;
        position: relative;
        transition: all 0.5s ease-in-out;
        background-position: top;
    }
    .page-about .team-block-mobile .team-member.slick-active {
        background-size: 90%;
    }
    .page-about .team-block-mobile .team-member .team-name {
        font-size: 30px;
        line-height: 0.9;
        line-break: auto;
    }
    .page-about .team-section > .flex {
        padding-left: 15px;
    }
    .page-about .team-section {
        margin: 40px 0 100px;
        padding: 0;
    }
    .page-about .team-member .box-corner {
        padding: 6px 20px 10px;
        max-width: 50%;
        width: fit-content;
        bottom: 40px;
    }

    .page-about .team-member .box-corner .btn-circle {
        bottom: -35px;
        left: 0;
    }
    .page-about .team-member .box-corner .box {
        height: 10px;
        width: 10px;
    }
    .team-container .arrow-next {
        bottom: 60px;
        right: 20px;
    }
    .page-about .team-member .box-corner {
        transition: all 0.7s ease-in-out;
        left: 50px;
        opacity: 0;
    }
    .page-about .team-member.slick-active .box-corner {
        left: 20px;
        opacity: 1;
    }
    .video-label .btn-circle {
        margin: 60px 15px 0 auto;
    }

    .slider-home .slide-item .slide-info .slide-title {
        max-width: 60%;
        top: 0;
    }
    .slider-home .slide-item .slide-info .slide-title lottie-player {
        width: fit-content;
        height: 80px;
    }
    .slider-home .slide-item .slide-info .slide-title lottie-player svg {
        width: auto !important;
    }

    .big-menu {
        right: -100vw;
    }

    .footer-white .countries .font-100 {
        font-size: 12vw;
    }

    .animation svg {
        width: auto !important;
    }

    .single-work .credits-container .font-40,
    .single-lp .credits-container .font-40 {
        padding: 2px 15px 4px;
    }

    .single-lp .header-img {
        height: 77.4vw;
    }
    .single-lp .content.first {
        font-size: 25px;
    }
    .single-lp .title-block {
        padding: 25px;
        font-size: 35px;
        line-height: 1;
        width: 100%;
        margin: 20px 0 10px;
    }
    .single-lp .slider-home {
        margin: 0;
        height: 540px;
        width: 100%;
    }
    .single-lp .slider-home .slide-item .video-block img {
        width: 100%;
    }
    .single-lp .slider-home .slide-item .slide-info.active .slide-title {
        top: 0;
    }
    .single-lp .slider-home .slide-item:first-child .slide-info .slide-title {
        width: 75%;
    }
    .single-lp .slider-home .slide-item .slide-info .slide-title {
        font-size: 16.4vw;
        line-height: 75%;
    }
    .single-lp .slider-home .slide-item .video-block {
        border-radius: 0;
    }
    .single-lp .content.others {
        padding-left: 0;
        padding-right: 0;
    }
    .single-lp .form-blog {
        padding: 0;
        margin: 10px 0;
    }
    .single-lp .form-blog .title-form {
        margin-bottom: 0;
        font-size: 40px;
        padding: 0;
    }
    .single-lp .form-blog input,
    .single-lp .form-blog textarea {
        font-size: 20px;
        padding: 15px 0;
    }
    .single-lp .form-blog .text-form {
        font-size: 18px;
        width: 70%;
    }
    .single-lp .form-blog input[type="submit"],
    .single-lp .form-blog .form-button,
    .single-work .form-blog .form-button {
        margin-bottom: 15px;
        margin-top: 65px;
        font-size: 20px;
        padding: 0.3vw 3vw 0.8vw;
    }
    .single-lp .form-blog .img-form {
        position: absolute;
        z-index: 2;
        right: -8px;
        width: 45vw;
        top: 37vw;
        transform: translateY(-50%);
    }
    .wpcf7-spinner {
        bottom: 16px;
        left: 110px;
    }
    .wpcf7 form .wpcf7-response-output {
        font-size: 12px;
        color: var(--red);
        bottom: 55px;
        width: 80%;
        line-height: 1.1;
    }
    .wpcf7-not-valid-tip {
        font-size: 12px;
    }

    .single-lp .form-blog.external-link,
    .single-work .form-blog.external-link {
        padding: 10px 0 20px;
        margin: 10px 0;
    }
    .single-lp .form-blog.external-link,
    .single-work .form-blog.external-link {
        width: 100%;
    }
    .single-lp .form-blog.external-link .text-form,
    .single-work .form-blog.external-link .text-form {
        margin-bottom: 40px;
    }
    .single-lp .form-blog.external-link .img-form,
    .single-work .form-blog.external-link .img-form {
        display: none;
    }
    .single-lp .form-blog .title-form,
    .single-work .form-blog .title-form {
        font-size: 30px;
    }
    .single-lp .form-blog .text-form,
    .single-work .form-blog .text-form {
        font-size: 20px;
    }
    /* LAB */
    .page-lab .site-content {
        padding-top: 12.2vw;
    }
    .page-lab .menu-static-menu-container .menu-item {
        border: 1px solid var(--black);
    }
    .page-lab .text-block {
        margin: 2vw 3.5vw 2vw 3.5vw;
        border-top: 2px solid var(--black);
        border-bottom: 2px solid var(--black);
        font-size: 3vw;
        top: 10.6vw;
    }
    .page-lab .bg-white {
        height: 17.5vw;
    }
    .page-lab header.fixed.active .background-mobile {
        display: none;
    }
    .page-lab .content-grid .bg-img-container::before,
    .page-lab .content-grid .video-container::before {
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 50%,
            rgba(0, 0, 0, 0.5) 100%
        );
        border-radius: 0;
    }

    .page-lab .content-grid .video-container::before {
        height: 98%;
    }

    .page-lab .content-grid .bg-img-container .tags,
    .page-lab .content-grid .video-container .tags {
        padding: 15px 15px;
        font-size: 15px;
        opacity: 1;
        gap: 15px;
    }

    .page-lab .footer-white {
        margin: 20px auto;
    }

    .single-lp .content.others p,
    .single-work .content.others p {
        width: 70%;
    }
    .single-lp .content.others,
    .single-work .content.others {
        margin-left: auto;
        padding: 40px 0;
        width: 100%;
        font-size: 25px;
    }
    .single-lp .content.others.withTitle {
        padding-top: 0;
    }
    .single-lp .content.columns.others,
    .single-work .content.columns.others {
        flex-direction: column;
        gap: 35px;
    }
    .single-lp .content.others .w-50,
    .single-work .content.others .w-50 {
        width: 70%;
    }
    .single-lp .content.others .w-50 p,
    .single-work .content.others .w-50 p {
        width: 100%;
    }
    .single-work .credits-container .font-76,
    .single-lp .credits-container .font-76 {
        margin-bottom: 2.6vw;
    }
    .single-work .next-prev-posts {
        margin: 3vw auto 50px;
    }
    .page-lab .content-grid .video-container::before {
        bottom: 6px;
    }
    .page-lab .content-grid .bg-img-container.inactive,
    .page-lab .content-grid .video-container.inactive {
        filter: blur(0);
    }

    .page-lab .small-lab-logo.active {
        top: 3.4vw;
        width: 30vw;
    }
}

@media only screen and (max-width: 376px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

@media only screen and (max-width: 321px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .footer-white .countries .font-100 {
        font-size: 30px;
    }
    .case-block .all-lp {
        font-size: 15px;
    }
    .page-homepage .btn-circle {
        font-size: 10px;
    }
    .page-homepage .mobile-view .gif-preview {
        max-width: inherit;
        object-fit: cover;
    }
}


.copy-email-btn2 {
height: 50px;
    width: auto;
    border: solid 2px #000;
    background-color: #000;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    overflow: hidden;
    color: #000;
    text-align: center;
    -webkit-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    box-sizing: initial !important;
}

.slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  gap: 40px;
}

.text-block {
  max-width: 40%;
}

.text-block h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

.text-block h1 span {
  font-weight: 900;
  display: block;
}

.text-block p {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  line-height: 1.6;
}

.visual-block {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

.visual-block video {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .slide-content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .text-block, .visual-block {
    max-width: 100%;
  }

  .text-block h1 {
    font-size: 36px;
  }
}