@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap";body{font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;color:#fff;background:radial-gradient(circle at top left,#111,#000 70%)}.nav-bar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:90%;max-width:1000px;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 60px;background:#ffffff14;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.15);border-radius:50px;z-index:30;transition:background .4s ease,box-shadow .3s ease;box-shadow:0 4px 30px #00000026}.nav-bar.scrolled{background:#000000bf;box-shadow:0 4px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-logo{display:flex;align-items:center;gap:15px;cursor:pointer;transition:transform .3s ease}.nav-logo:hover{transform:scale(.98)}.nav-logo img{height:100px;width:auto;object-fit:contain;filter:brightness(100)}.nav-logo h2{font-family:Playfair Display,serif;font-size:1.9rem;font-weight:600;color:#fff;letter-spacing:.5px}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{text-decoration:none;font-family:Inter,sans-serif;font-weight:500;color:#f8f7ba;font-size:1.05rem;transition:color .3s ease,transform .3s ease}.nav-links a:hover{color:#fff;transform:translateY(-2px)}.nav-cta .explore-btn{display:flex;align-items:center;gap:10px;text-decoration:none;color:#000;background:#f8f7ba;font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;padding:10px 24px;border-radius:10px;transition:all .3s ease}.nav-cta .explore-btn:hover{background:transparent;color:#f8f7ba;border:1.5px solid #f8f7ba}.arrow-icon{transition:transform .4s ease}.explore-btn:hover .arrow-icon{transform:rotate(-45deg);transition:all}.explore-btn:hover .arrow-icon explore-btn:before{height:-180px}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.hamburger span{width:28px;height:2.5px;background:#f8f7ba;border-radius:2px;transition:all .3s ease}.fullscreen-menu{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#f8f7ba;transform:translateY(-100%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:40}.menu-links{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.menu-links a{text-decoration:none;font-family:Poppins,sans-serif;font-size:2.3rem;color:#000;font-weight:600;letter-spacing:.5px;transition:color .3s ease}.menu-links a:hover{opacity:.7}@media(max-width:1000px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}.nav-bar{padding:0 25px}.nav-logo h2{font-size:1.6rem}}*{margin:0;padding:0;box-sizing:border-box}.hero-section{position:relative;width:100%;height:100vh;background:url(./background.jpeg) center/cover no-repeat;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:#0009;z-index:1}.hero-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);z-index:2}.hero-section .hero-content{position:absolute;top:22%;left:4%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:14px;z-index:3;color:#fff;font-family:Poppins,sans-serif;@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%,-50%) translateY(0)}40%{transform:translate(-50%,-50%) translateY(6px)}60%{transform:translate(-50%,-50%) translateY(3px)}}}.hero-section .hero-content h1{font-size:4rem;font-weight:600;text-align:left;letter-spacing:1px}.hero-section .hero-content p{font-size:1.2rem;font-weight:400;opacity:.8;text-align:left;max-width:700px;line-height:1.5}.hero-section .hero-content .hero-btn{margin-top:1.5rem;padding:1rem 2.5rem;border:none;border-radius:50px;background:#f8f7ba;color:#000;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.hero-section .hero-content .hero-btn:hover{background:transparent;color:#f8f7ba;border:1.5px solid #f8f7ba}.hero-section .hero-content .arrow-avatar{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2.5rem}.hero-section .hero-content .arrow{position:absolute;top:20%;left:30%;transform:translate(-50%,-50%);width:2px;height:35px;background:#f8f7ba;opacity:.85;animation:bounce 1.8s infinite ease-in-out;transition:opacity .3s ease;z-index:2}.hero-section .hero-content .arrow:before,.hero-section .hero-content .arrow:after{content:"";position:absolute;left:50%;transform:translate(-50%) rotate(-45deg);width:14px;height:14px;border-left:2px solid #f8f7ba;border-bottom:2px solid #f8f7ba}.hero-section .hero-content .arrow:before{bottom:-6px}.hero-section .hero-content .arrow:after{bottom:-2px}.hero-section .hero-content .arrow:hover{opacity:1}.hero-section .hero-content .avatar-section{margin-top:5rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.hero-section .hero-content .avatar-section h4{font-size:1rem;font-weight:500;color:#f8f7ba;letter-spacing:.5px;opacity:.67}.hero-section .hero-content .avatar-section .avatar{display:flex;align-items:center;opacity:.6}.hero-section .hero-content .avatar-section .avatar .wrapper{display:flex;align-items:center}.hero-section .hero-content .avatar-section .avatar .wrapper img{width:48px;height:48px;border-radius:50%;border:2px solid #f8f7ba;object-fit:cover;margin-left:-10px;transition:transform .3s ease}.hero-section .hero-content .avatar-section .avatar .wrapper img:first-child{margin-left:0}.hero-section .hero-content .avatar-section .avatar .wrapper img:hover{transform:scale(1.05);z-index:2}@media(max-width:1000px){.hero-section{justify-content:flex-start;align-items:flex-start;padding:2rem 1.5rem;height:auto;min-height:100vh}.hero-section .hero-content{position:relative;top:auto;left:auto;margin-top:5rem;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:clamp(10px,3vw,18px);color:#fff;text-align:left}.hero-section .hero-content h1{font-size:clamp(2rem,5vw,2.6rem);font-weight:600;line-height:1.1;letter-spacing:1px;display:flex;flex-direction:column;align-items:flex-start;text-transform:uppercase}.hero-section .hero-content p{font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.4;opacity:.9;max-width:85%;text-align:left}.hero-section .hero-content .hero-btn{margin-top:1.5rem;padding:.9rem 2rem;font-size:clamp(1rem,2vw,1.1rem);align-self:flex-start}.hero-section .hero-content .arrow-avatar{margin-top:2rem;align-items:flex-start;justify-content:flex-start}.hero-section .hero-content .arrow{left:5%;top:0;transform:none;width:2px;height:30px}.hero-section .hero-content .avatar-section{margin-top:3rem;align-items:flex-start;text-align:left}.hero-section .hero-content .avatar-section h4{font-size:clamp(.9rem,2vw,1rem)}.hero-section .hero-content .avatar-section .avatar{justify-content:flex-start}.hero-section .hero-content .avatar-section .avatar .wrapper img{width:40px;height:40px;margin-left:-8px}}*{padding:0;margin:0;box-sizing:border-box}.feature-section{width:100%;text-align:center;padding:0 3.5rem;margin-top:clamp(2rem,5vw,2.5rem)}.feature-section .marque{display:flex;justify-content:center;align-items:center;gap:clamp(25px,4vw,40px);overflow:hidden;margin-bottom:clamp(2rem,5vw,2.5rem)}.feature-section .marque img{width:100px;height:100px;object-fit:contain}.feature-section .content{display:flex;justify-content:center;align-items:center;gap:clamp(20px,4vw,25px);margin-bottom:clamp(2rem,5vw,2.5rem)}.feature-section .content .about-us{flex-basis:45%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(10px,3vw,15px)}.feature-section .content .about-us h2{font-size:2rem;font-weight:600;text-align:left;letter-spacing:1px;white-space:nowrap}.feature-section .content .about-us p{font-size:1.2rem;font-weight:400;opacity:.8;text-align:left;max-width:700px;line-height:1.5}.feature-section .content .about-us .content-btn{margin-top:1.5rem;padding:1rem 2.5rem;border:none;border-radius:50px;background:#f8f7ba;color:#000;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.feature-section .content .about-us .content-btn:hover{background:transparent;color:#f8f7ba;border:1.5px solid #f8f7ba}.feature-section .content .fund{flex-basis:55%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(10px,3vw,15px);@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}}.feature-section .content .fund h1{font-size:2.8rem;font-weight:600;text-align:left;letter-spacing:1px;line-height:-.6px}.feature-section .content .fund p{font-size:1.2rem;font-weight:400;opacity:.8;text-align:left;max-width:700px;line-height:1.5}.feature-section .content .fund .figures{display:flex;justify-content:center;align-items:flex-start;gap:clamp(2rem,4vw,3.5rem);margin-top:clamp(1.5rem,5vw,2rem);color:#f8f7ba;z-index:3;font-family:Poppins,sans-serif}.feature-section .content .fund .figures span{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.feature-section .content .fund .figures .figure{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;font-family:Playfair Display,serif;font-style:italic;color:#fff;text-shadow:0 2px 8px #0000004d;transition:transform .3s ease,color .3s ease}.feature-section .content .fund .figures p{font-size:clamp(.9rem,2vw,1rem);font-weight:400;color:#ffffffbf;letter-spacing:.4px}.feature-section .content .fund .figures span:hover .figure{transform:scale(1.1);color:#f8f7ba}.feature-section .content .fund .figures span{animation:fadeUp .8s ease forwards}.feature-section .content .fund .figures span:nth-child(1){animation-delay:0s}.feature-section .content .fund .figures span:nth-child(2){animation-delay:.15s}.feature-section .content .fund .figures span:nth-child(3){animation-delay:.3s}.feature-section .indoor{display:flex;justify-content:center;align-items:center;margin-top:clamp(2rem,5vw,2.5rem);gap:clamp(20px,4vw,25px)}.feature-section .indoor .indoor-intro{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-basis:40%;gap:clamp(10px,3vw,15px)}.feature-section .indoor .indoor-intro h2{font-size:1.9rem;font-weight:600;text-align:left;letter-spacing:1px;white-space:nowrap}.feature-section .indoor .indoor-intro h1{font-size:2.8rem;font-weight:600;text-align:left;letter-spacing:1px;line-height:-.6px}.feature-section .indoor .indoor-intro p{font-size:1.2rem;font-weight:400;opacity:.8;text-align:left;max-width:700px;line-height:1.5}.feature-section .indoor .indoor-intro .indoor-btn{margin-top:1.5rem;padding:1rem 2.5rem;border:none;border-radius:50px;background:#f8f7ba;color:#000;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.feature-section .indoor .indoor-intro .indoor-btn:hover{background:transparent;color:#f8f7ba;border:1.5px solid #f8f7ba}.feature-section .indoor .indoor-image{padding-top:clamp(2rem,5vw,2.5rem);display:flex;justify-content:center;align-items:center;flex-basis:60%;overflow:hidden;max-width:600px;max-height:600px;border-radius:45%;position:relative}.feature-section .indoor .indoor-image a{position:relative;display:inline-block;width:100%;height:100%}.feature-section .indoor .indoor-image img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.feature-section .indoor .indoor-image .svg{position:absolute;top:70%;right:60%;width:100px;height:100px;background:#000000bf;color:#f8f7ba;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:5;transition:all .3s ease;backdrop-filter:blur(6px) saturate(150%);-webkit-backdrop-filter:blur(6px) saturate(150%);border:1px solid rgba(255,255,255,.15);cursor:pointer}.feature-section .indoor .indoor-image .svg:hover{background:#f8f7ba;color:#000;transform:scale(1.08)}.feature-section .indoor .indoor-image .svg svg{width:70px;height:70px;stroke-width:1.8}.feature-section .icon{margin-right:10px;color:#f8f7ba;vertical-align:middle;transition:transform .3s ease,color .3s ease}.feature-section h2:hover .icon{transform:scale(1.1);color:#fff}.feature-section .figure{display:inline-flex;align-items:baseline;gap:2px}.feature-section .figure .plus{font-size:.8em;line-height:1;transform:translateY(-2px);display:inline-block}@media(max-width:1000px){.feature-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:0 1.5rem;text-align:left}.feature-section .marque{justify-content:flex-start;flex-wrap:wrap;gap:clamp(10px,3vw,15px)}.feature-section .marque img{width:60px;height:60px}.feature-section .content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:clamp(15px,3vw,20px);margin-bottom:clamp(1.5rem,5vw,2rem);text-align:left}.feature-section .content .about-us,.feature-section .content .fund{flex-basis:100%;align-items:flex-start;text-align:left}:is(.feature-section .content .about-us,.feature-section .content .fund) h2,:is(.feature-section .content .about-us,.feature-section .content .fund) p{text-align:left;max-width:85%}:is(.feature-section .content .about-us,.feature-section .content .fund) p{font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.4;opacity:.9}:is(.feature-section .content .about-us,.feature-section .content .fund) .content-btn{align-self:flex-start}.feature-section .content .fund .figures{flex-direction:row;justify-content:flex-start;align-items:center;gap:clamp(1.5rem,4vw,2rem);margin-top:1rem}.feature-section .content .fund h1{font-size:clamp(1.8rem,5vw,2.2rem);line-height:1.1;letter-spacing:1px;display:flex;flex-direction:column;align-items:flex-start;text-transform:uppercase}.feature-section .indoor{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:clamp(15px,3vw,20px);text-align:left}.feature-section .indoor .indoor-intro{flex-basis:100%;align-items:flex-start;text-align:left}.feature-section .indoor .indoor-intro h1,.feature-section .indoor .indoor-intro h2,.feature-section .indoor .indoor-intro p{text-align:left;max-width:85%}.feature-section .indoor .indoor-intro h1{font-size:clamp(1.8rem,5vw,2.2rem);line-height:1.1;letter-spacing:1px;display:flex;flex-direction:column;align-items:flex-start;text-transform:uppercase}.feature-section .indoor .indoor-intro p{font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.4;opacity:.9}.feature-section .indoor .indoor-intro .indoor-btn{align-self:flex-start}.feature-section .indoor .indoor-image{flex-basis:100%;max-width:400px;max-height:400px;border-radius:50%;margin-top:1.5rem;display:flex;justify-content:flex-start}.feature-section .indoor .indoor-image .svg{top:50%;left:50%;transform:translate(-50%,-50%)}}
