@charset "UTF-8";.hero{padding:100px 0 60px;text-align:center;overflow:hidden}.hero__container{display:flex;flex-direction:column;align-items:center}.hero__avatar-wrapper{width:160px;height:160px;background-color:#fff;border-radius:40px;display:flex;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 10px 30px #00000014;position:relative;padding:8px}.hero__avatar{width:100%;height:100%;object-fit:cover;border-radius:32px}.hero__status-dot{position:absolute;bottom:-4px;right:-4px;width:24px;height:24px;background-color:#34c759;border:4px solid #ffffff;border-radius:50%;animation:pulse 2s infinite}.hero__title{font-size:2.5rem;font-weight:700;line-height:1.1;display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.hero__title{font-size:4rem}}.hero__title .hero__subtitle{font-size:1.8rem;font-weight:500;color:#666}@media(min-width:768px){.hero__title .hero__subtitle{font-size:2.8rem}}.hero__marquee-wrapper{display:flex;flex-direction:column;gap:16px;width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;padding:20px 0;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent)}.hero__marquee-track{display:flex;width:max-content;animation:scrollLeft 35s linear infinite}.hero__marquee-track.reverse{animation:scrollRight 35s linear infinite}.hero__marquee-content{display:flex;width:max-content;gap:16px;padding-right:16px}.hero .badge{padding:10px 24px;border-radius:16px;font-size:1.15rem;font-weight:800;display:flex;align-items:center;gap:10px;white-space:nowrap;cursor:default}.hero .badge__img{width:26px;height:26px;object-fit:contain}@keyframes pulse{0%{box-shadow:0 0 #34c75966}70%{box-shadow:0 0 0 15px #34c75900}to{box-shadow:0 0 #34c75900}}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.bento-about{padding:40px 0 80px}.bento-about__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.bento-about__grid{grid-template-columns:repeat(2,1fr)}}.bento-card{background-color:#f7f7f9;border-radius:32px;padding:32px;position:relative;overflow:hidden;display:flex;flex-direction:column}.bento-card .text-dark{color:#111}.bento-card__header{display:flex;flex-direction:column;gap:4px;z-index:2}.bento-card__label{font-size:.85rem;font-weight:600;color:#666}.bento-card__title{font-size:1.5rem;font-weight:700;color:#111}.bento-card__title-large{font-size:2rem;font-weight:700;line-height:1.2;color:#666;z-index:2}@media(min-width:768px){.bento-card__title-large{font-size:2.5rem}}.bento-card__title-medium{font-size:1.5rem;font-weight:700;line-height:1.3;color:#666;z-index:2;position:relative}.bento-card--main{min-height:auto}@media(min-width:768px){.bento-card--main{grid-row:span 2}}.bento-card--main .bento-card__title-large{margin-bottom:32px}.bento-card--main .bento-card__img-wrapper{margin-top:auto;margin-bottom:-50px;display:flex;justify-content:center;z-index:1}.bento-card--main .bento-card__img-wrapper img{width:80%;max-width:280px;object-fit:contain;display:block}.bento-card--location{justify-content:space-between;min-height:240px}.bento-card__map{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;height:80px}.bento-card__map .map-pin{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.bento-card__map .map-pin svg{width:32px;height:32px}.bento-card__map .map-pin.faded{color:#0000000d}.bento-card__map .map-pin.active{background-color:#1e6ef4;color:#fff;border-radius:50%;position:relative;box-shadow:0 8px 24px #1e6ef44d;transform:scale(1.2)}.bento-card__map .map-pin.active svg{width:24px;height:24px}.bento-card__map .map-pin.active .pulse{position:absolute;width:100%;height:100%;border-radius:50%;background-color:#1e6ef4;animation:mapPulse 2s infinite;z-index:-1}.bento-card--code{gap:24px}.bento-card--what{min-height:240px;gap:24px;align-items:flex-start}.bento-card--what .bento-card__title-medium{margin-top:auto}.bento-card--learning{min-height:auto;gap:24px;align-items:flex-start}.bento-card--learning .bento-card__title-medium{margin-bottom:32px}.bento-card--learning .bento-card__img-learning{align-self:center;width:180px;margin-top:auto;margin-bottom:-40px;z-index:1}@media(min-width:768px){.bento-card--learning .bento-card__img-learning{position:absolute;bottom:-20px;right:-20px;margin:0;width:210px}}@media(min-width:768px){.bento-card--learning{min-height:240px}.bento-card--learning .bento-card__title-medium{margin-top:auto;margin-bottom:0;width:calc(100% - 150px)}}.pill{background-color:#fff;padding:8px 16px;border-radius:100px;font-size:.85rem;font-weight:600;color:#666;display:flex;align-items:center;gap:8px;box-shadow:0 2px 10px #00000005;z-index:2}.pill .dot{width:8px;height:8px;border-radius:50%;background-color:#34c759;box-shadow:0 0 #34c75966;animation:dotPulse 2s infinite}.code-window{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 20px #00000008}.code-window__header{display:flex;gap:6px;margin-bottom:16px}.code-window__header span{width:10px;height:10px;border-radius:50%;background-color:#00000026}.code-window__content{font-family:DM Mono,Courier New,Courier,monospace;font-size:.85rem;line-height:1.5;color:#666;overflow-x:auto}.code-window__content .code-line{display:block}.code-window__content .code-line.indent{padding-left:16px}@keyframes mapPulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.8);opacity:0}}@keyframes dotPulse{0%{box-shadow:0 0 #34c75966}70%{box-shadow:0 0 0 8px #34c75900}to{box-shadow:0 0 #34c75900}}.projects{padding:80px 0}.projects__header{margin-bottom:60px}.projects__header .section-label{font-size:.8rem;font-weight:600;color:#666;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:8px}.projects__header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.projects__header .section-title{font-size:2.5rem;font-weight:700;color:#111}.projects__btn-view{background:#111;color:#fff;border:none;padding:12px 32px;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none;transition:transform .3s ease,opacity .3s ease;display:inline-block}.projects__btn-view:hover{transform:scale(1.05);opacity:.9}.projects__carousel-container{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y;padding:20px 0;-webkit-user-select:none;user-select:none;padding-left:calc(50% - 45vw)}@media(min-width:768px){.projects__carousel-container{padding-left:calc(50% - 37.5vw)}}@media(min-width:1024px){.projects__carousel-container{padding-left:calc(50% - 30vw)}}.projects__carousel-container:active{cursor:grabbing}.projects__carousel-track{display:flex;width:max-content;will-change:transform}.project-slide{width:90vw;flex-shrink:0;padding:0 12px;box-sizing:border-box}@media(min-width:768px){.project-slide{width:75vw}}@media(min-width:1024px){.project-slide{width:60vw}}.project-banner-card{border-radius:24px;background-color:#f7f7f9;display:flex;flex-direction:column;height:100%;min-height:550px;pointer-events:auto;overflow:hidden}@media(min-width:768px){.project-banner-card{flex-direction:row}}.project-banner-card__info{padding:32px;display:flex;flex-direction:column;flex:1}@media(min-width:768px){.project-banner-card__info{padding:40px;max-width:50%}}.project-banner-card .project-testimonial-mini{display:none;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px #00000008;margin-bottom:20px}@media(min-width:768px){.project-banner-card .project-testimonial-mini{display:block}}.project-banner-card .project-testimonial-mini p{font-size:.95rem;font-weight:600;color:#111;line-height:1.5;margin-bottom:16px}.project-banner-card .project-testimonial-mini .author{display:flex;align-items:center;gap:12px}.project-banner-card .project-testimonial-mini .author img{width:32px;height:32px;border-radius:50%;object-fit:cover}.project-banner-card .project-testimonial-mini .author span{font-size:.85rem;color:#666;font-weight:500}.project-banner-card__title{font-size:2rem;font-weight:800;margin:0 0 12px;color:#111;letter-spacing:-.5px}@media(min-width:768px){.project-banner-card__title{margin-top:auto}}.project-banner-card__desc{font-size:1rem;margin:0 0 24px;color:#666;line-height:1.5}.project-banner-card__btn-black{align-self:flex-start;background-color:#000;color:#fff;border:none;padding:14px 28px;border-radius:100px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,background-color .2s;width:100%;text-align:center}@media(min-width:768px){.project-banner-card__btn-black{width:auto}}.project-banner-card__btn-black:hover{transform:scale(1.05);background-color:#222}.project-banner-card__img-wrapper{flex:1.2;overflow:hidden;background-color:#e0e0e0;min-height:300px}.project-banner-card__img-wrapper img{width:90%;object-fit:cover;display:block}.projects__dots{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:40px}.projects__dots .dot{width:8px;height:8px;border-radius:50%;background-color:#00000026;border:none;cursor:pointer;transition:background-color .3s,transform .3s;padding:0}.projects__dots .dot.active{background-color:#111;transform:scale(1.3)}.projects__dots .dot:hover:not(.active){background-color:#0000004d}.projects-modal-overlay{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;overflow-y:auto}.projects-modal-container{background-color:#fff;width:100%;max-width:900px;border-radius:24px;position:relative;box-shadow:0 20px 60px #0003;margin-top:20px;margin-bottom:40px;overflow:hidden}.projects-modal-close{position:absolute;top:24px;right:24px;width:44px;height:44px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:50%;font-size:1.2rem;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background-color .2s;z-index:10;box-shadow:0 4px 12px #0000001a}.projects-modal-close:hover{transform:scale(1.1);background-color:#f5f5f5}.projects-modal-hero{width:100%;height:400px;background-color:#f7f7f9}.projects-modal-hero img{width:100%;height:100%;object-fit:cover}.projects-modal-content{padding:40px}@media(max-width:768px){.projects-modal-content{padding:24px}}.projects-modal-layout{display:grid;gap:40px;margin-bottom:40px}@media(min-width:768px){.projects-modal-layout{grid-template-columns:200px 1fr}}.projects-modal-sidebar{display:flex;flex-direction:column;gap:24px}.projects-modal-sidebar .spec span{font-size:.75rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:4px}.projects-modal-sidebar .spec p{font-size:1.05rem;font-weight:700;color:#111;margin:0}.projects-modal-main-text h2{font-size:3.5rem;font-weight:800;color:#111;margin-bottom:24px;letter-spacing:-1px;line-height:1.1}.projects-modal-main-text .main-desc{font-size:1.15rem;color:#666;line-height:1.6;margin-bottom:40px}.projects-modal-main-text .detail-block{margin-bottom:24px}.projects-modal-main-text .detail-block h4{font-size:1rem;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.projects-modal-main-text .detail-block p{font-size:1.05rem;color:#666;line-height:1.5}.projects-modal-link{display:inline-block;background-color:#000;color:#fff;padding:16px 32px;border-radius:100px;text-decoration:none;font-weight:600;transition:transform .2s,background-color .2s;margin-top:16px}.projects-modal-link:hover{transform:translateY(-2px);background-color:#222}.projects-modal-testimonial-big{background-color:#f7f7f9;border-radius:24px;padding:60px 40px;text-align:center;margin-top:40px}.projects-modal-testimonial-big .feedback-label{font-size:.75rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:24px}.projects-modal-testimonial-big p{font-size:1.5rem;font-weight:600;color:#111;line-height:1.4;margin-bottom:32px;max-width:800px;margin-left:auto;margin-right:auto}@media(min-width:768px){.projects-modal-testimonial-big p{font-size:2rem}}.projects-modal-testimonial-big .author{display:flex;align-items:center;justify-content:center;gap:12px}.projects-modal-testimonial-big .author img{width:40px;height:40px;border-radius:50%;object-fit:cover}.projects-modal-testimonial-big .author span{font-size:1rem;color:#666;font-weight:600}.skills{padding:80px 0}.skills__header{margin-bottom:60px;text-align:left}.skills__header .section-label{font-size:.8rem;font-weight:600;color:#666;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:8px}.skills__header .section-title{font-size:3rem;font-weight:800;color:#111}.skills__grid{display:grid;grid-template-columns:1fr;gap:60px 40px}@media(min-width:768px){.skills__grid{grid-template-columns:repeat(2,1fr)}}.skill-block__title{font-size:.9rem;font-weight:700;color:#666;margin-bottom:24px;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:16px}.skill-block__list{display:flex;flex-direction:column;gap:24px}.skill-item{display:flex;align-items:center;gap:20px}.skill-item__icon{width:44px;height:44px;object-fit:contain;border-radius:8px;flex-shrink:0}.skill-item__info{display:flex;flex-direction:column;gap:4px}.skill-item__name{font-size:1.15rem;font-weight:700;color:#111}.skill-item__desc{font-size:.95rem;color:#666}.achievements{padding:80px 0}.achievements__header{text-align:center;margin-bottom:40px}.achievements__header .section-label{font-size:.8rem;font-weight:600;color:#666;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:8px}.achievements__header .section-title{font-size:2.5rem;font-weight:700;color:#111}.bento-stack{display:flex;flex-direction:column;gap:24px;max-width:800px;margin:0 auto}.bento-card{background:#f7f7f9;border-radius:28px;padding:32px 40px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008;display:flex;align-items:center;min-height:180px;transition:transform .3s ease}.bento-card:hover{transform:translateY(-4px)}.bento-card:hover .bento-card__img{transform:scale(1.05)}.bento-card__content{position:relative;z-index:2;width:100%}.bento-card__content h3{font-size:2.5rem;font-weight:800;color:#111;margin-bottom:4px}@media(min-width:768px){.bento-card__content h3{font-size:3rem}}.bento-card__content p{font-size:1.1rem;color:#666;font-weight:500}.bento-card__img{position:absolute;z-index:1;height:160px;bottom:-10px;transition:transform .3s ease}@media(min-width:768px){.bento-card__img{height:200px;bottom:-20px}}.bento-card--img-left{justify-content:flex-end}.bento-card--img-left .bento-card__content{text-align:right}.bento-card--img-left .bento-card__img{left:20px}.bento-card--img-right{justify-content:flex-start}.bento-card--img-right .bento-card__content{text-align:left}.bento-card--img-right .bento-card__img{right:20px}.experience{padding:80px 0}.experience__header{text-align:center;margin-bottom:60px}@media(min-width:768px){.experience__header{text-align:left}}.experience__header .section-label{font-size:.8rem;font-weight:600;color:#666;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:8px}.experience__header .section-title{font-size:2.5rem;font-weight:700;color:#111}.experience__list{display:flex;flex-direction:column}.experience-item{display:flex;flex-direction:column;justify-content:space-between;padding:32px 0;border-bottom:1px solid rgba(0,0,0,.08);transition:padding-left .3s ease}@media(min-width:768px){.experience-item{flex-direction:row;align-items:center}}.experience-item:hover{padding-left:16px;background-color:#fff6;border-radius:12px;border-bottom-color:transparent}.experience-item__main{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}@media(min-width:768px){.experience-item__main{flex-direction:row;align-items:center;gap:24px;margin-bottom:0}}.experience-item__role{font-size:1.5rem;font-weight:700;color:#111}.experience-item__company{font-size:1.1rem;color:#666;font-weight:500}.experience-item__date{font-size:1rem;color:#666;font-weight:500;background:#f7f7f9;padding:8px 16px;border-radius:20px;display:inline-block;border:1px solid rgba(0,0,0,.08)}.about{padding:80px 0}.about__header{text-align:center;margin-bottom:60px}.about__header .section-label{font-size:.8rem;font-weight:600;color:#666;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:8px}.about__header .section-title{font-size:2.5rem;font-weight:700;color:#111}.about__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.about__grid{grid-template-columns:repeat(2,1fr)}}.about-card{background:#f7f7f9;border-radius:24px;padding:40px;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;gap:32px;transition:transform .3s ease}.about-card:hover{transform:translateY(-4px)}.about-card__text{font-size:1.15rem;line-height:1.6;color:#111;font-weight:500;flex-grow:1}.about-card__author{display:flex;align-items:center;gap:16px;border-top:1px solid rgba(0,0,0,.08);padding-top:24px}.about-card__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.about-card__info{display:flex;flex-direction:column;gap:4px}.about-card__name{font-size:1.1rem;font-weight:700;color:#111}.about-card__role{font-size:.9rem;color:#666}.footer{padding:80px 0 120px}.footer__container{display:flex;flex-direction:column;gap:24px}.footer__cta{text-align:center;padding:60px 0 20px}.footer__label{font-size:1rem;font-weight:600;color:#666;margin-bottom:12px;display:block}.footer__title{font-size:3.5rem;font-weight:800;color:#111;margin-bottom:32px}@media(min-width:768px){.footer__title{font-size:5rem}}.footer__btn-wrapper{display:flex;justify-content:center}.footer__btn{background-color:#1e6ef4;color:#fff;font-size:1.15rem;font-weight:600;padding:20px 48px;border-radius:100px;text-decoration:none;transition:transform .2s ease,opacity .2s ease;display:inline-block;width:100%}@media(min-width:768px){.footer__btn{width:auto}}.footer__btn:hover{transform:scale(1.03);opacity:.9}.footer__contacts{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.footer__contacts{grid-template-columns:repeat(2,1fr)}}.footer__contact-card{background-color:#f7f7f9;border-radius:24px;padding:32px 24px;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .3s ease}.footer__contact-card:hover{transform:translateY(-4px)}.footer__contact-label{font-size:1rem;color:#666;font-weight:600;margin-bottom:8px}.footer__contact-value{font-size:1.15rem;color:#111;font-weight:700;word-break:break-word}@media(min-width:768px){.footer__contact-value{font-size:1.5rem}}.footer__info-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.footer__info-grid{grid-template-columns:1fr 2fr}}@media(min-width:1024px){.footer__info-grid{grid-template-columns:1.2fr 3fr}}.footer__about{background-color:#f7f7f9;border-radius:24px;padding:40px 24px 0;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.footer__about-text{font-size:1.25rem;font-weight:700;line-height:1.4;color:#111;margin-bottom:32px}@media(min-width:1024px){.footer__about-text{font-size:1.5rem}}.footer__about-text span{font-weight:500;color:#666}.footer__about-img{width:140px;height:auto;margin-top:auto;display:block}@media(min-width:768px){.footer__about-img{width:180px}}.footer__bottom{background-color:#f7f7f9;border-radius:24px;padding:40px 32px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.footer__menus{display:flex;flex-direction:column;gap:32px}@media(min-width:768px){.footer__menus{flex-direction:row;justify-content:space-between}}.footer__menu-row{display:grid;grid-template-columns:120px 1fr;align-items:flex-start}@media(min-width:768px){.footer__menu-row{display:flex;flex-direction:column;gap:16px}}.footer__menu-title{font-size:1rem;font-weight:500;color:#666}.footer__menu-list{display:flex;flex-direction:column;gap:16px}.footer__menu-list a{font-size:1.15rem;font-weight:700;color:#111;text-decoration:none;transition:color .2s}.footer__menu-list a:hover{color:#1e6ef4}.footer__copyright{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;border-top:1px solid rgba(0,0,0,.05);padding-top:24px}.footer__copyright p,.footer__copyright a{font-size:1rem;font-weight:600;color:#666}.footer__copyright a{text-decoration:none;transition:color .2s}.footer__copyright a:hover{color:#111}.framer-nav-container{position:fixed;bottom:24px;left:0;width:100%;display:flex;justify-content:center;z-index:9999;pointer-events:none}.framer-nav-box{background-color:#f7f7f7;border:1px solid rgba(0,0,0,.07);border-radius:20px;box-shadow:#0000000a 0 32px 24px -12px;padding:6px;display:flex;align-items:center;gap:8px;pointer-events:auto}.framer-menu-items{display:flex;align-items:center;gap:8px}.framer-nav-link{width:50px;height:50px;background-color:#fff;border:1px solid rgba(0,0,0,.07);border-radius:14px;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .2s,background-color .2s;color:#00000059}.framer-nav-link:hover{background-color:#00000005}.framer-nav-link.active{color:#1e6ef4}.framer-nav-link .framer-active-dot{position:absolute;bottom:6px;width:4px;height:4px;background-color:#000;border-radius:50%}.framer-divider{width:1px;height:24px;background-color:#00000012;margin:0 4px}.framer-nav-primary{width:50px;height:50px;background-color:#1e6ef4;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s,opacity .2s}.framer-nav-primary:hover{transform:scale(1.05);opacity:.9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}html{scroll-behavior:smooth}.reveal-element{opacity:0}.reveal-element.card-cascade{opacity:1}.reveal-element.card-cascade>*,.reveal-element.card-cascade .bento-card__content>*,.reveal-element.card-cascade .project-banner-card__info>*,.reveal-element.card-cascade img{opacity:0}.is-revealed{animation:revealText .8s cubic-bezier(.22,1,.36,1) forwards}.is-revealed.card-cascade{animation:none}.is-revealed.card-cascade>*:nth-child(1),.is-revealed.card-cascade .bento-card__content>*:nth-child(1),.is-revealed.card-cascade .project-banner-card__info>*:nth-child(1){animation:revealText .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.1s}.is-revealed.card-cascade>*:nth-child(2),.is-revealed.card-cascade .bento-card__content>*:nth-child(2),.is-revealed.card-cascade .project-banner-card__info>*:nth-child(2){animation:revealText .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.25s}.is-revealed.card-cascade>*:nth-child(3),.is-revealed.card-cascade .bento-card__content>*:nth-child(3),.is-revealed.card-cascade .project-banner-card__info>*:nth-child(3){animation:revealText .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.4s}.is-revealed.card-cascade>*:nth-child(4),.is-revealed.card-cascade .bento-card__content>*:nth-child(4),.is-revealed.card-cascade .project-banner-card__info>*:nth-child(4){animation:revealText .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.55s}.is-revealed.card-cascade img{animation:revealImage 4s cubic-bezier(.22,1,.36,1) forwards!important;animation-delay:.6s!important;transform-origin:bottom center}@keyframes revealText{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes revealImage{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}
