
@font-face {
    font-family: "Tuesday Night";
    src: url('../font/TuesdayNight-Regular.woff2') format("woff2");
}

html {
    --nb-col: 25;
    --cols-pricing: 3;
    scroll-behavior: smooth;
  }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    cursor: none;
}
ol,
ul {
    list-style: none;
}
i {
    font-style: italic;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 0.5208333333vw;
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    background-color: #f0ede8;
} 
body {
    height: 100%;
    width: 100%;
    touch-action: none;
    background-color: #f0ede8;
    overscroll-behavior-y: none;
}
#gl {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
}
.app {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cursor{
    position: fixed;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    background-color: #181818;
    transition: transform .3s ease;
    transform-origin: center center;
    pointer-events: none;
    z-index: 1000;
}

.grow {
    transform: scale(2);
    background: #fff;
    mix-blend-mode: difference;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: default;
}
img {
    object-fit: cover;
}
.intro--touch {
    display: none;
}
.preloader {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2b2b2b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2.4rem;
    color: #e2ded5;
}


.imr {
    display: none;
}
html.tablet,
html.phone {
    position: relative;
    font-size: 2.6666666667vw;
    overflow: auto;
}
html.tablet body,
html.phone body {
    overflow: visible;
}
html.tablet .app,
html.phone .app {
    overflow-x: hidden;
    position: relative;
}
html.tablet .preloader,
html.phone .preloader {
    display: none;
}
html.tablet .intro--touch,
html.phone .intro--touch {
    display: block;
}
html.tablet .touch_category,
html.phone .touch_category {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 3.6rem;
    color: #afaba0;
    margin-bottom: 3rem;
}
html.tablet .intro_quote--touch,
html.phone .intro_quote--touch {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    line-height: 120.7%;
    color: #7d7d7d;
    margin-bottom: 9.2rem;
}
html.tablet .imr,
html.phone .imr {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f0ede8;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 0.8rem;
    display: none;
}
@media screen and (orientation: landscape) {
    html.tablet .imr,
    html.phone .imr {
        display: flex;
    }
}
.about_contact_link,
.nav_logo {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.about_contact_link:after,
.nav_logo:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}
.about_contact_link:after,
.nav_logo:after {
    transform: scaleX(0);
    transform-origin: left center;
}
.about_contact_link:hover:after,
.nav_logo:hover:after,
.about_contact_link:focus:after,
.nav_logo:focus:after {
    transform: scaleX(1);
    transform-origin: right center;
}
.about_contact_link,
.nav_logo {
    display: inline-block;
    line-height: 1.05;
}
.navigation_touch {
    display: none;
}
.menu_touch_outer {
    display: none;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6.2rem 11.4rem 0 11.4rem;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    pointer-events: none;
    mix-blend-mode: difference;
}
.menu_items {
    display: flex;
    font-size: 1.32rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    color: #e3e3e3;
    pointer-events: none;
}

.menu_items .menu_item_link {
    margin-right: 2rem;
    pointer-events: all;
    cursor: pointer;
}

.menu_items .menu_item_link .lang{
    font-family: "ivypresto-display", serif;
    font-weight: 100;
}

.menu_br_l {
    display: inline-block;
    transform: translateX(-0.8rem);
    opacity: 0;
}
.menu_br_r {
    display: inline-block;
    transform: translateX(0.8rem);
    opacity: 0;
}

.menu_item_link:hover .menu_br_r {
    opacity: 1;
}

.menu_item_link:hover .menu_br_l {
    opacity: 1;
}

.menu_item_link .menu_br_l:active {
    opacity: 1;
}

.nav_logo {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    color: #e3e3e3;
    mix-blend-mode: difference;
}
.nav_logo .nav_logo_link_d {
    font-size: 1.2rem;
    pointer-events: all;
    cursor: pointer;
}

html.phone .navigation,
html.tablet .navigation {
    display: none;
}
html.phone .navigation_touch .menu_u,
html.tablet .navigation_touch .menu_u {
    text-decoration-color: #7d7d7d;
}
html.phone .navigation_touch .menu_ua,
html.tablet .navigation_touch .menu_ua {
    text-decoration-color: #7d7d7d;
}
html.phone .menu_u,
html.tablet .menu_u {
    text-decoration: underline;
    text-underline-position: under;
}
html.phone .navigation_touch,
html.tablet .navigation_touch {
    display: block;
    width: 100%;
    z-index: 200;
    position: fixed;
    left: 0;
    top: 4.9rem;
    mix-blend-mode: difference;
}
html.phone .navigation_touch .menu_items_touch,
html.tablet .navigation_touch .menu_items_touch {
    display: flex;
    justify-content: space-between;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
html.phone .navigation_touch .menu_items_touch a,
html.phone .navigation_touch .menu_items_touch p,
html.tablet .navigation_touch .menu_items_touch a,
html.tablet .navigation_touch .menu_items_touch p {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    color: #7d7d7d;
}
html.phone .navigation_touch .menu_touch_logo,
html.tablet .navigation_touch .menu_touch_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: #1c1c1c;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.3rem;
}
html.phone .navigation_touch .menu_touch_logo span,
html.tablet .navigation_touch .menu_touch_logo span {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.3rem;
    color: #50545f;
}
.menu_touch_outer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    overflow: hidden;
    transform: translateY(-100%);
}
.menu_touch_outer .menu_touch_inner {
    width: 100%;
    height: 100%;
    background-color: #5f6d6a;
    transform: translateY(100%);
}
.open_menu_nav {
    display: flex;
    justify-content: space-between;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 4.9rem;
}
.open_menu_nav .menu_open_about,
.open_menu_nav .menu_c {
    font-family: "Suisse Intl Book";
    font-size: 1.2rem;
    color: #faf8f2;
}
.open_menu_nav .open_menu_logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #faf8f2;
    font-family: "Suisse Intl regular";
    font-size: 1.3rem;
    gap: 0.5rem;
}
.open_menu_nav .open_menu_logo a span {
    font-family: "Suisse Intl";
    font-size: 1.3rem;
    color: #afaba0;
}
.menu_open_items {
    height: 25.1rem;
    width: 42.3rem;
    position: absolute;
    bottom: 12.8rem;
    left: 3.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Suisse Intl";
    font-size: 3.5rem;
    color: #afaba0;
}
.menu_to {
    overflow: hidden;
    overflow: hidden;
    line-height: 3.5rem;
}
.menu_open_link {
    display: inline-block;
    transform: translateY(105%);
}
.open_menu_quote {
    width: 23rem;
    height: 4.2rem;
    position: absolute;
    bottom: 5rem;
    left: 3.3rem;
    font-family: "Suisse Intl regular";
    font-size: 1.2rem;
    color: #faf8f2;
}
.open_menu_quote p {
    overflow: hidden;
}
.open_menu_quote p span {
    display: inline-block;
    transform: translateY(105%);
}

.logo_nav_mob-outsidenav{
    display: none;
}

.padding-left{
    padding-left: 16px;
}

.index-slider-wrap{
    position: fixed;
    right: 12%;
    width: 26rem;
    height: 100vh;
    overflow: hidden;
}

.index-slider-thumbnails{
    position: absolute;
    top: 0;
    left: 0;
    height: 2800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    will-change: transform;
    background-color: transparent;
}

.index-slider-item{
    position: relative;
    flex: 1;
    overflow: hidden;
    mix-blend-mode: exclusion;
}

.index-slider-item:hover{
    mix-blend-mode: exclusion;
}

.index-img-div{
    position: relative;
    left: 1%;
    top: 2.5%;
    width:100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display:flex;
    justify-content: center;
}

.index-slide-prev-ver{
    position: fixed;
    overflow: hidden;
    height: 65.75rem;
    width: 47.5rem;
    left: 30vw;
    top: 20vh;
}


.index-slide-prev-hor{
    position: fixed;
    overflow: hidden;
    width: 84.75rem;
    height: 56rem;
    left: 20vw;
    top: 20vh;
}

.index-slide-prev-img{
    position: relative;
    left: 1%;
    top: 2.5%;
    width:98%;
    height: 95%;
    background-size: contain;
    background-position: center;
    text-align: center;

}

.index-image{
    height: 100%;
}

.index-thumb-ver{
    width: 100%;
    filter: grayscale(100%);
}

.index-thumb-hor{
    /* width: 114%; */
    width: 105%;
    filter: grayscale(100%);
}

.slider-responsive-wrap{
    position: absolute;
    bottom: 10%;
    width: 100%;
    height: 18vh;
    cursor: grab;
}

