@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-Book.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-Book.woff) format("woff"),url(/fonts/circular-std/CircularStd-Book.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-BookItalic.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-BookItalic.woff) format("woff"),url(/fonts/circular-std/CircularStd-BookItalic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-Medium.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-Medium.woff) format("woff"),url(/fonts/circular-std/CircularStd-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-MediumItalic.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-MediumItalic.woff) format("woff"),url(/fonts/circular-std/CircularStd-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-Bold.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-Bold.woff) format("woff"),url(/fonts/circular-std/CircularStd-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-BoldItalic.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-BoldItalic.woff) format("woff"),url(/fonts/circular-std/CircularStd-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-Black.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-Black.woff) format("woff"),url(/fonts/circular-std/CircularStd-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Circular Std;src:url(/fonts/circular-std/CircularStd-BlackItalic.woff2) format("woff2"),url(/fonts/circular-std/CircularStd-BlackItalic.woff) format("woff"),url(/fonts/circular-std/CircularStd-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;font-family:Circular Std,Poppins,Arial,sans-serif}html{scroll-behavior:smooth}.fade-up,.fade-down,.fade-left,.fade-right,.scale-up,.scale-down,.zoom-in,.zoom-out{opacity:0;visibility:hidden;transition-duration:.7s;transition-property:opacity,transform,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fade-up{transform:translateY(30px)}.fade-down{transform:translateY(-30px)}.fade-left{transform:translate(30px)}.fade-right{transform:translate(-30px)}.scale-up{transform:scale(.95)}.scale-down{transform:scale(1.05)}.zoom-in{transform:scale(.9)}.zoom-out{transform:scale(1.1)}.animate{opacity:1;visibility:visible;transform:translate(0) scale(1)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.premium-hover{transition:transform .3s ease,box-shadow .3s ease}.premium-hover:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}:root{--base-bg: #020834;--base-bg-light: #1b2148}.app{background-color:var(--base-bg)}.body-container{max-width:1600px;padding:0 2rem;margin:0 auto;width:100%}@media screen and (max-width: 768px){.body-container{padding:0 1rem}}.section-title{font-size:3rem;line-height:3.25rem;color:#fff;font-weight:500;text-align:center;margin-bottom:1rem}@media screen and (max-width: 768px){.section-title{font-size:2rem;line-height:2.5rem;margin-bottom:.5rem}}.section-caption{font-size:1.25rem;line-height:1.75rem;color:#e3e6ff;text-align:center;margin-bottom:100px}@media screen and (max-width: 768px){.section-caption{font-size:1.125rem;line-height:1.375rem;margin-bottom:2rem}}.section-wrapper{padding:4rem 2rem;color:#fff;max-width:1440px;width:100%;margin:0 auto}@media screen and (max-width: 768px){.section-wrapper{padding:2rem 1.25rem}}.section-container{margin:0 auto}.section-space{height:100px}@media screen and (max-width: 768px){.section-space{height:36px}}.navbar{border-bottom:1px solid #ffffff4d;position:sticky;top:0;z-index:100;background-color:var(--base-bg)}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:125px}@media screen and (max-width: 768px){.navbar-container{height:58px}}.logo img{width:138px;height:36px}.nav-links{display:flex;gap:60px;list-style:none;align-items:center}.nav-links a{text-decoration:none;color:#fff;font-weight:500;font-size:1.5rem;transition:color .2s}.nav-links a:hover{color:#64ffda}.cta-nav{background:#020834;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:500;cursor:pointer;transition:background .2s}.cta-nav:hover{background:#3949ab}.hamburger-menu{cursor:pointer;z-index:100}.hamburger-icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;z-index:150}.hamburger-icon span{display:block;height:3px;width:100%;background-color:#fff;border-radius:2px;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.hamburger-icon.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-drawer{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;z-index:999;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:flex-start;padding:0;box-shadow:-5px 0 15px #00000014}.mobile-drawer.open{right:0}.mobile-drawer-content{display:flex;flex-direction:column;height:100vh;padding:0 20px;position:relative}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:24px 0 32px}.mobile-drawer-header .logo img{width:138px;height:36px}.close-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.mobile-drawer-nav{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border-top:1px solid #e3e6ff}.mobile-drawer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:40px;align-items:flex-start}.mobile-drawer-links li{width:100%}.mobile-drawer-links a{color:#020834;text-decoration:none;font-family:Circular Std,Oxygen,Arial,sans-serif;font-size:24px;font-weight:450;line-height:1.42;transition:color .2s;display:block;padding:0}.mobile-drawer-links a:hover{color:#574ba6}.mobile-drawer-contact-btn{width:100%;background:linear-gradient(90deg,#574ba6,#88e8f2);color:#fff;border:none;border-radius:10px;padding:16px 0;font-family:Oxygen,Arial,sans-serif;font-size:18px;font-weight:400;margin:40px 0 24px;cursor:pointer;box-shadow:0 2px 8px #574ba614;transition:background .2s}.mobile-drawer-contact-btn:hover{background:linear-gradient(90deg,#88e8f2,#574ba6)}.drawer-nav-links{display:flex;flex-direction:column;gap:40px;list-style:none;padding:20px 0 0;margin:0}.drawer-nav-links a{text-decoration:none;color:#fff;font-weight:500;font-size:1.3rem;transition:color .2s;text-underline-offset:8px}.drawer-nav-links a:hover{color:#64ffda}.drawer-nav-links li a{width:100%;color:#020834;text-decoration:underline;font-size:1.5rem;line-height:1.75rem}.drawer-nav-links .cta-nav{margin-top:1rem;width:80%;padding:.8rem}@media (max-width: 768px){.navbar-container{padding:1.2rem 2rem}.logo img{height:28px;width:84px}}@media (max-width: 768px){.navbar{flex-direction:column;gap:1rem}.navbar-container{padding:1rem 0}.logo img{height:24px;width:84px}.mobile-drawer-content{padding:0 12px}.mobile-drawer-header .logo img{width:84px;height:24px}.mobile-drawer-links a{font-size:20px}.mobile-drawer-contact-btn{font-size:16px;padding:14px 0}}.mobile-drawer-header{padding:1rem}.close-drawer{outline:none;background:none;border:none}.navbar-demo-cta{font-size:1.5rem;font-weight:500;background-color:#fff;color:#020834;padding:.75rem 1.5rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease-in-out}.navbar-demo-cta:hover{transform:translateY(-3px)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.modal-overlay.open{opacity:1;visibility:visible}.modal-container{background:linear-gradient(90deg,#151c52,#2f3fb8);border-radius:20px;padding:40px;width:90%;max-width:768px;position:relative;transform:translateY(20px);transition:transform .3s;max-height:90vh;overflow-y:auto;padding:2rem}.modal-overlay.open .modal-container{transform:translateY(0)}.modal-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background-color .2s}.modal-close:hover{background-color:#ffffff1a}.modal-title{font-size:36px;margin-bottom:20px;color:#fff;font-weight:500}.modal-subtitle{font-size:16px;margin-bottom:30px;color:#e3e6ff}.modal-form{display:flex;flex-direction:column;gap:20px;width:100%}.form-field{display:flex;flex-direction:column;gap:5px;width:100%;margin-bottom:1rem}.form-field label{color:#fff;font-size:16px;font-weight:500}.form-field input{padding:15px;border-radius:10px;border:none;background-color:#ffffff1a;color:#fff;font-size:16px;outline:none;transition:background-color .2s;width:100%;padding:.75rem;box-sizing:border-box}.form-field input::placeholder{color:#ffffff80}.form-field input:focus{background-color:#fff3}.modal-submit-btn{background:#fff;color:#151c52;border:none;padding:15px;border-radius:10px;font-size:18px;font-weight:500;cursor:pointer;margin-top:10px;transition:transform .2s}.modal-submit-btn:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0003}.modal-submit-btn:disabled{opacity:.7;cursor:not-allowed}.modal-btn-spinner-wrap{display:flex;align-items:center;gap:10px;justify-content:center}.modal-btn-spinner{width:20px;height:20px;border:3px solid #2f3fb8;border-top:3px solid #64ffda;border-radius:50%;animation:modal-btn-spin .8s linear infinite;background:transparent}@keyframes modal-btn-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-success-msg{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:340px;animation:modal-success-fadein .7s cubic-bezier(.4,0,.2,1)}@keyframes modal-success-fadein{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-success-icon{margin-bottom:24px;background:linear-gradient(90deg,#151c52,#2f3fb8);border-radius:50%;box-shadow:0 4px 32px #2f3fb82e;display:flex;align-items:center;justify-content:center;width:88px;height:88px;animation:modal-success-pop .6s cubic-bezier(.4,0,.2,1)}@keyframes modal-success-pop{0%{transform:scale(.7);opacity:0}80%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.modal-success-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:10px;margin-top:0;text-align:center}.modal-success-subtitle{color:#e3e6ff;font-size:1.25rem;margin-bottom:32px;text-align:center}.modal-success-btn{background:linear-gradient(90deg,#64ffda,#2f3fb8);color:#151c52;border:none;border-radius:10px;padding:14px 36px;font-size:1.2rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #2f3fb81a;transition:background .2s,color .2s,transform .2s}.modal-success-btn:hover{background:linear-gradient(90deg,#2f3fb8,#64ffda);color:#fff;transform:translateY(-2px) scale(1.04)}@media (max-width: 768px){.modal-container{padding:30px 20px;padding:1.5rem}.modal-title{font-size:28px;font-size:1.5rem}.modal-subtitle{font-size:14px;font-size:.9rem}.form-field input{padding:12px}.modal-submit-btn{font-size:16px;padding:12px}.modal-success-title{font-size:2rem}.modal-success-subtitle{font-size:1rem}.modal-success-btn{font-size:1rem;padding:12px 24px}.modal-success-icon{width:64px;height:64px}}@media (max-width: 480px){.modal-container{padding:1rem;width:95%}.form-field label{font-size:.9rem}.form-field input{padding:.6rem;font-size:.9rem}.modal-title{font-size:1.3rem}.modal-subtitle{font-size:.8rem;margin-bottom:1rem}.modal-submit-btn{padding:.6rem 1rem}.modal-success-title,.modal-error-title{font-size:1.3rem}.modal-success-subtitle,.modal-error-subtitle{font-size:.9rem}}@media (max-height: 700px){.modal-container{max-height:85vh;overflow-y:auto}}.footer-section{color:#fff;display:flex;flex-direction:column;gap:60px;padding:20px}@media screen and (max-width: 768px){.footer-section{flex-direction:row-reverse;gap:16px;padding-bottom:40px}}.footer-main{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:1600px;margin:0 auto;padding:2rem;flex-wrap:wrap;gap:5rem}@media screen and (max-width: 768px){.footer-main{padding:0;gap:2rem;align-items:flex-start;justify-content:flex-end;margin-right:0}}.footer-logo img{height:55px;width:225px}.footer-nav{display:flex;gap:60px;flex-wrap:wrap;justify-content:center;align-items:center;text-underline-offset:4px}.footer-nav a{color:#fff;text-decoration:none;font-size:2rem;font-weight:500;text-decoration:underline;transition:color .2s}@media screen and (max-width: 768px){.footer-nav a{font-size:1.125rem;line-height:1.25rem;text-align:right}}.footer-nav a:hover,.footer-cta{color:#64ffda}.footer-cta{background:#fff;color:#1a237e;border-radius:8px;padding:.5rem 1.2rem;font-weight:600;margin-left:1rem;transition:background .2s,color .2s}.footer-cta:hover{background:#64ffda;color:#1a237e}.footer-social{display:flex;gap:1.2rem;align-items:center}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;transition:background .2s}.footer-social a:hover{background:#64ffda}.footer-social svg{width:24px;height:24px;display:block}.footer-bottom{padding:0 0 40px;font-size:1rem;color:#e3e6ff;display:flex;flex-direction:column;gap:2rem;align-items:center}@media screen and (max-width: 768px){.footer-bottom{gap:.75rem}}@media (max-width: 768px){.footer-logo img{height:30px;width:122px}.footer-main{flex-direction:row;gap:1rem;display:flex}.footer-nav{flex-direction:column;gap:1.25rem;align-items:flex-end}.footer-social{justify-content:flex-start}.footer-bottom{font-size:.75rem;padding:0 0 20px;width:128px}}.footer-container{max-width:1100px;margin:0 auto}.about-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;margin:auto}@media screen and (max-width: 768px){.about-list{grid-template-columns:1fr;gap:2rem}}.about-item{background-color:var(--base-bg-light);border-radius:1rem;padding:28px;display:flex;max-width:820px;flex-direction:column;align-items:flex-start;transition:transform .5s,box-shadow .2s}.about-item h3{font-size:2rem;line-height:40px;font-weight:500;margin-bottom:1.25rem;color:#fff}@media screen and (max-width: 768px){.about-item h3{font-size:1.5rem;line-height:30px}}.about-item p{font-size:1.25rem;color:#e3e6ff;line-height:30px}@media screen and (max-width: 768px){.about-item p{font-size:1.125rem;line-height:1.5rem}}.features-list{display:flex;flex-direction:column;gap:80px}@media screen and (max-width: 768px){.features-list{gap:40px}}.feature-item{display:flex;align-items:center;gap:2rem;justify-content:space-between}@media screen and (max-width: 768px){.feature-item{flex-direction:column;align-items:center;justify-content:center}}.feature-item.left{flex-direction:row;gap:4rem}@media screen and (max-width: 768px){.feature-item.left{flex-direction:column-reverse;align-items:center;gap:40px}}.feature-item.right{flex-direction:row-reverse;gap:4rem}@media screen and (max-width: 768px){.feature-item.right{flex-direction:column-reverse;align-items:center;gap:60px}}.feature-content{flex:1;text-align:left;max-width:768px}@media screen and (max-width: 768px){.feature-content{text-align:center}}.feature-content h3{font-size:2rem;font-weight:500;margin-bottom:1rem}.feature-content p{font-size:1.25rem;line-height:1.6;color:#ccd6f6}.feature-image{flex:1;display:flex;justify-content:center;max-width:768px}.feature-image img{max-width:100%;height:auto}@media (max-width: 900px){.features-list{flex-direction:column;align-items:center}}@media (max-width: 768px){.features-section{padding:2rem 0 1.5rem}.feature-card{padding:1.2rem .7rem}.feature-content h3{font-size:1.5rem;line-height:30px;font-weight:500;margin-bottom:1rem}.feature-content p{font-size:1.125rem;line-height:24px;color:#ccd6f6}}.hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:7rem 2rem 4rem;min-height:calc(100vh- 125px)}@media screen and (max-width: 768px){.hero-container{padding:2rem 1rem;min-height:calc(100vh - 58px);height:100%}}.hero-content{display:flex;flex-direction:column;max-width:1600px;width:100%;align-items:center;justify-content:space-between;padding:2rem;gap:2rem}@media screen and (max-width: 768px){.hero-content{align-items:center}}.hero-text{text-align:center;max-width:1168px}.hero-text h1{font-size:5.875rem;font-weight:700;margin-bottom:1rem;font-weight:800;color:#fff}.hero-text .highlight{background:linear-gradient(295.97deg,#574ba6 -.9%,#88e8f2 48.8%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-text p{font-size:1.25rem;margin-bottom:2rem;font-size:1.5rem;color:#e3e6ff}@media screen and (max-width: 768px){.hero-text p{font-size:1.125rem;text-align:center;margin:0}}.cta-hero{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);outline:none;background-color:#151c52;color:#fff;padding:1rem 2rem;border-radius:12px;border:none;cursor:pointer;font-size:1.25rem;font-weight:500}@media screen and (max-width: 768px){.cta-hero{font-size:1rem;position:relative;background:#fff;color:var(--base-bg);top:0;left:0;transform:translate(0)}}.cta-hero:hover{background-color:#3949ab}.hero-image{position:relative;max-width:100%;overflow:hidden;max-height:658px}.hero-image-shade{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#02083400,#020834 82.27%)}@media screen and (max-width: 768px){.hero-image-shade{display:none}}.hero-image img{max-width:100%;height:auto;border-radius:10px;width:100%;border-radius:1.5rem;box-shadow:0 8px 32px #1a237e1a;object-fit:cover;transition:transform .3s ease}@media screen and (max-width: 768px){.hero-image img{display:none}}@media (max-width: 900px){.hero-content{flex-direction:column;align-items:flex-start;padding:2rem}.hero-image{align-self:center;margin-top:2rem}}@media (max-width: 768px){.hero-content{padding:1rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1.125rem}.hero-image img{width:220px}}.testimonials-list{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:auto}.testimonial-item{background-color:var(--base-bg-light);border-radius:1.25rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .5s,box-shadow .2s}.testimonial-text{font-size:1.5rem;color:#fff;margin-bottom:1.5rem;line-height:1.6}.testimonial-name{font-weight:600;color:#fff;font-size:1.25rem}@media screen and (max-width: 900px){.testimonials-list{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.testimonial-item{max-width:100%;padding:1.25rem}}@media screen and (max-width: 768px){.testimonials-list{gap:1.2rem;padding:0}.testimonial-item{padding:1.25rem;border-radius:.7rem}.testimonial-text{font-size:1rem}.testimonial-name{font-size:.95rem}}.try-xneeti-container{border-radius:30px;padding:60px 40px;background:linear-gradient(90deg,#151c52,#2f3fb8);display:flex;flex-direction:column;position:relative;overflow:hidden;height:448px}@media screen and (max-width: 768px){.try-xneeti-container{height:566px;padding:24px}}.try-xneeti-content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;z-index:2;max-width:768px}.try-xneeti-title{font-size:3rem;line-height:3.25rem;font-weight:450;color:#fff;margin-bottom:10px}@media screen and (max-width: 768px){.try-xneeti-title{font-size:2rem;line-height:40px;margin-bottom:0}}.try-xneeti-subtitle{font-size:24px;line-height:1.4;font-weight:450;color:#e3e6ff;margin-bottom:20px}@media screen and (max-width: 768px){.try-xneeti-subtitle{font-size:1.125rem;line-height:1.5rem;margin-bottom:0}}.try-xneeti-button{background-color:#fff;color:#151c52;font-size:24px;padding:18px 30px;border-radius:10px;border:none;cursor:pointer;font-weight:400;transition:all .2s ease-in-out}.try-xneeti-button:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0003}.try-xneeti-image{position:absolute;bottom:0;right:-320px;width:60%;z-index:1}@media screen and (max-width: 768px){.try-xneeti-image{width:100%;right:-108%;bottom:-0px;width:200%}}@media screen and (max-width: 768px){.try-xneeti-title{font-size:36px}.try-xneeti-subtitle{font-size:18px}.try-xneeti-button{font-size:18px;padding:14px 24px}}:root{--primary-color: #1b2148;--secondary-color: #007bff;--secondary-color-dark: #0056b3;--white-color: #ffffff;--light-gray: #e9ecef;--medium-gray: #ced4da;--text-gray: #6c757d;--dark-gray: #495057;--border-color: rgba(126, 126, 126, .2);--shadow-color: rgba(0, 0, 0, .1);--input-text-color: #020834;--label-color: #e3e6ff}.wg-section{padding:4rem 0;background:linear-gradient(90deg,#151c52,#2f3fb8);border-radius:1.875rem;width:100%;max-width:1680px;margin:0 auto}.wg-container{max-width:960px;margin:0 auto;padding:0 1.5rem}.wg-title{font-family:Circular Std,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.75rem;font-weight:450;line-height:1.2;text-align:center;margin-bottom:5rem;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;color:var(--white-color)}.wg-title.animate{opacity:1;transform:translateY(0)}.wg-calculator{display:flex;flex-direction:column;gap:2rem;max-width:960px;margin:0 auto}.wg-calc-row{display:flex;justify-content:space-between;align-items:center;gap:2rem}.wg-calc-label{font-family:Circular Std,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:450;line-height:1.417;color:var(--label-color);flex:1}.wg-input-wrapper{display:flex;align-items:center}.wg-input-container{display:flex;align-items:center;background:var(--white-color);border:1px solid var(--border-color);border-radius:.625rem;padding:.5rem;min-width:244px;height:49px;position:relative}.wg-currency-symbol{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;letter-spacing:-.02778em;color:var(--input-text-color);margin-right:.375rem}.wg-calc-input{border:none;outline:none;background:transparent;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.2;letter-spacing:-.02778em;color:var(--input-text-color);flex:1;width:100%}.wg-calc-input::placeholder{color:#0208344d;font-weight:500}.wg-calc-value{font-family:Circular Std,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2rem;font-weight:450;line-height:1.2;color:var(--white-color);text-align:right}.wg-calc-result{font-size:2.5rem;font-weight:500}@media screen and (max-width: 768px){.wg-section{padding:2rem 0;border-radius:1rem}.wg-container{padding:0 1rem}.wg-title{font-size:2rem;margin-bottom:3rem}.wg-calculator{gap:1.5rem}.wg-calc-row{flex-direction:column;align-items:center;gap:1rem}.wg-calc-label{font-size:1.25rem;text-align:center}.wg-input-container{min-width:200px;width:100%}.wg-calc-value{font-size:1.5rem;text-align:left;align-self:center}.wg-calc-result{font-size:2rem}}@media screen and (max-width: 480px){.wg-title{font-size:1.75rem}.wg-calc-label{font-size:1.125rem;text-align:center}.wg-input-container{min-width:180px}}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.scale-up{opacity:0;transform:scale(.9);transition:opacity .5s ease,transform .5s ease}.fade-up.animate,.scale-up.animate{opacity:1;transform:translateY(0) scale(1)}
