.Navbar-module__cJzEcG__navbar{background-color:var(--color-background-beige);z-index:100;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex;position:sticky;top:0;box-shadow:0 4px 15px #5743350d}.Navbar-module__cJzEcG__logoContainer{z-index:102;align-items:center;display:flex}.Navbar-module__cJzEcG__logoLink{align-items:center;text-decoration:none;transition:opacity .3s;display:flex}.Navbar-module__cJzEcG__logoLink:hover{opacity:.85}.Navbar-module__cJzEcG__logoImage{width:auto;height:45px;display:block}@media (max-width:600px){.Navbar-module__cJzEcG__logoImage{height:38px}}.Navbar-module__cJzEcG__navContainer{align-items:center;gap:2.5rem;display:flex}.Navbar-module__cJzEcG__navLinks{gap:2.5rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLinks a{font-family:var(--font-body);color:var(--color-primary-dark-brown);font-size:1.1rem;font-weight:600;transition:color .3s;position:relative}.Navbar-module__cJzEcG__navLinks a:after{content:"";background-color:var(--color-primary-green);border-radius:2px;width:0;height:3px;transition:all .3s;position:absolute;bottom:-4px;left:50%}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--color-primary-green)}.Navbar-module__cJzEcG__navLinks a:hover:after{width:100%;left:0}.Navbar-module__cJzEcG__contactBtn{background-color:var(--color-primary-brown);color:#fff;font-size:1rem;font-weight:700;font-family:var(--font-body);cursor:pointer;box-shadow:0 4px 0 var(--color-primary-dark-brown);border:none;border-radius:30px;padding:.8rem 2rem;transition:all .3s}.Navbar-module__cJzEcG__contactBtn:hover{box-shadow:0 2px 0 var(--color-primary-dark-brown);background-color:var(--color-primary-green);transform:translateY(2px)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;padding:0;display:none}.Navbar-module__cJzEcG__hamburger span{background-color:var(--color-primary-dark-brown);transform-origin:1px;border-radius:10px;width:30px;height:3px;transition:all .3s linear;position:relative}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0;transform:translate(20px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:rotate(-45deg)}.Navbar-module__cJzEcG__overlay{display:none}@media (max-width:900px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navContainer{background-color:var(--color-background-beige);z-index:101;border-left:2px dashed var(--color-primary-green);flex-direction:column;justify-content:flex-start;align-items:center;width:250px;height:100vh;padding-top:80px;transition:right .4s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 25px #0000001a}.Navbar-module__cJzEcG__navContainer.Navbar-module__cJzEcG__active{right:0}.Navbar-module__cJzEcG__navLinks{text-align:center;flex-direction:column;gap:2rem;margin-bottom:3rem}.Navbar-module__cJzEcG__navLinks a{font-size:1.3rem}.Navbar-module__cJzEcG__overlay{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0006;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}}
.Footer-module__S6Hkya__footer{background-color:var(--color-primary-dark-brown);color:var(--color-background-beige);font-family:var(--font-body);padding:5rem 5% 1rem}.Footer-module__S6Hkya__container{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr .8fr .8fr 2fr;gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:3rem;display:grid}.Footer-module__S6Hkya__footerLogo{width:auto;height:60px;margin:0 auto 1rem;display:block}.Footer-module__S6Hkya__tagline{opacity:.8;margin-bottom:2rem;font-size:1rem}.Footer-module__S6Hkya__socials{gap:15px;display:flex}.Footer-module__S6Hkya__socialBtn{background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex}.Footer-module__S6Hkya__socialBtn:hover{background-color:var(--color-primary-green);color:#fff;transform:translateY(-3px)}.Footer-module__S6Hkya__colTitle{color:var(--color-secondary-yellow);margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__linksCol ul{padding:0;list-style:none}.Footer-module__S6Hkya__linksCol li{margin-bottom:1rem}.Footer-module__S6Hkya__linksCol a{opacity:.8;transition:opacity .3s}.Footer-module__S6Hkya__linksCol a:hover{opacity:1;color:var(--color-primary-green)}.Footer-module__S6Hkya__contactCol p{opacity:.8;white-space:nowrap;margin-bottom:.8rem}.Footer-module__S6Hkya__bottomBar{opacity:.6;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding-top:1.5rem;font-size:.85rem;display:flex}@media (max-width:900px){.Footer-module__S6Hkya__container{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__S6Hkya__container{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;padding-bottom:1.5rem}.Footer-module__S6Hkya__footer{text-align:center;padding:3rem 5% 1rem}.Footer-module__S6Hkya__brandCol{grid-column:span 2}.Footer-module__S6Hkya__socials{justify-content:center}.Footer-module__S6Hkya__linksCol{text-align:center;border-top:1px dashed #ffffff26;padding-top:1.5rem}.Footer-module__S6Hkya__contactCol{border-top:1px dashed #ffffff26;grid-column:span 2;padding-top:1.5rem}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;gap:10px;padding-top:1rem}}
.Hero-module__ZARIfG__heroSection{background:radial-gradient(circle at 10% 20%, #fffbf0 0%, var(--color-background-beige) 80%);justify-content:space-between;align-items:center;min-height:calc(100vh - 80px);padding:4rem 10%;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroContent{z-index:2;flex:1;max-width:600px;animation:.8s ease-out forwards Hero-module__ZARIfG__slideUp;position:relative}.Hero-module__ZARIfG__badge{background-color:var(--color-secondary-yellow);color:var(--color-primary-dark-brown);letter-spacing:1.5px;border-radius:30px;margin-bottom:2rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:800;animation:3s infinite Hero-module__ZARIfG__heartBeat;display:inline-block;box-shadow:0 4px 15px #eac56366}.Hero-module__ZARIfG__title{color:var(--color-primary-dark-brown);text-shadow:2px 2px #eac5634d;margin-bottom:1.5rem;font-size:4.2rem}.Hero-module__ZARIfG__highlight{color:var(--color-primary-green);display:inline-block;position:relative}.Hero-module__ZARIfG__highlight:after{content:"";z-index:-1;background-color:#7da9bb4d;border-radius:50px;width:110%;height:18px;position:absolute;bottom:12px;left:-5%;transform:rotate(-2deg)}.Hero-module__ZARIfG__description{color:#665c55;margin-bottom:2.5rem;font-size:1.3rem;font-weight:600;line-height:1.8}.Hero-module__ZARIfG__btnGroup{gap:1.5rem;display:flex}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{font-size:1.15rem;font-weight:800;font-family:var(--font-body);border-radius:50px;padding:1rem 2.8rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.Hero-module__ZARIfG__primaryBtn{background-color:var(--color-primary-brown);color:#fff;box-shadow:0 6px 0 var(--color-primary-dark-brown)}.Hero-module__ZARIfG__primaryBtn:hover{box-shadow:0 2px 0 var(--color-primary-dark-brown);background-color:var(--color-primary-green);transform:translateY(4px)}.Hero-module__ZARIfG__secondaryBtn{color:var(--color-primary-dark-brown);border:3px solid var(--color-secondary-blue);box-shadow:4px 4px 0 var(--color-secondary-blue);background-color:#fff}.Hero-module__ZARIfG__secondaryBtn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #648c9e}.Hero-module__ZARIfG__heroImageContainer{z-index:2;flex:1;justify-content:center;display:flex;position:relative}.Hero-module__ZARIfG__colorSplash{background-color:var(--color-secondary-yellow);z-index:-1;opacity:.6;border-radius:40% 60% 70% 30%/40% 50% 60%;width:350px;height:350px;animation:8s ease-in-out infinite alternate Hero-module__ZARIfG__morph;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__confetti{z-index:1;border-radius:50%;position:absolute}.Hero-module__ZARIfG__dot1{background-color:var(--color-primary-green);width:20px;height:20px;animation:3s ease-in-out infinite Hero-module__ZARIfG__float;top:10%;left:10%}.Hero-module__ZARIfG__dot2{background-color:var(--color-secondary-blue);width:30px;height:30px;animation:4s ease-in-out infinite alternate-reverse Hero-module__ZARIfG__float;bottom:20%;right:10%}.Hero-module__ZARIfG__dot3{background-color:var(--color-secondary-yellow);width:15px;height:15px;animation:2.5s ease-in-out infinite Hero-module__ZARIfG__float;top:50%;right:-5%}.Hero-module__ZARIfG__dot4{background-color:var(--color-primary-brown);opacity:.2;width:40px;height:40px;animation:5s ease-in-out infinite alternate Hero-module__ZARIfG__float;bottom:-5%;left:0}.Hero-module__ZARIfG__bobaFloat{animation:6s ease-in-out infinite Hero-module__ZARIfG__floatMain;position:relative}.Hero-module__ZARIfG__bobaImage{object-fit:cover;border-radius:40% 60% 50% 50%/50% 40% 60% 50%;width:450px;height:auto;box-shadow:0 20px 50px #57433533}.Hero-module__ZARIfG__bubble{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5;background:radial-gradient(circle at 30% 30%,#ffffffe6,#ffffff4d);border-radius:50%;position:absolute;box-shadow:0 8px 15px #0000000d}.Hero-module__ZARIfG__bubble1{width:50px;height:50px;animation:4s ease-in-out infinite alternate Hero-module__ZARIfG__float;top:-10px;left:5%}.Hero-module__ZARIfG__bubble2{width:70px;height:70px;animation:5s ease-in-out infinite alternate-reverse Hero-module__ZARIfG__float;bottom:15%;right:-20px}.Hero-module__ZARIfG__bubble3{width:30px;height:30px;animation:3s ease-in-out infinite alternate Hero-module__ZARIfG__float;top:40%;left:-20px}@keyframes Hero-module__ZARIfG__slideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Hero-module__ZARIfG__floatMain{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-25px)rotate(2deg)}to{transform:translateY(0)rotate(0)}}@keyframes Hero-module__ZARIfG__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes Hero-module__ZARIfG__morph{0%{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:translate(-50%,-50%)rotate(0)}to{border-radius:70% 30% 50% 50%/30% 30% 70% 70%;transform:translate(-50%,-50%)rotate(15deg)}}@keyframes Hero-module__ZARIfG__heartBeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.05)}20%{transform:scale(.98)}}@media (max-width:900px){.Hero-module__ZARIfG__heroSection{text-align:center;flex-direction:column-reverse;padding:4rem 5%}.Hero-module__ZARIfG__bobaImage,.Hero-module__ZARIfG__colorSplash{width:300px;height:300px;margin-bottom:2rem}.Hero-module__ZARIfG__btnGroup{flex-wrap:wrap;justify-content:center}.Hero-module__ZARIfG__title{font-size:3rem}}@media (max-width:600px){.Hero-module__ZARIfG__heroSection{padding:3rem 5%}.Hero-module__ZARIfG__title{font-size:2.2rem}.Hero-module__ZARIfG__badge{padding:.5rem 1rem;font-size:.85rem}.Hero-module__ZARIfG__description{font-size:1.1rem}.Hero-module__ZARIfG__bobaImage,.Hero-module__ZARIfG__colorSplash{width:250px;height:250px;margin-bottom:1.5rem}.Hero-module__ZARIfG__btnGroup{flex-direction:column;gap:1rem;width:100%}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{width:100%;padding:1rem;font-size:1rem}}
.AboutSection-module__UGBiha__aboutSection{background-color:#fff;padding:8rem 5%;position:relative}.AboutSection-module__UGBiha__aboutSection:before{content:"";z-index:10;background:radial-gradient(circle at 20px 0,#0000 20px,#fff 21px) 0 0/40px 40px repeat-x;width:100%;height:40px;position:absolute;top:-20px;left:0}.AboutSection-module__UGBiha__container{justify-content:space-between;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:flex}.AboutSection-module__UGBiha__imageColumn{flex:1;position:relative}.AboutSection-module__UGBiha__imageWrapper{position:relative}.AboutSection-module__UGBiha__imageWrapper:before{content:"";background-color:var(--color-primary-brown);z-index:-1;opacity:.15;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:100%;height:100%;position:absolute;top:-20px;left:-20px}.AboutSection-module__UGBiha__teaImage{object-fit:cover;border:8px solid #fff;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;height:450px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 15px 35px #a07f6233}.AboutSection-module__UGBiha__teaImage:hover{border-radius:50%;transform:rotate(3deg)scale(1.05)}.AboutSection-module__UGBiha__floatingCard{background-color:var(--color-secondary-blue);color:#fff;border:4px solid #fff;border-radius:50% 50% 50% 10%;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 2rem;animation:4s ease-in-out infinite alternate AboutSection-module__UGBiha__floatCard;display:flex;position:absolute;bottom:0;right:-30px;box-shadow:0 10px 20px #7da9bb66}.AboutSection-module__UGBiha__year{font-size:2.8rem;font-weight:900;font-family:var(--font-heading);text-shadow:2px 2px 0 var(--color-primary-green);line-height:1}.AboutSection-module__UGBiha__yearText{letter-spacing:1px;margin-top:5px;font-size:1rem;font-weight:700}.AboutSection-module__UGBiha__textColumn{flex:1}.AboutSection-module__UGBiha__heading{color:var(--color-primary-dark-brown);margin-bottom:.5rem;font-size:3.5rem;font-weight:800}.AboutSection-module__UGBiha__divider{background-image:repeating-linear-gradient(45deg, var(--color-secondary-yellow), var(--color-secondary-yellow) 10px, var(--color-primary-green) 10px, var(--color-primary-green) 20px);border-radius:5px;width:100px;height:10px;margin-bottom:2.5rem}.AboutSection-module__UGBiha__paragraph{color:#665c55;margin-bottom:1.5rem;font-size:1.2rem;font-weight:500;line-height:1.9}.AboutSection-module__UGBiha__brandName{color:var(--color-primary-brown);background-color:#a07f621a;border-radius:10px;padding:2px 8px;font-weight:900;display:inline-block;transform:rotate(-2deg)}.AboutSection-module__UGBiha__greenText{color:#fff;background-color:var(--color-primary-green);box-shadow:2px 2px 0 var(--color-primary-dark-brown);border-radius:20px;padding:2px 10px;font-weight:800;display:inline-block}.AboutSection-module__UGBiha__readMoreBtn{background:var(--color-background-beige);border:2px dashed var(--color-primary-brown);font-size:1.15rem;font-weight:800;font-family:var(--font-body);color:var(--color-primary-brown);cursor:pointer;border-radius:50px;align-items:center;gap:12px;margin-top:1.5rem;padding:1rem 2rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.AboutSection-module__UGBiha__readMoreBtn:hover{background-color:var(--color-secondary-yellow);color:var(--color-primary-dark-brown);border-color:var(--color-primary-dark-brown);transform:scale(1.05)rotate(2deg)}.AboutSection-module__UGBiha__readMoreBtn svg{transition:transform .3s}.AboutSection-module__UGBiha__readMoreBtn:hover svg{transform:translate(5px)scale(1.2)}@keyframes AboutSection-module__UGBiha__floatCard{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-15px)rotate(-5deg)}}@media (max-width:900px){.AboutSection-module__UGBiha__container{flex-direction:column;gap:4rem}.AboutSection-module__UGBiha__imageColumn{order:2;width:100%}.AboutSection-module__UGBiha__textColumn{text-align:center;order:1}.AboutSection-module__UGBiha__divider{margin:0 auto 2.5rem}}@media (max-width:600px){.AboutSection-module__UGBiha__aboutSection{padding:4rem 5%}.AboutSection-module__UGBiha__heading{font-size:2.2rem}.AboutSection-module__UGBiha__teaImage{height:300px}.AboutSection-module__UGBiha__floatingCard{padding:1.2rem;bottom:-20px;right:0}.AboutSection-module__UGBiha__year{font-size:2.2rem}.AboutSection-module__UGBiha__readMoreBtn{justify-content:center;width:100%}.AboutSection-module__UGBiha__paragraph{font-size:1.05rem}}
.InterviewSection-module__h1cEpa__interviewSection{background-color:var(--color-accent-beige);padding:6rem 5%}.InterviewSection-module__h1cEpa__header{text-align:center;margin-bottom:4rem}.InterviewSection-module__h1cEpa__title{color:var(--color-primary-dark-brown);margin-bottom:.5rem;font-size:2.5rem}.InterviewSection-module__h1cEpa__subtitle{color:var(--color-primary-green);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.InterviewSection-module__h1cEpa__divider{background-color:var(--color-primary-brown);border-radius:2px;width:80px;height:4px;margin:0 auto}.InterviewSection-module__h1cEpa__videoGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.InterviewSection-module__h1cEpa__videoWrapper{background-color:#fff;border-radius:16px;max-width:320px;margin:0 auto;transition:transform .3s;overflow:hidden;box-shadow:0 10px 20px #0000000d}.InterviewSection-module__h1cEpa__videoWrapper:hover{transform:translateY(-5px)}.InterviewSection-module__h1cEpa__iframeContainer{width:100%;padding-bottom:177.77%;position:relative}.InterviewSection-module__h1cEpa__iframeContainer iframe{width:100%;height:100%;position:absolute;top:0;left:0}.InterviewSection-module__h1cEpa__videoCaption{text-align:center;color:var(--color-primary-dark-brown);padding:1.2rem;font-size:1.1rem;font-weight:700}
.GallerySection-module__a5c5NG__gallerySection{background-color:#fffdf7;background-image:radial-gradient(circle,#a07f6214 1px,#0000 1px);background-size:28px 28px;padding:7rem 5%;position:relative;overflow:hidden}.GallerySection-module__a5c5NG__header{text-align:center;margin-bottom:4rem}.GallerySection-module__a5c5NG__stickyNote{background-color:var(--color-secondary-yellow);border-radius:8px;margin-bottom:1.5rem;padding:1.5rem 3rem;display:inline-block;position:relative;transform:rotate(-2deg);box-shadow:4px 6px #57433526}.GallerySection-module__a5c5NG__title{color:var(--color-primary-dark-brown);font-size:3.2rem;font-weight:900;line-height:1.1;font-family:var(--font-heading)}.GallerySection-module__a5c5NG__pin{background:radial-gradient(circle at 35% 35%,#fff 0%,#e87 60%);border-radius:50%;width:20px;height:20px;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 2px 5px #0000004d,0 0 0 3px #c44}.GallerySection-module__a5c5NG__subtitle{color:#888;font-size:1.2rem;font-weight:600}.GallerySection-module__a5c5NG__scrapbook{grid-template-columns:repeat(4,1fr);grid-auto-rows:260px;grid-auto-flow:dense;gap:30px;max-width:1200px;margin:0 auto;display:grid}.GallerySection-module__a5c5NG__photoCard{cursor:pointer;background-color:#fff;padding:12px 12px 40px;transition:transform .35s cubic-bezier(.175,.885,.32,1.275),box-shadow .35s;position:relative;box-shadow:4px 6px #5743351f}.GallerySection-module__a5c5NG__card1{transform:rotate(-3deg)}.GallerySection-module__a5c5NG__card2{transform:rotate(2deg)}.GallerySection-module__a5c5NG__card3{transform:rotate(-1.5deg)}.GallerySection-module__a5c5NG__card4{transform:rotate(3.5deg)}.GallerySection-module__a5c5NG__photoCard:hover{z-index:20;box-shadow:8px 12px #5743352e;transform:rotate(0)scale(1.07)!important}.GallerySection-module__a5c5NG__tape{background-color:#7da9bb8c;border-radius:3px;width:60px;height:32px;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.GallerySection-module__a5c5NG__photoCard:nth-child(3){grid-column:span 2}.GallerySection-module__a5c5NG__photoCard:nth-child(6){grid-row:span 2}.GallerySection-module__a5c5NG__photoCard:nth-child(8){grid-column:span 2}.GallerySection-module__a5c5NG__photoCard:nth-child(11){grid-row:span 2}.GallerySection-module__a5c5NG__photo{background:linear-gradient(135deg,#f4f1e6 0%,#e2dbc5 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:transform .5s;display:flex;overflow:hidden}.GallerySection-module__a5c5NG__photoCard:hover .GallerySection-module__a5c5NG__photo{transform:scale(1.05)}.GallerySection-module__a5c5NG__photoInner{flex-direction:column;align-items:center;gap:8px;display:flex}.GallerySection-module__a5c5NG__photoEmoji{font-size:2.5rem}.GallerySection-module__a5c5NG__photoNum{color:var(--color-primary-brown);background:#fff;border-radius:20px;padding:4px 14px;font-size:1rem;font-weight:700}.GallerySection-module__a5c5NG__stickerFloat{filter:drop-shadow(2px 2px 2px #00000026);z-index:5;font-size:2rem;animation:3s ease-in-out infinite GallerySection-module__a5c5NG__stickerWiggle;position:absolute;bottom:-12px;right:-12px}.GallerySection-module__a5c5NG__quoteCard{cursor:default;background:linear-gradient(145deg,#8da448,#a4c464);grid-area:span 1/span 2;justify-content:center;align-items:center;padding:1.5rem 2.5rem;transition:transform .35s;display:flex;position:relative;transform:rotate(1deg);box-shadow:4px 6px #57433533}.GallerySection-module__a5c5NG__quoteCard:hover{transform:rotate(0)scale(1.02)}.GallerySection-module__a5c5NG__tapeTL,.GallerySection-module__a5c5NG__tapeTR{background-color:#ffffff80;border-radius:3px;width:70px;height:30px;position:absolute}.GallerySection-module__a5c5NG__tapeTL{top:-14px;left:20%;transform:rotate(-5deg)}.GallerySection-module__a5c5NG__tapeTR{top:-14px;right:20%;transform:rotate(5deg)}.GallerySection-module__a5c5NG__quoteText{color:#fff;text-align:center;font-size:1.5rem;font-weight:900;line-height:1.6;font-family:var(--font-heading);text-shadow:2px 2px #0000001a}.GallerySection-module__a5c5NG__quoteSticker{font-size:2.5rem;animation:4s ease-in-out infinite alternate GallerySection-module__a5c5NG__float;position:absolute;bottom:12px;right:18px}@keyframes GallerySection-module__a5c5NG__stickerWiggle{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}@keyframes GallerySection-module__a5c5NG__float{0%{transform:translateY(0)}to{transform:translateY(-12px)}}@media (max-width:900px){.GallerySection-module__a5c5NG__scrapbook{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px}.GallerySection-module__a5c5NG__photoCard:nth-child(3),.GallerySection-module__a5c5NG__photoCard:nth-child(8){grid-column:span 1}.GallerySection-module__a5c5NG__quoteCard{grid-area:span 1/span 2;padding:2rem}.GallerySection-module__a5c5NG__quoteText{font-size:1.6rem}}@media (max-width:500px){.GallerySection-module__a5c5NG__scrapbook{grid-template-columns:repeat(2,1fr);grid-auto-rows:min-content;gap:15px}.GallerySection-module__a5c5NG__quoteCard{margin-bottom:10px;padding:1.5rem;grid-area:span 1/span 2!important}.GallerySection-module__a5c5NG__quoteText{font-size:1.35rem}.GallerySection-module__a5c5NG__tapeTL,.GallerySection-module__a5c5NG__tapeTR{width:40px;height:20px}.GallerySection-module__a5c5NG__photoCard{margin-bottom:5px;padding:8px 8px 25px;grid-area:span 1/span 1!important}.GallerySection-module__a5c5NG__photo{height:130px}.GallerySection-module__a5c5NG__photoEmoji{font-size:1.6rem}.GallerySection-module__a5c5NG__photoNum{padding:3px 10px;font-size:.8rem}.GallerySection-module__a5c5NG__tape{width:40px;height:20px;top:-10px}.GallerySection-module__a5c5NG__stickerFloat{font-size:1.5rem;bottom:-5px;right:-5px}.GallerySection-module__a5c5NG__stickyNote{margin-bottom:1rem;padding:1rem 1.5rem}.GallerySection-module__a5c5NG__title{font-size:2rem}.GallerySection-module__a5c5NG__gallerySection{padding:4rem 5%}}.GallerySection-module__a5c5NG__lightboxOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;cursor:zoom-out;background-color:#1a1412e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.3s ease-out GallerySection-module__a5c5NG__fadeIn;display:flex;position:fixed;top:0;left:0}.GallerySection-module__a5c5NG__lightboxContent{flex-direction:column;align-items:center;gap:1.5rem;max-width:90%;max-height:90%;animation:.35s cubic-bezier(.34,1.56,.64,1) GallerySection-module__a5c5NG__zoomIn;display:flex;position:relative}.GallerySection-module__a5c5NG__lightboxImage{object-fit:contain;border:4px solid #fff;border-radius:8px;max-width:100%;max-height:80vh;box-shadow:0 20px 50px #00000080}.GallerySection-module__a5c5NG__closeBtn{color:var(--color-primary-dark-brown);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:-40px;right:-10px;box-shadow:0 4px 10px #0000004d}.GallerySection-module__a5c5NG__closeBtn:hover{background:var(--color-secondary-yellow);transform:scale(1.1)}@keyframes GallerySection-module__a5c5NG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes GallerySection-module__a5c5NG__zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media (max-width:600px){.GallerySection-module__a5c5NG__lightboxOverlay{padding:1rem}}
.CertificateSection-module__b_kBAa__certSection{background-color:var(--color-background-beige);padding:8rem 5%;position:relative}.CertificateSection-module__b_kBAa__container{justify-content:space-between;align-items:center;gap:5rem;max-width:1200px;margin:0 auto;display:flex}.CertificateSection-module__b_kBAa__textColumn{flex:1}.CertificateSection-module__b_kBAa__gsbBadge{background-color:var(--color-secondary-yellow);color:var(--color-primary-dark-brown);border-radius:30px;margin-bottom:1.5rem;padding:.6rem 1.5rem;font-size:1rem;font-weight:900;display:inline-block;transform:rotate(-3deg);box-shadow:4px 4px #a07f624d}.CertificateSection-module__b_kBAa__title{color:var(--color-primary-dark-brown);margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.3}.CertificateSection-module__b_kBAa__desc{color:#555;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.CertificateSection-module__b_kBAa__checklist{flex-direction:column;gap:1.2rem;padding:0;list-style:none;display:flex}.CertificateSection-module__b_kBAa__checklist li{color:var(--color-primary-brown);background-color:#fff;border-radius:20px;align-items:center;gap:15px;padding:1rem 1.5rem;font-size:1.2rem;font-weight:700;transition:transform .3s;display:inline-flex;box-shadow:0 5px 15px #0000000d}.CertificateSection-module__b_kBAa__checklist li:hover{transform:translate(10px)}.CertificateSection-module__b_kBAa__imageColumn{flex:1;justify-content:center;display:flex;position:relative}.CertificateSection-module__b_kBAa__certFrame{background:#fff;border:10px solid #f2cf66;border-radius:4px;width:100%;max-width:650px;padding:10px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;transform:rotate(2deg);box-shadow:0 20px 40px #57433526,0 5px 15px #00000014}.CertificateSection-module__b_kBAa__certFrame:hover{transform:rotate(0)scale(1.03)}.CertificateSection-module__b_kBAa__actualCertImage{border:1px solid #ddd;width:100%;height:auto;display:block}.CertificateSection-module__b_kBAa__certRibbon{width:80px;height:80px;box-shadow:4px 4px 0 var(--color-primary-dark-brown);z-index:10;background-color:#eb4e97;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;animation:2s infinite alternate CertificateSection-module__b_kBAa__bounce;display:flex;position:absolute;top:-25px;right:-25px}.CertificateSection-module__b_kBAa__certRibbon:after{content:"GSB";color:#fff;font-size:1.2rem;font-weight:900}@keyframes CertificateSection-module__b_kBAa__bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@media (max-width:900px){.CertificateSection-module__b_kBAa__container{text-align:center;flex-direction:column}.CertificateSection-module__b_kBAa__certFrame{max-width:500px;transform:rotate(0)}}@media (max-width:600px){.CertificateSection-module__b_kBAa__certSection{padding:4rem 5%}.CertificateSection-module__b_kBAa__title{font-size:2.2rem}.CertificateSection-module__b_kBAa__certFrame{border-width:6px;padding:6px}.CertificateSection-module__b_kBAa__checklist li{justify-content:center;width:100%;padding:.8rem 1rem;font-size:1.05rem}.CertificateSection-module__b_kBAa__certRibbon{width:60px;height:60px;top:-15px;right:-15px}.CertificateSection-module__b_kBAa__certRibbon:after{font-size:1rem}}
.story-module__MCzmEW__storyMain{background-color:var(--color-background-beige);overflow-x:hidden}.story-module__MCzmEW__heroBanner{background:radial-gradient(ellipse at 30% 50%, #fffbf0 0%, #f4ede0 50%, var(--color-background-beige) 100%);text-align:center;justify-content:center;align-items:center;min-height:70vh;padding:8rem 5% 6rem;display:flex;position:relative;overflow:hidden}.story-module__MCzmEW__heroDecorLeft{background:var(--color-secondary-yellow);opacity:.18;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:500px;height:500px;animation:10s ease-in-out infinite alternate story-module__MCzmEW__morphBlob;position:absolute;top:-100px;left:-150px}.story-module__MCzmEW__heroDecorRight{background:var(--color-secondary-blue);opacity:.14;border-radius:30% 70% 70% 30%/30% 50% 50% 70%;width:400px;height:400px;animation:12s ease-in-out infinite alternate-reverse story-module__MCzmEW__morphBlob;position:absolute;bottom:-80px;right:-100px}.story-module__MCzmEW__bubble{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:radial-gradient(circle at 30% 30%,#ffffffe6,#fff3);border-radius:50%;animation:6s ease-in-out infinite story-module__MCzmEW__floatBubble;position:absolute}.story-module__MCzmEW__b1{width:60px;height:60px;animation-duration:5s;top:15%;left:8%}.story-module__MCzmEW__b2{width:90px;height:90px;animation-duration:7s;animation-direction:alternate-reverse;top:20%;right:10%}.story-module__MCzmEW__b3{width:40px;height:40px;animation-duration:4.5s;bottom:20%;left:15%}.story-module__MCzmEW__b4{width:70px;height:70px;animation-duration:8s;bottom:25%;right:8%}.story-module__MCzmEW__heroBannerContent{z-index:2;max-width:800px;position:relative}.story-module__MCzmEW__heroPretitle{background:var(--color-secondary-yellow);color:var(--color-primary-dark-brown);font-family:var(--font-heading);letter-spacing:3px;border-radius:30px;margin-bottom:1.5rem;padding:.5rem 1.6rem;font-size:.9rem;font-weight:800;animation:3s infinite story-module__MCzmEW__heartBeat;display:inline-block;box-shadow:0 4px 15px #eac56366}.story-module__MCzmEW__heroTitle{color:var(--color-primary-dark-brown);text-shadow:2px 3px #eac56340;margin-bottom:1.2rem;font-size:clamp(3rem,6vw,5.5rem);line-height:1.15}.story-module__MCzmEW__heroAccent{color:var(--color-primary-green);display:inline-block;position:relative}.story-module__MCzmEW__heroAccent:after{content:"";z-index:-1;background:#7da9bb4d;border-radius:50px;width:110%;height:16px;position:absolute;bottom:10px;left:-5%;transform:rotate(-1.5deg)}.story-module__MCzmEW__heroSub{color:#776a60;margin-bottom:2rem;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:500;line-height:1.8}.story-module__MCzmEW__heroMeta{color:var(--color-primary-brown);letter-spacing:.5px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.95rem;font-weight:700;display:flex}.story-module__MCzmEW__dot{background:var(--color-secondary-yellow);border-radius:50%;width:7px;height:7px;display:inline-block}.story-module__MCzmEW__timelineSection{padding:6rem 5%;position:relative}.story-module__MCzmEW__timelineWrapper{max-width:1100px;margin:0 auto;padding:2rem 0;position:relative}.story-module__MCzmEW__spineLine{background:linear-gradient(to bottom, var(--color-secondary-yellow), var(--color-primary-brown), var(--color-primary-green), var(--color-secondary-blue));z-index:0;border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.story-module__MCzmEW__timelineItem{z-index:1;justify-content:flex-end;padding-bottom:4rem;display:flex;position:relative}.story-module__MCzmEW__timelineItem.story-module__MCzmEW__right{justify-content:flex-start}.story-module__MCzmEW__spineNode{z-index:2;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s;display:flex;position:absolute;top:28px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000001f}.story-module__MCzmEW__spineNode:hover{transform:translate(-50%)scale(1.15)}.story-module__MCzmEW__nodeIcon{font-size:1.4rem;line-height:1}.story-module__MCzmEW__color_brown{background:var(--color-primary-brown)}.story-module__MCzmEW__color_green{background:var(--color-primary-green)}.story-module__MCzmEW__color_blue{background:var(--color-secondary-blue)}.story-module__MCzmEW__color_yellow{background:var(--color-secondary-yellow)}.story-module__MCzmEW__card{background:#fff;border-radius:24px;width:calc(50% - 60px);margin-right:60px;padding:2.2rem 2rem;transition:transform .35s cubic-bezier(.175,.885,.32,1.275),box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 10px 35px #57433517}.story-module__MCzmEW__right .story-module__MCzmEW__card{margin-left:60px;margin-right:0}.story-module__MCzmEW__card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #57433526}.story-module__MCzmEW__card:before{content:"";opacity:.12;border-radius:0 24px 0 80%;width:80px;height:80px;position:absolute;top:0;right:0}.story-module__MCzmEW__card_brown:before{background:var(--color-primary-brown)}.story-module__MCzmEW__card_green:before{background:var(--color-primary-green)}.story-module__MCzmEW__card_blue:before{background:var(--color-secondary-blue)}.story-module__MCzmEW__card_yellow:before{background:var(--color-secondary-yellow)}.story-module__MCzmEW__cardMeta{align-items:center;gap:.8rem;margin-bottom:.4rem;display:flex}.story-module__MCzmEW__cardSection{letter-spacing:2px;color:#aaa;text-transform:uppercase;font-size:.72rem;font-weight:800}.story-module__MCzmEW__cardYear{letter-spacing:1px;border-radius:20px;padding:.25rem .9rem;font-size:.8rem;font-weight:900}.story-module__MCzmEW__year_brown{color:var(--color-primary-brown);background:#a07f621f}.story-module__MCzmEW__year_green{color:var(--color-primary-green);background:#8da4481f}.story-module__MCzmEW__year_blue{color:var(--color-secondary-blue);background:#7da9bb26}.story-module__MCzmEW__year_yellow{color:#b8892a;background:#eac56333}.story-module__MCzmEW__cardLabel{color:#b0a090;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.4rem;font-size:.85rem;font-weight:700}.story-module__MCzmEW__cardTitle{color:var(--color-primary-dark-brown);margin-bottom:.5rem;font-size:1.7rem;font-weight:800}.story-module__MCzmEW__cardDivider{border-radius:3px;width:60px;height:6px;margin-bottom:1.2rem}.story-module__MCzmEW__divider_brown{background:linear-gradient(90deg, var(--color-primary-brown), var(--color-secondary-yellow))}.story-module__MCzmEW__divider_green{background:linear-gradient(90deg, var(--color-primary-green), var(--color-secondary-yellow))}.story-module__MCzmEW__divider_blue{background:linear-gradient(90deg, var(--color-secondary-blue), var(--color-primary-green))}.story-module__MCzmEW__divider_yellow{background:linear-gradient(90deg, var(--color-secondary-yellow), var(--color-primary-brown))}.story-module__MCzmEW__cardPara{color:#665c55;margin-bottom:1rem;font-size:1rem;font-weight:400;line-height:1.9}.story-module__MCzmEW__cardPara:last-of-type{margin-bottom:0}.story-module__MCzmEW__highlight{border-left:5px solid var(--color-secondary-yellow);background:linear-gradient(135deg,#eac5632e,#8da4481f);border-radius:16px;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.4rem;display:flex}.story-module__MCzmEW__highlightStat{font-size:2.2rem;font-weight:900;font-family:var(--font-heading);color:var(--color-primary-brown);white-space:nowrap}.story-module__MCzmEW__highlightText{color:var(--color-primary-dark-brown);font-size:.95rem;font-weight:600;line-height:1.4}.story-module__MCzmEW__customerSection{background:#fff;padding:6rem 5%;position:relative}.story-module__MCzmEW__customerSection:before{content:"";background:radial-gradient(circle at 24px 0,#0000 24px,#fff 25px) 0 0/48px 48px repeat-x;width:100%;height:48px;position:absolute;top:-24px;left:0}.story-module__MCzmEW__customerInner{text-align:center;max-width:900px;margin:0 auto}.story-module__MCzmEW__sectionBadge{background:var(--color-accent-beige);color:var(--color-primary-brown);letter-spacing:3px;text-transform:uppercase;border-radius:30px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:800;display:inline-block}.story-module__MCzmEW__sectionTitle{color:var(--color-primary-dark-brown);margin-bottom:.8rem;font-size:clamp(2rem,4vw,3rem)}.story-module__MCzmEW__sectionSub{color:#776a60;margin-bottom:3rem;font-size:1.1rem;font-weight:500;line-height:1.8}.story-module__MCzmEW__customerGrid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.5rem;display:grid}.story-module__MCzmEW__customerCard{background:var(--color-background-beige);border:2px solid var(--color-accent-beige);cursor:default;border-radius:24px;flex-direction:column;align-items:center;gap:.8rem;padding:2rem 1.2rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.story-module__MCzmEW__customerCard:hover{background:var(--color-secondary-yellow);border-color:var(--color-secondary-yellow);transform:translateY(-6px)scale(1.03);box-shadow:0 12px 30px #eac5634d}.story-module__MCzmEW__customerIcon{font-size:2.4rem}.story-module__MCzmEW__customerLabel{color:var(--color-primary-dark-brown);text-align:center;font-size:.95rem;font-weight:700;line-height:1.4}.story-module__MCzmEW__ctaSection{text-align:center;background:radial-gradient(ellipse at top, #fffbf0 0%, var(--color-background-beige) 70%);padding:8rem 5%;position:relative;overflow:hidden}.story-module__MCzmEW__ctaDecor{pointer-events:none;background:radial-gradient(circle at 20% 80%,#8da44814 0%,#0000 50%),radial-gradient(circle at 80% 20%,#7da9bb1a 0%,#0000 50%);position:absolute;inset:0}.story-module__MCzmEW__ctaContent{z-index:2;max-width:700px;margin:0 auto;position:relative}.story-module__MCzmEW__ctaQuote{font-size:clamp(1.3rem,3vw,2rem);font-family:var(--font-heading);color:var(--color-primary-dark-brown);border-left:6px solid var(--color-secondary-yellow);text-align:left;background:#fff;border-radius:30px;margin-bottom:3rem;padding:2.5rem 3rem;font-weight:700;line-height:1.7;box-shadow:0 15px 50px #57433514}.story-module__MCzmEW__ctaBtns{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.story-module__MCzmEW__ctaPrimary,.story-module__MCzmEW__ctaSecondary{font-size:1.1rem;font-weight:800;font-family:var(--font-body);border-radius:50px;padding:1rem 2.8rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.story-module__MCzmEW__ctaPrimary{background:var(--color-primary-brown);color:#fff;box-shadow:0 6px 0 var(--color-primary-dark-brown)}.story-module__MCzmEW__ctaPrimary:hover{background:var(--color-primary-green);box-shadow:0 2px 0 var(--color-primary-dark-brown);transform:translateY(4px)}.story-module__MCzmEW__ctaSecondary{color:var(--color-primary-dark-brown);border:3px solid var(--color-secondary-blue);box-shadow:4px 4px 0 var(--color-secondary-blue);background:#fff}.story-module__MCzmEW__ctaSecondary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #648c9e}@keyframes story-module__MCzmEW__morphBlob{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}to{border-radius:30% 70% 70% 30%/40% 60%}}@keyframes story-module__MCzmEW__floatBubble{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes story-module__MCzmEW__heartBeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.05)}20%{transform:scale(.97)}}@media (max-width:900px){.story-module__MCzmEW__spineLine{display:none}.story-module__MCzmEW__timelineItem,.story-module__MCzmEW__timelineItem.story-module__MCzmEW__right{justify-content:center;padding-left:0;padding-right:0}.story-module__MCzmEW__spineNode{margin:0 auto 1rem;position:static;transform:none}.story-module__MCzmEW__card,.story-module__MCzmEW__right .story-module__MCzmEW__card{width:100%;margin:0}.story-module__MCzmEW__timelineItem{flex-direction:column;align-items:center}.story-module__MCzmEW__ctaQuote{text-align:center;padding:1.8rem 1.5rem}}@media (max-width:600px){.story-module__MCzmEW__heroBanner{padding:6rem 5% 4rem}.story-module__MCzmEW__timelineSection{padding:4rem 4%}.story-module__MCzmEW__customerSection{padding:4rem 5%}.story-module__MCzmEW__ctaSection{padding:5rem 5%}.story-module__MCzmEW__ctaQuote{font-size:1.15rem}.story-module__MCzmEW__ctaBtns{flex-direction:column;align-items:center}.story-module__MCzmEW__ctaPrimary,.story-module__MCzmEW__ctaSecondary{text-align:center;width:100%}.story-module__MCzmEW__customerGrid{grid-template-columns:1fr 1fr}}
.ReviewSection-module__GnMbAa__reviewSection{background-color:#fffaf0;padding:6rem 0;position:relative;overflow:hidden}.ReviewSection-module__GnMbAa__title{text-align:center;color:var(--color-primary-dark-brown);text-shadow:2px 2px #eac56366;margin-bottom:3.5rem;font-size:3rem}.ReviewSection-module__GnMbAa__marqueeContainer{width:100vw;display:flex;overflow:hidden}.ReviewSection-module__GnMbAa__marqueeTrack{gap:25px;padding-left:25px;animation:120s linear infinite ReviewSection-module__GnMbAa__scroll;display:flex}.ReviewSection-module__GnMbAa__reverse{animation:130s linear infinite ReviewSection-module__GnMbAa__scrollReverse}.ReviewSection-module__GnMbAa__reviewCard{white-space:nowrap;cursor:default;border:4px solid #0000;border-radius:50px;flex-direction:column;justify-content:center;gap:8px;padding:1.5rem 2.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 20px #0000000f}.ReviewSection-module__GnMbAa__yellow{border-color:var(--color-secondary-yellow);background-color:#fff9ed}.ReviewSection-module__GnMbAa__blue{border-color:var(--color-secondary-blue);background-color:#f0f8fb}.ReviewSection-module__GnMbAa__green{border-color:var(--color-primary-green);background-color:#f7faef}.ReviewSection-module__GnMbAa__pink{background-color:#fff0f5;border-color:pink}.ReviewSection-module__GnMbAa__reviewCard:hover{z-index:10;transform:scale(1.05)rotate(-2deg)}.ReviewSection-module__GnMbAa__star{letter-spacing:2px;font-size:1rem}.ReviewSection-module__GnMbAa__reviewCard p{color:var(--color-primary-dark-brown);font-size:1.15rem;font-weight:800}@keyframes ReviewSection-module__GnMbAa__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes ReviewSection-module__GnMbAa__scrollReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.ReviewSection-module__GnMbAa__marqueeTrack:hover{animation-play-state:paused}@media (max-width:600px){.ReviewSection-module__GnMbAa__reviewSection{padding:4rem 0}.ReviewSection-module__GnMbAa__title{margin-bottom:2rem;font-size:2.2rem}.ReviewSection-module__GnMbAa__reviewCard{border-radius:30px;padding:1rem 1.5rem}.ReviewSection-module__GnMbAa__reviewCard p{font-size:1.05rem}.ReviewSection-module__GnMbAa__marqueeTrack{gap:15px}}
