@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Alata&display=swap);html{font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fffdf6;font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.05rem;line-height:1.5}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button,input{font-family:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (min-width:1440px){html{font-size:18px}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fffbf5;color:#333;font-family:Arial,sans-serif;overflow-x:hidden}.app{display:flex;flex-direction:column;min-height:100vh;position:relative;width:100%}.app-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.app-logo{animation:app-logo-spin 20s linear infinite}}.app-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.app-link{color:#61dafb}@keyframes app-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-view{background-color:#fffbf5;overflow-x:hidden}.mobile-view h1:not(.hero-title-mobile){font-size:2rem!important}.mobile-view h2{font-size:1.8rem!important}.mobile-view h3{font-size:1.5rem!important}.mobile-view p{font-size:1rem!important}.mobile-view button{font-size:.9rem!important;padding:.7rem 1.2rem!important}.mobile-view section{padding:2rem 1rem!important}.mobile-view input[type=email],.mobile-view input[type=text]{border:1px solid #ddd!important;border-radius:50px!important;box-shadow:0 2px 10px #0000000d!important;font-size:.9rem!important;padding:1rem 1.5rem!important;text-align:center!important;width:100%!important}@media (max-width:576px){.mobile-view section:first-of-type{padding-top:0!important}}.header{background-color:#fffdf6;height:90px;justify-content:center;left:0;padding:1.5rem 2.5rem;position:fixed;right:0;top:0;width:100%;z-index:100}.header,.logo{align-items:center;display:flex}.logo{font-weight:700;left:2rem;position:absolute}.back-button{align-items:center;color:#333;display:flex;justify-content:center;transition:color .3s}.back-button:hover{color:#b794f6}.logo-dot{background-color:#333;border-radius:50%;display:inline-block;height:16px;margin-right:12px;width:16px}.logo-text{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:clamp(2rem,3vw,3rem);font-weight:600;letter-spacing:1px}.logo-img{display:inline-block;height:50px;margin-right:12px;margin-top:-10px;vertical-align:middle;width:auto}.nav-desktop ul{display:flex;flex-wrap:nowrap;justify-content:center;list-style:none;margin:0;padding:0;white-space:nowrap}.nav-desktop li{margin:0 1.5rem;white-space:nowrap}.nav-desktop a{color:#333;font-size:clamp(1.2rem,1.5vw,2rem);font-weight:500;letter-spacing:.5px;position:relative;text-decoration:none;transition:color .3s;white-space:nowrap}.menu-button{background:none;border:none;cursor:pointer;display:none;height:45px;position:absolute;right:2rem;width:45px;z-index:110}.hamburger,.hamburger:after,.hamburger:before{background-color:#333;content:"";display:block;height:3px;position:absolute;transition:all .3s ease;width:100%}.hamburger:before{top:-10px}.hamburger:after{bottom:-10px}.hamburger.open{transform:rotate(45deg)}.hamburger.open:before{top:0;transform:rotate(90deg)}.hamburger.open:after{bottom:0;transform:rotate(90deg)}.mobile-menu{align-items:center;animation:fade-in .3s ease;background-color:#fffdf6;display:flex;inset:0;justify-content:center;position:fixed;z-index:100}@keyframes fade-in{0%{opacity:0}to{opacity:100%}}.mobile-menu nav{width:100%}.mobile-menu ul{list-style:none;margin:0;padding:0;text-align:center}.mobile-menu li{margin:2rem 0}.mobile-menu a{font-size:2.2rem;transition:color .3s}.mobile-menu a,.mobile-menu-container a{color:#333;font-weight:500;letter-spacing:1px;text-decoration:none}.mobile-menu-container a{display:block;font-size:2rem;padding:.5rem 0}.mobile-menu a:hover{color:#555}.mobile-menu-container a:focus,.mobile-menu-container a:hover{color:#666}.header-mobile{align-items:center;background-color:#fffdf6;box-shadow:none;display:flex;height:70px;justify-content:space-between;padding:1rem 1.5rem;position:relative}.logo-text-mobile{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:1.5rem}.logo-dot-mobile{height:12px;margin-right:8px;width:12px}.logo-img-mobile{display:inline-block;height:35px;margin-right:8px;vertical-align:middle;width:auto}.menu-button-mobile{background:none;border:none;cursor:pointer;display:block;height:30px;padding:0;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:30px;z-index:160}.hamburger-mobile{height:2px;width:100%}.hamburger-mobile:after,.hamburger-mobile:before{height:2px}.hamburger-mobile:before{top:-8px}.hamburger-mobile:after{bottom:-8px}.mobile-menu-container{align-items:center;background-color:#fffdf6;display:flex;inset:0;justify-content:center;position:fixed;transition:all .3s ease;z-index:150}.mobile-menu-container .mobile-menu{text-align:center;width:100%}.mobile-menu-container ul{list-style:none;margin:0;padding:0}.mobile-menu-container li{margin:2rem 0}.nav-desktop a:hover{color:#555}.cursor-pointer,.nav-link{cursor:pointer}.nav-link{background:none;border:none;color:inherit;font-family:inherit;font-size:inherit;padding:0;text-decoration:none;transition:color .3s}.back-button-container{cursor:pointer;margin-right:10px}.hamburger-mobile.open{background-color:initial}.hamburger-mobile.open:before{top:0;transform:rotate(45deg)}.hamburger-mobile.open:after{bottom:0;transform:rotate(-45deg)}@media (max-width:1200px){.nav-desktop{display:none}.menu-button{display:block}.logo-text{font-family:DT Getai Grotesk Display,sans-serif;font-size:clamp(1.8rem,2.5vw,2.5rem)}}@media (max-width:576px){.logo-text{font-family:DT Getai Grotesk Display,sans-serif;font-size:clamp(1.5rem,2vw,2rem)}.logo-dot{height:12px;margin-right:8px;width:12px}.header{box-shadow:none;height:70px}}@media (min-width:1201px){.header{padding-left:22rem}}.pic-section{background-color:#fffbf5;min-height:100vh;overflow:hidden;padding:4rem 2rem}.pic-container,.pic-section{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.pic-container{height:100%;max-width:1200px}.pic-content{align-items:center;display:flex;height:600px;justify-content:center;position:relative;width:100%}.bobo-robot-container{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.bobo-robot-image{filter:drop-shadow(0 10px 30px rgb(0 0 0/10%));height:auto;object-fit:contain;width:clamp(300px,40vw,500px)}.speech-bubbles{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.speech-bubble{animation:fade-in-scale .8s ease-out;background-color:#b794f6;border-radius:clamp(25px,4vw,35px);box-shadow:0 8px 25px #b794f64d;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(.9rem,1.4vw,1.1rem);font-weight:500;line-height:1.4;max-width:clamp(200px,25vw,300px);padding:clamp(1rem,2vw,1.5rem) clamp(1.2rem,2.5vw,2rem);position:absolute}.speech-bubble:before{border-style:solid;content:"";height:0;position:absolute;width:0}.bubble-1{animation-delay:.2s;left:clamp(50px,8vw,120px);top:clamp(50px,10vh,80px)}.bubble-1:before{border-left:15px solid #0000;border-right:15px solid #0000;border-top:15px solid #b794f6;bottom:-15px;right:30px;transform:rotate(15deg)}.bubble-2{animation-delay:.6s;right:clamp(50px,8vw,120px)}.bubble-2,.bubble-2:before{top:50%;transform:translateY(-50%)}.bubble-2:before{border-bottom:15px solid #0000;border-right:15px solid #b794f6;border-top:15px solid #0000;left:-15px}.bubble-3{animation-delay:1s;bottom:clamp(50px,10vh,80px);right:clamp(50px,8vw,120px)}.bubble-3:before{border-bottom:15px solid #b794f6;border-left:15px solid #0000;border-right:15px solid #0000;left:30px;top:-15px;transform:rotate(-15deg)}.bubble-content{margin:0;text-align:center}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.8)}to{opacity:100%;transform:scale(1)}}@media (max-width:1024px){.pic-content{height:500px}.speech-bubble{max-width:clamp(180px,30vw,250px)}}@media (max-width:768px){.pic-section{min-height:80vh;padding:3rem 1rem}.pic-content{height:400px}.bobo-robot-image{width:clamp(250px,50vw,350px)}.speech-bubble{font-size:clamp(.8rem,1.2vw,.95rem);max-width:clamp(160px,35vw,200px);padding:clamp(.8rem,1.5vw,1.2rem) clamp(1rem,2vw,1.5rem)}.bubble-1{left:clamp(20px,5vw,40px);top:clamp(30px,6vh,50px)}.bubble-2,.bubble-3{right:clamp(20px,5vw,40px)}.bubble-3{bottom:clamp(30px,6vh,50px)}}@media (max-width:576px){.pic-section{min-height:70vh;padding:2rem .5rem}.pic-content{height:350px}.bobo-robot-image{width:clamp(200px,60vw,280px)}.speech-bubble{border-radius:20px;font-size:.75rem;max-width:clamp(140px,40vw,180px);padding:.7rem 1rem}.speech-bubble:before{border-width:10px}.bubble-1:before{border-top:10px solid #b794f6;bottom:-10px;right:20px}.bubble-2:before{border-right:10px solid #b794f6;left:-10px}.bubble-3:before{border-bottom:10px solid #b794f6;left:20px;top:-10px}}.intro-section{background-color:#fffdf6;min-height:100vh;padding:2rem;position:relative}.intro-content,.intro-section{align-items:center;display:flex;justify-content:center;width:100%}.intro-content{flex-direction:column;max-width:1200px;text-align:center}.intro-title{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:clamp(4rem,10vw,10rem);font-weight:800;letter-spacing:.05em;line-height:.9;margin-bottom:clamp(.5rem,2vw,2rem);text-transform:uppercase}.intro-subtitle{color:#666;font-family:Alata,sans-serif;font-size:clamp(1rem,2vw,2.25rem);font-weight:500;letter-spacing:.2em;padding-top:clamp(.5rem,1vw,1.5rem);position:relative;text-transform:uppercase;white-space:nowrap}.intro-section.intro-section-mobile{min-height:auto;padding:1rem}.intro-section-mobile .intro-content.intro-content-mobile{max-width:100%}.intro-section-mobile .intro-title.intro-title-mobile{font-family:DT Getai Grotesk Display,sans-serif;font-size:clamp(2.25rem,9vw,4rem)!important;line-height:.85;margin-bottom:.5rem}.intro-section-mobile .intro-subtitle.intro-subtitle-mobile{font-family:Alata,sans-serif;font-size:clamp(.8rem,2vw,1.2rem)!important;letter-spacing:.15em;padding-top:.5rem}@media (max-width:768px){.intro-section{padding:1rem}.intro-content{max-width:100%}}@media (max-width:576px){.intro-title{font-size:clamp(3rem,12.5vw,6rem)}.intro-subtitle{font-family:Alata,sans-serif;font-size:clamp(.8rem,2vw,1.2rem)}}.intro-first-page{align-items:center;background-color:#fffdf6;display:flex;justify-content:center;min-height:100vh;padding-top:80px}.intro-first-page .intro-content{padding-bottom:50px}.intro-first-page .intro-title{font-size:clamp(2.5rem,10vw,5rem)!important;margin-bottom:1rem}.intro-first-page .intro-subtitle{font-family:Alata,sans-serif;font-size:clamp(1rem,3vw,1.5rem)!important}.parentvideo:-webkit-full-screen{background-color:#000;object-fit:contain}.parentvideo:-moz-full-screen{background-color:#000;object-fit:contain}.parentvideo:-ms-fullscreen{background-color:#000;object-fit:contain}.parent-background-video.fake-fullscreen{background-color:#000;height:100vh;left:0;object-fit:contain;position:fixed;top:0;transform:none;width:100vw;z-index:9999}.parent-video-container{align-items:center;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.parent-background-video{height:100%;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.parent-background-video:fullscreen{background-color:#000;object-fit:contain}.parent-video-section{align-items:flex-end;background-color:#fffbf5;display:flex;justify-content:flex-start;min-height:100vh;padding:0;position:relative;width:100%}@media (max-width:1024px){.parent-video-section{min-height:100vh}}@media (max-width:768px){.parent-video-section{align-items:center;justify-content:center;min-height:auto;padding:clamp(15px,2vw,25px)}.parent-video-container{border-radius:16px;box-shadow:0 8px 32px #00000026;cursor:pointer;height:250px;max-width:400px;overflow:hidden;position:relative;transition:all .3s ease;width:90%}.parent-video-container:hover{box-shadow:0 12px 40px #0003;transform:scale(1.02)}.parent-background-video{cursor:pointer;object-fit:cover}.parent-background-video,.video-overlay{border-radius:16px;height:100%;width:100%}.video-overlay{align-items:center;background:linear-gradient(135deg,#0000004d,#0000001a);display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;top:0;transition:all .3s ease}.video-overlay:hover{background:linear-gradient(135deg,#0006,#0003)}.play-button{margin-bottom:12px;transition:transform .2s ease}.play-button:hover{transform:scale(1.1)}.fullscreen-hint{color:#fff;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;text-shadow:0 1px 2px #00000080}}@media (max-width:576px){.parent-video-container{height:220px;max-width:350px;width:95%}.play-button svg{height:40px;width:40px}.fullscreen-hint{font-size:12px}}.parent-reservation-section{background-color:#fffbf5;margin-top:10vh;min-height:100vh;padding:clamp(30px,3vw,60px)}.parent-reservation-container,.parent-reservation-section{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.parent-reservation-container{flex-direction:column;height:auto;margin:0 auto;max-width:700px;padding:clamp(40px,4vw,80px);text-align:center;transform:translateY(5vh);z-index:1}.parent-title-line{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(6px,.8vw,12px);justify-content:center;margin-bottom:clamp(25px,3vw,50px)}.parent-title-text{color:#8a8a8a;font-weight:400}.parent-number-highlight,.parent-title-text{font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(24px,3vw,48px);line-height:1.2}.parent-number-highlight{color:#b794f6;font-weight:900;margin-right:clamp(8px,1vw,15px);position:relative}.parent-number-highlight sup{color:#b794f6;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(12px,1.4vw,24px);font-weight:900;position:absolute;right:clamp(-20px,-1.5vw,-30px);top:clamp(-2px,-.3vw,-6px)}.parent-email-form{margin:0 auto clamp(20px,2vw,30px);max-width:clamp(350px,40vw,600px);position:relative;width:100%}.parent-email-input{background-color:#fff;border:1px solid #e2e2e2;border-radius:clamp(22px,2.5vw,32px);box-shadow:0 2px 10px #0000000d;color:#666;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(14px,1.4vw,20px);height:clamp(45px,5vw,65px);outline:none;padding:0 clamp(85px,9vw,120px) 0 clamp(18px,2.2vw,28px);transition:border-color .3s ease,box-shadow .3s ease;width:100%}.parent-email-input::placeholder{color:#aaa;font-size:clamp(14px,1.4vw,20px)}.parent-email-input:focus{border-color:#b794f6;box-shadow:0 4px 20px #b794f626}.parent-subscribe-button{background-color:#b794f6;border:none;border-radius:clamp(17px,1.8vw,28px);color:#fff;cursor:pointer;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(11px,1.2vw,16px);font-weight:600;height:clamp(35px,3.8vw,55px);padding:0 clamp(12px,1.6vw,24px);position:absolute;right:clamp(4px,.5vw,8px);top:50%;transform:translateY(-50%);transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.parent-subscribe-button:hover{background-color:#a185e8;transform:translateY(-50%) scale(1.02)}.parent-subscribe-button:active{transform:translateY(-50%) scale(.98)}.parent-subscribe-button:disabled{background-color:#ccc;cursor:not-allowed;transform:translateY(-50%)}.parent-success-message{background-color:#4caf501a;color:#4caf50}.parent-error-message,.parent-success-message{border-radius:clamp(14px,1.4vw,20px);font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(12px,1.2vw,18px);margin:clamp(12px,1.4vw,20px) auto;max-width:clamp(350px,40vw,600px);padding:clamp(8px,1vw,14px) clamp(14px,1.4vw,20px);text-align:center}.parent-error-message{background-color:#f443361a;color:#f44336}.parent-notify-text{color:#999;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(12px,1.2vw,18px);line-height:1.4;margin-top:clamp(10px,1.2vw,18px);text-align:center}@media (max-width:1024px){.parent-reservation-container{max-width:80%;width:80%}}@media (max-width:768px){.parent-reservation-section{align-items:center;justify-content:center;margin-top:5vh;min-height:auto;padding:clamp(15px,2vw,25px)}.parent-reservation-container{height:auto;justify-content:center;left:0;max-width:100%;position:relative;top:0;transform:translateY(3vh);width:100%;z-index:1}}@media (max-width:576px){.parent-reservation-section{margin-top:3vh}.parent-reservation-container{transform:translateY(2vh)}.parent-title-line{align-items:center;flex-direction:column}.parent-number-highlight{margin:clamp(2px,.5vw,5px) 0}}.hello-section{align-items:center;background-color:#fffbf5;display:flex;justify-content:center;min-height:100vh;padding:80px 20px;width:100%}.hello-container{margin:0 auto;max-width:1200px;width:100%}.hello-cards{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);justify-items:center}.hello-card{background-color:initial;border-radius:20px;max-width:320px;padding:30px 20px;text-align:center;transition:transform .3s ease;width:100%}.hello-card:hover{transform:translateY(-5px)}.hello-card-content{align-items:center;display:flex;flex-direction:column;height:100%}.hello-card-title{color:#b794f6;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:24px;font-weight:900;letter-spacing:.02em;line-height:1.2;margin-bottom:20px;text-align:center}.hello-card-image-container{align-items:center;display:flex;height:200px;justify-content:center;margin-bottom:25px;overflow:hidden;z-index:10}.hello-card-image,.hello-card-image-container{border-radius:15px;position:relative;width:100%}.hello-card-image{height:100%;object-fit:cover;transition:transform .3s ease;z-index:15}.hello-card:hover .hello-card-image{transform:scale(1.05)}.hello-card-button{background-color:#b794f6;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:14px;font-weight:600;letter-spacing:.05em;margin-top:auto;padding:12px 30px;position:relative;text-transform:uppercase;transition:all .3s ease;z-index:5}.hello-card-button:hover{background-color:#a185e8;box-shadow:0 5px 15px #b794f666;transform:translateY(-2px)}.hello-card-button:active{transform:translateY(0)}@media (max-width:1024px){.hello-section{padding:60px 20px}.hello-cards{gap:30px}.hello-card{padding:25px 18px}.hello-card-title{font-size:22px;margin-bottom:18px}.hello-card-image-container{height:180px;margin-bottom:20px}.hello-card-button{font-size:13px;padding:10px 25px}}@media (max-width:768px){.hello-section{min-height:auto;padding:40px 15px}.hello-cards{gap:25px;grid-template-columns:1fr;margin:0 auto;max-width:350px}.hello-card{max-width:none;padding:20px 15px}.hello-card-title{font-size:20px;margin-bottom:15px}.hello-card-image-container{height:160px;margin-bottom:18px}.hello-card-button{font-size:12px;padding:10px 20px}}@media (max-width:576px){.hello-section{padding:30px 10px}.hello-cards{gap:20px;max-width:300px}.hello-card{border-radius:15px;padding:18px 12px}.hello-card-title{font-size:18px;margin-bottom:12px}.hello-card-image-container{border-radius:12px;height:140px;margin-bottom:15px}.hello-card-image{border-radius:12px}.hello-card-button{border-radius:20px;font-size:11px;padding:8px 18px}}.usercase-section{align-items:center;display:flex;justify-content:flex-start;min-height:100vh;position:relative;width:100%}.usercase-background{background-image:url(/static/media/1.014fa4f7c03daeecda74.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh}.usercase-background,.usercase-content{align-items:center;display:flex;justify-content:flex-end;position:relative;width:100%}.usercase-content{margin:0;padding:0 8vw 0 0;z-index:2}.usercase-text{max-width:45vw;min-width:350px;text-align:right}.usercase-title{color:#fff;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(3rem,6vw,5rem);font-weight:900;letter-spacing:.02em;line-height:1;margin-bottom:clamp(1.5rem,3vw,2rem);text-align:right;text-shadow:0 2px 10px #0000004d}.usercase-description{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.6vw,1.125rem);font-weight:400;line-height:1.6;margin-bottom:clamp(2rem,4vw,2.5rem);text-align:right;text-shadow:0 1px 5px #0000004d}.usercase-button{align-self:flex-end;background-color:#b794f6;border:none;border-radius:clamp(20px,3vw,25px);box-shadow:0 4px 15px #b794f64d;color:#fff;cursor:pointer;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(.875rem,1.4vw,1rem);font-weight:600;letter-spacing:.05em;padding:clamp(12px,2vw,14px) clamp(25px,4vw,35px);text-transform:uppercase;transition:all .3s ease}.usercase-button:hover{background-color:#a185e8;box-shadow:0 6px 20px #b794f666;transform:translateY(-2px)}.usercase-button:active{transform:translateY(0)}@media (max-width:1024px){.usercase-content{padding:0 6vw 0 0}.usercase-text{max-width:50vw;min-width:320px}}@media (max-width:768px){.usercase-background{background-position:0;height:80vh}.usercase-content{align-items:center;display:flex;height:100%;justify-content:center;padding:0 5vw 0 0}.usercase-text{max-width:none;min-width:280px;width:90%}.usercase-description,.usercase-text,.usercase-title{text-align:center}.usercase-button{align-self:center}}@media (max-width:576px){.usercase-background{height:70vh}.usercase-content{justify-content:center;padding:0 5vw}.usercase-text{min-width:250px;width:100%}.usercase-description,.usercase-text,.usercase-title{text-align:center}.usercase-button{align-self:center;max-width:250px;width:100%}}.feature-section{min-height:100vh}.feature-background,.feature-section{align-items:center;display:flex;justify-content:flex-start;position:relative;width:100%}.feature-background{background-image:url(/static/media/1.a7db222e31b7f2299b45.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh}.feature-content{display:flex;justify-content:flex-start;margin:0;padding:0 0 0 8vw;position:relative;width:100%;z-index:2}.feature-text{max-width:45vw;min-width:350px;text-align:left}.feature-title{font-size:clamp(3rem,6vw,5rem);font-weight:900;letter-spacing:.02em;line-height:1;text-align:left;text-shadow:0 2px 10px #0000004d}.feature-button,.feature-title{color:#fff;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;margin-bottom:clamp(1.5rem,3vw,2rem)}.feature-button{background-color:#b794f6;border:none;border-radius:clamp(20px,3vw,25px);box-shadow:0 4px 15px #b794f64d;cursor:pointer;display:inline-block;font-size:clamp(.875rem,1.4vw,1rem);font-weight:600;letter-spacing:.05em;padding:clamp(12px,2vw,14px) clamp(25px,4vw,35px);text-transform:uppercase;transition:all .3s ease}.feature-button:hover{background-color:#a185e8;box-shadow:0 6px 20px #b794f666;transform:translateY(-2px)}.feature-button:active{transform:translateY(0)}.feature-description{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.6vw,1.125rem);font-weight:400;line-height:1.6;margin:0;text-shadow:0 1px 5px #0000004d}@media (max-width:1024px){.feature-content{padding:0 0 0 6vw}.feature-text{max-width:50vw;min-width:320px}}@media (max-width:768px){.feature-background{background-position:100%;height:80vh}.feature-content{align-items:center;display:flex;height:100%;padding:0 0 0 5vw}.feature-text{max-width:none;min-width:280px;width:90%}.feature-button,.feature-title{margin-bottom:clamp(1rem,2vw,1.5rem)}}@media (max-width:576px){.feature-background{height:70vh}.feature-content{padding:0 5vw}.feature-text{min-width:250px;width:100%}.feature-button{max-width:250px;width:100%}}.app-section{align-items:center;background:linear-gradient(90deg,#e6d8f7,#d4c2f3 25%,#c1a8ef 50%,#b794f6 75%,#a185e8);display:flex;justify-content:flex-start;min-height:100vh;padding:80px 0;width:100%}.app-container{margin:0;max-width:1200px;padding:0 60px 0 0;width:100%}.app-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:45% 55%;min-height:70vh}.app-image-container{align-items:center;display:flex;justify-content:flex-start;margin-left:0;padding-left:0;position:relative}.app-image{filter:drop-shadow(0 10px 30px rgb(0 0 0/15%));height:auto;max-width:350px;object-fit:contain;width:100%}.app-text-container{align-items:center;display:flex;justify-content:flex-end;padding-right:0}.app-text{max-width:550px;text-align:right;width:100%}.app-title{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:900;letter-spacing:.02em;line-height:1;text-align:right;text-shadow:0 2px 10px #00000040;white-space:nowrap}.app-button,.app-title{color:#fff;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;margin-bottom:clamp(1.2rem,2.5vw,1.8rem)}.app-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#b794f6cc;border:none;border-radius:25px;clear:both;cursor:pointer;display:inline-block;float:right;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:600;letter-spacing:.05em;padding:clamp(10px,1.8vw,12px) clamp(20px,3.5vw,30px);text-transform:uppercase;transition:all .3s ease}.app-button:hover{background-color:#b794f6;box-shadow:0 6px 20px #b794f666;transform:translateY(-2px)}.app-button:active{transform:translateY(0)}.app-description{clear:both;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(.9rem,1.4vw,1rem);font-weight:400;line-height:1.5;margin:0;opacity:95%;text-align:right;text-shadow:0 1px 5px #0003}@media (max-width:1024px){.app-container{margin:0;padding:0 40px 0 0}.app-content{gap:40px;grid-template-columns:1fr 1fr}.app-image{max-width:300px}.app-image-container{margin-left:0;padding-left:0}.app-text-container{padding-right:0}}@media (max-width:768px){.app-section{padding:60px 0}.app-container{margin:0;padding:0 30px}.app-content{gap:40px;grid-template-columns:1fr;text-align:center}.app-image-container{order:1}.app-text-container{justify-content:center;order:2}.app-text{text-align:center}.app-text .app-title{text-align:center;white-space:normal}.app-text .app-description{text-align:center}.app-text .app-button{display:block;float:none;margin:0 auto clamp(1.2rem,2.5vw,1.8rem)}.app-image{max-width:300px}}@media (max-width:576px){.app-section{padding:40px 0}.app-container{margin:0;padding:0 20px}.app-content{gap:30px}.app-image{max-width:250px}.app-text .app-title{white-space:normal}.app-text .app-button{display:block;float:none;margin:0 auto clamp(1.2rem,2.5vw,1.8rem);max-width:250px;width:100%}}.robot-section{align-items:center;background:linear-gradient(90deg,#2c2c2c,#1c1c1c 25%,#111 50%,#0a0a0a 75%,#000);display:flex;justify-content:center;min-height:100vh;padding:80px 0;width:100%}.robot-container{margin:0 auto;max-width:1200px;padding:0 60px;width:100%}.robot-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:50% 50%;min-height:70vh}.robot-text-container{align-items:center;display:flex;justify-content:flex-start}.robot-text{max-width:500px;width:100%}.robot-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;letter-spacing:.02em;line-height:1;text-shadow:0 2px 10px #ffffff1a}.robot-button,.robot-title{color:#fff;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;margin-bottom:clamp(1.2rem,2.5vw,1.8rem)}.robot-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#b794f6cc;border:none;border-radius:25px;cursor:pointer;display:inline-block;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:600;letter-spacing:.05em;padding:clamp(10px,1.8vw,12px) clamp(20px,3.5vw,30px);text-transform:uppercase;transition:all .3s ease}.robot-button:hover{background-color:#b794f6;box-shadow:0 6px 20px #b794f666;transform:translateY(-2px)}.robot-button:active{transform:translateY(0)}.robot-description{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(.9rem,1.4vw,1rem);font-weight:400;line-height:1.5;margin:0;opacity:90%;text-shadow:0 1px 5px #00000080}.robot-image-container{align-items:center;display:flex;justify-content:center;position:relative}.robot-image{filter:drop-shadow(0 10px 30px rgb(255 255 255/10%));height:auto;max-width:400px;object-fit:contain;width:100%}@media (max-width:1024px){.robot-container{padding:0 40px}.robot-content{gap:40px;grid-template-columns:1fr 1fr}.robot-image{max-width:350px}}@media (max-width:768px){.robot-section{padding:60px 0}.robot-container{padding:0 30px}.robot-content{gap:40px;grid-template-columns:1fr;text-align:center}.robot-text-container{justify-content:center;order:2}.robot-image-container{order:1}.robot-text{text-align:center}.robot-image{max-width:300px}}@media (max-width:576px){.robot-section{padding:40px 0}.robot-container{padding:0 20px}.robot-content{gap:30px}.robot-button,.robot-image{max-width:250px}.robot-button{width:100%}}.questions-section{align-items:center;background-color:#f2ece3;display:flex;justify-content:center;min-height:66vh;padding:60px 80px;position:relative;width:100%}.questions-container{margin:0 auto;max-width:1200px;text-align:center;width:100%}.questions-title{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:48px;font-weight:700;margin-bottom:20px;text-align:center}.questions-subtitle{color:#666;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:24px;margin-bottom:40px}.questions-form-container{margin:0 auto;max-width:800px;position:relative}.questions-prompt-left{margin-bottom:5px;text-align:left}.questions-prompt-left,.questions-prompt-right{color:#000;font-family:DT Getai Grotesk Display -Black,Helvetica,Arial,sans-serif;font-size:32px;font-weight:700}.questions-prompt-right{margin-bottom:30px;text-align:right}.questions-form{display:flex;flex-direction:column;gap:15px;position:relative;width:100%}.questions-input{background-color:#fff;border:none;border-radius:30px;box-shadow:0 5px 20px #0000001a;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:18px;height:60px;outline:none;padding:0 30px;width:100%}.question-textarea{height:120px;padding:20px 30px;position:relative;resize:none}.questions-input::placeholder{color:#aaa}.questions-submit{align-self:flex-end;background-color:#9b8474;border:none;border-radius:25px;color:#fff;cursor:pointer;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:50px;margin-top:10px;padding:0 25px;position:relative;right:auto;top:auto;transition:background-color .3s ease;width:150px}.questions-submit:hover{background-color:#87735e}.questions-submit:disabled{background-color:#ccc;cursor:not-allowed}.questions-success-message{background-color:#2e7d321a;color:#2e7d32}.questions-error-message,.questions-success-message{border-radius:10px;font-size:16px;margin-top:20px;padding:15px;text-align:center}.questions-error-message{background-color:#d32f2f1a;color:#d32f2f}@media (max-width:1024px){.questions-section{padding:50px 60px}.questions-title{font-size:56px}.questions-subtitle{font-size:22px}.questions-prompt-left,.questions-prompt-right{font-size:28px}.question-textarea{height:100px}}@media (max-width:768px){.questions-section{padding:40px 30px}.questions-title{font-size:48px;margin-bottom:20px}.questions-subtitle{font-size:20px;margin-bottom:30px}.questions-prompt-left,.questions-prompt-right{font-size:24px}.questions-input{font-size:16px;height:50px}.questions-submit{font-size:15px;height:45px;width:130px}.question-textarea{height:90px;padding:15px 20px}.questions-error-message,.questions-success-message{font-size:15px;padding:12px}}@media (max-width:576px){.questions-section{padding:30px 20px}.questions-title{font-size:36px}.questions-subtitle{font-size:18px}.questions-prompt-left,.questions-prompt-right{font-size:20px}.questions-prompt-right{text-align:center}.questions-input{font-size:14px;height:45px;padding:0 20px}.questions-submit{font-size:14px;height:40px;padding:0 15px;width:120px}.question-textarea{height:80px;padding:12px 20px}.questions-error-message,.questions-success-message{font-size:14px;padding:10px}}.reservation-section{align-items:center;background-color:#fffbf5;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:80px 20px;width:100%}.reservation-container{margin:0 auto;max-width:1600px;padding:20px;text-align:center;width:100%}.reservation-title{color:#8a8a8a;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(20px,2.5vw,40px);font-weight:400;line-height:1.2;margin-bottom:10px}.reservation-number{display:inline-block;margin-bottom:10px;position:relative}.highlight{font-size:clamp(60px,8vw,150px);line-height:1.2;margin:0 clamp(4px,.6vw,10px);position:relative}.highlight,.highlight sup{color:#b794f6;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-weight:900}.highlight sup{font-size:clamp(20px,2.5vw,40px);position:absolute;right:clamp(-20px,-1.5vw,-30px);top:clamp(-2px,-.3vw,-6px)}.reservation-subtitle{color:#8a8a8a;font-size:clamp(20px,2.5vw,40px);font-weight:400;line-height:1.2;margin-bottom:40px}.reservation-prompt,.reservation-subtitle{font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif}.reservation-prompt{color:#999;font-size:clamp(10px,1vw,16px);line-height:1.4;margin-bottom:20px}.reservation-form{margin:0 auto 30px;max-width:500px;position:relative;width:100%}.reservation-input{background-color:#fff;border:1px solid #e2e2e2;border-radius:clamp(19px,2vw,28px);box-shadow:0 2px 10px #0000000d;color:#666;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(12px,1.2vw,18px);height:clamp(38px,4vw,55px);outline:none;padding:0 clamp(75px,8vw,110px) 0 clamp(16px,2vw,25px);transition:border-color .3s ease,box-shadow .3s ease;width:100%}.reservation-input::placeholder{color:#aaa;font-size:clamp(12px,1.2vw,18px)}.reservation-input:focus{border-color:#b794f6;box-shadow:0 4px 20px #b794f626}.reservation-submit{background-color:#b794f6;border:none;border-radius:clamp(15px,1.6vw,24px);color:#fff;cursor:pointer;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(9px,1vw,14px);font-weight:600;height:clamp(30px,3.2vw,47px);padding:0 clamp(10px,1.4vw,20px);position:absolute;right:clamp(3px,.4vw,6px);top:50%;transform:translateY(-50%);transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.reservation-submit:hover{background-color:#a185e8;transform:translateY(-50%) scale(1.02)}.reservation-submit:active{transform:translateY(-50%) scale(.98)}.reservation-submit:disabled{background-color:#ccc;cursor:not-allowed;transform:translateY(-50%)}.reservation-success{background-color:#4caf501a;color:#4caf50}.reservation-error,.reservation-success{border-radius:clamp(12px,1.2vw,18px);font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(10px,1vw,16px);margin:clamp(10px,1.2vw,18px) auto 20px;max-width:clamp(300px,35vw,500px);padding:clamp(6px,.8vw,12px) clamp(12px,1.2vw,18px);text-align:center}.reservation-error{background-color:#f443361a;color:#f44336}.reservation-notify{color:#999;font-family:DT Getai Grotesk Display,Helvetica,Arial,sans-serif;font-size:clamp(10px,1vw,16px);line-height:1.4;margin-bottom:40px}.reservation-images{display:flex;gap:2%;justify-content:center;margin-top:30px}.reservation-bobo-image,img.reservation-bobo-image{flex:0 0 20%!important;height:auto!important;max-width:none!important;min-width:0!important;width:20%!important}img.reservation-bobo-image{box-sizing:border-box!important}.reservation-section .reservation-bobo-image{height:auto;max-width:none;min-width:0;object-fit:contain;transition:transform .3s ease;width:20%}.reservation-section .reservation-bobo-image:hover{transform:translateY(-10px)}@media (max-width:1024px){.reservation-section{padding:50px 40px}.highlight{font-size:clamp(60px,7vw,120px)}.highlight sup{font-size:clamp(20px,2.2vw,35px);right:clamp(-20px,-1.2vw,-25px);top:clamp(-1px,-.2vw,-4px)}}@media (max-width:768px){.reservation-section{padding:40px 20px}.reservation-title{font-size:clamp(18px,2.2vw,32px)}.highlight{font-size:clamp(50px,6vw,120px)}.highlight sup{font-size:clamp(18px,2.2vw,32px);right:clamp(-18px,-1.2vw,-25px);top:clamp(-1px,-.2vw,-4px)}.reservation-subtitle{font-size:clamp(18px,2.2vw,32px);margin-bottom:30px}.reservation-section .reservation-images{gap:2%}}@media (max-width:576px){.reservation-title{font-size:clamp(16px,3vw,24px)}.highlight{font-size:clamp(40px,8vw,80px)}.highlight sup{font-size:clamp(12px,2vw,20px);right:clamp(-12px,-2vw,-15px);top:clamp(-1px,-.1vw,-2px)}.reservation-subtitle{font-size:clamp(16px,3vw,24px);margin-bottom:20px}.reservation-notify,.reservation-prompt{font-size:clamp(10px,1.5vw,14px)}.reservation-notify{margin-bottom:30px}.reservation-section .reservation-images{align-items:center;display:flex;flex-wrap:nowrap;gap:2%;justify-content:center}.reservation-error,.reservation-success{font-size:14px;padding:8px}}@media (max-width:400px){.reservation-images{gap:1.5%}}.reservation-section .reservation-images .reservation-bobo-image,.reservation-section .reservation-images img.reservation-bobo-image{box-sizing:border-box!important;flex:0 0 20%!important;height:auto!important;max-width:none!important;min-width:0!important;object-fit:contain!important;transition:transform .3s ease!important;width:20%!important}@media screen and (min-width:1025px){.reservation-section .reservation-images .reservation-bobo-image{max-width:none!important;width:20%!important}}@media screen and (max-width:1024px) and (min-width:769px){.reservation-section .reservation-images .reservation-bobo-image{max-width:none!important;width:20%!important}}@media screen and (max-width:768px){.reservation-section .reservation-images .reservation-bobo-image{max-width:none!important;width:20%!important}}@media screen and (min-width:1200px){.reservation-section .reservation-images .reservation-bobo-image,.reservation-section .reservation-images img.reservation-bobo-image{max-width:none!important;min-width:0!important;width:20%!important}}@media screen and (min-width:1600px){.reservation-container{max-width:none;width:90%}.reservation-section .reservation-images .reservation-bobo-image,.reservation-section .reservation-images img.reservation-bobo-image{max-width:none!important;width:20%!important}}.footer-section{background-color:#1a1a1a;color:#fff;justify-content:center;min-height:50vh;padding:80px 0 40px;position:relative}.footer-container,.footer-section{align-items:center;display:flex;width:100%}.footer-container{flex-direction:column;margin:0 auto;max-width:1200px;padding:20px;text-align:center}.footer-logo-container{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.footer-logo{height:31px;width:44px}.white-logo{filter:brightness(0) invert(1)}.footer-title{color:#fff;font-family:DT Getai Grotesk Display,sans-serif;font-size:72px;font-weight:900;letter-spacing:2px;margin-bottom:10px}.footer-subtitle{color:#fff;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:20px;margin-bottom:80px}.footer-bottom{align-items:center;border-top:1px solid #fff3;display:flex;flex-direction:column;max-width:1400px;padding-top:30px;width:100%}.footer-contact{margin-bottom:30px;text-align:center;width:100%}.footer-email{color:#fff;display:inline-block;font-size:16px;text-decoration:none;transition:opacity .3s ease}.footer-email:hover{opacity:80%}.footer-schools{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px;max-width:100%;width:100%}.school-logo{display:inline-block;height:30px;opacity:80%;width:auto}.footer-copyright{color:#fff9;font-size:14px}.footer-copyright p{margin:0}.last-logo{height:40px}@media (min-width:1440px){.footer-section{padding:100px 0 60px}.footer-logo{height:77px;width:110px}.footer-title{font-size:120px}.footer-subtitle{font-size:50px}.footer-schools{align-items:center;display:flex;flex-wrap:nowrap;gap:40px;justify-content:space-between;margin-bottom:40px;max-width:1200px;padding:0 20px;width:100%}.school-logo{height:75px;max-width:14%;object-fit:contain}.last-logo{height:110px;max-width:18%}.footer-email{font-size:24px}.footer-copyright{font-size:20px}}@media (max-width:768px){.footer-section{padding:60px 0 40px}.footer-logo{height:24px;width:34px}.footer-title{font-size:48px;margin-bottom:10px}.footer-subtitle{font-size:16px;margin-bottom:50px}.footer-schools{gap:15px}.school-logo{height:25px}.last-logo{height:35px}}@media (max-width:576px){.footer-section{padding:40px 0 30px}.footer-logo{height:21px;width:30px}.footer-title{font-size:42px}.footer-subtitle{font-size:14px;margin-bottom:40px}.footer-schools{gap:10px}.school-logo{height:20px}.last-logo{height:28px}.footer-copyright,.footer-email{font-size:12px}}@media (min-width:769px) and (max-width:1439px){.footer-section{padding:80px 0 50px}.footer-logo{height:46px;width:66px}.footer-title{font-size:90px}.footer-subtitle{font-size:28px}.footer-schools{flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:35px}.school-logo{height:45px}.last-logo{height:65px}.footer-email{font-size:18px}.footer-copyright{font-size:16px}}.language-switcher{display:flex;gap:8px;position:fixed;right:20px;top:20px;z-index:1000}.language-btn{align-items:center;background-color:#f5f1e9;border:none;border-radius:24px;box-shadow:none;color:#8a8a8a;cursor:pointer;display:flex;font-family:system-ui,sans-serif;font-size:16px;font-weight:400;height:34px;justify-content:center;letter-spacing:.5px;padding:6px 0;transition:all .2s ease;width:50px}.language-btn:hover{background-color:#edebe6}.language-btn.active{background-color:#f5f1e9;color:#666;font-weight:400}.language-btn:focus{outline:none}@media (max-width:768px){.language-switcher{right:80px;top:15px}.language-btn{font-size:14px;height:30px;width:45px}}@media (max-width:576px){.language-switcher{right:45px;top:20px}.language-btn{font-size:12px;height:28px;width:40px}}.design-section{align-items:flex-end;display:flex;justify-content:flex-end;min-height:100vh;overflow:hidden;position:relative;width:100%}.design-background{background-image:url(/static/media/design-main.9e98c7315a22a3b64c6e.png);background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.design-content{align-items:flex-end;display:flex;flex-direction:column;margin-bottom:10vh;margin-right:4rem;max-width:600px;padding:2rem;position:relative;text-align:right;width:50%;z-index:2}.design-title{color:#fff;font-family:DT Getai Grotesk Display,sans-serif;font-size:64px;font-weight:700;line-height:1;margin-bottom:1.5rem;text-align:right;white-space:nowrap}.design-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:clamp(1.2rem,1.8vw,1.5rem);height:4.5em;line-height:1.5;max-width:700px;overflow:hidden;text-align:right}.design-section-mobile{align-items:center;background-color:#fffbf5;flex-direction:column;justify-content:flex-start;min-height:auto;padding:0 1.5rem}.design-background-mobile{background-image:none;height:auto;margin:0;position:relative;width:100%}.design-image-container{align-items:center;background-color:initial;display:flex;justify-content:center;overflow:hidden;padding:.5rem}.design-image,.design-image-container{border-radius:8px;height:auto;width:100%}.design-image{display:block;margin:0 auto;max-width:none;object-fit:contain}.design-content-mobile{align-items:center;display:flex;flex-direction:column;margin:0;padding:0;text-align:center;width:100%}.design-title-mobile{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:42px;font-weight:700;line-height:1.2;margin-bottom:1rem;text-align:left;width:100%}.design-description-mobile{color:#333;display:block;font-size:.95rem;height:auto;line-height:1.5;margin-top:.5rem;max-width:320px;overflow:visible;text-align:center}@media (max-width:1400px){.design-title{font-size:56px;white-space:normal}}@media (max-width:992px){.design-content{margin-right:2rem;width:60%}.design-title{font-size:48px}}@media (max-width:768px){.design-section{justify-content:center}.design-content{align-items:center;background-color:#0006;border-radius:10px;margin-right:0;padding:2rem;text-align:center;width:80%}.design-title{font-size:40px}.design-description,.design-title{text-align:center}}@media (max-width:576px){.design-content{padding:1.5rem;width:90%}.design-title{font-size:40px}.design-description{font-size:clamp(1rem,4vw,1.2rem)}}@media (max-width:400px){.design-title-mobile{font-size:38px}}.talk-section{height:100vh;overflow:hidden;position:relative;width:100%}.talk-image-container{background-color:#fffbf5;height:100%;width:100%}.talk-image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;position:relative;width:100%}.talk-header{left:0;padding-left:35%;position:absolute;text-align:left;top:80px;transform:rotate(-5deg);width:100%;z-index:5}.talk-greeting,.talk-intro{margin-bottom:5px}.talk-dots,.talk-greeting,.talk-intro{color:#000;font-family:Major Mono Display,monospace;font-size:48px;font-weight:400;line-height:1.2}.talk-content{bottom:15%;left:80px;position:absolute;text-align:left;width:60%}.talk-title{color:#000;font-family:DT Getai Grotesk Display,sans-serif;font-size:64px;font-weight:700;margin-bottom:16px;text-align:left;text-shadow:2px 2px 4px #0003;white-space:nowrap}.talk-subtitle{color:#000;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:24px;font-weight:400;line-height:1.4;margin:0;max-width:600px;text-align:left;text-shadow:1px 1px 3px #0000001a}.talk-title-desktop{bottom:calc(15% + 50px);color:#000;display:block;left:5%;margin-bottom:0;position:absolute;text-align:left;white-space:nowrap;width:70%;z-index:10}.talk-title-desktop,.talk-title-mobile{font-family:DT Getai Grotesk Display,sans-serif}.talk-title-mobile{display:none}@media (max-width:1400px){.talk-content{width:70%}.talk-title{font-size:56px;margin-bottom:12px;white-space:normal}.talk-subtitle{font-size:22px;max-width:500px}.talk-dots,.talk-greeting,.talk-intro{font-size:42px}.talk-header{padding-left:33%;top:60px}.talk-title-desktop{white-space:normal}}@media (max-width:992px){.talk-content{left:60px;width:80%}.talk-title{font-size:48px;margin-bottom:10px}.talk-subtitle{font-size:20px;max-width:500px}.talk-dots,.talk-greeting,.talk-intro{font-size:38px}.talk-header{padding-left:30%}}@media (max-width:768px){.talk-content{bottom:60px;left:40px;width:90%}.talk-title{font-size:40px;margin-bottom:8px}.talk-subtitle{font-size:18px;max-width:400px}.talk-dots,.talk-greeting,.talk-intro{font-size:32px}.talk-header{padding-left:28%;top:40px}}@media (max-width:576px){.talk-section{background-color:#fffbf5;display:flex;flex-direction:column;height:auto;overflow:visible}.talk-title-desktop{display:none}.talk-title-mobile{background-color:#fffbf5;color:#000;display:block;font-size:42px;font-weight:700;margin:0;padding:0 20px 15px;position:relative;text-align:center;width:100%;z-index:10}.talk-image-container{background-color:#ede2d6;height:auto;margin-top:0;padding-bottom:0;padding-top:120px;position:relative;width:100%}.talk-header{align-items:flex-start;display:flex;flex-direction:column;left:0;margin-bottom:0;padding-left:20px;position:relative;top:-80px;transform:rotate(0);width:100%;z-index:5}.talk-greeting{margin-left:10px;transform:rotate(-10deg)}.talk-greeting,.talk-intro{font-size:28px;margin-bottom:10px;text-align:left}.talk-intro{margin-left:70px;transform:rotate(-5deg)}.talk-dots{font-size:28px;margin-left:100px;margin-top:10px;text-align:left;transform:rotate(-8deg)}.talk-image{background-position:50%;background-size:contain;height:380px;margin:0;position:relative;width:100%}.talk-content{bottom:40px;left:0;padding:0 20px;position:absolute;text-align:left;width:100%}.talk-subtitle{color:#000;font-size:16px;line-height:1.6;max-width:80%;text-align:left}}@media (max-width:400px){.talk-title-mobile{font-size:38px;padding:0 15px 12px}.talk-image{height:340px}.talk-dots,.talk-greeting,.talk-intro{font-size:24px}.talk-image-container{padding-top:100px}.talk-header{top:-70px}.talk-subtitle{font-size:14px;line-height:1.5}.talk-content{bottom:30px}}@media (max-height:600px) and (min-width:577px){.talk-header{top:20px}.talk-content{bottom:5%}.talk-title{margin-bottom:8px}}@media (min-width:1600px){.talk-title{margin:0 0 12px}}.alone-section{height:100vh;overflow:hidden;position:relative;width:100%}.alone-image,.alone-image-container{height:100%;width:100%}.alone-image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;position:relative}.alone-content{bottom:15%;color:#fff;padding:0 5% 0 0;position:absolute;right:0;text-align:right;width:60%}.alone-title{font-family:DT Getai Grotesk Display,sans-serif;font-size:64px;font-weight:700;margin-bottom:16px;text-align:right;text-shadow:2px 2px 4px #00000080;white-space:nowrap}.alone-subtitle{font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:24px;font-weight:400;margin:0 0 0 auto;max-width:600px;text-align:right;text-shadow:1px 1px 3px #00000080}.alone-title-desktop{bottom:calc(15% + 50px);color:#fff;display:block;margin-bottom:0;position:absolute;right:5%;text-align:right;white-space:nowrap;width:70%;z-index:10}.alone-title-mobile{display:none;font-family:DT Getai Grotesk Display,sans-serif}@media (max-width:1400px){.alone-content{width:70%}.alone-title{font-size:56px;white-space:normal}.alone-subtitle{font-size:22px;max-width:500px}.alone-title-desktop{white-space:normal}}@media (max-width:992px){.alone-content{width:80%}.alone-title{font-size:48px}.alone-subtitle{font-size:20px;max-width:500px}}@media (max-width:768px){.alone-content{padding:0 3% 0 0;width:90%}.alone-title{font-size:40px}.alone-subtitle{font-size:18px;max-width:400px}}@media (max-width:576px){.alone-section{background-color:#fffbf5;display:flex;flex-direction:column;height:auto;overflow:visible}.alone-title-desktop{display:none}.alone-title-mobile{background-color:initial;color:#333;display:block;font-size:42px;font-weight:700;margin:0;padding:0 20px;position:relative;text-align:center;text-shadow:none;width:100%;z-index:2}.alone-image-container{background-color:initial;height:auto;margin-top:-10px;width:100%}.alone-image{align-items:flex-end;background-position:50%;background-size:contain;display:flex;height:380px;justify-content:flex-end;position:relative}.alone-content{bottom:40px;padding:0 20px 0 0;position:absolute;right:0;text-align:right;width:100%}.alone-subtitle{color:#fff;font-size:16px;line-height:1.6;margin-bottom:35px;max-width:80%;text-align:right;text-shadow:1px 1px 3px #000000b3}}@media (max-width:400px){.alone-title-mobile{font-size:38px;padding:0 15px}.alone-image{height:340px}.alone-content{bottom:30px}.alone-subtitle{font-size:14px;line-height:1.5}}@media (max-height:600px) and (min-width:577px){.alone-content{bottom:5%}.alone-title{margin-bottom:8px}}.play-section{height:100vh;overflow:hidden;position:relative;width:100%}.play-image,.play-image-container{height:100%;width:100%}.play-image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;position:relative}.play-content{bottom:15%;color:#fff;left:5%;padding:0 20px;position:absolute;text-align:left;width:50%}.play-title{font-size:72px;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px #00000080}.play-title,.play-title-desktop{font-family:DT Getai Grotesk Display,sans-serif;white-space:nowrap}.play-title-desktop{bottom:calc(15% + 50px);color:#fff;display:block;left:5%;margin-bottom:0;position:absolute;text-align:left;width:70%;z-index:10}.play-title-mobile{display:none;font-family:DT Getai Grotesk Display,sans-serif}.play-subtitle{font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:24px;font-weight:400;max-width:600px;text-shadow:1px 1px 3px #00000080}@media (max-width:1400px){.play-title{font-size:56px;white-space:normal}.play-subtitle{font-size:22px}.play-title-desktop{white-space:normal}}@media (max-width:992px){.play-title{font-size:48px}.play-subtitle{font-size:20px;max-width:500px}.play-content{width:60%}}@media (max-width:768px){.play-title{font-size:40px}.play-subtitle{font-size:18px;max-width:400px}.play-content{width:70%}}@media (max-width:576px){.play-section{background-color:#fffbf5;display:flex;flex-direction:column;height:auto;overflow:visible}.play-title-desktop{display:none}.play-title-mobile{color:#333;display:block;font-size:42px;font-weight:700;margin:0;padding:0 20px;text-align:center;text-shadow:none;z-index:2}.play-image-container,.play-title-mobile{background-color:initial;position:relative;width:100%}.play-image-container{height:auto;margin-top:-5px}.play-image{align-items:flex-end;background-position:50%;background-size:contain;display:flex;height:380px;justify-content:flex-start;position:relative}.play-content{bottom:60px;color:#fff;left:20px;padding:0;position:absolute;text-align:left;width:75%}.play-subtitle{color:#fff;font-size:15px;line-height:1.5;margin-bottom:20px;max-width:100%;text-align:left;text-shadow:1px 1px 3px #000000b3}}@media (max-width:400px){.play-title-mobile{font-size:38px;padding:0 15px}.play-image{height:340px}.play-content{bottom:50px;width:70%}.play-subtitle{font-size:13px;line-height:1.4}}@media (max-height:600px) and (min-width:577px){.play-content{bottom:5%}.play-title{margin-bottom:8px}}.protect-section{height:100vh;overflow:hidden;position:relative;width:100%}.protect-image,.protect-image-container{height:100%;width:100%}.protect-image{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;position:relative}.protect-content{bottom:15%;color:#fff;padding:0 20px;position:absolute;right:5%;text-align:right;width:60%}.protect-title{font-size:72px;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px #00000080}.protect-title,.protect-title-desktop{font-family:DT Getai Grotesk Display,sans-serif;white-space:nowrap}.protect-title-desktop{bottom:calc(15% + 50px);color:#fff;display:block;margin-bottom:0;position:absolute;right:5%;text-align:right;width:70%;z-index:10}.protect-title-mobile{display:none;font-family:DT Getai Grotesk Display,sans-serif}.protect-subtitle{font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:24px;font-weight:400;margin-left:auto;max-width:600px;text-shadow:1px 1px 3px #00000080}@media (max-width:1400px){.protect-title{font-size:56px;white-space:normal}.protect-subtitle{font-size:22px}.protect-title-desktop{white-space:normal}}@media (max-width:992px){.protect-title{font-size:48px}.protect-subtitle{font-size:20px;max-width:500px}.protect-content{width:70%}}@media (max-width:768px){.protect-title{font-size:40px}.protect-subtitle{font-size:18px;max-width:400px}.protect-content{width:80%}}@media (max-width:576px){.protect-section{background-color:#fffbf5;display:flex;flex-direction:column;height:auto;overflow:visible}.protect-title-desktop{display:none}.protect-title-mobile{color:#333;display:block;font-size:42px;font-weight:700;margin:0;padding:0 20px;text-align:center;text-shadow:none;z-index:2}.protect-image-container,.protect-title-mobile{background-color:initial;position:relative;width:100%}.protect-image-container{height:auto;margin-top:-5px}.protect-image{align-items:flex-end;background-position:50%;background-size:contain;display:flex;height:380px;justify-content:flex-end;position:relative}.protect-content{bottom:60px;color:#fff;padding:0;position:absolute;right:20px;text-align:right;width:75%}.protect-subtitle{color:#fff;font-size:15px;line-height:1.5;margin-bottom:20px;max-width:100%;text-align:right;text-shadow:1px 1px 3px #000000b3}}@media (max-width:400px){.protect-title-mobile{font-size:38px;padding:0 15px}.protect-image{height:340px}.protect-content{bottom:50px;width:70%}.protect-subtitle{font-size:13px;line-height:1.4}}@media (max-height:600px) and (min-width:577px){.protect-content{bottom:5%}.protect-title{margin-bottom:8px}}.emotions-page-section{align-items:center;background-color:#fffbf5;display:flex;justify-content:center;min-height:100vh;padding:80px 20px;width:100%}.emotions-container{margin:0 auto;max-width:1200px;position:relative;width:100%}.emotions-header{margin-bottom:60px;text-align:left}.emotions-title{color:#000;font-size:64px;font-weight:900;margin-bottom:16px}.emotions-title,.emotions-title span{font-family:DT Getai Grotesk Display,sans-serif}.emotions-description{color:#666;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:22px;font-weight:400;line-height:1.6;max-width:800px}.emotions-grid{display:block;height:700px;margin:40px auto;position:relative;width:700px}.emotion-item{align-items:center;display:flex;flex-direction:column;height:220px;justify-content:center;padding:10px;position:absolute;width:220px}.emotion-image,.emotion-item{transition:transform .3s ease}.emotion-image{margin-bottom:15px;text-align:center}.emotion-image img{height:auto;max-height:180px;max-width:100%;object-fit:contain}.emotion-label{color:#666;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:22px;font-weight:500}.emotion-normal-description{display:none}.emotion-normal{align-items:center;background-color:initial;flex-direction:column;height:220px;left:50%;pointer-events:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:220px;z-index:5}.emotion-normal,.emotion-normal .emotion-image{display:flex;justify-content:center;margin:0;padding:0}.emotion-normal .emotion-image{min-height:180px;width:100%}.emotion-normal .emotion-image img{display:block;margin:0 auto;max-height:220px;min-height:180px;opacity:100%;width:auto}.emotion-normal .emotion-label{margin-top:15px;text-align:center}.emotion-upset{left:50%;top:calc(50% - 280px);transform:translate(-50%,-50%)}.emotion-love{top:calc(50% - 140px)}.emotion-cute,.emotion-love{left:calc(50% + 242px);transform:translate(-50%,-50%)}.emotion-cute{top:calc(50% + 140px)}.emotion-angry{left:50%;top:calc(50% + 280px);transform:translate(-50%,-50%)}.emotion-error{top:calc(50% + 140px)}.emotion-error,.emotion-happy{left:calc(50% - 242px);transform:translate(-50%,-50%)}.emotion-happy{top:calc(50% - 140px)}.emotion-item:hover{z-index:3}.emotion-image:hover{transform:scale(1.1)}@media (max-width:1200px){.emotions-title{font-size:56px}.emotions-description{font-size:20px}.emotion-image img{max-height:160px}.emotion-normal .emotion-image img{max-height:200px}.emotion-label{font-size:20px}.emotions-grid{height:650px;width:650px}.emotion-upset{top:calc(50% - 260px);transform:translate(-50%,-50%)}.emotion-love{top:calc(50% - 130px)}.emotion-cute,.emotion-love{left:calc(50% + 225px);transform:translate(-50%,-50%)}.emotion-cute{top:calc(50% + 130px)}.emotion-angry{top:calc(50% + 260px);transform:translate(-50%,-50%)}.emotion-error{top:calc(50% + 130px)}.emotion-error,.emotion-happy{left:calc(50% - 225px);transform:translate(-50%,-50%)}.emotion-happy{top:calc(50% - 130px)}}@media (max-width:992px){.emotions-title{font-size:48px}.emotions-description{font-size:18px}.emotion-image img{max-height:140px}.emotion-normal .emotion-image img{max-height:180px}.emotion-label{font-size:18px}.emotions-grid{height:550px;width:550px}.emotion-upset{top:calc(50% - 220px);transform:translate(-50%,-50%)}.emotion-love{top:calc(50% - 110px)}.emotion-cute,.emotion-love{left:calc(50% + 190px);transform:translate(-50%,-50%)}.emotion-cute{top:calc(50% + 110px)}.emotion-angry{top:calc(50% + 220px);transform:translate(-50%,-50%)}.emotion-error{top:calc(50% + 110px)}.emotion-error,.emotion-happy{left:calc(50% - 190px);transform:translate(-50%,-50%)}.emotion-happy{top:calc(50% - 110px)}}@media (max-width:768px){.emotions-page-section{padding:60px 15px}.emotions-header{margin-bottom:40px}.emotions-title{font-size:42px}.emotions-grid{height:450px;width:450px}.emotion-image img{max-height:120px}.emotion-normal .emotion-image img{max-height:160px}.emotion-upset{top:calc(50% - 180px);transform:translate(-50%,-50%)}.emotion-love{top:calc(50% - 90px)}.emotion-cute,.emotion-love{left:calc(50% + 155px);transform:translate(-50%,-50%)}.emotion-cute{top:calc(50% + 90px)}.emotion-angry{top:calc(50% + 180px);transform:translate(-50%,-50%)}.emotion-error{top:calc(50% + 90px)}.emotion-error,.emotion-happy{left:calc(50% - 155px);transform:translate(-50%,-50%)}.emotion-happy{top:calc(50% - 90px)}}@media (max-width:576px){.emotions-page-section{min-height:auto;padding:40px 15px}.emotions-container{display:flex;flex-direction:column}.emotions-header{margin-bottom:30px;text-align:center}.emotions-title{color:#000;font-size:42px;margin-bottom:20px;text-align:center}.emotions-title:before{content:"Emotions"}.emotions-description,.emotions-title br,.emotions-title span{display:none}.emotions-grid{flex-direction:column;margin:0;padding:0;width:100%}.emotion-item,.emotions-grid{display:flex;height:auto;position:relative}.emotion-item{align-items:center;flex-direction:row;margin:12px 0;padding:16px;transform:none;transition:transform .2s ease;width:auto}.emotion-normal{flex-direction:column;height:auto;left:auto;margin:20px auto 5px;order:-1;position:relative;top:auto;transform:none;width:220px}.emotion-normal-description{color:#666;display:block;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.4;margin:0 auto 30px;max-width:100%;order:0;padding:0;text-align:center;width:90%}.emotion-angry,.emotion-cute,.emotion-error,.emotion-happy,.emotion-love,.emotion-upset{left:auto;padding:12px 20px;position:relative;top:auto}.emotion-angry,.emotion-love,.emotion-upset{align-self:flex-start;margin-left:10px;margin-right:auto;width:85%}.emotion-cute,.emotion-error,.emotion-happy{align-self:flex-end;margin-left:auto;margin-right:10px;width:85%}.emotion-image{align-items:center;display:flex;justify-content:center;margin:0 20px 0 0;min-width:130px;text-align:center;width:130px}.emotion-label{background-color:#f2eee8;border-radius:20px;display:inline-block;font-size:22px;margin:0;padding:8px 24px}.emotion-image img{max-height:130px;width:auto}.emotion-normal .emotion-image{margin:0 0 10px;min-height:auto;width:auto}.emotion-normal .emotion-image img{max-height:150px}.emotion-item:hover{transform:translateY(-2px);z-index:2}}@media (max-width:400px){.emotions-page-section{padding:30px 10px}.emotions-title{font-size:38px}.emotion-normal-description{font-size:15px;line-height:1.3;padding:0;width:95%}.emotion-image{margin:0 15px 0 0;min-width:110px;width:110px}.emotion-image img{max-height:110px}.emotion-normal .emotion-image img{max-height:130px}.emotion-label{font-size:18px;padding:6px 18px}}.emotion-section{align-items:center;background-color:#fffbf5;display:flex;flex-direction:column;padding:80px 20px;width:100%}.emotion-title-container{margin-bottom:60px;max-width:1018px;text-align:center}.emotion-title{color:#000;font-family:DT Getai Grotesk Display,sans-serif;font-size:64px;font-weight:900;margin-bottom:16px}.emotion-subtitle{color:#656565;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:28px;line-height:1.6;margin:0 auto;max-width:1018px}.subtitle-line{line-height:1.6;margin:0;padding:0}.carousel-container{margin:0 auto;max-width:909px;overflow:visible;padding-bottom:30px}.carousel-container,.carousel-inner{border-radius:53px;position:relative;width:100%}.carousel-inner{background-color:#fff;box-shadow:0 10px 30px #0000001a;height:590px;overflow:hidden}.carousel-slide{height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .5s ease-in-out;width:100%;z-index:1}.carousel-slide.active{opacity:100%;z-index:2}.slide-image-container{height:100%;overflow:hidden;position:relative;width:100%}.slide-image{display:block;height:100%;object-fit:cover;width:100%}.slide-gradient{background:linear-gradient(0deg,#fff 0,#f7ebd200);border-radius:50px;bottom:0;height:170px;left:0;position:absolute;width:100%}.slide-text{bottom:50px;color:#000;font-family:Alata-Regular,Helvetica,Arial,sans-serif;font-size:32px;font-weight:400;left:50px;position:absolute;right:50px;z-index:3}.carousel-dots{display:flex;justify-content:center;margin-bottom:10px;margin-top:20px;position:relative;z-index:10}.carousel-dot{background-color:#ccc;border:none;border-radius:50%;cursor:pointer;height:12px;margin:0 8px;padding:0;transition:background-color .3s ease;width:12px}.carousel-dot.active{background-color:#887d6e;transform:scale(1.2)}@media (max-width:1024px){.carousel-inner{height:500px}.slide-text{bottom:40px;font-size:28px;left:40px;right:40px}.emotion-title{font-size:54px}.emotion-subtitle{font-size:24px}}@media (max-width:768px){.emotion-section{padding:60px 15px}.emotion-title{font-size:46px}.emotion-subtitle{font-size:22px}.carousel-inner{border-radius:40px;height:400px}.slide-text{bottom:30px;font-size:24px;left:30px;right:30px}.slide-gradient{height:140px}}@media (max-width:576px){.emotion-section{background-color:#fffbf5;padding:20px;position:relative}.emotion-title-container{margin-bottom:20px;padding-left:10px;text-align:left;width:100%}.emotion-title{color:#000;font-size:56px;font-weight:900;line-height:1.1;margin-bottom:15px;text-align:left}.emotion-subtitle{display:block;font-family:Alata-Regular,Helvetica,Arial,sans-serif;margin-top:0;max-width:100%;white-space:normal}.emotion-subtitle,.subtitle-line{color:#555;font-size:16px;line-height:1.5;text-align:left}.subtitle-line{margin-bottom:5px}.carousel-container{border-radius:20px;margin-top:20px;max-width:100%;overflow:visible;padding-bottom:25px}.carousel-inner{background-color:#fffdf6;border:1px solid #f0f0f0;border-radius:20px;box-shadow:0 4px 15px #0000000d;height:350px;overflow:hidden}.slide-image-container{align-items:center;display:flex;justify-content:center;padding:0}.slide-image{height:85%;max-width:90%;object-fit:contain;width:auto}.slide-text{bottom:20px;color:#555;font-size:18px;font-weight:400;left:20px;right:20px;text-align:center}.slide-gradient{background:linear-gradient(0deg,#fffdf6 0,#fffdf600);height:100px}.carousel-dot{height:8px;margin:0 6px;width:8px}.carousel-dots{display:none}}.fusion-skin-section{background-color:#fffbf5;overflow:hidden;padding:-300px 120px 100px;position:relative;width:100%}.fusion-skin-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px}.fusion-skin-text{width:45%}.fusion-skin-title{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:72px;font-weight:700;margin-bottom:30px}.fusion-skin-subtitle{color:#333;font-size:20px;line-height:1.5;margin-bottom:20px;max-width:90%}.fusion-skin-description{color:#666;font-size:18px;font-weight:600}.fusion-skin-image-container{align-items:center;display:flex;justify-content:center;width:50%}.fusion-skin-image{height:auto;max-width:100%;transition:transform .3s ease}.fusion-skin-image:hover{transform:scale(1.05)}@media (max-width:1024px){.fusion-skin-section{padding:40px 60px 80px}.fusion-skin-title{font-size:60px}.fusion-skin-subtitle{font-size:18px}}@media (max-width:768px){.fusion-skin-section{padding:30px 40px 60px}.fusion-skin-content{flex-direction:column;position:relative}.fusion-skin-text{padding-top:30px;text-align:left;width:100%}.fusion-skin-subtitle{max-width:100%}.fusion-skin-title{font-size:48px;margin-right:100px}.fusion-skin-image-container{position:absolute;right:0;top:0;width:180px}}@media (max-width:576px){.fusion-skin-section{padding:20px 20px 40px}.fusion-skin-title{font-size:36px;margin-bottom:20px;margin-right:80px}.fusion-skin-description,.fusion-skin-subtitle{font-size:16px}.fusion-skin-image-container{width:120px}}.fusion-gallery-section{align-items:center;background-color:#fffbf5;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:-300px 120px 50px;position:relative;width:100%}.fusion-gallery-container{margin:0 auto;max-width:1440px;width:100%}.fusion-gallery-title{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:64px;font-weight:700;margin-bottom:20px;text-align:center}.fusion-gallery-subtitle{color:#666;font-size:22px;line-height:1.5;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.fusion-gallery-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);margin:0 auto;max-width:1200px}.fusion-gallery-item{aspect-ratio:1/1;background-color:initial;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.fusion-gallery-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;opacity:100%;transition:opacity .4s ease;width:100%}.fusion-gallery-image{max-height:90%;max-width:90%;object-fit:contain}.fusion-gallery-item:hover{transform:translateY(-5px)}.fusion-gallery-item.empty{background-color:initial;cursor:default}.coming-soon-wrapper{position:relative}.coming-soon-text{background-color:initial;border-radius:5px;color:#fff;font-family:DT Getai Grotesk Display,sans-serif;font-size:24px;font-weight:700;left:50%;padding:10px 20px;position:absolute;text-align:center;text-shadow:1px 1px 3px #0000004d;top:50%;transform:translate(-50%,-50%);z-index:5}@media (max-width:1200px){.fusion-gallery-section{padding:80px 60px 40px}.fusion-gallery-title{font-size:56px}.fusion-gallery-subtitle{font-size:20px}.fusion-gallery-grid{gap:25px}}@media (max-width:992px){.fusion-gallery-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}.fusion-gallery-item.empty{display:none}}@media (max-width:768px){.fusion-gallery-section{padding:60px 40px 30px}.fusion-gallery-title{font-size:48px}.fusion-gallery-subtitle{font-size:18px;margin-bottom:40px}.fusion-gallery-grid{gap:20px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,1fr)}}@media (max-width:576px){.fusion-gallery-section{padding:40px 20px 20px}.fusion-gallery-title{font-size:36px}.fusion-gallery-subtitle{font-size:16px;margin-bottom:30px}.fusion-gallery-grid{gap:12px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.fusion-gallery-image{max-height:85%;max-width:85%}.fusion-gallery-image-wrapper{opacity:100%}.fusion-gallery-item:hover{transform:none}.coming-soon-text{font-size:18px;padding:8px 16px}}.features-section{align-items:center;background-color:#fffdf6;display:flex;justify-content:center;min-height:100vh;padding:4rem 2rem;width:100%}.features-container{display:flex;gap:2rem;justify-content:space-between;max-width:1200px;padding:0 1rem;width:100%}.feature-item{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.feature-image-container{border-radius:12px;box-shadow:0 5px 15px #0000000d;margin-bottom:1.5rem;overflow:hidden;position:relative;width:100%}.feature-image{aspect-ratio:1/1;display:block;height:auto;object-fit:cover;transition:transform .3s ease;width:100%}.feature-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:1.5rem;position:absolute;top:0;transition:opacity .3s ease;width:100%}.feature-hover-text{color:#fff;font-size:clamp(1rem,1.5vw,1.3rem);line-height:1.5;margin:0;text-align:center}.feature-image-container:hover .feature-overlay{opacity:100%}.feature-image-container:hover .feature-image{transform:scale(1.05)}.features-item-title{color:#999;font-size:clamp(1.5rem,2vw,2rem);font-weight:500;margin-bottom:1rem}.feature-description{color:#333;font-size:clamp(1.1rem,1.6vw,1.3rem);line-height:1.5;margin-top:.5rem;max-width:90%;padding:0 1rem;text-align:left}.feature-item-center{display:flex;flex-direction:column}.feature-item-center .feature-description{margin-top:1rem;text-align:left}@media (max-width:992px){.features-container{gap:1.5rem}}@media (max-width:768px){.features-container{align-items:center;flex-direction:column}.feature-item{margin-bottom:3rem;max-width:500px}.feature-item:last-child{margin-bottom:0}.feature-description,.feature-item-center .feature-description{text-align:center}}@media (max-width:576px){.features-section{padding:3rem 1rem}.features-item-title{font-size:1.3rem}.feature-description{font-size:1rem}}.app-control-section{align-items:center;background-color:#fffbf5;display:flex;flex-direction:column;margin-top:90px;overflow:hidden;padding:0;width:100%}.app-control-container{margin:0 auto;max-width:1800px;padding:0 50px;width:95%}.app-control-header{margin-bottom:100px;text-align:left}.app-control-title{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:48px;font-weight:900;margin-bottom:16px}.app-control-subtitle{color:#666;font-size:18px;max-width:600px}.app-control-content{display:flex;flex-direction:column;gap:200px}.chat-phone,.mbti-phone,.monitoring-phone-left,.monitoring-phone-right,.phone-image,.profile-phone,.reminder-phone,.voice-phone{border-radius:12px;box-shadow:0 8px 16px #0000001a;height:auto;object-fit:contain;width:350px}.app-control-top{gap:100px;justify-content:space-between;min-height:750px;width:100%}.app-control-top,.hand-phone{align-items:center;display:flex}.hand-phone{flex:0 0 48%;justify-content:center}.main-phone-image{border-radius:20px;box-shadow:0 10px 20px #0000001a;height:auto;max-width:100%}.chat-section{display:flex;flex:0 0 52%;flex-direction:column;gap:25px;justify-content:center}.chat-phones{display:flex;gap:30px;justify-content:space-around}.second-row{flex-wrap:nowrap;gap:40px;justify-content:space-between;margin-bottom:40px;min-height:700px;width:100%}.feature-phone,.second-row{align-items:center;display:flex}.feature-phone,.monitoring-section{flex:1 1 22%;height:600px;justify-content:center;max-width:400px;min-width:320px}.monitoring-container,.monitoring-section{align-items:center;display:flex;position:relative}.monitoring-container{height:auto;justify-content:center;width:100%}.monitoring-phone-left,.monitoring-phone-right{border-radius:12px;box-shadow:0 8px 16px #0000001a;height:auto;object-fit:contain;position:absolute;width:340px}.monitoring-phone-left{left:50%;transform:translateX(-65%);z-index:1}.monitoring-phone-right{left:50%;transform:translateX(-35%);z-index:2}.app-control-bottom{display:flex;flex-wrap:nowrap;gap:40px;justify-content:space-between;margin-bottom:30px;margin-top:30px;padding-top:30px;position:relative;width:100%}.third-row-item{align-items:center;display:flex;flex:1 1 22%;justify-content:center;max-width:350px;min-width:250px}.middle-section{flex:1 1 34%;max-width:450px;min-width:350px}.middle-content{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:100%}.mbti-phone,.reminder-phone,.voice-phone{height:auto;margin:0 auto;max-width:350px;width:100%}.bobo-character-image{height:auto;margin:0 auto;max-width:300px;width:100%}.arrow-text-section{display:flex;flex-direction:column;gap:20px;margin-top:20px;width:100%}.arrow-text{align-items:center;display:flex;flex-direction:row;gap:15px;justify-content:center;position:relative;text-align:center}.arrow-text.to-mbti{justify-content:flex-start}.arrow-text.to-voice{justify-content:flex-end}.arrow-text p{color:#666;font-size:14px;margin:0;max-width:80%;text-align:center}.arrow-to-mbti,.arrow-to-voice{align-items:center;display:flex;height:20px;justify-content:center;position:relative;width:60px}.arrow-to-mbti{margin-right:10px}.arrow-to-voice{margin-left:10px}.arrow-to-mbti:before{background-color:#666;content:"";display:block;height:2px;left:8px;position:absolute;width:70px}.arrow-to-mbti:after{border-bottom:2px solid #666;border-left:2px solid #666;content:"";display:block;height:8px;left:0;position:absolute;transform:rotate(45deg);width:8px}.arrow-to-voice:before{background-color:#666;content:"";display:block;height:2px;position:absolute;right:8px;width:70px}.arrow-to-voice:after{border-bottom:2px solid #666;border-right:2px solid #666;content:"";display:block;height:8px;position:absolute;right:0;transform:rotate(-45deg);width:8px}@media (max-width:1600px){.app-control-container{max-width:95%;padding:0 40px}.app-control-content{gap:180px}.app-control-bottom,.app-control-top{gap:30px}.app-control-bottom{margin-bottom:20px;margin-top:20px;padding-top:20px}.second-row{gap:30px;margin-bottom:30px}.feature-phone,.monitoring-section,.third-row-item{height:auto;max-width:300px;min-width:220px}.bobo-character-image,.chat-phone,.mbti-phone,.monitoring-phone-left,.monitoring-phone-right,.phone-image,.profile-phone,.reminder-phone,.voice-phone{max-width:300px;width:100%}.monitoring-phone-left,.monitoring-phone-right{width:280px}.middle-section{flex:1 1 34%;max-width:400px;min-width:320px}}@media (max-width:1400px){.app-control-bottom,.second-row{flex-wrap:wrap;gap:40px;justify-content:center}.feature-phone,.monitoring-section,.third-row-item{flex:0 0 45%;margin-bottom:40px;max-width:300px;min-width:280px}.middle-section{flex:0 0 90%;max-width:400px;min-width:280px;order:-1}.arrow-to-mbti,.arrow-to-voice{display:none}}@media (max-width:1200px){.app-control-container{max-width:90%;padding:0 30px}.app-control-content{gap:120px}.app-control-bottom,.app-control-top{gap:30px}.app-control-bottom{margin-bottom:20px;margin-top:20px;padding-top:20px}.second-row{gap:30px;margin-bottom:20px}.feature-phone,.monitoring-section,.third-row-item{flex:0 0 45%;max-width:280px;min-width:250px}.bobo-character-image,.chat-phone,.mbti-phone,.monitoring-phone-left,.monitoring-phone-right,.phone-image,.profile-phone,.reminder-phone,.voice-phone{max-width:280px;width:100%}.monitoring-phone-left,.monitoring-phone-right{width:260px}.middle-section{flex:0 0 90%;max-width:350px;min-width:250px}}@media (max-width:992px){.app-control-container{padding:0 20px}.app-control-content{gap:100px}.app-control-bottom,.app-control-top,.second-row{align-items:center;flex-direction:column;gap:40px;min-height:auto}.app-control-bottom{margin-bottom:20px;margin-top:20px;padding-top:20px}.bottom-descriptions{margin-top:20px}.second-row{gap:40px;justify-content:center;margin-bottom:10px;min-height:auto}.chat-section,.feature-phone,.hand-phone,.monitoring-section,.third-row-item{flex:0 0 100%;margin-bottom:30px;max-width:450px;width:100%}.monitoring-section{position:relative}.monitoring-phone-left,.monitoring-phone-right{position:absolute;width:250px}.monitoring-phone-left{left:50%;transform:translateX(-70%)}.monitoring-phone-right{left:50%;transform:translateX(-30%)}.bobo-character-image,.chat-phone,.mbti-phone,.phone-image,.profile-phone,.reminder-phone,.voice-phone{max-width:300px;width:100%}.middle-section{flex:0 0 100%;max-width:450px;order:-1;width:100%}.middle-content{gap:15px}.arrow-text{flex-direction:column;gap:10px}.arrow-text p{max-width:100%}}@media (max-width:768px){.app-control-section{margin-top:70px;padding:60px 0}.app-control-content{gap:80px}.app-control-title{font-size:28px}.chat-section,.feature-phone,.hand-phone,.monitoring-section,.third-row-item{margin-bottom:20px}.bobo-character-image,.chat-phone,.mbti-phone,.monitoring-phone-left,.monitoring-phone-right,.phone-image,.profile-phone,.reminder-phone,.voice-phone{max-width:250px;width:100%}.app-control-bottom{gap:20px}.arrow-text-section{gap:15px;margin-top:15px}.mobile-item{margin-bottom:20px}.mobile-phone-image{max-width:250px;width:85%}.mobile-description{font-size:13px;max-width:90%}.monitoring-phones-mobile{height:420px}.monitoring-phones-mobile .monitoring-phone-left,.monitoring-phones-mobile .monitoring-phone-right{width:220px}.monitoring-description-container{margin-top:400px}}.app-control-section.mobile{background-color:#fffbf5;padding:40px 0}.app-control-content.mobile{gap:40px}.app-control-content.mobile,.mobile-item{align-items:center;display:flex;flex-direction:column}.mobile-item{gap:15px;margin-bottom:30px;position:relative;width:100%}.mobile-image-container{align-items:center;display:flex;justify-content:center;margin-bottom:10px;width:100%}.mobile-phone-image{border-radius:12px;box-shadow:0 6px 12px #0000001a;height:auto;max-width:300px;width:80%}.mobile-description{color:#666;font-size:14px;margin:10px auto 0;max-width:80%;position:relative;text-align:center;z-index:3}.monitoring-phones-mobile{display:flex;height:500px;justify-content:center;margin-bottom:0;max-width:300px;position:relative;width:80%}.monitoring-phones-mobile .monitoring-phone-left{left:50%;position:absolute;transform:translateX(-60%);width:260px;z-index:1}.monitoring-phones-mobile .monitoring-phone-right{left:50%;position:absolute;transform:translateX(-40%);width:260px;z-index:2}.monitoring-description-container{display:flex;justify-content:center;margin-top:480px;width:100%}@media (max-width:480px){.app-control-section.mobile{padding:30px 0}.app-control-content.mobile{gap:30px}.mobile-item{margin-bottom:25px}.mobile-phone-image{max-width:220px;width:90%}.monitoring-phones-mobile{height:360px}.monitoring-phones-mobile .monitoring-phone-left,.monitoring-phones-mobile .monitoring-phone-right{width:190px}.mobile-description{font-size:12px}.monitoring-description-container{margin-top:340px}}.mobile-monitoring-container{align-items:center;display:flex;flex-direction:column;margin-bottom:15px;width:100%}@media (max-width:768px){.mobile-monitoring-container{margin-bottom:10px}}@media (max-width:480px){.mobile-monitoring-container{margin-bottom:5px}}.full-width{box-sizing:border-box;left:50%;margin:0 -50vw;padding:0;position:relative;right:50%;width:100vw}.full-width-container{display:flex;justify-content:flex-start;margin:0;padding:0;width:100%}.full-width-image{border-radius:0;box-shadow:none;height:auto;margin:0;max-width:none;padding:0;width:100%}@media (max-width:768px){.full-width-image{width:100%}.full-width{margin:0 -20px}}@media (max-width:480px){.full-width-image{width:100%}.full-width{margin:0 -15px}}.fullwidth-image-container{margin-bottom:40px;margin-left:-20px;margin-right:-20px;overflow:hidden;width:100%}.fullwidth-image{border-radius:0;box-shadow:none;display:block;height:auto;width:100%}@media (max-width:768px){.fullwidth-image-container{margin-bottom:30px;margin-left:-15px;margin-right:-15px}}@media (max-width:480px){.fullwidth-image-container{margin-bottom:20px;margin-left:-10px;margin-right:-10px}}.background-container{display:flex;flex-direction:column;width:60%}.background-image{display:block;height:auto;margin:0;object-fit:cover;padding:0;width:100%}.background-image-section{display:block;font-size:0;line-height:0;margin:0;padding:0;width:100%}@media (max-width:768px){.background-container{width:100%}}@font-face{font-display:swap;font-family:阿里妈妈方圆体;font-style:normal;font-weight:400;src:url(/static/media/%E9%98%BF%E9%87%8C%E5%A6%88%E5%A6%88%E6%96%B9%E5%9C%86%E4%BD%93.312bbf4f8f3c1a5e9ac2.TTF) format("truetype")}.robot-specs-section{align-items:center;background-color:#1e1e1e;color:#fff;display:flex;justify-content:center;padding:80px 40px;width:100%}.robot-specs-container{display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1200px;width:100%}.robot-specs-title{color:#fff;font-family:DT Getai Grotesk Display,sans-serif;font-size:72px;font-weight:700;margin-bottom:30px}.robot-anatomy-part{display:flex;justify-content:center;margin-bottom:20px;width:100%}.robot-anatomy-image{max-width:900px;padding:10px;width:100%}.anatomy-main-image{display:block;height:auto;width:100%}.robot-specs-part{background-color:#2a2a2a;border-radius:10px;margin:0 auto;max-width:900px;padding:30px;width:100%}.specs-title{color:#fff;font-family:DT Getai Grotesk Display,sans-serif;font-size:20px;font-weight:600;margin-bottom:15px;text-align:center}.specs-content{color:#e0e0e0;font-family:阿里妈妈方圆体,sans-serif;font-size:16px;line-height:1.6;text-align:left}.specs-block{background-color:#333;border-radius:8px;margin-bottom:0;padding:20px}.specs-grid{display:flex;flex-direction:column;width:100%}.specs-row{border-bottom:1px solid #4a4a4a;display:flex;padding:20px 0}.specs-row:last-child{border-bottom:none}.specs-col{flex:1 1;padding:0 15px}.specs-col-title{color:#fff;font-family:DT Getai Grotesk Display,sans-serif;font-size:20px;font-weight:600;margin-bottom:10px;text-align:center}.specs-content-container{display:flex;justify-content:center;width:100%}.specs-col-content{color:#e0e0e0;font-family:阿里妈妈方圆体,sans-serif;font-size:14px;line-height:1.5;margin-left:0;max-width:80%;text-align:left}@media (max-width:768px){.robot-specs-section{display:flex;padding:40px 20px}.robot-specs-container{gap:30px}.robot-specs-title{font-size:48px;margin-bottom:20px;text-align:center}.robot-anatomy-image{padding:5px}.robot-specs-part{border-radius:8px;padding:20px}.specs-grid{gap:15px}.specs-row{flex-direction:column;gap:15px;padding:15px 0}.specs-col{padding:0 10px}.specs-col-title{font-size:18px;margin-bottom:8px}.specs-col-content{font-size:13px;max-width:100%;text-align:center}}@media (max-width:1024px) and (min-width:769px){.robot-specs-section{padding:60px 30px}.robot-specs-title{font-size:60px}.specs-title{font-size:20px}.specs-content{font-size:14px}}@media (max-width:576px){.robot-specs-section{padding:30px 15px}.robot-specs-title{font-size:36px;margin-bottom:15px}.robot-specs-container{gap:20px}.robot-anatomy-image{padding:2px}.robot-specs-part{padding:15px}.specs-row{gap:10px;padding:10px 0}.specs-col-title{font-size:16px;margin-bottom:6px}.specs-col-content{font-size:12px;line-height:1.4}}.more-than-cute-section{background-color:#fffdf6;min-height:100vh;padding:2rem}.more-than-cute-container,.more-than-cute-section{align-items:center;display:flex;justify-content:center;overflow-x:hidden;width:100%}.more-than-cute-container{max-width:100%;padding:0 1rem}.more-than-cute-title{color:#000;font-family:DT Getai Grotesk Display,sans-serif;font-size:clamp(2.5rem,6vw,6rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;text-align:center;transform-origin:center;white-space:nowrap}@media (max-width:768px){.more-than-cute-title{font-size:clamp(2rem,5vw,3.5rem)}}@media (max-width:576px){.more-than-cute-section{background-color:#fffbf5;padding:20px}.more-than-cute-title{font-size:clamp(1.2rem,3.5vw,2rem);padding:0 5px;white-space:normal}}.tweet-section{background-color:#fffbf5;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;width:100%}.tweet-container,.tweet-section{align-items:center;display:flex;position:relative}.tweet-container{justify-content:space-between;max-width:1800px;width:90%}.tweet-content{flex:1 1;min-height:550px;position:relative}.text-label{position:absolute}.i-m-skyris,.nice-to-tweet-you,.text-wrapper{color:#000;font-family:Major Mono Display,monospace;font-weight:400;letter-spacing:0;line-height:normal;position:relative;text-shadow:1px 8px 2.5px #0000001a;white-space:nowrap}.hewwo{height:146px;left:0;top:0;width:363px;z-index:3}.hewwo .text-wrapper{font-size:64px;transform:rotate(-10.17deg);width:354px}.symbols{height:141px;right:20%;top:100px;width:182px;z-index:2}.symbols .text-wrapper{font-size:48px;transform:rotate(29.31deg);width:172px}.skyris{height:188px;left:120px;top:180px;width:574px;z-index:5}.skyris .i-m-skyris{font-size:48px;transform:rotate(11.33deg);width:570px}.tweet-you{height:177px;left:60px;top:270px;width:691px;z-index:4}.tweet-you .nice-to-tweet-you{font-size:48px;transform:rotate(-4.11deg);width:684px}.at-symbol{height:63px;left:550px;top:350px;width:55px;z-index:1}.at-symbol .text-wrapper{font-size:48px;transform:rotate(28.27deg);width:34px}.tweet-description{left:50px;max-width:570px;padding:1rem;position:absolute;top:430px;z-index:6}.tweet-description p{color:#555;font-size:clamp(1rem,1.3vw,1.5rem);font-weight:300;line-height:1.5}.bobo-image-container{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;width:60%}.bobo-image{height:auto!important;margin:0;min-height:600px;min-width:600px;padding:0;width:600px!important}@media (max-width:1200px){.tweet-container{flex-direction:column-reverse;gap:2rem}.tweet-content{margin-top:2rem;min-height:450px;width:100%}.bobo-image-container{justify-content:center;max-height:650px;max-width:650px;width:90%}.bobo-image{max-height:100%}.hewwo{left:20px;top:0}.symbols{right:20%;top:80px}.skyris{left:60px;top:150px}.tweet-you{left:20px;top:240px}.at-symbol{left:450px;top:300px}.tweet-description{background-color:#fffdf6cc;border-radius:8px;left:40px;max-width:85%;top:360px}}@media (max-width:992px){.bobo-image{min-height:500px;min-width:500px;width:500px!important}}@media (max-width:768px){.tweet-section{padding:4rem 1rem 2rem}.tweet-content{margin-top:0;min-height:430px;padding-bottom:80px}.hewwo .text-wrapper{font-size:48px}.at-symbol .text-wrapper,.skyris .i-m-skyris,.symbols .text-wrapper,.tweet-you .nice-to-tweet-you{font-size:36px}.tweet-description{left:20px;padding:10px;top:320px;width:90%}.tweet-description p{font-size:1rem}.bobo-image{min-height:450px;min-width:450px;width:450px!important}}@media (max-width:576px){.tweet-section{background-color:#fffbf5;min-height:auto;padding:1.5rem .5rem}.tweet-container{flex-direction:column;margin:0;padding:0;position:relative;width:100%}.tweet-content{flex-direction:column;min-height:550px}.bobo-image-container,.tweet-content{align-items:center;display:flex;position:relative;width:100%}.bobo-image-container{height:300px;justify-content:center;margin:0 auto;max-width:300px;overflow:visible;padding:0}.bobo-image{height:auto;margin:0;min-height:auto;min-width:auto;object-fit:contain;position:relative;width:100%!important}.hewwo{height:auto;left:50%;position:absolute;top:0;transform:translateX(-50%) rotate(-8deg);width:auto;z-index:5}.hewwo .text-wrapper{font-size:42px;font-weight:500;text-align:center;transform:none;width:auto}.symbols{display:block;position:absolute;right:30px;top:260px;transform:rotate(35deg);z-index:2}.symbols .text-wrapper{font-size:24px;transform:none;width:auto}.skyris{height:auto;inset:auto 20px 60px auto;position:absolute;transform:none;width:auto;z-index:5}.skyris .i-m-skyris{font-size:28px;letter-spacing:1px;text-align:right;transform:none;width:auto}.tweet-you{height:auto;left:10px;position:absolute;top:120px;transform:none;width:auto;z-index:4}.tweet-you .nice-to-tweet-you{font-size:28px;letter-spacing:1px;text-align:left;transform:none;width:auto}.at-symbol{display:none}.tweet-description{background-color:initial;left:auto;margin:300px auto 0;max-width:90%;padding:10px;position:relative;top:auto;z-index:6}.tweet-description p{color:#555;font-size:.95rem;font-weight:300;line-height:1.5;text-align:center}}@media (min-width:1600px){.tweet-container{max-width:90%;width:90%}.hewwo .text-wrapper{font-size:72px}.at-symbol .text-wrapper,.skyris .i-m-skyris,.symbols .text-wrapper,.tweet-you .nice-to-tweet-you{font-size:56px}.tweet-description p{font-size:1.6rem}.bobo-image-container{max-height:900px;max-width:900px}}@font-face{font-display:swap;font-family:DT Getai Grotesk Display;font-style:normal;font-weight:900;src:url(/static/media/DTGETAIGROTESKDISPLAY-BLACK.be34845a9d2056289de9.OTF) format("opentype")}.voice-section{align-items:center;background-color:#fffbf5;display:flex;justify-content:center;min-height:50vh;padding:3rem 2rem;position:relative;width:100%}.voice-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;max-width:1800px;padding:0 2rem;width:90%}.play-button-container{flex:0 0 auto}.play-button-container.disabled{opacity:80%;pointer-events:none}.play-button{cursor:pointer;display:block;height:auto;transition:transform .3s ease,opacity .3s ease;width:180px}.play-button:hover{transform:scale(1.05)}.disabled .play-button:hover{transform:none}.play-button.playing{animation:pulse 1.2s infinite alternate}.play-button.loading{animation:rotate 2s linear infinite;opacity:70%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.voice-content{flex:1 1;max-width:800px}.voice-title{color:#333;font-family:DT Getai Grotesk Display,sans-serif;font-size:72px;font-weight:700;height:auto;margin-bottom:2rem;overflow-wrap:break-word;width:100%}.text-wrapper{color:#000;display:inline-block;font-family:Major Mono Display,monospace;font-size:48px;font-weight:400;letter-spacing:0;line-height:1.2;margin:0;overflow:visible;white-space:normal;width:100%}.highlight{font-weight:700}.voice-description{max-width:100%;padding-right:2rem}.voice-description p{color:#666;font-size:clamp(1rem,1.2vw,1.3rem);font-weight:300;line-height:1.6;margin:0}@media (max-width:1200px){.voice-container{gap:2rem;padding:0 1rem}.text-wrapper{font-size:40px;white-space:normal}.play-button{width:150px}}@media (max-width:768px){.voice-section{padding:2rem 1.5rem}.voice-container{flex-direction:column;gap:1.5rem;padding:0}.voice-content{max-width:100%;order:1;width:100%}.play-button-container{margin-top:1.5rem;order:2}.voice-title{margin-bottom:1rem}.text-wrapper{display:block;font-size:32px;text-align:center;width:100%}.voice-description{padding-left:0;padding-right:0}.voice-description p{padding:0 1rem;text-align:center}}@media (max-width:576px){.voice-section{background-color:#fffbf5;min-height:auto;padding:0}.voice-container{gap:0}.voice-container,.voice-content{align-items:center;flex-direction:column;padding:0;width:100%}.voice-content{display:flex;max-width:100%}.voice-title-container{align-items:center;background-color:#eee;border-radius:0;display:flex;margin-bottom:0;padding:1.2rem 1rem;width:100%}.play-button-container{flex:0 0 auto;margin:0 1.2rem 0 0;order:0}.play-button{height:40px;width:40px}.voice-title{flex:1 1;margin-bottom:0}.text-wrapper{font-family:Major Mono Display,monospace;font-size:22px;font-weight:400;line-height:1.3;overflow-wrap:break-word;padding-right:.5rem;text-align:left;white-space:normal}.highlight{font-weight:700}.voice-description{background-color:#fffbf5;margin-top:0;padding:1.5rem 1.2rem;width:100%}.voice-description p{color:#666;font-size:1rem;line-height:1.5;max-width:100%;text-align:center}}@media (min-width:1600px){.voice-container{max-width:90%;width:90%}.play-button{width:220px}.text-wrapper{font-size:60px}.voice-description p{font-size:1.5rem}}.combined-section{background-image:url(/static/media/backgroud.f15746c3236ed2f7b90b.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;min-height:100vh;padding:60px 40px}.combined-container,.combined-section{align-items:center;display:flex;position:relative;width:100%}.combined-container{justify-content:flex-end;margin:0 auto;max-width:1400px;z-index:2}.voice-content{align-items:center;display:flex;justify-content:center;padding-right:80px;position:relative}.bobo-image-container{bottom:10%;height:900px;right:-70%;width:900px}.bobo-image{height:100%;object-fit:contain;width:100%}.play-button-container{align-items:center;background-color:#ffffffe6;border:none;border-radius:50%;bottom:10%;box-shadow:0 4px 8px #0000001a;cursor:pointer;display:flex;height:120px;justify-content:center;position:absolute;right:20%;transition:all .3s ease;width:120px;z-index:5}.play-button-container.disabled{cursor:not-allowed;opacity:70%}.play-button{height:80%;object-fit:contain;transition:all .3s ease;width:80%}.play-button.playing{animation:pulse 1.5s infinite}.play-button.loading{animation:spin 1s linear infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:992px){.combined-section{display:none}}@font-face{font-display:swap;font-family:Major Mono Display;font-style:normal;font-weight:400;src:url(/static/media/major-mono-display-vietnamese-400-normal.b9a257e4725659c6454a.woff2) format("woff2"),url(/static/media/major-mono-display-vietnamese-400-normal.d1fdf802f396344e142f.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Major Mono Display;font-style:normal;font-weight:400;src:url(/static/media/major-mono-display-latin-ext-400-normal.fffca1e5bab87e7e0fd8.woff2) format("woff2"),url(/static/media/major-mono-display-latin-ext-400-normal.8bfa2142474e4f35bec0.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Major Mono Display;font-style:normal;font-weight:400;src:url(/static/media/major-mono-display-latin-400-normal.b766bfeac6a05316bbca.woff2) format("woff2"),url(/static/media/major-mono-display-latin-400-normal.595b4cb3f0b10dbc6581.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.c1be8770.css.map*/