﻿@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";*,*::before,*::after{box-sizing:border-box}body{font-family:"Poppins",sans-serif;margin:0;overflow-x:hidden}#root{display:flex;flex-direction:column}html,body,#root{height:100%;margin:0}.section1,.section2,.section3,.section4,.section5,.section6,.section7,.section8,.section9{overflow-x:hidden}.hidden{display:none !important}svg[viewBox="0 0 24 24"]{width:24px;height:24px}h1,h2,h3{overflow-wrap:break-word;word-break:break-word}.app-download-links-component{display:flex;gap:1rem;justify-content:center;align-items:center}@media(max-width: 768px){.app-download-links-component{flex-direction:column}}.app-download-links-component .app-button{display:inline-block}@media(max-width: 768px){.app-download-links-component .app-button{width:100%}}.app-download-links-component .app-button img{height:45px;transition:transform .2s ease}@media(max-width: 768px){.app-download-links-component .app-button img{height:3.5rem;width:100%}}.app-download-links-component .app-button:hover img{transform:scale(1.05)}.cookie-consent-component{position:fixed;bottom:0;left:0;right:0;width:100%;padding:2rem;font-family:"Poppins",sans-serif;background:linear-gradient(135deg, rgb(0, 58, 204) 0%, rgb(0, 73, 239) 100%);color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.25);z-index:9999;animation:fadeInUp .4s ease forwards}.cookie-consent-component p{font-size:15px;line-height:1.6;color:hsla(0,0%,100%,.9);margin-bottom:1.5rem}.cookie-consent-component p a{color:#fff;text-decoration:underline;font-weight:500}.cookie-consent-component p a:hover{color:hsla(0,0%,100%,.7)}.cookie-consent-component h3{font-size:20px;font-weight:600;margin-bottom:1.5rem}.cookie-consent-component .preference{background:hsla(0,0%,100%,.1);padding:1rem 1.25rem;margin-bottom:1rem;cursor:pointer;transition:background .25s ease,transform .15s ease}.cookie-consent-component .preference:hover{background:hsla(0,0%,100%,.15);transform:translateY(-1px)}.cookie-consent-component .preference.active{background:hsla(0,0%,100%,.18)}.cookie-consent-component .preference.active .header .fake-checkbox{border-color:#fff;background:#fff}.cookie-consent-component .preference.active .header .fake-checkbox::after{opacity:1;transform:rotate(45deg) scale(1)}.cookie-consent-component .preference.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.cookie-consent-component .preference .header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.cookie-consent-component .preference .header span{font-weight:500;font-size:15px}.cookie-consent-component .preference .header input[type=checkbox]{display:none}.cookie-consent-component .preference .header .fake-checkbox{width:22px;height:22px;border:2px solid hsla(0,0%,100%,.85);position:relative;transition:all .25s ease;background:rgba(0,0,0,0);flex-shrink:0}.cookie-consent-component .preference .header .fake-checkbox::after{content:"";position:absolute;top:2px;left:6px;width:6px;height:12px;border:solid #003acc;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0.6);opacity:0;transition:all .25s ease}.cookie-consent-component .preference p{font-size:14px;margin-top:.5rem;color:hsla(0,0%,100%,.85)}.cookie-consent-component .buttons{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.cookie-consent-component .buttons button{border:2px solid #fff;background:rgba(0,0,0,0);color:#fff;font-size:15px;font-weight:500;padding:10px 22px;cursor:pointer;transition:all .3s ease;min-height:44px}.cookie-consent-component .buttons button:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px)}.cookie-consent-component .buttons button.primary{background:#fff;color:#003acc}.cookie-consent-component .buttons button.primary:hover{background:hsla(0,0%,100%,.9)}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 768px){.cookie-consent-component{top:0;padding:6px}.cookie-consent-component .banner{display:flex;flex-direction:column}.cookie-consent-component .buttons{justify-content:center;flex-direction:column}}.footer-component{background-color:#fff;display:flex;justify-content:space-between;flex-wrap:nowrap;padding:0;height:auto;width:100%;margin-top:3rem;flex-direction:column}@media(max-width: 768px){.footer-component{margin-top:0}}.footer-component>div:first-child{display:flex;flex-direction:row;max-width:1440px;margin:0 auto}@media(max-width: 768px){.footer-component>div:first-child{flex-direction:column;padding:2rem 2rem}}.footer-component>div:first-child>div:nth-child(1){max-width:670px;text-align:left;position:relative;margin-right:4rem;flex-direction:column;display:flex}.footer-component>div:first-child>div:nth-child(1) .logo-component{margin:0;padding-left:0}.footer-component>div:first-child>div:nth-child(1) p:nth-of-type(1){font-size:16px;font-weight:bold;margin-bottom:.5rem;color:#222;font-family:"Poppins",sans-serif}.footer-component>div:first-child>div:nth-child(1) p:nth-of-type(2){font-size:13px;color:#444;margin-bottom:1rem;font-family:"Poppins",sans-serif}.footer-component>div:first-child>div:nth-child(1) form>div{opacity:1;height:auto;margin-bottom:.5rem;transform:translateY(0)}.footer-component>div:first-child>div:nth-child(1) form>div input{padding:.75rem;border:1px solid #d1d5db;outline:none;font-size:13px;font-family:"Poppins",sans-serif;width:100%;border-radius:0;box-sizing:border-box;line-height:1.2;color:rgba(0,0,0,.8)}.footer-component>div:first-child>div:nth-child(1) form .sent-msg{display:none;font-size:13px;font-weight:400}.footer-component>div:first-child>div:nth-child(1) form.sent>div{display:none}.footer-component>div:first-child>div:nth-child(1) form.sent button{display:none}.footer-component>div:first-child>div:nth-child(1) form.sent .sent-msg{display:flex}.footer-component>div:first-child>div:nth-child(1) button{background-color:#003acc;color:#fff;border:none;padding:.75rem;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:"Poppins",sans-serif}@media(max-width: 768px){.footer-component>div:first-child>div:nth-child(1) button{width:100%}}.footer-component>div:first-child>div:nth-child(1) button:hover{transform:translateY(-3px)}.footer-component>div:first-child>div:nth-child(2){flex:1;display:flex;flex-direction:row;gap:5rem;justify-content:flex-end}@media(max-width: 768px){.footer-component>div:first-child>div:nth-child(2){flex-direction:column;gap:1rem}}.footer-component>div:first-child>div:nth-child(2)>div>h5{font-size:16px;font-weight:bold;color:#222;margin-bottom:.5rem;-webkit-text-decoration:none;text-decoration:none}.footer-component>div:first-child>div:nth-child(2)>div>a{font-size:.8rem;font-weight:normal;color:#666;text-decoration:none;margin:.6rem 0}.footer-component>div:first-child>div:nth-child(2)>div>a:hover{color:#0f172a}.footer-component>div:first-child>div:nth-child(2)>div:nth-of-type(1){display:flex;flex-direction:column}.footer-component>div:first-child>div:nth-child(2)>div:nth-of-type(2){display:flex;flex-direction:column}.footer-component>div:first-child>div:nth-child(2)>div:nth-of-type(3){display:flex;flex-direction:column}.footer-component>div:first-child>div:nth-child(2) .bars{display:flex;align-self:flex-end;position:absolute}@media(max-width: 768px){.footer-component>div:first-child>div:nth-child(2) .bars{position:relative}}.footer-component>div:first-child>div:nth-child(2) .bars>div:nth-of-type(1){background-color:#fd8cd8;width:50px;height:25px}.footer-component>div:first-child>div:nth-child(2) .bars>div:nth-of-type(2){background-color:#6265fa;width:25px;height:25px}.footer-component>div:first-child>div:nth-child(2) .bars>div:nth-of-type(3){background-color:#050244;width:75px;height:25px}.footer-component>div:last-child{display:flex;flex-direction:row;background-color:#f5f5f5;padding:30px 20px;justify-content:center;align-items:center;border-top:1px solid #ddd;height:5rem;width:100%;box-sizing:border-box;margin-top:4rem}@media(max-width: 768px){.footer-component>div:last-child{flex-direction:column;height:auto;margin-top:0}}.footer-component>div:last-child>div{max-width:1440px;display:flex;width:100%}@media(max-width: 768px){.footer-component>div:last-child>div{flex-direction:column-reverse}}.footer-component>div:last-child>div>div:nth-of-type(1){flex:1}@media(max-width: 768px){.footer-component>div:last-child>div>div:nth-of-type(1){margin-top:1rem}}.footer-component>div:last-child>div>div:nth-of-type(2){display:flex;flex-direction:row;align-items:center;gap:1.5rem}@media(max-width: 768px){.footer-component>div:last-child>div>div:nth-of-type(2){flex-direction:row-reverse;justify-content:flex-start}}.footer-component>div:last-child>div>div:nth-of-type(2) button{background:#232536;border:none;color:#fff;padding:8px 12px;cursor:pointer;transition:background-color .3s ease}.footer-component>div:last-child>div>div:nth-of-type(2) button:hover{background:#5f606c}.footer-component>div:last-child>div>div:nth-of-type(2) a img{filter:invert(0);width:20px}.footer-component>div:last-child>div>div:nth-of-type(2) a:hover img{transform:scale(1.1)}.language-dropdown-component{display:flex;align-items:center;position:relative}.language-dropdown-component select.native-select{font-family:"Poppins",sans-serif;font-size:14px;padding:.5rem .75rem;border:1px solid #ccc;background-color:#fff;color:#333;appearance:auto;width:100%;margin-top:1rem}.language-dropdown-component select.native-select:focus{outline:none;border-color:#003acc}.language-dropdown-component .mobile-only{display:none}.language-dropdown-component .desktop-only{display:block}@media(max-width: 768px){.language-dropdown-component .mobile-only{display:block}.language-dropdown-component .desktop-only{display:none}}.language-dropdown-component .lang-btn{background:rgba(0,0,0,0);border:none;color:#575757;font-size:16px;display:flex;align-items:center;cursor:pointer;gap:6px}.language-dropdown-component .lang-menu{position:absolute;top:100%;left:0;margin-top:.5rem;z-index:1002;border:1px solid #eee;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.15);background:#fff}.language-dropdown-component .lang-item{display:flex;align-items:center;gap:.5rem;padding:.75rem .75rem;font-size:16px;color:#575757;border-radius:0;transition:background-color .2s ease;cursor:pointer}.language-dropdown-component .lang-item:hover{background-color:#c5c5c5}.logo-component{display:flex;padding:1rem;margin-left:3vw;margin-right:12rem;font-family:"Montserrat",sans-serif}.logo-component img{width:160px;height:auto;margin-right:12px}.logo-component a{color:#40434a;font-size:33px;display:flex;align-items:center;text-decoration:none;font-weight:600}.navigation-component{box-shadow:0 4px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;z-index:1002;background-color:#fff;width:100vw;height:5rem;display:flex;align-items:center;justify-content:space-between}@media(min-width: 1921px){.navigation-component{padding:0 380px}}@media(max-width: 768px){.navigation-component{flex-direction:column;height:auto}}.navigation-component .logo-part{width:16rem}.navigation-component .center-part{height:5rem;display:flex;align-items:center;justify-content:flex-start;gap:0;margin:0 auto;color:#000}.navigation-component .center-part>div{cursor:pointer;height:5rem;display:flex;align-items:center;justify-content:center;font-size:16px;font-family:"Poppins",sans-serif;transition:background-color .3s ease;padding:.75rem 1.25rem;user-select:none;color:#4b5563;text-decoration:none;flex:0 1 auto;width:auto}.navigation-component .center-part>div.products svg:nth-of-type(1){display:none}.navigation-component .center-part>div.products svg:nth-of-type(2){display:block}.navigation-component .center-part>div.products.active svg:nth-of-type(1){display:block}.navigation-component .center-part>div.products.active svg:nth-of-type(2){display:none}.navigation-component .center-part>div a{color:#4b5563;text-decoration:none}.navigation-component .center-part>div:hover>a,.navigation-component .center-part>div:hover span,.navigation-component .center-part>div:hover svg,.navigation-component .center-part>div.active>a,.navigation-component .center-part>div.active span,.navigation-component .center-part>div.active svg{margin-top:-4px}.navigation-component .center-part>div:hover:nth-child(1),.navigation-component .center-part>div.active:nth-child(1){border-top:4px solid #fd8cd8}.navigation-component .center-part>div:hover:nth-child(2),.navigation-component .center-part>div.active:nth-child(2){border-top:4px solid #0049ef}.navigation-component .center-part>div:hover:nth-child(3),.navigation-component .center-part>div.active:nth-child(3){border-top:4px solid #041d30}.navigation-component .right-part{display:flex;align-items:center;gap:2rem}.navigation-component .contact-part{width:11rem;height:5rem;display:flex;align-items:center;justify-content:center;background-color:#003acc;-webkit-text-decoration:none;text-decoration:none;border:none;transition:background-color .3s ease;color:#fff;font-size:16px;font-family:"Poppins",sans-serif}.navigation-component .contact-part svg{width:24px;height:24px;fill:#fff;transition:all .3s ease}.navigation-component .contact-part:hover{background-color:#004cbf}.navigation-component .contact-part:hover svg{transform:translateX(5px)}.navigation-component .dropdown-menu{height:0;top:5rem;overflow:hidden;width:fit-content;max-width:80vw;min-width:800px;border:none;box-shadow:0 4px 20px rgba(0,0,0,.1);position:absolute;left:50%;transform:translateX(-50%);z-index:1000;margin-top:.1px;display:flex;background:#fff;padding:16px 32px;visibility:hidden;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:1rem;align-items:stretch}.navigation-component .dropdown-menu.open{height:auto;visibility:visible}.navigation-component .dropdown-menu>a{padding:12px 16px;display:flex;flex:1 1 calc(50% - 1rem)}.navigation-component .dropdown-menu>a img{margin-right:2rem;width:3rem}.navigation-component .dropdown-menu>a h3{font-size:15px}.navigation-component .dropdown-menu>a p{font-size:15px}.navigation-component .dropdown-menu>a:hover{border-bottom:2px solid #6a6cff;background:#f3f3f3;margin-bottom:-2px}@media(max-width: 768px){.navigation-component{flex-direction:row;height:4rem;padding:0 1rem;position:fixed;top:0;left:0;background:#fff;z-index:1002;box-shadow:0 4px 10px rgba(0,0,0,.1)}.navigation-component .mobile-hamburger{display:flex;align-items:center;justify-content:center;cursor:pointer;color:#003acc;font-size:24px;width:40px;height:40px}.navigation-component .mobile-hamburger svg:first-child{display:block}.navigation-component .mobile-hamburger svg:last-child{display:none}.navigation-component .mobile-hamburger.open svg:first-child{display:none}.navigation-component .mobile-hamburger.open svg:last-child{display:block}.navigation-component .center-part,.navigation-component .right-part{display:none}.navigation-component .mobile-menu{position:absolute;top:4rem;left:0;width:100%;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:1000}.navigation-component .mobile-menu.open{max-height:90vh;overflow-y:auto}.navigation-component .mobile-menu .mobile-links{display:flex;flex-direction:column;padding:1rem 1.5rem}.navigation-component .mobile-menu .mobile-links a{padding:.75rem 0;color:#003acc;font-weight:500;text-decoration:none;font-family:"Poppins",sans-serif}.navigation-component .mobile-menu .mobile-links a:hover{color:#0049ef}.navigation-component .mobile-menu .mobile-links .contact-part{margin-top:1rem;background:#003acc;color:#fff;padding:.75rem;text-align:center;display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%;height:3rem}.navigation-component .mobile-menu .mobile-links .mobile-dropdown.active .dropdown-items{display:block}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;cursor:pointer;color:#003acc}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-header svg{width:24px;height:24px}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-header svg:nth-of-type(1){display:none}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-header svg:nth-of-type(2){display:block}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-items{margin-bottom:1rem;display:none}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-items>div{background:#f7f8ff;padding:.75rem;cursor:pointer;margin-bottom:.5rem}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-items>div:hover{background:#003acc;color:#fff}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-items>div h3{font-size:16px;margin:0}.navigation-component .mobile-menu .mobile-links .mobile-dropdown .dropdown-items>div p{font-size:13px;margin:0;opacity:.8}.navigation-component .mobile-menu .mobile-links .mobile-dropdown.active .dropdown-header svg:nth-of-type(1){display:block}.navigation-component .mobile-menu .mobile-links .mobile-dropdown.active .dropdown-header svg:nth-of-type(2){display:none}}.scrollTop-component{position:fixed;bottom:5rem;right:2rem;background-color:#000;color:#fff;border:none;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;font-family:"Poppins",sans-serif;font-size:.875rem;font-weight:500;border-radius:0}.scrollTop-component.visible{opacity:1;visibility:visible}.scrollTop-component:hover{background:#333}@media(max-width: 768px){.scrollTop-component{bottom:1rem;right:1rem;padding:.5rem;padding-left:2rem;padding-right:2rem}.scrollTop-component span{display:none}}.article-view .section1{background:#fff;width:100%;height:auto;padding:48px 0px;margin-top:79px}@media(max-width: 768px){.article-view .section1{padding:3rem 2rem;flex-direction:column;margin-top:3rem;height:auto}}.article-view .section1>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.article-view .section1>div{padding:0}}.article-view .section1>div:nth-of-type(1)>a{display:flex;align-items:center;gap:8px;color:#0049ef;text-decoration:none;font-size:16px;font-weight:500;transition:.3s}.article-view .section1>div:nth-of-type(1)>a svg{width:20px;fill:#0049ef}.article-view .section1>div:nth-of-type(1)>a:hover{color:#fd8cd8;text-decoration:none;transform:translateX(-2px)}.article-view .section1>div:nth-of-type(2)>article{max-width:800px;margin:0 auto}@media(max-width: 768px){.article-view .section1>div:nth-of-type(2)>article{margin-top:2rem;max-width:100%}}.article-view .section1>div:nth-of-type(2)>article>div:first-child{background-color:rgba(0,73,239,.1);color:#003acc;padding:.25rem .75rem;border-radius:4px;font-size:16px;font-weight:500;display:inline}.article-view .section1>div:nth-of-type(2)>article>div:last-child>header>h1{font-size:48px;line-height:1.2;margin-bottom:2rem}@media(max-width: 768px){.article-view .section1>div:nth-of-type(2)>article>div:last-child>header>h1{font-size:38px}}.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer{display:flex;flex-direction:row;margin-bottom:3rem}@media(max-width: 768px){.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer{flex-direction:column;margin-bottom:1.5rem}}.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>address{display:flex;align-items:center}@media(max-width: 768px){.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>address{margin-bottom:.75rem}}.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>address>img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;cursor:pointer;margin:0;margin-right:.5rem}.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>address>div{margin:0;font-weight:500;font-size:16px;color:#0f172a;font-style:normal}.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>div:nth-of-type(1){display:flex;align-items:center;gap:2rem;margin-left:2rem}@media(max-width: 768px){.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>div:nth-of-type(1){flex-direction:column;margin:0;align-items:flex-start;gap:.75rem}}.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>div:nth-of-type(1)>div{display:flex;align-items:center;font-size:16px;color:#64748b}.article-view .section1>div:nth-of-type(2)>article>div:last-child>footer>div:nth-of-type(1)>div>svg{width:20px;margin-right:.5rem;fill:#64748b}.article-view .section1>div:nth-of-type(2)>article>div:last-child img{width:100%;height:auto;transition:transform .3s ease;cursor:pointer}.article-view .section1>div:nth-of-type(2)>article>div:last-child img:hover{transform:scale(1.02)}.article-view .section1>div:nth-of-type(3)>div{display:flex;align-items:center;gap:24px;padding:32px;background-color:#f9fafb;max-width:800px;margin:0 auto;margin-bottom:64px}@media(max-width: 768px){.article-view .section1>div:nth-of-type(3)>div{max-width:100%;flex-direction:column}}.article-view .section1>div:nth-of-type(3)>div>img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:50%;transition:transform .3s ease;cursor:pointer}.article-view .section1>div:nth-of-type(3)>div>div>h4{font-size:20px;margin-bottom:8px}@media(max-width: 768px){.article-view .section1>div:nth-of-type(3)>div>div>h4{margin-top:0}}.article-view .section1>div:nth-of-type(3)>div>div>p{color:#6b7280;line-height:1.5}.axelote-dpp-view .section1{background-color:#fff;display:flex;justify-content:space-between;flex-wrap:nowrap;padding:6rem 4rem;height:40rem;max-width:1440px;margin:0 auto;margin-top:3rem}@media(max-width: 768px){.axelote-dpp-view .section1{padding:3rem 2rem;margin-top:1rem;height:auto;flex-direction:column}}.axelote-dpp-view .section1>div:nth-child(1){max-width:670px;text-align:left;position:relative;margin-right:4rem;flex-direction:column;display:flex}@media(max-width: 768px){.axelote-dpp-view .section1>div:nth-child(1){margin:0 auto}}.axelote-dpp-view .section1>div:nth-child(1) .indicator{width:20px;height:20px;background-color:#5d5f6d;opacity:.1}.axelote-dpp-view .section1>div:nth-child(1) h1{font-size:52px;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.axelote-dpp-view .section1>div:nth-child(1) p{font-size:16px;color:#555;margin-bottom:2rem;line-height:1.6}.axelote-dpp-view .section1>div:nth-child(1) a{background:#6265fa;padding:19px 26px;color:#fff;border:none;cursor:pointer;font-size:19px;display:flex;align-items:center;gap:.5rem;font-family:"Poppins",sans-serif !important;transition:all .3s ease;align-self:flex-start;text-decoration:none}@media(max-width: 768px){.axelote-dpp-view .section1>div:nth-child(1) a{width:100%}}.axelote-dpp-view .section1>div:nth-child(1) a svg{transition:all .3s ease;fill:#fff}.axelote-dpp-view .section1>div:nth-child(1) a:hover{transform:translateY(-3px)}.axelote-dpp-view .section1>div:nth-child(1) a:hover svg{transform:translateX(5px)}.axelote-dpp-view .section1>div:nth-child(2){flex:1;display:flex;justify-content:center;align-items:center}@media(max-width: 768px){.axelote-dpp-view .section1>div:nth-child(2){margin-top:3rem}}.axelote-dpp-view .section1>div:nth-child(2) img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transform:scale(0.9);transition:transform .3s ease;cursor:pointer}.axelote-dpp-view .section1>div:nth-child(2) img:hover{transform:scale(1.05)}.axelote-dpp-view .section2{background-color:#fffafd;display:flex}.axelote-dpp-view .section2>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column;width:100%;padding-bottom:5rem}@media(max-width: 768px){.axelote-dpp-view .section2>div{padding:3rem 2rem;margin-top:0;flex-direction:column}}.axelote-dpp-view .section2>div>div:nth-child(1) h2{font-size:52px;font-weight:bold;color:#232336;line-height:58px;width:100%;text-align:left;margin-bottom:0;margin-top:4rem;display:flex;flex-direction:column;align-self:flex-start;flex:1}@media(max-width: 768px){.axelote-dpp-view .section2>div>div:nth-child(1) h2{margin-top:0}}.axelote-dpp-view .section2>div>div:nth-child(1) h2>div:last-child{color:#6265fa}.axelote-dpp-view .section2>div>div:nth-child(1) p{font-size:1rem;color:#000;margin-top:1rem}@media(max-width: 768px){.axelote-dpp-view .section2>div>div:nth-child(1) p{margin-bottom:3rem}}.axelote-dpp-view .section2>div>div:nth-child(2){display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:4rem;gap:4rem;position:relative}@media(max-width: 768px){.axelote-dpp-view .section2>div>div:nth-child(2){display:flex;flex-direction:column;gap:2rem}}.axelote-dpp-view .section2>div>div:nth-child(2)>div{background:#fff;padding:1.5rem;border:1px solid rgba(0,0,0,.1);display:flex;align-items:flex-start;gap:1rem;position:relative;min-height:160px}@media(max-width: 768px){.axelote-dpp-view .section2>div>div:nth-child(2)>div{flex-direction:column}}.axelote-dpp-view .section2>div>div:nth-child(2)>div:not(:nth-child(3n)):not(:last-child)::after{content:"";position:absolute;right:-4rem;top:50%;transform:translateY(-50%);width:4rem;height:1px;background:repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.3) 5px, transparent 10px, transparent 10px)}@media(max-width: 768px){.axelote-dpp-view .section2>div>div:nth-child(2)>div:not(:nth-child(3n)):not(:last-child)::after{display:none}}.axelote-dpp-view .section2>div>div:nth-child(2)>div>div:first-child img{width:60px}.axelote-dpp-view .section2>div>div:nth-child(2)>div>div:last-child{flex-grow:1}.axelote-dpp-view .section2>div>div:nth-child(2)>div>div:last-child h5{margin-top:0}@media(max-width: 768px){.axelote-dpp-view .section2>div>div:nth-child(2)>div>div:last-child h5{font-size:18px}}.axelote-dpp-view .section3{background-color:#fffafd;display:flex}.axelote-dpp-view .section3>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column;padding-bottom:5rem}@media(max-width: 768px){.axelote-dpp-view .section3>div{padding:3rem 2rem;margin-top:0;flex-direction:column}}.axelote-dpp-view .section3>div>div:nth-child(1) h2{font-size:52px;font-weight:bold;margin-bottom:1rem}@media(max-width: 768px){.axelote-dpp-view .section3>div>div:nth-child(1) h2{margin-top:0}}@media(max-width: 768px){.axelote-dpp-view .section3>div>div:nth-child(1) h2{font-size:42px}}.axelote-dpp-view .section3>div>div:nth-child(1) p{font-size:26px;color:#000;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width: 768px){.axelote-dpp-view .section3>div>div:nth-child(1) p{font-size:22px}}.axelote-dpp-view .section3>div>div:nth-child(2){display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}@media(max-width: 768px){.axelote-dpp-view .section3>div>div:nth-child(2){gap:2rem;flex-direction:column}}.axelote-dpp-view .section3>div>div:nth-child(2)>div{background:#fff;padding:2rem;text-align:left;transition:transform .3s ease;border:1px solid #000;display:flex;flex-direction:column;box-shadow:0 4px 4px rgba(0,0,0,.15)}@media(max-width: 768px){.axelote-dpp-view .section3>div>div:nth-child(2)>div{width:100%}}.axelote-dpp-view .section3>div>div:nth-child(2)>div>img{width:400px;height:auto;display:block;-o-object-fit:cover;object-fit:cover;transform:scale(1.02);align-self:center}@media(max-width: 768px){.axelote-dpp-view .section3>div>div:nth-child(2)>div>img{width:100%}}.axelote-dpp-view .section3>div>div:nth-child(2)>div>h5{font-size:26px;font-weight:bold;margin-bottom:1rem}.axelote-dpp-view .section3>div>div:nth-child(2)>div>ul{list-style:none;padding:0;margin:0}.axelote-dpp-view .section3>div>div:nth-child(2)>div>ul>li{display:flex;align-items:center;font-size:19px;margin-bottom:.5rem}.axelote-dpp-view .section3>div>div:nth-child(2)>div>ul>li>svg{width:18px;height:18px;margin-right:8px}.axelote-dpp-view .section4{background-color:#fff;display:flex}.axelote-dpp-view .section4>div{justify-content:space-between;flex-wrap:nowrap;padding:6rem 4rem;height:auto;max-width:1440px;margin:0 auto;margin-top:3rem;width:100%;display:flex}@media(max-width: 768px){.axelote-dpp-view .section4>div{padding:3rem 2rem;margin-top:0;flex-direction:column}}.axelote-dpp-view .section4>div>div:nth-child(1){max-width:670px;text-align:left;position:relative;margin-right:4rem;flex-direction:column;display:flex}@media(max-width: 768px){.axelote-dpp-view .section4>div>div:nth-child(1){margin:0 auto}}.axelote-dpp-view .section4>div>div:nth-child(1) .indicator{width:20px;height:20px;background-color:#5d5f6d;opacity:.1}.axelote-dpp-view .section4>div>div:nth-child(1) h2{font-size:52px;font-weight:600;margin-bottom:1.5rem;line-height:1.2}@media(max-width: 768px){.axelote-dpp-view .section4>div>div:nth-child(1) h2{font-size:48px}}.axelote-dpp-view .section4>div>div:nth-child(1) h2>div:last-child{color:#6265fa}.axelote-dpp-view .section4>div>div:nth-child(1) p{font-size:16px;color:#555;margin-bottom:2rem;line-height:1.6}.axelote-dpp-view .section4>div>div:nth-child(1)>div:last-child{display:flex;flex-direction:column;gap:1.5rem}.axelote-dpp-view .section4>div>div:nth-child(1)>div:last-child>div{display:flex;align-items:flex-start;gap:1rem;width:100%;max-width:40rem}@media(max-width: 768px){.axelote-dpp-view .section4>div>div:nth-child(1)>div:last-child>div{max-width:100%}}.axelote-dpp-view .section4>div>div:nth-child(1)>div:last-child>div>div:first-child{display:flex;justify-content:center;align-items:center;background:#6265fa;color:#fff;font-size:19px;font-weight:bold;padding:.5rem 1rem;width:45px;height:39px}.axelote-dpp-view .section4>div>div:nth-child(1)>div:last-child>div>div:last-child>h5{font-size:26px;font-weight:bold;margin-bottom:.5rem;margin-top:0}.axelote-dpp-view .section4>div>div:nth-child(1)>div:last-child>div>div:last-child>p{margin-top:0;font-size:16px;color:#444;max-width:600px}.axelote-dpp-view .section4>div>div:nth-child(2){flex:1;display:flex;justify-content:center;align-items:center}.axelote-dpp-view .section4>div>div:nth-child(2) img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transform:scale(0.9);transition:transform .3s ease;cursor:pointer;align-self:flex-start}.axelote-dpp-view .section4>div>div:nth-child(2) img:hover{transform:scale(1.05)}.axelote-dpp-view .section5{background:linear-gradient(135deg, rgb(0, 58, 204) 0%, rgb(0, 73, 239) 100%);width:100%;height:auto;padding:48px 0px}@media(max-width: 768px){.axelote-dpp-view .section5{padding:3rem 2rem;flex-direction:column}}.axelote-dpp-view .section5>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.axelote-dpp-view .section5>div{padding:0}}.axelote-dpp-view .section5>div>h2{font-size:48px;line-height:1.2;margin-bottom:24px;font-weight:600;color:#fff;font-family:"Poppins",sans-serif;text-align:center}@media(max-width: 768px){.axelote-dpp-view .section5>div>h2{margin-top:0;font-size:38px}}.axelote-dpp-view .section5>div>p{font-size:26px;line-height:1.6;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;font-family:"Poppins",sans-serif;color:hsla(0,0%,100%,.9);text-align:center}@media(max-width: 768px){.axelote-dpp-view .section5>div>p{font-size:22px}}.axelote-dpp-view .section5>div>div{display:flex;gap:2rem;justify-content:center}@media(max-width: 768px){.axelote-dpp-view .section5>div>div{flex-direction:column}}.axelote-dpp-view .section5>div>div>a{display:flex;width:auto;align-self:center;border:2px solid #fff;color:#fff;align-items:center;justify-content:center;padding:16px 32px;font-size:19px;font-weight:500;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;min-width:200px;gap:8px;font-family:"Poppins",sans-serif !important}.axelote-dpp-view .section5>div>div>a:hover{text-decoration:none;background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.axelote-dpp-view .section5>div>div>a:first-child{background:#fff;color:#003acc}.axelote-dpp-view .section5>div>div>a:first-child svg{fill:#003acc}.axelote-dpp-view .section5>div>div>a:first-child:hover{background:hsla(0,0%,100%,.9)}.axelote-scan-view .section1{background-color:#fff;display:flex;justify-content:space-between;flex-wrap:nowrap;padding:6rem 4rem;height:35rem;max-width:1440px;margin:0 auto;margin-top:3rem;overflow:hidden}@media(max-width: 768px){.axelote-scan-view .section1{padding:3rem 2rem;flex-direction:column;margin-top:0;height:auto}}.axelote-scan-view .section1>div:nth-child(1){max-width:670px;text-align:left;position:relative;margin-right:4rem;flex-direction:column;display:flex}@media(max-width: 768px){.axelote-scan-view .section1>div:nth-child(1){max-width:100%;margin:0 auto}}.axelote-scan-view .section1>div:nth-child(1) .indicator{width:20px;height:20px;background-color:#5d5f6d;opacity:.1}.axelote-scan-view .section1>div:nth-child(1) h1{font-size:52px;font-weight:600;margin-bottom:1.5rem;line-height:1.2}@media(max-width: 768px){.axelote-scan-view .section1>div:nth-child(1) h1{font-size:48px}}.axelote-scan-view .section1>div:nth-child(1) p{font-size:16px;color:#555;margin-bottom:2rem;line-height:1.6}.axelote-scan-view .section1>div:nth-child(1)>.app-download-links-component{align-self:flex-start}@media(max-width: 768px){.axelote-scan-view .section1>div:nth-child(1)>.app-download-links-component{align-self:center;width:100%}}.axelote-scan-view .section1>div:nth-child(2){flex:1;display:flex;justify-content:center;align-items:center}.axelote-scan-view .section1>div:nth-child(2) img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transform:scale(0.6);transition:transform .3s ease;cursor:pointer}.axelote-scan-view .section1>div:nth-child(2) img:hover{transform:scale(0.8)}.axelote-scan-view .section2{background:#e5f4ff;width:100%;height:auto;padding:48px 0px}@media(max-width: 768px){.axelote-scan-view .section2{padding:3rem 2rem;flex-direction:column;margin-top:0}}.axelote-scan-view .section2>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.axelote-scan-view .section2>div{padding:0}}.axelote-scan-view .section2>div>div:nth-of-type(1)>h2{color:#003acc;font-size:52px;font-weight:bold;margin-bottom:1rem;text-align:center}@media(max-width: 768px){.axelote-scan-view .section2>div>div:nth-of-type(1)>h2{margin-top:0;font-size:48px}}.axelote-scan-view .section2>div>div:nth-of-type(1)>p{text-align:center;font-size:19px;color:#000;opacity:.8;max-width:800px;margin:0 auto 3rem auto}@media(max-width: 768px){.axelote-scan-view .section2>div>div:nth-of-type(1)>p{font-size:18px}}.axelote-scan-view .section2>div>div:nth-of-type(2){display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:3rem}.axelote-scan-view .section2>div>div:nth-of-type(2)>div{background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:0;padding:2rem;flex:1;min-width:250px;max-width:280px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.axelote-scan-view .section2>div>div:nth-of-type(2)>div>div:first-child{width:48px;height:48px;background-color:#003acc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem auto}.axelote-scan-view .section2>div>div:nth-of-type(2)>div>div:first-child img{width:24px;height:24px;filter:brightness(0) invert(1)}.axelote-scan-view .section2>div>div:nth-of-type(2)>div>h5{font-size:19px;font-weight:600;color:#000;margin-bottom:.75rem}.axelote-scan-view .section2>div>div:nth-of-type(2)>div>p{font-size:16px;color:rgba(0,0,0,.8);line-height:1.5}.axelote-scan-view .section2>div>div:nth-of-type(3){font-size:16px;color:rgba(0,0,0,.8);line-height:1.5;max-width:800px;margin:0 auto}.axelote-scan-view .section3{background:#fff9f9;width:100%;height:auto;padding:48px 0px}@media(max-width: 768px){.axelote-scan-view .section3{padding:3rem 2rem;flex-direction:column;margin-top:0}}.axelote-scan-view .section3>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.axelote-scan-view .section3>div{padding:0}}.axelote-scan-view .section3>div>div:nth-of-type(1)>h2{color:#003acc;font-size:52px;font-weight:bold;margin-bottom:1rem;text-align:center}@media(max-width: 768px){.axelote-scan-view .section3>div>div:nth-of-type(1)>h2{margin-top:0;font-size:48px}}.axelote-scan-view .section3>div>div:nth-of-type(1)>p{text-align:center;font-size:19px;color:#000;opacity:.8;max-width:800px;margin:0 auto 3rem auto}@media(max-width: 768px){.axelote-scan-view .section3>div>div:nth-of-type(1)>p{font-size:18px}}.axelote-scan-view .section3>div>div:nth-of-type(2){display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3rem;gap:3rem;max-width:1283px;margin:0 auto}@media(max-width: 768px){.axelote-scan-view .section3>div>div:nth-of-type(2){display:flex;flex-direction:column;max-width:100%;gap:2rem}}.axelote-scan-view .section3>div>div:nth-of-type(2)>div{background:#fff;border:1px solid rgba(35,37,54,.17);height:auto;min-height:160px;display:flex;width:100%;flex-direction:column;padding:1.25rem}.axelote-scan-view .section3>div>div:nth-of-type(2)>div>div:first-child{display:flex;align-items:center}.axelote-scan-view .section3>div>div:nth-of-type(2)>div>div:first-child>div{min-width:36px;height:36px;background-color:#000;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.axelote-scan-view .section3>div>div:nth-of-type(2)>div>div:first-child>h5{font-size:19px;font-weight:600;color:#000;margin:0;margin-left:1rem}.axelote-scan-view .section3>div>div:nth-of-type(2)>div>div:first-child>p{font-size:.875rem;color:rgba(35,37,54,.8);line-height:1.5;margin:0}.axelote-scan-view .section3>div>div:nth-of-type(3){font-size:16px;color:rgba(0,0,0,.8);line-height:1.5;max-width:800px;margin:0 auto}.axelote-scan-view .section4{background:#e5f4ff;width:100%;height:auto;padding:48px 0px}@media(max-width: 768px){.axelote-scan-view .section4{padding:3rem 2rem;flex-direction:column;margin-top:0}}.axelote-scan-view .section4>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.axelote-scan-view .section4>div{padding:0}}.axelote-scan-view .section4>div>div:nth-of-type(1)>h2{color:#003acc;font-size:52px;font-weight:bold;margin-bottom:1rem;text-align:center}@media(max-width: 768px){.axelote-scan-view .section4>div>div:nth-of-type(1)>h2{margin-top:0;font-size:48px}}.axelote-scan-view .section4>div>div:nth-of-type(1)>p{text-align:center;font-size:19px;color:#000;opacity:.8;max-width:800px;margin:0 auto 3rem auto}@media(max-width: 768px){.axelote-scan-view .section4>div>div:nth-of-type(1)>p{font-size:18px}}.axelote-scan-view .section4>div>div:nth-of-type(2){display:grid;grid-template-columns:repeat(2, 1fr);gap:40px;max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width: 768px){.axelote-scan-view .section4>div>div:nth-of-type(2){display:flex;padding:0;flex-direction:column}}.axelote-scan-view .section4>div>div:nth-of-type(2)>div{display:flex;flex-direction:column;align-items:flex-start;padding:32px;background:#fff;box-shadow:0 4px 20px rgba(0,73,239,.08);transition:all .3s ease;position:relative;overflow:hidden}.axelote-scan-view .section4>div>div:nth-of-type(2)>div>div:first-child{width:74px;height:74px;margin-bottom:24px;padding:16px;background:rgba(0,73,239,.05);transition:all .3s ease}.axelote-scan-view .section4>div>div:nth-of-type(2)>div>div:first-child>img{width:100%;height:100%;object-fit:contain}.axelote-scan-view .section4>div>div:nth-of-type(2)>div>h5{font-size:1.5rem;color:rgba(0,0,0,.85);font-weight:600;margin:0;margin-bottom:1rem}.axelote-scan-view .section4>div>div:nth-of-type(2)>div>p{font-size:1rem;color:rgba(0,0,0,.65);line-height:1.6}.axelote-scan-view .section4>div>div:nth-of-type(3){font-size:16px;color:rgba(0,0,0,.8);line-height:1.5;max-width:800px;margin:0 auto}.axelote-scan-view .section5{background:linear-gradient(135deg, rgb(0, 58, 204) 0%, rgb(0, 73, 239) 100%);width:100%;height:auto;padding:48px 0px}@media(max-width: 768px){.axelote-scan-view .section5{padding:3rem 2rem;flex-direction:column;margin-top:0}}.axelote-scan-view .section5>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.axelote-scan-view .section5>div{padding:0}}.axelote-scan-view .section5>div>a{display:flex;width:auto;align-self:center;border:2px solid #fff;color:#fff;align-items:center;justify-content:center;padding:16px 32px;font-size:19px;font-weight:500;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;min-width:200px;gap:8px;font-family:"Poppins",sans-serif !important}.axelote-scan-view .section5>div>a:hover{text-decoration:none;background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.axelote-scan-view .section5>div>h2{color:#fff;font-size:48px;line-height:1.2;margin-bottom:24px;font-weight:600;font-family:"Poppins",sans-serif;text-align:center}@media(max-width: 768px){.axelote-scan-view .section5>div>h2{margin-top:0;font-size:38px}}.axelote-scan-view .section5>div>p{color:hsla(0,0%,100%,.9);font-size:26px;line-height:1.6;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;font-family:"Poppins",sans-serif}@media(max-width: 768px){.axelote-scan-view .section5>div>p{margin-top:0;font-size:22px;text-align:center}}.homepage-view .section1{background-color:#fff;display:flex;justify-content:space-between;flex-wrap:nowrap;padding:6rem 4rem;height:40rem;max-width:1440px;margin:0 auto;margin-top:3rem}@media(max-width: 768px){.homepage-view .section1{height:auto;padding:3rem 2rem}}.homepage-view .section1>div:nth-child(1){max-width:670px;text-align:left;position:relative;margin-right:4rem;flex-direction:column;display:flex}@media(max-width: 768px){.homepage-view .section1>div:nth-child(1){max-width:100%;margin:0}}.homepage-view .section1>div:nth-child(1) .indicator{width:20px;height:20px;background-color:#5d5f6d;opacity:.1}.homepage-view .section1>div:nth-child(1) h1{font-size:52px;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.homepage-view .section1>div:nth-child(1) p{font-size:16px;color:#555;margin-bottom:2rem;line-height:1.6}.homepage-view .section1>div:nth-child(1) a{text-decoration:none;background:#003acc;padding:19px 26px;color:#fff;border:none;cursor:pointer;font-size:19px;display:flex;align-items:center;gap:.5rem;font-family:"Poppins",sans-serif !important;transition:all .3s ease;align-self:flex-start}@media(max-width: 768px){.homepage-view .section1>div:nth-child(1) a{width:100%;justify-content:center}}.homepage-view .section1>div:nth-child(1) a svg{transition:all .3s ease;fill:#fff}.homepage-view .section1>div:nth-child(1) a:hover{transform:translateY(-3px)}.homepage-view .section1>div:nth-child(1) a:hover svg{transform:translateX(5px)}.homepage-view .section1>div:nth-child(2){flex:1;display:flex;justify-content:center;align-items:center}.homepage-view .section1>div:nth-child(2) img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transform:scale(0.9);transition:transform .3s ease;cursor:pointer}.homepage-view .section1>div:nth-child(2) img:hover{transform:scale(1.05)}.homepage-view .section2{background-color:#fffafd;display:flex}@media(max-width: 768px){.homepage-view .section2{height:auto;padding:3rem 2rem}}.homepage-view .section2>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.homepage-view .section2>div{padding:0}}.homepage-view .section2>div>div:nth-child(1) .pretext{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#000;font-weight:600}.homepage-view .section2>div>div:nth-child(1) h2{font-size:48px;font-weight:bold;color:#232336;line-height:58px;width:100%;text-align:left;margin-bottom:0;margin-top:4rem}@media(max-width: 768px){.homepage-view .section2>div>div:nth-child(1) h2{margin-top:2rem}}.homepage-view .section2>div>div:nth-child(1) p{margin-top:1rem;font-size:36px;font-weight:500}@media(max-width: 768px){.homepage-view .section2>div>div:nth-child(1) p{font-size:28px}}.homepage-view .section2>div>div:nth-child(2){display:flex;flex-direction:row;gap:2rem;padding:2rem 0;width:100%;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.homepage-view .section2>div>div:nth-child(2)>div{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:stretch;text-align:left}.homepage-view .section2>div>div:nth-child(2)>div img{width:100%;height:400px;object-fit:cover;margin-bottom:1.5rem;display:block;flex-shrink:0;transition:transform .3s ease}@media(max-width: 768px){.homepage-view .section2>div>div:nth-child(2)>div img{height:200px}}.homepage-view .section2>div>div:nth-child(2)>div img:hover{transform:scale(1.1)}.homepage-view .section2>div>div:nth-child(2)>div h3{font-size:36px;font-weight:600;color:rgba(0,0,0,.85);line-height:48px;margin-bottom:5px}@media(max-width: 768px){.homepage-view .section2>div>div:nth-child(2)>div h3{margin-top:.5rem}}.homepage-view .section2>div>div:nth-child(2)>div p{font-size:18px;line-height:24px;color:rgba(0,0,0,.65);margin-bottom:0}@media(max-width: 992px){.homepage-view .section2>div>div:nth-child(2){flex-wrap:wrap}.homepage-view .section2>div>div:nth-child(2)>div{flex:1 1 calc(50% - 2rem)}}@media(max-width: 768px){.homepage-view .section2>div>div:nth-child(2)>div{flex:1 1 100%}}.homepage-view .section2>div>div:nth-child(3){display:flex;gap:3rem}.homepage-view .section2>div>div:nth-child(3)>div div{display:flex;width:80px;height:6px;margin:5px 0}.homepage-view .section2>div>div:nth-child(3)>div div>div:nth-child(1){flex:1;background-color:#050744}.homepage-view .section2>div>div:nth-child(3)>div div>div:nth-child(2){flex:2;background-color:#fc8cd8}.homepage-view .section2>div>div:nth-child(3)>div div>div:nth-child(3){flex:1;background-color:#6265fa}.homepage-view .section2>div>div:nth-child(3)>div>p:nth-child(1){font-size:36px;font-weight:bold;color:#000;margin-bottom:5px}.homepage-view .section2>div>div:nth-child(3)>div>p:nth-child(2){font-size:16px;color:#000;margin-top:5px}.homepage-view .section3{background-color:#6265fa;display:flex;padding-bottom:2rem;padding-top:2rem}@media(max-width: 768px){.homepage-view .section3{height:auto;padding:3rem 2rem}}.homepage-view .section3>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:row}@media(max-width: 768px){.homepage-view .section3>div{padding:0;flex-direction:column}}.homepage-view .section3>div>div{gap:1rem;max-width:50%;display:block;opacity:1;transform:translateX(0);transition:all .5s ease}@media(max-width: 768px){.homepage-view .section3>div>div{max-width:100%}}.homepage-view .section3>div>div:nth-of-type(1) h2{font-size:130px;font-weight:bold;color:#fff;width:100%;text-align:left;margin-bottom:0;margin-top:0}@media(max-width: 768px){.homepage-view .section3>div>div:nth-of-type(1) h2{font-size:62px}}.homepage-view .section3>div>div:nth-of-type(1) p{margin-top:1rem;color:#fff;font-weight:500}.homepage-view .section3>div>div:nth-of-type(1) p:nth-of-type(1){font-size:1.8rem;margin-bottom:1rem}.homepage-view .section3>div>div:nth-of-type(1) p:nth-of-type(2){font-size:1rem;line-height:1.5;max-width:80%}@media(max-width: 768px){.homepage-view .section3>div>div:nth-of-type(1) p:nth-of-type(2){max-width:100%}}.homepage-view .section3>div>div:nth-of-type(2){display:flex;flex-direction:column;max-width:40%;flex:1;position:relative}@media(max-width: 768px){.homepage-view .section3>div>div:nth-of-type(2){max-width:100%}}.homepage-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1){background:#fff;color:#000;padding:1.2rem 1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;gap:.75rem}@media(max-width: 768px){.homepage-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1){flex-direction:column}}.homepage-view .section3>div>div:nth-of-type(2)>div:nth-of-type(2){background:#fff;color:#000;padding:1.2rem 1.5rem;box-shadow:0 4px 10px rgba(0,0,0,.1);display:flex;gap:.75rem}@media(max-width: 768px){.homepage-view .section3>div>div:nth-of-type(2)>div:nth-of-type(2){flex-direction:column}}.homepage-view .section3>div>div:nth-of-type(2)>div img{width:50px;height:50px;background:#ffe5cc;border-radius:50%;flex-shrink:0}@media(max-width: 768px){.homepage-view .section3>div>div:nth-of-type(2)>div img{margin-bottom:1rem}}.homepage-view .section3>div>div:nth-of-type(2)>div>div h4{font-size:20px;font-weight:700;margin:0}@media(max-width: 768px){.homepage-view .section3>div>div:nth-of-type(2)>div>div h4{margin-bottom:1rem}}.homepage-view .section3>div>div:nth-of-type(2)>div>div ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.homepage-view .section3>div>div:nth-of-type(2)>div>div ul li{font-family:"Poppins",sans-serif;font-size:14px;font-weight:500;padding-left:1.5rem;position:relative;line-height:1.6;color:#5d5f6d}.homepage-view .section3>div>div:nth-of-type(2)>div>div ul li:before{content:"•";color:#6b5bfc;font-weight:bold;position:absolute;left:0}.homepage-view .section3>div>div>a:nth-of-type(1){align-self:flex-end;color:#fff;-webkit-text-decoration:none;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;transition:all .3s ease;letter-spacing:.5px;opacity:.8}@media(max-width: 768px){.homepage-view .section3>div>div>a:nth-of-type(1){width:100%;padding-left:0}}.homepage-view .section3>div>div>a:nth-of-type(1):hover{opacity:1;transform:translateX(5px)}.homepage-view .section3>div>div>a:nth-of-type(1) svg{fill:#fff}.homepage-view .section3>div>div>a:nth-of-type(2){text-decoration:none;align-items:center;padding:0;position:relative;width:200px;transition:transform .3s ease,box-shadow .3s ease;background:#fff;color:#000;height:59px;border:none;cursor:pointer;font-size:1rem;font-weight:500;font-family:"Poppins",sans-serif;display:flex;justify-content:center;gap:.5rem;white-space:nowrap;align-self:flex-end}.homepage-view .section3>div>div>a:nth-of-type(2) img{width:24px;height:24px;transition:transform .3s ease}.homepage-view .section3>div>div>a:nth-of-type(2):before{content:"";position:absolute;bottom:0;height:8px;transition:transform .3s ease;left:0;width:63px;background-color:#050019;z-index:1}.homepage-view .section3>div>div>a:nth-of-type(2):after{content:"";position:absolute;bottom:0;height:8px;transition:transform .3s ease;left:63px;right:0;background-color:#ff9bd2;z-index:1}.homepage-view .section3>div>div>a:nth-of-type(2):hover{transform:translateY(-3px)}.homepage-view .section4{background-color:#0049ef;display:flex;padding-bottom:2rem;padding-top:2rem}@media(max-width: 768px){.homepage-view .section4{height:auto;padding:3rem 2rem}}.homepage-view .section4>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:row}@media(max-width: 768px){.homepage-view .section4>div{padding:0;flex-direction:column}}.homepage-view .section4>div>div{gap:1rem}@media(max-width: 768px){.homepage-view .section4>div>div:nth-of-type(1){display:flex;flex-direction:column}}.homepage-view .section4>div>div:nth-of-type(1) h2{font-size:130px;font-weight:bold;color:#fff;width:100%;text-align:left;margin-bottom:0;margin-top:0}@media(max-width: 768px){.homepage-view .section4>div>div:nth-of-type(1) h2{font-size:62px}}.homepage-view .section4>div>div:nth-of-type(1) p{margin-top:1rem;color:#fff;font-weight:500}.homepage-view .section4>div>div:nth-of-type(1) p:nth-of-type(1){font-size:1.8rem;margin-bottom:1rem}.homepage-view .section4>div>div:nth-of-type(1) p:nth-of-type(2){font-size:1rem;line-height:1.5;max-width:80%}.homepage-view .section4>div>div:nth-of-type(1)>a{text-decoration:none;align-items:center;padding:0;position:relative;width:200px;transition:transform .3s ease,box-shadow .3s ease;background:#fff;color:#000;height:59px;border:none;cursor:pointer;font-size:1rem;font-weight:500;font-family:"Poppins",sans-serif;display:flex;justify-content:center;gap:.5rem;white-space:nowrap;align-self:flex-end;margin-top:2rem}@media(max-width: 768px){.homepage-view .section4>div>div:nth-of-type(1)>a{margin-top:0;margin-bottom:2rem}}.homepage-view .section4>div>div:nth-of-type(1)>a img{width:24px;height:24px;transition:transform .3s ease}.homepage-view .section4>div>div:nth-of-type(1)>a:before{content:"";position:absolute;bottom:0;height:8px;transition:transform .3s ease;left:0;width:63px;background-color:#050019;z-index:1}.homepage-view .section4>div>div:nth-of-type(1)>a:after{content:"";position:absolute;bottom:0;height:8px;transition:transform .3s ease;left:63px;right:0;background-color:#ff9bd2;z-index:1}.homepage-view .section4>div>div:nth-of-type(1)>a:hover{transform:translateY(-3px)}.homepage-view .section4>div>div:nth-of-type(2){display:flex;flex-direction:column;max-width:40%;flex:1;position:relative}@media(max-width: 768px){.homepage-view .section4>div>div:nth-of-type(2){max-width:100%;flex-direction:column-reverse}}@media(max-width: 768px){.homepage-view .section4>div>div:nth-of-type(2)>img{max-width:100%}}.homepage-view .section4>div>div:nth-of-type(2)>a{align-self:flex-end;color:#fff;-webkit-text-decoration:none;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;transition:all .3s ease;letter-spacing:.5px;opacity:.8;text-decoration:none}@media(max-width: 768px){.homepage-view .section4>div>div:nth-of-type(2)>a{padding-left:0;width:100%}}.homepage-view .section4>div>div:nth-of-type(2)>a svg{fill:#fff}.homepage-view .section4>div>div:nth-of-type(2)>a:hover{opacity:1;transform:translateX(5px)}.homepage-view .section5{background-color:#fff;display:flex;justify-content:space-between;flex-wrap:nowrap;padding:3rem 4rem;height:32rem;max-width:1440px;margin:0 auto;margin-top:3rem}@media(max-width: 768px){.homepage-view .section5{height:auto;padding:3rem 2rem;margin-top:0;flex-direction:column}}@media(max-width: 768px){.homepage-view .section5>div{padding:0}}.homepage-view .section5>div:nth-child(1){max-width:670px;text-align:left;position:relative;margin-right:4rem;flex-direction:column;display:flex}@media(max-width: 768px){.homepage-view .section5>div:nth-child(1){max-width:100%;margin:0}}.homepage-view .section5>div:nth-child(1) .indicator{width:20px;height:20px;background-color:#5d5f6d;opacity:.1}.homepage-view .section5>div:nth-child(1) h2{font-size:52px;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.homepage-view .section5>div:nth-child(1) p{font-size:16px;color:#555;margin-bottom:2rem;line-height:1.6}.homepage-view .section5>div:nth-child(2){flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:3rem;margin-left:10rem}@media(max-width: 768px){.homepage-view .section5>div:nth-child(2){margin-left:0}}.homepage-view .section5>div:nth-child(2)>div{background:#003acc;padding:19px 26px;color:#fff;border:none;cursor:pointer;font-size:19px;display:flex;align-items:center;gap:.5rem;font-family:"Poppins",sans-serif !important;transition:all .3s ease;align-self:flex-start}@media(max-width: 768px){.homepage-view .section5>div:nth-child(2)>div{flex-direction:row-reverse}}.homepage-view .section5>div:nth-child(2)>div:hover{transform:translateX(15px)}.homepage-view .section5>div:nth-child(2)>div img{position:absolute;margin-left:-80px}@media(max-width: 768px){.homepage-view .section5>div:nth-child(2)>div img{position:relative;margin:0;filter:invert(1)}}.homepage-view .section5>div:nth-child(2)>div:nth-of-type(1){margin-left:-1rem}@media(max-width: 768px){.homepage-view .section5>div:nth-child(2)>div:nth-of-type(1){margin-left:0}}.homepage-view .section5>div:nth-child(2)>div:nth-of-type(2){margin-right:-1rem}@media(max-width: 768px){.homepage-view .section5>div:nth-child(2)>div:nth-of-type(2){margin-right:0}}.homepage-view .section5>div:nth-child(2)>div:nth-of-type(3){margin-left:-2rem}@media(max-width: 768px){.homepage-view .section5>div:nth-child(2)>div:nth-of-type(3){margin-left:0}}.homepage-view .section6{background-color:#003acc;display:flex;padding-bottom:2rem;padding-top:2rem}@media(max-width: 768px){.homepage-view .section6{height:auto;padding:3rem 2rem}}.homepage-view .section6>div{display:flex;flex-direction:column;background:rgba(0,0,0,0);justify-content:space-between;flex-wrap:nowrap;padding:3rem 4rem;max-width:1440px;margin:0 auto;margin-top:3rem}@media(max-width: 768px){.homepage-view .section6>div{padding:0;margin:0 auto}}.homepage-view .section6>div>div:nth-of-type(1) h2{font-size:52px;color:#fff;margin:0}.homepage-view .section6>div>div:nth-of-type(2){display:grid;grid-template-columns:3fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem;align-items:flex-start}@media(max-width: 768px){.homepage-view .section6>div>div:nth-of-type(2){display:flex;flex-direction:column}}.homepage-view .section6>div>div:nth-of-type(2) h3{margin-bottom:1.5rem;font-size:26px;color:#fff;font-family:"Poppins",sans-serif;font-weight:500}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2){display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width: 768px){.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2){display:flex;flex-direction:column}}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a{-webkit-text-decoration:none;text-decoration:none;color:inherit;overflow:hidden;transition:transform .2s ease-in-out;display:block;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:1px}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a:hover{transform:translateY(6px)}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a img{width:100%;height:300px;overflow:hidden;margin-bottom:16px;transition:transform .3s ease}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div{display:flex;flex-direction:column;padding:16px}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div>div:first-child{background-color:rgba(0,73,239,.1);color:#003acc;padding:.25rem .75rem;border-radius:4px;font-size:16px;font-weight:500;width:auto;display:flex;align-self:flex-start;margin-bottom:1rem}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div h3{font-size:26px;color:#0f172a;margin:0 0 1rem 0;line-height:1.4}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div>div:last-child{display:flex;align-items:center}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div>div:last-child img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;cursor:pointer;margin:0}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div>div:last-child>div{display:flex;gap:4px;font-size:14px;color:#64748b;flex-direction:column;justify-content:left;text-align:left;margin-left:1rem}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div>div:last-child>div>div:first-child{margin:0;font-weight:500;font-size:16px;color:#0f172a}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(2)>a>div>div:last-child>div>div:last-child{margin:0;font-size:16px;color:#64748b}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2){display:flex;flex-direction:column;gap:1rem}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div{background:#fff;padding:1.25rem;border-radius:0;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .3s ease;position:relative;overflow:hidden;min-height:120px}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div:hover{transform:translatey(5px)}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>h4{z-index:3;position:relative;font-size:1rem;font-weight:600;margin:0;color:#333;margin-bottom:.8rem}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:nth-child(3){z-index:3;position:relative;font-size:.875rem;color:#666;margin:0}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>a{text-decoration:none;margin-top:.8rem;display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#0049ef;font-weight:500;cursor:pointer;padding:0;font-family:"Poppins",sans-serif;z-index:3;position:relative;transition:transform .3s ease}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>a:hover{transform:translateX(4px)}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>a>svg{max-width:1rem}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:last-child{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center}.homepage-view .section6>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>div:last-child>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.1}.homepage-view .section6>div>a{display:flex;align-items:center;gap:.5rem;background:#050244;color:#fff;border:none;border-radius:0;font-family:"Poppins",sans-serif;font-size:19px;font-weight:500;cursor:pointer;margin:0 auto;transition:all .3s ease;position:relative;overflow:hidden;padding:16px 24px;text-decoration:none}.homepage-view .section6>div>a svg{transition:all .3s ease;fill:#fff}.homepage-view .section6>div>a:hover{transform:translateY(-6px)}.homepage-view .section6>div>a:hover svg{transform:translateX(5px)}.homepage-view .section7{padding:4rem 0;background-color:#fff;width:100%;max-width:1440px;margin:0 auto;box-sizing:border-box}@media(max-width: 768px){.homepage-view .section7{height:auto;padding:3rem 2rem}}.homepage-view .section7>div{flex-direction:column;display:flex}.homepage-view .section7>div:nth-child(1){justify-content:center}.homepage-view .section7>div:nth-child(1) h3{text-align:center;font-size:3.5rem;font-family:"Poppins",sans-serif;margin-bottom:3rem;margin-top:0}@media(max-width: 768px){.homepage-view .section7>div:nth-child(1) h3{margin-top:0}}.homepage-view .section7>div:nth-child(2){display:flex;overflow:hidden;white-space:nowrap;gap:6rem;background:#fff;padding:2rem 0;position:relative;justify-content:center;flex-direction:row}@media(max-width: 768px){.homepage-view .section7>div:nth-child(2){flex-direction:column;justify-content:center;text-align:center}}.homepage-view .section7>div:nth-child(2) img{height:100px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:all .3s ease}.homepage-view .section7>div:nth-child(2) img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.homepage-view .section7a{background-color:#6265fa;width:100%;margin:0 auto;box-sizing:border-box;padding:0;display:flex;justify-content:center}@media(max-width: 768px){.homepage-view .section7a{height:auto;flex-direction:column}}.homepage-view .section7a>div{display:flex;padding:4rem 0;max-width:1440px}@media(max-width: 768px){.homepage-view .section7a>div{padding:3rem 2rem;padding-bottom:0}}.homepage-view .section7a>div:nth-child(1){display:flex;flex-direction:column;text-align:left;max-width:45rem}@media(max-width: 768px){.homepage-view .section7a>div:nth-child(1){max-width:100%}}.homepage-view .section7a>div:nth-child(1) h3{text-align:left;font-size:3.5rem;font-family:"Poppins",sans-serif;margin-bottom:2rem;color:#fff}@media(max-width: 768px){.homepage-view .section7a>div:nth-child(1) h3{margin-top:0}}.homepage-view .section7a>div:nth-child(1) p{font-size:19px;color:#000;margin-top:0;margin-bottom:1rem;color:#fff;font-family:"Poppins",sans-serif}.homepage-view .section7a>div:nth-child(2){display:flex;overflow:hidden;white-space:nowrap;gap:6rem;padding:2rem 0;position:relative;justify-content:center;flex-direction:row;margin-left:5rem;align-items:center}@media(max-width: 768px){.homepage-view .section7a>div:nth-child(2){flex-direction:column;justify-content:center;text-align:center;margin:0 auto}}.homepage-view .section7a>div:nth-child(2) img{height:100px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:all .3s ease}.homepage-view .section7a>div:nth-child(2) img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.homepage-view .section8{background-color:#fffafd;width:100%;display:flex;justify-content:center;box-sizing:border-box}@media(max-width: 768px){.homepage-view .section8{height:auto;padding:3rem 2rem}}.homepage-view .section8>div{width:100%;max-width:1440px;display:flex;flex-direction:column;justify-content:space-between;padding:3rem 4rem;box-sizing:border-box}@media(max-width: 768px){.homepage-view .section8>div{height:auto;padding:0}}.homepage-view .section8>div .deco{display:flex;justify-content:space-between;align-items:center}.homepage-view .section8>div .deco .indicator{width:25px;height:25px;background-color:#ff007f;display:flex;align-self:flex-start}.homepage-view .section8>div .deco .bars{display:flex;align-self:flex-end}.homepage-view .section8>div .deco .bars>div:nth-of-type(1){background-color:#fd8cd8;width:50px;height:25px}.homepage-view .section8>div .deco .bars>div:nth-of-type(2){background-color:#6265fa;width:25px;height:25px}.homepage-view .section8>div .deco .bars>div:nth-of-type(3){background-color:#050244;width:75px;height:25px}.homepage-view .section8>div .content{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;width:100%}@media(max-width: 768px){.homepage-view .section8>div .content{gap:0;flex-direction:column}}.homepage-view .section8>div .content>div.left{flex:1;text-align:left;position:relative;margin-right:4rem;flex-direction:column;display:flex}@media(max-width: 768px){.homepage-view .section8>div .content>div.left{margin:0}}.homepage-view .section8>div .content>div.left .pretext{font-size:16px;letter-spacing:2px;text-transform:uppercase;color:#000;font-weight:bold;font-family:"Poppins",sans-serif;position:relative;display:inline-block;padding-left:0;margin:0 0 .5rem 0}.homepage-view .section8>div .content>div.left h2{font-size:52px;font-weight:600;margin-bottom:1.5rem;line-height:1.2;margin-top:0}.homepage-view .section8>div .content>div.left>p{font-size:19px;color:#000;margin-top:0;margin-bottom:1rem;font-family:"Poppins",sans-serif}.homepage-view .section8>div .content>div.left button{padding:1rem;background-color:#003acc;color:#fff;font-size:1rem;font-family:"Poppins",sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .6s cubic-bezier(0.34, 1.56, 0.64, 1);display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem 0;border-radius:0;will-change:transform,opacity}.homepage-view .section8>div .content>div.left button svg{transition:all .3s ease}.homepage-view .section8>div .content>div.left button:hover{transform:translateY(-3px)}.homepage-view .section8>div .content>div.left button:hover svg{transform:translateX(5px)}.homepage-view .section8>div .content>div.left form>div{opacity:1;height:auto;margin-bottom:.5rem;transform:translateY(0)}.homepage-view .section8>div .content>div.left form>div label{font-size:13px;margin-bottom:8px;font-weight:500;color:rgba(0,0,0,.7)}.homepage-view .section8>div .content>div.left form>div input{width:100%;padding:12px;border:1px solid #0545e7;border-radius:0;box-sizing:border-box;font-family:"Poppins",sans-serif;font-size:13px;line-height:1.2;outline:none;color:rgba(0,0,0,.8)}.homepage-view .section8>div .content>div.left form>div textarea{width:100%;padding:12px;border:1px solid #0545e7;border-radius:0;box-sizing:border-box;font-family:"Poppins",sans-serif;font-size:13px;line-height:1.2;outline:none;color:rgba(0,0,0,.8);min-height:120px;resize:vertical;overflow:hidden;height:118px}.homepage-view .section8>div .content>div.left form .sent-msg{display:none}.homepage-view .section8>div .content>div.left form.sent>div{display:none}.homepage-view .section8>div .content>div.left form.sent button{display:none}.homepage-view .section8>div .content>div.left form.sent .sent-msg{display:flex}.homepage-view .section8>div .content>div.right{flex:1;width:38%;max-width:547px;background-color:#003acc;color:#fff;padding:2rem;border-radius:0;box-shadow:none;align-self:flex-start;position:relative;box-sizing:border-box;font-family:"Poppins",sans-serif;padding-top:4rem}@media(max-width: 768px){.homepage-view .section8>div .content>div.right{margin:0;max-width:100%;width:100%}}.homepage-view .section8>div .content>div.right>div:nth-of-type(1){display:flex;flex-direction:row;align-items:center;gap:1.2rem}.homepage-view .section8>div .content>div.right>div:nth-of-type(1) a{text-decoration:none}.homepage-view .section8>div .content>div.right>div:nth-of-type(1) a img{filter:invert(1)}.homepage-view .section8>div .content>div.right>div:nth-of-type(1) a:hover img{transform:scale(1.1)}.homepage-view .section8>div .content>div.right>p:nth-of-type(1){margin:0 0 .5rem 0;color:#fff;opacity:.5;margin-top:15px;font-size:16px;font-weight:normal;font-family:"Poppins",sans-serif}.homepage-view .section8>div .content>div.right>p:nth-of-type(2){font-size:19px;line-height:1.4;font-weight:normal;font-family:"Poppins",sans-serif}.homepage-view .section8>div .content>div.right>p:nth-of-type(3){margin:0 0 .5rem 0;color:#fff;opacity:.5;margin-top:15px;font-size:16px;font-weight:normal;font-family:"Poppins",sans-serif}.homepage-view .section8>div .content>div.right>p:nth-of-type(4){font-size:19px;line-height:1.4;font-weight:normal;font-family:"Poppins",sans-serif}.knowledgebase-view .section1{background:linear-gradient(135deg, rgb(0, 58, 204) 0%, rgb(0, 73, 239) 100%);width:100%;height:auto;padding:48px 0px;margin-top:79px}@media(max-width: 768px){.knowledgebase-view .section1{padding:0}}.knowledgebase-view .section1>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.knowledgebase-view .section1>div{padding:3rem 2rem}}.knowledgebase-view .section1>div>a{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:.3s}.knowledgebase-view .section1>div>a svg{width:20px;fill:#fff}.knowledgebase-view .section1>div>a:hover{color:#fd8cd8;text-decoration:none;transform:translateX(-2px)}.knowledgebase-view .section1>div>h1{color:#fff;font-size:48px;margin:3rem 0rem 1rem 0rem;font-weight:700}.knowledgebase-view .section1>div>p{color:#fff;font-size:18px;line-height:1.5;margin:16px 0px 0px;max-width:800px;font-weight:400}.knowledgebase-view .section2{background-color:#fff;display:flex;padding-bottom:2rem;padding-top:2rem}@media(max-width: 768px){.knowledgebase-view .section2{padding:3rem 2rem}}.knowledgebase-view .section2>div{display:flex;flex-direction:column;background:rgba(0,0,0,0);justify-content:space-between;flex-wrap:nowrap;padding:3rem 4rem;max-width:1440px;margin:0 auto;margin-top:3rem}@media(max-width: 768px){.knowledgebase-view .section2>div{padding:0;margin-top:0}}.knowledgebase-view .section2>div>div:nth-of-type(1) h2{font-size:40px;font-weight:700;color:#0f172a;margin-bottom:24px;position:relative;padding-bottom:12px;padding-top:0;margin-top:.5rem}.knowledgebase-view .section2>div>div:nth-of-type(1)>div{display:flex}.knowledgebase-view .section2>div>div:nth-of-type(1)>div>div:nth-of-type(1){background-color:#003acc;width:16px;height:16px}.knowledgebase-view .section2>div>div:nth-of-type(1)>div>div:nth-of-type(2){background-color:#c2cdf9;width:48px;height:16px}.knowledgebase-view .section2>div>div:nth-of-type(2){display:grid;margin-bottom:3rem;align-items:center;justify-content:center}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1){display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width: 768px){.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1){display:flex;flex-direction:column}}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a{-webkit-text-decoration:none;text-decoration:none;color:inherit;overflow:hidden;transition:transform .2s ease-in-out;display:block;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:16px}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a:hover{transform:translateY(6px);border:1px solid #003acc}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a img{width:100%;height:300px;overflow:hidden;margin-bottom:16px;transition:transform .3s ease}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div{display:flex;flex-direction:column;padding:16px}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:first-child{background-color:rgba(0,73,239,.1);color:#003acc;padding:.25rem .75rem;border-radius:4px;font-size:16px;font-weight:500;width:auto;display:flex;align-self:flex-start;margin-bottom:1rem}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>h3{font-size:26px;color:#0f172a;margin:0 0 1rem 0;line-height:1.4}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>p{font-size:16px;color:#64748b;margin-bottom:20px;line-height:1.6}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child{display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:1rem;margin-top:1rem;border-top:1px solid #c4cad3}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(1){display:flex;align-items:center}@media(max-width: 768px){.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(1){width:100%}}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(1)>img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;cursor:pointer;margin:0;margin-right:.5rem}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(1)>div{margin:0;font-weight:500;font-size:16px;color:#0f172a}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2){display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:1rem}@media(max-width: 768px){.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2){flex-direction:column;justify-content:flex-start;width:100%;gap:1rem}}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2)>div{display:flex;align-items:center;font-size:16px;color:#64748b}@media(max-width: 768px){.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2)>div{width:100%}}.knowledgebase-view .section2>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2)>div>svg{fill:#64748b;width:20px;margin-right:.5rem}.knowledgebase-view .section3{background-color:#fffcf9;display:flex;padding-bottom:2rem;padding-top:2rem;font-family:"Poppins",sans-serif}@media(max-width: 768px){.knowledgebase-view .section3{padding:0}}.knowledgebase-view .section3>div{display:flex;flex-direction:column;background:rgba(0,0,0,0);justify-content:space-between;flex-wrap:nowrap;padding:3rem 4rem;max-width:1440px;margin:0 auto;margin-top:3rem}@media(max-width: 768px){.knowledgebase-view .section3>div{padding:3rem 2rem;margin-top:0}}.knowledgebase-view .section3>div>div:nth-of-type(1) h2{font-size:40px;font-weight:700;color:#0f172a;margin-bottom:24px;position:relative;padding-bottom:12px;padding-top:0;margin-top:.5rem}.knowledgebase-view .section3>div>div:nth-of-type(1)>div{display:flex}.knowledgebase-view .section3>div>div:nth-of-type(1)>div>div:nth-of-type(1){background-color:#003acc;width:16px;height:16px}.knowledgebase-view .section3>div>div:nth-of-type(1)>div>div:nth-of-type(2){background-color:#c2cdf9;width:48px;height:16px}.knowledgebase-view .section3>div>div:nth-of-type(2){display:grid;margin-bottom:3rem;align-items:center;justify-content:center}@media(max-width: 768px){.knowledgebase-view .section3>div>div:nth-of-type(2){display:flex;flex-direction:column}}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1){display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(max-width: 768px){.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1){display:flex;flex-direction:column}}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a{-webkit-text-decoration:none;text-decoration:none;color:inherit;overflow:hidden;transition:transform .2s ease-in-out;display:block;background-color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:16px}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a:hover{transform:translateY(6px);border:1px solid #003acc}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a img{width:100%;height:300px;overflow:hidden;margin-bottom:16px;transition:transform .3s ease}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div{display:flex;flex-direction:column;padding:16px}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:first-child{background-color:rgba(0,73,239,.1);color:#003acc;padding:.25rem .75rem;border-radius:4px;font-size:16px;font-weight:500;width:auto;display:flex;align-self:flex-start;margin-bottom:1rem}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>h3{font-size:26px;color:#0f172a;margin:0 0 1rem 0;line-height:1.4}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>p{font-size:16px;color:#64748b;margin-bottom:20px;line-height:1.6}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child{display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:1rem;margin-top:1rem;border-top:1px solid #c4cad3}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(1){display:flex;align-items:center;width:100%}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(1)>img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;cursor:pointer;margin:0;margin-right:.5rem}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(1)>div{margin:0;font-weight:500;font-size:16px;color:#0f172a}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2){display:flex;align-items:center;gap:.5rem;margin-top:1rem;flex-direction:column;width:100%}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2)>div{display:flex;align-items:center;font-size:16px;color:#64748b;width:100%}.knowledgebase-view .section3>div>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1)>a>div>div:last-child>div:nth-of-type(2)>div>svg{fill:#64748b;width:20px;margin-right:.5rem}.knowledgebase-view .section3>div>button{width:auto;align-self:center;margin:0 auto;min-width:160px;padding:0 24px;height:50px;background-color:#0049ef;border:none;color:#fff;font-size:16px;font-weight:500;font-family:"Poppins",sans-serif;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:8px}.knowledgebase-view .section3>div>button svg{width:20px;transition:transform .2s ease-in-out;fill:#fff}.knowledgebase-view .section3>div>button:hover{background-color:rgb(0,65.2112970711,213.5);transform:translateY(3px)}.knowledgebase-view .section3>div>button:hover svg{transform:translateY(2px)}.knowledgebase-view .section4{background:linear-gradient(135deg, rgb(0, 58, 204) 0%, rgb(0, 73, 239) 100%);width:100%;height:auto;padding:48px 0px;margin-top:79px}@media(max-width: 768px){.knowledgebase-view .section4{padding:3rem 2rem;margin-top:0}}.knowledgebase-view .section4>div{display:flex;justify-content:space-between;flex-wrap:nowrap;max-width:1440px;margin:0 auto;padding:26px 58px;flex-direction:column}@media(max-width: 768px){.knowledgebase-view .section4>div{padding:0}}.knowledgebase-view .section4>div>a{display:flex;width:auto;align-self:center;border:2px solid #fff;color:#fff;align-items:center;justify-content:center;padding:16px 32px;font-size:19px;font-weight:500;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease;min-width:200px;gap:8px;font-family:"Poppins",sans-serif !important}.knowledgebase-view .section4>div>a:hover{text-decoration:none;background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.knowledgebase-view .section4>div>h2{color:#fff;font-size:48px;line-height:1.2;margin-bottom:24px;font-weight:600;font-family:"Poppins",sans-serif;text-align:center}@media(max-width: 768px){.knowledgebase-view .section4>div>h2{margin-top:0}}@media(max-width: 768px){.knowledgebase-view .section4>div>h2{font-size:38px}}.knowledgebase-view .section4>div>p{color:hsla(0,0%,100%,.9);font-size:26px;line-height:1.6;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;font-family:"Poppins",sans-serif}@media(max-width: 768px){.knowledgebase-view .section4>div>p{font-size:22px}}
