.site-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.5rem 7rem;background:var(--main-bg)}.site-nav__logo-link{flex-shrink:0;line-height:0}.site-nav__logo{height:clamp(48px,6vw,72px);width:auto;transition:transform .3s ease}.site-nav__logo-link:hover .site-nav__logo{animation:logoSpin 2s ease-in-out infinite}@keyframes logoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.site-nav__links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:2rem;margin-left:auto;font-family:var(--font-display);font-size:clamp(.95rem,1.4vw,1.15rem)}.site-nav__link{background:none;border:none;padding:0 0 .25rem;color:var(--main-text);text-decoration:none;cursor:pointer;transition:transform .3s ease,color .2s;border-bottom:2px solid transparent}.site-nav__link:hover{transform:scale(1.09);font-weight:500}.site-nav__link--active{border-bottom-color:var(--teal);font-weight:600}.site-nav__link--green:hover,.site-nav__link--green.site-nav__link--active{color:var(--green);border-bottom-color:var(--green)}.site-nav__link--teal:hover,.site-nav__link--teal.site-nav__link--active{color:var(--teal);border-bottom-color:var(--teal)}.site-nav__link--yellow:hover,.site-nav__link--yellow.site-nav__link--active{color:var(--yellow);border-bottom-color:var(--yellow)}.site-nav__link--orange:hover,.site-nav__link--orange.site-nav__link--active{color:var(--orange);border-bottom-color:var(--orange)}@media(max-width:768px){.site-nav{flex-wrap:wrap;padding:1rem 1.25rem;gap:1rem}.site-nav__links{width:100%;justify-content:flex-end;gap:1.25rem}}.hero{position:relative;min-height:calc(100vh - 6rem);padding:0 3rem;display:flex;flex-direction:column;overflow-x:clip}.hero__content{position:relative;z-index:1;flex:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,4vw,3rem);padding:2rem 3rem 3rem;margin-top:1.6rem}.hero__visual{display:flex;justify-content:center;align-items:center;min-height:500px}.hero__greeting{font-family:var(--font-display);font-size:clamp(1.25rem,2.8vw,1.75rem);font-weight:400;color:var(--green)}.hero__copy{display:flex;flex-direction:column;gap:clamp(2rem,5vh,3rem)}.hero__typography{max-width:640px}.hero__me-gif{position:absolute;width:clamp(750px,68vw,840px);max-width:none;height:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;transform:translate(clamp(5rem,10vw,20rem),clamp(1.5rem,9vh,2.5rem))}.hero__headline{margin:4rem 0 1rem;font-family:var(--font-display);font-size:clamp(2.5rem,7vw,5.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--main-text)}.hero__name{color:var(--main-text);font-size:9vw}.hero__tags{margin:0;font-family:var(--font-body);font-weight:1000;text-transform:uppercase}.hero_tags_area{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:left;color:#fff}.hero_tags_1{padding:.6rem 1.25rem;border-radius:9999px;font-size:.76rem;font-weight:500;background-color:var(--teal)}.hero_tags_2{padding:.6rem 1.25rem;border-radius:9999px;font-size:.76rem;font-weight:500;background-color:var(--green)}.hero_tags_3{padding:.6rem 1.25rem;border-radius:9999px;font-size:.76rem;font-weight:500;background-color:var(--yellow)}.hero_tags_4{padding:.6rem 1.25rem;border-radius:9999px;font-size:.76rem;font-weight:500;background-color:var(--orange)}.hero__statement-block{max-width:640px;margin-top:-1rem}.hero__role-label{margin:0 0 .75rem;font-family:var(--font-display);font-size:.95rem;font-style:italic;color:var(--text-soft)}.hero__statement{margin:-1rem 0 1.25rem;font-family:var(--font-display);font-size:clamp(1.15rem,2.2vw,1.6rem);font-weight:400;line-height:1.5}.hero__accent{font-style:italic;color:var(--yellow)}.hero__employment{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-family:var(--font-body);font-size:.875rem;color:var(--text-soft)}.hero__marquee{position:relative;flex-shrink:0;width:calc(100% + 6rem);margin-left:-3rem;overflow:hidden;background:var(--navy);padding:clamp(1.75rem,4vw,3rem) 0;margin-top:8rem}.hero__marquee-track{display:flex;width:max-content;animation:marquee 35s linear infinite}.hero__marquee-text{margin:0;padding-right:3rem;font-family:var(--font-display);font-size:clamp(2.25rem,6.5vw,5.5rem);font-weight:700;line-height:1;color:#fff;white-space:nowrap}.hero__marquee-accent{color:var(--yellow)}.hero__marquee-sep{opacity:.35;padding-left:1rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:900px){.hero__content{grid-template-columns:1fr;padding:0 1.25rem 2rem}.hero__visual{order:-1;min-height:auto;justify-content:center}.hero__me-gif{width:min(95vw,420px);max-width:none;max-height:50vh;transform:translate(1.5rem,1rem)}}@media(max-width:768px){.hero{min-height:auto}}.projects{padding:5rem 7rem;border-top:1px solid var(--grid-line)}.projects--featured{border-top:1px solid var(--grid-line)}.projects__header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem}.projects__label{margin:0 0 .5rem;font-family:var(--font-body);font-size:.6875rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.projects__title{margin:0;max-width:520px;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.projects__header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.projects__view-all{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--main-muted);text-decoration:none;white-space:nowrap;transition:color .2s ease}.projects__view-all:hover{color:var(--green)}.projects__hint{margin:0;font-family:var(--font-body);font-size:.8125rem;color:var(--text-soft);white-space:nowrap}.projects__filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.projects__filter-btn{padding:.55rem 1.25rem;font-family:var(--font-display);font-size:.9375rem;background:transparent;color:var(--main-text);border:2px solid var(--main-text);border-radius:9999px;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .25s cubic-bezier(.34,1.56,.64,1)}.projects__filter-btn:hover{transform:scale(1.05)}.projects__filter-btn:not(.projects__filter-btn--active):hover{background:var(--navy);color:var(--main-bg);border-color:var(--navy)}.projects__filter-btn--active{color:#fff;font-weight:600}.projects__filter-btn[data-category=all].projects__filter-btn--active{background:var(--navy);border-color:var(--navy)}.projects__filter-btn[data-category=design].projects__filter-btn--active,.projects__filter-btn[data-category=design]:hover:not(.projects__filter-btn--active){background:var(--teal);border-color:var(--teal);color:#fff}.projects__filter-btn[data-category=ui-ux].projects__filter-btn--active,.projects__filter-btn[data-category=ui-ux]:hover:not(.projects__filter-btn--active){background:var(--green);border-color:var(--green);color:#fff}.projects__filter-btn[data-category=motion-graphics].projects__filter-btn--active,.projects__filter-btn[data-category=motion-graphics]:hover:not(.projects__filter-btn--active){background:var(--yellow);border-color:var(--yellow);color:#fff}.projects__filter-btn[data-category=front-end].projects__filter-btn--active,.projects__filter-btn[data-category=front-end]:hover:not(.projects__filter-btn--active){background:var(--orange);border-color:var(--orange);color:#fff}.projects__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;align-items:stretch}.projects__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.projects__grid--4 .projects__card-visual{aspect-ratio:3 / 5}.projects__card{display:block;height:100%;background:#111;border-radius:14px;overflow:hidden;color:inherit;text-decoration:none;transition:transform .38s cubic-bezier(.34,1.56,.64,1)}.projects__card:hover{transform:scale(1.03)}.projects__card-visual{position:relative;aspect-ratio:3 / 4;overflow:hidden}.projects__card-placeholder{width:100%;height:100%;background:linear-gradient(145deg,var(--card-color),color-mix(in srgb,var(--card-color) 70%,#000))}.projects__card-image{width:100%;height:100%;object-fit:cover;display:block}.projects__overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem 1.5rem 1.5rem;color:#fff;text-align:left;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.25) 65%,rgba(0,0,0,.75) 85%,#000 100%);transition:background .45s ease;pointer-events:none}.projects__overlay>*:not(.projects__overlay-title){opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}.projects__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;transition-delay:.05s}.projects__tools{margin:0 0 .5rem;font-family:var(--font-display);font-size:.8125rem;line-height:1.4;opacity:.92;transition-delay:.12s}.projects__description{margin:0 0 .75rem;font-family:var(--font-body);font-size:.8125rem;line-height:1.5;opacity:.92;transition-delay:.2s}.projects__card:hover .projects__overlay{background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.55) 55%,rgba(0,0,0,.94) 78%,#000 100%)}.projects__card:hover .projects__overlay>*:not(.projects__overlay-title){opacity:1;transform:translateY(0)}.projects__tag{padding:.35rem .85rem;font-family:var(--font-display);font-size:.75rem;font-weight:600;border-radius:9999px;color:#fff;white-space:nowrap}.projects__tag--design{background:var(--teal)}.projects__tag--ui-ux{background:var(--green)}.projects__tag--motion-graphics{background:var(--yellow)}.projects__tag--front-end{background:var(--orange)}.projects__overlay-title{margin:0;font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;line-height:1.05;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.75)}.projects__card:hover .projects__overlay-title{text-shadow:0 3px 12px rgba(0,0,0,.9)}@media(max-width:1100px){.projects__grid--4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.projects{padding:3rem 1.25rem}.projects__header{flex-direction:column;align-items:flex-start}.projects__header-actions{align-items:flex-start}.projects__grid,.projects__grid--4{grid-template-columns:1fr}}.contact{background:var(--footer-bg);color:#ffffffd9;padding:4rem 3rem 2rem}.contact__main{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.contact__label,.contact__about-label{margin:0 0 .75rem;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73}.contact__title{margin:0 0 1.5rem;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;padding-left:5rem}.contact__bio{margin:0 0 1.5rem;max-width:420px;font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:#ffffff8c}.contact__cta{display:inline-flex;padding:.75rem 1.5rem;background:var(--navy);border:2px solid white;border-radius:999px;font-family:var(--font-body);font-size:.875rem;font-weight:600;transition:transform .3s ease,background .2s;margin-left:5rem}.contact__cta:hover{transform:scale(1.05);background:var(--green);border-color:var(--green)}.contact__bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding-top:1.5rem;font-size:.75rem;color:#ffffff59;margin-right:5rem;margin-left:5rem}@media(max-width:768px){.contact{padding:3rem 1.25rem 1.5rem}.contact__main{grid-template-columns:1fr;gap:2rem}}.meaningful{color:var(--green)}.about-page{position:relative;min-height:100vh}.about-intro{position:relative;z-index:1;display:grid;grid-template-columns:minmax(240px,1fr) minmax(0,1.1fr);gap:clamp(8rem,5vw,4rem);align-items:center;max-width:1100px;margin:0 auto;padding:3rem 0rem 4rem}.about-intro__visual{display:flex;justify-content:center}.about-intro__gif{width:min(100%,380px);height:auto;object-fit:contain;border-radius:20px}.about-intro__heading{margin:0 0 1.5rem;font-family:var(--font-display);font-size:clamp(5rem,4vw,2.75rem);font-weight:700;color:var(--main-text)}.about-intro__paragraph{margin:0 0 1.25rem;font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--main-text)}.about-intro__paragraph:last-of-type{margin-bottom:2rem}.about-intro__skills{display:flex;flex-wrap:wrap;gap:.75rem}.about-intro__skill{padding:.5rem 1rem;border-radius:999px;font-family:var(--font-display);font-size:.9rem;font-weight:700;color:#fff}.about-intro__skill--0{background:var(--teal)}.about-intro__skill--1{background:var(--green)}.about-intro__skill--2{background:var(--yellow)}.about-intro__skill--3{background:var(--orange)}.about-connect{position:relative;z-index:1;width:100vw;margin-left:calc(50% - 50vw);min-height:70vh;overflow:hidden;background:var(--main-bg);text-align:center}.about-connect__content{position:relative;z-index:1;padding:5rem 1.5rem 6rem}.about-connect__lets{margin:0;font-family:var(--font-display);font-size:clamp(4rem,12vw,9rem);font-weight:800;line-height:.95;color:#fff;transition:transform .3s ease}.about-connect__connect{margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2.5rem,7vw,5rem);font-weight:800;line-height:1;color:#fff;transition:transform .3s ease}.about-connect__arrow-link{display:inline-block;transition:transform .3s ease}.about-connect__arrow{width:min(20vw,180px);margin-top:-1rem}@media(max-width:768px){.about-connect{min-height:60vh}.about-connect__content{padding:4rem 1.25rem 5rem}.about-connect__arrow{width:min(40vw,152px);margin-top:.5rem}}@media(max-width:900px){.about-intro{grid-template-columns:1fr;padding:2rem 1.25rem 3rem}.about-intro__visual{order:-1}}.sketchbook{max-width:1200px;margin:0 auto;padding:3rem 0rem 5rem;background:var(--main-bg)}.sketchbook__header{margin-bottom:3rem}.sketchbook__label{margin:0 0 .5rem;font-family:var(--font-body);font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft)}.sketchbook__title{margin:0 0 .5rem;font-family:var(--font-display);font-size:clamp(4rem,3vw,2rem);font-weight:700}.sketchbook__subtitle{margin:0;max-width:480px;font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:var(--text-soft)}.sketchbook__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.sketchbook__item{padding:0;border:none;background:var(--surface);border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 2px 12px #3b312414;transition:transform .3s ease,box-shadow .3s ease}.sketchbook__item:hover{transform:scale(1.03);box-shadow:0 8px 28px #3b312424}.sketchbook__image{width:100%;aspect-ratio:4 / 5;object-fit:cover}.sketchbook__modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background:#131e29eb}.sketchbook__modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2.5rem;line-height:1;opacity:.8;transition:opacity .2s}.sketchbook__modal-close:hover{opacity:1}.sketchbook__modal-image{max-width:min(95vw,900px);max-height:90vh;object-fit:contain;border-radius:8px}@media(max-width:768px){.sketchbook{padding:3rem 1.25rem}.sketchbook__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.sketchbook-page,.work-page{min-height:100vh;background:var(--main-bg)}.work-page .projects{border-top:none;max-width:9000px;margin:0 auto}.projects__title{font-size:4rem}.footer-container{display:flex;justify-content:center;align-items:center;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:-1.2rem;background-color:#22303a;padding:2.5rem 1rem 2rem;gap:2.5rem;box-sizing:border-box;color:#fff;margin-bottom:-10vw}.footer-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.footer-center{text-align:center;flex:1;max-width:60ch}.footer-main-text{font-family:Averia Sans Libre,cursive,sans-serif;flex:1;text-align:center;max-width:60ch;margin:0 auto;font-size:2vw}.footer-credit{font-family:Averia Sans Libre,cursive,sans-serif;font-size:clamp(.9rem,2.5vw,1.1rem);color:#999;margin:0}.footer-icon img{width:clamp(48px,8vw,80px);cursor:pointer;transition:transform .3s ease;width:120px}.footer-icon img:hover{transform:scale(1.12)}@media(max-width:768px){.footer-container{flex-direction:column;gap:1.8rem;padding:2rem 1.5rem}.footer-main-text{font-size:clamp(1.8rem,6.5vw,2.6rem);white-space:normal}.footer-credit{font-size:.95rem}.footer-icon img{width:120px}}@media(max-width:480px){.footer-container{padding:1.8rem 1rem;gap:1.5rem}.footer-main-text{font-size:1.9rem}.footer-icon img{width:56px}}h1,h2,h3,h4,h5,h6,.paramoreproject-title,.paramoresection-title,.paramore-process-text h2,.paramore-research-text h2,.paramore-text-content h2,.paramore-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.paramorehero-text p,.paramorehero-text2,.paramore-process-text p,.paramore-research-text p,.paramore-text-content p,.paramore-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.paramoresection-nav a,.paramoresection-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}.paramore-hero-fullscreen{width:100%;height:87vh;min-height:680px;margin:0;padding:0;overflow:hidden;border-bottom-left-radius:100px;border-bottom-right-radius:100px;margin-top:4rem}.paramore-hero-fullscreen-image{width:100vw!important;height:100%!important;object-fit:cover;object-position:center}.paramore-hero-content-section{margin-top:-4vw;margin-bottom:17vw}.paramorehero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.paramoretitle-image{width:25vw;margin-left:10vw;margin-top:-10vw}.paramoresection-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.paramoresection-nav .paramorecontainer{max-width:1200px;margin:0 auto;padding:0 24px}.paramoresection-nav a{color:#fff;font-weight:300;font-size:1.8vw;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap;margin-left:-1vw}.paramoresection-nav a:hover{transform:scale(1.12);color:#64bcad}.paramore-hero-fullscreen{min-height:780px!important;padding-bottom:12vh!important;margin-bottom:0!important}.paramorecontainer{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:12vw}.paramoreproject-title{font-size:4vw;text-align:left;margin-bottom:-1rem;font-weight:800}.paramoreproject-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.paramorehero-text1{margin-top:-7vw}.paramoresection:first-of-type .paramorecontainer{margin-top:15vw;padding-bottom:-20vw}.paramoretags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.paramoretag1,.paramoretag2,.paramoretag3,.paramoretag4{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.paramoretag1{background-color:#64bcad}.paramoretag2{background-color:var(--green)}.paramoretag3{background-color:var(--yellow)}.paramoretag4{background-color:var(--orange)}.paramore-site-button2{background:#22303a;color:#fff;padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s ease;transition:transform .3s ease;margin-top:1vw}.paramoretag1:hover,.paramoretag2:hover,.paramoretag3:hover,.paramoretag4:hover,.paramore-site-button2:hover{transform:scale(1.2)}.paramorehero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.paramorehero-text p{font-size:16px}.paramoretitle-image{width:50vw;margin-right:-80vw;margin-top:-12vw}.paramorehero-text1{margin-top:-12vw}.paramoresection{padding:3rem 0;margin-top:-5vw}.paramoresection-alt{background:var(--bg-light)}.paramoresection-warning{background:var(--warning-bg)}.paramoresection-nav{top:0;z-index:90;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:2vw!important;padding-top:110px;padding-bottom:110px}.paramoresection-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.paramoresection-nav li{margin:1rem}.paramoresection-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap}.paramoresection-nav a:hover,.paramoresection-nav a:focus{transform:scale(1.12);color:#64bcad}.paramoresection-title{font-size:4vw!important;margin-bottom:-.4vw;margin-left:1vw}.paramore-stacked-sections{padding:8rem 0}.paramore-process-video{width:100%;height:100%;min-height:380px;border:none;border-radius:20px}.paramore-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.paramore-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.paramore-research-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-top:-8vw}.paramore-research-image-column{position:relative}.paramore-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.paramore-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.paramore-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.paramore-research-text p{font-size:14px;line-height:1.7;margin-bottom:1rem;text-align:left}.paramore-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.paramore-research-button:hover{transform:scale(1.05)}.paramore-grid-media-left,.paramore-grid-media-right{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start;margin:3rem 0}.paramore-media-column img,.paramore-media-column iframe{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.paramore-text-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;margin-top:.6vw;line-height:1.1;text-align:left}.paramore-text-content p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.paramore-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}.paramore-gallery-itemb{aspect-ratio:4 / 4;overflow:hidden;border-radius:16px;transition:none;transition:transform .2s ease}.paramore-gallery-imageb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.paramore-branding-gallery{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:2.5rem!important;margin-top:4rem!important;margin-bottom:3rem!important;width:100%!important;max-width:1400px!important}.paramore-branding-gallery .paramore-gallery-itemb{aspect-ratio:4 / 3!important;overflow:hidden!important;border-radius:16px!important}.paramore-branding-gallery .paramore-gallery-imageb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.paramore-gallery-itemb:hover{transform:scale(1.02)}.paramore-gallery-item2{aspect-ratio:3 / 2;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.paramore-gallery-image2{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.paramore-gallery-item2:hover{transform:scale(1.02)}.paramore-section-alt{margin-top:-6vw}.paramore-gallery-item3,.paramore-gallery-image3{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.paramore-journey-video-wrapper{margin:0;position:relative;width:100%;border-radius:16px;overflow:hidden}.paramore-journey-video{width:100%;height:100%;border:none;display:block}.paramore-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.paramore-site-button-wrapper{margin-top:2.5vw;transition:transform .3s ease;margin-right:69vw}.paramore-site-button-wrapper:hover{transform:scale(1.05)}.paramore-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.paramore-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.paramore-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.paramore-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.paramore-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.paramore-two-column.reverse{direction:rtl}.paramore-two-column.reverse>*{direction:ltr}.paramore-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.paramore-large-media{width:100%;border-radius:20px}.paramore-text-content{text-align:left}.paramorefloating-overlay1{position:absolute;top:70%;right:83%;width:12vw;z-index:10}.paramorefloating-overlay2{position:absolute;top:80.5%;right:86%;width:11vw;z-index:10}.paramorefloating-overlay3{position:absolute;top:80.5%;right:85%;width:11vw;z-index:10}.paramorefloating-overlay4{position:absolute;top:85.2%;right:10%;width:11vw;z-index:10}@media(min-width:768px){.paramorehero-content{grid-template-columns:1fr 1fr;text-align:left}.paramore-research-grid{grid-template-columns:1fr 1fr;gap:4rem}.paramore-research-main-image{height:100%;object-fit:cover}.paramore-grid-media-left,.paramore-grid-media-right{grid-template-columns:1fr 1fr;gap:5rem}.paramorecontainer{padding:0 3rem}.paramorehero-content{margin-top:-2vw}.paramore-two-column{grid-template-columns:1fr 1fr}}.paramore-grid-media-left .paramore-media-column{order:1}.paramore-grid-media-left .paramore-text-content,.paramore-grid-media-right .paramore-media-column{order:2}.paramore-grid-media-right .paramore-text-content{order:1}@media(min-width:640px){.paramore-branding-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.paramore-branding-gallery{grid-template-columns:repeat(3,1fr)}}.paramorepage-wrapper{animation:fadeIn .8s ease-out both}.paramorehero .paramorecontainer{animation:fadeUp .9s ease-out both}.paramoreproject-title{animation:fadeUp .9s ease-out both;animation-delay:.1s}.paramoreproject-roles{animation:fadeUp .9s ease-out both;animation-delay:.2s}.paramoresection{animation:fadeUp .9s ease-out both}.paramoresection:nth-of-type(1){animation-delay:.15s}.paramoresection:nth-of-type(2){animation-delay:.3s}.paramoresection:nth-of-type(3){animation-delay:.45s}.paramorecontainer{padding:0 1.5rem}.paramoreproject-title{margin-top:clamp(8vw,13vw,120px)}.paramorehero-content{margin-top:2rem}@media(max-width:767px){.paramorepage-wrapper{width:100%;max-width:100vw}.paramorecontainer{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.paramorehero .paramorecontainer{margin-top:1rem!important}.paramoreproject-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.paramoreproject-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.paramoretags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.paramorehero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.paramoretitle-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.paramoresection-nav{margin-top:2rem!important;padding-top:5rem!important}.paramoresection-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw}.paramoresection-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.paramoresection-nav li{margin:.5rem 0!important}.paramoresection-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.paramoresection{padding:3rem 0!important;margin-top:0!important}.paramore-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.paramore-text-content h2,.paramore-process-text h2,.paramore-research-text h2,.paramore-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.paramore-text-content p,.paramore-process-text p,.paramore-research-text p,.paramore-branding-text p{font-size:1rem!important;line-height:1.6}.paramore-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.paramore-gallery-itemb,.paramore-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.paramore-gallery-imageb,.paramore-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.paramore-research-button,.paramore-site-button{margin:1rem auto!important;display:block;width:fit-content}.paramore-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.paramore-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.paramore-journey-video{min-height:200px!important;width:100%!important}.paramore-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.paramore-section-number{font-size:1.5rem}.paramore-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.paramore-two-column{gap:2rem!important}.paramore-two-column.reverse{direction:ltr!important}.paramorefloating-overlay1{width:30vw;top:233px;right:390px}.paramorefloating-overlay2{width:24vw;top:232px;right:20px}.paramorefloating-overlay3{width:30vw;top:400px;right:20px}.paramorefloating-overlay4{width:30vw;top:793px;right:5px}.paramoresection-title{text-align:center!important;margin-left:5vw}}.paramore-journey{width:100%;height:100%;border:none;display:block;border-radius:16px}.paramore-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.paramore-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.paramoresection-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;text-align:left;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.paramoresection-nav .paramorecontainer{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.paramore-nav-image{margin-top:-10vw}@media(min-width:1024px){.paramoresection-nav .paramore-two-column{grid-template-columns:1fr 1.35fr;gap:4.5rem}.paramore-nav-image{overflow:hidden}.paramore-nav-image img.paramore-large-media{width:100%;max-width:900px;transform:scale(1.3);transform-origin:left center}}.paramore-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.paramore-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.paramore-branding-gallery{margin-top:3rem;width:100%}.paramore-branding-fullwidth{width:100%;height:auto;display:block;border-radius:16px;object-fit:contain}@media(max-width:767px){.paramore-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important}.paramore-branding-text p{font-size:1rem!important}.paramore-branding-fullwidth{border-radius:12px}}.paramore-journey-video2{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block;margin-top:2vw}.can-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:1rem}.can,.can-wrapper{flex:1;max-width:33%;height:50vh}@media(max-width:768px){.can-container{flex-direction:column;gap:2rem}.can,.can-wrapper{max-width:100%}}h1,h2,h3,h4,h5,h6,.banditproject-title,.banditsection-title,.bandit-process-text h2,.bandit-research-text h2,.bandit-text-content h2,.bandit-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.bandithero-text p,.bandithero-text2,.bandit-process-text p,.bandit-research-text p,.bandit-text-content p,.bandit-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.banditsection-nav a,.banditsection-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}.banditcontainer{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:12vw}.banditproject-title{font-size:5vw;text-align:left;margin-bottom:-1rem;font-weight:800}.banditproject-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.bandittags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.bandittag1,.bandittag2,.bandittag3{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.bandittag1{background-color:#64bcad}.bandittag2{background-color:var(--green)}.bandittag3{background-color:var(--yellow)}.bandit-site-button2{background:#22303a;color:#fff;padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;margin-top:-1.5vw;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.bandittag1:hover,.bandittag2:hover,.bandittag3:hover,.bandit-site-button2:hover{transform:scale(1.2)}.bandithero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.bandithero-text p{font-size:16px}.bandithero-text2{margin-top:1.5rem}.bandittitle-image{width:50vw;margin-right:-80vw;margin-top:-12vw}.bandit-hero-fullscreen{min-height:780px!important;padding-bottom:12vh!important;margin-bottom:0!important}.bandithero-text1{margin-top:-2.5vw}.banditsection{padding:.3rem 0;margin-top:-5vw}.banditsection-alt{background:var(--bg-light)}.banditsection-warning{background:var(--warning-bg)}.banditsection:last-of-type .banditcontainer{padding-bottom:6rem}.banditsection-nav{top:0;z-index:90;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:110px;padding-bottom:110px}.banditsection-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.banditsection-nav li{margin:1rem}.banditsection-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap}.banditsection-nav a:hover,.banditsection-nav a:focus{transform:scale(1.12);color:#64bcad}.banditsection-title{font-size:4vw!important;margin-bottom:-.4vw;margin-left:1vw}.bandit-stacked-sections{padding:8rem 0}.bandit-process-video{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.bandit-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.bandit-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.bandit-research-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-top:-8vw}.bandit-research-image-column{position:relative}.bandit-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.bandit-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.bandit-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.bandit-research-text p{font-size:14px;line-height:1.7;margin-bottom:1rem;text-align:left}.bandit-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.bandit-research-button:hover{transform:scale(1.05)}.bandit-grid-media-left,.bandit-grid-media-right{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start;margin:3rem 0}.bandit-media-column img,.bandit-media-column iframe{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.bandit-text-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;margin-top:.6vw;line-height:1.1;text-align:left}.bandit-text-content p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.bandit-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.bandit-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.bandit-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}.bandit-gallery-itemb{aspect-ratio:3 / 1;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.bandit-gallery-imageb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.bandit-gallery-itemb:hover{transform:scale(1.02)}.bandit-gallery-item2{aspect-ratio:3 / 2;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.bandit-gallery-image2{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.bandit-gallery-item2:hover{transform:scale(1.02)}.bandit-section-alt{margin-top:-6vw}.bandit-gallery-item3,.bandit-gallery-image3{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.bandit-journey-video-wrapper{margin:0 0 3rem;position:relative;width:100%;border-radius:16px;overflow:hidden}.bandit-journey-video{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block}.bandit-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.bandit-site-button-wrapper{margin-top:2.5vw;transition:transform .3s ease;margin-right:69vw}.bandit-site-button-wrapper:hover{transform:scale(1.05)}.bandit-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.bandit-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.bandit-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.bandit-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.bandit-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.bandit-two-column.reverse{direction:rtl}.bandit-two-column.reverse>*{direction:ltr}.bandit-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.bandit-large-media{width:100%;border-radius:20px}.bandit-text-content{text-align:left}.banditfloating-overlay1{position:absolute;top:69.4%;right:80%;width:11vw;z-index:10}.banditfloating-overlay2{position:absolute;top:90.3%;right:-1%;width:11vw;z-index:10}.banditfloating-overlay3{position:absolute;top:80.9%;right:83%;width:11vw;z-index:10}.banditfloating-overlay4{position:absolute;top:82.4%;right:20%;width:11vw;z-index:10}.banditcontainer{padding:0 1.5rem}.banditproject-title{margin-top:clamp(8vw,13vw,120px)}.bandithero-content{margin-top:2rem}@media(max-width:767px){.banditpage-wrapper{width:100%;max-width:100vw}.banditcontainer{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.bandithero .banditcontainer{margin-top:1rem!important}.banditproject-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.banditproject-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.bandittags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.bandithero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.bandittitle-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.banditsection-nav{margin-top:2rem!important;padding:5rem 1.5rem 1.5rem!important;border-radius:12px}.banditsection-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw;margin-left:12px}.banditsection-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.banditsection-nav li{margin:.5rem 0!important}.banditsection-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.banditsection{padding:3rem 0!important;margin-top:0!important}.bandit-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.bandit-text-content h2,.bandit-process-text h2,.bandit-research-text h2,.bandit-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.bandit-text-content p,.bandit-process-text p,.bandit-research-text p,.bandit-branding-text p{font-size:1rem!important;line-height:1.6}.bandit-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.bandit-gallery-itemb,.bandit-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.bandit-gallery-imageb,.bandit-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.bandit-research-button,.bandit-site-button{margin:1rem auto!important;display:block;width:fit-content}.bandit-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.bandit-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.bandit-journey-video{min-height:200px!important;width:100%!important}.bandit-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.bandit-section-number{font-size:1.5rem}.bandit-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.bandit-two-column{gap:2rem!important}.bandit-two-column.reverse{direction:ltr!important}.floating-overlay1{width:30vw;top:253px;right:370px}.floating-overlay2{width:24vw;top:800px;right:20px}.floating-overlay3{width:30vw;top:1510px;right:320px}.floating-overlay4{width:30vw;top:769px;right:5px}.bandittags{margin-bottom:1.5rem}.bandithero-text{margin-top:-1rem!important}}.bandittags{margin-top:2.5vw;margin-bottom:.5rem}.bandithero-text{margin-top:-4rem}.bandit-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px;margin-top:4rem}.bandit-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.bandit-hero-content-section{margin-top:-4vw;margin-bottom:17vw}.banditsection-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.banditsection-nav .banditcontainer{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.bandit-nav-image{margin-top:-10vw}@media(min-width:1024px){.banditsection-nav .bandit-two-column{grid-template-columns:1fr 1.35fr;gap:4.5rem}.bandit-nav-image{overflow:hidden}.bandit-nav-image img.bandit-large-media{width:100%;max-width:900px;transform:scale(1.2);transform-origin:left center}}@media(max-width:767px){.banditsection-nav{margin-top:2rem!important;padding-top:5rem!important}.banditsection-nav ul{flex-direction:column;align-items:center;gap:.1rem}.banditsection-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.banditsection-title{text-align:center!important;margin-left:0!important}.bandit-nav-image{margin-top:2vw}}h1,h2,h3,h4,h5,h6,.popunkproject-title,.popunksection-title,.popunk-process-text h2,.popunk-research-text h2,.popunk-text-content h2,.popunk-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.popunkhero-text p,.popunkhero-text2,.popunk-process-text p,.popunk-research-text p,.popunk-text-content p,.popunk-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.popunksection-nav a,.popunksection-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}.popunk-hero-fullscreen{width:100%;height:87vh;min-height:680px;margin:0;padding:0;overflow:hidden;border-bottom-left-radius:100px;border-bottom-right-radius:100px;margin-top:4rem}.popunk-hero-fullscreen-image{width:100vw!important;height:100%!important;object-fit:cover;object-position:center}.popunk-hero-content-section{margin-top:-4vw;margin-bottom:17vw}.popunkhero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.popunktitle-image{width:25vw;margin-left:10vw;margin-top:-10vw}.popunksection-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.popunksection-nav .popunkcontainer{max-width:1200px;margin:0 auto;padding:0 24px}.popunksection-nav a{color:#fff;font-weight:300;font-size:1.8vw;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap;margin-left:-1vw}.popunksection-nav a:hover{transform:scale(1.12);color:#64bcad}.popunk-hero-fullscreen{min-height:780px!important;padding-bottom:12vh!important;margin-bottom:0!important}.popunkcontainer{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:12vw}.popunkproject-title{font-size:4vw;text-align:left;margin-bottom:-1rem;font-weight:800}.popunkproject-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.popunkhero-text1{margin-top:-7vw}.popunksection:first-of-type .popunkcontainer{margin-top:15vw;padding-bottom:-20vw}.bandithero-content{margin-top:-11vw!important;margin-bottom:12vw}.banditsection:first-of-type{margin-top:5vw!important}.popunktags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.popunktag1,.popunktag2,.popunktag3{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.popunktag1,.popunktag2{background-color:#64bcad}.popunktag3{background-color:#7da75b}.popunktag1:hover,.popunktag2:hover,.popunktag3:hover{transform:scale(1.2)}.popunkhero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.popunkhero-text p{font-size:16px}.popunkhero-text2{margin-top:1.5rem}.popunktitle-image{width:50vw;margin-right:-80vw;margin-top:-12vw}.popunksection{padding:8rem 0;margin-top:-5vw}.popunksection-alt{background:var(--bg-light)}.popunksection-warning{background:var(--warning-bg)}.popunksection-nav{top:0;z-index:90;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:2vw!important;padding-top:110px;padding-bottom:110px}.popunksection-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.popunksection-nav li{margin:1rem}.popunksection-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap}.popunksection-nav a:hover,.popunksection-nav a:focus{transform:scale(1.12);color:#64bcad}.popunksection-title{font-size:4vw!important;margin-bottom:-.4vw;margin-left:1vw}.popunk-stacked-sections{padding:8rem 0}.popunk-process-video{width:100%;height:100%;min-height:380px;border:none;border-radius:20px}.popunk-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.popunk-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.popunk-research-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-top:-8vw}.popunk-research-image-column{position:relative}.popunk-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.popunk-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.popunk-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.popunk-research-text p{font-size:14px;line-height:1.7;margin-bottom:1rem;text-align:left}.popunk-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.popunk-research-button:hover{transform:scale(1.05)}.popunk-grid-media-left,.popunk-grid-media-right{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start;margin:3rem 0}.popunk-media-column img,.popunk-media-column iframe{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.popunk-text-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;margin-top:.6vw;line-height:1.1;text-align:left}.popunk-text-content p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.popunk-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}.popunk-gallery-itemb{aspect-ratio:4 / 4;overflow:hidden;border-radius:16px;transition:none;transition:transform .2s ease}.popunk-gallery-imageb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.popunk-branding-gallery{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:2.5rem!important;margin-top:4rem!important;margin-bottom:3rem!important;width:100%!important;max-width:1400px!important}.popunk-branding-gallery .popunk-gallery-itemb{aspect-ratio:4 / 3!important;overflow:hidden!important;border-radius:16px!important}.popunk-branding-gallery .popunk-gallery-imageb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.popunk-gallery-itemb:hover{transform:scale(1.02)}.popunk-gallery-item2{aspect-ratio:3 / 2;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.popunk-gallery-image2{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.popunk-gallery-item2:hover{transform:scale(1.02)}.popunk-section-alt{margin-top:-6vw}.popunk-gallery-item3,.popunk-gallery-image3{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.popunk-journey-video-wrapper{margin:4rem 0 2rem;position:relative;width:100%;overflow:hidden}.popunk-journey-video{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block}.popunk-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.popunk-site-button-wrapper{margin-top:2.5vw;transition:transform .3s ease;margin-right:69vw}.popunk-site-button-wrapper:hover{transform:scale(1.05)}.popunk-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.popunk-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.popunk-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.popunk-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.popunk-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.popunk-two-column.reverse{direction:rtl}.popunk-two-column.reverse>*{direction:ltr}.popunk-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.popunk-large-media{width:100%;border-radius:20px}.popunk-text-content{text-align:left}.popunk-floating-overlay3{position:absolute;top:70.5%;right:85%;width:15vw;z-index:10}.popunk-floating-overlay4{position:absolute;top:86.1%;right:10%;width:11vw;z-index:10}@media(min-width:768px){.popunkhero-content{grid-template-columns:1fr 1fr;text-align:left}.popunk-research-grid{grid-template-columns:1fr 1fr;gap:4rem}.popunk-research-main-image{height:100%;object-fit:cover}.popunk-grid-media-left,.popunk-grid-media-right{grid-template-columns:1fr 1fr;gap:5rem}.popunkcontainer{padding:0 3rem}.popunkhero-content{margin-top:-2vw}.popunk-two-column{grid-template-columns:1fr 1fr}}.popunk-grid-media-left .popunk-media-column{order:1}.popunk-grid-media-left .popunk-text-content,.popunk-grid-media-right .popunk-media-column{order:2}.popunk-grid-media-right .popunk-text-content{order:1}@media(min-width:640px){.popunk-branding-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.popunk-branding-gallery{grid-template-columns:repeat(3,1fr)}}.popunkpage-wrapper{animation:fadeIn .8s ease-out both}.popunkhero .popunkcontainer{animation:fadeUp .9s ease-out both}.popunkproject-title{animation:fadeUp .9s ease-out both;animation-delay:.1s}.popunkproject-roles{animation:fadeUp .9s ease-out both;animation-delay:.2s}.popunksection{animation:fadeUp .9s ease-out both}.popunksection:nth-of-type(1){animation-delay:.15s}.popunksection:nth-of-type(2){animation-delay:.3s}.popunksection:nth-of-type(3){animation-delay:.45s}.popunkcontainer{padding:0 1.5rem}.popunkproject-title{margin-top:clamp(8vw,13vw,120px)}.popunkhero-content{margin-top:2rem}@media(max-width:767px){.popunkpage-wrapper{width:100%;max-width:100vw}.popunkcontainer{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.popunkhero .popunkcontainer{margin-top:1rem!important}.popunkproject-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.popunkproject-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.popunktags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.popunkhero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.popunktitle-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.popunksection-nav{margin-top:2rem!important;padding-top:5rem!important}.popunksection-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw}.popunksection-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.popunksection-nav li{margin:.5rem 0!important}.popunksection-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.popunksection{padding:3rem 0!important;margin-top:0!important}.popunk-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.popunk-text-content h2,.popunk-process-text h2,.popunk-research-text h2,.popunk-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.popunk-text-content p,.popunk-process-text p,.popunk-research-text p,.popunk-branding-text p{font-size:1rem!important;line-height:1.6}.popunk-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.popunk-gallery-itemb,.popunk-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.popunk-gallery-imageb,.popunk-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.popunk-research-button,.popunk-site-button{margin:1rem auto!important;display:block;width:fit-content}.popunk-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.popunk-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.popunk-journey-video{min-height:200px!important;width:100%!important}.popunk-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.popunk-section-number{font-size:1.5rem}.popunk-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.popunk-two-column{gap:2rem!important}.popunk-two-column.reverse{direction:ltr!important}.floating-overlay1{width:30vw;top:253px;right:370px}.floating-overlay2{width:24vw;top:800px;right:20px}.floating-overlay3{width:30vw;top:1510px;right:320px}.popunk-floating-overlay4{width:25vw;top:600px;right:5px}.popunksection-title{text-align:center!important;margin-left:5vw}}.popunk-journey{width:100%;height:100%;border:none;display:block}.popunk-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.popunk-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.popunksection-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;text-align:left;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.popunksection-nav .popunkcontainer{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.popunk-nav-image{margin-top:-10vw}@media(min-width:1024px){.popunksection-nav .popunk-two-column{grid-template-columns:1fr 1.35fr;gap:4.5rem}.popunk-nav-image{overflow:hidden}.popunk-nav-image img.popunk-large-media{width:70%;max-width:900px;transform:scale(1.3);transform-origin:left center;padding-bottom:1.5vw}}.popunk-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.popunk-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.popunk-branding-gallery{margin-top:3rem;width:100%}.popunk-branding-fullwidth{width:100%;height:auto;display:block;border-radius:16px;object-fit:contain}@media(max-width:767px){.popunk-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important}.popunk-branding-text p{font-size:1rem!important}.popunk-branding-fullwidth{border-radius:12px}}.popunk-journey-video2{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block;margin-top:2vw}h1,h2,h3,h4,h5,h6,.tandemproject-title,.tandemsection-title,.tandem-process-text h2,.tandem-research-text h2,.tandem-text-content h2,.tandem-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.tandemhero-text p,.tandemhero-text2,.tandem-process-text p,.tandem-research-text p,.tandem-text-content p,.tandem-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.tandemsection-nav a,.tandemsection-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}@media(min-width:768px){.tandemhero-image{margin-top:-12vw}}.tandemcontainer{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:5vw}.tandemproject-title{font-size:5vw;text-align:left;margin-bottom:-1rem;font-weight:800}.tandemproject-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.tandemtags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.tandemtag1,.tandemtag2,.tandemtag3,.tandemtag4{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.tandemtag1{background-color:#64bcad}.tandemtag2{background-color:var(--green)}.tandemtag3{background-color:var(--yellow)}.tandemtag4{background-color:var(--orange)}.tandem-site-button2{background:#22303a;color:#fff;padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease;text-decoration:none;transition:all .2s ease;margin-bottom:10px;margin-top:1vw}.tandemtag1:hover,.tandemtag2:hover,.tandemtag3:hover,.tandemtag4:hover,.tandem-site-button2:hover{transform:scale(1.2)}.tandemhero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.tandemhero-text p{font-size:16px}.tandemhero-text2{margin-top:1.5rem}.tandemtitle-image{width:25vw;margin-left:10vw;margin-top:-10vw}.tandempage-wrapper{margin:0!important;padding:0!important}.tandem-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.tandem-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.tandemsection{padding:6rem 0;margin-top:-5vw}.tandemsection-alt{background:var(--bg-light)}.tandemsection-warning{background:var(--warning-bg)}.tandem-two-column,.tandemsection{position:relative}.tandemsection-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;text-align:left;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.tandemsection-nav .tandemcontainer{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.tandemsection-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.tandemsection-nav li{margin:1rem}.tandemsection-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap;margin-left:-1vw}.tandemsection-nav a:hover,.tandemsection-nav a:focus{transform:scale(1.12);color:#64bcad}.tandemsection-title{font-size:3vw;margin-bottom:-.4vw}.tandem-nav-image{margin-top:-10vw}.tandem-process-video{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.tandem-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.tandem-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.tandem-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.tandem-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.tandem-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.tandem-research-text p{line-height:1.7;margin-bottom:1rem;text-align:left}.tandem-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.tandem-research-button:hover{transform:scale(1.05)}.tandem-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.tandem-two-column.reverse{direction:rtl}.tandem-two-column.reverse>*{direction:ltr}.tandem-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.tandem-large-media{width:100%;border-radius:20px}.tandem-text-content{text-align:left}.tandem-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.tandem-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.tandem-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:3rem}.tandem-gallery-item-large{width:100%;max-width:0px;margin:0 auto;border-radius:16px;overflow:hidden}.tandem-branding-main-image{width:100%;height:auto;display:block;object-fit:contain}.tandem-media-stack{display:flex;flex-direction:column;gap:2.7rem}.tandem-showcase-image{width:100%;height:33.3%;min-height:180px;max-height:360px;object-fit:cover;border-radius:16px;flex:1}.tandem-journey{width:100%;height:100%;border:none;display:block;border-radius:16px}.tandem-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease}.tandem-site-button-wrapper{margin-top:2.5vw;text-align:center;transition:all .2s ease}.tandem-site-button-wrapper:hover{transform:scale(1.05)}.tandem-bottom-buttons{display:flex;flex-direction:row;gap:1.5rem;justify-content:left;align-items:center;flex-wrap:wrap;margin-top:1rem}.tandem-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.tandem-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.tandem-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.tandem-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.tandem-floating-overlay1{position:absolute;top:60%;right:93%;width:11vw;z-index:10}.tandem-floating-overlay2{position:absolute;top:60.6%;right:85%;width:11vw;z-index:10}.tandem-floating-overlay3{position:absolute;top:80.3%;right:85%;width:11vw;z-index:10}.tandem-floating-overlay4{position:absolute;top:89.8%;right:10%;width:11vw;z-index:10}@media(min-width:768px){.tandemhero-content{grid-template-columns:1fr 1fr;text-align:left}.tandem-two-column{grid-template-columns:1fr 1fr}.tandemcontainer{padding:0 3rem}.tandemhero-content{margin-top:-2vw}}@media(min-width:640px){.tandem-branding-gallery{grid-template-columns:1fr}}@media(min-width:768px){.bandithero-content{grid-template-columns:1fr 1fr;text-align:left}.bandit-research-grid{grid-template-columns:1fr 1fr;gap:4rem}.bandit-research-main-image{height:100%;object-fit:cover}.bandit-grid-media-left,.bandit-grid-media-right{grid-template-columns:1fr 1fr;gap:5rem}.banditcontainer{padding:0 3rem}.bandithero-content{margin-top:-2vw}.bandit-two-column{grid-template-columns:1fr 1fr}}.bandit-grid-media-left .bandit-media-column{order:1}.bandit-grid-media-left .bandit-text-content,.bandit-grid-media-right .bandit-media-column{order:2}.bandit-grid-media-right .bandit-text-content{order:1}@media(min-width:640px){.bandit-branding-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.bandit-branding-gallery{grid-template-columns:repeat(3,1fr)}}.banditpage-wrapper{animation:fadeIn .8s ease-out both}.bandithero .banditcontainer{animation:fadeUp .9s ease-out both}.banditproject-title{animation:fadeUp .9s ease-out both;animation-delay:.1s}.banditproject-roles{animation:fadeUp .9s ease-out both;animation-delay:.2s}.banditsection{animation:fadeUp .9s ease-out both}.banditsection:nth-of-type(1){animation-delay:.15s}.banditsection:nth-of-type(2){animation-delay:.3s}.banditsection:nth-of-type(3){animation-delay:.45s}.tandemcontainer{padding:0 1.5rem}.tandemproject-title{margin-top:clamp(8vw,13vw,120px)}.tandemthero-content{margin-top:2rem}@media(max-width:767px){.tandempage-wrapper{width:100%;max-width:100vw}.tandemcontainer{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.tandemhero .tandemcontainer{margin-top:1rem!important}.tandemproject-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.tandemproject-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.tandemtags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.tandemhero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.tandemtitle-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.btandemsection-nav{margin-top:2rem!important;padding:5rem 1.5rem 1.5rem!important;border-radius:12px}.tandemsection-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw;margin-left:12px}.tandemsection-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.tandemsection-nav li{margin:.5rem 0!important}.tandemsection-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.tandemsection{padding:3rem 0!important;margin-top:0!important}.tandem-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.tandem-text-content h2,.tandem-process-text h2,.tandem-research-text h2,.tandem-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.tandem-text-content p,.tandem-process-text p,.tandem-research-text p,.tandem-branding-text p{font-size:18px!important;line-height:1.6}.tandemt-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.tandemt-gallery-itemb,.tandem-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.tandem-gallery-imageb,.tandem-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.tandem-research-button,.tandem-site-button{margin:1rem auto!important;display:block;width:fit-content}.tandem-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.tandem-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.tandem-journey-video{min-height:200px!important;width:100%!important}.tandem-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.tandem-section-number{font-size:1.5rem}.tandem-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.tandem-two-column{gap:2rem!important}.tandem-two-column.reverse{direction:ltr!important}.tandem-branding-fullwidth{width:100%!important;height:100%!important;max-width:100%!important}.tandem-floating-overlay1{width:25vw;top:163px;right:390px}.tandem-floating-overlay2{width:22vw;top:835px;right:20px}.tandem-floating-overlay3{width:30vw;top:690px;right:327px}.tandem-floating-overlay4{width:30vw;top:893.5px;right:5px}.tandemsection-title{text-align:center}.tandem-nav-image{margin-top:2vw}}h1,h2,h3,h4,h5,h6,.moolahmate-project-title,.moolahmate-section-title,.moolahmate-process-text h2,.moolahmate-research-text h2,.moolahmate-text-content h2,.moolahmate-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.moolahmate-hero-text p,.moolahmate-hero-text2,.moolahmate-process-text p,.moolahmate-research-text p,.moolahmate-text-content p,.moolahmate-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.moolahmate-section-nav a,.moolahmate-section-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}.moolahmate-hero-fullscreen{width:100%;height:87vh;min-height:680px;margin:0;padding:0;overflow:hidden;border-bottom-left-radius:100px;border-bottom-right-radius:100px;margin-top:4rem}.moolahmate-hero-fullscreen-image{width:100vw!important;height:100%!important;object-fit:cover;object-position:center}.moolahmate-hero-content-section{margin-top:-4vw;margin-bottom:17vw}.moolahmate-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.moolahmate-title-image{width:25vw;margin-left:10vw;margin-top:-10vw}.moolahmate-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.moolahmate-section-nav .moolahmate-container{max-width:1200px;margin:0 auto;padding:0 24px}.moolahmate-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap;margin-left:-1vw}.moolahmate-section-nav a:hover{transform:scale(1.12);color:#64bcad}.moolahmate-nav-image{margin-top:-16vw}.moolahmate-hero-fullscreen{min-height:780px!important;padding-bottom:12vh!important;margin-bottom:0!important}.moolahmate-container{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:12vw}.moolahmate-project-title{font-size:4vw;text-align:left;margin-bottom:-1rem;font-weight:800}.moolahmate-project-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.moolahmate-hero-text1{margin-top:2vw}.moolahmate-section:first-of-type .moolahmate-container{margin-top:15vw;padding-bottom:-20vw}.moolahmate-hero-content{margin-top:-11vw!important;margin-bottom:12vw}.moolahmate-section:first-of-type{margin-top:5vw!important}.moolahmate-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.moolahmate-tag1,.moolahmate-tag2,.moolahmate-tag3,.moolahmate-tag4{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.moolahmate-tag1{background-color:#64bcad}.moolahmate-tag2{background-color:var(--green)}.moolahmate-tag3{background-color:var(--yellow)}.moolahmate-tag4{background-color:var(--orange)}.moolahmate-tag1:hover,.moolahmate-tag2:hover,.moolahmate-tag3:hover,.moolahmate-tag4:hover{transform:scale(1.2)}.moolahmate-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.moolahmate-hero-text p{font-size:16px}.moolahmate-hero-text2{margin-top:1.5rem}.moolahmate-title-image{width:50vw;margin-right:-80vw;margin-top:-12vw}.moolahmate-section{padding:1rem 0;margin-top:-5vw}.moolahmate-section-alt{background:var(--bg-light)}.moolahmate-section-warning{background:var(--warning-bg)}.moolahmate-section-nav{top:0;z-index:90;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:2vw!important;padding-top:110px;padding-bottom:110px}.moolahmate-section-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.moolahmate-section-nav li{margin:1rem}.moolahmate-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap}.moolahmate-section-nav a:hover,.moolahmate-section-nav a:focus{transform:scale(1.12);color:#64bcad}.moolahmate-section-title{font-size:4vw!important;margin-bottom:-.4vw;margin-left:1vw}.moolahmate-stacked-sections{padding:8rem 0}.moolahmate-process-video{width:100%;height:100%;min-height:380px;border:none;border-radius:20px}.moolahmate-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.moolahmate-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.moolahmate-research-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-top:-8vw}.moolahmate-research-image-column{position:relative}.moolahmate-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.moolahmate-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.moolahmate-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.moolahmate-research-text p{font-size:14px;line-height:1.7;margin-bottom:1rem;text-align:left}.moolahmate-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.moolahmate-research-button:hover{transform:scale(1.05)}.moolahmate-grid-media-left,.moolahmate-grid-media-right{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start;margin:3rem 0}.moolahmate-media-column img,.moolahmate-media-column iframe{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.moolahmate-text-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;margin-top:.6vw;line-height:1.1;text-align:left}.moolahmate-text-content p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.moolahmate-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}.moolahmate-gallery-itemb{aspect-ratio:4 / 4;overflow:hidden;border-radius:16px;transition:none;transition:transform .2s ease}.moolahmate-gallery-imageb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.moolahmate-branding-gallery{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:2.5rem!important;margin-top:4rem!important;margin-bottom:3rem!important;width:100%!important;max-width:1400px!important}.moolahmate-branding-gallery .moolahmate-gallery-itemb{aspect-ratio:4 / 3!important;overflow:hidden!important;border-radius:16px!important}.moolahmate-branding-gallery .moolahmate-gallery-imageb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.moolahmate-gallery-itemb:hover{transform:scale(1.02)}.moolahmate-gallery-item2{aspect-ratio:3 / 2;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.moolahmate-gallery-image2{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.moolahmate-section-alt{margin-top:-6vw}.moolahmate-gallery-item3,.moolahmate-gallery-image3{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.moolahmate-journey-video-wrapper{margin:4rem 0 2rem;position:relative;width:100%;overflow:hidden}.moolahmate-journey-video-wrapper1{margin:4rem 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.moolahmate-journey-video-wrapper2{margin:0 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.moolahmate-journey-video{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block}.moolahmate-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.moolahmate-site-button-wrapper{margin-top:2.5vw;transition:transform .3s ease;margin-right:69vw}.moolahmate-site-button-wrapper:hover{transform:scale(1.05)}.moolahmate-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.moolahmate-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.moolahmate-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.moolahmate-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.moolahmate-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.moolahmate-two-column.reverse{direction:rtl}.moolahmate-two-column.reverse>*{direction:ltr}.moolahmate-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.moolahmate-large-media{width:100%;border-radius:20px}.moolahmate-text-content{text-align:left}.moolahmate-floating-overlay3{position:absolute;top:70.5%;right:85%;width:15vw;z-index:10}.moolahmate-floating-overlay4{position:absolute;top:89%;right:10%;width:11vw;z-index:10}@media(min-width:768px){.moolahmate-hero-content{grid-template-columns:1fr 1fr;text-align:left}.moolahmate-research-grid{grid-template-columns:1fr 1fr;gap:4rem}.moolahmate-research-main-image{height:100%;object-fit:cover}.moolahmate-grid-media-left,.moolahmate-grid-media-right{grid-template-columns:1fr 1fr;gap:5rem}.moolahmate-container{padding:0 3rem}.moolahmate-hero-content{margin-top:-2vw}.moolahmate-two-column{grid-template-columns:1fr 1fr}}.moolahmate-grid-media-left .moolahmate-media-column{order:1}.moolahmate-grid-media-left .moolahmate-text-content,.moolahmate-grid-media-right .moolahmate-media-column{order:2}.moolahmate-grid-media-right .moolahmate-text-content{order:1}@media(min-width:640px){.moolahmate-branding-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.moolahmate-branding-gallery{grid-template-columns:repeat(3,1fr)}}.moolahmate-page-wrapper{animation:fadeIn .8s ease-out both}.moolahmate-hero .moolahmate-container{animation:fadeUp .9s ease-out both}.moolahmate-project-title{animation:fadeUp .9s ease-out both;animation-delay:.1s}.moolahmate-project-roles{animation:fadeUp .9s ease-out both;animation-delay:.2s}.moolahmate-section{animation:fadeUp .9s ease-out both}.moolahmate-section:nth-of-type(1){animation-delay:.15s}.moolahmate-section:nth-of-type(2){animation-delay:.3s}.moolahmate-section:nth-of-type(3){animation-delay:.45s}.moolahmate-container{padding:0 1.5rem}.moolahmate-project-title{margin-top:clamp(8vw,13vw,120px)}.moolahmate-hero-content{margin-top:2rem}@media(max-width:767px){.moolahmate-page-wrapper{width:100%;max-width:100vw}.moolahmate-container{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.moolahmate-hero .moolahmate-container{margin-top:1rem!important}.moolahmate-project-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.moolahmate-project-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.moolahmate-tags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.moolahmate-hero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.moolahmate-title-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.moolahmate-section-nav{margin-top:2rem!important;padding-top:5rem!important}.moolahmate-section-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw}.moolahmate-section-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.moolahmate-section-nav li{margin:.5rem 0!important}.moolahmate-section-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.moolahmate-section{padding:3rem 0!important;margin-top:0!important}.moolahmate-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.moolahmate-text-content h2,.moolahmate-process-text h2,.moolahmate-research-text h2,.moolahmate-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.moolahmate-text-content p,.moolahmate-process-text p,.moolahmate-research-text p,.moolahmate-branding-text p{font-size:1rem!important;line-height:1.6}.moolahmate-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.moolahmate-gallery-itemb,.moolahmate-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.moolahmate-gallery-imageb,.moolahmate-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.moolahmate-research-button,.moolahmate-site-button{margin:1rem auto!important;display:block;width:fit-content}.moolahmate-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.moolahmate-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.moolahmate-journey-video{min-height:200px!important;width:100%!important}.moolahmate-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.moolahmate-section-number{font-size:1.5rem}.moolahmate-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.moolahmate-two-column{gap:2rem!important}.moolahmate-two-column.reverse{direction:ltr!important}.floating-overlay1{width:30vw;top:253px;right:370px}.floating-overlay2{width:24vw;top:800px;right:20px}.floating-overlay3{width:30vw;top:1510px;right:320px}.moolahmate-floating-overlay4{width:25vw;top:656px;right:5px}.moolahmate-section-title{text-align:center!important;margin-left:5vw}}.moolahmate-journey{width:100%;height:100%;border:none;display:block}.moolahmate-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.moolahmate-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.moolahmate-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;text-align:left;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.moolahmate-section-nav .moolahmate-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.moolahmate-nav-image{margin-top:-10vw}@media(min-width:1024px){.moolahmate-section-nav .moolahmate-two-column{grid-template-columns:1fr 1.35fr;gap:4.5rem}.moolahmate-nav-image{overflow:hidden}.moolahmate-nav-image img.moolahmate-large-media{width:70%;max-width:900px;transform:scale(1.3);transform-origin:left center;padding-bottom:1.5vw;padding-top:3vw}}.moolahmate-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.moolahmate-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.moolahmate-branding-gallery{margin-top:3rem;width:100%}.moolahmate-branding-fullwidth{width:100%;height:auto;display:block;border-radius:16px;object-fit:contain}@media(max-width:767px){.moolahmate-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important}.moolahmate-branding-text p{font-size:1rem!important}.moolahmate-branding-fullwidth{border-radius:12px}}.moolahmate-journey-video2{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block;margin-top:2vw}h1,h2,h3,h4,h5,h6,.porksoda-project-title,.porksoda-section-title,.porksoda-process-text h2,.porksoda-research-text h2,.porksoda-text-content h2,.porksoda-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.porksoda-hero-text p,.porksoda-hero-text2,.porksoda-process-text p,.porksoda-research-text p,.porksoda-text-content p,.porksoda-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.porksoda-section-nav a,.porksoda-section-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}.porksoda-hero-fullscreen{width:100%;height:87vh;min-height:680px;margin:0;padding:0;overflow:hidden;border-bottom-left-radius:100px;border-bottom-right-radius:100px;margin-top:4rem}.porksoda-hero-fullscreen-image{width:100vw!important;height:100%!important;object-fit:cover;object-position:center}.porksoda-hero-content-section{margin-top:-4vw;margin-bottom:17vw}.porksoda-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.porksoda-title-image{width:25vw;margin-left:10vw;margin-top:-10vw}.porksoda-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.porksoda-section-nav .porksoda-container{max-width:1200px;margin:0 auto;padding:0 24px}.porksoda-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap;margin-left:-1vw}.porksoda-section-nav a:hover{transform:scale(1.12);color:#64bcad}.porksoda-nav-image{margin-top:-16vw}.porksoda-hero-fullscreen{min-height:780px!important;padding-bottom:12vh!important;margin-bottom:0!important}.porksoda-container{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:12vw}.porksoda-project-title{font-size:4vw;text-align:left;margin-bottom:-1rem;font-weight:800}.porksoda-project-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.porksoda-hero-text1{margin-top:2vw}.porksoda-section:first-of-type .porksoda-container{margin-top:15vw;padding-bottom:-20vw}.porksoda-hero-content{margin-top:-11vw!important;margin-bottom:12vw}.porksoda-section:first-of-type{margin-top:5vw!important}.porksoda-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.porksoda-tag1,.porksoda-tag2,.porksoda-tag3{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.porksoda-tag1{background-color:#64bcad}.porksoda-tag2,.porksoda-tag3{background-color:var(--yellow)}.porksoda-tag1:hover,.porksoda-tag2:hover,.porksoda-tag3:hover{transform:scale(1.2)}.porksoda-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.porksoda-hero-text p{font-size:16px}.porksoda-hero-text2{margin-top:1.5rem}.porksoda-title-image{width:50vw;margin-right:-80vw;margin-top:-12vw}.porksoda-section{padding:1rem 0;margin-top:-5vw}.porksoda-section-alt{background:var(--bg-light)}.porksoda-section-warning{background:var(--warning-bg)}.porksoda-section-nav{top:0;z-index:90;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:2vw!important;padding-top:110px;padding-bottom:110px}.porksoda-section-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.porksoda-section-nav li{margin:1rem}.porksoda-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap}.porksoda-section-nav a:hover,.porksoda-section-nav a:focus{transform:scale(1.12);color:#64bcad}.porksoda-section-title{font-size:4vw!important;margin-bottom:-.4vw;margin-left:1vw}.porksoda-stacked-sections{padding:8rem 0}.porksoda-process-video{width:100%;height:100%;min-height:380px;border:none;border-radius:20px}.porksoda-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.porksoda-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.porksoda-research-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-top:-8vw}.porksoda-research-image-column{position:relative}.porksoda-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.porksoda-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.porksoda-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.porksoda-research-text p{font-size:14px;line-height:1.7;margin-bottom:1rem;text-align:left}.porksoda-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.porksoda-research-button:hover{transform:scale(1.05)}.porksoda-grid-media-left,.porksoda-grid-media-right{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start;margin:3rem 0}.porksoda-media-column img,.porksoda-media-column iframe{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.porksoda-text-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;margin-top:.6vw;line-height:1.1;text-align:left}.porksoda-text-content p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.porksoda-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}.porksoda-gallery-itemb{aspect-ratio:4 / 4;overflow:hidden;border-radius:16px;transition:none;transition:transform .2s ease}.porksoda-gallery-imageb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.porksoda-branding-gallery{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:2.5rem!important;margin-top:4rem!important;margin-bottom:3rem!important;width:100%!important;max-width:1400px!important}.porksoda-branding-gallery .porksoda-gallery-itemb{aspect-ratio:4 / 3!important;overflow:hidden!important;border-radius:16px!important}.porksoda-branding-gallery .porksoda-gallery-imageb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.porksoda-gallery-itemb:hover{transform:scale(1.02)}.porksoda-gallery-item2{aspect-ratio:3 / 2;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.porksoda-gallery-image2{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.porksoda-section-alt{margin-top:-6vw}.porksoda-gallery-item3,.porksoda-gallery-image3{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.porksoda-journey-video-wrapper{margin:4rem 0 2rem;position:relative;width:100%;overflow:hidden}.porksoda-journey-video-wrapper1{margin:4rem 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.porksoda-journey-video-wrapper2{margin:0 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.porksoda-journey-video{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block}.porksoda-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.porksoda-site-button-wrapper{margin-top:2.5vw;transition:transform .3s ease;margin-right:69vw}.porksoda-site-button-wrapper:hover{transform:scale(1.05)}.porksoda-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.porksoda-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.porksoda-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.porksoda-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.porksoda-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.porksoda-two-column.reverse{direction:rtl}.porksoda-two-column.reverse>*{direction:ltr}.porksoda-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.porksoda-large-media{width:100%;border-radius:20px}.porksoda-text-content{text-align:left}.porksoda-floating-overlay3{position:absolute;top:70.5%;right:85%;width:15vw;z-index:10}.porksoda-floating-overlay4{position:absolute;top:89.3%;right:10%;width:11vw;z-index:10}@media(min-width:768px){.porksoda-hero-content{grid-template-columns:1fr 1fr;text-align:left}.porksoda-research-grid{grid-template-columns:1fr 1fr;gap:4rem}.porksoda-research-main-image{height:100%;object-fit:cover}.porksoda-grid-media-left,.porksoda-grid-media-right{grid-template-columns:1fr 1fr;gap:5rem}.porksoda-container{padding:0 3rem}.porksoda-hero-content{margin-top:-2vw}.porksoda-two-column{grid-template-columns:1fr 1fr}}.porksoda-grid-media-left .porksoda-media-column{order:1}.porksoda-grid-media-left .porksoda-text-content,.porksoda-grid-media-right .porksoda-media-column{order:2}.porksoda-grid-media-right .porksoda-text-content{order:1}@media(min-width:640px){.porksoda-branding-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.porksoda-branding-gallery{grid-template-columns:repeat(3,1fr)}}.porksoda-page-wrapper{animation:fadeIn .8s ease-out both}.porksoda-hero .porksoda-container{animation:fadeUp .9s ease-out both}.porksoda-project-title{animation:fadeUp .9s ease-out both;animation-delay:.1s}.porksoda-project-roles{animation:fadeUp .9s ease-out both;animation-delay:.2s}.porksoda-section{animation:fadeUp .9s ease-out both}.porksoda-section:nth-of-type(1){animation-delay:.15s}.porksoda-section:nth-of-type(2){animation-delay:.3s}.porksoda-section:nth-of-type(3){animation-delay:.45s}.porksoda-container{padding:0 1.5rem}.porksoda-project-title{margin-top:clamp(8vw,13vw,120px)}.porksoda-hero-content{margin-top:2rem}@media(max-width:767px){.porksoda-page-wrapper{width:100%;max-width:100vw}.porksoda-container{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.porksoda-hero .porksoda-container{margin-top:1rem!important}.porksoda-project-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.porksoda-project-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.porksoda-tags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.porksoda-hero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.porksoda-title-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.porksoda-section-nav{margin-top:2rem!important;padding-top:5rem!important}.porksoda-section-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw}.porksoda-section-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.porksoda-section-nav li{margin:.5rem 0!important}.porksoda-section-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.porksoda-section{padding:3rem 0!important;margin-top:0!important}.porksoda-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.porksoda-text-content h2,.porksoda-process-text h2,.porksoda-research-text h2,.porksoda-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.porksoda-text-content p,.porksoda-process-text p,.porksoda-research-text p,.porksoda-branding-text p{font-size:1rem!important;line-height:1.6}.porksoda-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.porksoda-gallery-itemb,.porksoda-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.porksoda-gallery-imageb,.porksoda-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.porksoda-research-button,.porksoda-site-button{margin:1rem auto!important;display:block;width:fit-content}.porksoda-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.porksoda-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.porksoda-journey-video{min-height:200px!important;width:100%!important}.porksoda-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.porksoda-section-number{font-size:1.5rem}.porksoda-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.porksoda-two-column{gap:2rem!important}.porksoda-two-column.reverse{direction:ltr!important}.floating-overlay1{width:30vw;top:253px;right:370px}.floating-overlay2{width:24vw;top:800px;right:20px}.floating-overlay3{width:30vw;top:1510px;right:320px}.porksoda-floating-overlay4{width:25vw;top:693px;right:5px}.porksoda-section-title{text-align:center!important;margin-left:5vw}}.porksoda-journey{width:100%;height:100%;border:none;display:block}.porksoda-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.porksoda-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.porksoda-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;text-align:left;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.porksoda-section-nav .porksoda-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.porksoda-nav-image{margin-top:-10vw}@media(min-width:1024px){.porksoda-section-nav .porksoda-two-column{grid-template-columns:1fr 1.35fr;gap:4.5rem}.porksoda-nav-image{overflow:hidden}.porksoda-nav-image img.porksoda-large-media{width:70%;max-width:900px;transform:scale(1.3);transform-origin:left center;padding-bottom:1.5vw;padding-top:3vw}}.porksoda-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.porksoda-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.porksoda-branding-gallery{margin-top:3rem;width:100%}.porksoda-branding-fullwidth{width:100%;height:auto;display:block;border-radius:16px;object-fit:contain}@media(max-width:767px){.porksoda-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important}.porksoda-branding-text p{font-size:1rem!important}.porksoda-branding-fullwidth{border-radius:12px}}.porksoda-journey-video2{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block;margin-top:2vw}#porksoda-section-alt:last-of-type,section.porksoda-section-alt:last-of-type,section#Journey{padding-bottom:5rem;margin-bottom:4rem}h1,h2,h3,h4,h5,h6,.tandemvideo-project-title,.tandemvideo-section-title,.tandemvideo-process-text h2,.tandemvideo-research-text h2,.tandemvideo-text-content h2,.tandemvideo-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.tandemvideo-hero-text p,.tandemvideo-hero-text2,.tandemvideo-process-text p,.tandemvideo-research-text p,.tandemvideo-text-content p,.tandemvideo-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.tandemvideo-section-nav a,.tandemvideo-section-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}.tandemvideo-hero-fullscreen{width:100%;height:87vh;min-height:680px;margin:0;padding:0;overflow:hidden;border-bottom-left-radius:100px;border-bottom-right-radius:100px;margin-top:4rem}.tandemvideo-hero-fullscreen-image{width:100vw!important;height:100%!important;object-fit:cover;object-position:center}.tandemvideo-hero-content-section{margin-top:-4vw;margin-bottom:17vw}.tandemvideo-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.tandemvideo-title-image{width:25vw;margin-left:10vw;margin-top:-10vw}.tandemvideo-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.tandemvideo-section-nav .tandemvideo-container{max-width:1200px;margin:0 auto;padding:0 24px}.tandemvideo-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap;margin-left:-1vw}.tandemvideo-section-nav a:hover{transform:scale(1.12);color:#64bcad}.tandemvideo-nav-image{margin-top:-16vw}.tandemvideo-hero-fullscreen{min-height:780px!important;padding-bottom:12vh!important;margin-bottom:0!important}.tandemvideo-container{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:12vw}.tandemvideo-project-title{font-size:4vw;text-align:left;margin-bottom:-1rem;font-weight:800}.tandemvideo-project-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.tandemvideo-hero-text1{margin-top:2vw}.tandemvideo-section:first-of-type .tandemvideo-container{margin-top:15vw;padding-bottom:-20vw}.tandemvideo-hero-content{margin-top:-11vw!important;margin-bottom:12vw}.tandemvideo-section:first-of-type{margin-top:5vw!important}.tandemvideo-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.tandemvideo-tag1,.tandemvideo-tag2,.tandemvideo-tag3{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.tandemvideo-tag1{background-color:#64bcad}.tandemvideo-tag2,.tandemvideo-tag3{background-color:var(--yellow)}.tandemvideo-tag1:hover,.tandemvideo-tag2:hover,.tandemvideo-tag3:hover{transform:scale(1.2)}.tandemvideo-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.tandemvideo-hero-text p{font-size:16px}.tandemvideo-hero-text2{margin-top:1.5rem}.tandemvideo-title-image{width:50vw;margin-right:-80vw;margin-top:-12vw}.tandemvideo-section{padding:1rem 0;margin-top:-5vw}.tandemvideo-section-alt{background:var(--bg-light)}.tandemvideo-section-warning{background:var(--warning-bg)}.tandemvideo-section-nav{top:0;z-index:90;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:2vw!important;padding-top:110px;padding-bottom:110px}.tandemvideo-section-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.tandemvideo-section-nav li{margin:1rem}.tandemvideo-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap}.tandemvideo-section-nav a:hover,.tandemvideo-section-nav a:focus{transform:scale(1.12);color:#64bcad}.tandemvideo-section-title{font-size:4vw!important;margin-bottom:-.4vw;margin-left:1vw}.tandemvideo-stacked-sections{padding:8rem 0}.tandemvideo-process-video{width:100%;height:100%;min-height:380px;border:none;border-radius:20px}.tandemvideo-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.tandemvideo-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.tandemvideo-research-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-top:-8vw}.tandemvideo-research-image-column{position:relative}.tandemvideo-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.tandemvideo-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.tandemvideo-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.tandemvideo-research-text p{font-size:14px;line-height:1.7;margin-bottom:1rem;text-align:left}.tandemvideo-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.tandemvideo-research-button:hover{transform:scale(1.05)}.tandemvideo-grid-media-left,.tandemvideo-grid-media-right{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start;margin:3rem 0}.tandemvideo-media-column img,.tandemvideo-media-column iframe{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.tandemvideo-text-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;margin-top:.6vw;line-height:1.1;text-align:left}.tandemvideo-text-content p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.tandemvideo-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}.tandemvideo-gallery-itemb{aspect-ratio:4 / 4;overflow:hidden;border-radius:16px;transition:none;transition:transform .2s ease}.tandemvideo-gallery-imageb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.tandemvideo-branding-gallery{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:2.5rem!important;margin-top:4rem!important;margin-bottom:3rem!important;width:100%!important;max-width:1400px!important}.tandemvideo-branding-gallery .tandemvideo-gallery-itemb{aspect-ratio:4 / 3!important;overflow:hidden!important;border-radius:16px!important}.tandemvideo-branding-gallery .tandemvideo-gallery-imageb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.tandemvideo-gallery-itemb:hover{transform:scale(1.02)}.tandemvideo-gallery-item2{aspect-ratio:3 / 2;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.tandemvideo-gallery-image2{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.tandemvideo-section-alt{margin-top:-6vw}.tandemvideo-gallery-item3,.tandemvideo-gallery-image3{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.tandemvideo-journey-video-wrapper{margin:4rem 0 2rem;position:relative;width:100%;overflow:hidden}.tandemvideo-journey-video-wrapper1{margin:4rem 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.tandemvideo-journey-video-wrapper2{margin:0 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.tandemvideo-journey-video{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block}.tandemvideo-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.tandemvideo-site-button-wrapper{margin-top:2.5vw;transition:transform .3s ease;margin-right:69vw}.tandemvideo-site-button-wrapper:hover{transform:scale(1.05)}.tandemvideo-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.tandemvideo-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.tandemvideo-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.tandemvideo-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.tandemvideo-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.tandemvideo-two-column.reverse{direction:rtl}.tandemvideo-two-column.reverse>*{direction:ltr}.tandemvideo-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.tandemvideo-large-media{width:100%;border-radius:20px}.tandemvideo-text-content{text-align:left}.tandemvideo-floating-overlay3{position:absolute;top:70.5%;right:85%;width:15vw;z-index:10}.tandemvideo-floating-overlay4{position:absolute;top:89.4%;right:10%;width:11vw;z-index:10}@media(min-width:768px){.tandemvideo-hero-content{grid-template-columns:1fr 1fr;text-align:left}.tandemvideo-research-grid{grid-template-columns:1fr 1fr;gap:4rem}.tandemvideo-research-main-image{height:100%;object-fit:cover}.tandemvideo-grid-media-left,.tandemvideo-grid-media-right{grid-template-columns:1fr 1fr;gap:5rem}.tandemvideo-container{padding:0 3rem}.tandemvideo-hero-content{margin-top:-2vw}.tandemvideo-two-column{grid-template-columns:1fr 1fr}}.tandemvideo-grid-media-left .tandemvideo-media-column{order:1}.tandemvideo-grid-media-left .tandemvideo-text-content,.tandemvideo-grid-media-right .tandemvideo-media-column{order:2}.tandemvideo-grid-media-right .tandemvideo-text-content{order:1}@media(min-width:640px){.tandemvideo-branding-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.tandemvideo-branding-gallery{grid-template-columns:repeat(3,1fr)}}.tandemvideo-page-wrapper{animation:fadeIn .8s ease-out both}.tandemvideo-hero .tandemvideo-container{animation:fadeUp .9s ease-out both}.tandemvideo-project-title{animation:fadeUp .9s ease-out both;animation-delay:.1s}.tandemvideo-project-roles{animation:fadeUp .9s ease-out both;animation-delay:.2s}.tandemvideo-section{animation:fadeUp .9s ease-out both}.tandemvideo-section:nth-of-type(1){animation-delay:.15s}.tandemvideo-section:nth-of-type(2){animation-delay:.3s}.tandemvideo-section:nth-of-type(3){animation-delay:.45s}.tandemvideo-container{padding:0 1.5rem}.tandemvideo-project-title{margin-top:clamp(8vw,13vw,120px)}.tandemvideo-hero-content{margin-top:2rem}@media(max-width:767px){.tandemvideo-page-wrapper{width:100%;max-width:100vw}.tandemvideo-container{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.tandemvideo-hero .tandemvideo-container{margin-top:1rem!important}.tandemvideo-project-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.tandemvideo-project-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.tandemvideo-tags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.tandemvideo-hero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.tandemvideo-title-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.tandemvideo-section-nav{margin-top:2rem!important;padding-top:5rem!important}.tandemvideo-section-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw}.tandemvideo-section-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.tandemvideo-section-nav li{margin:.5rem 0!important}.tandemvideo-section-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.tandemvideo-section{padding:3rem 0!important;margin-top:0!important}.tandemvideo-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.tandemvideo-text-content h2,.tandemvideo-process-text h2,.tandemvideo-research-text h2,.tandemvideo-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.tandemvideo-text-content p,.tandemvideo-process-text p,.tandemvideo-research-text p,.tandemvideo-branding-text p{font-size:1rem!important;line-height:1.6}.tandemvideo-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.tandemvideo-gallery-itemb,.tandemvideo-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.tandemvideo-gallery-imageb,.tandemvideo-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.tandemvideo-research-button,.tandemvideo-site-button{margin:1rem auto!important;display:block;width:fit-content}.tandemvideo-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.tandemvideo-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.tandemvideo-journey-video{min-height:200px!important;width:100%!important}.tandemvideo-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.tandemvideo-section-number{font-size:1.5rem}.tandemvideo-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.tandemvideo-two-column{gap:2rem!important}.tandemvideo-two-column.reverse{direction:ltr!important}.floating-overlay1{width:30vw;top:253px;right:370px}.floating-overlay2{width:24vw;top:800px;right:20px}.floating-overlay3{width:30vw;top:1510px;right:320px}.tandemvideo-floating-overlay4{width:25vw;top:693px;right:5px}.tandemvideo-section-title{text-align:center!important;margin-left:5vw}}.tandemvideo-journey{width:100%;height:100%;border:none;display:block}.tandemvideo-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.tandemvideo-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.tandemvideo-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;text-align:left;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.tandemvideo-section-nav .tandemvideo-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.tandemvideo-nav-image{margin-top:-10vw}@media(min-width:1024px){.tandemvideo-section-nav .tandemvideo-two-column{grid-template-columns:1fr 1.35fr;gap:4.5rem}.tandemvideo-nav-image{overflow:hidden}.tandemvideo-nav-image img.tandemvideo-large-media{width:70%;max-width:900px;transform:scale(1.3);transform-origin:left center;padding-bottom:1.5vw;padding-top:3vw}}.tandemvideo-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.tandemvideo-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.tandemvideo-branding-gallery{margin-top:3rem;width:100%}.tandemvideo-branding-fullwidth{width:100%;height:auto;display:block;border-radius:16px;object-fit:contain}@media(max-width:767px){.tandemvideo-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important}.tandemvideo-branding-text p{font-size:1rem!important}.tandemvideo-branding-fullwidth{border-radius:12px}}.tandemvideo-journey-video2{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block;margin-top:2vw}html{scroll-behavior:smooth}body{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}h1,h2,h3,h4,h5,h6,.ayezerok-project-title,.ayezerok-section-title,.ayezerok-process-text h2,.ayezerok-research-text h2,.ayezerok-text-content h2,.ayezerok-branding-text h2{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:700}body,p,.ayezerok-hero-text p,.ayezerok-hero-text2,.ayezerok-process-text p,.ayezerok-research-text p,.ayezerok-text-content p,.ayezerok-branding-text p{font-family:Nunito Sans,sans-serif;font-weight:400}.ayezerok-section-nav a,.ayezerok-section-nav p{font-family:Averia Sans Libre,cursive,sans-serif;font-weight:400;margin-top:-9.5vw}.ayezerok-hero-fullscreen{width:100%;height:87vh;min-height:680px;margin:0;padding:0;overflow:hidden;border-bottom-left-radius:100px;border-bottom-right-radius:100px;margin-top:4rem}.ayezerok-hero-fullscreen-image{width:100vw!important;height:100%!important;object-fit:cover;object-position:center}.ayezerok-hero-content-section{margin-top:-4vw;margin-bottom:17vw}.ayezerok-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.ayezerok-title-image{width:25vw;margin-left:10vw;margin-top:-10vw}.ayezerok-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.ayezerok-section-nav .ayezerok-container{max-width:1200px;margin:0 auto;padding:0 24px}.ayezerok-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap;margin-left:-1vw}.ayezerok-section-nav a:hover{transform:scale(1.12);color:#64bcad}.ayezerok-nav-image{margin-top:-16vw}.ayezerok-hero-fullscreen{min-height:780px!important;padding-bottom:12vh!important;margin-bottom:0!important}.ayezerok-container{max-width:1200px;margin:0 auto;padding:0 24px;margin-top:12vw}.ayezerok-project-title{font-size:4vw;text-align:left;margin-bottom:-1rem;font-weight:800}.ayezerok-project-roles{font-size:1.2vw;text-align:left;margin-bottom:-1.7rem;font-weight:800}.ayezerok-hero-text1{margin-top:2vw}.ayezerok-section:first-of-type .ayezerok-container{margin-top:15vw;padding-bottom:-20vw}.ayezerok-hero-content{margin-top:-11vw!important;margin-bottom:12vw}.ayezerok-section:first-of-type{margin-top:5vw!important}.ayezerok-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:left;margin-top:3vw;color:#fff;margin-bottom:-3vw}.ayezerok-tag1,.ayezerok-tag2,.ayezerok-tag3{padding:.6rem 1.25rem;border-radius:9999px;font-size:.95rem;font-weight:500;transition:transform .3s ease}.ayezerok-tag1,.ayezerok-tag2{background-color:#64bcad}.ayezerok-tag3{background-color:#7da75b}.ayezerok-tag1:hover,.ayezerok-tag2:hover,.ayezerok-tag3:hover{transform:scale(1.2)}.ayezerok-hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:-4vw;margin-bottom:17vw}.ayezerok-hero-text p{font-size:16px}.ayezerok-hero-text2{margin-top:1.5rem}.ayezerok-title-image{width:50vw;margin-right:-80vw;margin-top:-12vw}.ayezerok-section{margin-top:-5vw}.ayezerok-section-alt{background:var(--bg-light)}.ayezerok-section-warning{background:var(--warning-bg)}.ayezerok-section-nav{top:0;z-index:90;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:2vw!important;padding-top:110px;padding-bottom:110px}.ayezerok-section-nav ul{justify-content:center;list-style:none;margin:15px 0 0;padding:0}.ayezerok-section-nav li{margin:1rem}.ayezerok-section-nav a{color:#fff;font-weight:300;font-size:1.8vw;text-decoration:none;transition:all .25s ease;display:inline-block;padding:.1rem;margin:0 .1rem;border-radius:8px;white-space:nowrap}.ayezerok-section-nav a:hover,.ayezerok-section-nav a:focus{transform:scale(1.12);color:#64bcad}.ayezerok-section-title{font-size:4vw!important;margin-bottom:-.4vw;margin-left:1vw}.ayezerok-stacked-sections{padding:8rem 0}.ayezerok-process-video{width:100%;height:100%;min-height:380px;border:none;border-radius:20px}.ayezerok-process-text h2{font-size:2.8rem;font-weight:700;margin-bottom:-.5rem;text-align:left}.ayezerok-process-text p{font-size:14px;line-height:1.65;margin-bottom:1rem;text-align:left}.ayezerok-research-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;margin-top:-8vw}.ayezerok-research-image-column{position:relative}.ayezerok-research-image-wrapper{position:relative;border-radius:16px;overflow:hidden;margin-top:1vw}.ayezerok-research-main-image{width:100%;height:auto;display:block;object-fit:cover}.ayezerok-research-text h2{font-size:2.8rem;margin-bottom:1rem;text-align:left}.ayezerok-research-text p{font-size:14px;line-height:1.7;margin-bottom:1rem;text-align:left}.ayezerok-research-button{display:inline-block;background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;margin-top:.5rem;margin-right:26vw;transition:transform .3s ease}.ayezerok-research-button:hover{transform:scale(1.05)}.ayezerok-grid-media-left,.ayezerok-grid-media-right{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start;margin:3rem 0}.ayezerok-media-column img,.ayezerok-media-column iframe{width:100%;height:auto;border-radius:16px;display:block;object-fit:cover}.ayezerok-text-content h2{font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;margin-top:.6vw;line-height:1.1;text-align:left}.ayezerok-text-content p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.ayezerok-branding-gallery{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-top:4rem}.ayezerok-gallery-itemb{aspect-ratio:4 / 4;overflow:hidden;border-radius:16px;transition:none;transition:transform .2s ease}.ayezerok-gallery-imageb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.ayezerok-branding-gallery{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:2.5rem!important;margin-top:4rem!important;margin-bottom:3rem!important;width:100%!important;max-width:1400px!important}.ayezerok-branding-gallery .ayezerok-gallery-itemb{aspect-ratio:4 / 3!important;overflow:hidden!important;border-radius:16px!important}.ayezerok-branding-gallery .ayezerok-gallery-imageb{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.ayezerok-gallery-itemb:hover{transform:scale(1.02)}.ayezerok-gallery-item2{aspect-ratio:3 / 2;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.ayezerok-gallery-image2{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.ayezerok-section-alt{margin-top:-6vw}.ayezerok-gallery-item3,.ayezerok-gallery-image3{width:100%;height:100%;min-height:380px;aspect-ratio:16 / 9;border:none;border-radius:20px}.ayezerok-journey-video-wrapper{margin:4rem 0 2rem;position:relative;width:100%;overflow:hidden}.ayezerok-journey-video-wrapper1{margin:4rem 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.ayezerok-journey-video-wrapper2{margin:0 0 2rem;position:relative;width:100%;border-radius:20px;overflow:hidden}.ayezerok-journey-video-wrapper4{margin:0 auto 2rem;position:relative;width:50%;max-width:600px;border-radius:20px;overflow:hidden}.ayezerok-journey-video{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block}.ayezerok-site-button{background:#22303a;color:#fff;font-weight:600;font-size:1.1rem;padding:.9rem 1.8rem;border-radius:9999px;text-decoration:none;transition:all .2s ease;transition:transform .3s ease}.ayezerok-site-button-wrapper{margin-top:2.5vw;transition:transform .3s ease;margin-right:69vw}.ayezerok-site-button-wrapper:hover{transform:scale(1.05)}.ayezerok-section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3.5rem}.ayezerok-section-number{font-size:2.5rem;font-weight:900;color:#7da75b;letter-spacing:.15em}.ayezerok-section-line{height:3px;flex:1;background:#64bcad;border-radius:20px}.ayezerok-section-label{font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#64bcad;white-space:nowrap;font-family:Averia Sans Libre,cursive,sans-serif}.ayezerok-two-column{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.ayezerok-two-column.reverse{direction:rtl}.ayezerok-two-column.reverse>*{direction:ltr}.ayezerok-text-content h2{font-size:clamp(3rem,6.5vw,5.2rem);line-height:1.1;margin-bottom:1.5rem;text-align:left}.ayezerok-large-media{width:100%;border-radius:20px}.ayezerok-text-content{text-align:left}.floating-overlay1{position:absolute;top:60.5%;right:89%;width:12vw;z-index:10}.floating-overlay2{position:absolute;top:40.3%;right:-1%;width:10vw;z-index:10}.ayezerok-floating-overlay3{position:absolute;top:70.5%;right:85%;width:15vw;z-index:10}.ayezerok-floating-overlay4{position:absolute;top:71%;right:10%;width:11vw;z-index:10}@media(min-width:768px){.ayezerok-hero-content{grid-template-columns:1fr 1fr;text-align:left}.ayezerok-research-grid{grid-template-columns:1fr 1fr;gap:4rem}.ayezerok-research-main-image{height:100%;object-fit:cover}.ayezerok-grid-media-left,.ayezerok-grid-media-right{grid-template-columns:1fr 1fr;gap:5rem}.ayezerok-container{padding:0 3rem}.ayezerok-hero-content{margin-top:-2vw}.ayezerok-two-column{grid-template-columns:1fr 1fr}}.ayezerok-grid-media-left .ayezerok-media-column{order:1}.ayezerok-grid-media-left .ayezerok-text-content,.ayezerok-grid-media-right .ayezerok-media-column{order:2}.ayezerok-grid-media-right .ayezerok-text-content{order:1}@media(min-width:640px){.ayezerok-branding-gallery{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ayezerok-branding-gallery{grid-template-columns:repeat(3,1fr)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ayezerok-page-wrapper{animation:fadeIn .8s ease-out both}.ayezerok-hero .ayezerok-container{animation:fadeUp .9s ease-out both}.ayezerok-project-title{animation:fadeUp .9s ease-out both;animation-delay:.1s}.ayezerok-project-roles{animation:fadeUp .9s ease-out both;animation-delay:.2s}.ayezerok-section{animation:fadeUp .9s ease-out both}.ayezerok-section:nth-of-type(1){animation-delay:.15s}.ayezerok-section:nth-of-type(2){animation-delay:.3s}.ayezerok-section:nth-of-type(3){animation-delay:.45s}.ayezerok-container{padding:0 1.5rem}.ayezerok-project-title{margin-top:clamp(8vw,13vw,120px)}.ayezerok-hero-content{margin-top:2rem}@media(max-width:767px){.ayezerok-page-wrapper{width:100%;max-width:100vw}.ayezerok-container{padding-left:1.25rem!important;padding-right:1.25rem!important;margin-top:1rem!important;box-sizing:border-box}.ayezerok-hero .ayezerok-container{margin-top:1rem!important}.ayezerok-project-title{font-size:clamp(2rem,8vw,2.5rem)!important;text-align:center;margin-bottom:.5rem!important}.ayezerok-project-roles{font-size:clamp(.875rem,3.5vw,1rem)!important;margin-bottom:0!important;text-align:center}.ayezerok-tags{margin-top:1.5rem!important;margin-bottom:1.5rem!important;justify-content:center}.ayezerok-hero-content{margin-top:1.5rem!important;margin-bottom:2rem!important;gap:2rem!important}.ayezerok-title-image{width:100%!important;max-width:100%!important;margin:1rem 0 0!important;display:block}.ayezerok-section-nav{margin-top:2rem!important;padding-top:5rem!important}.ayezerok-section-title{font-size:4vw;margin-bottom:1rem;margin-top:1vw}.ayezerok-section-nav ul{padding:0 1rem!important;margin-top:0!important;flex-direction:column;align-items:center;gap:.1rem}.ayezerok-section-nav li{margin:.5rem 0!important}.ayezerok-section-nav a{font-size:clamp(.9rem,3.5vw,1rem)!important;padding:.5rem .75rem!important;display:block;width:100%;text-align:center}.ayezerok-section{padding:3rem 0!important;margin-top:0!important}.ayezerok-process-video{min-height:200px!important;width:100%!important;max-width:100%!important}.ayezerok-text-content h2,.ayezerok-process-text h2,.ayezerok-research-text h2,.ayezerok-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important;margin-bottom:1rem!important;margin-top:0!important;line-height:1.2}.ayezerok-text-content p,.ayezerok-process-text p,.ayezerok-research-text p,.ayezerok-branding-text p{font-size:1rem!important;line-height:1.6}.ayezerok-branding-gallery{gap:1.5rem!important;margin-top:2rem!important}.ayezerok-gallery-itemb,.ayezerok-gallery-item2{width:100%!important;max-width:100%!important;aspect-ratio:4/3!important}.ayezerok-gallery-imageb,.ayezerok-gallery-image2{width:100%!important;height:100%!important;max-width:100%!important}.ayezerok-research-button,.ayezerok-site-button{margin:1rem auto!important;display:block;width:fit-content}.ayezerok-site-button-wrapper{margin-right:0!important;text-align:center;margin-top:2rem!important;display:flex;justify-content:center}.ayezerok-journey-video-wrapper{margin-bottom:2rem!important;width:100%}.ayezerok-journey-video{min-height:200px!important;width:100%!important}.ayezerok-section-header{gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.ayezerok-section-number{font-size:1.5rem}.ayezerok-section-label{font-size:clamp(.875rem,3vw,1rem);white-space:normal}.ayezerok-two-column{gap:2rem!important}.ayezerok-two-column.reverse{direction:ltr!important}.floating-overlay1{width:30vw;top:253px;right:370px}.floating-overlay2{width:24vw;top:800px;right:20px}.floating-overlay3{width:30vw;top:1510px;right:320px}.ayezerok-floating-overlay4{width:25vw;top:357px;right:5px}.ayezerok-section-title{text-align:center!important;margin-left:5vw}}.ayezerok-journey{width:100%;height:100%;border:none;display:block}.ayezerok-hero-fullscreen{position:relative;width:100vw!important;height:87vh;min-height:680px;margin:0!important;padding:0!important;overflow:hidden;left:50%;transform:translate(-50%);border-bottom-left-radius:100px;border-bottom-right-radius:100px}.ayezerok-hero-fullscreen-image{width:100vw!important;height:100%!important;min-height:100%;object-fit:cover;object-position:center;display:block;margin:0!important;padding:0!important}.ayezerok-section-nav{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;text-align:left;background-color:#22303a;padding:1rem 0;color:#fff;margin-top:12vw;padding-top:260px;padding-bottom:110px;z-index:90;top:0}.ayezerok-section-nav .ayezerok-container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%;box-sizing:border-box}.ayezerok-nav-image{margin-top:-10vw}@media(min-width:1024px){.ayezerok-section-nav .ayezerok-two-column{grid-template-columns:1fr 1.35fr;gap:4.5rem}.ayezerok-nav-image{overflow:hidden}.ayezerok-nav-image img.ayezerok-large-media{width:35%;max-width:900px;transform:scale(1.3);transform-origin:left center;padding-bottom:1.8vw;padding-top:2vw;padding-left:6vw}}.ayezerok-branding-text h2{font-size:2.8rem;text-align:left;margin-bottom:1.5rem}.ayezerok-branding-text p{font-size:18px;line-height:1.7;margin-bottom:1.2rem;text-align:left}.ayezerok-branding-gallery{margin-top:3rem;width:100%}.ayezerok-branding-fullwidth{width:100%;height:auto;display:block;border-radius:16px;object-fit:contain}@media(max-width:767px){.ayezerok-branding-text h2{font-size:clamp(1.75rem,7vw,2.25rem)!important}.ayezerok-branding-text p{font-size:1rem!important}.ayezerok-branding-fullwidth{border-radius:12px}}.ayezerok-journey-video2{width:100%;height:100%;aspect-ratio:16 / 9;border:none;display:block;margin-top:2vw}:root{--main-bg: #f0e5d8;--surface: #f0e5d8;--main-text: #131e29;--main-muted: #22303a;--text-soft: rgba(34, 48, 58, .65);--green: #7da75b;--teal: #64bcad;--blue: #64bcad;--navy: #22303a;--yellow: #eab300;--orange: #f79e4b;--accent: var(--teal);--accent-green: var(--green);--accent-soft: rgba(100, 188, 173, .18);--grid-line: rgba(19, 30, 41, .08);--footer-bg: #22303a;--font-display: "Averia Sans Libre", cursive, sans-serif;--font-body: "Nunito Sans", sans-serif}*,*:before,*:after{box-sizing:border-box}#root{max-width:100%}html{scroll-behavior:smooth;background-color:var(--main-bg)}body{margin:0;font-family:var(--font-body);font-weight:400;background:var(--main-bg);color:var(--main-text);-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100%;cursor:url(/mouse-icon.svg) 4 2,auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}::selection{background:var(--accent-soft);color:var(--main-text)}.fade-in-section{opacity:0;transform:translateY(-10px);visibility:hidden;transition:opacity 1s ease-out,transform 1s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.fade-in-section.is-visible{opacity:1;transform:translateY(0);visibility:visible}@media(prefers-reduced-motion:reduce){.fade-in-section{opacity:1;transform:none;visibility:visible;transition:none}}