.slider-responsive{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider-responsive-inner{
    position: absolute;
    display: flex;
    justify-content: space-around;
    column-gap: 1%;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.item-responsive{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20vw;
    height: 100%;
    top: 1%;
    overflow: hidden;
    object-fit: cover;
    background-color: #cecece;
}

.slider-responsive::-webkit-scrollbar{
    display: none;
}

.responsive-margins-index{
    margin: 6vh auto 0 auto;
}

.responsive{
    background-color: #f1eee8;
}

.responsive-prev{
    position: relative;
    width: 100vw;
    height: 40vh;
    text-align: center;
}

.responsive-thumb-ver{
    width: 108%;
    filter: grayscale(100%);
}

.responsive-thumb-hor{
    width: 204%;
    filter: grayscale(100%);
}

.responsive-branding{
    position: relative;
    z-index: 3;
    margin: auto;
    max-width: 150px;
    margin-top: 72px;
}

.responsive-index-container{
    display: none;
}

.mobile-nav{
    display: none;
}

@keyframes 
fadeIn {  to {
 opacity: 1;
}
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 1 forwards;
}

.container{
    padding: 16.5rem 11.4rem 0 11.4rem;
}

footer{
    background-color: #2B2B2B;
    padding: 4rem 11.4rem;
}

.footer-text{
    display: flex;
    justify-content: space-between;
}

.footer-socials li{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #fff;
    list-style: none;
    text-transform: uppercase;
}

.bold{
    font-weight: 600;
}

.tuesday{
    font-family: 'Tuesday Night';
    font-size: 12rem;
    transform: rotate(-16deg);
    position: absolute;
    right: 25vw;
    margin-top: -2vw;
}



.tuesday-light{
    font-family: 'Tuesday Night';
    font-size: 12rem;
    font-weight: 300;
    text-transform: lowercase;
    transform: rotate(-16deg);
    position: absolute;
    right: 22vw;
}


.about_title{
    font-size: 24rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8rem;
}

.pricing_title{
    font-size: 14rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8rem;
}

.about-ft{
    display: flex;
    justify-content: space-between;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2em;
    padding-bottom: 24rem;
}

.about-contact{
    display: flex;
    column-gap: 2.5rem;
}

.about_text{
    display: grid;
    grid-template-columns:repeat(var(--nb-col),1fr);
    padding-bottom: 24rem;
}

.about_text_left{
    display: flex;
    grid-column:1/20;
}

.about_text_left p{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 1.3em;
}

.about-ft-img{
    width: 55vw;
    object-fit: cover;
    overflow: hidden;
}

.about-ft-imgg{
    width: 100%;
}

.duoimg{
    width: 55vw;
    object-fit: cover;
    overflow: hidden;
    padding-bottom: 24rem;
}

.about_fullimg {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    padding-bottom: 24rem;
}

.team_row{
 display: flex;
 justify-content: space-between;
 padding-bottom: 24rem;
}


.team_title{
    font-size: 6rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.team_thumbnails{
    display: flex;
    column-gap: 4rem;
    justify-content:flex-end
}

.team_thumbnails-left{
    display: flex;
    column-gap: 4rem;
    justify-content:flex-start
}

.team_thumbnail_pic{
    max-width: 40rem;
    object-fit: cover;
    overflow: hidden;
}

.team_thumb{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.team_desc{
    padding-top: 2rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    line-height: 2.2em;
    display: flex;
    justify-content: space-between;
}

.team_name{
    font-size: 1.5rem;
    text-transform: uppercase;
}

.team_position{
    text-transform: none;
}

.team_desc_p{
    font-size: 1.4rem;
}

.about_highlight{
    font-family: "neue-haas-grotesk-display", sans-serif;
    text-align: center;
    padding-bottom: 24rem;
}

.about_highlight p{
    font-size: 8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.about_line{
    width: 200%;
}

.marquee {
    overflow: hidden;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    width: 100vw;
    padding: 6em 0;
    margin-left: -11.4rem;
    margin-bottom: 24rem;
    cursor: pointer;
  }
  
.marquee h1{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 8em;
    white-space: nowrap;
    text-transform: uppercase
}

.book{
    font-family: "ivypresto-display", serif;
    font-weight: 300;
}

.now{
    font-family: "ivypresto-display", serif;
    font-style: italic;
    font-weight: 300;
}

#featured{
    padding-bottom: 24rem;
}

.featured-row{
    display: flex;
    column-gap: 24rem;
    justify-content:flex-start
}


.featured-info{
    display: flex;
    column-gap: 8rem;
    justify-content:flex-start
}

.featured-title{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 1.3em;
    text-transform: uppercase;
    display: block;
}

.featured-img {
    display: none;
    position: absolute;
    right: 32rem;
    margin-top: -8rem;
}

.featured-imgg {
    max-width: 150px;
    margin-top: -2rem;
}

.featured-info2{
    padding-left: 42vw;
}

.featured-img2 {
    display: none;
    position: absolute;
    right: 10rem;
}

.featured-imgg2 {
    max-width: 300px;
    margin-top: -7rem;
}
    
.featured-title:hover + .featured-img {
display: block;
}
    
.featured-title:hover + .featured-img2 {
display: block;
}

.section-parallax {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
.parallax-content {
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120%;
}

.section-mood-image {
    margin-top: 80px;
    height: 204rem;
    margin-bottom: 24rem;
    margin-top: -6rem;
  }

  @media only screen and (max-width: 768px) {
    .section-mood-image {
       height: 267rem;
    }
  }

.pricing-wrapper{
    display: flex;
    justify-content: space-between;
    column-gap: 12rem;
    padding-bottom: 24rem;

}

.pricing-price-total{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.2rem;
    margin-top: 12rem;
}

.pricing-price-service {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.8rem;
    padding-top: 6rem;
}

.pricing-strong{
    font-weight: 700;
}

.pricing-title{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 4.5rem;
}

.pricing-img{
    width: 50rem;
    height: 60rem;
    object-fit: cover;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 48px;
}

.pricing-imgg{
    width: 100%;
    object-fit: cover;
}

.pricing-list{
    height: 48rem;
}

.pricing-list li{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 3.2rem;
    list-style-type: none;
    padding: 1.5rem 0;
    border-top: 1px solid #181818;
    border-bottom: 1px solid #181818;
}


.extras-list{
    border-top: 1px solid #181818;
    border-bottom: 1px solid #181818;
}


.extras-list{
    display: flex;
    flex-direction: row;
    column-gap: 8rem;
}

.extras-list li{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 3.2rem;
    list-style-type: none;
    padding: 1.5rem 0;
    flex: 1;
    line-height: 3.8rem;
}

.pricing-entregables{
    margin-top: 28rem;
}

.pricing-entregables{
    height: 48rem;
}

.pricing-entregables li{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 3.2rem;
    list-style-type: none;
    padding: 1.5rem 0;
    border-top: 1px solid #181818;
    border-bottom: 1px solid #181818;
}


.pricing-list .fist-li, .pricing-entregables .fist-li{
    border-top: 2px solid #181818;
}

.pricing-list .last-li, .pricing-entregables .last-li{
    border-bottom: 2px solid #181818;
}

main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.main-2 {
    height: 90vh;
}
.projects-desktop{
    position: relative;
    scroll-behavior: smooth;
}
.project-grid{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    will-change: transform;
}

.main-grid-mob{
    display: none;
}

.project-row{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 24rem;
}

.item{
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 0;
    padding-bottom: 135%;
    overflow: hidden;
}


.item-h{
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 0;
    padding-bottom: 62%;
    overflow: hidden;
}

.img_wrap{
    --overflow: 40px;
    position: absolute;
    width: 100%;
    height: calc(100% + (var(--overflow) * 2));
    top: calc(-1 * var(--overflow));
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
}

.proj-width-45{
    width: 45rem;
}

.wrap-projects{
    padding-top: 2vh;
}

.proj-info-text{
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #181818;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3em;
    text-transform: uppercase;
    display: block;
}

.proj-info-text-lc{
    font-family: "neue-haas-grotesk-display", sans-serif;
    color: #181818;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3em;
}


.single-content{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1063rem;
    will-change: transform;
}

.single-content2{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:882rem;
    will-change: transform;
}

.single-content3{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1850rem;
    will-change: transform;
}

.single-content4{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:835rem;
    will-change: transform;
}

.single-content5{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:898rem;
    will-change: transform;
}

.single-content6{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1340rem;
    will-change: transform;
}

.single-content7{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:2338rem;
    will-change: transform;
}

.single-content8{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1810rem;
    will-change: transform;
}

.single-content9{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1600rem;
    will-change: transform;
}

.single-content10{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1389rem;
    will-change: transform;
}

.single-content11{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:2209rem;
    will-change: transform;
}

.single-content12{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:2346rem;
    will-change: transform;
}

.single-content13{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:2460rem;
    will-change: transform;
}

.single-content14{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1836rem;
    will-change: transform;
}


.single-content15{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height:1347rem;
    will-change: transform;
}

.single_item{
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.single_item-middle{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.single_item-middle-hor{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 26%;
    overflow: hidden;
}
.single_img {
    --overflow: 50px;
    position: absolute;
    width: 110%;
    height: calc(105% + (var(--overflow) * 2));
    top: calc(-1 * var(--overflow));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    will-change: transform;
}

.single_sidebar{
    height: 100vh;
    width: 54.2rem;
    background-color: #E3DDD2;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24.3rem;
    z-index: -1;
}

.sidebar_content{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.single_title h3{
    font-family: "Tuesday Night";
    font-size: 4.2rem;
    margin-bottom: 1rem;
    color: #181818;
}

.single_title p{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #181818;
    text-transform: uppercase;
    margin-bottom: 4rem;
}

.single_sidebartext h5{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #181818;
}

.single_sidebartext p{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    line-height: 137%;
    color: #181818;
    font-size: 1.5rem;
    margin-bottom: 5.8rem;
    max-width: 33rem;
}


.single_heroimg{
    width: 100vw;
    height: 100vh;
}

.single_item_hero{
    transform: translate(-50%, 0%);
    padding-bottom: 65.25%;

}

.single_item_left{
    left: 0;
    transform: translate(-0%, -0%);
    padding-bottom: 5%
}

.hero_text{
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    display: flex;
    flex-direction: column;
}

.hero_title{
    margin-bottom: 6rem;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #E3DDD2;
    overflow: hidden;
}

.hero_desc{
    color: #E3DDD2;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    transform: translate(12rem, -3rem);
    line-height: 1.5rem;
}

.single_desc{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 12.3rem 60rem 11.5rem 18.9rem;
    line-height: 141%;
    max-width: 50%;
    color: #515151;
}

.single-content-grid{
    width: 137.8rem;
}

.single_intro_title_description{
    margin: 6rem 0 0 18.9rem;
    width: 75%;
}

.single_intro_title{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.single_intro_description{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 134%;
    color: #181818;
}

.trio-single{
    left: 14rem;
    padding-bottom: 0;
    transform: translate(-50%, -0%);
}

.single-img-top20{
    top: -20%;
}

.single-img-top25{
    top: -25%;
}

.single-img-top40{
    top: -40%;
}

.single-img-top35{
    top: -35%;
}

.single-img-top30{
    top: -30%;
}

.single-img-top50{
    top: -50%;
}

.single-img-top10{
    top: -10%;
}

.single-img-top5{
    top: -5%;
}

.single-img-top5p{
    top: 5%;
}

.single-img-top10p{
    top: 10%;
}

.single-img-top18{
    top: -18%;
}

.single-img-top15p{
    top: 15%;
}

.single-img-top25p{
    top: 25%;
}

.single-img-top30p{
    top: 30%;
}



.duo-single{
    left: 25%;
    padding-bottom: 0;
    transform: translate(-50%, -0%);
}

.full-height-wedding {
    height: 90rem;
}


.testimonials_title{
    position: absolute;
    font-size: 8.5rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8rem;
    letter-spacing: 10px;
}

.test-sidebar{
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
}

.testimonials-info{
    position: absolute;
    top: 10%;
    width: 100%;
    height: 90%;
}

.testimonials-txt{
    position: absolute;
    bottom:20%;
    left: 0;
    width: 100%;
    height: 60%;
    display: flex;
    overflow: scroll;
    padding: 6rem 0 10rem 0;
    mask-image: linear-gradient(transparent,
    black 20%,
    black 80%,
    transparent 100%);
-webkit-mask-image: linear-gradient(transparent,
    black 20%,
    black 80%,
    transparent 100%);
}

.testimonials-txt p{
    width: 80%;
    text-align: left;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 5rem;
    line-height: 1.2em;
    font-weight: 500;
    color: #181818;
    padding-bottom: 15em;
}

/* .testimonials-txt p::first-line {
    color: #2B2B2B;
    font-family: "neue-haas-grotesk-display", sans-serif;
    line-height: .5em;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
  } */

.counter{
    display: flex;
    flex: 1;
    padding: 2rem;
}

.counter p{
    width: 85%;
    text-align: right;
    font-family: "ivypresto-display", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 4rem;
    color: #181818;
    
}

.testimonial-gallery{
    position: absolute;
    top: 0;
    left: 0%;
    width: 40%;
    height: 100%;
}

.testimonial-wrap{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    padding-bottom: 76.25%;
    overflow: hidden;
}

.testimonial-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.5);
    transition: background-image 0.5s, transform 1.5s ease-out;
    filter: grayscale(100%);
}

.testimonial-prev{
    position: absolute;
    left: 40%;
    bottom: 10%;
    width: 10rem;
    height: 2rem;
    z-index: 4;
    background-image: url('./../../assets/testimonials/arrow_prev.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-next{
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 10rem;
    height: 2rem;
    z-index: 4;
    background-image: url('./../../assets/testimonials/arrow_next.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.contact_title{
    font-size: 8.5rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    padding-bottom: 8rem;
    letter-spacing: 10px;
}

.contact_form_wrapper{
    width: 55vw;
    text-align: left;
}

.contact_form_wrapper p{
    font-size: 4rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}

.input-inline{
    display: inline;
}

input[type=text], input[type=date], input[type=email], input[type=tel], select {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #2B2B2B;
    text-transform: uppercase;
    background-color: transparent;
    padding: 4px 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-bottom: 1px solid #181818;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
  }
  
  input[type=text]:focus,  input[type=date]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus, textarea:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid #5fa5c6;
    color: #5fa5c6;
  }

  textarea {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    background-color: transparent;
    padding: 2px 10px;
    margin: 8px 0 0 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-bottom: 1px solid #181818;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    display: inline-block;
    vertical-align: bottom;   
    color: #2B2B2B; 
   }

   button:hover{
    border: 1px solid #fff;
    color: #fff;
   }

   button{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2rem 12rem;
    margin: 4rem 0;
    float: right;
    border-radius: 0px;
    border: 1px solid #181818;
    color: #181818;
    background: transparent;
   }


.custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: DodgerBlue;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
   


#projectVideo {
    width: 100%;
}


@media screen and (max-width: 760px){
    .project-grid{
        grid-template-columns: 100%;
    }

    .single-content{
        grid-template-columns: 100%;
    }

    .single-content2{
        grid-template-columns: 100%;
    }

}

.home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0ede8;
}
.home_hero_video {
    height: 40vh;
    width: 100%;
    overflow: hidden;
    transform: translateY(90%);
}
.home_hero_video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-110%);
}
.home_title {
    font-family: "Suisse Intl";
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #afaba0;
    overflow: hidden;
}
.home_f {
    display: flex;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    bottom: 8.3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 11.4rem;
    color: #6f6f6f;
    font-family: "Suisse Intl Thin";
    font-size: 1.34rem;
}
.home_description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #afaba0;
    font-size: 2.4rem;
    opacity: 0.1;
    text-align: center;
    pointer-events: all;
}
.home_description .home_description_title {
    font-family: "Suisse Intl Book";
    margin-bottom: 2rem;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.home_description .home_description_label {
    font-family: "Suisse Intl regular";
}
.home_flip {
    background-color: transparent;
    width: 100%;
    height: 60vh;
    perspective: 150rem;
    pointer-events: none;
    position: relative;
}
.home_flip_inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.home_flip_front,
.home_flip_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.home_l {
    pointer-events: all;
}
.home_flip_back {
    transform: rotateY(180deg);
}
.home_behind,
.home_crea {
    overflow: hidden;
}
.home_behind span,
.home_crea span {
    display: inline-block;
    transform: translateY(185%) scale(1) skew(10deg, 70deg);
}
html.phone .home_hero_video,
html.tablet .home_hero_video {
    display: none;
}
html.phone .home_flip,
html.tablet .home_flip {
    height: 100%;
}
html.phone .home_title,
html.tablet .home_title {
    font-size: 2.4rem;
    width: 80%;
}
html.phone .home_description,
html.tablet .home_description {
    font-size: 2.4rem;
}
html.phone .home_f,
html.tablet .home_f {
    display: none;
}
html.phone .home_title,
html.phone .home_description,
html.tablet .home_title,
html.tablet .home_description {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
html.phone .home_flip_front,
html.phone .home_flip_back,
html.tablet .home_flip_front,
html.tablet .home_flip_back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
html.phone .home_description,
html.tablet .home_description {
    opacity: 1;
    width: 90%;
}
.about {
    padding-top: 19.5rem;
    padding-left: 14rem;
    background-color: #f0ede8;
}
.about_touch {
    display: none;
}
.about_quote {
    color: #afaba0;
    font-family: "Suisse Intl";
    font-size: 6.4rem;
    line-height: 8.5rem;
}
.about_quote p:nth-child(1) {
    margin-left: 15rem;
}
.about_quote p:nth-child(3) {
    margin-left: 15rem;
}
.about_quote_author {
    font-family: "Suisse Intl Book";
    font-size: 1.4rem;
    color: #a6a6a6;
    margin-left: 1rem;
    margin-top: 0.7rem;
}
.about_content {
    width: 92.5rem;
    transform: translate(85.5rem, -32rem);
}
.about_images {
    position: relative;
    width: 100%;
    height: 62.6rem;
    overflow: hidden;
}
.about_images .about_portrait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62.6rem;
    opacity: 0;
    object-fit: cover;
    transform: scale(1.2);
}
.about_descriptions {
    margin-top: 13.2rem;
}
.about_description_title {
    font-family: "Suisse Intl";
    font-size: 2.4rem;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 4.6rem;
}
.about_description_p {
    font-family: "Suisse Intl Book";
    font-size: 1.4rem;
    color: #515151;
    line-height: 203%;
    margin-bottom: 4.6rem;
}
.creative_underline {
    text-decoration: underline;
}
.about_creative .about_description_p:nth-child(1) {
    text-decoration: underline;
}
.about_magic {
    font-family: "Suisse Intl";
    color: #afaba0;
    font-size: 6.4rem;
    margin-top: 6.4rem;
}
.about p {
    overflow: hidden;
}
.about_t_intro {
    display: inline-block;
    height: 100%;
    transform: translateY(100%);
}
html.phone .about,
html.tablet .about {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 17.8rem;
}
html.phone .about br,
html.tablet .about br {
    display: none;
}
html.phone .about .intro--touch br,
html.tablet .about .intro--touch br {
    display: block;
}
html.phone .about_desk,
html.tablet .about_desk {
    display: none;
}
html.phone .about_touch,
html.tablet .about_touch {
    display: block;
}
html.phone .about_touch .about_touch_img,
html.tablet .about_touch .about_touch_img {
    width: 37.5rem;
    height: 20.8rem;
    transform: translateX(-1.4rem);
}
html.phone .about_touch .about_touch_img img,
html.tablet .about_touch .about_touch_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html.phone .about_touch .about_touch_quote,
html.tablet .about_touch .about_touch_quote {
    margin-top: 5.6rem;
    font-family: "Suisse Intl";
    font-size: 3.4rem;
    color: #afaba0;
    line-height: 4.2rem;
}
html.phone .about_touch .about_touch_quote p:nth-child(1),
html.tablet .about_touch .about_touch_quote p:nth-child(1) {
    margin-left: 9.2rem;
}
html.phone .about_touch .about_touch_quote p:nth-child(3),
html.tablet .about_touch .about_touch_quote p:nth-child(3) {
    margin-left: 22.5rem;
}
html.phone .about_touch .about_touch_quote p:nth-child(6),
html.tablet .about_touch .about_touch_quote p:nth-child(6) {
    margin-left: 12rem;
}
html.phone .about_touch .about_touch_quote_author,
html.tablet .about_touch .about_touch_quote_author {
    font-family: "Suisse Intl Book";
    font-size: 1.4rem;
    color: #a6a6a6;
    margin-top: 2rem;
}
html.phone .about_touch .about_touch_description,
html.tablet .about_touch .about_touch_description {
    margin-top: 4rem;
    color: #1c1c1c;
}
html.phone .about_touch .about_touch_description_title,
html.tablet .about_touch .about_touch_description_title {
    font-family: "Suisse Intl";
    font-size: 2.4rem;
    width: 15rem;
}
html.phone .about_touch .about_touch_description_p,
html.tablet .about_touch .about_touch_description_p {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-family: "Suisse Intl Book";
    font-size: 1.4rem;
    color: #515151;
    line-height: 203%;
}
html.phone .about_touch .about_touch_magic,
html.tablet .about_touch .about_touch_magic {
    font-family: "Suisse Intl";
    font-size: 3.4rem;
    color: #afaba0;
    height: 11rem;
}

#index{
    background-color: #f1eee8;
}

.container-index{
    display:grid;
    grid-template-columns:repeat(var(--nb-col),1fr);
    height: 100vh;
}

.index-branding{
    display: flex;
    grid-column:1/8;
    align-items: flex-end;
    padding-left:11.4rem;
    padding-bottom: 12rem;
    position: fixed;
    width: 48rem;
    bottom: 0rem;
    left: 0rem;
}





.branging {
    color: #fffefb;
}
.branding_text--touch {
    display: none;
}
.branding_anchors--touch {
    display: none;
}
.branding_hero {
    position: relative;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 3;
}
.branding_hero .branding_hero_img_c {
    width: 100%;
    height: 100%;
}
.branding_hero .branding_hero_img_c .branding_hero_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.branding_hero .branding_hero_title_description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}
.branding_hero .branding_hero_title_description .branding_hero_title {
    margin-bottom: 6rem;
    text-transform: uppercase;
    font-family: "Suisse Intl Book";
    font-size: 2rem;
    color: #faf8f2;
    overflow: hidden;
}
.branding_hero .branding_hero_title_description .branding_hero_title span {
    display: inline-block;
    transform: translateY(120%);
}
.branding_hero .branding_hero_title_description .brandin_hero_subtitle {
    color: #faf8f2;
    font-family: "Suisse Intl regular";
    font-size: 1.4rem;
    transform: translate(12rem, -3rem);
    overflow: hidden;
    height: 1.5rem;
    line-height: 1.5rem;
}
.branding_hero .branding_hero_title_description .brandin_hero_subtitle span {
    display: inline-block;
    transform: translateY(108%);
}
.branding_hero .branding_hero_title_description .branding_hero_description {
    font-family: "Suisse Intl regular";
    font-size: 1.4rem;
    color: #faf8f2;
    line-height: 1.8rem;
}
.branding_hero .branding_hero_title_description .branding_hero_description span {
    display: inline-block;
    overflow: hidden;
}
.branding_hero .branding_hero_title_description .branding_hero_description span span {
    transform: translateY(150%);
}
.branding_nav {
    height: 100vh;
    width: 54.2rem;
    background-color: #f9f7f3;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 24.3rem;
    z-index: 1;
}
.branding_menu {
    margin-bottom: 8rem;
}
.branding_nav_tile {
    font-family: "Suisse Intl";
    font-size: 2.2rem;
    margin-bottom: 0.38rem;
}
.branding_nav_description {
    font-family: "Suisse Intl Book";
    font-size: 1.2rem;
    color: #515151;
    text-transform: uppercase;
    margin-bottom: 4rem;
}
.branding_menu_item {
    color: #afaba0;
    font-family: "Suisse Intl";
    text-transform: uppercase;
    font-size: 1.2rem;
    width: fit-content;
    position: relative;
    height: 2.16rem;
    line-height: 2.16rem;
    cursor: pointer;
}
.branding_menu_item span {
    display: inline-block;
}
.branding_challenge_title,
.branding_outcome_title {
    font-family: "Suisse Intl Book";
    text-transform: uppercase;
    font-size: 1.44rem;
    margin-bottom: 2rem;
    color: #000;
}
.branding_outcome_description,
.branding_challenge_description {
    font-family: "Suisse Intl";
    line-height: 137%;
    color: #515151;
    font-size: 1.2rem;
    margin-bottom: 5.8rem;
    max-width: 33rem;
}
.branding_menu_svg_w {
    width: 100%;
    height: 100%;
    position: relative;
}
.branding_menu_svg {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 1.1rem;
    left: 1.8rem;
}
.branding_menu_svg_c {
    position: absolute;
    top: 0;
    right: 0;
}
.branding_menu_svg_b {
    position: absolute;
    top: -0.08rem;
    right: -0.02rem;
}
.c_path1,
.c_path2 {
    stroke-dasharray: 35.6406860352;
    stroke-dashoffset: 35.6406860352;
}
.b_path {
    stroke-dasharray: 22;
    stroke-dashoffset: 22;
}
.space {
    width: 0.5rem;
}
.branding_cs {
    width: 137.8rem;
    pointer-events: none;
}
.branding_gl {
    visibility: hidden;
}
.branding_case_description {
    font-family: "Suisse Intl regular";
    font-size: 1.2rem;
    margin: 12.3rem 0 11.5rem 18.9rem;
    line-height: 141%;
    color: #515151;
}
.branding_intro_c {
    margin-bottom: 16.8rem;
}

.branding_intro_top {
    margin-top: 16.8rem;
}

.branding_intro_image {
    width: 103.2rem;
    height: 54.5rem;
    margin: 0 auto;
}

.branding_full_margins {
    width: 103.2rem !important;
    height: 72rem !important;
    margin: 0 auto;
}

.branding_intro_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intro_portrait_ratio {
    width: 63rem;
    height: 85rem;
    margin: 0 0 0 19rem;
}
.branding_challenge_acc--touch,
.branding_outcome_acc--touch {
    display: none;
}
.branding_challenge_toggle,
.branding_outcome_toggle {
    display: none;
}
.branding_intro_title_description {
    margin: 6rem 0 0 18.9rem;
    width: 75%;
}
.branding_intro_title {
    font-family: "Suisse Intl";
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.branding_intro_description {
    font-family: "Suisse Intl regular";
    font-size: 1.3rem;
    line-height: 134%;
    color: #515151;
}
.branding_row {
    font-size: 1.44rem;
    line-height: 134%;
    margin-top: 11.4rem;
    display: flex;
}

.branding_row_center {
    justify-content: center;
}

.branding_row:last-child {
    margin-bottom: 3rem;
}
.branding_row .branding_quartet_left .branding_row_quartet_text {
    align-self: flex-end;
}
.branding_row_col {
    flex-direction: column;
}
.branding_row_col .branding_row_text {
    margin-left: 7.2rem;
    margin-top: 3.3rem;
}
.branding_row_title {
    font-family: "Suisse Intl";
    margin-bottom: 2rem;
}
.branding_row_description {
    font-family: "Suisse Intl regular";
    font-size: 1.3rem;
    color: #515151;
}
.branding_row_quartet {
    height: 92rem;
    width: 61.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.branding_row_quartet-hor {
    height: 28rem;
    width: 82rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.branding_quartet_right {
    margin-left: 49.5rem;
}
.branding_quartet_left {
    margin-left: 25.4rem;
}
.branding_row_quartet_image {
    height: 45.4rem;
    width: 30.4rem;
}

.branding_row_quartet_image-hor {
    height: 26.4rem;
    width: 40rem;
}

.branding_row_quartet_image img {
    width: 100%;
    height: 100%;
}

.branding_row_quartet_image-hor img {
    width: 100%;
    height: 100%;
}

.branding_row_quartet_text--tex_bottom {
    align-self: flex-end;
    margin-left: 3.3rem;
    margin-bottom: 5rem;
    width: 19rem;
}
.branding_row_quartet_text--tex_bottom_right {
    align-self: flex-end;
    margin-right: 3.3rem;
    margin-bottom: 5rem;
    width: 21rem;
}
.branding_row_trio {
    width: 122rem;
    height: 40.7rem;
    display: flex;
    justify-content: space-between;
}
.branding_row_trio .branding_row_trio_image {
    height: 40.7rem;
    width: 30.3rem;
}
.branding_row_trio .branding_row_trio_image img {
    width: 100%;
    height: 100%;
}
.branding_row_trio .branding_row_trio_text {
    height: 40.7rem;
    width: 30.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6.7rem;
}
.branding_row_trio .branding_row_trio_text .branding_row_title {
    font-family: "Suisse Intl";
    margin-bottom: 1.2rem;
}
.branding_row_trio .branding_row_trio_text .branding_row_description {
    font-family: "Suisse Intl regular";
    font-size: 1.3rem;
    color: #515151;
}
.branding_row_trio.branding_trio_right {
    margin-left: 15.8rem;
}
.branding_row_trio.branding_trio_right .branding_row_trio_text {
    padding-right: 6.7rem;
    padding-left: 0;
}
.branding_row_square_bl {
    height: 88.8rem;
    width: 60rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.branding_row_square_bl .branding_row_bl_image {
    height: 44rem;
    width: 29.8rem;
}
.branding_row_square_bl .branding_row_bl_image img {
    width: 100%;
    height: 100%;
}
.branding_row_square_bl .branding_row_bl_text {
    height: 44rem;
    width: 29.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2rem;
}
.branding_row_square_bl .branding_row_bl_text .branding_row_description {
    width: 90%;
}
.branding_row_tl_text {
    height: 44rem;
    width: 29.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2rem;
}
.branding_row_tl_text .branding_row_description {
    width: 90%;
}
.branding_bl_right {
    margin-left: 60.6rem;
}
.branding_bl_left {
    margin-left: 17.1rem;
}
.branding_bl_middle {
    margin: 0 auto;
}
.branding_row_duo {
    width: 63.3rem;
    height: 44.1rem;
    display: flex;
    justify-content: space-between;
}
.branding_row_duo_image {
    width: 31.5rem;
    height: 44.1rem;
}
.branding_row_duo_image img {
    width: 100%;
    height: 100%;
}
.branding_row_text--tex_top_right {
    align-self: flex-start;
    margin-right: 4.7rem;
    margin-top: 3.7rem;
    margin-left: 20.4rem;
    width: 28rem;
    padding-left: 5rem;
}
.branding_row_text--tex_top_left {
    margin-left: 4.7rem;
    margin-top: 3.7rem;
}
.branding_row_duo_left {
    margin-left: 25.4rem;
}
.branding_row_duo_right {
    margin-left: 4rem;
}
.branding_row_banner_image {
    width: 100%;
    height: 51rem;
}
.branding_row_banner_image img {
    width: 100%;
    height: 100%;
}
.branding_row_single_image--left {
    width: 31.9rem;
    height: 44rem;
    margin-left: 24.8rem;
}
.branding_row_single_image--left img {
    width: 100%;
    height: 100%;
}
.branding_row_single_image--middle {
    width: 31.9rem;
    height: 44rem;
    margin: 0 auto;
}
.branding_row_single_image--middle img {
    width: 100%;
    height: 100%;
}
.branding_row_single_image--right {
    width: 31.9rem;
    height: 44rem;
    margin-left: 81.1rem;
}
.branding_row_single_image--right img {
    width: 100%;
    height: 100%;
}
.branding_row_duo_image {
    position: relative;
}
.branding_row_duo_mid_text {
    width: 31.5rem;
    margin-top: 1rem;
}
.branding_row_duo_middle {
    margin: 0 auto 11rem auto;
    flex-wrap: wrap;
}

.branding_row_duo_middle-nopad {
    margin: 0 auto 0 auto;
    flex-wrap: wrap;
}
.branding_row_qi_c {
    width: 97.3rem;
    height: 36.1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.branding_row_qi_c .branding_row_qi_image {
    width: 24rem;
    height: 100%;
}
.branding_row_qi_c .branding_row_qi_image img {
    width: 100%;
    height: 100%;
}
.branding_row_qi_text {
    width: 93.3rem;
    margin: 3.1rem auto 0 auto;
}
.branding_row_screen {
    width: 100%;
}
.branding_screen_media {
    width: 100%;
    height: 85.5rem;
}
.branding_screen_media img {
    width: 100%;
    height: 100%;
}
.branding_gp {
    height: 10rem;
}
html.tablet .branding_svg_o_anchor,
html.tablet .branding_svg_c_anchor,
html.phone .branding_svg_o_anchor,
html.phone .branding_svg_c_anchor {
    display: none;
}
html.tablet .branding_anchors--touch,
html.phone .branding_anchors--touch {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-left: 2rem;
}
html.tablet .branding_anchors--touch .branding_anchor_item--touch,
html.phone .branding_anchors--touch .branding_anchor_item--touch {
    text-transform: uppercase;
    pointer-events: all;
}
html.tablet .branding_anchors--touch .branding_anchor_item--touch .bgo,
html.tablet .branding_anchors--touch .branding_anchor_item--touch .bgc,
html.phone .branding_anchors--touch .branding_anchor_item--touch .bgo,
html.phone .branding_anchors--touch .branding_anchor_item--touch .bgc {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
}
html.tablet .branding_anchors--touch .branding_anchor_item--touch .bgc,
html.phone .branding_anchors--touch .branding_anchor_item--touch .bgc {
    opacity: 0;
}
html.tablet .branding_anchors--touch .branding_anchor_item--touch p,
html.phone .branding_anchors--touch .branding_anchor_item--touch p {
    position: relative;
    width: auto;
    padding-right: 3rem;
    background-color: #afaba0;
    font-family: "Suisse Intl";
    font-size: 1.2rem;
    color: #f0ede8;
    width: auto;
    display: inline-block;
    padding: 1rem 8rem 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    border: 1px solid #f0ede8;
}
html.tablet .anchor--active,
html.phone .anchor--active {
    color: #afaba0 !important;
    background-color: #f0ede8 !important;
    border: 1px solid #afaba0 !important;
}
html.tablet .branding_hero,
html.phone .branding_hero {
    height: 37.8rem;
    margin-top: 12.2rem;
}
html.tablet .branding_hero_title_description,
html.phone .branding_hero_title_description {
    position: fixed;
}
html.tablet .branding_hero_title_description .branding_hero_title,
html.phone .branding_hero_title_description .branding_hero_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
html.tablet .branding_flex_text--desktop,
html.phone .branding_flex_text--desktop {
    display: none;
}
html.tablet .branding_hero_title,
html.phone .branding_hero_title {
    font-size: 1.4rem !important;
}
html.tablet .branding_hero_title span,
html.phone .branding_hero_title span {
    transform: translateY(0);
}
html.tablet .branding_intro_c,
html.phone .branding_intro_c {
    margin-bottom: 0;
}
html.tablet .branding_cs,
html.phone .branding_cs {
    width: 100%;
}
html.tablet .branding_hero_description,
html.phone .branding_hero_description {
    display: none;
}
html.tablet .branding_challenge_toggle,
html.tablet .branding_outcome_toggle,
html.phone .branding_challenge_toggle,
html.phone .branding_outcome_toggle {
    display: block;
    margin: 1.5rem 2rem;
    font-family: "Suisse Intl regular";
    font-size: 1.4rem;
    color: #000;
    line-height: 141%;
    display: none;
}
html.tablet .branding_challenge_acc--touch,
html.tablet .branding_outcome_acc--touch,
html.phone .branding_challenge_acc--touch,
html.phone .branding_outcome_acc--touch {
    display: block;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 2rem;
}
html.tablet .branding_outcome_acc--touch,
html.phone .branding_outcome_acc--touch {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
}
html.tablet .branding_challenge_acc_title,
html.tablet .branding_outcome_acc_title,
html.phone .branding_challenge_acc_title,
html.phone .branding_outcome_acc_title {
    font-family: "Suisse Intl Book";
    font-size: 1.4rem;
    color: #000;
}
html.tablet .branding_challenge_acc_svg,
html.tablet .branding_outcome_acc_svg,
html.phone .branding_challenge_acc_svg,
html.phone .branding_outcome_acc_svg {
    height: 1.1rem;
    width: 1.1rem;
    pointer-events: all;
}
html.tablet .branding_nav,
html.phone .branding_nav {
    display: none;
}
html.tablet .branding_case_description,
html.phone .branding_case_description {
    margin: 4.7rem auto;
    width: 32.9rem;
    font-family: "Suisse Intl regular";
    font-size: 1.4rem;
}
html.tablet .branding_case_description br,
html.phone .branding_case_description br {
    display: none;
}
html.tablet .branding_intro_image,
html.phone .branding_intro_image {
    width: 100%;
    height: 18.4rem;
    margin-top: 7.6rem;
}
html.tablet .branding_intro_title_description,
html.phone .branding_intro_title_description {
    width: 26.3rem;
    margin: 8.3rem auto 0 auto;
}
html.tablet .branding_intro_title_description br,
html.phone .branding_intro_title_description br {
    display: none;
}
html.tablet .branding_intro_title_description .branding_intro_title,
html.phone .branding_intro_title_description .branding_intro_title {
    font-family: "Suisse Intl";
    font-size: 1.4rem;
}
html.tablet .branding_intro_title_description .branding_intro_description,
html.phone .branding_intro_title_description .branding_intro_description {
    font-family: "Suisse Intl regular";
    font-size: 1.4rem;
    line-height: 134%;
}
html.tablet .branding_row,
html.phone .branding_row {
    flex-direction: column;
}
html.tablet .branding_row_quartet,
html.phone .branding_row_quartet {
    width: 100%;
    height: 56.3rem;
}
html.tablet .branding_row_quartet_image,
html.phone .branding_row_quartet_image {
    width: 18.5rem;
    height: 27.6rem;
}
html.tablet .branding_quartet_left,
html.phone .branding_quartet_left {
    margin-left: 0;
}
html.tablet .branding_row_trio,
html.phone .branding_row_trio {
    width: 100%;
}
html.tablet .branding_row_trio_image,
html.phone .branding_row_trio_image {
    width: 12.2rem;
    height: 100%;
}
html.tablet .branding_row_trio_text,
html.phone .branding_row_trio_text {
    display: none;
}
html.tablet .branding_row_duo,
html.phone .branding_row_duo {
    width: 100%;
}
html.tablet .branding_row_duo_image,
html.phone .branding_row_duo_image {
    width: 18.5rem;
    height: 25.6rem;
}
html.tablet .branding_row_duo_right,
html.phone .branding_row_duo_right {
    margin-left: 0;
}
html.tablet .branding_row_banner_image,
html.phone .branding_row_banner_image {
    height: 20rem;
}
html.tablet .branding_row_single_image--right,
html.phone .branding_row_single_image--right {
    margin-left: 0;
    width: 13rem;
    height: 17.9rem;
    margin: 0 auto;
}
html.tablet .branding_row_duo_left,
html.phone .branding_row_duo_left {
    margin-left: 0;
}
html.tablet .branding_row_square_bl,
html.phone .branding_row_square_bl {
    width: 100%;
    height: 27.6rem;
    overflow: hidden;
}
html.tablet .branding_bl_right,
html.phone .branding_bl_right {
    margin-left: 0;
}
html.tablet .branding_row_bl_image,
html.phone .branding_row_bl_image {
    width: 18.5rem;
    height: 27.6rem;
}
html.tablet .branding_row_bl_text,
html.phone .branding_row_bl_text {
    display: none;
}
html.tablet .branding_row_bl_image:nth-child(3),
html.phone .branding_row_bl_image:nth-child(3) {
    display: none;
}
html.tablet .branding_row_trio,
html.phone .branding_row_trio {
    height: 20rem;
}
html.tablet .branding_row_duo,
html.phone .branding_row_duo {
    height: 25.8rem;
}
html.tablet .branding_row_qi_c,
html.phone .branding_row_qi_c {
    width: 100%;
    height: 13.9rem;
}
html.tablet .branding_row_qi_c .branding_row_qi_image,
html.phone .branding_row_qi_c .branding_row_qi_image {
    width: 9.2rem;
    height: 100%;
}
html.tablet .branding_row_qi_c .branding_row_qi_image img,
html.phone .branding_row_qi_c .branding_row_qi_image img {
    width: 100%;
    height: 100%;
}
html.tablet .branding_row_screen,
html.phone .branding_row_screen {
    width: 100%;
}
html.tablet .branding_row_screen_h,
html.phone .branding_row_screen_h {
    width: 34.3rem;
    height: 19.2rem;
    margin: 0 auto;
}
html.tablet .branding_row_screen_v,
html.phone .branding_row_screen_v {
    height: auto;
    width: 34.3rem;
    margin: 0 auto;
}
html.tablet .branding_row_screen_v img,
html.phone .branding_row_screen_v img {
    width: 100%;
}
html.tablet .branding_row_trio.branding_trio_left,
html.phone .branding_row_trio.branding_trio_left {
    height: 21.8rem;
}
html.tablet .branding_row_screen_v_c,
html.phone .branding_row_screen_v_c {
    flex-direction: column;
}
html.tablet .branding_text--touch,
html.phone .branding_text--touch {
    display: block;
    margin-top: 2rem;
    padding: 0 2.5rem;
}
html.tablet .branding_row_title--touch,
html.phone .branding_row_title--touch {
    display: flex;
    justify-content: space-between;
    pointer-events: all;
}
html.tablet .branding_row_title--touch span,
html.phone .branding_row_title--touch span {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
}
html.tablet .branding_row_title--touch,
html.phone .branding_row_title--touch {
    font-family: "Suisse Intl";
    font-size: 1.4rem;
    line-height: 134%;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
html.tablet .branding_row_description--touch,
html.phone .branding_row_description--touch {
    font-family: "Suisse Intl regular";
    font-size: 1.2rem;
    display: none;
}
html.tablet .toggle--a,
html.phone .toggle--a {
    display: block;
}
html.tablet .branding_row_duo_middle,
html.phone .branding_row_duo_middle {
    margin: 0;
}
html.tablet .branding_screen_media,
html.phone .branding_screen_media {
    height: 20.7rem;
}
html.tablet .branding_dp--active,
html.phone .branding_dp--active {
    display: none;
}
html.tablet .intro_portrait_ratio,
html.phone .intro_portrait_ratio {
    margin: 7.6rem auto 0 auto;
    width: 60%;
    height: 35rem;
}
html.tablet .branding_trio_right,
html.phone .branding_trio_right {
    margin-left: 0;
}
.brandings {
    visibility: hidden;
}
.brandings_card_title--touch {
    display: none;
}
.brandings_card_labels--touch {
    display: none;
}
.brandings_discover--touch {
    display: none;
}
.brandings_c {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 71.37rem;
    display: flex;
}
.brandings_gl {
    opacity: 0;
}
.brandings_card {
    height: 100%;
    display: flex;
    width: 39.2rem;
    flex-direction: column;
    cursor: pointer;
}
.brandings_card_text {
    height: 20.4rem;
    width: 100%;
    display: flex;
    visibility: hidden;
}
.brandings_card_media {
    width: 100%;
    height: 50.97rem;
}
.brandings_card_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brandings_card_title_labels {
    margin-left: 2.3rem;
    font-family: "Suisse Intl Book";
}
.brandings_card_title {
    text-transform: uppercase;
    font-size: clamp(12px, 1.2rem, 1.2rem);
    color: #1c1c1c;
    margin-bottom: 5.2rem;
}
.brandings_card_labels {
    font-size: 1.2rem;
    font-size: clamp(12px, 1.2rem, 1.2rem);
    line-height: clamp(15px, 1.5rem, 1.5rem);
    color: #7d7d7d;
    font-family: "Suisse Intl regular";
}
.brandings_card_description {
    margin: 2.8rem 2rem 0 6.9rem;
    font-size: clamp(12px, 1.2rem, 1.2rem);
    color: #afaba0;
    font-family: "Suisse Intl Book";
}
html.tablet .brandings .intro--touch,
html.phone .brandings .intro--touch {
    padding-top: 17.8rem;
    padding-left: 1.8rem;
}
html.tablet .brandings_c,
html.phone .brandings_c {
    position: relative;
    flex-direction: column;
    padding-top: 0;
    height: auto;
}
html.tablet .brandings_card,
html.phone .brandings_card {
    width: 100%;
    height: 51.1rem;
}
html.tablet .brandings_card_text,
html.phone .brandings_card_text {
    display: none;
}
html.tablet .brandings_card_media,
html.phone .brandings_card_media {
    height: 100%;
    width: 100%;
    position: relative;
}
html.tablet .brandings_card_title--touch,
html.phone .brandings_card_title--touch {
    display: block;
    position: absolute;
    z-index: 100;
    color: #fff;
    top: 22.4rem;
    left: 10.2rem;
    font-family: "Suisse Intl";
    font-size: 1.3rem;
    color: #fffefb;
}
html.tablet .brandings_card_labels--touch,
html.phone .brandings_card_labels--touch {
    display: block;
    position: absolute;
    z-index: 100;
    color: #f0ede8;
    top: 37.9rem;
    left: 2.5rem;
    font-family: "Suisse Intl Book";
    font-size: 1.2rem;
}
html.tablet .brandings_card_labels--touch span,
html.phone .brandings_card_labels--touch span {
    display: inline-block;
    margin-bottom: 0.3rem;
}
html.tablet .brandings_discover--touch,
html.phone .brandings_discover--touch {
    display: block;
    font-family: "Suisse Intl";
    font-size: 1.3rem;
    color: #f0ede8;
    position: absolute;
    top: 37.9rem;
    right: 4.2rem;
    text-decoration: underline;
}
html.tablet .brandings_lab_number,
html.phone .brandings_lab_number {
    display: inline-block;
    transform: scale(0.5) translateY(-0.35rem);
}
html.tablet .brandings_card_subtitle--touch,
html.phone .brandings_card_subtitle--touch {
    position: absolute;
    top: 48%;
    left: 35%;
    font-family: "Suisse Intl italic";
    color: #fffefb;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.print {
    visibility: hidden;
}
.print_row.ssc {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 15rem;
}
.print_row.ssc:first-child {
    margin-top: 25.7rem;
}
.print_p {
    position: relative;
    width: 43.7rem;
    height: 57.89rem;
}
.print_p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
    opacity: 0;
}
.print_l_media {
    cursor: pointer;
}
.print_l {
    position: relative;
    width: 61.6rem;
    height: 40.8rem;
}
.print_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
    opacity: 0;
}

.print_l_center {
    margin-left: 82rem !important;
}

.print_l_right {
    margin-left: 60vw !important;
}

.projects-non{
    padding-bottom: 12rem;
    margin-top: -12rem;
}

.print_l_media.p30 {
    margin-left: 52.4rem;
}
.print_l_media.p15 {
    margin-left: 26rem;
}
.print_l_media.p0 {
    margin-left: 2px;
}
.print_l_media.p0 .print_texts {
    left: 6.5rem;
}
.print_texts {
    margin-top: 1.5rem;
}
.print_title {
    margin-bottom: 1rem;
    font-family: "Suisse Intl";
    font-size: 1.2rem;
    color: #515151;
    text-transform: uppercase;
}
.print_description {
    font-family: "Suisse Intl regular";
    color: #a6a6a6;
    font-size: 1.1rem;
}
.print_r_media {
    cursor: pointer;
}
.print_r_media.rp0 {
    margin-right: 2px;
}
.print_r_media.rp15 {
    margin-right: 23.6rem;
}
.print_r_media.rp30 {
    margin-right: 49rem;
}
.print_r_media.tp30 {
    margin-top: 23.6rem;
}
.print_r_media.tp15 {
    margin-top: 12rem;
}
.print_r_media.tp0 {
    margin-top: 0;
}
.last-full-img-video{
    margin-bottom: -8rem !important;
}
@media screen and (max-width:1024px){
    body{
        touch-action: pan-y;
        overflow-y: scroll;
    }
    
    .index-slider-thumbnails{
        height: 2132px;
    }

    .container{
        touch-action: pan-y;
        overflow-y: scroll;
    }

    .index-slide-prev-hor{
        height:96rem;
        width:114rem;
        left: 6vw;
        top: 30vh;
    }

    .index-slider-thumbnails{
        touch-action:inherit;
    }
}
@media screen and (max-width:770px){
    .responsive-margins-index{
        margin: 12vh auto 0 auto;
    }
    .index-image{
        height: 75%;
    }
    .responsive-thumb-hor{
        height: 100% !important;
    }
    .container-index{
        display: none;
    }

    .responsive-index-container{
        display: block;
    }

    body{
        cursor: auto;
        touch-action: pan-y;
        overflow-y: scroll;
    }
    
    .project-grid{
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
    }

    .slider-responsive-wrap{
        overflow-y: hidden;
        touch-action: pan-x;

    }

    .slider-responsive-inner{
        overflow-y: hidden; 
        touch-action: pan-x;
    }

    .menu_items{
        font-size: 2.2rem;
    }

    .nav_logo .nav_logo_link_d{
        font-size: 2.2rem;
    }

    .cursor{
        display: none;
    }
    
    .img_wrap{
        top: 5%;
    }

    .footer-socials li{
        font-size: 2.2rem;
    }

    .testimonial-wrap{
        padding-top: 72%;
    }

    .container{
        min-height: 93vh;
        touch-action: pan-y;
    }
}


@media screen and (max-width:420px){
    .slider-responsive-wrap{
        height: 12vh;
    }

    .navigation{
        display: none;
    }

    .mobile-nav{
        display: block;
    }

    .mobile-nav {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9;
    }
    .mobile-nav .nav-button {
        display: block;
        margin: 30px;
        padding: 0;
        width: 35px;
        font-size: 32px;
        color: white;
        transition: all 250ms;
        float: right;
    }
    .mobile-nav .nav-button:hover, .mobile-nav .nav-button:focus {
        color: rgba(255, 255, 255, 0.3);
    }
    .mobile-nav .nav-button span {
        position: relative;
        display: block;
        height: 1px;
        background-color: #181818;
        transition: 0.6s;
    }
  .mobile-nav .nav-button span:nth-of-type(1) {
    transform: translateY(-7px);
  }
  .mobile-nav .nav-button span:nth-of-type(3) {
    transform: translateY(7px);
  }
  .mobile-nav nav, .mobile-nav .nav-background {
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
    transition: height 250ms;
  }
  .mobile-nav .nav-background {
    z-index: 0;
    transition: height 250ms;
  }
  .mobile-nav nav ul li {
    transform: translateX(150px);
    transition: transform 500ms;
  }
  .mobile-nav #mobile-nav {
    display: none;
    transition: transform .4s ease;
  }


  .mobile-nav #mobile-nav:checked ~ .nav-button span:nth-of-type(1) {
    transform: rotate(45deg) translate(2px);
    background-color: #fff;

  }
  .mobile-nav #mobile-nav:checked ~ .nav-button span:nth-of-type(2) {
    display: none;
    background-color: #fff;

  }
  .mobile-nav #mobile-nav:checked ~ .nav-button span:nth-of-type(3) {
    transform: rotate(-45deg) translate(0);
    background-color: #fff;

  }
  .mobile-nav #mobile-nav:checked ~ .nav-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2b2b;
    visibility: visible;
    opacity: 1;
    transition: height 250ms;
    z-index: -1;
  }
  .mobile-nav #mobile-nav:checked ~ nav {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    min-height: 90vh;
    padding: 0 20px;
    border-radius: 3px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    cursor: auto;
    transition: transform 500ms;
    clear: right;
  }
  .mobile-nav #mobile-nav:checked ~ nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile-nav #mobile-nav:checked ~ nav ul li {
    position: relative;
    display: block;
    text-align: left;
    transform: translateX(0px);
    transition: transform 500ms;
  }
  .mobile-nav #mobile-nav:checked ~ nav ul li:nth-of-type(2) {
    transition-delay: 75ms;
  }
  .mobile-nav #mobile-nav:checked ~ nav ul li:nth-of-type(3) {
    transition-delay: 150ms;
  }
  .mobile-nav #mobile-nav:checked ~ nav ul li:nth-of-type(4) {
    transition-delay: 225ms;
  }
  .mobile-nav #mobile-nav:checked ~ nav ul li:nth-of-type(5) {
    transition-delay: 300ms;
  }
  .mobile-nav #mobile-nav:checked ~ nav ul li a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    font-size: 48px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e2ded5;
  }
