.home-page{background:#fdfdfd}
.header{z-index:1000;background:#fdfdfd;width:100%;transition:all .3s ease-in-out;position:fixed;top:0;left:0;overflow:hidden}.header .header-section{justify-content:space-between;align-items:center;max-width:1440px;height:111px;margin:0 auto;padding:0 102px;transition:height .3s ease-in-out;display:flex}.header .header-section .logo{z-index:1002;flex:.8}.header .header-section .links{flex:1;gap:35px;display:flex}.header .header-section .links a{color:#000;font-size:18px;font-weight:400;line-height:21px;transition:all .3s ease-in-out;position:relative}.header .header-section .links a:after{content:"";background:#0347f5;width:0;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:-4px;left:0}.header .header-section .links a:hover{color:#0347f5}.header .header-section .links a:hover:after{width:100%}.header .header-section .right-header{flex:.8;justify-content:flex-end;align-items:center;gap:16px;display:flex}.header .header-section .right-header .toggle-wrapper{position:relative}.header .header-section .right-header .toggle-wrapper .toggle-input{opacity:0;pointer-events:none;position:absolute}.header .header-section .right-header .toggle-wrapper .toggle-label{cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:11px;justify-content:center;align-items:center;width:43px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.header .header-section .right-header .toggle-wrapper .toggle-label .toggle-icon{color:#fff;background:#0347f5;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;left:2px;box-shadow:0 2px 4px #00000026}.header .header-section .right-header .toggle-wrapper .toggle-label .toggle-icon svg{width:10px;height:10px}.header .header-section .right-header .toggle-wrapper .toggle-input:checked+.toggle-label{background:#0347f5;border-color:#0347f5}.header .header-section .right-header .toggle-wrapper .toggle-input:checked+.toggle-label .toggle-icon{color:#0347f5;background:#fff;left:calc(100% - 20px)}.header .header-section .right-header .toggle-wrapper .toggle-label:hover{border-color:#0347f5}.header .header-section .right-header .btn{text-align:center;color:#fff;cursor:pointer;background:#0347f5;border-radius:62px;align-items:center;gap:10px;width:fit-content;height:57px;padding:18px 31px;font-size:18px;font-weight:400;line-height:21px;transition:all .3s ease-in-out;display:flex;box-shadow:0 0 #0347f566}.header .header-section .right-header .btn:hover{background:#0239c7;transform:translateY(-2px);box-shadow:0 4px 12px #0347f54d}.header .header-section .right-header .btn:active{transform:translateY(0)}.header.scrolled .header-section{height:60px}.header.scrolled .header-section .links a{font-size:16px}.header.scrolled .header-section .right-header .toggle-wrapper .toggle-label{border-radius:9.5px;width:38px;height:19px}.header.scrolled .header-section .right-header .toggle-wrapper .toggle-label .toggle-icon{width:15px;height:15px;left:2px}.header.scrolled .header-section .right-header .toggle-wrapper .toggle-label .toggle-icon svg{width:8px;height:8px}.header.scrolled .header-section .right-header .toggle-wrapper .toggle-input:checked+.toggle-label .toggle-icon{left:calc(100% - 17px)}.header.scrolled .header-section .right-header .btn{height:45px;padding:12px 24px;font-size:16px}.hamburger{cursor:pointer;z-index:1002;flex-direction:column;justify-content:center;gap:5px;width:20px;height:15px;display:none;position:relative}.hamburger span{background:#000;border-radius:2px;width:100%;height:3px;transition:all .3s ease-in-out}.hamburger.active span{background:#000}.hamburger.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.mobile-menu{z-index:1000;background:#fff;width:80%;max-width:400px;height:100vh;padding-top:80px;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-5px 0 15px #0000001a}.mobile-menu.active{right:0}.mobile-menu.active .mobile-links a,.mobile-menu.active .mobile-cta{opacity:1;transform:translate(0)}.mobile-menu .mobile-links{flex-direction:column;padding:0 30px;display:flex}.mobile-menu .mobile-links a{color:#000;opacity:0;border-bottom:1px solid #e0e0e0;padding:20px 0;font-size:20px;font-weight:400;line-height:24px;text-decoration:none;transition:all .3s ease-in-out;transform:translate(30px)}.mobile-menu .mobile-links a:first-child{transition-delay:.1s}.mobile-menu .mobile-links a:nth-child(2){transition-delay:.15s}.mobile-menu .mobile-links a:nth-child(3){transition-delay:.2s}.mobile-menu .mobile-links a:nth-child(4){transition-delay:.25s}.mobile-menu .mobile-links a:nth-child(5){transition-delay:.3s}.mobile-menu .mobile-links a:hover{color:#0347f5;padding-left:10px}.mobile-menu .mobile-cta{opacity:0;padding:30px;transition:all .3s ease-in-out .35s;transform:translate(30px)}.mobile-menu .mobile-cta .btn{width:100%;height:50px;font-size:18px}.mobile-menu-overlay{opacity:0;visibility:hidden;z-index:999;background:#00000080;width:100%;height:100vh;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;position:fixed;top:0;left:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}@media (min-width:913px) and (max-width:1026px){.header .header-section{justify-content:space-between;align-items:center;max-width:1440px;height:111px;margin:0 auto;padding:0 102px;transition:height .3s ease-in-out;display:flex}.header .header-section .logo{z-index:1002;flex:.3}.header .header-section .links{flex:1;gap:35px;display:flex}.header .header-section .right-header{flex:.5;gap:16px}}@media (max-width:912px){.header .header-section{height:70px;padding:15px 20px}.header .header-section .logo img{width:24px;height:24px}.header .header-section .links,.header .header-section .right-header .btn{display:none}.hamburger{display:flex}}@media (min-width:915px){.mobile-menu,.mobile-menu-overlay{display:none!important}}.dark-mode .header{background:#000}.dark-mode .header .header-section .links a{color:#fff}.dark-mode .header .header-section .links a:hover{color:#0347f5}.dark-mode .hamburger span,.dark-mode .hamburger.active span{background:#fff}.dark-mode .mobile-menu{background:#0a0d14;box-shadow:-5px 0 15px #ffffff1a}.dark-mode .mobile-menu .mobile-links a{color:#fff;border-bottom:1px solid #333}
.footer-section{background:#fff;width:100%;transition:background-color .3s ease-in-out}.footer-section section{max-width:1441px;margin:0 auto;padding:69px 100px 106px}.footer-section section .top-content{flex-direction:column;margin-bottom:94px;display:flex}.footer-section section .top-content p{color:#000;font-size:20px;font-weight:400;line-height:180%;transition:color .3s ease-in-out}.footer-section section .top-content a{color:#000;font-size:60px;font-weight:400;line-height:130%;transition:color .3s ease-in-out}.footer-section section .wrap{align-items:center;gap:30px;margin-bottom:95px;display:flex}.footer-section section .wrap p{color:#000;font-size:26px;font-weight:400;line-height:180%;transition:color .3s ease-in-out}.footer-section section .wrap .line{background:#000;flex:1;height:2px;transition:background-color .3s ease-in-out}.footer-section section .wrap .socials{align-items:center;gap:15px;display:flex}.footer-section section .wrap .socials svg,.footer-section section .wrap .socials img{transition:filter .3s ease-in-out}.footer-section section .quick-links{justify-content:space-between;align-items:center;width:100%;display:flex}.footer-section section .quick-links .contain{align-items:center;gap:40px;display:flex}.footer-section section .quick-links .contain a{color:#0a0d14;font-size:15.1px;font-weight:400;line-height:26px;transition:all .3s ease-in-out;position:relative}.footer-section section .quick-links .contain a:after{content:"";background:#0347f5;width:0;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:-4px;left:0}.footer-section section .quick-links .contain a:hover{color:#0347f5}.footer-section section .quick-links .contain a:hover:after{width:100%}.footer-section section .quick-links p{color:#1d1d1d;font-size:16px;font-weight:400;line-height:22px;transition:color .3s ease-in-out}@media (max-width:1024px){.footer-section section{padding:60px 60px 80px}.footer-section section .top-content{margin-bottom:70px}.footer-section section .top-content p{font-size:18px}.footer-section section .top-content a{font-size:48px;line-height:120%}.footer-section section .wrap{gap:24px;margin-bottom:70px}.footer-section section .wrap p{font-size:22px}.footer-section section .wrap .socials{gap:12px}.footer-section section .wrap .socials svg,.footer-section section .wrap .socials img{width:28px;height:28px}.footer-section section .quick-links .contain{gap:32px}.footer-section section .quick-links .contain a{font-size:14px;line-height:24px}.footer-section section .quick-links p{font-size:15px}}@media (max-width:768px){.footer-section section{padding:50px 30px 60px}.footer-section section .top-content{margin-bottom:50px}.footer-section section .top-content p{margin-bottom:12px;font-size:16px;line-height:160%}.footer-section section .top-content a{font-size:36px;line-height:110%}.footer-section section .wrap{gap:20px;margin-bottom:50px}.footer-section section .wrap p{white-space:nowrap;font-size:20px}.footer-section section .wrap .line{display:block}.footer-section section .wrap .socials{gap:16px}.footer-section section .wrap .socials svg,.footer-section section .wrap .socials img{width:24px;height:24px}.footer-section section .quick-links{flex-direction:column;align-items:flex-start;gap:30px}.footer-section section .quick-links .contain{flex-wrap:wrap;gap:24px}.footer-section section .quick-links .contain a{font-size:14px;line-height:22px}.footer-section section .quick-links p{font-size:14px;line-height:20px}}@media (max-width:480px){.footer-section section{padding:40px 20px 50px}.footer-section section .top-content{margin-bottom:40px}.footer-section section .top-content p{margin-bottom:8px;font-size:14px;line-height:150%}.footer-section section .top-content a{word-break:break-all;font-size:24px;line-height:110%}.footer-section section .wrap{gap:16px;margin-bottom:40px}.footer-section section .wrap p{font-size:16px}.footer-section section .wrap .socials{gap:12px}.footer-section section .wrap .socials svg,.footer-section section .wrap .socials img{width:20px;height:20px}.footer-section section .quick-links{align-items:flex-start;gap:24px}.footer-section section .quick-links .contain{flex-wrap:wrap;gap:20px}.footer-section section .quick-links .contain a{font-size:13px;line-height:20px}.footer-section section .quick-links p{font-size:13px;line-height:18px}}.dark-mode .footer-section{background:#000}.dark-mode .footer-section section .top-content p{color:#b0b8c8}.dark-mode .footer-section section .top-content a,.dark-mode .footer-section section .wrap p{color:#fff}.dark-mode .footer-section section .wrap .line{background:#2a2a2a}.dark-mode .footer-section section .wrap .socials svg,.dark-mode .footer-section section .wrap .socials img{filter:brightness(0)invert()}.dark-mode .footer-section section .quick-links .contain a{color:#b0b8c8}.dark-mode .footer-section section .quick-links .contain a:hover{color:#0347f5}.dark-mode .footer-section section .quick-links p{color:#8a8a8a}
