@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Reem+Kufi:wght@400;500;600;700&display=swap);:root{--pp-blue:#004e98;--pp-blue-hover:#003f7a;--pp-scrollbar-track:#004e9817}html{max-width:100%;overflow-x:hidden;overflow-y:auto;scrollbar-color:#004e98 #004e9817;scrollbar-color:var(--pp-blue) var(--pp-scrollbar-track);scrollbar-width:thin}html::-webkit-scrollbar{width:10px}html::-webkit-scrollbar-track{background:#004e9817;background:var(--pp-scrollbar-track)}html::-webkit-scrollbar-thumb{background-color:#004e98;background-color:var(--pp-blue);border-radius:999px}html::-webkit-scrollbar-thumb:hover{background-color:#003f7a;background-color:var(--pp-blue-hover)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;margin:0}#root,body{max-width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.preloader{background:#fff;inset:0;justify-content:center;pointer-events:auto;position:fixed;z-index:2147483646}.preloader,.preloader-inner{align-items:center;display:flex}.preloader-inner{flex-direction:column;gap:1.75rem}.preloader-logo{animation:preloader-pulse 1.35s ease-in-out infinite;display:block;height:auto;object-fit:contain;width:min(42vw,200px);will-change:transform,filter}.preloader-bar{background:#004e9833;border-radius:999px;height:3px;overflow:hidden;position:relative;width:min(52vw,220px)}.preloader-bar:after{animation:preloader-shimmer 1.1s ease-in-out infinite;background:linear-gradient(90deg,#0000,#004e98,#004e98d9,#0000);background:linear-gradient(90deg,#0000,var(--pp-blue,#004e98),#004e98d9,#0000);border-radius:inherit;content:"";inset:0;position:absolute;width:40%}@keyframes preloader-pulse{0%,to{filter:drop-shadow(0 0 10px rgba(0,78,152,.45));transform:scale(1)}50%{filter:drop-shadow(0 0 26px rgba(0,78,152,.9));transform:scale(1.07)}}@keyframes preloader-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}@media (prefers-reduced-motion:reduce){.preloader-logo{animation:none;filter:drop-shadow(0 0 12px rgba(0,78,152,.55))}.preloader-bar:after{animation:none;left:30%;opacity:.85;right:30%;transform:none;width:auto}}.homeRoot{background:#fff;max-width:100%;min-height:100vh;width:100%}.homeMain{min-height:60vh}.navbar{background:#fff;box-shadow:0 1px 0 #0000000a}.navbarInner{align-items:center;display:flex;gap:18px;height:76px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 22px}.navbarLogo{align-items:center;display:inline-flex;text-decoration:none}.navbarLogoImg{height:auto;width:120px}.navbarLinks{align-items:center;display:flex;flex:1 1;gap:34px;justify-content:center}.navbarLink{color:#004e98;font-size:18px;font-weight:600;position:relative;text-decoration:none;white-space:nowrap}.navbarLink:after{background-color:#004e98;bottom:-2px;content:"";height:2px;left:50%;pointer-events:none;position:absolute;transition-duration:.4s;transition-property:width,left;transition-timing-function:cubic-bezier(.25,.8,.25,1);width:0}.navbarLink:focus,.navbarLink:hover{color:#004e98}.navbarLink:focus:after,.navbarLink:hover:after{left:0;width:100%}.navbarActions{gap:18px}.navbarActions,.navbarSignedIn{align-items:center;display:flex}.navbarSignedIn{gap:12px}.navbarProfileImg{border:2px solid #004e9859;border-radius:50%;box-sizing:border-box;display:block;height:46px;object-fit:cover;width:46px}.navbarSignOut{background:none;border:none;color:#004e98;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:3px}.navbarSignOut:hover{opacity:.85}.navbarLang{align-items:center;display:flex}.navbarSelect{appearance:none;-webkit-appearance:none;background:#0000;border:none;color:#004e98;cursor:pointer;font-size:18px;font-weight:600;outline:none;padding-right:18px}.navbarLangDropdown{--lang-primary:#004e98;--lang-secondary:#fff;--lang-hover:#003f7a}.navbarLangDropdown.menu{color:var(--lang-primary);display:flex;font-size:16px;line-height:1.6;list-style:none;width:fit-content}.navbarLangDropdown .link{align-items:center;background:#0000;border:0;border-radius:16px;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;gap:12px;justify-content:center;line-height:inherit;overflow:hidden;padding:12px 36px;position:relative;text-decoration:none;transition:all .48s cubic-bezier(.23,1,.32,1);z-index:0}.navbarLangDropdown .link:after{background-color:var(--lang-primary);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .48s cubic-bezier(.23,1,.32,1);width:100%;z-index:0}.navbarLangDropdown .link span,.navbarLangDropdown .link svg{position:relative;z-index:1}.navbarLangDropdown .link svg{fill:currentColor;height:14px;transition:all .48s cubic-bezier(.23,1,.32,1);width:14px}.navbarLangDropdown .item{position:relative}.navbarLangDropdown .item:after{content:"";height:14px;left:0;position:absolute;right:0;top:100%}.navbarLangDropdown .submenu{align-items:center;background:#fff;border:1px solid #ccc;border-radius:0 0 16px 16px;display:flex;flex-direction:column;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:100%;transform:translateY(-12px);transition:all .48s cubic-bezier(.23,1,.32,1);visibility:hidden;width:100%;z-index:50}.navbarLangDropdown .item.open .submenu,.navbarLangDropdown .item:hover .submenu{border-top:#0000;border-color:var(--lang-primary);opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.navbarLangDropdown .item.open .link,.navbarLangDropdown .item:hover .link{border-radius:16px 16px 0 0;color:var(--lang-secondary)}.navbarLangDropdown .item.open .link:after,.navbarLangDropdown .item:hover .link:after{transform:scaleX(1);transform-origin:right}.navbarLangDropdown .item.open .link svg,.navbarLangDropdown .item:hover .link svg{color:var(--lang-secondary);transform:rotate(-180deg)}.navbarLangDropdown .submenu-item,.navbarLangDropdown .submenu-link{transition:all .48s cubic-bezier(.23,1,.32,1);width:100%}.navbarLangDropdown .submenu-link{background:#0000;border:0;color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:inherit;padding:12px 24px;position:relative;text-align:center}.navbarLangDropdown .submenu-item:last-child .submenu-link{border-bottom:none}.navbarLangDropdown .submenu-link:before{background-color:var(--lang-primary);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .48s cubic-bezier(.23,1,.32,1);width:100%;z-index:-1}.navbarLangDropdown .submenu-link:hover:before{transform:scaleX(1);transform-origin:right}.navbarLangDropdown .submenu-link:hover{color:var(--lang-secondary)}.navbarSignIn{align-items:center;background:#fff;border:3px solid #004e98;border-radius:34px;color:#004e98;cursor:pointer;display:inline-flex;font-size:16px;font-weight:550;height:46px;justify-content:center;line-height:1;text-decoration:none;transition:all .3s;white-space:nowrap;width:122px}.navbarSignIn:hover{background:#004e98;color:#fff}.navbarStartFree{--primary-color:#004e98;--secondary-color:#fff;--hover-color:#003f7a;--arrow-width:10px;--arrow-stroke:2px;align-items:center;background:var(--primary-color);border:0;border-radius:34px;box-sizing:border-box;color:var(--secondary-color);cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;height:46px;justify-content:center;line-height:1;padding:0 12px;text-decoration:none;transition:background .2s;white-space:nowrap;width:122px}.navbarStartFreeText{text-align:center}.navbarStartFree .arrow-wrapper{align-items:center;display:flex;justify-content:center;position:static}.navbarStartFree .arrow{background:var(--primary-color);height:var(--arrow-stroke);margin-top:0;position:relative;transition:.2s;width:var(--arrow-width)}.navbarStartFree .arrow:before{border:solid var(--secondary-color);border-width:0 var(--arrow-stroke) var(--arrow-stroke) 0;box-sizing:border-box;content:"";display:inline-block;padding:3px;position:absolute;right:3px;top:-3px;transform:rotate(-45deg);transition:.2s}.navbarStartFree:hover{background-color:var(--hover-color)}.navbarStartFree:hover .arrow{background:var(--secondary-color)}.navbarStartFree:hover .arrow:before{right:0}.homeRoot[dir=rtl] .navbarStartFree .arrow:before{left:3px;right:auto;transform:rotate(135deg)}.homeRoot[dir=rtl] .navbarStartFree{flex-direction:row-reverse}.homeRoot[dir=rtl] .navbarStartFree:hover .arrow:before{left:0;right:auto}.navbarBurgerBtn{background:#0000;border:none;cursor:pointer;display:none;padding:10px}.navbarBurgerIcon{display:inline-flex;flex-direction:column;gap:5px}.navbarBurgerIcon span{background:#004e98;border-radius:2px;display:block;height:3px;width:26px}.navbarMobileMenu{background:#fff;border-top:1px solid #0000000f;display:none;padding:16px 22px 20px}.navbarMobileMenu.open{display:block}.navbarMobileLinks{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.navbarMobileLink{color:#004e98;font-size:18px;font-weight:600;position:relative;text-decoration:none;white-space:nowrap}.navbarMobileLink:after{background-color:#004e98;bottom:-2px;content:"";height:2px;left:50%;pointer-events:none;position:absolute;transition-duration:.4s;transition-property:width,left;transition-timing-function:cubic-bezier(.25,.8,.25,1);width:0}.navbarMobileLink:focus,.navbarMobileLink:hover{color:#004e98}.navbarMobileLink:focus:after,.navbarMobileLink:hover:after{left:0;width:100%}.navbarMobileActions{display:flex;flex-direction:column;gap:12px}.navbarMobileLang{align-items:center;display:flex}.navbarMobileSignedIn{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.navbarMobileProfileImg{height:48px;width:48px}.navbarMobileSignOut{background:#fff;border:2px solid #004e98;border-radius:34px;color:#004e98;cursor:pointer;font-family:inherit;font-size:16px;font-weight:600;max-width:320px;padding:12px 16px;width:100%}.navbarMobileSignOut:hover{background:#004e98;color:#fff}.navbarMobileSignIn{align-items:center;background:#fff;border:3px solid #004e98;border-radius:34px;color:#004e98;cursor:pointer;display:inline-flex;font-size:16px;font-weight:550;height:46px;justify-content:center;line-height:1;text-decoration:none;transition:all .3s;white-space:nowrap;width:122px}.navbarMobileSignIn:hover{background:#004e98;color:#fff}.navbarMobileStartFree{--primary-color:#004e98;--secondary-color:#fff;--hover-color:#003f7a;--arrow-width:10px;--arrow-stroke:2px;align-items:center;background:var(--primary-color);border:0;border-radius:34px;box-sizing:border-box;color:var(--secondary-color);cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;height:46px;justify-content:center;line-height:1;padding:0 12px;text-decoration:none;transition:background .2s;white-space:nowrap;width:122px}.navbarMobileStartFree .arrow-wrapper{align-items:center;display:flex;justify-content:center;position:static}.navbarMobileStartFree .arrow{background:var(--primary-color);height:var(--arrow-stroke);margin-top:0;position:relative;transition:.2s;width:var(--arrow-width)}.navbarMobileStartFree .arrow:before{border:solid var(--secondary-color);border-width:0 var(--arrow-stroke) var(--arrow-stroke) 0;box-sizing:border-box;content:"";display:inline-block;padding:3px;position:absolute;right:3px;top:-3px;transform:rotate(-45deg);transition:.2s}.navbarMobileStartFree:hover{background-color:var(--hover-color)}.navbarMobileStartFree:hover .arrow{background:var(--secondary-color)}.navbarMobileStartFree:hover .arrow:before{right:0}.homeRoot[dir=rtl] .navbarMobileStartFree .arrow:before{left:3px;right:auto;transform:rotate(135deg)}.homeRoot[dir=rtl] .navbarMobileStartFree{flex-direction:row-reverse}.homeRoot[dir=rtl] .navbarMobileStartFree:hover .arrow:before{left:0;right:auto}.fontArabic,.fontEnglish{font-family:Cairo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.srOnly{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:900px){.navbarLinks{display:none}.navbarInner{justify-content:space-between}.navbarActions{display:none}.navbarBurgerBtn{align-items:center;display:inline-flex;justify-content:center}.navbarMobileSignIn,.navbarMobileStartFree{max-width:320px;width:100%}}.footer{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:56px 22px 32px}.footerInner{margin:0 auto;max-width:1200px}.footerTop{grid-gap:40px 36px;align-items:start;display:grid;gap:40px 36px;grid-template-columns:1.35fr 1fr 1fr 1fr}.footerColBrand{min-width:0}.footerLogoLink{display:inline-block;margin-bottom:16px;text-decoration:none}.footerLogo{display:block;height:auto;width:clamp(140px,28vw,180px)}.footerTagline{font-size:clamp(14px,1.35vw,16px);font-weight:600;line-height:1.55;margin:0 0 18px;max-width:320px}.footerNewsletter{margin:0 0 12px}.footerNewsletterRow{--pp-blue:#004e98;--pp-blue-soft:#004e9852;--pp-blue-hover:#003f7a;--pp-ease:cubic-bezier(0.4,0,0.2,1);align-items:stretch;display:flex;flex-wrap:wrap;gap:10px;max-width:420px}.footerEmailInput,.footerSubscribeBtn{background-color:#fff;border:2px solid var(--pp-blue-soft);border-radius:999px;box-sizing:border-box;color:var(--pp-blue);font-family:inherit;font-size:16px;font-weight:600;line-height:1.25;transition:border-color .22s var(--pp-ease),background-color .22s var(--pp-ease),color .22s var(--pp-ease)}.footerEmailInput{flex:1 1;min-height:48px;min-width:160px;outline:none;padding:.85em 1.15em}.footerEmailInput::placeholder{color:#004e988c}.footerEmailInput:focus{border-color:var(--pp-blue)}.footerEmailInput:focus-visible{outline:none}.footerSubscribeBtn{align-items:center;appearance:none;-webkit-appearance:none;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;min-height:48px;min-width:124px;padding:.85em 1.35em;white-space:nowrap}.footerSubscribeBtn:hover{background-color:var(--pp-blue);border-color:var(--pp-blue);color:#fff}.footerSubscribeBtn:focus-visible{border-color:var(--pp-blue);outline:none}.footerSubscribeBtn:active{background-color:var(--pp-blue-hover);border-color:var(--pp-blue-hover);color:#fff}@media (prefers-reduced-motion:reduce){.footerEmailInput,.footerSubscribeBtn{transition:none}}.footerDisclaimer{color:#004e98d9;font-size:12px;font-weight:600;line-height:1.45;margin:0;max-width:360px}.footerHeading{font-size:17px;font-weight:800;letter-spacing:.02em;margin:0 0 14px}.footerList{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.footerLink{color:#004e98;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s ease}.footerLink:hover{opacity:.78}.footerListSocial{gap:12px}.footerLinkSocial{align-items:center;display:inline-flex;gap:10px}.footerSocialSvg{color:#004e98;flex-shrink:0;height:20px;width:20px}.footerRule{background:#004e98;height:1px;margin:40px 0 22px}.footerBottom{align-items:center;display:flex;flex-wrap:wrap;gap:16px 24px;justify-content:space-between}.footerCopyright{font-size:14px;font-weight:600;margin:0}.footerLegal{align-items:center;display:flex;flex-wrap:wrap;gap:18px 22px}.footerLegalLink{color:#004e98;font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.footerLegalLink:hover{opacity:.8}@media (max-width:960px){.footerTop{grid-template-columns:1fr 1fr}.footerColBrand{grid-column:1/-1}}@media (max-width:560px){.footer{padding:40px 16px 28px}.footerTop{gap:28px;grid-template-columns:1fr}.footerBottom{align-items:flex-start;flex-direction:column}.footerNewsletterRow{align-items:stretch;flex-direction:column}.footerSubscribeBtn{max-width:280px;width:100%}}.heroSection{background:#fff;min-height:calc(100vh - 76px);overflow:hidden;padding:0;position:relative}.heroStage{min-height:calc(100vh - 76px)}.heroRingsFrame,.heroStage{align-items:center;display:flex;justify-content:center;width:100%}.heroRingsFrame{height:calc(100vh - 76px);max-width:100%;position:relative}.heroTitle{color:#004e98;font-size:clamp(44px,6.8vw,84px);font-weight:800;line-height:1.05;margin:0}.heroSubtitle{color:#004e98;font-size:clamp(18px,2.6vw,30px);font-weight:600;margin:16px 0 26px;max-width:520px}.heroCta{align-items:center;background-color:#fff;border:none;border-radius:45px;box-shadow:0 8px 15px #0000001a;box-sizing:border-box;color:#004e98;cursor:pointer;display:inline-flex;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;font-weight:650;justify-content:center;letter-spacing:2.5px;outline:none;padding:1.15em 2.6em;text-decoration:none;text-transform:uppercase;transition:all .3s ease 0s}.heroCta:hover{background-color:#004e98;box-shadow:0 15px 20px #004e9847;color:#fff;transform:translateY(-7px)}.heroCta:active{transform:translateY(-1px)}.heroCta:focus-visible{box-shadow:0 8px 15px #0000001a,0 0 0 3px #004e9840}.heroMagicRingsBg{inset:0;pointer-events:none;position:absolute;z-index:0}.heroContent{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;padding:24px;position:absolute;text-align:center;z-index:2}@media (max-width:900px){.heroSection{min-height:420px;padding:0}.heroRingsFrame{height:100%}.heroTitle{font-size:clamp(40px,8.5vw,60px)}.heroSubtitle{font-size:clamp(18px,3vw,24px)}.heroCta{font-size:12px;letter-spacing:2.2px;padding:1.05em 2.3em}}.magic-rings-container{height:100%;inset:0;position:absolute;width:100%}.magic-rings-container canvas{display:block;height:100%!important;width:100%!important}.sectionTwo{background-color:#fff;background-image:url(/static/media/Gradient%20Rectangle.da1d2aeac71411fb043e.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:clamp(56px,8vw,129px) clamp(20px,8vw,134px) clamp(40px,6vw,83px)}.sectionTwoCard{align-items:flex-start;background:#004e98;border-radius:clamp(20px,2.8vw,40px);box-shadow:0 22px 60px #00000038;display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1460px;min-height:clamp(500px,62vw,895px);overflow:hidden;padding:clamp(25px,3.4vw,45px) clamp(20px,3.1vw,42px) clamp(30px,3.8vw,50px);position:relative}.sectionTwoMedia{inset:0;position:absolute;z-index:0}.sectionTwoBanner{display:block;height:100%;object-fit:cover;pointer-events:none;width:100%}.sectionTwoImageOverlay{background:linear-gradient(180deg,#004e9800 1.9231%,#004e9840 69.407%,#004e98),linear-gradient(90deg,#ffffff1a,#ffffff1a);inset:0;position:absolute}.sectionTwoPlay{border-radius:50%;box-shadow:0 8px 24px #0003;display:block;flex-shrink:0;height:clamp(80px,8vw,120px);position:relative;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;width:clamp(80px,8vw,120px);z-index:1}.sectionTwoPlay:hover{box-shadow:0 12px 32px #00000047;transform:scale(1.06)}.sectionTwoPlay:focus-visible{box-shadow:0 8px 24px #0003,0 0 0 3px #fff,0 0 0 6px #004e988c;outline:none}.sectionTwoPlay:active{transform:scale(1.02)}.sectionTwoPlay svg{border-radius:50%;display:block;height:100%;width:100%}.sectionTwoBottomRow{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;position:relative;width:100%;z-index:1}.sectionTwoContent{color:#fff;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;max-width:1139px}.sectionTwoTitle{text-wrap:balance;font-size:clamp(32px,4.2vw,64px);font-weight:800;line-height:1.15;margin:0}.sectionTwoSubtitle,.sectionTwoTitle{display:flex;flex-direction:column;gap:2px}.sectionTwoSubtitle{font-size:clamp(16px,1.7vw,24px);font-weight:500;line-height:1.45;margin:clamp(12px,1.8vw,15px) 0 0;max-width:924px;opacity:.95}.sectionTwoActions{align-self:flex-end;flex-shrink:0}.sectionTwoCta{align-items:center;background-color:#fff;border:none;border-radius:56px;box-shadow:0 8px 15px #0000002e;box-sizing:border-box;color:#004e98;cursor:pointer;display:inline-flex;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:clamp(18px,1.7vw,24px);font-weight:500;height:clamp(48px,5vw,60px);justify-content:center;outline:none;text-decoration:none;transition:all .3s ease 0s;width:clamp(160px,14vw,200px)}.sectionTwoCta:hover{background-color:#0b5fb3;box-shadow:0 15px 22px #00000038;color:#fff;transform:translateY(-6px)}.sectionTwoCta:active{transform:translateY(-1px)}.sectionTwoCta:focus-visible{box-shadow:0 8px 15px #0000002e,0 0 0 3px #ffffff47}@media (max-width:900px){.sectionTwo{padding:72px 24px 52px}.sectionTwoCard{min-height:600px;padding:34px 24px 40px}.sectionTwoBottomRow{align-items:flex-start;flex-direction:column;gap:24px}.sectionTwoActions{width:100%}.sectionTwoCta{max-width:220px;width:100%}}.sectionThree{background:#fff;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:52px 22px 80px}.sectionThreeIntro{color:#004e98;margin:0 auto 28px;max-width:1200px;text-align:center}.sectionThreeEyebrow{font-size:20px;font-weight:700;margin:0 0 8px}.sectionThreeTitle{font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.1;margin:0}.sectionThreeSubtitle{font-size:clamp(18px,2vw,30px);font-weight:600;margin:14px 0 0}.sectionThreeGrid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1.1fr .55fr .55fr;grid-template-rows:repeat(2,minmax(220px,250px));margin:0 auto;max-width:1200px}.toolCard{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#d9d9d994;border:1px solid #fff;border-radius:28px;box-shadow:0 12px 34px #00000024;box-sizing:border-box;color:inherit;cursor:pointer;display:block;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;min-height:230px;overflow:hidden;position:relative;text-decoration:none;transition:all .5s;-webkit-user-select:none;user-select:none}.toolCardLarge{grid-row:span 2}.toolCardImage{display:block;height:100%;object-fit:cover;width:100%}.toolCardOverlay{background:linear-gradient(180deg,#004e9800 3%,#004e984d 66%,#004e98f5),linear-gradient(90deg,#ffffff0f,#ffffff0f);inset:0;position:absolute}.toolCardContent{color:#fff;inset:auto 0 0;padding:16px 18px 18px;position:absolute;z-index:1}.toolCardTag{font-size:14px;font-weight:600;margin:0;opacity:.95}.toolCardTitle{font-size:clamp(28px,2.8vw,48px);font-weight:800;line-height:1.15;margin:4px 0 8px;max-width:90%}.toolCard:not(.toolCardLarge) .toolCardTitle{font-size:clamp(20px,2.1vw,34px)}.toolCardDesc{font-size:clamp(13px,1vw,18px);line-height:1.35;margin:0 0 10px;max-width:95%}.toolCardCta{background:#0000;border:0;color:#fff;cursor:pointer;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:15px;font-weight:700;padding:0}.toolCardCta:after{content:"  >"}.toolCard:hover{border:1px solid #004e98;transform:scale(1.05)}.toolCard:active{transform:scale(.95) rotate(1.7deg)}@media (max-width:1050px){.sectionThreeGrid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.toolCardLarge{grid-row:span 1;min-height:320px}}@media (max-width:700px){.sectionThree{padding:40px 14px 60px}.sectionThreeGrid{grid-template-columns:1fr}}.sectionFour{background:#fff;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:42px 22px 80px}.sectionFourInner{grid-gap:28px;align-items:stretch;display:grid;gap:28px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.sectionFourContent{color:#004e98}.sectionFourTitle{font-size:clamp(30px,4vw,56px);font-weight:800;line-height:1.15;margin:0 0 18px}.sectionFourText{font-size:clamp(18px,1.7vw,30px);font-weight:600;line-height:1.5;margin:0;max-width:720px}.sectionFourBtn{align-items:center;background-color:#fff;border:none;border-radius:45px;box-shadow:0 8px 15px #0000001a;box-sizing:border-box;color:#004e98;cursor:pointer;display:inline-flex;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;font-weight:650;justify-content:center;letter-spacing:2.5px;margin-top:28px;outline:none;padding:1.15em 2.6em;text-decoration:none;text-transform:uppercase;transition:all .3s ease 0s}.sectionFourBtn:hover{background-color:#004e98;box-shadow:0 15px 20px #004e9847;color:#fff;transform:translateY(-7px)}.sectionFourBtn:active{transform:translateY(-1px)}.sectionFourBtn:focus-visible{box-shadow:0 8px 15px #0000001a,0 0 0 3px #004e9840}.sectionFourImageWrap{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#d9d9d994;border:1px solid #fff;border-radius:32px;box-shadow:12px 17px 51px #00000038;box-sizing:border-box;cursor:pointer;height:100%;min-height:100%;overflow:hidden;transition:all .5s;-webkit-user-select:none;user-select:none}.sectionFourImageWrap:hover{border:1px solid #004e98;transform:scale(1.05)}.sectionFourImageWrap:active{transform:scale(.95) rotate(1.7deg)}.sectionFourImage{display:block;height:100%;min-height:100%;object-fit:cover;width:100%}@media (max-width:900px){.sectionFour{padding:30px 14px 56px}.sectionFourInner{align-items:start;gap:20px;grid-template-columns:1fr}.sectionFourImageWrap{min-height:320px}.sectionFourBtn{font-size:12px;letter-spacing:2.2px;padding:1.05em 2.3em}}.sectionFive{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:52px 22px 80px}.sectionFiveInner{margin:0 auto;max-width:1200px}.sectionFiveHeader{grid-gap:28px 40px;align-items:start;display:grid;gap:28px 40px;grid-template-columns:1fr 1fr;margin-bottom:36px}.sectionFiveTitle{font-size:clamp(26px,3.6vw,44px);font-weight:800;line-height:1.2;margin:0;max-width:34ch}.sectionFiveLead{font-size:clamp(16px,1.5vw,22px);font-weight:600;justify-self:end;line-height:1.55;margin:0;max-width:42ch}.sectionFiveGrid{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;grid-template-rows:minmax(0,1fr) minmax(0,1fr);min-height:420px}.sectionFiveCardTall{grid-column:1;grid-row:1/3}.sectionFiveMediaTop{grid-column:2;grid-row:1}.sectionFiveCardMid{grid-column:2;grid-row:2}.sectionFiveCardTopRight{grid-column:3;grid-row:1}.sectionFiveMediaBottom{grid-column:3;grid-row:2}.sectionFiveCard{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#d9d9d994;border:1px solid #fff;border-radius:28px;box-shadow:12px 17px 51px #00000038;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:0;padding:24px 22px;position:relative;transition:all .5s;-webkit-user-select:none;user-select:none}.sectionFiveCard:hover{border:1px solid #004e98;transform:scale(1.05)}.sectionFiveCard:active{transform:scale(.95) rotate(1.7deg)}.sectionFiveMedia{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#d9d9d994;border:1px solid #fff;border-radius:28px;box-shadow:12px 17px 51px #00000038;box-sizing:border-box;cursor:pointer;min-height:0;overflow:hidden;transition:all .5s;-webkit-user-select:none;user-select:none}.sectionFiveMedia:hover{border:1px solid #004e98;transform:scale(1.05)}.sectionFiveMedia:active{transform:scale(.95) rotate(1.7deg)}@media (prefers-reduced-motion:reduce){.sectionFiveCard,.sectionFiveMedia{transition:none}.sectionFiveCard:active,.sectionFiveCard:hover,.sectionFiveMedia:active,.sectionFiveMedia:hover{transform:none}}.sectionFiveCardShort{min-height:180px}.sectionFiveSrOnly{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sectionFiveFigure{font-size:clamp(48px,7vw,88px);font-weight:800;letter-spacing:-.02em;line-height:1}.sectionFiveCountWrap{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sectionFiveFigureSm{font-size:clamp(40px,5.5vw,64px)}.sectionFiveCardFoot{display:flex;flex-direction:column;gap:6px;margin-top:auto;padding-top:16px}.sectionFiveCardLabel{font-size:clamp(17px,1.6vw,22px);font-weight:800}.sectionFiveCardSub{font-size:clamp(14px,1.25vw,18px);font-weight:600;line-height:1.4;opacity:.95}.sectionFiveImg{display:block;height:100%;min-height:200px;object-fit:cover;width:100%}@media (max-width:900px){.sectionFive{padding:36px 14px 56px}.sectionFiveHeader{grid-template-columns:1fr;margin-bottom:28px}.sectionFiveLead{justify-self:start;max-width:none}.sectionFiveGrid{display:flex;flex-direction:column;gap:18px;min-height:0;min-height:auto}.sectionFiveCardTall{min-height:260px;order:1}.sectionFiveMediaTop{order:2}.sectionFiveCardMid{order:3}.sectionFiveCardTopRight{order:4}.sectionFiveMediaBottom{order:5}.sectionFiveMedia .sectionFiveImg{max-height:320px;min-height:220px}}.sectionSix{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:52px 22px 88px}.sectionSixInner{margin:0 auto;max-width:1200px}.sectionSixHeader{margin-bottom:40px;text-align:center}.sectionSixTitle{font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.15;margin:0}.sectionSixSubtitle{color:#2a7bc4;font-size:clamp(17px,1.8vw,24px);font-weight:600;margin:10px 0 0}.sectionSixGrid{grid-gap:22px;align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.sectionSixCardWrap{margin:0;min-height:0;padding:0}.sectionSixCard{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#d9d9d994;border:1px solid #fff;border-radius:28px;box-shadow:12px 17px 51px #00000038;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:26px 24px 22px;text-align:start;transition:all .5s;-webkit-user-select:none;user-select:none}.sectionSixCard:hover{border:1px solid #004e98;transform:scale(1.05)}.sectionSixCard:active{transform:scale(.95) rotate(1.7deg)}.sectionSixStars{display:flex;gap:4px;margin-bottom:16px}.sectionSixStar{color:#2a7bc4;font-size:18px;line-height:1}.sectionSixQuote{flex:1 1;margin:0 0 auto;padding:0}.sectionSixQuote p{color:#004e98;font-size:clamp(16px,1.45vw,19px);font-weight:600;line-height:1.55;margin:0}.sectionSixFooter{align-items:center;display:flex;gap:14px;margin-top:22px;padding-top:4px}.sectionSixAvatar{border:2px solid #004e9833;border-radius:50%;flex-shrink:0;height:56px;object-fit:cover;width:56px}.sectionSixIdentity{display:flex;flex-direction:column;gap:4px;min-width:0}.sectionSixName{color:#004e98;font-size:clamp(16px,1.35vw,18px);font-style:normal;font-weight:800}.sectionSixMeta{color:#2a7bc4;font-size:clamp(13px,1.1vw,15px);font-weight:600;line-height:1.35}@media (prefers-reduced-motion:reduce){.sectionSixCard{transition:none}.sectionSixCard:active,.sectionSixCard:hover{transform:none}}@media (max-width:900px){.sectionSix{padding:36px 14px 64px}.sectionSixHeader{margin-bottom:28px}.sectionSixGrid{gap:18px;grid-template-columns:1fr}}.sectionSeven{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:48px 22px 88px}.sectionSevenInner{grid-gap:36px 48px;align-items:center;display:grid;gap:36px 48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.sectionSevenContent{text-align:start}.sectionSevenTitle{color:#004e98;font-size:clamp(30px,4vw,52px);font-weight:800;line-height:1.15;margin:0 0 16px}.sectionSevenText{color:#004e98;font-size:clamp(17px,1.65vw,22px);font-weight:600;line-height:1.5;margin:0;max-width:36ch}.sectionSevenActions{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.sectionSevenActions .navbarSignIn,.sectionSevenActions .navbarStartFree{height:46px;min-width:122px;padding:0 22px;width:auto}.sectionSevenImageWrap{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#d9d9d994;border:1px solid #fff;border-radius:32px;box-shadow:12px 17px 51px #00000038;box-sizing:border-box;cursor:pointer;min-height:320px;overflow:hidden;transition:all .5s;-webkit-user-select:none;user-select:none}.sectionSevenImageWrap:hover{border:1px solid #004e98;transform:scale(1.05)}.sectionSevenImageWrap:active{transform:scale(.95) rotate(1.7deg)}.sectionSevenImage{display:block;height:100%;min-height:320px;object-fit:cover;pointer-events:none;width:100%}@media (prefers-reduced-motion:reduce){.sectionSevenImageWrap{transition:none}.sectionSevenImageWrap:active,.sectionSevenImageWrap:hover{transform:none}}@media (max-width:900px){.sectionSeven{padding:32px 14px 64px}.sectionSevenInner{gap:28px;grid-template-columns:1fr}.sectionSevenImageWrap{min-height:280px;order:-1}.sectionSevenImage{min-height:280px}}.sectionEight{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:48px 22px 96px}.sectionEightInner{grid-gap:40px 48px;align-items:stretch;display:grid;gap:40px 48px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.sectionEightFormCol{min-width:0;text-align:start}.sectionEightEyebrow{color:#004e98;font-size:14px;font-weight:800;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.sectionEightTitle{font-size:clamp(30px,4vw,48px);font-weight:800;line-height:1.15;margin:0 0 10px}.sectionEightSub{font-size:clamp(16px,1.5vw,20px);font-weight:600;line-height:1.45;margin:0 0 26px}.sectionEightForm{display:flex;flex-direction:column;gap:0;max-width:480px}.sectionEightInputGroup{--pp-blue:#004e98;--pp-blue-soft:#004e9852;--pp-blue-mid:#004e988c;--pp-ease:cubic-bezier(0.4,0,0.2,1);font-family:Cairo,system-ui,Segoe UI,sans-serif;margin:1.1em 0;max-width:100%;position:relative;width:100%}.sectionEightForm>.sectionEightInputGroup:first-child{margin-top:0}.sectionEightInputGroup input,.sectionEightInputGroup textarea{background-color:#fff;border:2px solid var(--pp-blue-soft);border-radius:20px;box-sizing:border-box;color:var(--pp-blue);font-family:inherit;font-size:100%;font-weight:600;outline:none;padding:.85em 1em;transition:border-color .22s var(--pp-ease);width:100%}.sectionEightInputGroup textarea{line-height:1.45;min-height:140px;resize:vertical}.sectionEightInputGroup label{background-color:initial;color:var(--pp-blue-mid);font-weight:600;inset-inline-start:.85em;line-height:1.25;margin:0;padding:0 .35em;pointer-events:none;position:absolute;transform-origin:0 50%;transition:transform .22s var(--pp-ease),top .22s var(--pp-ease),inset-inline-start .22s var(--pp-ease),padding .22s var(--pp-ease),color .2s ease,background-color .2s ease}.sectionEightInputGroup:dir(rtl) label{transform-origin:100% 50%}.sectionEightInputGroup:not(.sectionEightInputGroup--textarea) label{top:50%;transform:translateY(-50%) scale(1)}.sectionEightInputGroup--textarea label{top:1.25em;transform:translateY(-50%) scale(1)}.sectionEightInputGroup :is(input:focus,input:valid,textarea:focus,textarea:valid)~label{background-color:#fff;color:var(--pp-blue);inset-inline-start:1em;padding:.2em .45em;top:0;transform:translateY(-50%) scale(.88)}.sectionEightInputGroup :is(input:focus,input:valid,textarea:focus,textarea:valid){border-color:var(--pp-blue)}.sectionEightRequired{color:var(--pp-blue);margin-inline-start:2px}@media (prefers-reduced-motion:reduce){.sectionEightInputGroup input,.sectionEightInputGroup label,.sectionEightInputGroup textarea{transition:none}}.sectionEightCheckboxContainer{align-items:flex-start;color:#004e98;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;margin-bottom:12px;margin-top:6px;-webkit-user-select:none;user-select:none}.sectionEightCheckmarkBox{flex-shrink:0;height:25px;margin-top:1px;position:relative;width:25px}.sectionEightCustomCheckbox{cursor:pointer;height:25px;inset:0;margin:0;opacity:0;position:absolute;width:25px;z-index:2}.sectionEightCustomCheckbox:focus-visible+.sectionEightCheckmark{outline:2px solid #004e98;outline-offset:2px}.sectionEightCheckmark{background-color:#e8eef4;border-radius:4px;box-shadow:0 2px 5px #0000001f;height:25px;inset:0;pointer-events:none;position:absolute;transition:background-color .3s ease,box-shadow .3s ease;width:25px}.sectionEightCheckmark:after{border:solid #fff;border-width:0 3px 3px 0;content:"";display:none;height:0;left:9px;position:absolute;top:5px;transform:rotate(45deg);width:5px}.sectionEightCustomCheckbox:checked~.sectionEightCheckmark{background-color:#004e98;box-shadow:0 3px 7px #004e9859}.sectionEightCustomCheckbox:checked~.sectionEightCheckmark:after{animation:sectionEightCheckAnim .2s forwards;display:block;height:10px}.sectionEightCheckboxText{line-height:1.4;padding-top:2px}@keyframes sectionEightCheckAnim{0%{height:0}to{height:10px}}@media (prefers-reduced-motion:reduce){.sectionEightCheckmark{transition:none}.sectionEightCustomCheckbox:checked~.sectionEightCheckmark:after{animation:none;height:10px}}.sectionEightSubmit.navbarStartFree{align-self:flex-start;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;height:46px;margin-top:8px;min-width:122px;padding:0 22px;width:auto}.sectionEightMapWrap{align-self:stretch;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#d9d9d994;border:1px solid #fff;border-radius:28px;box-shadow:12px 17px 51px #00000038;box-sizing:border-box;cursor:pointer;min-height:360px;overflow:hidden;transition:all .5s;-webkit-user-select:none;user-select:none}.sectionEightMapWrap:hover{border:1px solid #004e98;transform:scale(1.05)}.sectionEightMapWrap:active{transform:scale(.95) rotate(1.7deg)}.sectionEightMap{display:block;height:100%;min-height:360px;object-fit:cover;pointer-events:none;width:100%}@media (prefers-reduced-motion:reduce){.sectionEightMapWrap{transition:none}.sectionEightMapWrap:active,.sectionEightMapWrap:hover{transform:none}}@media (max-width:900px){.sectionEight{padding:32px 14px 72px}.sectionEightInner{gap:32px;grid-template-columns:1fr}.sectionEightForm{max-width:none}.sectionEightMap,.sectionEightMapWrap{min-height:280px}}.pathfinderPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:32px 22px 80px}.pathfinderInner{margin:0 auto;max-width:1200px}.pathfinderEyebrow{font-size:13px;letter-spacing:.14em;margin:0 0 10px}.pathfinderEyebrow,.pathfinderTitle{color:#004e98;font-weight:800;text-align:center;text-transform:uppercase}.pathfinderTitle{font-size:clamp(28px,4.2vw,46px);line-height:1.12;margin:0 0 14px}.pathfinderSubtitle{color:#004e98;font-size:clamp(16px,1.5vw,20px);font-weight:600;line-height:1.5;margin:0 auto 40px;max-width:520px;text-align:center}.pathfinderGrid{grid-gap:22px;align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}a.pathfinderCard{color:inherit;text-decoration:none}a.pathfinderCard:focus-visible{outline:2px solid #004e98;outline-offset:3px}.pathfinderCard{align-items:flex-start;background:#fff;border:1px solid #004e98;border-radius:28px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:14px;justify-content:flex-end;min-height:220px;padding:24px 22px;position:relative;text-align:start;transition:all .5s;-webkit-user-select:none;user-select:none}.pathfinderCard:hover{border:1px solid #004e98;transform:scale(1.05)}.pathfinderCard:active{transform:scale(.95) rotate(1.7deg)}.pathfinderCardIconWrap{align-items:center;display:flex;flex-shrink:0;height:56px;justify-content:flex-start;width:56px}.pathfinderCardIcon{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.pathfinderCardTitle{color:#004e98;font-size:clamp(18px,1.6vw,22px);font-weight:800;line-height:1.25;margin:0}.pathfinderCardSub{color:#004e98;font-size:clamp(14px,1.2vw,17px);font-weight:600;line-height:1.45;margin:0;opacity:.92}@media (prefers-reduced-motion:reduce){.pathfinderCard{transition:none}.pathfinderCard:active,.pathfinderCard:hover{transform:none}}.pathfinderBack{margin-top:36px;text-align:center}.pathfinderBackLink{color:#004e98;font-size:16px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.pathfinderBackLink:hover{opacity:.85}@media (max-width:900px){.pathfinderPage{padding:24px 16px 56px}.pathfinderGrid{gap:16px;grid-template-columns:1fr}.pathfinderCard{min-height:0}}.pathfinderQuestionsTop{margin-bottom:8px;position:relative}.pathfinderBackNav{align-items:center;background:none;border:none;color:#004e98;cursor:pointer;display:inline-flex;font-family:inherit;font-size:16px;font-weight:800;gap:8px;margin:0 0 20px;padding:8px 0;text-decoration:none}.pathfinderBackNav:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.pathfinderBackNavIcon{display:inline-block;line-height:1}.pathfinderQStack{display:flex;flex-direction:column;gap:28px;margin:0 auto;max-width:720px}.pathfinderQCard{background:#fff;border:1px solid #004e98;border-radius:28px;box-sizing:border-box;padding:28px 26px 30px;position:relative;transition:all .5s;-webkit-user-select:none;user-select:none}.pathfinderQCard:hover{border:1px solid #004e98;transform:scale(1.05)}.pathfinderQCard:active{transform:scale(.95) rotate(1.7deg)}.pathfinderQTitle{color:#004e98;font-size:clamp(17px,1.5vw,20px);font-weight:800;line-height:1.35;margin:0 0 22px;text-align:center}.pathfinderQGrid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.pathfinderQOpt{background:#fff;border:1px solid #004e98;border-radius:999px;box-sizing:border-box;color:#004e98;cursor:pointer;font-family:inherit;font-size:clamp(14px,1.2vw,16px);font-weight:700;margin:0;padding:16px 14px;text-align:center;transition:transform .35s ease,background .2s ease,border-color .2s ease}.pathfinderQOpt:hover{transform:scale(1.03)}.pathfinderQOpt:active{transform:scale(.97)}.pathfinderQOpt--selected{background:#004e9814;border-color:#004e98;box-shadow:inset 0 0 0 1px #004e98}@media (prefers-reduced-motion:reduce){.pathfinderQCard,.pathfinderQOpt,.pathfinderSubmitBtn{transition:none}.pathfinderQCard:active,.pathfinderQCard:hover,.pathfinderQOpt:active,.pathfinderQOpt:hover,.pathfinderSubmitBtn:active:not(:disabled),.pathfinderSubmitBtn:hover:not(:disabled){transform:none}}.pathfinderSubmitRow{display:flex;justify-content:flex-end;margin:36px auto 0;max-width:720px;padding-top:8px}.pathfinderSubmitBtn{background:#004e98;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:800;letter-spacing:.08em;padding:14px 32px;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}.pathfinderSubmitBtn:hover:not(:disabled){opacity:.92;transform:scale(1.02)}.pathfinderSubmitBtn:active:not(:disabled){transform:scale(.98)}.pathfinderSubmitBtn:disabled{cursor:not-allowed;opacity:.42}.pathfinderSubmitBtn:focus-visible{outline:2px solid #004e98;outline-offset:3px}@media (max-width:600px){.pathfinderQGrid{grid-template-columns:1fr}.pathfinderQCard{padding:22px 18px 24px}.pathfinderSubmitRow{margin-top:28px}}.pathfinderResults{text-align:center}.pathfinderResultsTitle{color:#004e98;font-size:clamp(22px,3vw,34px);font-weight:800;letter-spacing:.04em;line-height:1.15;margin:0 0 12px;text-transform:uppercase}.pathfinderResultsScore{color:#004e98;font-size:clamp(56px,12vw,112px);font-weight:800;line-height:1;margin:0 0 20px}.pathfinderResultsSummary{color:#004e98;font-size:clamp(16px,1.6vw,20px);font-weight:600;line-height:1.45;margin:0 auto 48px;max-width:560px}.pathfinderResultsGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto 48px;max-width:960px}.pathfinderResultCard{align-items:center;background:#fff;border:1px solid #004e98;border-radius:28px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;justify-content:space-between;min-height:140px;padding:22px 18px;text-align:center;transition:all .5s;-webkit-user-select:none;user-select:none}.pathfinderResultCard:hover{border:1px solid #004e98;transform:scale(1.05)}.pathfinderResultCard:active{transform:scale(.95) rotate(1.7deg)}.pathfinderResultLabel{color:#004e98;font-size:13px;font-weight:700;letter-spacing:.06em;margin:0;opacity:.9;text-transform:uppercase}.pathfinderResultValue{color:#004e98;font-size:clamp(15px,1.35vw,18px);font-weight:800;line-height:1.35;margin:0}.pathfinderResultsActions{align-items:center;display:flex;flex-direction:column;gap:18px}.pathfinderResultsCta{align-items:center;background:#004e98;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:800;justify-content:center;letter-spacing:.08em;padding:16px 32px;text-decoration:none;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}.pathfinderResultsCta:hover{opacity:.92;transform:scale(1.02)}.pathfinderResultsCta:active{transform:scale(.98)}.pathfinderResultsCta:focus-visible{outline:2px solid #004e98;outline-offset:3px}.pathfinderResultsRetake{background:none;border:none;color:#004e98;cursor:pointer;font-family:inherit;font-size:16px;font-weight:700;padding:0;text-decoration:underline;text-underline-offset:3px}.pathfinderResultsRetake:hover{opacity:.85}@media (prefers-reduced-motion:reduce){.pathfinderResultCard,.pathfinderResultsCta{transition:none}.pathfinderResultCard:active,.pathfinderResultCard:hover,.pathfinderResultsCta:active,.pathfinderResultsCta:hover{transform:none}}.pathfinderResultsRetake:focus-visible{border-radius:4px;outline:2px solid #004e98;outline-offset:3px}@media (max-width:768px){.pathfinderResultsGrid{grid-template-columns:1fr;max-width:400px}.pathfinderResultCard{min-height:0}}.focuspalPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:32px 22px 100px}.focuspalInner{margin:0 auto;max-width:1120px}.focuspalEyebrow{font-size:13px;letter-spacing:.14em;margin:0 0 10px}.focuspalEyebrow,.focuspalTitle{color:#004e98;font-weight:800;text-align:center;text-transform:uppercase}.focuspalTitle{font-size:clamp(26px,4vw,42px);letter-spacing:.02em;line-height:1.12;margin:0 0 12px}.focuspalSubtitle{color:#004e98;font-size:clamp(15px,1.4vw,18px);font-weight:600;line-height:1.5;margin:0 auto 36px;max-width:560px;opacity:.95;text-align:center}.focuspalVitality{grid-gap:28px;align-items:stretch;background:#fff;border:1px solid #004e98;border-radius:28px;box-sizing:border-box;display:grid;gap:28px;grid-template-columns:1fr minmax(200px,280px);margin-bottom:28px;padding:28px 26px}.focuspalVitalityMain{display:flex;flex-direction:column;gap:10px;justify-content:center}.focuspalVitalityLabelRow{align-items:center;color:#004e98;display:flex;font-size:15px;font-weight:800;gap:10px}.focuspalPulseIcon{color:#004e98;flex-shrink:0;height:28px;width:28px}.focuspalVitalityScore{color:#004e98;font-size:clamp(48px,9vw,88px);font-weight:800;line-height:1;margin:0}.focuspalVitalityCaption{color:#004e98;font-size:16px;font-weight:600;margin:0;opacity:.92}.focuspalVitalitySide{display:flex;flex-direction:column;gap:12px}.focuspalMiniMetric{align-items:flex-start;background:#fff;border:1px solid #004e98;border-radius:14px;display:flex;gap:12px;padding:12px 14px}.focuspalMiniIcon{color:#004e98;flex-shrink:0;height:22px;width:22px}.focuspalMiniText{display:flex;flex-direction:column;gap:2px;min-width:0}.focuspalMiniLabel{color:#004e98;font-size:12px;font-weight:700;letter-spacing:.04em;margin:0;opacity:.85;text-transform:uppercase}.focuspalMiniValue{color:#004e98;font-size:15px;font-weight:800;margin:0}.focuspalMidRow{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:28px}.focuspalPanel{background:#fff;border:1px solid #004e98;border-radius:28px;box-sizing:border-box;min-height:0;padding:22px 20px 24px}.focuspalPanelHead{border-bottom:2px solid #004e98;color:#004e98;font-size:14px;font-weight:800;letter-spacing:.1em;margin:0 0 18px;padding-bottom:10px;text-transform:uppercase}.focuspalTimeline{list-style:none;margin:0;padding:0;position:relative}.focuspalTimelineItem{grid-gap:14px;display:grid;gap:14px;grid-template-columns:28px 1fr;padding-bottom:18px;position:relative}.focuspalTimelineItem:last-child{padding-bottom:0}.focuspalTimelineItem:not(:last-child):before{background:#004e9840;bottom:0;content:"";inset-inline-start:13px;position:absolute;top:28px;width:2px}.focuspalTimelineDot{align-items:center;background:#fff;border:2px solid #004e98;border-radius:50%;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px;z-index:1}.focuspalTimelineDot--done{background:#004e98;border-color:#004e98;color:#fff}.focuspalTimelineDot--done svg{height:14px;width:14px}.focuspalTimelineDot--upcoming:after{background:#004e98;border-radius:50%;content:"";height:8px;width:8px}.focuspalTimelineTitle{color:#004e98;font-size:15px;font-weight:800;margin:0 0 4px}.focuspalTimelineSub{color:#004e98;font-size:13px;font-weight:600;margin:0;opacity:.75}.focuspalRadarWrap{align-items:center;display:flex;flex-direction:column;gap:14px}.focuspalRadarSvg{display:block;height:auto;max-width:320px;width:100%}.focuspalRadarLegend{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.focuspalRadarLegendItem{align-items:center;color:#004e98;display:inline-flex;font-size:13px;font-weight:700;gap:8px}.focuspalLegendSwatch{border-radius:3px;flex-shrink:0;height:14px;width:14px}.focuspalLegendSwatch--you{background:#00b4d88c;border:1px solid #00b4d8}.focuspalLegendSwatch--market{background:#fff;border:2px dashed #e9c46a}.focuspalInsight{background:#00b4d81f;border:1px solid #004e9859;border-radius:16px;color:#004e98;font-size:14px;font-weight:600;line-height:1.45;margin-top:16px;padding:14px 16px}.focuspalActions{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.focuspalActionCard{background:#fff;border:1px solid #004e98;border-radius:24px;box-sizing:border-box;color:inherit;display:block;padding:20px 18px;text-align:center;text-decoration:none;transition:all .5s}.focuspalActionCard:hover{transform:scale(1.03)}.focuspalActionCard:active{transform:scale(.97) rotate(1.2deg)}.focuspalActionTitle{color:#004e98;font-size:16px;font-weight:800;margin:0 0 8px}.focuspalActionSub{color:#004e98;font-size:13px;font-weight:600;line-height:1.4;margin:0;opacity:.88}@media (prefers-reduced-motion:reduce){.focuspalActionCard{transition:none}.focuspalActionCard:active,.focuspalActionCard:hover{transform:none}}@media (max-width:900px){.focuspalActions,.focuspalMidRow,.focuspalVitality{grid-template-columns:1fr}}@media (max-width:600px){.focuspalPage{padding:24px 16px 88px}}.ideafitPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:28px 22px 80px}.ideafitInner{margin:0 auto;max-width:1120px}.ideafitBackNav{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 18px;padding:8px 0;text-decoration:none}.ideafitBackNav:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.ideafitEyebrow{font-size:13px;letter-spacing:.14em;margin:0 0 8px}.ideafitEyebrow,.ideafitTitle{color:#004e98;font-weight:800;text-align:center;text-transform:uppercase}.ideafitTitle{font-size:clamp(24px,3.8vw,38px);line-height:1.12;margin:0 0 10px}.ideafitSubtitle{color:#004e98;font-size:clamp(15px,1.4vw,18px);font-weight:600;line-height:1.5;margin:0 auto 36px;max-width:520px;opacity:.95;text-align:center}.ideafitHero{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:minmax(260px,380px) 1fr;margin-bottom:48px}.ideafitWheelColumn{align-items:center;display:flex;flex-direction:column;gap:20px}.ideafitWheelStage{aspect-ratio:1;position:relative;width:min(100%,340px)}.ideafitWheelPointer{border-left:10px solid #0000;border-right:10px solid #0000;border-top:16px solid #004e98;height:0;left:50%;position:absolute;top:-4px;transform:translateX(-50%);width:0;z-index:2}.ideafitWheelRotate{border-radius:50%;height:100%;transition:transform 3.4s cubic-bezier(.18,.85,.28,.99);width:100%}.ideafitWheelRotate--instant{transition:none}.ideafitWheelSvg{display:block;height:100%;width:100%}.ideafitWheelHubImage{pointer-events:none}.ideafitWheelCenter{fill:#004e98}.ideafitWheelSlice{fill:#fff;stroke:#004e98;stroke-width:1.5}.ideafitBulb{fill:#fff}.ideafitSpinBtn{align-items:center;background:#004e98;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:800;gap:10px;justify-content:center;letter-spacing:.1em;max-width:340px;padding:16px 24px;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease;width:100%}.ideafitSpinBtn:hover:not(:disabled){opacity:.92;transform:scale(1.02)}.ideafitSpinBtn:disabled{cursor:not-allowed;opacity:.55}.ideafitSpinBtn:focus-visible{outline:2px solid #004e98;outline-offset:3px}.ideafitSpinIcon{flex-shrink:0;height:20px;width:20px}.ideafitResult{background:#fff;border:1px solid #004e98;border-radius:28px;box-sizing:border-box;min-height:280px;padding:28px 24px 26px}.ideafitResultEmpty{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:240px;padding:20px;text-align:center}.ideafitResultEmptyIcon{color:#004e98;height:48px;opacity:.85;width:48px}.ideafitResultEmptyText{color:#004e98;font-size:16px;font-weight:600;line-height:1.5;margin:0;max-width:320px;opacity:.55}.ideafitResultHead{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.ideafitBadge{align-items:center;border:none;border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;gap:6px;letter-spacing:.04em;padding:6px 12px;text-transform:uppercase}.ideafitBadge--track{background:#00b4d838;color:#004e98}.ideafitBadge--level-yellow{background:#ffe066;color:#1a3a52}.ideafitBadge--level-pink{background:#ffc2d4;color:#4a1528}.ideafitResultTitle{color:#004e98;font-size:clamp(20px,2vw,26px);font-weight:800;line-height:1.25;margin:0 0 12px}.ideafitResultDesc{color:#004e98;font-size:15px;font-weight:600;line-height:1.55;margin:0 0 18px;opacity:.92}.ideafitSkillsLabel{color:#004e98;font-size:13px;font-weight:800;letter-spacing:.06em;margin:0 0 10px;text-transform:uppercase}.ideafitSkillRow{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ideafitSkillPill{background:#fff;border:1px solid #004e98;border-radius:999px;color:#004e98;font-size:12px;font-weight:700;padding:6px 12px}.ideafitResultMeta{color:#004e98;font-size:15px;font-weight:800;margin:0 0 20px}.ideafitResultActions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.ideafitBtnPrimary{background:#004e98;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:800;letter-spacing:.08em;padding:14px 22px;text-transform:uppercase;transition:opacity .2s ease}.ideafitBtnPrimary:hover{opacity:.9}.ideafitBtnGhost{align-items:center;background:#00b4d81f;border:1px solid #004e98;border-radius:999px;color:#004e98;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:800;gap:8px;letter-spacing:.06em;padding:12px 18px;text-transform:uppercase;transition:background .2s ease}.ideafitBtnGhost:hover{background:#00b4d838}.ideafitSectionTitle{color:#004e98;font-size:14px;font-weight:800;letter-spacing:.12em;margin:0 0 22px;text-align:center;text-transform:uppercase}.ideafitChallengeGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.ideafitChallengeCard{background:#fff;border:1px solid #004e98;border-radius:24px;box-sizing:border-box;padding:20px 18px 18px;text-align:start;transition:transform .45s ease,box-shadow .45s ease}.ideafitChallengeCard:hover{transform:scale(1.02)}.ideafitChallengeTags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.ideafitChallengeTitle{color:#004e98;font-size:17px;font-weight:800;line-height:1.3;margin:0 0 10px}.ideafitChallengeDesc{color:#004e98;font-size:14px;font-weight:600;line-height:1.5;margin:0 0 14px;opacity:.9}.ideafitChallengeTime{color:#004e98;font-size:13px;font-weight:800;margin:0}@media (prefers-reduced-motion:reduce){.ideafitWheelRotate{transition:none}.ideafitChallengeCard:hover{transform:none}}@media (max-width:900px){.ideafitHero{grid-template-columns:1fr;justify-items:center}.ideafitResult{max-width:560px;width:100%}.ideafitChallengeGrid{grid-template-columns:1fr;margin:0 auto;max-width:480px}}.futureRadarPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:28px 22px 80px}.futureRadarInner{margin:0 auto;max-width:1100px}.futureRadarBack{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 18px;text-decoration:none}.futureRadarBack:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.futureRadarEyebrow{color:#00b4d8;font-size:13px;letter-spacing:.14em;margin:0 0 8px}.futureRadarEyebrow,.futureRadarTitle{font-weight:800;text-align:center;text-transform:uppercase}.futureRadarTitle{color:#004e98;font-size:clamp(24px,3.8vw,38px);letter-spacing:.02em;line-height:1.12;margin:0 0 10px}.futureRadarSubtitle{color:#004e98;font-size:clamp(15px,1.4vw,18px);font-weight:600;line-height:1.5;margin:0 auto 28px;max-width:520px;opacity:.9;text-align:center}.futureRadarHero{display:flex;justify-content:center;margin-bottom:28px}.futureRadarSvgWrap{aspect-ratio:1;position:relative;width:min(100%,420px)}.futureRadarSvg{display:block;height:100%;width:100%}.futureRadarScan{animation:futureRadarSweep 10s linear infinite;transform-origin:0 0}@media (prefers-reduced-motion:reduce){.futureRadarScan{animation:none}}@keyframes futureRadarSweep{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.futureRadarFilters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:36px}.futureRadarFilter{background:#fff;border:1px solid #00b4d8a6;border-radius:999px;color:#004e98;cursor:pointer;font-family:inherit;font-size:13px;font-weight:800;letter-spacing:.04em;padding:10px 18px;transition:background .2s ease,color .2s ease,border-color .2s ease}.futureRadarFilter:hover{border-color:#004e98}.futureRadarFilter--active{background:#004e98;border-color:#004e98;color:#fff}.futureRadarFilter:focus-visible{outline:2px solid #004e98;outline-offset:2px}.futureRadarSectionTitle{color:#004e98;font-size:14px;font-weight:800;letter-spacing:.12em;margin:0 0 20px;text-align:center;text-transform:uppercase}.futureRadarGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.futureRadarCard{background:#fff;border:1px solid #00b4d88c;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;padding:18px 16px 16px;text-align:start;transition:transform .45s ease,box-shadow .45s ease}.futureRadarCard:hover{box-shadow:0 12px 28px #004e9814;transform:translateY(-3px)}.futureRadarCardHead{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.futureRadarCardTitle{color:#004e98;font-size:17px;font-weight:800;line-height:1.25;margin:0}.futureRadarCardIcon{flex-shrink:0;height:22px;width:22px}.futureRadarCardIcon--trend{color:#004e98}.futureRadarCardIcon--bolt{color:#e9a00a}.futureRadarCat{background:#00b4d82e;border-radius:999px;display:inline-block;letter-spacing:.05em;margin:0 0 14px;padding:4px 10px}.futureRadarCat,.futureRadarHeatLabel{color:#004e98;font-size:11px;font-weight:800;text-transform:uppercase}.futureRadarHeatLabel{letter-spacing:.06em;margin:0 0 6px;opacity:.75}.futureRadarHeatRow{align-items:center;display:flex;gap:10px;margin-bottom:12px}.futureRadarHeatTrack{background:#004e981a;border-radius:999px;flex:1 1;height:8px;overflow:hidden}.futureRadarHeatFill{border-radius:999px;height:100%;transition:width .6s ease}.futureRadarHeatFill--orange{background:linear-gradient(90deg,#f4a261,#e76f51)}.futureRadarHeatFill--cyan{background:linear-gradient(90deg,#48cae4,#00b4d8)}.futureRadarHeatPct{color:#004e98;font-size:13px;font-weight:800;min-width:2.5rem;text-align:end}.futureRadarGrowth{font-size:13px;font-weight:700;margin:0 0 14px}.futureRadarGrowthLabel{color:#004e98;margin-inline-end:6px;opacity:.75}.futureRadarGrowth--green{color:#2a9d8f}.futureRadarGrowth--cyan{color:#0096c7}.futureRadarSync{align-items:center;background:#004e98;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:11px;font-weight:800;gap:8px;justify-content:center;letter-spacing:.08em;margin-top:auto;padding:12px 14px;text-transform:uppercase;transition:opacity .2s ease;width:100%}.futureRadarSync:hover{opacity:.92}.futureRadarSync:focus-visible{outline:2px solid #004e98;outline-offset:2px}@media (prefers-reduced-motion:reduce){.futureRadarCard:hover{box-shadow:none;transform:none}}@media (max-width:900px){.futureRadarGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.futureRadarGrid{grid-template-columns:1fr}.futureRadarPage{padding:24px 16px 64px}}.eduMatchPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:28px 22px 80px}.eduMatchInner{margin:0 auto;max-width:1120px}.eduMatchBack{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 18px;text-decoration:none}.eduMatchBack:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.eduMatchEyebrow{font-size:13px;letter-spacing:.14em;margin:0 0 8px}.eduMatchEyebrow,.eduMatchTitle{color:#004e98;font-weight:800;text-align:center;text-transform:uppercase}.eduMatchTitle{font-size:clamp(24px,3.8vw,38px);line-height:1.12;margin:0 0 10px}.eduMatchTagline{color:#004e98;font-size:clamp(15px,1.4vw,18px);font-weight:600;line-height:1.5;margin:0 auto 32px;max-width:520px;opacity:.88;text-align:center}.eduMatchLayout{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:minmax(260px,320px) 1fr}.eduMatchPanel{background:#fff;border:1px solid #004e9873;border-radius:20px;box-sizing:border-box;margin-bottom:16px;padding:18px 16px 20px}.eduMatchPanel:last-child{margin-bottom:0}.eduMatchPanelTitle{color:#004e98;font-size:15px;font-weight:800;margin:0 0 16px}.eduMatchSliderBlock{margin-bottom:18px}.eduMatchSliderBlock:last-child{margin-bottom:0}.eduMatchSliderLabel{color:#004e98;display:block;font-size:13px;font-weight:700;margin:0 0 8px;opacity:.85}.eduMatchRange{appearance:none;background:#004e981f;border-radius:999px;cursor:pointer;height:8px;width:100%}.eduMatchRange::-webkit-slider-thumb{appearance:none;background:#004e98;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #004e9859;height:18px;width:18px}.eduMatchRange::-moz-range-thumb{background:#004e98;border:2px solid #fff;border-radius:50%;box-shadow:0 1px 4px #004e9859;height:18px;width:18px}.eduMatchCountNum{color:#004e98;font-size:clamp(40px,6vw,56px);font-weight:800;line-height:1;margin:0 0 6px;text-align:center}.eduMatchCountText{color:#004e98;font-size:14px;font-weight:700;line-height:1.4;margin:0;opacity:.85;text-align:center}.eduMatchResults{display:flex;flex-direction:column;gap:18px}.eduMatchCard{grid-gap:16px 20px;align-items:start;background:#fff;border:1px solid #004e9873;border-radius:20px;box-sizing:border-box;display:grid;gap:16px 20px;grid-template-columns:1fr auto;padding:20px 18px;transition:box-shadow .35s ease,transform .35s ease}.eduMatchCard:hover{box-shadow:0 10px 28px #004e9814;transform:translateY(-2px)}.eduMatchCardMain{min-width:0}.eduMatchCardTop{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:6px}.eduMatchCardName{color:#004e98;font-size:clamp(18px,2vw,22px);font-weight:800;line-height:1.2;margin:0}.eduMatchStar{color:#e9a00a;flex-shrink:0;height:24px;width:24px}.eduMatchLoc{align-items:center;color:#004e98;display:flex;font-size:14px;font-weight:600;gap:6px;margin:0 0 14px;opacity:.65}.eduMatchLoc svg{flex-shrink:0;opacity:.8}.eduMatchTags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.eduMatchTag{background:#00b4d829;border-radius:999px;color:#004e98;font-size:12px;font-weight:700;padding:5px 11px}.eduMatchStats{display:flex;flex-wrap:wrap;gap:20px 28px}.eduMatchStat{display:flex;flex-direction:column;gap:2px}.eduMatchStatLabel{color:#004e98;font-size:11px;font-weight:700;letter-spacing:.04em;opacity:.55;text-transform:uppercase}.eduMatchStatValue{color:#004e98;font-size:16px;font-weight:800}.eduMatchCardActions{display:flex;flex-direction:column;gap:10px;min-width:130px}.eduMatchBtnSolid{align-items:center;background:#004e98;border:none;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.05em;padding:12px 16px;text-decoration:none;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}.eduMatchBtnSolid:hover{opacity:.92;transform:scale(1.02)}.eduMatchBtnOutline{background:#fff;border:2px solid #004e98;border-radius:12px;color:#004e98;cursor:pointer;font-family:inherit;font-size:12px;font-weight:800;letter-spacing:.05em;padding:11px 16px;text-transform:uppercase;transition:background .2s ease,color .2s ease}.eduMatchBtnOutline:hover{background:#004e980f}.eduMatchEmpty{border:1px dashed #004e9859;border-radius:20px;color:#004e98;font-size:16px;font-weight:700;opacity:.65;padding:40px 20px;text-align:center}@media (prefers-reduced-motion:reduce){.eduMatchCard:hover{box-shadow:none;transform:none}.eduMatchBtnSolid:hover{transform:none}}@media (max-width:900px){.eduMatchCard,.eduMatchLayout{grid-template-columns:1fr}.eduMatchCardActions{flex-direction:row;flex-wrap:wrap;width:100%}.eduMatchBtnOutline,.eduMatchBtnSolid{flex:1 1;min-width:120px}}.notFoundMain{align-items:center;display:flex;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;justify-content:center;min-height:min(72vh,640px);padding:48px 22px 64px}.notFoundInner{max-width:520px;text-align:center}.notFoundLabel{color:#004e98;font-size:clamp(18px,2.5vw,22px);font-weight:700;margin:0 0 12px}.notFoundCode{color:#ffd60a;font-size:clamp(72px,18vw,140px);font-weight:800;letter-spacing:-.02em;line-height:1;margin:0 0 32px;text-shadow:0 2px 0 #004e9814}.notFoundBtn{align-items:center;background:#004e98;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;justify-content:center;letter-spacing:.04em;padding:16px 36px;text-decoration:none;text-transform:capitalize;transition:opacity .2s ease,transform .2s ease}.notFoundBtn:hover{opacity:.92;transform:scale(1.02)}.notFoundBtn:focus-visible{outline:2px solid #004e98;outline-offset:3px}@media (prefers-reduced-motion:reduce){.notFoundBtn:hover{transform:none}}.termsPage{background:#fff;color:#1a3a52;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:28px 22px 72px}.termsInner{margin:0 auto;max-width:720px}.termsBack{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 24px;text-decoration:none}.termsBack:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.termsHero{align-items:center;display:flex;gap:14px;margin-bottom:8px}.termsIcon{flex-shrink:0;height:44px;object-fit:contain;width:44px}.termsTitle{color:#004e98;font-size:clamp(26px,4vw,34px);font-weight:800;line-height:1.15;margin:0}.termsUpdated{color:#004e98;font-size:14px;font-weight:600;margin:0 0 32px;opacity:.75;padding-left:58px}[dir=rtl] .termsUpdated{padding-left:0;padding-right:58px}.termsProse{color:#1a3a52;font-size:15px;line-height:1.65}.termsProse h2{color:#004e98;font-size:17px;font-weight:800;margin:28px 0 12px}.termsProse h2:first-of-type{margin-top:0}.termsProse h3{color:#004e98;font-size:15px;font-weight:800;margin:18px 0 8px}.termsProse p{margin:0 0 12px}.termsProse ul{margin:0 0 14px;padding-inline-start:1.25rem}.termsProse li{margin-bottom:6px}.termsProse strong{color:#004e98;font-weight:800}.termsLink{color:#004e98;font-weight:700;text-decoration:underline;text-underline-offset:2px}.termsLink:hover{opacity:.85}@media (max-width:600px){.termsUpdated{padding-left:0;padding-right:0}.termsHero{align-items:flex-start;flex-direction:column}}.aboutPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:28px 22px 80px}.aboutInner{margin:0 auto;max-width:1100px}.aboutBack{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 20px;text-decoration:none}.aboutBack:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.aboutHero{margin-bottom:40px;text-align:center}.aboutHeroKicker{font-size:13px;letter-spacing:.12em;margin:0 0 12px}.aboutHeroKicker,.aboutHeroTitle{color:#004e98;font-weight:800;text-transform:uppercase}.aboutHeroTitle{font-size:clamp(26px,4.5vw,42px);line-height:1.12;margin:0 auto 16px;max-width:720px}.aboutHeroLead{color:#004e98;font-size:clamp(16px,1.5vw,18px);font-weight:600;line-height:1.6;margin:0 auto;max-width:640px;opacity:.92}.aboutSectionTitle{color:#004e98;font-size:14px;font-weight:800;letter-spacing:.12em;margin:0 0 22px;text-align:center;text-transform:uppercase}.aboutSectionSub{color:#004e98;font-size:clamp(16px,1.5vw,18px);font-weight:600;line-height:1.6;margin:0 0 24px;opacity:.92}.aboutSectionSub--center{margin-left:auto;margin-right:auto;max-width:640px;text-align:center}.aboutMotionCard{align-items:flex-start;background:#fff;border:1px solid #004e98;border-radius:28px;box-sizing:border-box;cursor:default;display:flex;flex-direction:column;gap:14px;justify-content:flex-start;min-height:200px;padding:24px 22px;position:relative;text-align:start;transition:all .5s;-webkit-user-select:none;user-select:none}.aboutMotionCard:hover{border:1px solid #004e98;transform:scale(1.05)}.aboutMotionCard:active{transform:scale(.95) rotate(1.7deg)}.aboutMotionCard--stat{align-items:center;border-radius:16px;gap:10px;justify-content:center;min-height:168px;padding:22px 16px;text-align:center}.aboutMotionCard--team{min-height:280px}.aboutCardIconWrap{align-items:center;display:flex;flex-shrink:0;height:56px;justify-content:flex-start;width:56px}.aboutCardIcon{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.aboutEmojiFallback{display:block;font-size:2.5rem;line-height:1}.aboutCardTitle{color:#004e98;font-size:clamp(18px,1.6vw,22px);font-weight:800;line-height:1.25;margin:0}.aboutCardBody{color:#004e98;font-size:clamp(14px,1.2vw,17px);font-weight:600;line-height:1.5;margin:0;opacity:.92}.aboutStoryGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:48px}.aboutImpactGrid{grid-gap:clamp(12px,2vw,20px);align-items:stretch;display:grid;gap:clamp(12px,2vw,20px);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:48px}.aboutImpactGrid>*{display:flex;flex-direction:column;min-width:0}.aboutImpactGrid .aboutMotionCard--stat{flex:1 1;width:100%}.aboutStatIconWrap{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-bottom:2px;width:100%}.aboutStatIcon{display:block;height:48px;object-fit:contain;width:48px}.aboutStatValue{color:#004e98;font-size:clamp(26px,3.6vw,36px);font-weight:800;line-height:1.05;margin:0}.aboutStatLabel{color:#004e98;font-size:clamp(13px,1.1vw,15px);font-weight:700;line-height:1.35;margin:0;max-width:12rem;opacity:.88}.aboutJourney{margin:0 auto 48px;max-width:640px}.aboutJourneyList{list-style:none;margin:0;padding:0}.aboutJourneyItem{margin-bottom:16px}.aboutJourneyItem:last-child{margin-bottom:0}.aboutTeamGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:48px}.aboutTeamPhoto{object-fit:cover}.aboutTeamEmoji,.aboutTeamPhoto{border:2px solid #004e98;border-radius:50%;height:88px;margin-bottom:4px;width:88px}.aboutTeamEmoji{align-items:center;background:#00b4d81f;display:flex;font-size:2.25rem;justify-content:center}.aboutTeamRole{color:#004e98;font-size:12px;font-weight:800;letter-spacing:.06em;margin:0 0 8px;opacity:.8;text-transform:uppercase}.aboutValuesGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:48px}.aboutCta{background:#00b4d80f;border:1px solid #004e9859;border-radius:28px;margin:0 auto;max-width:560px;padding:32px 24px;text-align:center}.aboutCtaText{color:#004e98;font-size:16px;font-weight:600;line-height:1.55;margin:0 0 22px}.aboutCtaRow{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.aboutCtaBtn{align-items:center;border-radius:999px;display:inline-flex;font-family:inherit;font-size:13px;font-weight:800;justify-content:center;letter-spacing:.06em;padding:14px 26px;text-decoration:none;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}.aboutCtaBtn--primary{background:#004e98;border:none;color:#fff}.aboutCtaBtn--ghost{background:#fff;border:2px solid #004e98;color:#004e98}.aboutCtaBtn:hover{opacity:.92;transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.aboutMotionCard{transition:none}.aboutCtaBtn:hover,.aboutMotionCard:active,.aboutMotionCard:hover{transform:none}}@media (max-width:900px){.aboutStoryGrid{grid-template-columns:1fr}.aboutImpactGrid,.aboutTeamGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.aboutValuesGrid{grid-template-columns:1fr}}@media (max-width:520px){.aboutImpactGrid,.aboutTeamGrid{grid-template-columns:1fr}}.careersPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:24px max(clamp(14px,4.5vw,22px),env(safe-area-inset-right,0px)) 72px max(clamp(14px,4.5vw,22px),env(safe-area-inset-left,0px))}.careersInner{box-sizing:border-box;margin:0 auto;max-width:1100px;width:100%}.careersBack{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 20px;text-decoration:none}.careersBack:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.careersHero{margin-bottom:40px;padding-inline:2px;text-align:center}.careersHeroTitle{color:#004e98;font-size:clamp(24px,4vw,38px);font-weight:800;letter-spacing:.04em;line-height:1.15;margin:0 auto 18px;max-width:900px;text-transform:uppercase}.careersHeroLead{color:#004e98;font-size:clamp(16px,1.5vw,18px);font-weight:600;line-height:1.65;margin:0 auto;max-width:720px;opacity:.92}.careersSectionTitle{color:#004e98;font-size:13px;font-weight:800;letter-spacing:.14em;margin:0 0 10px;text-align:center;text-transform:uppercase}.careersSectionSub{color:#004e98;font-size:clamp(16px,1.4vw,17px);font-weight:600;margin:0 0 26px;opacity:.88;padding-inline:4px;text-align:center}.careersValuesGrid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:56px}.careersMotionCard{align-items:flex-start;background:#fff;border:1px solid #004e98;border-radius:8px;box-sizing:border-box;cursor:default;display:flex;flex-direction:column;gap:10px;min-height:0;padding:20px 18px;text-align:start;transition:all .5s;-webkit-user-select:none;user-select:none}.careersMotionCard:hover{transform:scale(1.05)}.careersMotionCard:active{transform:scale(.95) rotate(1.7deg)}.careersCardTitle{color:#004e98;font-size:17px;font-weight:800;line-height:1.25;margin:0}.careersCardBody{color:#004e98;font-size:14px;font-weight:600;line-height:1.5;margin:0;opacity:.9}.careersJobsList{display:flex;flex-direction:column;gap:14px;margin-bottom:56px;width:100%}.careersJobsList>*{min-width:0;width:100%}.careersJobCard{align-items:stretch;background:#fff;border:1px solid #004e98;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;max-width:100%;padding:16px clamp(14px,4vw,18px);transition:all .5s;-webkit-user-select:none;user-select:none;width:100%}.careersJobCard:hover{transform:scale(1.02)}.careersJobCard:active{transform:scale(.98) rotate(1.2deg)}.careersJobTop{align-items:flex-start;display:flex;flex-direction:row;gap:12px;min-width:0;width:100%}.careersJobIconWrap{align-items:center;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.careersJobIcon{display:block;height:100%;object-fit:contain;width:100%}.careersJobMain{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.careersJobTitle{color:#004e98;font-size:clamp(16px,3.8vw,20px);font-weight:800;line-height:1.25;margin:0;overflow-wrap:anywhere}.careersJobMeta{color:#004e98;font-size:13px;font-weight:700;margin:0;opacity:.75}.careersJobDesc{color:#004e98;font-size:clamp(13px,3.2vw,14px);font-weight:600;line-height:1.5;margin:0;opacity:.88;overflow-wrap:anywhere}.careersJobTags{display:flex;flex-wrap:wrap;gap:6px 8px;margin-top:4px}.careersTag{background:#004e9814;border-radius:6px;color:#004e98;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.05em;max-width:100%;padding:5px 10px}.careersApplyBtn,.careersTag{box-sizing:border-box;text-transform:uppercase}.careersApplyBtn{align-items:center;background:#004e98;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:11px;font-weight:800;justify-content:center;letter-spacing:.1em;padding:14px 18px;text-decoration:none;transition:opacity .2s ease,transform .2s ease;width:100%}.careersApplyBtn:hover{opacity:.92;transform:scale(1.03)}.careersBenefitsGrid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:56px}.careersBenefitCard{align-items:center;justify-content:center;min-height:72px;text-align:center}.careersBenefitCard .careersCardBody{font-size:13px;font-weight:700}.careersCta{background:#00b4d80f;border:1px solid #004e9840;border-radius:12px;box-sizing:border-box;margin:0 auto;max-width:640px;padding:clamp(24px,5vw,36px) clamp(16px,4vw,28px);text-align:center}.careersCtaTitle{color:#004e98;font-size:clamp(18px,2.2vw,24px);font-weight:800;letter-spacing:.06em;margin:0 0 14px;text-transform:uppercase}.careersCtaLead{color:#004e98;font-size:16px;font-weight:600;line-height:1.55;margin:0 0 24px;opacity:.9}.careersCtaBtn{align-items:center;background:#004e98;border:none;border-radius:999px;color:#fff;display:inline-flex;font-family:inherit;font-size:12px;font-weight:800;gap:10px;justify-content:center;letter-spacing:.12em;padding:16px 32px;text-decoration:none;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}.careersCtaBtn:hover{opacity:.93;transform:scale(1.02)}.careersCtaArrow{font-size:1.1em;line-height:1}@media (prefers-reduced-motion:reduce){.careersApplyBtn,.careersCtaBtn,.careersJobCard,.careersMotionCard{transition:none}.careersApplyBtn:hover,.careersCtaBtn:hover,.careersJobCard:active,.careersJobCard:hover,.careersMotionCard:active,.careersMotionCard:hover{transform:none}}@media (min-width:901px){.careersJobCard{align-items:center;flex-direction:row;gap:clamp(16px,2vw,22px);padding:18px 20px}.careersJobTop{align-items:center;flex:1 1;min-width:0}.careersJobIconWrap{height:52px;width:52px}.careersApplyBtn{flex-shrink:0;padding:12px 22px;width:auto}}@media (max-width:900px){.careersBenefitsGrid,.careersValuesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.careersMotionCard:hover{transform:scale(1.025)}.careersJobCard:hover{transform:scale(1.01)}}@media (max-width:560px){.careersBenefitsGrid,.careersValuesGrid{grid-template-columns:1fr}.careersMotionCard{padding:18px 16px}}.blogPage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:28px 22px 72px}.blogInner{margin:0 auto;max-width:1120px}.blogBack{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 20px;text-decoration:none}.blogBack:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.blogHero{margin-bottom:40px;text-align:center}.blogHeroTitle{color:#004e98;font-size:clamp(26px,4.2vw,40px);font-weight:800;letter-spacing:.06em;line-height:1.12;margin:0 auto 14px;text-transform:uppercase}.blogHeroSub{color:#5a6b7a;font-size:clamp(15px,1.4vw,17px);font-weight:600;line-height:1.55;margin:0 auto;max-width:640px}.blogFeatured{grid-gap:clamp(24px,4vw,40px);align-items:center;background:#fff;border:1px solid #004e9838;border-radius:16px;display:grid;gap:clamp(24px,4vw,40px);grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);margin-bottom:56px;padding:clamp(20px,3vw,28px)}.blogFeaturedText{display:flex;flex-direction:column;gap:12px;order:1;text-align:start}.homeRoot[dir=rtl] .blogFeaturedText{order:2}.homeRoot[dir=rtl] .blogFeaturedImgWrap{order:1}.blogFeaturedKicker{color:#004e98;font-size:11px;font-weight:800;letter-spacing:.16em;margin:0;opacity:.85;text-transform:uppercase}.blogFeaturedTitle{color:#004e98;font-size:clamp(22px,2.8vw,30px);font-weight:800;line-height:1.2;margin:0}.blogFeaturedExcerpt{color:#5a6b7a;font-size:15px;font-weight:600;line-height:1.55;margin:0}.blogMetaRow{color:#5a6b7a;display:flex;flex-wrap:wrap;font-size:13px;font-weight:600;gap:14px 20px;margin-top:4px}.blogMetaItem{align-items:center;display:inline-flex;gap:6px}.blogMetaIcon{color:#004e98;flex-shrink:0;height:16px;opacity:.65;width:16px}.blogReadLink{align-items:center;color:#004e98;display:inline-flex;font-size:14px;font-weight:800;gap:8px;margin-top:8px;text-decoration:none;width:fit-content}.blogReadLink:hover{text-decoration:underline;text-underline-offset:3px}.blogFeaturedImgWrap{aspect-ratio:16/11;background:#e8eef3;border-radius:14px;order:2;overflow:hidden}.blogFeaturedImg{display:block;height:100%;object-fit:cover;width:100%}.blogSectionTitle{color:#004e98;font-size:13px;font-weight:800;letter-spacing:.14em;margin:0 0 22px;text-transform:uppercase}.blogGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:32px}.blogCard{background:#fff;border:1px solid #004e9840;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;min-height:100%;padding:22px 20px 18px;transition:all .5s;-webkit-user-select:none;user-select:none}.blogCard:hover{border-color:#004e98;transform:scale(1.04)}.blogCard:active{transform:scale(.97) rotate(1.2deg)}.blogCardIconWrap{display:flex;justify-content:center;margin-bottom:14px}.blogCardIconImg{display:block;height:56px;object-fit:contain;width:56px}.blogCardCat{color:#5a6b7a;font-size:11px;font-weight:700;letter-spacing:.08em;margin:0 0 8px;text-align:center;text-transform:uppercase}.blogCardTitle{color:#004e98;font-size:clamp(16px,1.4vw,18px);font-weight:800;line-height:1.3;margin:0 0 10px;text-align:center}.blogCardExcerpt{color:#5a6b7a;flex:1 1;font-size:13px;font-weight:600;line-height:1.5;margin:0 0 auto;text-align:center}.blogCardFooter{align-items:flex-end;border-top:1px solid #004e981f;display:flex;gap:12px;justify-content:space-between;margin-top:16px;padding-top:12px}.blogCardMetaCol{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0;text-align:start}.blogCardMetaLine{align-items:center;color:#5a6b7a;display:flex;flex-wrap:wrap;font-size:11px;font-weight:600;gap:6px 10px;line-height:1.35}.blogCardMetaChunk{align-items:center;display:inline-flex;gap:5px}.blogCardMetaSep{color:#5a6b7a73;font-weight:400;-webkit-user-select:none;user-select:none}.blogCardDateRow{align-items:center;color:#5a6b7a;display:flex;font-size:11px;font-weight:600;gap:5px}.blogCardFooterIcon{color:#004e98;flex-shrink:0;height:14px;opacity:.55;width:14px}.blogCardRead{align-items:center;color:#004e98;display:inline-flex;flex-shrink:0;font-size:12px;font-weight:800;gap:4px;text-decoration:none}.blogCardRead:hover{text-decoration:underline}.blogLoadMoreWrap{display:flex;justify-content:center;margin-bottom:56px}.blogLoadMore{align-items:center;background:#fff;border:2px solid #004e98;border-radius:999px;color:#004e98;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.1em;padding:14px 32px;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease,background .2s ease}.blogLoadMore:hover:not(:disabled){background:#004e980f;transform:scale(1.02)}.blogLoadMore:disabled{cursor:default;opacity:.72}.blogNewsletter{background:#fff;border:1px solid #004e9833;border-radius:16px;margin:0 auto;max-width:560px;padding:36px 28px 40px;text-align:center}.blogNewsletterTitle{color:#004e98;font-size:clamp(18px,2vw,22px);font-weight:800;letter-spacing:.08em;margin:0 0 12px;text-transform:uppercase}.blogNewsletterLead{color:#5a6b7a;font-size:15px;font-weight:600;line-height:1.5;margin:0 0 22px}.blogNewsletterForm{align-items:stretch;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.blogNewsletterInput{border:1px solid #004e9859;border-radius:999px;color:#004e98;flex:1 1;font-family:inherit;font-size:15px;font-weight:600;max-width:320px;min-width:200px;outline:none;padding:14px 18px}.blogNewsletterInput::placeholder{color:#004e9873}.blogNewsletterInput:focus{border-color:#004e98;box-shadow:0 0 0 3px #004e981f}.blogNewsletterBtn{background:#004e98;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:inherit;font-size:11px;font-weight:800;letter-spacing:.14em;padding:14px 28px;text-transform:uppercase;transition:opacity .2s ease}.blogNewsletterBtn:hover{opacity:.92}@media (prefers-reduced-motion:reduce){.blogCard,.blogLoadMore{transition:none}.blogCard:active,.blogCard:hover,.blogLoadMore:hover{transform:none}}@media (max-width:900px){.blogFeatured{grid-template-columns:1fr}.blogFeaturedImgWrap,.homeRoot[dir=rtl] .blogFeaturedImgWrap{order:-1}.blogGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.blogGrid{grid-template-columns:1fr}.blogNewsletterForm{flex-direction:column}.blogNewsletterInput{max-width:none}}.cookiePage{background:#fff;color:#004e98;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:24px max(clamp(14px,4.5vw,22px),env(safe-area-inset-right,0px)) 72px max(clamp(14px,4.5vw,22px),env(safe-area-inset-left,0px))}.cookieInner{box-sizing:border-box;margin:0 auto;max-width:720px;width:100%}.cookieBack{align-items:center;color:#004e98;display:inline-flex;font-size:16px;font-weight:800;gap:8px;margin:0 0 22px;text-decoration:none}.cookieBack:hover{opacity:.85;text-decoration:underline;text-underline-offset:3px}.cookiePageHeader{align-items:center;display:flex;flex-direction:row;gap:16px;margin-bottom:24px;text-align:start}.cookiePageIconWrap{align-items:center;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.cookiePageIcon{height:48px;object-fit:contain;width:48px}.cookiePageTitles{min-width:0}.cookiePageTitle{color:#004e98;font-size:clamp(20px,3.5vw,28px);font-weight:800;letter-spacing:.08em;line-height:1.15;margin:0 0 6px;text-transform:uppercase}.cookiePageTitle--ar{letter-spacing:.02em;text-transform:none}.cookiePageSub{margin:0;opacity:.85}.cookieIntro,.cookiePageSub{color:#004e98;font-size:15px;font-weight:600}.cookieIntro{line-height:1.65;margin:0 0 28px;opacity:.9}.cookieIntro p{margin:0 0 14px}.cookieIntro p:last-child{margin-bottom:0}.cookieCard{align-items:flex-start;background:#fff;border:1px solid #004e98;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;margin-bottom:14px;padding:20px 18px;transition:transform .45s ease,box-shadow .45s ease}.cookieCard:hover{transform:scale(1.015)}.cookieCard:active{transform:scale(.99) rotate(.5deg)}.cookieCardBody{flex:1 1;min-width:0}.cookieCardHead{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.cookieCardTitle{color:#004e98;font-size:17px;font-weight:800;margin:0}.cookieBadge{background:#004e98;border-radius:999px;color:#fff;display:inline-block;font-size:10px;font-weight:800;letter-spacing:.08em;padding:4px 12px;text-transform:uppercase}.cookieCardDesc{color:#004e98;font-size:14px;font-weight:600;line-height:1.55;margin:0 0 10px;opacity:.88}.cookieCardExamples{color:#5a6b7a;font-size:13px;font-style:italic;font-weight:600;line-height:1.45;margin:0}.cookieToggleWrap{flex-shrink:0;padding-top:2px}.cookieToggle{background:#c5d4e0;border:none;border-radius:999px;cursor:pointer;height:28px;padding:0;position:relative;transition:background .2s ease;width:52px}.cookieToggle:focus-visible{outline:2px solid #004e98;outline-offset:3px}.cookieToggle--on{background:#004e98}.cookieToggle--disabled{cursor:default;opacity:1}.cookieToggleKnob{background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;height:22px;left:3px;pointer-events:none;position:absolute;top:3px;transition:transform .2s ease;width:22px}.cookieToggle--on .cookieToggleKnob{transform:translateX(24px)}.homeRoot[dir=rtl] .cookieToggleKnob{left:auto;right:3px}.homeRoot[dir=rtl] .cookieToggle--on .cookieToggleKnob{transform:translateX(-24px)}.cookieActions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 24px}.cookieBtnPrimary{align-items:center;background:#004e98;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:800;gap:10px;justify-content:center;letter-spacing:.08em;padding:14px 24px;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease}.cookieBtnPrimary:hover{opacity:.93;transform:scale(1.02)}.cookieBtnGhost{align-items:center;background:#fff;border:2px solid #004e98;border-radius:12px;color:#004e98;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.08em;padding:14px 24px;text-transform:uppercase;transition:opacity .2s ease,transform .2s ease,background .2s ease}.cookieBtnGhost:hover{background:#004e980f;transform:scale(1.02)}.cookieInfoBox{background:#fff;border:1px solid #004e9847;border-radius:12px;padding:20px 18px}.cookieInfoTitle{color:#004e98;font-size:15px;font-weight:800;margin:0 0 10px}.cookieInfoText{color:#5a6b7a;font-size:14px;font-weight:600;line-height:1.55;margin:0}.cookieInfoLinks{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:12px}.cookieInfoLink{color:#004e98;font-size:14px;font-weight:800;text-decoration:none}.cookieInfoLink:hover{text-decoration:underline;text-underline-offset:3px}@media (prefers-reduced-motion:reduce){.cookieBtnGhost,.cookieBtnPrimary,.cookieCard{transition:none}.cookieBtnGhost:hover,.cookieBtnPrimary:hover,.cookieCard:active,.cookieCard:hover{transform:none}.cookieToggle,.cookieToggleKnob{transition:none}}@media (max-width:520px){.cookiePageHeader{align-items:flex-start;flex-direction:column}.cookieCard{align-items:stretch;flex-direction:column}.cookieToggleWrap{align-self:flex-end;padding-top:0}.cookieActions{flex-direction:column}.cookieBtnGhost,.cookieBtnPrimary{width:100%}}.signInRoot{grid-gap:0;align-content:stretch;align-items:stretch;background:#fff;color:#004e98;display:grid;font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;gap:0;grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:100dvh;inset:0;max-height:100dvh;overflow:hidden;overscroll-behavior:none;position:fixed;width:100%}.signInLeft{display:flex;flex-direction:column;grid-column:1;grid-row:1;min-height:0;min-width:0;overflow:visible;position:relative}.signInHeader{grid-gap:16px;align-items:center;box-sizing:border-box;display:grid;flex-shrink:0;gap:16px;grid-template-columns:minmax(0,1fr) auto;margin:0 auto;max-width:none;padding:20px clamp(22px,5vw,56px) 16px;position:relative;width:90%;z-index:5}.signInHeaderLang{justify-self:end;position:relative}.signInHeaderLang,.signInHeaderLang .navbarLang,.signInHeaderLang .navbarLangDropdown.menu{max-width:100%;width:max-content}.signInLogoLink{display:inline-block;justify-self:start;min-width:0;text-decoration:none}.signInLogo{display:block;height:auto;width:clamp(150px,38vw,200px)}.signInMain{align-items:stretch;margin:0;max-width:none;overflow:hidden;padding:0}.signInFormCol,.signInMain{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.signInFormCol{-webkit-overflow-scrolling:touch;justify-content:center;margin-inline:auto;max-width:480px;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:clamp(20px,3vw,48px) clamp(18px,4vw,56px);scrollbar-color:#004e98 #004e9817;scrollbar-color:var(--pp-blue,#004e98) var(--pp-scrollbar-track,#004e9817);scrollbar-width:thin}.signInFormCol::-webkit-scrollbar{width:8px}.signInFormCol::-webkit-scrollbar-track{background:#004e9817;background:var(--pp-scrollbar-track,#004e9817)}.signInFormCol::-webkit-scrollbar-thumb{background-color:#004e98;background-color:var(--pp-blue,#004e98);border-radius:999px}.signInFormCol::-webkit-scrollbar-thumb:hover{background-color:#003f7a;background-color:var(--pp-blue-hover,#003f7a)}.signInTitle{font-size:clamp(26px,3.5vw,36px);font-weight:800;margin:0 0 8px}.signInAuthError{background:#c6282814;border-radius:10px;color:#c62828;font-size:14px;font-weight:600;margin:0 0 12px;padding:10px 12px}.signInForm.sectionEightForm{max-width:100%}.signUpMatchError{color:#c62828;font-size:14px;font-weight:600;margin:0 0 4px}.signInSubmitBtn.navbarStartFree{border:none;box-shadow:0 10px 28px #004e9847;font-family:inherit;height:auto;margin-top:10px;min-height:50px;min-width:0;min-width:auto;padding:14px 20px;width:100%}.signInSubmitBtn.navbarStartFree:hover{box-shadow:0 12px 32px #004e9859}.signInDivider{align-items:center;display:flex;gap:16px;margin:30px 0 22px}.signInDividerLine{background:#004e98;flex:1 1;height:1px;opacity:.35}.signInDividerText{color:#004e98e6;font-size:15px;font-weight:600;text-align:center;white-space:nowrap}.signInSocialRow{flex-wrap:wrap;gap:18px}.signInSocialBtn,.signInSocialRow{display:flex;justify-content:center}.signInSocialBtn{align-items:center;appearance:none;-webkit-appearance:none;background:#fff;border:2px solid #004e9859;border-radius:50%;color:#004e98;cursor:pointer;font:inherit;height:60px;margin:0;padding:0;transition:border-color .22s cubic-bezier(.4,0,.2,1),background-color .22s cubic-bezier(.4,0,.2,1),transform .2s ease;width:60px}.signInSocialBtn:hover{background:#004e980f;border-color:#004e98;transform:translateY(-2px)}.signInSocialBtn:focus-visible{outline:2px solid #004e98;outline-offset:3px}.signInSocialImg{display:block;height:30px;object-fit:contain;width:30px}.signInSignup{color:#004e98;font-size:15px;font-weight:600;margin:28px 0 0;text-align:center}.signInSignupLink{color:#004e98;font-weight:800;text-decoration:underline;text-underline-offset:3px}.signInSignupLink:hover{opacity:.85}.signInVisualCol{background:#e8ecf2;box-sizing:border-box;display:block;grid-column:2;grid-row:1;height:100%;min-height:0;min-height:100%;min-width:0;overflow:hidden;position:relative;z-index:0}.signInRoot[dir=rtl] .signInHeaderLang .navbarLangDropdown .submenu{left:auto;right:0}.signInVisual{display:block;height:100%;inset:0;object-fit:cover;object-position:center 22%;position:absolute;width:100%}.signUpVisual{object-position:center 28%}@media (max-width:900px){.signInRoot{grid-template-columns:1fr}.signInLeft{grid-column:1;grid-row:1}.signInVisualCol{display:none}.signInMain{align-items:center}.signInFormCol{justify-content:center;margin-inline:auto;max-width:420px;padding:8px clamp(18px,5vw,28px) 40px}.signInTitle{text-align:center}.signInDividerText{line-height:1.35;max-width:200px;text-align:center;white-space:normal}}@media (prefers-reduced-motion:reduce){.signInSocialBtn{transition:none}.signInSocialBtn:hover{transform:none}}
/*# sourceMappingURL=main.0e76a569.css.map*/