.langmob{
    font-family: "ivypresto-display", serif !important;
    font-weight: 300 !important;
    display: block;
    padding: 10px 0;
    font-size: 28px !important;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: none !important;
    font-style: italic !important;
    color: #e2ded5;
  }

  .mobile-nav #mobile-nav:checked ~ nav ul li a.active {
    font-weight: 400 !important;
    color: #e2ded5;
    text-decoration: underline;
  }
  .size {
    position: fixed;
    bottom: 20px;
    left: 20px;
  }

  .logo_nav_mob{
    position: absolute;
    bottom: 0;
  }


  .logo_nav_mob_img{
    font-size: 4.6rem !important;
  }

  .about-ft{
    font-size: 4.6rem;
  }
  .about-ft-img{
    width: 64vw;
  }

  .about_text_left p{
    font-size: 5.2rem;
  }

  .team_thumbnail_pic{
    max-width: 54rem;
  }

  .team_name{
    font-size: 4.8rem;
    line-height: 5.8rem;
  }

  .team_desc_p{
    font-size: 3.6rem;
    line-height: 5.8rem;
  }

  .container{
    padding: 12rem 11.4rem 0 11.4rem;
    width: 100vw;
    
  }

  .project-grid{
    display: none;
  }

  .img_wrap-mob{
    --overflow: 0px;
    position: absolute;
    width: 100%;
    height: calc(100% + (var(--overflow) * 2));
    top: calc(-1 * var(--overflow));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

    .main-grid-mob{
     margin-top: 32.5rem; 
     display: block;
    }

    .projects-desktop{
        display: none;
    }

    .wrap-projects{
        padding-top: 0.5vh;
        padding-left: 2.5rem;
    }

    .print_l_media.p30{
        margin-left: 36rem;
    }

    .print_p{
        width: 62rem;
    }

    .print_r_media.rp0{
        margin-right: 0px;
    }

    .print_l{
        width: 70rem;
    }

    .project-row{
        margin-top: 56rem;
    }

    .first-row-mob{
        margin-top: 32rem;
    }

    .print_l_media.p0{
        margin-left: 0px;
    }

    .print_r_media.rp30{
        margin-right: 18rem;
    }

    .print_r_media.rp15{
        margin-right: 12rem;
    }

    .item-h{
        padding-top: 32px;
    }

    .proj-info-text{
        font-size: 5.4rem;

    }

    .proj-info-text-lc{
        font-size: 4.4rem;
        line-height: 4.6rem;
    }

    .item-mob-only{
        padding-bottom: 125%;
    }

    .project-row-mob{
        column-gap: 15%;
        margin-top: 96rem
    }

    footer{
        padding: 10rem 11.4rem;
    }

    .footer-text{
        display: grid;
        justify-content: space-between;
        grid-template-columns: 45% 55%;
    }

    .footer-socials li{
        font-size: 4.5rem;
    }

    .featured-title{
        font-size: 6rem;
    }

    .logo_nav_mob-outsidenav{
        display: block;
        float: left;
        top: 25px;
        left: 25px;
    }

    .testimonial-gallery{
        width: 100%;
        height: 40%;
    }

    .testimonial-wrap{
        padding-top: 6%;
        padding-bottom: 30%;
        top: 86%;
        left: 78%;
        width: 28%;
    }

    .testimonials-info{
        top: 5%;
    }

    .testimonial-prev{
        left: 10%;
        width: 24rem;
        height: 4rem;
        bottom: 24%;
    }

    .testimonial-next{
        width: 24rem;
        height: 4rem;
        bottom: 24%;
    }

    .test-sidebar{
        left: 8%;
        top: 12vh;
        width: 80%;
    }

    .counter{
        width: 100%;
        bottom: 30vh;
        position: absolute;
    }

    .counter p{
        font-size: 8rem;
        text-align: center;
        width: 100%;
    }

    .testimonials-txt{
        width: 80%;
        height: 50%;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .testimonials-txt p{
        width: 95%;
    }
/* 
    .testimonials-txt p::first-line{
        font-size: 4.6rem;
    } */

    .testimonials-txt p{
        font-size: 5.8rem
    }

    .testimonials_title{
        font-size: 14rem;
    }

    .contact_title{
        font-size: 14rem;
        letter-spacing: 8px;
    }

    .about-ft{
        display: block;
    }

    .contact_form_wrapper{
        width: 85vw;
        margin-top: 24rem;
    }

    .contact_form_wrapper p{
        font-size: 8rem;
    }

    .quform-elements{
        font-size: 7.2rem;
        line-height: 8.2rem;
    }
    
    input[type="text"], input[type="date"], input[type="email"], input[type="tel"], select,textarea{
        font-size: 6rem;
    }

    button{
        width: 100%;
        margin: 12rem 0;
    }

    .about-contact{
        padding-bottom: 16rem;
    }

    .single_item_hero{
        padding-top: 108%;
    }

    .hero_title{
        font-size: 6rem;
        text-shadow: 0px 0px 4px #181818;
    }

    .hero_desc{
        font-size: 4rem;
        line-height: 4.5rem;
        text-shadow: 0px 0px 4px #181818;

    }

    .single_sidebar{
        width: 60rem;
    }

    .single_desc{
        font-size: 5.2rem;
    }

    .single_title h3{
        font-size: 6rem;
    }

    .single_title p{
        font-size: 3.8rem;
    }

    .single_sidebartext h5{
        font-size: 3.8rem;
    }

    .single_sidebartext p{
        font-size: 3.8rem;
    }

    .single_intro_title{
        font-size: 5.2rem;
    }

    .single_intro_description{
        font-size: 5.2rem;
    }

    .single_intro_title_description{
        width: 58%;
    }

    .branding_intro_image{
        height: 66rem;
    }

    .text-no-mobile{
        display: none !important;
    }

    .single-content-grid{
        width: 132rem;
    }

    .single-content-grid2{
        width: 132rem;
    }

    .trio-single{
        left: 25rem;
    }

    .branding_row_trio .branding_row_trio_image{
        width: 40rem;
    }

    .single-img-top40{
        top: -60%;
    }

    .branding_row_trio .branding_row_trio_image{
        height: 54rem;
    }

    .single-mov-idk{
        top: -50%;
    }

    .branding_row_trio{
        height: 54rem;
    }

    .branding_row_duo{
        height: 54rem;
        width: 82rem;
        gap: 2rem;

    }

    .single-img-top25{
        top:-42%
    }

    .branding_row_duo_image{
        height: 54rem;
    }

    .branding_row_duo_image{
        width: 40rem;
    }

    .single_intro_title_description{
        width: 32%;
        margin-bottom: 24rem;
    }

    .single-img-top5p{
        top: -20%;
    }

    .branding_row_square_bl .branding_row_bl_image{
        width: 40rem;
    }

    .branding_bl_right{
        margin-left: 46rem;
    }

    .branding_row_square_bl {
        width: 81rem;
        height: 110rem;
    }

    .branding_row_square_bl .branding_row_bl_image{
        height: 54rem;
    }

    .single-content{
     height: 1440rem;
    }

    .single_img{
        --overflow: 30px;
    }

    .branding_row_trio.branding_trio_right{
        margin-left: 0rem;
    }

    .branding_full_margins{
        height: 70rem !important;
    }

    .single-img-top25p{
        top: 10%;
    }

    .print_r_media.tp30{
        margin-top: 68rem;
    }

    .proj-img--mob-01{
        width: 90rem;
        margin-top: 32rem !important;
        margin-right: 12rem !important;
    }

    .proj-img--mob-02{
        margin-left: 8rem !important;
        margin-top: -28rem !important;
    }

    .proj-img--mob-row-01{
        margin-top: 112rem !important;
    }

    .mob-top-margin{
        margin-top: -48rem;
    }

    .proj-img--mob-03{
        width: 90rem;
        margin-left: 12rem !important;
    }

    .proj-img--mob-04{
        width: 80rem;
    }

    .proj-img--mob-05{
        width: 60rem;
    }

    .proj-img--mob-row-02{
        margin-top: 26rem !important;
    }

    .pricing-wrapper{
        display: block;
    }

    .pricing-title{
        font-size: 8.5rem;
        text-align: center;
    }

    .pricing-img{
        width: 72%;
        height: 98rem;
        margin: 32px auto;
    }

    .pricing-list li{
        font-weight: 600;
        font-size: 7.2rem;
        padding: 2.8rem 0;
    }

    .pricing-list{
        height: auto;
    }

    .pricing-entregables{
        height: auto;
    }

    .pricing-entregables li{
        font-weight: 600;
        font-size: 7.2rem;
        padding: 2.8rem 0;
    }

    .pricing-price-service{
        font-size: 5.2rem;
    }

    .pricing-price-total{
        font-size: 7.2rem;
    }

    .pricing-service{
        padding-bottom: 32rem;
    }

    .extras-service{
        margin-top: 24px;
    }

    .extras-list{
        column-gap: 6rem;
    }

    .extras-list li{
        font-size: 5.2rem;
        line-height: 6.8rem;
    }

    .first-li{
        border-top: 2px solid #181818;
    }

    .lastt-li{
        border-bottom: 2px solid #181818;
    }

    .single-content2{
        height: 1216rem;
    }

    .m-top-20{
        top:20%;
    }

    .m-top-15{
        top: 15% !important; 
    }

    .m-top-5{
        top: 5% !important; 
    }

    .m-top-5p{
        top: -5%;
    }

    .m-top-30p{
        top: -30% !important;
    }

    .m-top-40p{
        top: -40% !important;
    }

    .m-top-20p{
        top: -20% !important;
    }

    .m-top-15p{
        top: -15% !important;
    }

    .m-top-10p{
        top: -10% !important;
    }

    .m-top-0{
        top: 0%;
    }
    
    .single-content8{
        height: 2108rem;
    }

    .single-content3{
        height: 2160rem;
    }


    .single-content4{
        height: 1208rem;
    }

    .single-content5{
        height: 1226rem;
    }

    .single-content6{
        height: 1670rem;
    }

    .single-content7{
        height: 2670rem;
    }

    .single-content9{
        height: 1950rem;
    }

    .single-content10{
        height: 1680rem;
    }

    .single-content11{
        height: 2561rem;
    }


    .single-content12{
        height: 2686rem;
    }

    .single-content13{
        height: 2744rem;
    }

    .mob-top-padding{
        margin-top: 48rem;
    }

    .branding_row_quartet-hor{
        width: 100rem;
    }

    .branding_row_quartet_image-hor{
        width: 49.4rem;
    }

    .img-width-mob{
        height: 60rem;
        top: -35%;
    }

    .m-last-img{
        margin-top: 28rem;
    }

    .single-img-top30{
        top: -57%;
    }

    .single-img-top5{
        top: -27%;
    }

    .single-img-top18{
        top: -30%;
    }

    .single-img-top5p{
        top: -15%;
    }

    .single-img-top10p{
        top: 0%;
    }

    .single-img-top30p{
        top: 15%;
    }

    .single-imgg-mob-5{
        top:-5%;
    }

    .single-imgg-mob-5p{
        top:5%;
    }

    .single-imgg-mob-10p{
        top:10%;
    }

    .single-imgg-mob-35{
        top:-35%;
    }

    .single-imgg-mob-30{
        top:-30%;
    }

    .single-imgg-mob-25{
        top:-25%;
    }

    .single-imgg-mob-40{
        top:-40%;
    }

    .single-imgg-mob-45{
        top:-45%;
    }

    .single-imgg-mob-65{
        top:-65%;
    }

    .single-imgg-mob-50{
        top:-50%;
    }

    .single-imgg-mob-55{
        top:-55%;
    }

    .single-imgg-mob-15{
        top:-15%;
    }

    .single-imgg-mob-00{
        top:0%;
    }
    .image-hor-height-mob{
        height: 35.4rem;
    }
}

