.ProjectStages-module-scss-module__oF1F4G__projectStages{width:100%;margin:0 auto;padding:4rem 1rem;position:relative}.ProjectStages-module-scss-module__oF1F4G__stagesGrid{z-index:2;grid-template-columns:1fr;gap:2rem;display:grid;position:relative}@media (min-width:620px){.ProjectStages-module-scss-module__oF1F4G__stagesGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (min-width:1024px){.ProjectStages-module-scss-module__oF1F4G__stagesGrid{grid-template-columns:repeat(12,1fr);gap:3rem}}.ProjectStages-module-scss-module__oF1F4G__stageCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border:1px solid #ffffff1a;border-radius:2rem;flex-direction:column;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;transform:translateY(30px)scale(.95)}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__visible{opacity:1;transform:translateY(0)scale(1)}.ProjectStages-module-scss-module__oF1F4G__stageCard:hover{-webkit-box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a,0 0 50px -10px var(--glow-color);box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a,0 0 50px -10px var(--glow-color);transform:translateY(-8px)scale(1.02)}.ProjectStages-module-scss-module__oF1F4G__stageCard:hover .ProjectStages-module-scss-module__oF1F4G__cardGlow{opacity:1;transform:scale(1.1)}.ProjectStages-module-scss-module__oF1F4G__cardGlow{background:radial-gradient(circle at 50% 0%,var(--glow-color)0%,transparent 50%);opacity:0;pointer-events:none;z-index:1;transition:all .6s;position:absolute;inset:0}.ProjectStages-module-scss-module__oF1F4G__cardNoise{opacity:.3;mix-blend-mode:overlay;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");position:absolute;inset:0}.ProjectStages-module-scss-module__oF1F4G__backgroundElements{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.ProjectStages-module-scss-module__oF1F4G__floatingShape1,.ProjectStages-module-scss-module__oF1F4G__floatingShape2,.ProjectStages-module-scss-module__oF1F4G__floatingShape3{background:radial-gradient(circle,var(--accent-color)0%,transparent 70%);opacity:.1;border-radius:50%;animation:6s ease-in-out infinite ProjectStages-module-scss-module__oF1F4G__float;position:absolute}.ProjectStages-module-scss-module__oF1F4G__floatingShape1{width:100px;height:100px;animation-delay:0s;top:20%;right:10%}.ProjectStages-module-scss-module__oF1F4G__floatingShape2{width:60px;height:60px;animation-delay:2s;bottom:30%;left:5%}.ProjectStages-module-scss-module__oF1F4G__floatingShape3{width:80px;height:80px;animation-delay:4s;top:60%;right:20%}@keyframes ProjectStages-module-scss-module__oF1F4G__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}@media (min-width:620px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__small{grid-column:span 1}}@media (min-width:1024px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__small{grid-column:span 4}}@media (min-width:620px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__medium{grid-column:span 2}}@media (min-width:1024px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__medium{grid-column:span 6}}@media (min-width:620px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__large{grid-column:span 2}}@media (min-width:1024px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__large{grid-column:span 8}}@media (min-width:620px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__wide{grid-column:span 2}}@media (min-width:1024px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__wide{grid-column:span 12}}.ProjectStages-module-scss-module__oF1F4G__cardContent{z-index:2;flex-direction:column;height:100%;padding:2rem;display:flex;position:relative}@media (min-width:768px){.ProjectStages-module-scss-module__oF1F4G__cardContent{padding:2.5rem}}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__default .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__imageContainer{order:2;margin-top:2rem}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__default .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__textContent{order:1}@media (min-width:768px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageLeft .ProjectStages-module-scss-module__oF1F4G__cardContent{flex-direction:row;align-items:center;gap:2.5rem}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageLeft .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__textContent{flex:1}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageLeft .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__imageContainer{flex:0 0 45%;order:-1}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageRight .ProjectStages-module-scss-module__oF1F4G__cardContent{flex-direction:row;align-items:center;gap:2.5rem}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageRight .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__textContent{flex:1}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageRight .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__imageContainer{flex:0 0 45%;order:2}}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageTop .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__imageContainer{order:-1;margin-bottom:2rem}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageTop .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__textContent{order:2}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__grid .ProjectStages-module-scss-module__oF1F4G__cardContent{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__grid .ProjectStages-module-scss-module__oF1F4G__cardContent{grid-template-columns:1fr 1fr}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__grid .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__textContent,.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__grid .ProjectStages-module-scss-module__oF1F4G__cardContent .ProjectStages-module-scss-module__oF1F4G__galleryContainer{grid-column:1}}.ProjectStages-module-scss-module__oF1F4G__textContent{flex-direction:column;flex:1;display:flex}.ProjectStages-module-scss-module__oF1F4G__cardHeader{margin-bottom:2rem}.ProjectStages-module-scss-module__oF1F4G__headerTop{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ProjectStages-module-scss-module__oF1F4G__stageNumber{text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#000;background:#ffffff70;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.ProjectStages-module-scss-module__oF1F4G__stageNumber:before{content:"";background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(#fff3),to(transparent));background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.ProjectStages-module-scss-module__oF1F4G__stageNumber:hover:before{left:100%}.ProjectStages-module-scss-module__oF1F4G__numberBg{font-size:1.2rem;font-weight:700}.ProjectStages-module-scss-module__oF1F4G__headerDecorations{align-items:center;gap:.5rem;display:flex}.ProjectStages-module-scss-module__oF1F4G__decorationDot{opacity:.6;background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite ProjectStages-module-scss-module__oF1F4G__pulse}.ProjectStages-module-scss-module__oF1F4G__decorationLine{opacity:.4;background:currentColor;width:20px;height:1px}@keyframes ProjectStages-module-scss-module__oF1F4G__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.ProjectStages-module-scss-module__oF1F4G__cardTitle{margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.2;position:relative}@media (min-width:768px){.ProjectStages-module-scss-module__oF1F4G__cardTitle{font-size:2rem}}@media (min-width:1024px){.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__wide .ProjectStages-module-scss-module__oF1F4G__cardTitle{font-size:2.5rem}}.ProjectStages-module-scss-module__oF1F4G__titleText{z-index:2;position:relative}.ProjectStages-module-scss-module__oF1F4G__titleUnderline{background:linear-gradient(90deg,#4facfe,#0000);border-radius:2px;width:60px;height:3px;transition:width .3s;position:absolute;bottom:-4px;left:0}.ProjectStages-module-scss-module__oF1F4G__cardTitle:hover .ProjectStages-module-scss-module__oF1F4G__titleUnderline{width:100px}.ProjectStages-module-scss-module__oF1F4G__cardDescription{opacity:.9;margin:0;font-size:1.1rem;line-height:1.5;position:relative}@media (min-width:768px){.ProjectStages-module-scss-module__oF1F4G__cardDescription{font-size:1.2rem}}.ProjectStages-module-scss-module__oF1F4G__markdownContent{font-size:1rem;line-height:1.7}.ProjectStages-module-scss-module__oF1F4G__markdownContent h1,.ProjectStages-module-scss-module__oF1F4G__markdownContent h2,.ProjectStages-module-scss-module__oF1F4G__markdownContent h3,.ProjectStages-module-scss-module__oF1F4G__markdownContent h4{margin-top:1.5rem;margin-bottom:1rem;font-weight:600;position:relative}.ProjectStages-module-scss-module__oF1F4G__markdownContent h3{padding-bottom:.5rem;font-size:1.3rem}.ProjectStages-module-scss-module__oF1F4G__markdownContent h3:after{content:"";opacity:.5;background:currentColor;width:30px;height:2px;position:absolute;bottom:0;left:0}.ProjectStages-module-scss-module__oF1F4G__markdownContent p{margin-bottom:1.2rem;position:relative}.ProjectStages-module-scss-module__oF1F4G__markdownContent ul,.ProjectStages-module-scss-module__oF1F4G__markdownContent ol{margin-bottom:1.2rem;padding-left:1.5rem}.ProjectStages-module-scss-module__oF1F4G__markdownContent li{margin-bottom:.6rem;padding-left:.5rem;position:relative}.ProjectStages-module-scss-module__oF1F4G__markdownContent ul li:before{content:"▸";color:#4facfe;width:1em;margin-left:-1em;font-weight:700;transition:transform .2s;display:inline-block}.ProjectStages-module-scss-module__oF1F4G__markdownContent ul li:hover:before{transform:translate(4px)}.ProjectStages-module-scss-module__oF1F4G__markdownContent strong{color:inherit;-webkit-text-fill-color:#0000;background:linear-gradient(90deg,currentColor,#0000) -100% 0/200% 100%;-webkit-background-clip:text;background-clip:text;font-weight:700;animation:3s ease-in-out infinite ProjectStages-module-scss-module__oF1F4G__shine}.ProjectStages-module-scss-module__oF1F4G__markdownContent blockquote{opacity:.9;background:#ffffff0d;border-left:3px solid #4facfe80;border-radius:0 12px 12px 0;margin:2rem 0;padding:1.5rem;font-style:italic;position:relative;overflow:hidden}.ProjectStages-module-scss-module__oF1F4G__markdownContent blockquote:before{content:"\"";opacity:.1;font-family:serif;font-size:4rem;position:absolute;top:-10px;left:10px}@keyframes ProjectStages-module-scss-module__oF1F4G__shine{0%,to{background-position:-100% 0}50%{background-position:200% 0}}.ProjectStages-module-scss-module__oF1F4G__features,.ProjectStages-module-scss-module__oF1F4G__technologies{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem;position:relative}.ProjectStages-module-scss-module__oF1F4G__sectionIcon{background:#4facfe33;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:.75rem;font-size:.8rem;animation:2s ease-in-out infinite ProjectStages-module-scss-module__oF1F4G__bounce;display:inline-flex}@keyframes ProjectStages-module-scss-module__oF1F4G__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.ProjectStages-module-scss-module__oF1F4G__features h4,.ProjectStages-module-scss-module__oF1F4G__technologies h4{align-items:center;margin-bottom:1.2rem;font-size:1.2rem;font-weight:600;display:flex}.ProjectStages-module-scss-module__oF1F4G__featuresList{margin:0;padding:0;list-style:none}.ProjectStages-module-scss-module__oF1F4G__featureItem{align-items:center;margin-bottom:.8rem;padding-left:2rem;font-size:1rem;transition:transform .2s;display:flex;position:relative}.ProjectStages-module-scss-module__oF1F4G__featureItem:hover{transform:translate(5px)}.ProjectStages-module-scss-module__oF1F4G__featureIcon{border:2px solid #4facfe;border-radius:50%;width:16px;height:16px;position:absolute;left:0}.ProjectStages-module-scss-module__oF1F4G__featureIcon:before{content:"";background:#4facfe;border-radius:50%;width:6px;height:6px;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.ProjectStages-module-scss-module__oF1F4G__featureItem:hover .ProjectStages-module-scss-module__oF1F4G__featureIcon:before{transform:translate(-50%,-50%)scale(1)}.ProjectStages-module-scss-module__oF1F4G__techTags{flex-wrap:wrap;gap:.75rem;display:flex}.ProjectStages-module-scss-module__oF1F4G__techTag{color:inherit;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.ProjectStages-module-scss-module__oF1F4G__techTag:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.ProjectStages-module-scss-module__oF1F4G__techTag:hover .ProjectStages-module-scss-module__oF1F4G__techGlow{opacity:1}.ProjectStages-module-scss-module__oF1F4G__techText{z-index:2;position:relative}.ProjectStages-module-scss-module__oF1F4G__techGlow{opacity:0;background:radial-gradient(circle,#4facfe4d 0%,#0000 70%);border-radius:20px;transition:opacity .3s;position:absolute;inset:0}.ProjectStages-module-scss-module__oF1F4G__imageContainer{margin-top:1rem;position:relative}.ProjectStages-module-scss-module__oF1F4G__imageWrapper{border-radius:16px;width:100%;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;transform:perspective(1000px)rotateX(0)rotateY(0);box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff1a}.ProjectStages-module-scss-module__oF1F4G__stageCard:hover .ProjectStages-module-scss-module__oF1F4G__imageWrapper{transform:perspective(1000px)rotateX(5deg)rotateY(5deg);box-shadow:0 30px 60px #0006,0 0 0 1px #fff3}.ProjectStages-module-scss-module__oF1F4G__imageInner{width:100%;height:100%;padding-bottom:60%;transition:opacity .8s;position:relative}.ProjectStages-module-scss-module__oF1F4G__cardImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.23,1,.32,1);position:absolute;top:0;left:0}.ProjectStages-module-scss-module__oF1F4G__stageCard:hover .ProjectStages-module-scss-module__oF1F4G__cardImage{transform:scale(1.05)}.ProjectStages-module-scss-module__oF1F4G__imageOverlay{opacity:0;background:linear-gradient(45deg,#0003 0%,#0000 50%);transition:opacity .3s;position:absolute;inset:0}.ProjectStages-module-scss-module__oF1F4G__imageWrapper:hover .ProjectStages-module-scss-module__oF1F4G__imageOverlay{opacity:1}.ProjectStages-module-scss-module__oF1F4G__imageReflection{opacity:0;background:linear-gradient(#0000,#ffffff1a);height:30%;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.ProjectStages-module-scss-module__oF1F4G__imageWrapper:hover .ProjectStages-module-scss-module__oF1F4G__imageReflection{opacity:1}.ProjectStages-module-scss-module__oF1F4G__imageOrnament{opacity:0;border:2px solid #ffffff4d;border-radius:50%;width:40px;height:40px;transition:all .5s;position:absolute;top:-10px;right:-10px}.ProjectStages-module-scss-module__oF1F4G__imageContainer:hover .ProjectStages-module-scss-module__oF1F4G__imageOrnament{opacity:1;transform:scale(1.2)}.ProjectStages-module-scss-module__oF1F4G__imageOrnament:before{content:"";border:1px solid #ffffff80;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ProjectStages-module-scss-module__oF1F4G__galleryContainer{margin-top:2rem}.ProjectStages-module-scss-module__oF1F4G__galleryGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.ProjectStages-module-scss-module__oF1F4G__galleryGrid{grid-template-columns:1fr 1fr 1fr;margin-top:1rem}}.ProjectStages-module-scss-module__oF1F4G__galleryItem{aspect-ratio:1;border-radius:12px;transition:all .4s;position:relative;overflow:hidden}.ProjectStages-module-scss-module__oF1F4G__galleryItem:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 15px 30px #0000004d}.ProjectStages-module-scss-module__oF1F4G__galleryImageWrapper{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.ProjectStages-module-scss-module__oF1F4G__galleryImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s}.ProjectStages-module-scss-module__oF1F4G__galleryItem:hover .ProjectStages-module-scss-module__oF1F4G__galleryImage{transform:scale(1.1)}.ProjectStages-module-scss-module__oF1F4G__galleryOverlay{opacity:0;background:#000000b3;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.ProjectStages-module-scss-module__oF1F4G__galleryItem:hover .ProjectStages-module-scss-module__oF1F4G__galleryOverlay{opacity:1}.ProjectStages-module-scss-module__oF1F4G__galleryZoom{color:#000;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;transition:transform .3s;display:flex;transform:scale(0)}.ProjectStages-module-scss-module__oF1F4G__galleryItem:hover .ProjectStages-module-scss-module__oF1F4G__galleryZoom{transform:scale(1)}@media (max-width:619px){.ProjectStages-module-scss-module__oF1F4G__projectStages{padding:2rem 1rem}.ProjectStages-module-scss-module__oF1F4G__stagesGrid{gap:1.5rem}.ProjectStages-module-scss-module__oF1F4G__cardContent{padding:1.5rem}.ProjectStages-module-scss-module__oF1F4G__cardTitle{font-size:1.5rem}.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageLeft .ProjectStages-module-scss-module__oF1F4G__cardContent,.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__imageRight .ProjectStages-module-scss-module__oF1F4G__cardContent,.ProjectStages-module-scss-module__oF1F4G__stageCard.ProjectStages-module-scss-module__oF1F4G__grid .ProjectStages-module-scss-module__oF1F4G__cardContent{flex-direction:column}.ProjectStages-module-scss-module__oF1F4G__galleryGrid{grid-template-columns:repeat(2,1fr)}.ProjectStages-module-scss-module__oF1F4G__headerTop{flex-direction:column;align-items:flex-start;gap:1rem}}.ProjectStages-module-scss-module__oF1F4G__stageCard:first-child{animation-delay:.1s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(2){animation-delay:.2s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(3){animation-delay:.3s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(4){animation-delay:.4s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(5){animation-delay:.5s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(6){animation-delay:.6s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(7){animation-delay:.7s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(8){animation-delay:.8s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(9){animation-delay:.9s}.ProjectStages-module-scss-module__oF1F4G__stageCard:nth-child(10){animation-delay:1s}@media (min-width:1440px){.ProjectStages-module-scss-module__oF1F4G__projectStages{max-width:1350px;margin:0 auto}}@media (prefers-reduced-motion:reduce){.ProjectStages-module-scss-module__oF1F4G__stageCard,.ProjectStages-module-scss-module__oF1F4G__featureItem,.ProjectStages-module-scss-module__oF1F4G__techTag,.ProjectStages-module-scss-module__oF1F4G__imageWrapper,.ProjectStages-module-scss-module__oF1F4G__galleryItem{transition:none;animation:none}}
.PageNavigation-module-scss-module__HAaFtG__section{margin-bottom:2.5rem}.PageNavigation-module-scss-module__HAaFtG__titleSection{font-size:1.8rem;font-weight:700;line-height:2rem}.PageNavigation-module-scss-module__HAaFtG__ul{scroll-behavior:smooth;flex-direction:column;gap:.6rem;margin-top:2rem;display:flex}@media (min-width:768px){.PageNavigation-module-scss-module__HAaFtG__ul{flex-wrap:wrap;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset;margin-top:3rem}}.PageNavigation-module-scss-module__HAaFtG__li{width:100%}@media (min-width:768px){.PageNavigation-module-scss-module__HAaFtG__li{width:49%}}.PageNavigation-module-scss-module__HAaFtG__link{color:#fff;background:#1e1e1e;border-radius:20px;justify-content:space-between;align-items:center;width:100%;height:100%;padding:15px;line-height:1.7rem;transition:all .5s;display:flex;position:relative}.PageNavigation-module-scss-module__HAaFtG__link:hover{transition:all .5s;background:#666!important}.PageNavigation-module-scss-module__HAaFtG__icon{opacity:.24;justify-content:center;align-items:center;width:1.25rem;height:100%;font-size:25px;transition:all .24s;display:flex;position:absolute;top:0;right:.625rem}.PageNavigation-module-scss-module__HAaFtG__icon svg path{stroke:#fff}
.AFewNumbers-module-scss-module__5Rv6eG__wrapper{border-radius:2rem;margin-top:20px;margin-bottom:2.5rem;padding:20px}.AFewNumbers-module-scss-module__5Rv6eG__title{font-size:1.8rem;font-weight:700;line-height:2.4rem}.AFewNumbers-module-scss-module__5Rv6eG__cards{flex-wrap:wrap;gap:20px;padding:20px;display:flex}.AFewNumbers-module-scss-module__5Rv6eG__card{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin:2rem 1rem 0 0;display:flex}@media (min-width:760px){.AFewNumbers-module-scss-module__5Rv6eG__card{flex-basis:30.9%;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset;text-align:unset}}.AFewNumbers-module-scss-module__5Rv6eG__number{margin-bottom:1rem;font-size:5.375rem;line-height:4.5rem}@media (min-width:760px){.AFewNumbers-module-scss-module__5Rv6eG__number{margin-bottom:0}}.AFewNumbers-module-scss-module__5Rv6eG__descr{font-size:1.25rem;line-height:1.875rem}.AFewNumbers-module-scss-module__5Rv6eG__descr span{margin-bottom:.6rem;font-size:1.25rem;font-weight:900;line-height:1.875rem;display:inline-block}.AFewNumbers-module-scss-module__5Rv6eG__descItemDesc{color:#fff9;text-align:left;font-size:1.125rem;line-height:1.3rem}
.ProjectSummary-module-scss-module__N-wusW__wrapper{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-auto-rows:minmax(200px,auto);margin-bottom:2.5rem;display:grid}@media (min-width:740px){.ProjectSummary-module-scss-module__N-wusW__wrapper{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(250px,auto)}}.ProjectSummary-module-scss-module__N-wusW__card{border-radius:2rem;flex-direction:column;justify-content:center;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}@media (min-width:740px){.ProjectSummary-module-scss-module__N-wusW__card:nth-child(6n+1){grid-area:span 2/span 3}.ProjectSummary-module-scss-module__N-wusW__card:nth-child(6n+2){grid-area:span 1/span 3}.ProjectSummary-module-scss-module__N-wusW__card:nth-child(6n+3){grid-area:span 2/span 2}.ProjectSummary-module-scss-module__N-wusW__card:nth-child(6n+4),.ProjectSummary-module-scss-module__N-wusW__card:nth-child(6n+5){grid-area:span 1/span 2}.ProjectSummary-module-scss-module__N-wusW__card:nth-child(6n+6){grid-area:span 1/span 4}}.ProjectSummary-module-scss-module__N-wusW__card:after{content:"";border-radius:inherit;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:source-out;opacity:0;background:linear-gradient(45deg,#ffffff4d 0%,#0000 50%,#ffffff1a 100%);padding:2px;transition:opacity .3s;position:absolute;inset:0;mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:source-out;mask-composite:subtract;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ProjectSummary-module-scss-module__N-wusW__card:hover{transform:translateY(-8px)}.ProjectSummary-module-scss-module__N-wusW__card:hover:after{opacity:1}.ProjectSummary-module-scss-module__N-wusW__markdown{z-index:2;position:relative}.ProjectSummary-module-scss-module__N-wusW__markdown p{font-size:1rem;line-height:1.5}@media (min-width:740px){.ProjectSummary-module-scss-module__N-wusW__markdown h2{margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;line-height:1.1}.ProjectSummary-module-scss-module__N-wusW__markdown p{font-size:1.2rem;line-height:1.6}}
.priceCard-module-scss-module__zRjtna__priceCardsContainer{flex-direction:column;gap:0;display:flex}.priceCard-module-scss-module__zRjtna__priceCard{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid #0000001a;padding:20px 0;transition:all .3s;position:relative;overflow:hidden}.priceCard-module-scss-module__zRjtna__priceCard:first-child{border-top:1px solid #0000001a}.priceCard-module-scss-module__zRjtna__priceCard:last-child{border-bottom:1px solid #0000001a}.priceCard-module-scss-module__zRjtna__priceCard.priceCard-module-scss-module__zRjtna__hovered{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);transform:translateY(-1px);box-shadow:0 5px 20px #00000014}.priceCard-module-scss-module__zRjtna__priceCard.priceCard-module-scss-module__zRjtna__hovered .priceCard-module-scss-module__zRjtna__hoverEffect{opacity:1;transform:scale(1)}.priceCard-module-scss-module__zRjtna__priceCard.priceCard-module-scss-module__zRjtna__hovered .priceCard-module-scss-module__zRjtna__button{transform:translateY(-1px);box-shadow:0 6px 20px #0000001f}.priceCard-module-scss-module__zRjtna__cardWrapper{z-index:1;flex-direction:column;gap:16px;display:flex;position:relative}.priceCard-module-scss-module__zRjtna__priceCardTitle{flex-wrap:wrap;align-items:center;gap:8px;margin:0;font-size:1.25rem;line-height:1.3;display:flex}.priceCard-module-scss-module__zRjtna__priceCardTitle span:last-child{background:linear-gradient(135deg,#000 0%,#333 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.priceCard-module-scss-module__zRjtna__priceCard.priceCard-module-scss-module__zRjtna__hovered .priceCard-module-scss-module__zRjtna__priceCardTitle span:last-child{background:linear-gradient(135deg,#000 0%,#ff6b00 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.priceCard-module-scss-module__zRjtna__icon{flex-shrink:0}.priceCard-module-scss-module__zRjtna__info{flex-direction:column;gap:12px;display:flex}.priceCard-module-scss-module__zRjtna__priceSection{position:relative}.priceCard-module-scss-module__zRjtna__price{color:#000;flex-wrap:wrap;align-items:baseline;gap:6px;font-size:1.75rem;line-height:1;display:flex}.priceCard-module-scss-module__zRjtna__priceCard.priceCard-module-scss-module__zRjtna__hovered .priceCard-module-scss-module__zRjtna__price{color:#ff6b00}.priceCard-module-scss-module__zRjtna__pricePrefix{color:#666;font-size:.8rem;font-weight:400}.priceCard-module-scss-module__zRjtna__priceSuffix{color:#666;margin-left:2px;font-size:.9rem}.priceCard-module-scss-module__zRjtna__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#000 0%,#333 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 20px;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.priceCard-module-scss-module__zRjtna__button:hover{background:linear-gradient(135deg,#ff6b00 0%,#ff3d00 100%);transform:translateY(-1px);box-shadow:0 8px 25px #ff6b0040}.priceCard-module-scss-module__zRjtna__buttonText{z-index:1;position:relative}.priceCard-module-scss-module__zRjtna__buttonIcon{flex-shrink:0;width:18px;height:18px;transition:transform .3s}.priceCard-module-scss-module__zRjtna__buttonIcon svg{width:100%;height:100%}.priceCard-module-scss-module__zRjtna__button:hover .priceCard-module-scss-module__zRjtna__buttonIcon{transform:translate(3px)}.priceCard-module-scss-module__zRjtna__buttonHover{background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(#fff3),to(transparent));background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.priceCard-module-scss-module__zRjtna__button:hover .priceCard-module-scss-module__zRjtna__buttonHover{left:100%}.priceCard-module-scss-module__zRjtna__highlightCard{color:#000;z-index:2;background:linear-gradient(135deg,gold 0%,#ff6b00 100%);border-radius:0 16px 16px 0;width:25%;margin-bottom:2rem;padding:6px 16px 6px 12px;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite priceCard-module-scss-module__zRjtna__highlightPulse;position:relative;top:15px;left:0;box-shadow:0 3px 12px #ff6b0040}.priceCard-module-scss-module__zRjtna__highlightCard span{z-index:1;position:relative}@media (min-width:940px){.priceCard-module-scss-module__zRjtna__highlightCard{width:unset;margin-bottom:0;position:absolute}}.priceCard-module-scss-module__zRjtna__highlightGlow{background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(#fff6),to(transparent));background:linear-gradient(90deg,#0000,#fff6,#0000);border-radius:0 16px 16px 0;animation:3s ease-in-out infinite priceCard-module-scss-module__zRjtna__highlightShine;position:absolute;inset:0}.priceCard-module-scss-module__zRjtna__hoverEffect{opacity:0;background:radial-gradient(circle,#00000005 0%,#0000 70%);width:100%;height:100%;transition:all .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}@media (min-width:768px){.priceCard-module-scss-module__zRjtna__priceCard{padding:25px 0}.priceCard-module-scss-module__zRjtna__priceCard.priceCard-module-scss-module__zRjtna__hovered{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.priceCard-module-scss-module__zRjtna__cardWrapper{gap:20px}.priceCard-module-scss-module__zRjtna__priceCardTitle{font-size:1.375rem}.priceCard-module-scss-module__zRjtna__price{font-size:1.875rem}.priceCard-module-scss-module__zRjtna__button{width:auto;min-width:160px;padding:14px 24px;font-size:1rem}.priceCard-module-scss-module__zRjtna__highlightCard{padding:7px 18px 7px 14px;font-size:.8rem;top:18px}}@media (min-width:1024px){.priceCard-module-scss-module__zRjtna__priceCard{padding:30px 0}.priceCard-module-scss-module__zRjtna__priceCard.priceCard-module-scss-module__zRjtna__hovered{box-shadow:0 10px 40px #0000001a,0 0 0 1px #0000000d}.priceCard-module-scss-module__zRjtna__cardWrapper{flex-direction:row;justify-content:space-between;align-items:center;gap:30px}.priceCard-module-scss-module__zRjtna__priceCardTitle{flex:0 0 35%;font-size:1.5rem}.priceCard-module-scss-module__zRjtna__info{flex-direction:row;flex:0 0 35%;justify-content:space-between;align-items:center;gap:20px}.priceCard-module-scss-module__zRjtna__price{font-size:2rem}.priceCard-module-scss-module__zRjtna__button{flex:0 0 25%;padding:14px 28px;font-size:1.125rem}.priceCard-module-scss-module__zRjtna__highlightCard{padding:8px 20px 8px 15px;font-size:.875rem;top:20px}}@media (min-width:1440px){.priceCard-module-scss-module__zRjtna__priceCardTitle{font-size:1.75rem}.priceCard-module-scss-module__zRjtna__price{font-size:2.25rem}.priceCard-module-scss-module__zRjtna__cardWrapper{gap:40px}}@keyframes priceCard-module-scss-module__zRjtna__highlightPulse{0%,to{transform:translate(0);box-shadow:0 3px 12px #ff6b0040}50%{transform:translate(3px);box-shadow:0 5px 18px #ff6b0066}}@keyframes priceCard-module-scss-module__zRjtna__highlightShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.priceCard-module-scss-module__zRjtna__markdown{max-width:100%;max-height:800px;margin:0 auto;padding-bottom:1.5rem}.priceCard-module-scss-module__zRjtna__markdown img{-o-object-fit:cover;object-fit:cover;border-radius:.75rem;width:100%;height:auto;max-height:300px}@media (min-width:768px){.priceCard-module-scss-module__zRjtna__markdown{max-width:1200px;padding-bottom:2rem}.priceCard-module-scss-module__zRjtna__markdown img{max-height:400px}}@media (max-width:360px){.priceCard-module-scss-module__zRjtna__priceCard{padding:16px 0}.priceCard-module-scss-module__zRjtna__priceCardTitle{gap:6px;font-size:1.125rem}.priceCard-module-scss-module__zRjtna__price{gap:4px;font-size:1.5rem}.priceCard-module-scss-module__zRjtna__button{gap:8px;padding:10px 16px;font-size:.85rem}.priceCard-module-scss-module__zRjtna__highlightCard{padding:5px 14px 5px 10px;font-size:.7rem}}
.PriceList-module-scss-module__4gX2qG__header{margin-bottom:3rem}.PriceList-module-scss-module__4gX2qG__headerContent{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}@media (max-width:768px){.PriceList-module-scss-module__4gX2qG__headerContent{flex-direction:column;gap:1.5rem}}.PriceList-module-scss-module__4gX2qG__headerText{flex:1}.PriceList-module-scss-module__4gX2qG__title{color:#1e293b;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.PriceList-module-scss-module__4gX2qG__description{color:#64748b;max-width:600px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{-o-object-fit:contain;object-fit:contain;transform-origin:50%;width:100%;height:100%}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);letter-spacing:0;font-variant:initial;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
.styles-module-scss-module__4Mx_fG__storiesWrapper{position:relative!important}.styles-module-scss-module__4Mx_fG__sliderButtons{z-index:10;justify-content:center;gap:10px;margin-top:1.5rem;display:none}.styles-module-scss-module__4Mx_fG__sliderButtons .swiper-button-lock{display:none}@media (min-width:778px){.styles-module-scss-module__4Mx_fG__sliderButtons{display:flex}}.styles-module-scss-module__4Mx_fG__wrapper{background:#eaebee;border-radius:32px;gap:1rem;padding:8px;display:flex}.styles-module-scss-module__4Mx_fG__prevButton,.styles-module-scss-module__4Mx_fG__nextButton{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:background-color .2s,transform .2s;display:flex;box-shadow:0 1px 5px #0003}.styles-module-scss-module__4Mx_fG__prevButton:hover,.styles-module-scss-module__4Mx_fG__nextButton:hover{background-color:#666;transform:scale(1.1)}.styles-module-scss-module__4Mx_fG__prevButton:hover:hover polyline,.styles-module-scss-module__4Mx_fG__nextButton:hover:hover polyline{color:#fff}.styles-module-scss-module__4Mx_fG__prevButton:disabled,.styles-module-scss-module__4Mx_fG__nextButton:disabled{opacity:.3;cursor:not-allowed;transform:none}.styles-module-scss-module__4Mx_fG__prevButton:disabled:hover,.styles-module-scss-module__4Mx_fG__nextButton:disabled:hover{background-color:#fff}.styles-module-scss-module__4Mx_fG__prevButton:disabled:hover polyline,.styles-module-scss-module__4Mx_fG__nextButton:disabled:hover polyline{stroke:#000}.styles-module-scss-module__4Mx_fG__storyCard{width:250px!important;height:350px!important}
.styles-module-scss-module__r7cBhq__storyCard{cursor:pointer;background:#fff;border:none;border-radius:20px;width:200px;height:250px;padding:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a}.styles-module-scss-module__r7cBhq__storyCard:active{transition:transform .1s;transform:translateY(-2px)}@keyframes styles-module-scss-module__r7cBhq__shimmer{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}@keyframes styles-module-scss-module__r7cBhq__gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes styles-module-scss-module__r7cBhq__pulseBorder{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.01)}}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard{cursor:pointer;background:#fff;border:none;border-radius:20px;width:200px;height:250px;padding:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard:active{transition:transform .1s;transform:translateY(-2px)}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard:focus{outline:none;box-shadow:0 0 0 3px #667eea4d,0 4px 20px #0000001a}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__unviewed:before{content:"";z-index:0;background:#ffee02;border-radius:23px;animation:3s ease-in-out infinite styles-module-scss-module__r7cBhq__shimmer;position:absolute;inset:-3px}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__unviewed .styles-module-scss-module__r7cBhq__cardContent{z-index:1;background:#fff;border-radius:18px;width:100%;height:calc(100% - 6px);margin:3px;position:relative;overflow:hidden}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__viewed{opacity:.85}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__viewed:hover{opacity:1}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__viewed .styles-module-scss-module__r7cBhq__coverImage{filter:grayscale(.2)}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__slider{flex-shrink:0;width:200px;height:250px}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__grid{width:100%;height:320px}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__masonry{width:100%;height:220px;min-height:200px;max-height:300px}.styles-module-scss-module__r7cBhq__storyCard .styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__masonry .styles-module-scss-module__r7cBhq__mediaContainer{height:100%}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__unviewed{position:relative}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__unviewed:before{content:"";z-index:0;background:repeating-linear-gradient(45deg,#0000 10px,#000 10px,#020202 20px);border-radius:23px;animation:20s linear infinite styles-module-scss-module__r7cBhq__dashMove;position:absolute;inset:-3px}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__unviewed:after{content:"";z-index:1;pointer-events:none;border:2px dashed #ffee02;border-radius:22px;animation:40s linear infinite styles-module-scss-module__r7cBhq__rotateBorder;position:absolute;inset:-2px}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__unviewed .styles-module-scss-module__r7cBhq__cardContent{z-index:2;background:#fff;border-radius:18px;width:calc(100% - 6px);height:calc(100% - 6px);margin:3px;position:relative;overflow:hidden}@keyframes styles-module-scss-module__r7cBhq__dashMove{0%{background-position:0 0}to{background-position:100px 100px}}@keyframes styles-module-scss-module__r7cBhq__rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__viewed{opacity:.85}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__viewed:hover{opacity:1}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__viewed .styles-module-scss-module__r7cBhq__coverImage{filter:grayscale(.2)}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__slider{flex-shrink:0;width:250px!important;height:350px!important}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__grid{width:100%;height:320px}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__masonry{width:100%;height:220px;min-height:200px;max-height:300px}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__masonry .styles-module-scss-module__r7cBhq__mediaContainer{height:100%}.styles-module-scss-module__r7cBhq__cardContent{background:#fff;border-radius:18px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.styles-module-scss-module__r7cBhq__mediaContainer{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);width:100%;height:100%;position:relative;overflow:hidden}.styles-module-scss-module__r7cBhq__mediaContainer:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0000001a 100%);height:40%;position:absolute;bottom:0;left:0;right:0}.styles-module-scss-module__r7cBhq__coverImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .5s cubic-bezier(.25,.46,.45,.94)}.styles-module-scss-module__r7cBhq__storyCard:hover .styles-module-scss-module__r7cBhq__coverImage{transform:scale(1.08)}.styles-module-scss-module__r7cBhq__placeholder{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);justify-content:center;align-items:center;height:100%;display:flex}.styles-module-scss-module__r7cBhq__placeholder span{opacity:.4;font-size:3rem;transition:all .3s}.styles-module-scss-module__r7cBhq__storyCard:hover .styles-module-scss-module__r7cBhq__placeholder span{opacity:.6;transform:scale(1.1)}.styles-module-scss-module__r7cBhq__newBadge{color:#fff;letter-spacing:.5px;text-transform:uppercase;z-index:2;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a52 100%);border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite styles-module-scss-module__r7cBhq__pulseGlow;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #ff6b6b66}.styles-module-scss-module__r7cBhq__newBadge:before{content:"";z-index:-1;opacity:.6;background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-radius:22px;animation:2s ease-in-out infinite reverse styles-module-scss-module__r7cBhq__pulseGlow;position:absolute;inset:-2px}.styles-module-scss-module__r7cBhq__storyTitle{color:#1e293b;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4;overflow:hidden}.styles-module-scss-module__r7cBhq__storyCard:hover .styles-module-scss-module__r7cBhq__storyTitle{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;background-clip:text}.styles-module-scss-module__r7cBhq__counterBadge{color:#fff;z-index:6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:10px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;display:flex;position:absolute;bottom:12px;left:12px}@keyframes styles-module-scss-module__r7cBhq__pulseGlow{0%,to{box-shadow:0 4px 12px #ff6b6b66,0 0 #ff6b6b66}50%{box-shadow:0 6px 20px #ff6b6b99,0 0 0 8px #ff6b6b00}}@media (min-width:768px){.styles-module-scss-module__r7cBhq__storyCard{border-radius:16px}.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__grid{height:280px}.styles-module-scss-module__r7cBhq__storyTitle{font-size:1.125rem}.styles-module-scss-module__r7cBhq__newBadge{padding:4px 10px;font-size:.7rem;top:8px;right:8px}}@media (min-width:480px){.styles-module-scss-module__r7cBhq__storyCard.styles-module-scss-module__r7cBhq__grid{height:260px}.styles-module-scss-module__r7cBhq__storyTitle{margin-bottom:.5rem;font-size:1rem}}
.PauseButton-module-scss-module__L_lyeG__pauseButton{-webkit-margin-start:auto;text-overflow:ellipsis;cursor:pointer;z-index:1000;justify-content:center;align-items:center;margin-inline-start:auto;transition:all .5s;display:none;position:absolute;top:25px;right:10px;overflow:hidden;width:2em!important;height:2em!important}@media (min-width:640px){.PauseButton-module-scss-module__L_lyeG__pauseButton{display:flex}.PauseButton-module-scss-module__L_lyeG__pauseButton:hover{background:#666;border-radius:50%;transition:all .5s}}
.StoryMedia-module-scss-module__e4g_EW__image{-o-object-fit:cover;object-fit:cover;transition:transform .3s}.StoryMedia-module-scss-module__e4g_EW__videoContainer{width:100%;height:100%;position:relative}.StoryMedia-module-scss-module__e4g_EW__video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.StoryMedia-module-scss-module__e4g_EW__videoLoader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.StoryActions-module-scss-module__iGuEUq__actionsContainer{z-index:1000;display:flex;position:relative}.StoryActions-module-scss-module__iGuEUq__seeMoreButton{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;margin:0 auto;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #0006}.StoryActions-module-scss-module__iGuEUq__seeMoreButton:hover{transform:translateY(-2px)}.StoryActions-module-scss-module__iGuEUq__seeMoreButton:active{transform:translateY(0)}.StoryActions-module-scss-module__iGuEUq__buttonArrow{transition:transform .3s}.StoryActions-module-scss-module__iGuEUq__seeMoreButton:hover .StoryActions-module-scss-module__iGuEUq__buttonArrow{transform:translate(4px)}@media (min-width:768px){.StoryActions-module-scss-module__iGuEUq__seeMoreButton{padding:.875rem 1.75rem;font-size:.9rem}}
.StoryText-module-scss-module__mglVHq__descriptionBox .StoryText-module-scss-module__mglVHq__wrapper{color:#fff!important}.StoryText-module-scss-module__mglVHq__customTextOverlay{color:#fff;font-size:1.1rem;line-height:1.5}.StoryText-module-scss-module__mglVHq__colorMark{color:#fff}
.styles-module-scss-module__njHI9G__storyContent{cursor:pointer;background:#000;width:100%;height:100%;position:relative;overflow:hidden}.styles-module-scss-module__njHI9G__contentOverlay{background:linear-gradient(#0000 0%,#0006 30%,#000c 100%);padding:2rem;position:absolute;bottom:0;left:0;right:0}.styles-module-scss-module__njHI9G__mediaPlaceholder{color:#ffffffb3;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.styles-module-scss-module__njHI9G__placeholderIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}@media (max-width:768px){.styles-module-scss-module__njHI9G__contentOverlay{padding:1.5rem}}@media (max-width:480px){.styles-module-scss-module__njHI9G__contentOverlay{padding:1rem}}
.styles-module-scss-module__Ea091a__modalOverlay{z-index:1000;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.styles-module-scss-module__Ea091a__modalOverlay img,.styles-module-scss-module__Ea091a__modalOverlay video{-o-object-fit:contain!important;object-fit:contain!important;width:100%!important;height:100%!important}.styles-module-scss-module__Ea091a__modalContent{background:#fff;border-radius:24px;width:100%;max-width:420px;height:100%;max-height:750px;overflow:hidden;box-shadow:0 25px 50px #00000040}@media (max-width:768px){.styles-module-scss-module__Ea091a__modalContent{border-radius:0;height:100%}}.styles-module-scss-module__Ea091a__progressContainer{z-index:10;background:0 0;gap:4px;padding:16px;display:flex;position:absolute;top:0;left:0;right:0}.styles-module-scss-module__Ea091a__controlsPanel{z-index:1000;justify-content:space-between;align-items:flex-start;padding:25px 10px 10px;display:flex;position:absolute;top:0;left:0;right:0}@media (min-width:640px){.styles-module-scss-module__Ea091a__controlsPanel{padding:32px 20px 20px}}@media (max-width:639px) and (min-height:700px){.styles-module-scss-module__Ea091a__controlsPanel{top:40px!important}}@media (max-width:639px) and (min-height:800px){.styles-module-scss-module__Ea091a__controlsPanel{top:60px!important}}@media (max-width:639px) and (min-height:900px){.styles-module-scss-module__Ea091a__controlsPanel{top:120px!important}}.styles-module-scss-module__Ea091a__closeButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.styles-module-scss-module__Ea091a__closeButton:hover{background:#ffffff40;transform:scale(1.1)}.styles-module-scss-module__Ea091a__closeIcon{font-size:24px;font-weight:300}.styles-module-scss-module__Ea091a__actions{gap:8px;display:flex}.styles-module-scss-module__Ea091a__shareButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.styles-module-scss-module__Ea091a__shareButton:hover{background:#ffffff40;transform:scale(1.1)}.styles-module-scss-module__Ea091a__storiesWrapper{width:100%;height:100%}.styles-module-scss-module__Ea091a__storiesWrapper .react-insta-stories{border-radius:24px}@media (max-width:768px){.styles-module-scss-module__Ea091a__storiesWrapper .react-insta-stories{border-radius:0}}
@keyframes styles-module-scss-module__m2w5Iq__pulseHint{0%,to{transform:scale(1);box-shadow:0 2px 8px #0000000d}50%{transform:scale(1.02);box-shadow:0 4px 12px #0000001a}}@keyframes styles-module-scss-module__m2w5Iq__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes styles-module-scss-module__m2w5Iq__rotateIcon{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}@keyframes styles-module-scss-module__m2w5Iq__swipeLeft{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(-5px)}}@keyframes styles-module-scss-module__m2w5Iq__swipeRight{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(5px)}}@keyframes styles-module-scss-module__m2w5Iq__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.styles-module-scss-module__m2w5Iq__container{width:100%}.styles-module-scss-module__m2w5Iq__sectionHeader{text-align:center;margin-bottom:3rem;position:relative}@media (min-width:768px){.styles-module-scss-module__m2w5Iq__sectionHeader:after{content:"";background:#000;border-radius:2px;width:60px;height:3px;position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%)}}.styles-module-scss-module__m2w5Iq__headerHint{margin-top:.75rem}.styles-module-scss-module__m2w5Iq__storiesHint{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:16px;align-items:center;gap:6px;margin-bottom:8px;padding:6px 12px;animation:2s ease-in-out infinite styles-module-scss-module__m2w5Iq__pulseHint;display:inline-flex}.styles-module-scss-module__m2w5Iq__storiesHint .styles-module-scss-module__m2w5Iq__hintIcon{font-size:1rem;animation:1.5s ease-in-out infinite styles-module-scss-module__m2w5Iq__bounce}.styles-module-scss-module__m2w5Iq__storiesHint .styles-module-scss-module__m2w5Iq__hintText{color:#334155;font-size:.8rem;font-weight:500}.styles-module-scss-module__m2w5Iq__sectionTitle{margin-bottom:12px;font-size:32px;font-weight:700;line-height:38px;display:inline-block;position:relative}.styles-module-scss-module__m2w5Iq__sectionTitle:after{content:"📱";font-size:18px;animation:6s linear infinite styles-module-scss-module__m2w5Iq__rotateIcon;display:none;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.styles-module-scss-module__m2w5Iq__sectionDescription{color:#64748b;max-width:100%;margin:0 auto;padding:0 12px;font-size:1rem;font-weight:400;line-height:1.5}.styles-module-scss-module__m2w5Iq__sectionDescription .styles-module-scss-module__m2w5Iq__clickHint{margin-left:6px;font-size:1.2rem;animation:1s ease-in-out infinite styles-module-scss-module__m2w5Iq__bounce;display:inline-block}.styles-module-scss-module__m2w5Iq__storiesHintFooter{text-align:center;color:#475569;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:10px;margin-top:1.5rem;padding:.75rem;font-size:.85rem;animation:1s ease-out styles-module-scss-module__m2w5Iq__fadeIn}.styles-module-scss-module__m2w5Iq__storiesHintFooter .styles-module-scss-module__m2w5Iq__swipeHint{justify-content:center;align-items:center;gap:8px;font-weight:500;display:flex}.styles-module-scss-module__m2w5Iq__storiesHintFooter .styles-module-scss-module__m2w5Iq__swipeHint:before{content:"←";animation:1.5s ease-in-out infinite styles-module-scss-module__m2w5Iq__swipeLeft}.styles-module-scss-module__m2w5Iq__storiesHintFooter .styles-module-scss-module__m2w5Iq__swipeHint:after{content:"→";animation:1.5s ease-in-out infinite styles-module-scss-module__m2w5Iq__swipeRight}@media (min-width:480px){.styles-module-scss-module__m2w5Iq__container{padding:0 20px}.styles-module-scss-module__m2w5Iq__sectionHeader{margin-bottom:3.5rem}.styles-module-scss-module__m2w5Iq__storiesHint{gap:8px;padding:8px 16px}.styles-module-scss-module__m2w5Iq__storiesHint .styles-module-scss-module__m2w5Iq__hintIcon{font-size:1.1rem}.styles-module-scss-module__m2w5Iq__storiesHint .styles-module-scss-module__m2w5Iq__hintText{font-size:.85rem}.styles-module-scss-module__m2w5Iq__sectionTitle{font-size:28px;line-height:32px}.styles-module-scss-module__m2w5Iq__sectionTitle:after{font-size:20px;display:block;right:-36px}.styles-module-scss-module__m2w5Iq__sectionDescription{max-width:500px;padding:0 16px;font-size:1.1rem}.styles-module-scss-module__m2w5Iq__sectionDescription .styles-module-scss-module__m2w5Iq__clickHint{font-size:1.3rem}.styles-module-scss-module__m2w5Iq__storiesHintFooter{margin-top:2rem;padding:1rem;font-size:.9rem}.styles-module-scss-module__m2w5Iq__storiesHintFooter .styles-module-scss-module__m2w5Iq__swipeHint{gap:10px}}@media (min-width:640px){.styles-module-scss-module__m2w5Iq__container{max-width:1350px;margin:0 auto;padding:0 10px}.styles-module-scss-module__m2w5Iq__sectionTitle{font-size:32px;line-height:36px}.styles-module-scss-module__m2w5Iq__sectionTitle:after{font-size:24px;right:-40px}.styles-module-scss-module__m2w5Iq__sectionDescription{max-width:550px;font-size:1.2rem}.styles-module-scss-module__m2w5Iq__storiesHintFooter{font-size:.95rem}}@media (min-width:768px){.styles-module-scss-module__m2w5Iq__sectionHeader{margin-bottom:4rem}.styles-module-scss-module__m2w5Iq__storiesHint{border-radius:20px;margin-bottom:12px;padding:10px 20px}.styles-module-scss-module__m2w5Iq__storiesHint .styles-module-scss-module__m2w5Iq__hintIcon{font-size:1.2rem}.styles-module-scss-module__m2w5Iq__storiesHint .styles-module-scss-module__m2w5Iq__hintText{font-size:.9rem}.styles-module-scss-module__m2w5Iq__sectionTitle{font-size:36px;line-height:40px}.styles-module-scss-module__m2w5Iq__sectionTitle:after{font-size:26px;right:-44px}.styles-module-scss-module__m2w5Iq__sectionDescription{max-width:600px;padding:0 20px;font-size:1.25rem}.styles-module-scss-module__m2w5Iq__sectionDescription .styles-module-scss-module__m2w5Iq__clickHint{font-size:1.5rem}.styles-module-scss-module__m2w5Iq__storiesHintFooter{border-radius:12px;margin-top:2.5rem;padding:1.25rem}}@media (min-width:1024px){.styles-module-scss-module__m2w5Iq__sectionTitle{letter-spacing:-.02em;font-size:44px;line-height:48px}.styles-module-scss-module__m2w5Iq__sectionTitle:after{font-size:30px;right:-50px}.styles-module-scss-module__m2w5Iq__sectionDescription{max-width:650px;font-size:1.3rem}}@media (min-width:1280px){.styles-module-scss-module__m2w5Iq__sectionTitle{font-size:52px;line-height:56px}.styles-module-scss-module__m2w5Iq__sectionTitle:after{font-size:32px;animation:4s linear infinite styles-module-scss-module__m2w5Iq__rotateIcon;right:-56px}.styles-module-scss-module__m2w5Iq__sectionDescription{max-width:700px;font-size:1.4rem}}@media (min-width:1536px){.styles-module-scss-module__m2w5Iq__sectionTitle{font-size:56px;line-height:60px}.styles-module-scss-module__m2w5Iq__sectionTitle:after{font-size:34px;right:-60px}.styles-module-scss-module__m2w5Iq__sectionDescription{font-size:1.5rem}}@media (orientation:landscape) and (max-height:600px){.styles-module-scss-module__m2w5Iq__sectionHeader{margin-bottom:2rem}.styles-module-scss-module__m2w5Iq__sectionTitle{font-size:28px;line-height:32px}.styles-module-scss-module__m2w5Iq__sectionTitle:after{font-size:20px;right:-36px}.styles-module-scss-module__m2w5Iq__sectionDescription{font-size:1rem}.styles-module-scss-module__m2w5Iq__storiesHintFooter{margin-top:1rem;padding:.5rem;font-size:.8rem}}@media (prefers-reduced-motion:reduce){.styles-module-scss-module__m2w5Iq__storiesHint,.styles-module-scss-module__m2w5Iq__hintIcon,.styles-module-scss-module__m2w5Iq__clickHint,.styles-module-scss-module__m2w5Iq__swipeHint:before,.styles-module-scss-module__m2w5Iq__swipeHint:after,.styles-module-scss-module__m2w5Iq__sectionTitle:after{animation:none!important}.styles-module-scss-module__m2w5Iq__storiesHintFooter{animation:none}}
.Faq-module-scss-module__1Q2Gla__accordionBlock{box-sizing:border-box;color:#0f172a;width:100%}.Faq-module-scss-module__1Q2Gla__header{margin-bottom:1rem}.Faq-module-scss-module__1Q2Gla__title{margin-bottom:32px;font-size:32px;font-weight:700;line-height:34px}@media (min-width:1024px){.Faq-module-scss-module__1Q2Gla__title{letter-spacing:-.02em;max-width:900px;font-size:52px;line-height:54px}}.Faq-module-scss-module__1Q2Gla__description{color:#6b7280;font-size:17px;line-height:22px}.Faq-module-scss-module__1Q2Gla__list{gap:.2px;display:grid}.Faq-module-scss-module__1Q2Gla__item{background:#e4e2e2;border:1px solid #eceaea;transition:all .5s;overflow:hidden;box-shadow:0 8px 28px #0b122309}.Faq-module-scss-module__1Q2Gla__item:first-child{border-top-left-radius:16px;border-top-right-radius:16px}.Faq-module-scss-module__1Q2Gla__item:last-child{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.Faq-module-scss-module__1Q2Gla__item:hover{background:#d3d2d2;transition:all .5s}.Faq-module-scss-module__1Q2Gla__item:hover .Faq-module-scss-module__1Q2Gla__chevron{color:#fff;background:#000;transition:all .5s}.Faq-module-scss-module__1Q2Gla__trigger{cursor:pointer;text-align:left;color:#0f172a;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;font-size:18px;font-weight:600;line-height:23px;transition:all .5s;display:flex}.Faq-module-scss-module__1Q2Gla__trigger:focus{outline:none;box-shadow:0 0 0 4px #6366f11f}.Faq-module-scss-module__1Q2Gla__question{flex:auto;display:block}.Faq-module-scss-module__1Q2Gla__chevron{color:#6b7280;background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:7px;transition:transform .24s cubic-bezier(.2,.9,.2,1);display:inline-flex}.Faq-module-scss-module__1Q2Gla__item.Faq-module-scss-module__1Q2Gla__open .Faq-module-scss-module__1Q2Gla__chevron{color:#4f46e5;transform:rotate(180deg)}.Faq-module-scss-module__1Q2Gla__panel{will-change:height;background:linear-gradient(#fff,#fbfdff);height:0;transition:height .3s cubic-bezier(.2,.9,.2,1);overflow:hidden}.Faq-module-scss-module__1Q2Gla__panelInner{color:#0f172a;padding:12px 14px 16px;font-size:14px;line-height:1.6}.Faq-module-scss-module__1Q2Gla__markdaun{font-size:18px;line-height:24px}.Faq-module-scss-module__1Q2Gla__item.Faq-module-scss-module__1Q2Gla__open{transform:translateY(-3px);box-shadow:0 16px 40px #0b122314}@media (min-width:720px){.Faq-module-scss-module__1Q2Gla__header{margin-bottom:2.5rem}.Faq-module-scss-module__1Q2Gla__trigger{padding:16px 18px;font-size:19px}.Faq-module-scss-module__1Q2Gla__question{font-size:19px}.Faq-module-scss-module__1Q2Gla__panelInner{padding:16px 18px 18px;font-size:18px}.Faq-module-scss-module__1Q2Gla__markdaun{font-size:18px;line-height:26px}}
.InfographicBlock-module-scss-module__LVZ52q__infographic{border-radius:16px;margin-bottom:2.5rem;padding:2rem 1rem}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__title{margin-bottom:1.5rem;font-size:2rem;font-weight:900;line-height:2.3rem}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__items{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__items{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item{background:#ffffff80;border-radius:12px;padding:1.5rem;transition:all .3s;box-shadow:0 2px 8px #0000000d}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__icon{text-align:center}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item:hover{transform:translateY(-4px)}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item svg{margin-bottom:1rem}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__value{margin-bottom:1rem;font-size:1.8rem;font-weight:700}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__label{margin:.3rem 0;font-size:1.2rem}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__description{color:inherit;font-size:16px;line-height:1.6}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__description p{margin:0 0 .8em}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__description h2,.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__description h3,.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__description h4{margin-top:1.2em;font-weight:600}.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__description ul,.InfographicBlock-module-scss-module__LVZ52q__infographic .InfographicBlock-module-scss-module__LVZ52q__item .InfographicBlock-module-scss-module__LVZ52q__description ol{margin-left:1.5em}
.style-module-scss-module__GHHKpW__quoteBlock{color:#333;background:#f9fafb;border-left:5px solid #666;border-radius:12px;margin-bottom:2.5rem;padding:2rem 2.5rem;font-style:italic;transition:background .3s;position:relative;box-shadow:0 2px 8px #0000000d}.style-module-scss-module__GHHKpW__quoteBlock:hover{background:#f1f5f9}.style-module-scss-module__GHHKpW__quoteBlock:before{content:"“";color:#666;opacity:.15;font-size:4rem;line-height:1;position:absolute;top:.5rem;left:1rem}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__text{margin-bottom:1.2rem;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__footer{color:#555;flex-wrap:wrap;gap:.4rem;font-size:.95rem;font-style:normal;display:flex}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__footer .style-module-scss-module__GHHKpW__author{color:#111;font-weight:600}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__footer .style-module-scss-module__GHHKpW__role{color:#666;font-weight:400}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__footer .style-module-scss-module__GHHKpW__link{color:#666;margin-left:auto;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__footer .style-module-scss-module__GHHKpW__link:hover{color:#000;text-decoration:underline}@media (max-width:768px){.style-module-scss-module__GHHKpW__quoteBlock{padding:1.5rem 1.8rem}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__text{font-size:1rem;line-height:1.5}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__footer{flex-direction:column;align-items:flex-start;gap:.2rem}.style-module-scss-module__GHHKpW__quoteBlock .style-module-scss-module__GHHKpW__footer .style-module-scss-module__GHHKpW__link{margin-top:.5rem;margin-left:0}}
.style-module-scss-module__FDNHgq__starVideo{-o-object-fit:cover;object-fit:cover;width:100%;position:absolute;inset:0}.style-module-scss-module__FDNHgq__background_Image{width:100%;height:100%;position:absolute;top:0;left:0}.style-module-scss-module__FDNHgq__video_side{display:block}.style-module-scss-module__FDNHgq__video_side video{-o-object-fit:cover;object-fit:cover;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:100%;height:auto}.style-module-scss-module__FDNHgq__video_side video::-webkit-media-controls-enclosure{display:none!important}.style-module-scss-module__FDNHgq__video_side video::-webkit-media-controls-panel{display:none!important}.style-module-scss-module__FDNHgq__video_side video::-webkit-media-controls-play-button{display:none!important}.style-module-scss-module__FDNHgq__video_side video::-webkit-media-controls-start-playback-button{display:none!important}.style-module-scss-module__FDNHgq__media{position:relative}.style-module-scss-module__FDNHgq__mediaWrapperLeft{max-width:400px;max-height:500px}.style-module-scss-module__FDNHgq__mediaItems{margin-bottom:-5rem;bottom:0}.style-module-scss-module__FDNHgq__marginZero{margin:0}@media (max-width:1160px) and (min-width:520px){.style-module-scss-module__FDNHgq__media{display:none}}@media (min-width:720px){.style-module-scss-module__FDNHgq__mediaWrapper{margin-bottom:0}.style-module-scss-module__FDNHgq__media{right:-1rem}.style-module-scss-module__FDNHgq__media img{transform:scale(1.5)}.style-module-scss-module__FDNHgq__mediaWrapperLeft{max-width:unset;max-height:unset}.style-module-scss-module__FDNHgq__mediaItems{top:1.8rem}.style-module-scss-module__FDNHgq__mediaWrapperLeft{right:50px}.style-module-scss-module__FDNHgq__video_side{flex-basis:65%}.style-module-scss-module__FDNHgq__video_side video{transform:scale(1.5)}.style-module-scss-module__FDNHgq__marginZero{margin-bottom:-5rem}}@media (min-width:1160px){.style-module-scss-module__FDNHgq__HeaderContentWrapper{-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}}
.style-module-scss-module__aZxoKG__link_mobail{z-index:200;width:100%;padding:16px 20px max(16px,env(safe-area-inset-bottom,20px))20px;color:#000;will-change:transform;-webkit-tap-highlight-color:#0000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-top:1px solid #0000000d;border-radius:24px 24px 0 0;transition:transform .4s cubic-bezier(.4,0,.2,1);animation:.4s cubic-bezier(.4,0,.2,1) forwards style-module-scss-module__aZxoKG__slideUp;position:fixed;bottom:0;left:0;box-shadow:0 -2px 8px #00000014,0 -8px 32px #0000001f}.style-module-scss-module__aZxoKG__link_mobail.style-module-scss-module__aZxoKG__hidden{animation:none;transform:translateY(100%)}@keyframes style-module-scss-module__aZxoKG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@supports (-webkit-touch-callout:none){.style-module-scss-module__aZxoKG__link_mobail{-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;background:#fffffffa}}@supports (padding-bottom:env(safe-area-inset-bottom)){.style-module-scss-module__aZxoKG__link_mobail{padding-bottom:calc(16px + env(safe-area-inset-bottom))}}@media only screen and (device-width:390px) and (device-height:844px) and (-webkit-device-pixel-ratio:3),only screen and (device-width:393px) and (device-height:852px) and (-webkit-device-pixel-ratio:3),only screen and (device-width:428px) and (device-height:926px) and (-webkit-device-pixel-ratio:3){.style-module-scss-module__aZxoKG__link_mobail{border-radius:28px 28px 0 0;padding-left:24px;padding-right:24px}}.style-module-scss-module__aZxoKG__link_mobailTwo{color:#000;background:#fff;border-radius:16px;max-width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;overflow:hidden;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.style-module-scss-module__aZxoKG__linkImage{text-align:center;-webkit-tap-highlight-color:#0000001a;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,var(--btn-bg,#000)0%,color-mix(in srgb,var(--btn-bg,#000),#333 20%)100%);will-change:transform,background-color;border-radius:14px;width:100%;min-height:56px;padding:clamp(16px,4vw,18px) clamp(20px,6vw,24px);font-size:clamp(16px,4.5vw,18px);font-weight:900;line-height:1.25;transition:all .25s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 12px #00000026,inset 0 0 0 1px #ffffff1a;color:var(--btn-color,#fff)!important}.style-module-scss-module__aZxoKG__linkImage:after{content:"";opacity:0;transform-origin:50%;background:#ffffff4d;border-radius:100%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:scale(1)translate(-50%)}.style-module-scss-module__aZxoKG__linkImage:focus:not(:active):after{animation:1s ease-out style-module-scss-module__aZxoKG__ripple}@keyframes style-module-scss-module__aZxoKG__ripple{0%{opacity:.5;transform:scale(0)}20%{opacity:.3;transform:scale(25)}to{opacity:0;transform:scale(40)}}.style-module-scss-module__aZxoKG__linkImage:hover{background:linear-gradient(135deg,color-mix(in srgb,var(--btn-bg,#000),#111 10%)0%,color-mix(in srgb,var(--btn-bg,#000),#444 20%)100%);transform:translateY(-2px);box-shadow:0 6px 20px #0003,inset 0 0 0 1px #ffffff26}.style-module-scss-module__aZxoKG__linkImage:active{background:linear-gradient(135deg,color-mix(in srgb,var(--btn-bg,#000),#000 20%)0%,color-mix(in srgb,var(--btn-bg,#000),#222 10%)100%);transition-duration:.1s;transform:translateY(0)scale(.98);box-shadow:0 2px 8px #0000001f,inset 0 0 0 1px #ffffff0d}@media (hover:none) and (pointer:coarse){.style-module-scss-module__aZxoKG__linkImage:hover{transform:none;box-shadow:0 4px 12px #00000026,inset 0 0 0 1px #ffffff1a}.style-module-scss-module__aZxoKG__linkImage:active{transform:scale(.98)}}.style-module-scss-module__aZxoKG__linkImage:focus-visible{outline:3px solid rgba(var(--btn-bg-rgb,0,0,0),.4);outline-offset:2px}@keyframes style-module-scss-module__aZxoKG__buttonTap{0%{transform:scale(1)}50%{transform:scale(.97)}to{transform:scale(1)}}.style-module-scss-module__aZxoKG__linkImage.style-module-scss-module__aZxoKG__tapping{animation:.2s style-module-scss-module__aZxoKG__buttonTap}@media (min-width:720px){.style-module-scss-module__aZxoKG__link_mobail{-webkit-box-shadow:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-top:none;border-radius:0;width:auto;padding:0;animation:none;position:static}.style-module-scss-module__aZxoKG__link_mobail .style-module-scss-module__aZxoKG__linkImage{border-radius:26px;width:auto;min-width:180px;min-height:60px;padding:18px 32px;font-size:18px;display:inline-block!important}.style-module-scss-module__aZxoKG__link_mobailTwo{-webkit-box-shadow:none;box-shadow:none;background:0 0}}@media (max-width:374px){.style-module-scss-module__aZxoKG__link_mobail{border-radius:20px 20px 0 0;padding-left:16px;padding-right:16px}.style-module-scss-module__aZxoKG__linkImage{border-radius:12px;min-height:52px;padding:14px 16px;font-size:16px}}@media (prefers-color-scheme:dark){.style-module-scss-module__aZxoKG__link_mobail{color:#fff;background:#1e1e1ef2;border-top:1px solid #ffffff0d}.style-module-scss-module__aZxoKG__link_mobailTwo{color:#fff;background:#282828f2}}
.style-module-scss-module__oOoXla__contentImage{z-index:10;text-align:center;position:relative}.style-module-scss-module__oOoXla__titleImage{-webkit-text-emphasis-color:none!important;-webkit-text-emphasis-color:none!important;text-emphasis-color:none!important;-webkit-text-fill-color:unset!important;background:0 0!important;margin-bottom:1.5rem!important;font-size:30px!important;font-weight:700!important;line-height:40px!important}.style-module-scss-module__oOoXla__subTitleImage{margin-bottom:2.4rem;font-size:17px;line-height:26px}@media (min-width:720px){.style-module-scss-module__oOoXla__mainImage{width:calc(100% - 40px);padding:50px 0 64px}.style-module-scss-module__oOoXla__wrapperImage{padding:0 30px}.style-module-scss-module__oOoXla__HeaderContentWrapper{justify-content:space-between}.style-module-scss-module__oOoXla__titleImage{text-align:unset!important;margin-bottom:1.5rem!important;font-size:60px!important;line-height:70px!important}.style-module-scss-module__oOoXla__subTitleImage{margin-bottom:2.4rem;font-size:23px;line-height:30px}.style-module-scss-module__oOoXla__link_mobail{position:unset;-webkit-box-shadow:unset;box-shadow:unset;background:unset;width:unset;padding:unset;border-radius:20px 20px 0 0}.style-module-scss-module__oOoXla__link_mobail .style-module-scss-module__oOoXla__linkImage{display:inline!important}}
.style-module-scss-module__wTHF_a__list{grid-area:-2/1/-1/-1;gap:4px;width:100%;display:flex;position:relative}.style-module-scss-module__wTHF_a__item{color:#000;background-color:#fff;border-radius:20px;flex-basis:100%;padding:20px}.style-module-scss-module__wTHF_a__wrapperIcon{margin-bottom:8px}.style-module-scss-module__wTHF_a__title{font-size:20px;line-height:24px}.style-module-scss-module__wTHF_a__desc{font-size:16px;line-height:19px}@media (max-width:767.9px){.style-module-scss-module__wTHF_a__list{flex-wrap:wrap}}@media (min-width:1024px){.style-module-scss-module__wTHF_a__list{gap:8px}.style-module-scss-module__wTHF_a__title{font-size:24px;line-height:28px}}
.Header-module-scss-module__-VTDIq__main{border-radius:32px;width:calc(100% - 8px);max-width:1400px;margin:2rem auto 5rem;padding:15px 0 24px;position:relative;overflow:hidden;box-shadow:1px 2px 8px #0000005e}@media (min-width:720px){.Header-module-scss-module__-VTDIq__main{margin-bottom:12rem}}.Header-module-scss-module__-VTDIq__wrapper{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:10px;display:flex}.Header-module-scss-module__-VTDIq__headerContentWrapper{flex-direction:column-reverse;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.Header-module-scss-module__-VTDIq__pictureImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media (min-width:720px){.Header-module-scss-module__-VTDIq__main{width:calc(100% - 40px);padding:50px 0 64px}.Header-module-scss-module__-VTDIq__wrapper{padding:0 30px}.Header-module-scss-module__-VTDIq__headerContentWrapper{justify-content:space-between}}@media (min-width:1020px){.Header-module-scss-module__-VTDIq__main{height:720px!important}.Header-module-scss-module__-VTDIq__wrapper{padding:0 80px}}@media (min-width:1160px){.Header-module-scss-module__-VTDIq__headerContentWrapper{-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}}
.Showreels-module-scss-module__eLtviG__showreels__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Showreels-module-scss-module__eLtviG__showreels__title{text-align:center;color:#1a1a1a;margin:0 auto 1.5rem;font-size:1.75rem;font-weight:900;line-height:1.2}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels__title{letter-spacing:-.02em;max-width:900px;margin-bottom:3.875rem;font-size:3.25rem;line-height:1.04}}.Showreels-module-scss-module__eLtviG__showreels__description{text-align:center;color:#666;margin-bottom:2rem;padding:0 1rem;font-size:1rem;line-height:1.5}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels__description{max-width:600px;margin-left:auto;margin-right:auto;padding:0;font-size:1.125rem}}.Showreels-module-scss-module__eLtviG__showreels__tabs{flex-wrap:wrap;justify-content:center;gap:.25rem;margin-bottom:2rem;padding:0 1rem;display:flex}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels__tabs{gap:.5rem;padding:0}}.Showreels-module-scss-module__eLtviG__showreels__tab{color:#666;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s}.Showreels-module-scss-module__eLtviG__showreels__tab:hover{color:#000;border-color:#000}.Showreels-module-scss-module__eLtviG__showreels__tab--active{color:#fff;background:#000;border-color:#000}.Showreels-module-scss-module__eLtviG__showreels__tab--active:hover{background:#000;border-color:#000}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels__tab{padding:.75rem 1.5rem;font-size:.875rem}}.Showreels-module-scss-module__eLtviG__showreels__tabText{align-items:center;gap:.5rem;display:flex}.Showreels-module-scss-module__eLtviG__showreels__tabNumber{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;display:inline-flex}.Showreels-module-scss-module__eLtviG__showreels__slider{margin-bottom:2rem;position:relative}.Showreels-module-scss-module__eLtviG__showreels__slides{justify-content:center;display:flex}.Showreels-module-scss-module__eLtviG__showreels__slide{display:none}.Showreels-module-scss-module__eLtviG__showreels__slide--active{display:block}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__wrapper{cursor:pointer;background:#000;border-radius:1.875rem;width:100%;height:225px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__wrapper:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0000002e}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__wrapper{width:400px;height:225px}}@media (min-width:1024px){.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__wrapper{width:928px;height:522px}}@media (min-width:1280px){.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__wrapper{width:1168px;height:657px}}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__poster{justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:relative}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__preview{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__video{-o-object-fit:cover;object-fit:cover;background:#000;border-radius:1.875rem;width:100%;height:100%}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__playButton{color:#000;cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px #0000004d}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__playButton:hover{background:#fff;transform:translate(-50%,-50%)scale(1.1);box-shadow:0 6px 20px #0006}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__playButton--hidden{opacity:0;pointer-events:none;transform:translate(-50%,-50%)scale(.8)}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__playButton{width:4rem;height:4rem}}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__playIcon{color:#000;width:1.25rem;height:1.25rem}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__playIcon{width:1.5rem;height:1.5rem}}.Showreels-module-scss-module__eLtviG__showreels .Showreels-module-scss-module__eLtviG__showreelItem__loadingIndicator{z-index:2;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:2rem;height:2rem;animation:1s linear infinite Showreels-module-scss-module__eLtviG__spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Showreels-module-scss-module__eLtviG__showreels__subtitle{text-align:center;color:#666;margin-top:1rem;padding:0 1rem;font-size:.9rem;line-height:1.4}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels__subtitle{margin-top:1.5rem;padding:0;font-size:1rem}}.Showreels-module-scss-module__eLtviG__showreels__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:1.875rem;width:280px;height:158px;margin:2rem 0;animation:1.5s infinite Showreels-module-scss-module__eLtviG__loading}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels__skeleton{width:400px;height:225px}}@media (min-width:1024px){.Showreels-module-scss-module__eLtviG__showreels__skeleton{width:928px;height:522px}}.Showreels-module-scss-module__eLtviG__showreels__modal{z-index:1000;opacity:0;visibility:hidden;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.Showreels-module-scss-module__eLtviG__showreels__modal--open{opacity:1;visibility:visible}.Showreels-module-scss-module__eLtviG__showreels__modalContent{background:#000;border-radius:1rem;width:90%;max-width:1200px;position:relative;overflow:hidden}.Showreels-module-scss-module__eLtviG__showreels__modalVideo{width:100%;height:auto;max-height:90vh;display:block}.Showreels-module-scss-module__eLtviG__showreels__modalClose{color:#fff;cursor:pointer;z-index:1001;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .3s;display:flex;position:absolute;top:1rem;right:1rem}.Showreels-module-scss-module__eLtviG__showreels__modalClose:hover{background:#000000e6}@media (min-width:768px){.Showreels-module-scss-module__eLtviG__showreels{padding:4rem 0}}.Showreels-module-scss-module__eLtviG__media{-o-object-fit:cover;object-fit:cover;height:100%}@keyframes Showreels-module-scss-module__eLtviG__loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes Showreels-module-scss-module__eLtviG__spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.Showreels-module-scss-module__eLtviG__video--loading{opacity:.7}.Showreels-module-scss-module__eLtviG__video--loaded{opacity:1;transition:opacity .3s}.Showreels-module-scss-module__eLtviG__video--error{color:#d32f2f;background:#ffebee;justify-content:center;align-items:center;font-size:.875rem;display:flex}.Showreels-module-scss-module__eLtviG__poster--hidden{opacity:0;pointer-events:none}
.Tabs-module-scss-module__lILzEq__collection__tabs{justify-content:center;width:100%;margin-bottom:32px;display:flex;overflow:hidden}@media (min-width:1024px){.Tabs-module-scss-module__lILzEq__collection__tabs{margin-bottom:48px}}.Tabs-module-scss-module__lILzEq__collection__tabs_wrapper{background:#f5f5f5;border-radius:40px;flex-wrap:wrap;justify-content:center;gap:8px;padding:12px 8px;display:flex}@media (max-width:639px){.Tabs-module-scss-module__lILzEq__collection__tabs_wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.Tabs-module-scss-module__lILzEq__collection__tabs_wrapper::-webkit-scrollbar{display:none}.Tabs-module-scss-module__lILzEq__collection__tabs_wrapper{padding:12px 16px}}@media (min-width:640px) and (max-width:1023px){.Tabs-module-scss-module__lILzEq__collection__tabs_wrapper{flex-wrap:wrap;justify-content:center}}.Tabs-module-scss-module__lILzEq__collection__tab{color:#666;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:#0000;background:0 0;border:none;border-radius:40px;justify-content:center;align-items:center;min-height:44px;padding:10px 20px;font-size:15px;font-weight:600;line-height:1.2;transition:background-color .2s,color .2s;display:inline-flex}.Tabs-module-scss-module__lILzEq__collection__tab:hover{color:#000;background-color:#0000000d}.Tabs-module-scss-module__lILzEq__collection__tab:active{background-color:#0000001a;transition:transform .1s;transform:scale(.96)}.Tabs-module-scss-module__lILzEq__collection__tab.Tabs-module-scss-module__lILzEq__active{color:#fff;background:#000}.Tabs-module-scss-module__lILzEq__collection__tab.Tabs-module-scss-module__lILzEq__active:hover{background:#000}@media (min-width:1024px){.Tabs-module-scss-module__lILzEq__collection__tab{min-height:52px;padding:12px 32px;font-size:18px}}
.CollectionCardTabs-module-scss-module__G8q6da__collection__button{background:#fff;border-radius:50%;justify-content:center;width:44px;height:40px;transition:all .5s;display:flex}.CollectionCardTabs-module-scss-module__G8q6da__collection__button:hover{color:#fff;background:#000;transition:all .5s}.CollectionCardTabs-module-scss-module__G8q6da__collection__container{width:100%}.CollectionCardTabs-module-scss-module__G8q6da__collection__grid{-webkit-scroll-snap-type:x proximity;-ms-scroll-snap-type:x proximity;scroll-snap-type:x proximity;scrollbar-width:none;gap:15px;max-width:1200px;margin:0 auto;padding:1rem 15px;display:flex;overflow-x:auto}@media (min-width:640px){.CollectionCardTabs-module-scss-module__G8q6da__collection__grid{overflow-x:unset;-webkit-scroll-snap-type:unset;-ms-scroll-snap-type:unset;scroll-snap-type:unset;scrollbar-width:unset;grid-template-columns:repeat(2,1fr);justify-content:center;padding:0 15px;display:grid}}@media (min-width:1024px){.CollectionCardTabs-module-scss-module__G8q6da__collection__grid{grid-template-columns:repeat(3,1fr)}}.CollectionCardTabs-module-scss-module__G8q6da__collection__itemWrapper{width:100%;margin:0 auto}.CollectionCardTabs-module-scss-module__G8q6da__collection__itemWrapper.CollectionCardTabs-module-scss-module__G8q6da__gridItem .CollectionCardTabs-module-scss-module__G8q6da__collection__item{flex-shrink:0;height:360px}@media (min-width:1024px){.CollectionCardTabs-module-scss-module__G8q6da__collection__itemWrapper.CollectionCardTabs-module-scss-module__G8q6da__gridItem .CollectionCardTabs-module-scss-module__G8q6da__collection__item{height:420px}}.CollectionCardTabs-module-scss-module__G8q6da__collection__loadMore{justify-content:center;margin-top:32px;display:flex}.CollectionCardTabs-module-scss-module__G8q6da__loadMoreButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:40px;padding:12px 32px;font-size:18px;font-weight:600;transition:background .3s}.CollectionCardTabs-module-scss-module__G8q6da__loadMoreButton:hover{background:#333}
.CollectionSliderClient-module-scss-module__6-XIpa__collection__container{width:100%}.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper{width:100%;height:100%}.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper.CollectionSliderClient-module-scss-module__6-XIpa__gridItem .CollectionSliderClient-module-scss-module__6-XIpa__collection__item{aspect-ratio:1;justify-content:space-between;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;cursor:pointer;border-radius:22px;width:100%;min-width:288px;max-width:380px;transition:transform .3s,box-shadow .3s,filter .3s}.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper.CollectionSliderClient-module-scss-module__6-XIpa__gridItem .CollectionSliderClient-module-scss-module__6-XIpa__collection__item .CollectionSliderClient-module-scss-module__6-XIpa__collection__badge{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;color:#fff!important;background:0 0!important}.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper.CollectionSliderClient-module-scss-module__6-XIpa__gridItem .CollectionSliderClient-module-scss-module__6-XIpa__collection__item .CollectionSliderClient-module-scss-module__6-XIpa__collection__subtitle{text-align:left}@media (hover:hover) and (pointer:fine){.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper.CollectionSliderClient-module-scss-module__6-XIpa__gridItem .CollectionSliderClient-module-scss-module__6-XIpa__collection__item:hover{filter:brightness(1.05);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 30px -10px #0000004d}.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper.CollectionSliderClient-module-scss-module__6-XIpa__gridItem .CollectionSliderClient-module-scss-module__6-XIpa__collection__item:hover .CollectionSliderClient-module-scss-module__6-XIpa__collection__image{transition:transform .5s;transform:scale(1.05)}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper.CollectionSliderClient-module-scss-module__6-XIpa__gridItem .CollectionSliderClient-module-scss-module__6-XIpa__collection__item:active{transition:transform .1s;transform:scale(.98)}@media (hover:hover) and (pointer:fine){.CollectionSliderClient-module-scss-module__6-XIpa__collection__itemWrapper.CollectionSliderClient-module-scss-module__6-XIpa__gridItem .CollectionSliderClient-module-scss-module__6-XIpa__collection__item:active{transform:scale(.98)}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__image{transition:transform .5s}.CollectionSliderClient-module-scss-module__6-XIpa__collection__slider .swiper-slide-active{transform:scale(.99)!important}.CollectionSliderClient-module-scss-module__6-XIpa__collection__slider .swiper-slide-active:hover{transition:all .5s;transform:scale(1.004)!important}@media (min-width:1280px){.CollectionSliderClient-module-scss-module__6-XIpa__collection__slider .swiper-slide-next{margin-left:32px!important}.CollectionSliderClient-module-scss-module__6-XIpa__collection__slider .swiper-slide-prev{margin-right:-14px!important}.CollectionSliderClient-module-scss-module__6-XIpa__collection__slider .swiper-wrapper{margin:0 -2rem}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__slide{will-change:transform;flex-shrink:0;max-height:100%;transition:transform .4s ease-in-out;width:280px!important;height:360px!important;transform:scale(.93)!important}.CollectionSliderClient-module-scss-module__6-XIpa__collection__slide video{pointer-events:none;-webkit-user-select:none;user-select:none}@media (min-width:390px){.CollectionSliderClient-module-scss-module__6-XIpa__collection__slide{width:320px!important;height:412px!important;transform:scale(.815)!important}}@media (min-width:1024px){.CollectionSliderClient-module-scss-module__6-XIpa__collection__slide{width:420px!important;height:542px!important;transform:scale(.845)!important}.CollectionSliderClient-module-scss-module__6-XIpa__collection__slide:hover{transition:all .5s;transform:scale(.865)!important}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__item{color:#000;background-color:#fff;border-radius:20px;flex-direction:column;align-items:center;height:100%;padding:20px;transition:transform .4s ease-in-out;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.CollectionSliderClient-module-scss-module__6-XIpa__collection__item{border-radius:32px;padding:32px}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__picture{width:100%;height:100%;position:absolute;top:0;left:0}.CollectionSliderClient-module-scss-module__6-XIpa__collection__image{-o-object-fit:cover;object-fit:cover;background:#666;height:100%}.CollectionSliderClient-module-scss-module__6-XIpa__collection__badge{color:#fff;z-index:11;background:#ffffff54;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;min-width:36px;margin-bottom:1rem;padding:3px 9px;font-size:14px;font-weight:900;line-height:16px;display:inline-flex}@media (min-width:1024px){.CollectionSliderClient-module-scss-module__6-XIpa__collection__badge{font-size:17px;line-height:26px}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__link{z-index:5}.CollectionSliderClient-module-scss-module__6-XIpa__collection__link:before{content:"";z-index:10;width:100%;height:100%;display:block;position:absolute;inset:0}.CollectionSliderClient-module-scss-module__6-XIpa__collection__subtitle{color:#fff;text-align:center;font-size:17px;font-weight:700;line-height:25px}@media (min-width:640px){.CollectionSliderClient-module-scss-module__6-XIpa__collection__subtitle{font-size:20px;line-height:25px}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__controls{display:none}@media (min-width:1024px){.CollectionSliderClient-module-scss-module__6-XIpa__collection__controls{background:#f5f5f5;border-radius:34px;justify-content:center;gap:.5rem;width:106px;margin:32px auto 0;padding:9px;display:flex}}.CollectionSliderClient-module-scss-module__6-XIpa__collection__button{background:#fff;border-radius:50%;justify-content:center;width:44px;height:40px;transition:all .5s;display:flex}.CollectionSliderClient-module-scss-module__6-XIpa__collection__button:hover{color:#fff;background:#000;transition:all .5s}
.CollectionSlider-module-scss-module__Zk0YRG__collection__title{text-align:center;max-width:900px;margin:0 auto 32px;font-size:32px;font-weight:900;line-height:34px}@media (min-width:1024px){.CollectionSlider-module-scss-module__Zk0YRG__collection__title{letter-spacing:-.02em;margin-bottom:62px;font-size:52px;line-height:54px}}
.Advantages-module-scss-module__6b7cJW__title{max-width:900px;margin-bottom:32px;font-size:32px;font-weight:900;line-height:34px}@media (min-width:1024px){.Advantages-module-scss-module__6b7cJW__title{letter-spacing:-.02em;margin-bottom:62px;font-size:52px;line-height:54px}}@media (min-width:720px){.Advantages-module-scss-module__6b7cJW__explanati{margin-top:8rem}.Advantages-module-scss-module__6b7cJW__explanation{width:696px;margin:0 auto}.Advantages-module-scss-module__6b7cJW__title{letter-spacing:-.02em;max-width:900px;margin-bottom:62px;font-size:52px;line-height:54px}}@media (min-width:1220px){.Advantages-module-scss-module__6b7cJW__explanation{width:1168px}.Advantages-module-scss-module__6b7cJW__ul{z-index:1;grid-column-gap:106px;grid-template-columns:678px 1fr;min-height:381px;display:grid;position:relative}}
.AdvantagesItems-module-scss-module__8XeKza__explanation__card{cursor:pointer;border-radius:20px;padding:20px 8px;transition:all .3s ease-in-out}.AdvantagesItems-module-scss-module__8XeKza__explanation__text{padding-inline:12px}.AdvantagesItems-module-scss-module__8XeKza__explanation__subtitle{-webkit-column-gap:20px;-moz-column-gap:20px;color:#757575;grid-template-columns:1fr 24px;align-items:center;column-gap:20px;font-size:20px;font-weight:700;line-height:24px;transition:all .5s;display:grid}.AdvantagesItems-module-scss-module__8XeKza__explanation__desc{opacity:0;height:0;font-size:18px;line-height:25px;transition:height .3s ease-in-out,opacity .3s ease-in-out;overflow:hidden}.AdvantagesItems-module-scss-module__8XeKza__explanation__desc_text{display:block}.AdvantagesItems-module-scss-module__8XeKza__explanation_picture,.AdvantagesItems-module-scss-module__8XeKza__explanation_pictureOrder{opacity:0;border-radius:16px;transition:opacity .3s ease-in-out,padding-top .3s ease-in-out;display:block;position:relative;overflow:hidden}.AdvantagesItems-module-scss-module__8XeKza__explanation_picture__img{-o-object-fit:cover;object-fit:cover;aspect-ratio:1;width:100%;height:100%;display:block;position:absolute;inset:0}.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation__card{background-color:#f5f5f5;transition:background-color .3s ease-in-out,padding-bottom .3s ease-in-out}.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation__subtitle{color:#000;transition:color .3s ease-in-out}.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation__icon{transition:opacity .3s ease-in-out;display:none}.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation__desc{opacity:1;height:auto;padding-top:20px}.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation_picture,.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation_pictureOrder{opacity:1;margin-top:24px;padding-top:56.25%}@media (min-width:720px){.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation__subtitle{font-size:27px;line-height:33px}.AdvantagesItems-module-scss-module__8XeKza__explanation__subtitle{font-size:24px;line-height:27px}.AdvantagesItems-module-scss-module__8XeKza__explanation__desc{font-size:21px;line-height:25px}.AdvantagesItems-module-scss-module__8XeKza__explanation__desc_text{padding:0}}@media (min-width:1220px){.AdvantagesItems-module-scss-module__8XeKza__explanation__item{grid-column:2/-1}.AdvantagesItems-module-scss-module__8XeKza__explanation__item:hover .AdvantagesItems-module-scss-module__8XeKza__explanation__subtitle{color:#000}.AdvantagesItems-module-scss-module__8XeKza__explanation__item .AdvantagesItems-module-scss-module__8XeKza__explanation__desc{padding-top:10px!important}.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation_picture,.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation_pictureOrder{z-index:1;opacity:1;margin-top:0;padding:0;transition:opacity .3s ease-in-out;position:absolute}.AdvantagesItems-module-scss-module__8XeKza__explanation__item.AdvantagesItems-module-scss-module__8XeKza__--active .AdvantagesItems-module-scss-module__8XeKza__explanation__card{background-color:#f5f5f5}.AdvantagesItems-module-scss-module__8XeKza__explanation__card{border-radius:32px;padding:15px}.AdvantagesItems-module-scss-module__8XeKza__explanation_picture{opacity:0;border-radius:32px;width:678px;height:381px;transition:opacity .3s ease-in-out;position:absolute;top:80px;left:0}.AdvantagesItems-module-scss-module__8XeKza__explanation_pictureOrder{opacity:0;border-radius:32px;width:678px;height:381px;transition:opacity .3s ease-in-out;position:absolute;top:20px;right:0}.AdvantagesItems-module-scss-module__8XeKza__explanation__icon{display:none}}
.BenefitGroups-module-scss-module__oOe63a__title{margin-bottom:32px;font-size:32px;font-weight:700;line-height:34px}@media (min-width:1024px){.BenefitGroups-module-scss-module__oOe63a__title{letter-spacing:-.02em;max-width:900px;margin-bottom:62px;font-size:52px;line-height:54px}}.BenefitGroups-module-scss-module__oOe63a__list{grid-gap:8px;grid-template-columns:1fr;display:grid}@media (min-width:768px){.BenefitGroups-module-scss-module__oOe63a__list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.BenefitGroups-module-scss-module__oOe63a__list{grid-template-columns:repeat(3,1fr)}.BenefitGroups-module-scss-module__oOe63a__list:has(>:only-child){grid-template-columns:1fr}.BenefitGroups-module-scss-module__oOe63a__list:has(>:only-child) .BenefitGroups-module-scss-module__oOe63a__item{max-width:800px;margin:0 auto}.BenefitGroups-module-scss-module__oOe63a__list:has(>:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}.BenefitGroups-module-scss-module__oOe63a__list:has(>:nth-child(4):last-child){grid-template-columns:repeat(2,1fr)}.BenefitGroups-module-scss-module__oOe63a__item.BenefitGroups-module-scss-module__oOe63a__stretched{grid-column:span 2}}.BenefitGroups-module-scss-module__oOe63a__item{-webkit-column-gap:12px;-moz-column-gap:12px;background:#f6f6f6;border-radius:20px;align-items:flex-start;column-gap:12px;padding:20px;transition:transform .3s;display:flex}.BenefitGroups-module-scss-module__oOe63a__item:hover{transform:translateY(-4px)}@media (min-width:1024px){.BenefitGroups-module-scss-module__oOe63a__item{border-radius:32px;flex-direction:column;row-gap:32px;padding:32px}.BenefitGroups-module-scss-module__oOe63a__item.BenefitGroups-module-scss-module__oOe63a__stretched{flex-direction:row;align-items:center}.BenefitGroups-module-scss-module__oOe63a__item.BenefitGroups-module-scss-module__oOe63a__stretched .BenefitGroups-module-scss-module__oOe63a__icon{flex-shrink:0;width:48px;height:48px;margin-right:24px}.BenefitGroups-module-scss-module__oOe63a__item.BenefitGroups-module-scss-module__oOe63a__stretched .BenefitGroups-module-scss-module__oOe63a__content{flex:1}}.BenefitGroups-module-scss-module__oOe63a__icon{flex-shrink:0;width:24px;height:24px;display:block}@media (min-width:1024px){.BenefitGroups-module-scss-module__oOe63a__icon{width:32px;height:32px}}.BenefitGroups-module-scss-module__oOe63a__subtitle{margin-bottom:8px;font-size:18px;font-weight:700;line-height:25px}@media (min-width:1024px){.BenefitGroups-module-scss-module__oOe63a__subtitle{margin-bottom:16px;font-size:25px;line-height:35px}}.BenefitGroups-module-scss-module__oOe63a__description p{font-size:16px;line-height:20px}@media (min-width:1024px){.BenefitGroups-module-scss-module__oOe63a__description p{font-size:18px;line-height:26px}}
.ServiceInvestment-module-scss-module__7kLUxa__title{margin-bottom:32px;font-size:32px;font-weight:700;line-height:34px}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__title{letter-spacing:-.02em;max-width:900px;margin-bottom:42px;font-size:52px;line-height:54px}}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__content{grid-gap:54px 77px;grid-template-rows:auto minmax(202px,1fr);grid-template-columns:auto 1fr;display:grid}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__content{grid-gap:88px 96px;grid-template-rows:auto minmax(298px,1fr)}}@media (min-width:1280px){.ServiceInvestment-module-scss-module__7kLUxa__content{grid-column-gap:216px}}.ServiceInvestment-module-scss-module__7kLUxa__header{margin-bottom:24px;display:flex}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__header{grid-area:1/1/2/2;align-items:center}}.ServiceInvestment-module-scss-module__7kLUxa__logo{border-radius:50%;flex-shrink:0;width:44px;height:44px;margin-right:16px;display:block;overflow:hidden}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__logo{width:48px;height:48px}}.ServiceInvestment-module-scss-module__7kLUxa__subtitle{color:#666;font-size:18px;line-height:22px}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__subtitle{width:336px}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__subtitle{width:468px;font-size:22px;line-height:26px}}@media (min-width:1280px){.ServiceInvestment-module-scss-module__7kLUxa__subtitle{width:600px;font-size:24px;line-height:28px}}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__investmentList{grid-gap:8px;grid-area:1/1/-1/-1;grid-template-columns:repeat(3,1fr);align-self:flex-end;align-items:flex-end;display:grid}}.ServiceInvestment-module-scss-module__7kLUxa__investmentItem{background-color:#f5f5f5;border-radius:20px;margin-bottom:8px;padding:68px 20px 20px;position:relative}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__investmentItem{flex-direction:column;padding:20px;display:flex}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__investmentItem{border-radius:32px;padding:32px}}.ServiceInvestment-module-scss-module__7kLUxa__investmentItemBig{background-color:#f5f5f5;border-radius:20px;margin-bottom:8px;padding:68px 20px 32px;position:relative}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__investmentItemBig{flex-direction:column;padding:20px;display:flex}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__investmentItemBig{border-radius:32px;padding:32px}}.ServiceInvestment-module-scss-module__7kLUxa__investmentValue{word-break:break-word;margin-bottom:4px;margin-right:88px;font-size:28px;font-weight:700;line-height:30px}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__investmentValue{text-align:center;order:1;margin-right:0}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__investmentValue{font-size:40px;line-height:42px}}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__level--1{margin-bottom:40px}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__level--1{margin-bottom:48px}}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__level--2{margin-bottom:100px}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__level--2{margin-bottom:160px}}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__level--3{margin-bottom:56px}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__level--3{margin-bottom:88px}}.ServiceInvestment-module-scss-module__7kLUxa__investmentInfo{line-height:16px}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__investmentInfo{order:3;justify-content:center;align-items:center;gap:8px;display:flex}}.ServiceInvestment-module-scss-module__7kLUxa__package{background-color:#fff;border-radius:16px;min-width:48px;padding:5px 11px;font-size:14px;line-height:20px;position:absolute;top:20px;left:20px}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__package{position:unset;font-size:16px;font-weight:700;line-height:22px;display:block}}.ServiceInvestment-module-scss-module__7kLUxa__includes{margin-top:.6rem;display:block}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__includes{margin-top:0;font-size:16px;line-height:22px}}.ServiceInvestment-module-scss-module__7kLUxa__featuredBadge{width:150px;height:86px;margin:32px auto 0}@media (min-width:768px){.ServiceInvestment-module-scss-module__7kLUxa__featuredBadge{order:2;margin-top:0;margin-bottom:56px}}@media (min-width:1024px){.ServiceInvestment-module-scss-module__7kLUxa__featuredBadge{width:250px;height:150px;margin-bottom:88px}}
.PracticePromo-module-scss-module__rF09da__wrapper{border-radius:20px;padding:20px 20px 24px}@media (min-width:1024px){.PracticePromo-module-scss-module__rF09da__wrapper{grid-column-gap:48px;border-radius:32px;grid-template-columns:336px 1fr;padding:48px;display:grid}}@media (min-width:1280px){.PracticePromo-module-scss-module__rF09da__wrapper{grid-column-gap:106px;padding-right:98px}}.PracticePromo-module-scss-module__rF09da__imageContainer{border-radius:12px;width:180px;height:180px;margin-bottom:32px;overflow:hidden}@media (min-width:1024px){.PracticePromo-module-scss-module__rF09da__imageContainer{border-radius:20px;grid-row:1/2;width:336px;height:336px;margin-bottom:0}}@media (min-width:768px){.PracticePromo-module-scss-module__rF09da__content{max-width:568px}}@media (min-width:1024px){.PracticePromo-module-scss-module__rF09da__content{align-self:center;max-width:656px}}.PracticePromo-module-scss-module__rF09da__title{margin-bottom:12px;font-size:24px;font-weight:700;line-height:28px}@media (min-width:768px){.PracticePromo-module-scss-module__rF09da__title{font-size:27px;line-height:32px}}.PracticePromo-module-scss-module__rF09da__description{font-size:17px;font-weight:500;line-height:22px}@media (min-width:768px){.PracticePromo-module-scss-module__rF09da__description{font-size:19px;line-height:27px}}.PracticePromo-module-scss-module__rF09da__control{margin-top:32px}@media (min-width:768px){.PracticePromo-module-scss-module__rF09da__control{flex-direction:row-reverse;justify-content:flex-end;align-items:center;display:flex}}.PracticePromo-module-scss-module__rF09da__button{text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:12px;width:100%;padding:17px 32px;font-size:18px;overflow:hidden;display:block!important}@media (min-width:768px){.PracticePromo-module-scss-module__rF09da__button{width:unset}}
.ExpertSupport-module-scss-module__1nefDa__top{margin-bottom:40px}@media (min-width:768px){.ExpertSupport-module-scss-module__1nefDa__top{grid-gap:16px 32px;grid-template-rows:auto 1fr;grid-template-columns:1fr 268px;display:grid}}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__top{grid-row-gap:24px;grid-template-columns:1fr 368px;margin-bottom:56px}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__top{grid-template-columns:1fr 468px}}.ExpertSupport-module-scss-module__1nefDa__title{word-break:break-word;max-width:900px;margin-bottom:32px;font-size:32px;font-weight:700;line-height:34px}@media (min-width:768px){.ExpertSupport-module-scss-module__1nefDa__title{grid-area:1/1/2/2;margin-bottom:0}}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__title{letter-spacing:-.02em;font-size:52px;line-height:54px}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__title{margin-top:42px}}.ExpertSupport-module-scss-module__1nefDa__topImage{border-radius:8px;width:280px;height:202px;margin:0 auto 32px;overflow:hidden}@media (min-width:768px){.ExpertSupport-module-scss-module__1nefDa__topImage{grid-area:1/2/-1/-1;align-self:center;width:268px;height:196px;margin:0}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__topImage{width:468px;height:340px}}.ExpertSupport-module-scss-module__1nefDa__image{-o-object-fit:cover;object-fit:cover;height:100%}.ExpertSupport-module-scss-module__1nefDa__description{font-size:18px;font-weight:700;line-height:25px}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__description{font-size:21px;line-height:28px}}.ExpertSupport-module-scss-module__1nefDa__examples{background-color:#f5f5f5;border-radius:20px;margin-bottom:56px;padding:40px 24px}@media (min-width:768px){.ExpertSupport-module-scss-module__1nefDa__examples{padding-left:180px;padding-right:180px}}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__examples{flex-direction:column;align-items:center;margin-bottom:72px;padding:56px 212px;display:flex}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__examples{grid-column-gap:48px;grid-template-rows:auto auto 1fr;grid-template-columns:504px 1fr;padding-left:148px;padding-right:148px;display:grid}}.ExpertSupport-module-scss-module__1nefDa__subtitle{text-align:center;word-break:break-word;margin-bottom:32px;font-size:24px;font-weight:700;line-height:28px;display:block}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__subtitle{text-align:left;font-size:32px;line-height:36px}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__subtitle{grid-area:1/2/2/-1;margin-top:28px;margin-bottom:24px}}.ExpertSupport-module-scss-module__1nefDa__mediaContainer{margin-bottom:32px;padding-top:56.25%;position:relative}@media (min-width:768px){.ExpertSupport-module-scss-module__1nefDa__mediaContainer{width:336px;height:191px}}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__mediaContainer{width:504px;height:284px}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__mediaContainer{grid-area:1/1/-1/2;margin-bottom:0}}.ExpertSupport-module-scss-module__1nefDa__video{-o-object-fit:cover;object-fit:cover;border-radius:23px;width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__video{border-radius:18px}}.ExpertSupport-module-scss-module__1nefDa__exampleDescription{text-align:center;margin-bottom:32px;font-size:16px;font-weight:700;line-height:22px}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__exampleDescription{text-align:left;margin-bottom:40px}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__exampleDescription{grid-area:2/2/3/-1}}.ExpertSupport-module-scss-module__1nefDa__button{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:8px;width:100%;padding:13px 24px;font-size:16px;font-weight:900;transition:all .5s;display:block;overflow:hidden}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__button{border-radius:12px;padding:17px 32px;font-size:18px}.ExpertSupport-module-scss-module__1nefDa__button:hover{transition:all .5s;background:#666!important}}@media (min-width:1280px){.ExpertSupport-module-scss-module__1nefDa__button{grid-area:3/2/-1/-1;align-self:flex-start;width:60%}}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__featuresList{grid-column-gap:32px;grid-template-columns:repeat(3,1fr);display:grid}}.ExpertSupport-module-scss-module__1nefDa__featureItem{grid-column-gap:16px;grid-template-rows:auto 1fr;grid-template-columns:-webkit-min-content 1fr;grid-template-columns:min-content 1fr;max-width:360px;margin-bottom:32px;display:grid}@media (min-width:640px){.ExpertSupport-module-scss-module__1nefDa__featureItem{flex-direction:column;display:flex}}.ExpertSupport-module-scss-module__1nefDa__featureIcon{background-color:#ebebeb;border-radius:16px;grid-area:1/1/-1/2;width:48px;height:48px;padding:12px}.ExpertSupport-module-scss-module__1nefDa__featureIcon svg{-o-object-fit:contain;object-fit:contain;width:24px;height:24px;display:block}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__featureIcon{align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.ExpertSupport-module-scss-module__1nefDa__featureIcon svg{width:44px;height:44px}}.ExpertSupport-module-scss-module__1nefDa__featureTitle{grid-area:1/2/2/-1;font-size:18px;font-weight:700;line-height:22px}@media (min-width:1024px){.ExpertSupport-module-scss-module__1nefDa__featureTitle{font-size:20px;line-height:24px}}.ExpertSupport-module-scss-module__1nefDa__featureDescription{grid-area:2/2/-1/-1;margin-top:8px;font-size:16px;line-height:22px}
.ServicePerks-module-scss-module__8U3ZUW__wrapper{margin-bottom:32px}@media (min-width:1024px){.ServicePerks-module-scss-module__8U3ZUW__wrapper{justify-content:space-between;display:flex}}.ServicePerks-module-scss-module__8U3ZUW__title{word-break:break-word;font-size:32px;font-weight:700;line-height:34px}@media (min-width:1024px){.ServicePerks-module-scss-module__8U3ZUW__title{letter-spacing:-.02em;max-width:900px;font-size:52px;line-height:54px}}.ServicePerks-module-scss-module__8U3ZUW__controls{gap:1rem;display:none}.ServicePerks-module-scss-module__8U3ZUW__controls .swiper-button-disabled{opacity:.2}@media (min-width:640px){.ServicePerks-module-scss-module__8U3ZUW__controls{display:flex}}.ServicePerks-module-scss-module__8U3ZUW__controlButton{background:#ebebeb;border:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ServicePerks-module-scss-module__8U3ZUW__controlButton:hover{color:#fff;background-color:#000}.ServicePerks-module-scss-module__8U3ZUW__carouselItem{background:#f5f5f5;border-radius:20px;flex-shrink:0;padding:20px 20px 198px;position:relative;overflow:hidden;width:280px!important;height:unset!important}@media (min-width:768px){.ServicePerks-module-scss-module__8U3ZUW__carouselItem{width:344px!important}}@media (min-width:1024px){.ServicePerks-module-scss-module__8U3ZUW__carouselItem{border-radius:32px;padding:32px 76px 278px 32px;width:460px!important}}@media (min-width:1280px){.ServicePerks-module-scss-module__8U3ZUW__carouselItem{padding-right:98px;width:482px!important}}.ServicePerks-module-scss-module__8U3ZUW__itemTitle{font-size:20px;font-weight:700;line-height:24px;display:inline-block}@media (min-width:1024px){.ServicePerks-module-scss-module__8U3ZUW__itemTitle{font-size:24px;line-height:28px}}.ServicePerks-module-scss-module__8U3ZUW__itemText{color:#666;margin-top:6px;font-size:17px;font-weight:500;line-height:20px;display:block}@media (min-width:1024px){.ServicePerks-module-scss-module__8U3ZUW__itemText{margin-top:1rem;font-size:18px;line-height:22px}}.ServicePerks-module-scss-module__8U3ZUW__imageWrapper{width:280px;height:158px;position:absolute;bottom:0;right:0}@media (min-width:1024px){.ServicePerks-module-scss-module__8U3ZUW__imageWrapper{width:384px;height:216px}}.ServicePerks-module-scss-module__8U3ZUW__image{-o-object-fit:cover;object-fit:cover;width:100%}
