@import url(https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap);:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f3eee8;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:812px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xlg:1500px;--font-family-sans-serif:Staff-Regular;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}ol[class],ul{padding:0}body,h1,h2,h3,h4,ol,p,ul{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed}ol,ul{list-style:none}img,picture{max-width:100%;display:block}img:not([alt]){-webkit-filter:blur(10px);filter:blur(10px)}[type=button]{background-color:transparent;border:none;cursor:pointer;padding:0}::-webkit-scrollbar-track{background-color:#d3c7c7}::-webkit-scrollbar-thumb{background-color:grey;border-radius:5px;height:60px;width:10px}::-webkit-scrollbar-thumb:hover{background-color:#5c5b5b}@media(prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{width:100vw}[data-scroll]{overflow-y:hidden}body{font-family:"New Tegomin",serif;line-height:1.5;width:100vw}.wrapper,body{overflow-x:hidden}h1,h2,h3{line-height:1.1;font-weight:lighter}h2{font-size:9vw}@media screen and (min-width:812px){h2{font-size:11.5rem}}@media screen and (min-width:992px){h2{font-size:8.5vw}}h3{font-size:14.6vw;line-height:.8}h4{font-size:15vw;letter-spacing:-8px;font-weight:lighter}@media screen and (min-width:812px){h4{font-size:7rem}}@media screen and (min-width:992px){h4{font-size:8vw}}a{color:currentColor;text-decoration:none}p{font-size:.9rem}.vh{position:absolute;width:1px;height:1px;padding:0;margin:0;clip:rect(1px,1px,1px,1px)}.vh,html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:#000;opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}.padding{padding:2rem}@media screen and (min-width:812px){.padding{padding:3rem}}.header{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:4rem;padding:2rem}@media screen and (min-width:812px){.header{padding:3rem}}.header_nav{position:relative;width:100%;height:100%;z-index:4}.header_menu,.header_nav{display:flex;justify-content:space-between;align-items:center}.header_menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#f3eee8;background-color:var(--light);padding:8rem;z-index:1;opacity:0;font-size:7.5vw;flex-direction:column;text-align:center;overflow:hidden}.header_menu .social_links{margin-top:3rem;display:flex;justify-content:space-between}@media screen and (min-width:812px){.header_menu{font-size:4.7vw}}.header_hamburger{position:relative;height:1rem;width:2rem}.header_hamburger:after,.header_hamburger:before{content:"";position:absolute;width:100%;height:3px;background-color:#343a40;background-color:var(--dark);transition:all .3s ease-in-out}.header_hamburger:before{top:0;left:0}.header_hamburger:after{bottom:0;left:0}.header_hamburger:hover:after,.header_hamburger:hover:before{transform:rotate(180deg)}.header_hamburger[aria-expanded=true]:before{top:50%;transform:translateY(-50%) rotate(-45deg)}.header_hamburger[aria-expanded=true]:after{top:50%;transform:translateY(-50%) rotate(45deg)}.header_menu__links{display:block;margin-top:1rem;margin-left:1rem;margin-right:1rem;opacity:1}.header_menu__links.social{display:inline-block;font-size:2rem}.hero_bg{position:relative}.hero_intro{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.work_header{margin-left:auto;margin-right:auto;text-align:center}@media screen and (min-width:812px){.work_header{margin-bottom:18rem}}.work_deco{position:relative}.work_svg{position:absolute;top:0;left:0}.work_projects{padding-top:3.6rem}.pitch{padding-top:10vh;padding-bottom:20vh;margin-top:-10px;margin-bottom:10vh;display:flex;flex-direction:column;align-items:center;background-color:#f3eee8;background-color:var(--light);overflow-x:hidden}.pitch_header{text-align:center;margin-bottom:5rem}@media screen and (min-width:812px){.pitch_header{margin-bottom:9rem}}.pitch_slides{width:200px;height:200px;position:relative;margin-top:3.6rem}@media screen and (min-width:768px){.pitch_slides{width:450px;height:450px}}.pitch_slide{position:absolute;width:100%;height:100%;padding:1rem;border-radius:.25rem;text-align:center}.pitch_slide p{font-size:1.45rem;color:#f3eee8;color:var(--light)}@media screen and (min-width:768px){.pitch_slide p{font-size:3.5rem}}footer{width:100vw;overflow-x:hidden;min-height:30vh;padding:5rem 1rem 1rem;background-color:#ffe699;font-size:4.2vw;text-align:center}footer .footer_disclaimer{width:100%;display:flex;justify-content:center}footer .footer_disclaimer a{color:#00e;text-decoration:underline}footer .footer_contact{margin-top:12rem;font-weight:700}footer .footer_contact p{font-size:1.5rem}footer .footer_deco{width:100px;height:100px;border-radius:50%;background-color:#fff;text-align:center;display:flex;justify-content:center;align-items:center;transform:rotate(-30deg);position:absolute;top:90%;right:10%;font-size:1.3rem;cursor:pointer;pointer-events:all}footer .footer_deco:hover{transform:scale(1.1);transition:all .3s ease-in-out}@media screen and (min-width:812px){footer .footer_deco{width:200px;height:200px;top:80%;right:15%}}@media screen and (min-width:812px){footer{min-height:100vh}}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#f3eee8;background-color:var(--light);z-index:3}.preloader_deco,.preloader_text{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.preloader_deco .deco_section{flex:1 1;background-color:#000}.preloader_text>*{flex:1 1;display:flex;align-items:center;justify-content:center;font-size:10vw;color:#343a40;color:var(--dark);text-align:center}.project{position:relative;padding-top:10vh}.project_bg__round{top:0;left:0;border-radius:50%;height:100vw}.project_bg__round,.project_bg__square{position:absolute;width:100vw;z-index:-1}.project_bg__square{top:50vw;height:60vh}.project_link{display:flex;justify-content:center;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin-left:auto;margin-right:auto}.project_media__wrapper{position:relative;padding-bottom:130%}.project_card{pointer-events:all;position:relative;width:45vw;border-radius:24px;overflow:hidden;background-size:cover;background-repeat:no-repeat}.project_card :hover{transform:scale(1.2)}@media screen and (min-width:812px){.project_card{width:21vw}}.project_card:nth-child(2){background-color:#945fc9;transform-origin:left top;top:-7vw;left:10%;z-index:1;background-position:0 0}.project_card:last-child{background-color:#bb5b0b;transform-origin:left top;right:10%;background-position:100%}.project_text{text-align:center;padding-top:4rem;padding-bottom:2rem}.project_text h4{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}@media screen and (min-width:991px){.project_text{padding-top:0;padding-bottom:8rem}}.project_text h3{margin-bottom:2.5rem}
/*# sourceMappingURL=main.06210cdc.chunk.css.map */