@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);.header-desktop-only{display:flex!important}.header-mobile-only{display:none!important}@media screen and (max-width:767px){.header-desktop-only{display:none!important}.header-mobile-only{display:flex!important}}.mobile-menu-loading{display:flex;align-items:center;justify-content:center;padding:10px}.loading-spinner{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid #06f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.mobile-menu-hamburger-placeholder{opacity:.5}.l-subheader.at_middle{border:1px solid #d9e8ff}.l-subheader.at_middle.sticky-mobile{position:fixed;top:0;z-index:10000;width:100vw}.mobile-menu-hamburger{position:relative;width:40px;height:40px;background:0 0;border:none;cursor:pointer;padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:all .3s ease}.mobile-menu-hamburger img{width:32px;height:32px;object-fit:contain}.mobile-mega-menu{position:fixed;top:0;left:0;bottom:0;width:80%;max-width:400px;background:#fff;padding:0;overflow:hidden;z-index:1000;transform:translateX(-100%);transition:transform .3s ease;box-shadow:2px 0 10px rgba(0,0,0,.1)}.mobile-mega-menu.active{transform:translateX(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:24px;background:#fff;position:sticky;top:0}.mobile-menu-logo img{height:28px;width:auto}a.blogSignIn{font-family:Poppins,sans-serif!important;font-size:13px!important;font-weight:500;color:#06f!important;text-decoration:none;border:1px solid #06f;border-radius:4px!important;transition:all .2s ease;background:#fff!important;padding:8px 12px;width:auto}a.blogSignIn:hover{background:#f0f7ff}.mobile-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s}.mobile-menu-backdrop.active{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s 0s}.mobile-menu-logo{background:#fff;position:sticky;top:0}.mobile-menu-logo img{height:32px;width:auto}.mobile-menu-panel{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;overflow-y:auto;-webkit-overflow-scrolling:touch;transition:transform .3s ease,opacity .25s ease;transform:translateX(100%);opacity:0}.mobile-menu-panel.active{transform:translateX(0);opacity:1}.mobile-menu-detail-panel{transition:none!important}.mobile-menu-main-panel{transform:translateX(0)}.mobile-menu-main-panel.active{transform:translateX(0)}.mobile-menu-detail-panel{transform:translateX(100%)}.mobile-menu-detail-panel.active{transform:translateX(0)}.mobile-panel-header{display:flex;align-items:center;padding:16px;background:#f8f9fa;position:sticky;top:0;z-index:10;gap:12px}.mobile-back-button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;color:#1c1d1f;transition:background-color .2s ease;padding:0}.mobile-back-button:hover{background:#f0f0f0}.mobile-panel-title{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#1c1d1f;margin:0;padding:0;line-height:24px}.mobile-panel-body{display:flex;height:calc(100vh - 60px);overflow:hidden}.mobile-quick-nav{display:flex;flex-direction:column;gap:8px;background:#f8f9fa;overflow-y:auto;-webkit-overflow-scrolling:touch;width:60px;flex-shrink:0}.mobile-quick-nav::-webkit-scrollbar{display:none}.mobile-quick-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0 8px 0;background:0 0;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);position:relative}.mobile-quick-nav-item::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:#06c;border-radius:0 2px 2px 0}.mobile-quick-nav-item:hover{background:rgba(255,255,255,.5)}.mobile-quick-nav-item.active{background:#fff}.mobile-quick-nav-item.active::before{height:56px}.mobile-quick-nav-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.mobile-quick-nav-item:active .mobile-quick-nav-icon{transform:scale(.95)}.mobile-quick-nav-icon img{width:24px;height:24px;object-fit:contain;transition:transform .3s cubic-bezier(.4, 0, .2, 1)}.mobile-quick-nav-item.active .mobile-quick-nav-icon img{transform:scale(1.1)}.mobile-menu-list{list-style:none;padding:0 24px;margin:0;background:#fff}.mobile-menu-item{border-bottom:1px solid #e4e4e3;cursor:pointer}.mobile-menu-link{display:flex;align-items:center;padding:12px 16px;text-decoration:none;color:#1c1d1f;transition:background-color .2s ease;gap:5px;background:#fff}.mobile-menu-link:active,.mobile-menu-link:hover{background-color:#f8f9fa}.mobile-menu-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu-icon img{width:24px;height:24px;object-fit:contain}.mobile-menu-text{flex:1;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:22px;color:#0e0e0f}.mobile-menu-arrow{width:10px;height:14px;flex-shrink:0;color:#1c1d1f;transition:transform .2s ease}.mobile-menu-item:hover .mobile-menu-arrow{color:#06c;transform:translateX(2px)}.mobile-panel-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff}.mobile-panel-list.full-width{width:100%;padding:0 20px}.mobile-quick-link .mobile-panel-link{display:flex;align-items:center;padding:12px 16px;gap:12px;text-decoration:none;color:#555;transition:background-color .2s ease}.mobile-quick-link .mobile-panel-link:hover{background-color:#f8f9fa}.mobile-panel-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-panel-icon img{width:16px;height:16px;object-fit:contain}.mobile-panel-text{flex:1;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#1c1d1f;transition:color .3s ease,transform .2s ease}.mobile-panel-expandable{display:flex;align-items:center;padding:12px 16px;gap:10px;cursor:pointer;background:#fff;transition:background-color .3s ease}.mobile-panel-expandable:active{background-color:#f8f9fa;transform:scale(.98)}.mobile-expand-icon{width:15px;height:15px;color:#06f;flex-shrink:0;transition:transform .3s cubic-bezier(.4, 0, .2, 1),color .3s ease}.mobile-expandable-item.expanded .mobile-expand-icon{clip-path:inset(45% 0 45% 0)}.mobile-panel-links{list-style:none;padding:0;margin:0;max-height:0;overflow:hidden;background:#f8f9fa;transition:max-height .4s cubic-bezier(.4, 0, .2, 1),opacity .3s ease;opacity:0}.mobile-expandable-item.expanded .mobile-panel-links{max-height:2000px;opacity:1}.mobile-panel-links li{background:#fff;margin:0;transform:translateX(-10px);opacity:0;transition:transform .3s ease,opacity .3s ease}.mobile-expandable-item.expanded .mobile-panel-links li{transform:translateX(0);opacity:1}.mobile-first-column .mobile-panel-links a{padding:10px 16px 10px 20px!important}.mobile-panel-links a{display:block;padding:10px 16px 10px 44px;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#1c1d1f!important;text-decoration:none;transition:all .2s ease}.mobile-panel-list>li{border-bottom:1px solid #d9e8ff}.mobile-panel-list>li:only-child{border-bottom:none}.mobile-first-column .mobile-panel-links{background:0 0;max-height:2000px!important;opacity:1!important}.mobile-first-column .mobile-panel-links li{transform:translateX(0)!important;opacity:1!important;transition:none}.mobile-contact-nav{padding:40px 24px 24px 24px}.mobile-contact-menu{display:flex;gap:10px}.mobile-contact-nav h4{font-family:Poppins;font-weight:500;font-size:12px;color:#1c1d1f}.mobile-contact-menu a{font-family:Poppins,sans-serif!important;font-weight:500;line-height:18px;font-size:10px!important;flex:1;display:flex;flex-direction:column;color:#1c1d1f!important;gap:10px;padding:8px 12px;background:#f2f7ff;border:1px solid #f2f7ff;border-radius:8px}.mobile-contact-menu a img,.mobile-contact-menu a p{align-self:flex-start}.mobile-contact-menu a img{width:24px;height:24px;object-fit:contain}.mobile-download-app-nav{padding:24px}.mobile-download-app-nav h4{font-family:Poppins;font-weight:500;font-size:12px;line-height:100%;color:#1c1d1f}.mobile-download-app-links a img{max-height:50px}@media (max-width:480px){.mobile-mega-menu{width:85%}.mobile-menu-link,.mobile-panel-link{padding:16px 0}.mobile-panel-expandable{padding:8px 24px}}.mobile-menu-panel{-webkit-overflow-scrolling:touch;overflow-y:auto}.mobile-panel-links li a{font-size:12px;flex-direction:unset}.mobile-panel-links li a:active,.mobile-panel-links li a:hover{color:#06f!important;font-weight:500;text-decoration:underline;text-decoration-color:#0066FF}@media (prefers-reduced-motion:reduce){.mobile-expand-icon,.mobile-mega-menu,.mobile-menu-backdrop,.mobile-menu-panel,.mobile-panel-expandable,.mobile-panel-links,.mobile-panel-links li,.mobile-panel-text{transition:none!important}.mobile-expandable-item.expanded .mobile-panel-links li{transition-delay:0s!important;opacity:1;transform:translateX(0)}}.mobile-top-right-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-top-right-header a{font-size:10px!important;height:26px!important;margin:0}.w-html{margin:0!important}.l-subheader-h{gap:10px}.l-subheader.at_bottom,.l-subheader.at_middle,.l-subheader.at_top{box-shadow:none!important}