@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*,*:before,*:after{box-sizing:border-box}html{box-sizing:border-box;font-size:62.5%;height:100%}body{display:grid;grid-template-rows:auto auto 1fr auto;grid-template-columns:100%;min-height:100%;margin:0;font-size:1.4rem;letter-spacing:0;line-height:140%;font-family:Inter,sans-serif;background-color:rgb(var(--color-creme));color:rgb(var(--color-blue))}@media screen and (min-width: 768px){body{font-size:1.6rem}}:root{--color-creme: 247, 245, 230;--color-blue: 20, 33, 61;--color-yellow: 255, 199, 44;--color-green: 170, 174, 0;--color-red: 115, 28, 39}header{border:2px solid rgb(var(--color-yellow));margin:3rem 4rem;border-radius:1rem;padding-inline:2rem;z-index:2;background:rgb(var(--color-creme));width:calc(100% - 8rem)}header[data-template=index],header[data-template="page.project-detail"]{position:fixed;top:0}header[data-template="page.project-detail"]{margin:2rem 4rem}.header-inner{display:flex;justify-content:space-between;align-items:center}.header_logo{width:10.4rem;height:auto;background:rgb(var(--color-creme))}.header_logo img{width:100%;height:100%;object-fit:contain}.header_nav ul{list-style:none;padding:0;margin:0;display:flex;gap:2.4rem}.header_nav ul li:not(.header_nav_button) a{color:inherit;text-decoration:none;font-weight:500}.header_nav ul li:not(.header_nav_button) a.active{color:rgb(var(--color-yellow))}.header_nav_button a{padding:1.2rem 2rem;border-radius:99px;background:rgb(var(--color-yellow));color:inherit;font-weight:700;text-decoration:none}.header_button{background:transparent;border:none;color:rgb(var(--color-yellow));display:none}.sidebar{position:fixed;height:100vh;width:100%;background:rgb(var(--color-creme));z-index:3;padding:8rem 2rem;transform:translate(100%);transition:transform .3s}.sidebar.open{transform:translate(0)}.sidebar .header_nav ul{flex-direction:column}.sidebar_close{position:absolute;top:2rem;right:1.5rem;background:transparent;border:none;color:rgb(var(--color-blue))}.sidebar_close svg{width:3rem;height:auto}@media screen and (max-width: 768px){header{margin:2rem;width:calc(100% - 4rem)}header[data-template="page.project-detail"]{margin:2rem}.header-inner>.header_nav{display:none}.header_button{display:block}.header_logo{width:8rem}.header_nav_button{margin-top:4rem}.header_nav_button a{width:100%;display:block;text-align:center}}.hero-section{color:rgb(var(--color-blue));height:100vh;padding-inline:7.2rem}.hero-section-inner{display:flex;align-items:center;height:100%;justify-content:flex-end}.hero-section-content{width:50%;padding-right:8rem;max-width:75rem;display:flex;flex-direction:column;gap:2.4rem}.hero-section-media{width:50%;display:flex;gap:2rem;height:100%;overflow:hidden;pointer-events:none}.hero-media-item{position:relative;padding-bottom:120%;border:2px solid rgb(var(--color-yellow));border-radius:2rem;overflow:hidden}.hero-media-item video{position:absolute;width:100%;height:100%;object-fit:cover}.hero-media-left,.hero-media-right{width:calc(50% - 1rem)}.hero-media-list{display:flex;flex-direction:column;gap:2rem;animation:slideAnimate var(--__animation-duration, 30s) var(--__animation-direction, forwards) linear infinite;height:fit-content}.hero-media-list[data-direction=reverse]{--__animation-direction: reverse}@keyframes slideAnimate{to{transform:translateY(calc(-50% - 1rem))}}.hero_subtitle{font-size:1.8rem;text-transform:uppercase;font-weight:700;color:rgb(var(--color-red))}.hero_title{font-size:6.3rem;font-weight:800;line-height:1.1;margin:0}.hero_title span{background-color:rgba(var(--color-green),.5)}.hero-button{display:block;background:rgb(var(--color-yellow));border-radius:999px;padding:2.2rem 7.6rem 2.2rem 2rem;color:#fff;text-decoration:none;font-weight:700;align-items:center;max-width:27.6rem;position:relative;transition:padding .2s,background-color .2s,color .2s,border-color .2s;border:2px solid rgb(var(--color-yellow));color:rgb(var(--color-blue));margin-top:5rem}.button-icon-container{width:5.6rem;height:5.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;left:calc(100% - 6.1rem);top:0;bottom:0;margin:auto;transition:left .2s,background-color .2s;background-color:rgb(var(--color-blue))}.button-icon-container img{width:3.2rem;height:3.2rem;object-fit:contain}.hero-button:hover{padding-right:2rem;padding-left:7.6rem;background-color:rgb(var(--color-blue));color:rgb(var(--color-yellow));border-color:rgb(var(--color-yellow))}.hero-button:hover .button-icon-container{left:.5rem;background-color:rgb(var(--color-yellow))}@media screen and (max-width: 991px){.hero-section{padding-inline:0;height:auto;padding-bottom:5rem}.hero-section-inner{flex-direction:column}.hero_subtitle{font-size:1.5rem}.hero_title{font-size:3.5rem}.hero-section-media{width:100%}.hero-section-content{width:100%;padding:15rem 2rem 8rem}.hero-button{max-width:unset}.hero-section-media{flex-direction:column;pointer-events:auto}.hero-media-list{flex-direction:row;width:fit-content}.hero-media-item{width:40vw;padding:0;aspect-ratio:1}@keyframes slideAnimate{to{transform:translate(calc(-50% - 1rem))}}}.projects-inner{padding-bottom:5rem}.projects-grid-desktop{display:flex;gap:3.4rem;height:100vh;overflow:hidden}.projects-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3.4rem}.projects-column-wrapper{width:calc(25% - 2.55rem)}.projects-column{display:flex;flex-direction:column;gap:3.4rem}.project-item{aspect-ratio:3/4;position:relative}.project-item a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.project-item img{width:100%;height:100%;object-fit:cover;display:block}.project-content{position:absolute;bottom:0;left:0;color:#fff;padding:2rem}.project-content .project-title{font-weight:700;text-transform:uppercase}.projects-column--large .project-item{aspect-ratio:2/3}.projects-grid-mobile{display:none}@media screen and (max-width: 991px){.projects-grid-desktop{display:none}.projects-grid-mobile{display:flex;gap:1.6rem;height:100vh;overflow:hidden}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}.projects-column-wrapper{width:calc(50% - .8rem)}.projects-column{gap:1.6rem}}.logo-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));padding-inline:3rem;gap:5rem 3rem;align-items:center;background:rgb(var(--color-yellow));padding-block:4rem}.logo-grid img{width:100%;height:auto}.client-logo-section__title{text-align:center;font-size:2.8rem;margin-bottom:4.5rem;margin:0;position:absolute;top:-5rem;margin-inline:auto;left:0;right:0}.clients-reloaded-section{margin-top:15rem;margin-bottom:10rem;position:relative}.clients-reloaded-section:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 200' fill='%23ffc72c' fill-opacity='1'%3E%3Cpolygon points='0,200 100,200 0,0'%3E%3C/polygon%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:100% 100%;content:"";height:5vw;width:100%;position:absolute;top:-5vw;z-index:-99}.clients-reloaded-section:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 80' fill='%23ffc72c' fill-opacity='1'%3E%3Cpolygon points='0,0 100,80 100,0'%3E%3C/polygon%3E%3C/svg%3E");background-position:center center;background-repeat:no-repeat;background-size:100% 100%;content:"";height:5vw;width:100%;position:absolute;bottom:-5vw}@media screen and (max-width: 991px){.logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5rem}}footer{padding:15rem 11rem 5rem}.footer_message{padding:1rem}.footer_message h2{font-size:3.6rem;font-weight:400;margin:auto;line-height:1.1;text-align:center}.footer_message span{display:block;font-weight:700}.footer-flex{display:flex;margin-top:15rem;justify-content:space-between;gap:4rem}.footer-left{width:25%;display:flex;flex-direction:column;justify-content:space-between}.footer-center{width:50%;display:flex;flex-direction:column}.footer-right{width:25%;display:flex;flex-direction:column;gap:2.4rem}.footer-logo{font-size:3.6rem;font-weight:800;line-height:1.1}.footer-copyright{font-size:1.4rem}.footer-copyright p{margin:0;letter-spacing:-1px}.footer-center h2{margin:0;font-size:1.8rem}.footer-center-info{display:flex;flex-direction:column;gap:2.4rem}.footer-center-info p{margin:0}.footer-email{margin-top:6rem}.footer-email a{color:inherit;text-decoration:none;font-weight:700}.footer-right h2{margin:0;font-size:1.8rem}.footer-right ul{list-style:none;padding:0;margin:0}.footer-right a{color:currentColor;text-decoration:none}.footer-flex>.footer-copyright{display:none}@media screen and (max-width: 991px){footer{padding:10rem 2rem 4rem}.footer_message h2{font-size:2.4rem}.footer-flex{margin-top:8rem;justify-content:space-between;flex-direction:column}.footer-logo{font-size:3rem}.footer-left .footer-copyright{display:none}.footer-flex>.footer-copyright{display:block;font-size:1.2rem}}.contact-inner{padding-inline:12rem;max-width:100rem;margin-inline:auto;margin-top:10rem;display:flex;flex-direction:column;gap:5rem}.contact-inner h1{font-size:3.6rem;margin:0 0 1rem}.contact-block h2{margin:0;font-weight:600;text-transform:uppercase;font-size:1.6rem;margin-bottom:.4rem}.contact-block a{color:currentColor;text-decoration:none}.contact-social{display:flex;gap:3rem}@media screen and (max-width: 991px){.contact-inner{padding:0 2rem;gap:4rem;margin-top:6rem}.contact-inner h1{font-size:3rem;line-height:1}.contact-block h2{font-size:1.4rem}}.about-section{padding:5rem}.about-section h2{font-size:4rem;margin:0;line-height:1.1}@media screen and (max-width: 991px){.about-section{padding:5rem 2rem}.about-section h2{font-size:2.4rem}}.sliding-videos-inner{align-items:center;height:100%;padding-block:5rem}.sliding-videos-content{padding:0 8rem 4rem;display:flex;flex-direction:column;gap:2.4rem}.sliding-videos-media{height:100%;overflow:hidden}.sliding-videos-media-item{position:relative;aspect-ratio:1;border:2px solid rgb(var(--color-yellow));border-radius:2rem;overflow:hidden;width:25vw}.sliding-videos-media-item video{position:absolute;width:100%;height:100%;object-fit:cover}.sliding-videos-media-item>a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.sliding-videos-media-list{display:flex;gap:2rem;animation:slideAnimateHorizontal var(--__animation-duration, 30s) var(--__animation-direction, forwards) linear infinite;width:fit-content}.sliding-videos-media-list[data-direction=reverse]{--__animation-direction: reverse}@keyframes slideAnimateHorizontal{to{transform:translate(calc(-50% - 1rem))}}.sliding-videos-content .hero_title{font-size:5rem;font-weight:700;line-height:1.1;margin:0;text-align:center}.sliding-videos-media-right{margin-top:2rem}.sliding-videos-content p{text-align:center;margin:0;font-size:2rem}.sliding-videos-content p a{color:currentColor;text-underline-offset:3px}@media screen and (max-width: 991px){.sliding-videos{padding-inline:0;height:auto}.sliding-videos-content:not(:has(+.sliding-videos-media)){padding-bottom:0}.sliding-videos-inner{flex-direction:column}.sliding-videos-content .hero_title{font-size:2.5rem}.sliding-videos-media{width:100%}.sliding-videos-content{width:100%;padding:0 2rem 3rem}.sliding-videos-media{flex-direction:column;pointer-events:auto}.sliding-videos-media-list{flex-direction:row;width:fit-content}.sliding-videos-media-item{width:40vw;padding:0;aspect-ratio:1}.sliding-videos-content p{font-size:1.4rem}}.project-detail{height:100vh}.project-detail-inner{display:flex;height:100%}.pd-content{width:50%;padding:17rem 4rem 4rem;display:flex;flex-direction:column}.pd-media{width:50%}.pd-content-top{display:flex;flex-direction:column;gap:1.8rem}.pd-title{margin:0;font-size:1.2rem;text-transform:uppercase;max-width:18rem;line-height:1.3}.pd-description{font-family:EB Garamond,serif;font-size:2.8rem;line-height:1}.pd-link{margin-top:2.4rem}.pd-link-button{color:currentColor;text-decoration:none;font-weight:700;font-family:inherit;letter-spacing:0;text-transform:uppercase;font-size:1.8rem}.pd-media>div{padding:unset!important;height:100%;background-color:#000}.pd-media video,.pd-media img{display:block;width:100%;height:100%;object-fit:cover}.pd-content-bottom{display:grid;place-items:flex-start;grid-template-columns:repeat(2,1fr);gap:4rem;margin-top:auto}.pd-block-title{font-size:1.2rem;margin:0 0 .6rem;line-height:1}.pd-block-description{font-size:1.4rem;font-family:EB Garamond,serif;line-height:1.3}.pd-block-item{max-width:27rem}@media screen and (max-width: 991px){.project-detail{height:auto}.project-detail-inner{flex-wrap:wrap}.pd-content{width:100%;padding:12rem 2rem 4rem;min-height:100vh}.pd-media{width:100%;min-height:100vh}.pd-title{font-size:1rem}.pd-description{font-size:1.8rem}.pd-link{margin-top:3rem}.pd-link-button{font-size:1.2rem}.pd-content-bottom{grid-template-columns:repeat(1,1fr)}.pd-block-title{font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/style.css.map */
