*{scroll-behavior:smooth;margin:0;padding:0;box-sizing:border-box}@media (prefers-reduced-motion){*{scroll-behavior:none}}body{font-family:Outfit,sans-serif;line-height:1.5}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.2}a{text-decoration:none}.pink-wall{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;-o-object-fit:cover;object-fit:cover;object-positon:center}.btn{transition:all .4s ease;padding:.5rem 2rem;border-radius:10px;font-weight:200}.btn:hover{transition:all .4s ease;transform:translateY(-5px)}.btn.btn--light{transition:all .4s ease;background:#fff;color:#222;border:solid 2px #fff}.btn.btn--light:hover{transition:all .4s ease;background:0 0;color:#fff}.btn.btn--dark{transition:all .4s ease;background:#4b4b4b;color:#fff}.btn.btn--dark:hover{transition:all .4s ease;color:#3f3f3f;background:#fff;box-shadow:0 0 10px #fff}.btn.btn--transparent{transition:all .3s ease;border:solid 2px #fff;color:#fff;background:0 0}.btn.btn--transparent:hover{transition:all .3s ease;background:#fff;color:#222;box-shadow:0 0 10px #fff}header{position:fixed;top:0;left:0;width:100%;z-index:10;background:0 0}header .navbar{display:flex;justify-content:space-between;align-items:center;width:90%;margin:0 auto;padding-top:4rem}@media screen and (max-width:1360px){header .navbar{padding:1.4rem 0 .6rem 0}}header .navbar img{width:130px}@media screen and (max-width:1800px){header .navbar img{width:110px}}@media screen and (max-width:560px){header .navbar img{width:80px}}@media screen and (max-width:560px){header .navbar{justify-content:center}}header .navbar .nav-buttons__container{display:flex;justify-content:center;align-items:center;gap:3rem}@media screen and (max-width:1360px){header .navbar .nav-buttons__container{gap:2rem}}@media screen and (max-width:560px){header .navbar .nav-buttons__container{display:none}}header .navbar .nav-buttons__container .nav-list{display:flex;justify-content:center;gap:2rem;align-items:center;list-style:none;font-size:1.2rem}header .navbar .nav-buttons__container .nav-list .nav-link{transition:all .4s ease;color:#fff;font-weight:400;border-radius:10px;padding:.5rem 1rem;position:relative;z-index:1}header .navbar .nav-buttons__container .nav-list .nav-link:after{transition:all .4s ease;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.226);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;z-index:-1}header .navbar .nav-buttons__container .nav-list .nav-link:hover:after{transition:all .4s ease;background:rgba(255,255,255,.562);box-shadow:0 0 10px #fff}header .navbar .nav-buttons__container .nav-list .nav-link:hover{transition:all .4s ease;color:#222}header .navbar .nav-buttons__container .contact-icons__container{display:flex;justify-content:center;align-items:center;gap:3rem}@media screen and (max-width:1360px){header .navbar .nav-buttons__container .contact-icons__container{gap:2rem}}header .navbar .nav-buttons__container .contact-icons__container a i{transition:all .4s ease;color:#fff;font-size:1.6rem}header .navbar .nav-buttons__container .contact-icons__container a i:hover{transition:all .4s ease;transform:translateY(-5px);opacity:.8}.nav--scrolled{transition:all .4s ease}.contact-btn__container{transition:all .4s ease;position:fixed;bottom:1rem;right:1rem;height:40px;width:40px;display:flex;justify-content:center;align-items:center;background:rgba(34,34,34,.9490196078);border-radius:100%;opacity:0;pointer-events:none;z-index:998}@media screen and (max-width:560px){.contact-btn__container{opacity:1;pointer-events:all}}.contact-btn__container i{color:#fff}.contact--toggled{transition:all .4s ease;height:100%;width:100%;border-radius:0;bottom:0;right:0}.contact-icon--toggled{opacity:0;pointer-events:none}.contact-modal__container{position:fixed;top:0;width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;gap:2rem;align-items:center;opacity:0;pointer-events:none;z-index:999}.contact-modal__container a{color:#fff;font-weight:600;font-size:1.6rem;display:flex;flex-direction:column;text-align:center;justify-content:center;z-index:999}.contact-modal__container a i{margin-bottom:.8rem;color:#fc8cc4}.contact-modal__container .close-contact-modal{opacity:0}@media screen and (max-width:1360px){.contact-modal__container .close-contact-modal{position:absolute;top:1rem;right:1rem;opacity:1}.contact-modal__container .close-contact-modal i{font-size:1.8rem;color:#fff}}.contact-modal__container.contact-links--toggled{transition:all .4s ease;opacity:1;pointer-events:all}.work-page__wrapper{min-height:100vh;background:#ff69b4;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column;overflow:hidden}@media screen and (max-width:1360px){.work-page__wrapper{padding:10rem 0 4rem 0;background-size:80%!important}}@media screen and (max-width:560px){.work-page__wrapper{padding:8rem 0 2rem 0;background-size:80!important}}.work-page__wrapper h1{color:#fff;font-size:900;font-size:4rem;animation:columnEntrance 1s ease;animation-fill-mode:forwards;animation-delay:1.5s;opacity:0;animation-delay:.5s;font-family:Outfit,sans-serif}.work-page__wrapper h1 span{color:#feb3d8}@media screen and (max-width:1800px){.work-page__wrapper h1{font-size:3rem}}.work-page__wrapper .work-categories__container{display:flex;justify-content:space-evenly;gap:5rem;margin-top:4rem;width:100vw}@media screen and (max-width:1360px){.work-page__wrapper .work-categories__container{flex-direction:column}}.work-page__wrapper .work-categories__container .work-category{display:flex;justify-content:center;align-items:center;flex-direction:column}.work-page__wrapper .work-categories__container .work-category.col-1{opacity:0;animation:columnEntrance 1s ease;animation-fill-mode:forwards;animation-delay:1s}.work-page__wrapper .work-categories__container .work-category.col-2{opacity:0;animation:columnEntrance 1s ease;animation-fill-mode:forwards;animation-delay:1.25s;pointer-events:none;position:relative}.work-page__wrapper .work-categories__container .work-category.col-2 img{opacity:.3}.work-page__wrapper .work-categories__container .work-category.col-2 .category-name{opacity:.3}.work-page__wrapper .work-categories__container .work-category.col-2 a{opacity:.3}.work-page__wrapper .work-categories__container .work-category.col-3{opacity:0;animation:columnEntrance 1s ease;animation-fill-mode:forwards;animation-delay:1.5s}.work-page__wrapper .work-categories__container .work-category .coming-soon{position:absolute;top:30%;left:25%;padding:.5rem;transform:translate(-50%,-50%);background:rgba(255,255,255,.705);color:rgba(34,34,34,.9568627451);transform:rotate(15deg);font-size:2rem;font-weight:900;opacity:1!important}@media screen and (max-width:1360px){.work-page__wrapper .work-categories__container .work-category .coming-soon{left:36%}}@media screen and (max-width:560px){.work-page__wrapper .work-categories__container .work-category .coming-soon{left:20%;top:40%;z-index:1}}.work-page__wrapper .work-categories__container .work-category img{width:450px;height:300px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width:560px){.work-page__wrapper .work-categories__container .work-category img{width:90vw;height:200px}}.work-page__wrapper .work-categories__container .work-category .category-name{color:#fff;font-weight:900;font-size:2rem;margin:2rem 0 2rem 0}@media screen and (max-width:560px){.work-page__wrapper .work-categories__container .work-category .category-name{margin:1rem 0}}.work-page__wrapper .work-categories__container .work-category button{transition:all .3s ease;border-radius:10px;background:0 0;color:#222;padding:.5rem 1rem;font-size:1.2rem;font-weight:200;border:none;color:#fff;border:solid 2px #fff;outline:0;cursor:pointer}.work-page__wrapper .work-categories__container .work-category button:hover{transition:all .3s ease;background:#fff;color:#222;box-shadow:0 0 10px #fff}@keyframes columnEntrance{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes columnEntranceFaded{from{opacity:0;transform:translateY(20px)}to{opacity:.3;transform:translateY(0)}}.poster-page__wrapper{background:#222;display:flex;justify-content:center;align-items:center;flex-direction:column}.poster-page__wrapper h1{color:#fff;font-size:900;font-size:4rem;animation:columnEntrance 1s ease;animation-fill-mode:forwards;animation-delay:1.5s;opacity:0;animation-delay:.5s;font-family:Outfit,sans-serif;margin:10rem 0 4rem 0}.poster-page__wrapper h1 span{color:#feb3d8}.poster-page__wrapper .posters__container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;background:#222}@media screen and (max-width:560px){.poster-page__wrapper .posters__container{overflow:hidden}}.poster-page__wrapper .posters__container ul{display:flex;justify-content:center;align-items:center;list-style:none;flex-wrap:wrap}.poster-page__wrapper .posters__container ul li{transition:all .4s ease;width:33.3333vw;position:relative}@media screen and (max-width:1360px){.poster-page__wrapper .posters__container ul li{width:50vw}}@media screen and (max-width:560px){.poster-page__wrapper .posters__container ul li{width:100vw;height:350px}}.poster-page__wrapper .posters__container ul li img{transition:all .3s ease;display:block;width:100%;height:600px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative;z-index:0}.poster-page__wrapper .posters__container ul li .image-text{transition:all .4s ease;position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.212);display:flex;justify-content:center;align-items:center;font-family:Outfit,sans-serif;opacity:0;pointer-events:none}@media screen and (max-width:1360px){.poster-page__wrapper .posters__container ul li .image-text{opacity:1;pointer-events:all}}@media screen and (max-width:560px){.poster-page__wrapper .posters__container ul li .image-text{background:rgba(0,0,0,.512)}}.poster-page__wrapper .posters__container ul li .image-text h3{transition:all .4s ease;font-weight:600;font-size:1rem;color:#393939;text-transform:uppercase;background:#fff;padding:.8rem;border-radius:10px}.poster-page__wrapper .posters__container ul li .image-text h3:hover{transition:all .4s ease;background:#222;color:#fff;cursor:pointer}.poster-page__wrapper .posters__container ul li:hover>.image-text{transition:all .4s ease;opacity:1;pointer-events:all}.poster-page__wrapper .posters__container ul:hover li{transition:all .4s ease;opacity:.2}.poster-page__wrapper .posters__container ul li:hover{transition:all .4s ease;opacity:1;cursor:pointer}.poster-modal__container{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);display:flex;justify-content:center;align-items:center;z-index:999;opacity:0;pointer-events:none;display:none}.poster-modal__container img{height:95vh;width:35vw;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1360px){.poster-modal__container img{width:auto;height:80vh}}@media screen and (max-width:1360px){.poster-modal__container img{width:auto;height:80vh}}.poster-modal__container img.horizontal-img{width:60vw!important;height:90vh!important}@media screen and (max-width:1360px){.poster-modal__container img.horizontal-img{width:90vw!important;height:50vh!important}}.poster-modal__container .close-poster-modal{position:absolute;top:2rem;right:2rem;z-index:999}@media screen and (max-width:560px){.poster-modal__container .close-poster-modal{top:1rem;right:1rem}}.poster-modal__container .close-poster-modal i{transition:all .3s ease;color:#fff;font-size:1.4rem;cursor:pointer}.poster-modal__container .close-poster-modal i:hover{transition:all .3s ease;color:#feb3d8}.poster-modal{opacity:1;pointer-events:all;display:flex;justify-content:center;align-content:center}.about-text{background:rgba(255,255,255,.05);border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:3rem 2rem 2rem 2rem;border:solid 2px rgba(255,255,255,.556);opacity:0;animation:aboutEntrance .5s ease;animation-fill-mode:forwards;animation-delay:1s}@media screen and (max-width:1360px){.about-text{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:none}}.about-text .about-title{font-size:3.2rem;color:#fff}@media screen and (max-width:1800px){.about-text .about-title{font-size:2.4rem}}.about-text .about-title span{opacity:.4}.about-text .about-subtitle{color:#fff;font-size:1.2rem;opacity:.6;width:50ch;margin:1rem auto 1.4rem auto}@media screen and (max-width:1800px){.about-text .about-subtitle{font-size:1rem}}@media screen and (max-width:1360px){.about-text .about-subtitle{font-size:1.2rem}}@media screen and (max-width:560px){.about-text .about-subtitle{width:90vw;font-size:1rem}}.about-text h4{font-weight:400;text-transform:uppercase;letter-spacing:.4rem;color:#fff;margin-bottom:1rem}@media screen and (max-width:1800px){.about-text h4{font-size:.8rem}}.about-text .adobe-logos__container{display:flex;gap:1rem;margin:0 0 2rem 0}@media screen and (max-width:1360px){.about-text .adobe-logos__container{justify-content:center}}.about-text .adobe-logos__container img{height:50px;width:50px;border-radius:10px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width:1800px){.about-text .adobe-logos__container img{height:35px;width:35px}}.about-text .adobe-logos__container img:nth-child(1){opacity:0;animation:iconsEntrance .5s ease;animation-delay:1.2s;animation-fill-mode:forwards}.about-text .adobe-logos__container img:nth-child(2){opacity:0;animation:iconsEntrance .5s ease;animation-delay:1.4s;animation-fill-mode:forwards}.about-text .adobe-logos__container img:nth-child(3){opacity:0;animation:iconsEntrance .5s ease;animation-delay:1.6s;animation-fill-mode:forwards}.about-text .adobe-logos__container img:nth-child(4){opacity:0;animation:iconsEntrance .5s ease;animation-delay:1.8s;animation-fill-mode:forwards}.about-text .adobe-logos__container img:nth-child(5){opacity:0;animation:iconsEntrance .5s ease;animation-delay:2s;animation-fill-mode:forwards}@keyframes aboutEntrance{from{opacity:0}to{opacity:1}}@keyframes iconsEntrance{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#logos-branding{z-index:1;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;height:100vh;position:relative;z-index:5}@media screen and (max-width:1360px){#logos-branding{height:auto;padding:10rem 0 4rem 0}}@media screen and (max-width:560px){#logos-branding{padding:8rem 0 2rem 0}}#logos-branding .branding-title{color:#fff;font-weight:900;font-size:3rem;margin-bottom:2rem}@media screen and (max-width:560px){#logos-branding .branding-title{font-size:2.2rem}}#logos-branding .branding-title span{color:#feb3d8}#logos-branding .brands__container{display:flex;justify-content:center;align-items:center}@media screen and (max-width:1360px){#logos-branding .brands__container{flex-direction:column}}#logos-branding .brands__container .brand ul{transition:all .4s ease;display:flex;justify-content:center;align-items:center;gap:6rem;list-style:none}@media screen and (max-width:1360px){#logos-branding .brands__container .brand ul{gap:6rem;flex-direction:column}}#logos-branding .brands__container .brand ul li{transition:all .4s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem;color:#fff;font-weight:500;font-size:2rem;position:relative;height:40vh;padding:2rem;border-radius:10px}@media screen and (max-width:1360px){#logos-branding .brands__container .brand ul li{height:auto}}@media screen and (max-width:1360px){#logos-branding .brands__container .brand ul li.tea-three{margin:5rem 0}}@media screen and (max-width:560px){#logos-branding .brands__container .brand ul li.tea-three{margin:1rem 0 2rem 0}}#logos-branding .brands__container .brand ul li span{position:absolute;top:110%;left:50%;width:100%;transform:translate(-50%,-50%)}#logos-branding .brands__container .brand ul li img{transition:all .4s ease;width:20vw;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;cursor:pointer}#logos-branding .brands__container .brand ul li img.si-pizza{width:17vw}@media screen and (max-width:1360px){#logos-branding .brands__container .brand ul li img.si-pizza{width:50vw}}#logos-branding .brands__container .brand ul li img:hover{transition:all .4s ease;transform:scale(1.1)}@media screen and (max-width:1360px){#logos-branding .brands__container .brand ul li img{width:50vw}}#logos-branding .brands__container .brand ul:hover li{transition:all .4s ease;opacity:.3}#logos-branding .brands__container .brand ul li:hover{transition:all .4s ease;opacity:1}#logos-branding .logos-branding__modal{transition:all .4s ease;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8588235294);z-index:999;display:flex;justify-content:center;align-items:center;gap:4rem;opacity:0;pointer-events:none}@media screen and (max-width:1360px){#logos-branding .logos-branding__modal{flex-direction:column;justify-content:flex-start;gap:1rem;overflow:scroll;padding:6rem 0 4rem 0}}@media screen and (max-width:560px){#logos-branding .logos-branding__modal{padding:6rem 0 2rem 0}}#logos-branding .logos-branding__modal.logos-branding-modal--activated{transition:all .4s ease;opacity:1;pointer-events:all}#logos-branding .logos-branding__modal .close-branding-modal{position:absolute;top:2rem;right:2rem;color:#fff;font-size:1.4rem}#logos-branding .logos-branding__modal .close-branding-modal i{transition:all .4s ease;color:#fff;cursor:pointer}#logos-branding .logos-branding__modal .close-branding-modal i:hover{transition:all .4s ease;color:#feb3d8}#logos-branding .logos-branding__modal img{width:27vw}@media screen and (max-width:1800px){#logos-branding .logos-branding__modal img{width:24vw}}@media screen and (max-width:1360px){#logos-branding .logos-branding__modal img{width:75vw}}@media screen and (max-width:560px){#logos-branding .logos-branding__modal img{width:85vw}}#landing{height:100vh;background:#ff69b4;display:flex;overflow:hidden;animation:backgroundAnimation 1s ease;animation-fill-mode:forwards}@media screen and (max-width:1360px){#landing{flex-direction:column}}#landing .landing-column{display:flex;justify-content:center;align-items:center}#landing .landing-column.text-side{width:58vw}@media screen and (max-width:1360px){#landing .landing-column.text-side{width:100vw;height:100vh}}@media screen and (max-width:1360px){#landing .landing-column .landing-text{text-align:center;z-index:1}}#landing .landing-column .landing-text .hero-title{font-size:5rem;color:#fff;font-weight:900;opacity:0;animation:heroTextEntrance 1s ease;animation-fill-mode:forwards;font-family:Outfit,sans-serif}@media screen and (max-width:1360px){#landing .landing-column .landing-text .hero-title{font-size:10rem!important}}@media screen and (max-width:560px){#landing .landing-column .landing-text .hero-title{font-size:6rem!important}}#landing .landing-column .landing-text .hero-title span{opacity:.6}@media screen and (max-width:1360px){#landing .landing-column .landing-text .hero-title span{display:block;font-size:3.5rem!important}}@media screen and (max-width:560px){#landing .landing-column .landing-text .hero-title span{font-size:2.1rem!important}}@media screen and (max-width:1800px){#landing .landing-column .landing-text .hero-title{font-size:4rem}}@media screen and (max-width:1360px){#landing .landing-column .landing-text .hero-title{font-size:3rem;line-height:1}}#landing .landing-column .landing-text .hero-subtitle{color:#fff;opacity:.7;font-size:1.8rem;font-weight:400;margin:.5rem 0 2rem 0;opacity:0;animation:heroTextEntrance 1s ease;animation-fill-mode:forwards;animation-delay:.25s}@media screen and (max-width:560px){#landing .landing-column .landing-text .hero-subtitle{font-size:1.2rem}}#landing .landing-column .landing-text .hero-subtitle span{color:#fff;opacity:1!important;font-size:2rem;margin:0 .8rem}@media screen and (max-width:560px){#landing .landing-column .landing-text .hero-subtitle span{font-size:1.2rem}}#landing .landing-column .landing-text .hero-btn__container{display:flex;gap:1rem;font-size:1.2rem;opacity:0;animation:heroTextEntrance 1s ease;animation-fill-mode:forwards;animation-delay:.5s}@media screen and (max-width:1360px){#landing .landing-column .landing-text .hero-btn__container{display:flex;justify-content:center;align-items:center}}@media screen and (max-width:560px){#landing .landing-column .landing-text .hero-btn__container{font-size:1.1rem;flex-direction:column;gap:.5rem}}@media screen and (max-width:560px){#landing .landing-column .landing-text .hero-btn__container a{display:block;width:95%}}#landing .landing-column.image-side{width:42vw;position:relative}@media screen and (max-width:1360px){#landing .landing-column.image-side{width:100vw}}#landing .landing-column.image-side img{opacity:0;animation:heroImageEntrance 2s ease;animation-fill-mode:forwards;width:70%;position:absolute;bottom:0;left:10%;transform:translate(-50%,-50%)}@media screen and (max-width:1360px){#landing .landing-column.image-side img{width:80%;left:65%}}@media screen and (max-width:560px){#landing .landing-column.image-side img{width:95%;left:60%}}@keyframes heroImageEntrance{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes heroTextEntrance{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes backgroundAnimation{from{background-size:130%}to{background-size:140%}}