
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
.ast-container,#content .ast-container,.site-content,#primary,.ast-page-builder-template .ast-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}
body{overflow-x:hidden!important}
.agh-wrap{--navy:#1a1454;--red:#e8384f;--blue:#2f5fe0;--gold:#f4b740;--gray:#6b7280;--line:#e5e7eb;font-family:'Poppins',Arial,sans-serif;color:#1f2430;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.agh-wrap *{box-sizing:border-box}
.agh-wrap h1,.agh-wrap h2,.agh-wrap h3{font-family:'Poppins',Arial,sans-serif;color:var(--navy);margin:0;line-height:1.25}
.agh-wrap p{margin:0;color:var(--gray);line-height:1.65}
.agh-topbar{background:var(--navy);color:#fff;font-size:13px;padding:8px 16px;display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.agh-topbar a{color:#fff;text-decoration:none;display:flex;gap:6px;align-items:center}
.agh-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);box-shadow:0 6px 20px -14px rgba(20,20,60,.2);position:sticky;top:0;z-index:50}
.agh-logo{display:flex;align-items:center;gap:8px}
.agh-wrap a{text-decoration:none!important}
.agh-mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 14px 24px -14px rgba(20,20,60,.25);position:sticky;top:65px;z-index:49}
.agh-mobile-nav.open{display:flex}
.agh-mobile-nav a{color:var(--navy)!important;font-weight:600;font-size:15px;padding:14px 20px;border-bottom:1px solid var(--line)}
.agh-mobile-nav a:last-child{border-bottom:none}
.agh-burger{width:26px;height:20px;position:relative;margin-left:12px;flex-shrink:0;cursor:pointer}
.agh-burger span{position:absolute;left:0;right:0;height:2.5px;background:var(--navy);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.agh-burger span:nth-child(1){top:0}.agh-burger span:nth-child(2){top:8px}.agh-burger span:nth-child(3){top:16px}
.agh-burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.agh-burger.active span:nth-child(2){opacity:0}
.agh-burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.agh-cta-btn{background:var(--red);color:#fff!important;border:none;padding:12px 20px;border-radius:10px;font-weight:600;font-size:14px;text-decoration:none!important;display:inline-flex;align-items:center;gap:6px;box-shadow:0 10px 22px -8px rgba(232,56,79,.55);white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease}
.agh-cta-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px -8px rgba(232,56,79,.65)}
.agh-cta-btn.outline{background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.6);box-shadow:none}
.agh-cta-btn.outline:hover{background:#fff;color:var(--navy)!important}
.agh-pagehero{position:relative;padding:60px 16px;background:linear-gradient(135deg,#1a1454,#120e38);text-align:center}
.agh-pagehero .agh-badge{background:rgba(255,255,255,.15);color:#fff}
.agh-pagehero h1{color:#fff;font-size:30px;font-weight:800}
.agh-pagehero p{color:#e2e0f5;margin-top:12px;font-size:15px;max-width:640px;margin-left:auto;margin-right:auto}
.agh-pagehero .agh-btnrow{display:flex;flex-direction:column;gap:12px;margin-top:22px;max-width:340px;margin-left:auto;margin-right:auto}
.agh-section{padding:44px 16px}
.agh-section.dark{background:var(--navy)}
.agh-section.gray{background:#f6f7fb}
.agh-sec-head{text-align:center;margin-bottom:28px}
.agh-badge{display:inline-block;background:#e9f0ff;color:var(--blue);font-weight:700;font-size:11.5px;letter-spacing:1.2px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:12px}
.agh-section.dark .agh-badge{background:rgba(255,255,255,.12);color:#fff}
.agh-sec-head h2{font-size:24px;font-weight:800}
.agh-sec-head p{margin-top:10px;font-size:14.5px;max-width:560px;margin-left:auto;margin-right:auto}
.agh-section.dark .agh-sec-head h2,.agh-section.dark .agh-sec-head p{color:#fff}
.agh-section.dark .agh-sec-head p{opacity:.75}
.agh-checklist{display:flex;flex-direction:column;gap:14px}
.agh-checkitem{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:0 6px 16px -12px rgba(20,20,60,.18)}
.agh-checkitem .ic{width:28px;height:28px;border-radius:50%;background:#e6f7ee;color:#1a9a55;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:800;font-size:14px}
.agh-checkitem p{color:#374151;font-size:14.5px}
.agh-unigrid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.agh-unicard2{background:#fff;border-radius:14px;padding:20px 12px;text-align:center;font-weight:700;color:var(--navy);font-size:14.5px;box-shadow:0 8px 18px -12px rgba(20,20,60,.18);border:1px solid var(--line);transition:transform .18s ease}
.agh-unicard2:hover{transform:translateY(-3px);border-color:var(--blue)}
.agh-numlist{display:flex;flex-direction:column;gap:14px}
.agh-numitem{display:flex;gap:14px;align-items:flex-start}
.agh-numitem .n{width:30px;height:30px;border-radius:8px;background:#e9f0ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;flex-shrink:0}
.agh-numitem p{font-size:14.5px;color:#374151}
.agh-glance{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.agh-glance div{background:#fff;border-left:3px solid var(--gold);border-radius:10px;padding:12px 14px;font-size:13.5px;font-weight:600;color:var(--navy);box-shadow:0 6px 14px -12px rgba(20,20,60,.18)}
.agh-steps{display:flex;flex-direction:column;gap:22px}
.agh-step-num{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:16px;margin-bottom:10px}
.agh-step h3{color:#fff;font-size:17px;margin-bottom:6px}
.agh-step p{color:#fff;opacity:.75;font-size:13.5px}
.agh-prose{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;box-shadow:0 8px 20px -14px rgba(20,20,60,.15)}
.agh-prose p{font-size:14.5px;margin-bottom:14px}
.agh-prose p:last-child{margin-bottom:0}
.agh-redcta{background:linear-gradient(135deg,#e8384f,#c81f36);border-radius:16px;padding:36px 22px;text-align:center}
.agh-redcta h2{color:#fff;font-size:24px}
.agh-redcta p{color:#fff;opacity:.9;margin-top:12px;font-size:14.5px}
.agh-redcta .agh-cta-btn{background:#fff;color:var(--red)!important;margin-top:20px;justify-content:center;width:100%;padding:14px;max-width:340px;margin-left:auto;margin-right:auto}
.agh-contact-info{display:flex;flex-direction:column;gap:16px;margin-top:22px}
.agh-info-item{display:flex;gap:14px;align-items:flex-start}
.agh-info-icon{width:44px;height:44px;border-radius:10px;background:#e9f0ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.agh-info-item b{color:var(--navy);font-size:15px;display:block}
.agh-info-item span{font-size:13px;color:var(--gray)}
.agh-form-card{background:#fff;border-radius:16px;padding:26px 20px;margin-top:28px;box-shadow:0 10px 30px -14px rgba(0,0,0,.2)}
.agh-form-card h2{font-size:22px}
.agh-form-card>p{margin-top:8px;font-size:14px}
.agh-field{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 14px;font-size:14px;margin-top:14px;background:#fbfbfe;font-family:inherit;color:#1f2430}
.agh-field:focus{outline:2px solid var(--blue)}
.agh-form-card .agh-cta-btn{width:100%;justify-content:center;margin-top:16px;padding:14px}
.agh-disclaimer{font-size:12px;color:var(--gray);text-align:center;margin-top:10px}
.agh-footer{background:linear-gradient(180deg,#1a1454,#120e38);color:#fff;padding:0 20px 24px;position:relative}
.agh-footer::before{content:'';display:block;height:4px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue))}
.agh-footer-top{padding:44px 0 32px}
.agh-footer-logo{display:flex;align-items:center;gap:8px;font-weight:800;font-size:22px;color:#fff}
.agh-footer p{color:#c9c8dd;margin-top:14px;font-size:14px;max-width:340px}
.agh-social{display:flex;gap:10px;margin-top:20px}
.agh-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px;transition:background .18s ease,transform .18s ease}
.agh-social a:hover{background:var(--red);transform:translateY(-3px)}
.agh-footer-links{margin-top:26px}
.agh-footer-links h4{color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px;opacity:.85}
.agh-footer-links a{display:block;color:#c9c8dd!important;text-decoration:none!important;font-size:14.5px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .18s ease,padding-left .18s ease}
.agh-footer-links a:hover{color:#fff!important;padding-left:4px}
.agh-footer-contact{margin-top:26px;display:flex;flex-direction:column;gap:14px}
.agh-footer-contact div{display:flex;gap:10px;align-items:flex-start;color:#c9c8dd;font-size:14px}
.agh-footer-contact div b{color:#fff;font-weight:600}
.agh-footer-bottom{text-align:center;color:#9694b8;font-size:12.5px;margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
@media(min-width:900px){
.agh-header,.agh-topbar{padding-left:60px;padding-right:60px}
.agh-section{padding:64px 60px}
.agh-pagehero{padding:80px 60px}
.agh-pagehero .agh-btnrow{flex-direction:row;max-width:420px}
.agh-checklist{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.agh-unigrid2{grid-template-columns:repeat(4,1fr)}
.agh-glance{grid-template-columns:1fr 1fr 1fr}
.agh-steps{flex-direction:row}
.agh-step{flex:1}
.agh-footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}
.agh-footer-links,.agh-footer-contact{margin-top:0}
.agh-nav-desktop{display:flex;gap:22px;font-weight:600;font-size:14px;color:var(--navy)}
.agh-burger{display:none}
.agh-2col{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
}
@media(max-width:899px){.agh-nav-desktop{display:none}}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
.ast-container,#content .ast-container,.site-content,#primary,.ast-page-builder-template .ast-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}
body{overflow-x:hidden!important}
.agh-wrap{--navy:#141149;--navy2:#1c1760;--red:#e63950;--blue:#3660f4;--gold:#f5b731;--gray:#667085;--line:#e7e8f2;--bg:#f7f8fd;font-family:'Manrope',Arial,sans-serif;color:#20233d;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.agh-wrap *{box-sizing:border-box}
.agh-wrap h1,.agh-wrap h2,.agh-wrap h3{font-family:'Poppins',Arial,sans-serif;color:var(--navy);margin:0;line-height:1.2}
.agh-wrap p{margin:0;color:var(--gray);line-height:1.65}
.agh-wrap a{text-decoration:none!important}
.agh-topbar{background:var(--navy);color:#fff;font-size:13px;padding:9px 16px;display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}
.agh-topbar a{color:#fff;text-decoration:none;display:flex;gap:6px;align-items:center;opacity:.92}
.agh-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);box-shadow:0 8px 24px -18px rgba(20,17,73,.3);position:sticky;top:0;z-index:80}
.agh-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy);font-size:19px;cursor:pointer}
.agh-logo small{display:block;font-size:9px;font-weight:500;color:var(--gray);letter-spacing:.3px}
.agh-logo-mark{background:linear-gradient(135deg,var(--blue),var(--navy));color:#fff;font-size:14px;font-weight:800;padding:7px 10px;border-radius:9px;line-height:1;box-shadow:0 6px 14px -6px rgba(54,96,244,.6)}
.agh-cta-btn{background:var(--red);color:#fff!important;border:none;padding:12px 20px;border-radius:11px;font-weight:700;font-size:14px;text-decoration:none!important;display:inline-flex;align-items:center;gap:6px;box-shadow:0 12px 24px -10px rgba(230,57,80,.55);white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;border:0}
.agh-cta-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px -10px rgba(230,57,80,.65)}
.agh-cta-btn.outline{background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.55);box-shadow:none}
.agh-cta-btn.outline:hover{background:rgba(255,255,255,.15)}
.agh-cta-btn.ghost{background:transparent;color:var(--navy)!important;border:2px solid var(--line);box-shadow:none}
.agh-cta-btn.ghost:hover{border-color:var(--navy)}
.agh-burger{width:26px;height:20px;position:relative;margin-left:14px;flex-shrink:0;cursor:pointer;background:none;border:0;padding:0}
.agh-burger span{position:absolute;left:0;right:0;height:2.5px;background:var(--navy);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.agh-burger span:nth-child(1){top:0}.agh-burger span:nth-child(2){top:8px}.agh-burger span:nth-child(3){top:16px}
.agh-burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.agh-burger.active span:nth-child(2){opacity:0}
.agh-burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.agh-nav-desktop{display:flex;gap:2px;font-weight:600;font-size:13.5px;color:var(--navy);align-items:center}
.agh-nav-desktop>a{padding:9px 11px;border-radius:9px;color:var(--navy)!important;white-space:nowrap}
.agh-nav-desktop>a:hover{background:var(--bg)}
.agh-navitem{position:relative}
.agh-navitem>button{background:none;border:0;font:inherit;font-weight:600;font-size:13.5px;color:var(--navy);padding:9px 11px;border-radius:9px;display:flex;align-items:center;gap:4px;cursor:pointer;white-space:nowrap}
.agh-navitem>button:hover{background:var(--bg)}
.agh-caret{font-size:10px;opacity:.65;transition:transform .18s ease}
.agh-navitem.open .agh-caret{transform:rotate(180deg)}
.agh-navitem.open>button{background:var(--bg);color:var(--blue)}
.agh-dropdown-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 48px -18px rgba(20,17,73,.35);padding:12px;min-width:270px;z-index:90}
.agh-dropdown-2col{min-width:500px;grid-template-columns:1fr 1fr;gap:2px}
.agh-navitem.open .agh-dropdown-menu{display:grid}
.agh-dropdown-menu a{display:block;padding:10px 12px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--navy)!important;white-space:nowrap}
.agh-dropdown-menu a:hover{background:var(--bg);color:var(--blue)!important}
.agh-mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 30px -16px rgba(20,17,73,.3);position:sticky;top:65px;z-index:70;max-height:calc(100vh - 65px);overflow-y:auto}
.agh-mobile-nav.open{display:flex}
.agh-mobile-nav>a{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line)}
.agh-mnav-group summary{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line);cursor:pointer;list-style:none}
.agh-mnav-group summary::-webkit-details-marker{display:none}
.agh-mnav-group summary::after{content:'+';float:right;font-weight:800;color:var(--blue)}
.agh-mnav-group[open] summary::after{content:'2212'}
.agh-mnav-group a{display:block;padding:12px 20px 12px 34px!important;font-size:14px!important;font-weight:500!important;border-bottom:1px solid var(--line);color:var(--navy)!important}
.agh-section{padding:60px 16px}
.agh-section.dark{background:linear-gradient(160deg,var(--navy),#0d0b33)}
.agh-section.gray{background:var(--bg)}
.agh-sec-head{text-align:center;margin-bottom:34px}
.agh-badge{display:inline-block;background:linear-gradient(135deg,#e9edff,#dbe4ff);color:var(--blue);font-weight:700;font-size:11.5px;letter-spacing:1.3px;text-transform:uppercase;padding:7px 15px;border-radius:20px;margin-bottom:14px;box-shadow:0 4px 10px -6px rgba(54,96,244,.3)}
.agh-section.dark .agh-badge{background:rgba(255,255,255,.14);color:#fff;box-shadow:none}
.agh-sec-head h2{font-size:27px;font-weight:800;position:relative;display:inline-block;padding-bottom:16px}
.agh-sec-head h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--red),var(--gold))}
.agh-sec-head p{margin-top:14px;font-size:15px;max-width:560px;margin-left:auto;margin-right:auto}
.agh-section.dark .agh-sec-head h2,.agh-section.dark .agh-sec-head p{color:#fff}
.agh-section.dark .agh-sec-head p{opacity:.75}
.agh-btn-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}
.agh-pill{border:1.5px solid var(--line);border-radius:14px;padding:13px 18px;font-weight:700;font-size:14px;color:var(--navy)!important;display:flex;align-items:center;gap:9px;background:#fff;transition:all .18s ease;box-shadow:0 6px 14px -10px rgba(20,17,73,.15)}
.agh-pill:hover{border-color:var(--red);background:#fff5f6;transform:translateY(-3px);box-shadow:0 12px 22px -12px rgba(230,57,80,.3)}
.agh-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0}
.agh-jobgrid{display:flex;flex-wrap:wrap;gap:11px;justify-content:center}
.agh-form-card{background:#fff;border-radius:22px;padding:28px 22px;box-shadow:0 26px 54px -24px rgba(20,17,73,.28)}
.agh-form-card h2{font-size:22px}
.agh-form-card>p{margin-top:8px;font-size:14px}
.agh-form-card .fluentform label{font-weight:600;color:var(--navy);font-size:13.5px}
.agh-form-card .fluentform input[type=text],.agh-form-card .fluentform input[type=email],.agh-form-card .fluentform input[type=tel],.agh-form-card .fluentform select,.agh-form-card .fluentform textarea{border:1px solid var(--line)!important;border-radius:10px!important;padding:13px 14px!important;font-size:14px!important;background:var(--bg)!important;font-family:inherit!important}
.agh-form-card .ff-btn,.agh-form-card .ff-btn-submit{background:var(--red)!important;border:none!important;border-radius:12px!important;padding:14px 18px!important;font-weight:700!important;width:100%!important;box-shadow:0 14px 26px -10px rgba(230,57,80,.5)!important}
.agh-footer{background:linear-gradient(180deg,var(--navy),#0a0830);color:#fff;padding:0 20px 24px;position:relative}
.agh-footer::before{content:'';display:block;height:4px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue))}
.agh-footer-top{padding:46px 0 32px}
.agh-footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:#fff}
.agh-footer p{color:#c3c2e0;margin-top:14px;font-size:14px;max-width:320px}
.agh-social{display:flex;gap:10px;margin-top:20px}
.agh-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px;transition:background .18s ease,transform .18s ease}
.agh-social a:hover{background:var(--red);transform:translateY(-3px)}
.agh-footer-links h4{color:#fff;font-size:12.5px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:15px;opacity:.8}
.agh-footer-links a{display:block;color:#c3c2e0!important;text-decoration:none!important;font-size:14px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .18s ease,padding-left .18s ease}
.agh-footer-links a:hover{color:#fff!important;padding-left:4px}
.agh-footer-links a:last-child{border-bottom:none}
.agh-footer-contact{display:flex;flex-direction:column;gap:14px}
.agh-footer-contact div{display:flex;gap:10px;align-items:flex-start;color:#c3c2e0;font-size:14px}
.agh-footer-contact div b{color:#fff;font-weight:600}
.agh-footer-bottom{text-align:center;color:#8f8db3;font-size:12.5px;margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
@media(min-width:900px){
.agh-footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:36px}
.agh-header,.agh-topbar{padding-left:40px;padding-right:40px}
.agh-section{padding:80px 60px}
.agh-burger{display:none}
.agh-cta-btn{padding:11px 18px;font-size:13.5px}
}
@media(max-width:899px){.agh-nav-desktop{display:none}}

.agh-cta-form-section{padding:60px 16px;background:var(--bg)}
.agh-cta-form-wrap{max-width:640px;margin:0 auto;background:#fff;border-radius:22px;padding:30px 22px;box-shadow:0 26px 54px -24px rgba(20,17,73,.28);text-align:center}
.agh-cta-form-wrap h2{font-size:22px}
.agh-cta-form-wrap>p{margin-top:8px;font-size:14px;margin-bottom:18px}
.agh-cta-form-wrap .fluentform{text-align:left}
.agh-cta-form-wrap .fluentform label{font-weight:600;color:var(--navy);font-size:13.5px}
.agh-cta-form-wrap .fluentform input[type=text],.agh-cta-form-wrap .fluentform input[type=email],.agh-cta-form-wrap .fluentform input[type=tel],.agh-cta-form-wrap .fluentform select,.agh-cta-form-wrap .fluentform textarea{border:1px solid var(--line)!important;border-radius:10px!important;padding:13px 14px!important;font-size:14px!important;background:var(--bg)!important;font-family:inherit!important}
.agh-cta-form-wrap .ff-btn,.agh-cta-form-wrap .ff-btn-submit{background:var(--red)!important;border:none!important;border-radius:12px!important;padding:14px 18px!important;font-weight:700!important;width:100%!important;box-shadow:0 14px 26px -10px rgba(230,57,80,.5)!important}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
.ast-container,#content .ast-container,.site-content,#primary,.ast-page-builder-template .ast-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}
body{overflow-x:hidden!important}
.entry-content > .agh-wrap, .entry-content .agh-wrap, .agh-wrap{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}
.entry-content{max-width:none!important}
.agh-wrap{--navy:#141149;--navy2:#1c1760;--red:#e63950;--blue:#3660f4;--gold:#f5b731;--gray:#667085;--line:#e7e8f2;--bg:#f7f8fd;font-family:'Manrope',Arial,sans-serif;color:#20233d;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.agh-wrap *{box-sizing:border-box}
.agh-wrap h1,.agh-wrap h2,.agh-wrap h3{font-family:'Poppins',Arial,sans-serif;color:var(--navy);margin:0;line-height:1.2}
.agh-wrap p{margin:0;color:var(--gray);line-height:1.65}
.agh-wrap a{text-decoration:none!important}
.agh-topbar{background:var(--navy);color:#fff;font-size:13px;padding:9px 16px;display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}
.agh-topbar a{color:#fff;text-decoration:none;display:flex;gap:6px;align-items:center;opacity:.92}
.agh-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);box-shadow:0 8px 24px -18px rgba(20,17,73,.3);position:sticky;top:0;z-index:80}
.agh-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy);font-size:19px;cursor:pointer}
.agh-logo-img{height:52px;width:auto;border-radius:8px;display:block}
.agh-footer-logo{display:flex;align-items:center}
.agh-footer-logo-img{height:56px;width:auto;border-radius:8px;background:#fff;padding:6px 10px;display:block}
.agh-cta-btn{background:var(--red);color:#fff!important;border:none;padding:12px 20px;border-radius:11px;font-weight:700;font-size:14px;text-decoration:none!important;display:inline-flex;align-items:center;gap:6px;box-shadow:0 12px 24px -10px rgba(230,57,80,.55);white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;border:0}
.agh-cta-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px -10px rgba(230,57,80,.65)}
.agh-cta-btn.outline{background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.55);box-shadow:none}
.agh-cta-btn.outline:hover{background:rgba(255,255,255,.15)}
.agh-cta-btn.ghost{background:transparent;color:var(--navy)!important;border:2px solid var(--line);box-shadow:none}
.agh-cta-btn.ghost:hover{border-color:var(--navy)}
.agh-burger{width:26px;height:20px;position:relative;margin-left:14px;flex-shrink:0;cursor:pointer;background:none;border:0;padding:0}
.agh-burger span{position:absolute;left:0;right:0;height:2.5px;background:var(--navy);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.agh-burger span:nth-child(1){top:0}.agh-burger span:nth-child(2){top:8px}.agh-burger span:nth-child(3){top:16px}
.agh-burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.agh-burger.active span:nth-child(2){opacity:0}
.agh-burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.agh-nav-desktop{display:flex;gap:2px;font-weight:600;font-size:13.5px;color:var(--navy);align-items:center}
.agh-nav-desktop>a{padding:9px 11px;border-radius:9px;color:var(--navy)!important;white-space:nowrap}
.agh-nav-desktop>a:hover{background:var(--bg)}
.agh-navitem{position:relative}
.agh-navitem>button{background:none;border:0;font:inherit;font-weight:600;font-size:13.5px;color:var(--navy);padding:9px 11px;border-radius:9px;display:flex;align-items:center;gap:4px;cursor:pointer;white-space:nowrap}
.agh-navitem>button:hover{background:var(--bg)}
.agh-caret{font-size:10px;opacity:.65;transition:transform .18s ease}
.agh-navitem.open .agh-caret{transform:rotate(180deg)}
.agh-navitem.open>button{background:var(--bg);color:var(--blue)}
.agh-dropdown-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 48px -18px rgba(20,17,73,.35);padding:12px;min-width:270px;z-index:90}
.agh-dropdown-2col{min-width:500px;grid-template-columns:1fr 1fr;gap:2px}
.agh-navitem.open .agh-dropdown-menu{display:grid}
.agh-dropdown-menu a{display:block;padding:10px 12px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--navy)!important;white-space:nowrap}
.agh-dropdown-menu a:hover{background:var(--bg);color:var(--blue)!important}
.agh-mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 30px -16px rgba(20,17,73,.3);position:sticky;top:65px;z-index:70;max-height:calc(100vh - 65px);overflow-y:auto}
.agh-mobile-nav.open{display:flex}
.agh-mobile-nav>a{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line)}
.agh-mnav-group summary{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line);cursor:pointer;list-style:none}
.agh-mnav-group summary::-webkit-details-marker{display:none}
.agh-mnav-group summary::after{content:'+';float:right;font-weight:800;color:var(--blue)}
.agh-mnav-group[open] summary::after{content:'2212'}
.agh-mnav-group a{display:block;padding:12px 20px 12px 34px!important;font-size:14px!important;font-weight:500!important;border-bottom:1px solid var(--line);color:var(--navy)!important}
.agh-section{padding:60px 16px}
.agh-section.dark{background:linear-gradient(160deg,var(--navy),#0d0b33)}
.agh-section.gray{background:var(--bg)}
.agh-sec-head{text-align:center;margin-bottom:34px}
.agh-badge{display:inline-block;background:linear-gradient(135deg,#e9edff,#dbe4ff);color:var(--blue);font-weight:700;font-size:11.5px;letter-spacing:1.3px;text-transform:uppercase;padding:7px 15px;border-radius:20px;margin-bottom:14px;box-shadow:0 4px 10px -6px rgba(54,96,244,.3)}
.agh-section.dark .agh-badge{background:rgba(255,255,255,.14);color:#fff;box-shadow:none}
.agh-sec-head h2{font-size:27px;font-weight:800;position:relative;display:inline-block;padding-bottom:16px}
.agh-sec-head h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--red),var(--gold))}
.agh-sec-head p{margin-top:14px;font-size:15px;max-width:560px;margin-left:auto;margin-right:auto}
.agh-section.dark .agh-sec-head h2,.agh-section.dark .agh-sec-head p{color:#fff}
.agh-section.dark .agh-sec-head p{opacity:.75}
.agh-btn-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}
.agh-pill{border:1.5px solid var(--line);border-radius:14px;padding:13px 18px;font-weight:700;font-size:14px;color:var(--navy)!important;display:flex;align-items:center;gap:9px;background:#fff;transition:all .18s ease;box-shadow:0 6px 14px -10px rgba(20,17,73,.15)}
.agh-pill:hover{border-color:var(--red);background:#fff5f6;transform:translateY(-3px);box-shadow:0 12px 22px -12px rgba(230,57,80,.3)}
.agh-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0}
.agh-jobgrid{display:flex;flex-wrap:wrap;gap:11px;justify-content:center}
.agh-form-card{background:#fff;border-radius:22px;padding:28px 22px;box-shadow:0 26px 54px -24px rgba(20,17,73,.28)}
.agh-form-card h2{font-size:22px}
.agh-form-card>p{margin-top:8px;font-size:14px}
.agh-form-card .fluentform label{font-weight:600;color:var(--navy);font-size:13.5px}
.agh-form-card .fluentform input[type=text],.agh-form-card .fluentform input[type=email],.agh-form-card .fluentform input[type=tel],.agh-form-card .fluentform select,.agh-form-card .fluentform textarea{border:1px solid var(--line)!important;border-radius:10px!important;padding:13px 14px!important;font-size:14px!important;background:var(--bg)!important;font-family:inherit!important}
.agh-form-card .ff-btn,.agh-form-card .ff-btn-submit{background:var(--red)!important;border:none!important;border-radius:12px!important;padding:14px 18px!important;font-weight:700!important;width:100%!important;box-shadow:0 14px 26px -10px rgba(230,57,80,.5)!important}
.agh-footer{background:linear-gradient(180deg,var(--navy),#0a0830);color:#fff;padding:0 20px 24px;position:relative}
.agh-footer::before{content:'';display:block;height:4px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue))}
.agh-footer-top{padding:46px 0 32px}
.agh-footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:#fff}
.agh-footer p{color:#c3c2e0;margin-top:14px;font-size:14px;max-width:320px}
.agh-social{display:flex;gap:10px;margin-top:20px}
.agh-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px;transition:background .18s ease,transform .18s ease}
.agh-social a:hover{background:var(--red);transform:translateY(-3px)}
.agh-footer-links h4{color:#fff;font-size:12.5px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:15px;opacity:.8}
.agh-footer-links a{display:block;color:#c3c2e0!important;text-decoration:none!important;font-size:14px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .18s ease,padding-left .18s ease}
.agh-footer-links a:hover{color:#fff!important;padding-left:4px}
.agh-footer-links a:last-child{border-bottom:none}
.agh-footer-contact{display:flex;flex-direction:column;gap:14px}
.agh-footer-contact div{display:flex;gap:10px;align-items:flex-start;color:#c3c2e0;font-size:14px}
.agh-footer-contact div b{color:#fff;font-weight:600}
.agh-footer-bottom{text-align:center;color:#8f8db3;font-size:12.5px;margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
@media(min-width:900px){
.agh-footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:36px}
.agh-header,.agh-topbar{padding-left:40px;padding-right:40px}
.agh-section{padding:80px 60px}
.agh-burger{display:none}
.agh-cta-btn{padding:11px 18px;font-size:13.5px}
}
@media(max-width:899px){.agh-nav-desktop{display:none}}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
.ast-container,#content .ast-container,.site-content,#primary,.ast-page-builder-template .ast-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}
body{overflow-x:hidden!important}
.entry-content > .agh-wrap, .entry-content .agh-wrap, .agh-wrap{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}
.entry-content{max-width:none!important}
.agh-wrap{--navy:#141149;--navy2:#1c1760;--red:#e63950;--blue:#3660f4;--gold:#f5b731;--gray:#667085;--line:#e7e8f2;--bg:#f7f8fd;font-family:'Manrope',Arial,sans-serif;color:#20233d;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.agh-wrap *{box-sizing:border-box}
.agh-wrap h1,.agh-wrap h2,.agh-wrap h3{font-family:'Poppins',Arial,sans-serif;color:var(--navy);margin:0;line-height:1.2}
.agh-wrap p{margin:0;color:var(--gray);line-height:1.65}
.agh-wrap a{text-decoration:none!important}
.agh-topbar{background:var(--navy);color:#fff;font-size:13px;padding:9px 16px;display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}
.agh-topbar a{color:#fff;text-decoration:none;display:flex;gap:6px;align-items:center;opacity:.92}
.agh-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);box-shadow:0 8px 24px -18px rgba(20,17,73,.3);position:sticky;top:0;z-index:80}
.agh-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy);font-size:19px;cursor:pointer}
.agh-logo-img{height:52px;width:auto;border-radius:8px;display:block}
.agh-footer-logo{display:flex;align-items:center}
.agh-footer-logo-img{height:56px;width:auto;border-radius:8px;background:#fff;padding:6px 10px;display:block}
.agh-cta-btn{background:var(--red);color:#fff!important;border:none;padding:12px 20px;border-radius:11px;font-weight:700;font-size:14px;text-decoration:none!important;display:inline-flex;align-items:center;gap:6px;box-shadow:0 12px 24px -10px rgba(230,57,80,.55);white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;border:0}
.agh-cta-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px -10px rgba(230,57,80,.65)}
.agh-cta-btn.outline{background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.55);box-shadow:none}
.agh-cta-btn.outline:hover{background:rgba(255,255,255,.15)}
.agh-cta-btn.ghost{background:transparent;color:var(--navy)!important;border:2px solid var(--line);box-shadow:none}
.agh-cta-btn.ghost:hover{border-color:var(--navy)}
.agh-burger{width:26px;height:20px;position:relative;margin-left:14px;flex-shrink:0;cursor:pointer;background:none;border:0;padding:0}
.agh-burger span{position:absolute;left:0;right:0;height:2.5px;background:var(--navy);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.agh-burger span:nth-child(1){top:0}.agh-burger span:nth-child(2){top:8px}.agh-burger span:nth-child(3){top:16px}
.agh-burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.agh-burger.active span:nth-child(2){opacity:0}
.agh-burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.agh-nav-desktop{display:flex;gap:2px;font-weight:600;font-size:13.5px;color:var(--navy);align-items:center}
.agh-nav-desktop>a{padding:9px 11px;border-radius:9px;color:var(--navy)!important;white-space:nowrap}
.agh-nav-desktop>a:hover{background:var(--bg)}
.agh-navitem{position:relative}
.agh-navitem>button{background:none;border:0;font:inherit;font-weight:600;font-size:13.5px;color:var(--navy);padding:9px 11px;border-radius:9px;display:flex;align-items:center;gap:4px;cursor:pointer;white-space:nowrap}
.agh-navitem>button:hover{background:var(--bg)}
.agh-caret{font-size:10px;opacity:.65;transition:transform .18s ease}
.agh-navitem.open .agh-caret{transform:rotate(180deg)}
.agh-navitem.open>button{background:var(--bg);color:var(--blue)}
.agh-dropdown-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 48px -18px rgba(20,17,73,.35);padding:12px;min-width:270px;z-index:90}
.agh-dropdown-2col{min-width:500px;grid-template-columns:1fr 1fr;gap:2px}
.agh-navitem.open .agh-dropdown-menu{display:grid}
.agh-dropdown-menu a{display:block;padding:10px 12px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--navy)!important;white-space:nowrap}
.agh-dropdown-menu a:hover{background:var(--bg);color:var(--blue)!important}
.agh-mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 30px -16px rgba(20,17,73,.3);position:sticky;top:65px;z-index:70;max-height:calc(100vh - 65px);overflow-y:auto}
.agh-mobile-nav.open{display:flex}
.agh-mobile-nav>a{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line)}
.agh-mnav-group summary{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line);cursor:pointer;list-style:none}
.agh-mnav-group summary::-webkit-details-marker{display:none}
.agh-mnav-group summary::after{content:'+';float:right;font-weight:800;color:var(--blue)}
.agh-mnav-group[open] summary::after{content:'2212'}
.agh-mnav-group a{display:block;padding:12px 20px 12px 34px!important;font-size:14px!important;font-weight:500!important;border-bottom:1px solid var(--line);color:var(--navy)!important}
.agh-section{padding:60px 16px}
.agh-section.dark{background:linear-gradient(160deg,var(--navy),#0d0b33)}
.agh-section.gray{background:var(--bg)}
.agh-sec-head{text-align:center;margin-bottom:34px}
.agh-badge{display:inline-block;background:linear-gradient(135deg,#e9edff,#dbe4ff);color:var(--blue);font-weight:700;font-size:11.5px;letter-spacing:1.3px;text-transform:uppercase;padding:7px 15px;border-radius:20px;margin-bottom:14px;box-shadow:0 4px 10px -6px rgba(54,96,244,.3)}
.agh-section.dark .agh-badge{background:rgba(255,255,255,.14);color:#fff;box-shadow:none}
.agh-sec-head h2{font-size:27px;font-weight:800;position:relative;display:inline-block;padding-bottom:16px}
.agh-sec-head h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--red),var(--gold))}
.agh-sec-head p{margin-top:14px;font-size:15px;max-width:560px;margin-left:auto;margin-right:auto}
.agh-section.dark .agh-sec-head h2,.agh-section.dark .agh-sec-head p{color:#fff}
.agh-section.dark .agh-sec-head p{opacity:.75}
.agh-btn-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}
.agh-pill{border:1.5px solid var(--line);border-radius:14px;padding:13px 18px;font-weight:700;font-size:14px;color:var(--navy)!important;display:flex;align-items:center;gap:9px;background:#fff;transition:all .18s ease;box-shadow:0 6px 14px -10px rgba(20,17,73,.15)}
.agh-pill:hover{border-color:var(--red);background:#fff5f6;transform:translateY(-3px);box-shadow:0 12px 22px -12px rgba(230,57,80,.3)}
.agh-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0}
.agh-jobgrid{display:flex;flex-wrap:wrap;gap:11px;justify-content:center}
.agh-form-card{background:#fff;border-radius:22px;padding:28px 22px;box-shadow:0 26px 54px -24px rgba(20,17,73,.28)}
.agh-form-card h2{font-size:22px}
.agh-form-card>p{margin-top:8px;font-size:14px}
.agh-form-card .fluentform label{font-weight:600;color:var(--navy);font-size:13.5px}
.agh-form-card .fluentform input[type=text],.agh-form-card .fluentform input[type=email],.agh-form-card .fluentform input[type=tel],.agh-form-card .fluentform select,.agh-form-card .fluentform textarea{border:1px solid var(--line)!important;border-radius:10px!important;padding:13px 14px!important;font-size:14px!important;background:var(--bg)!important;font-family:inherit!important}
.agh-form-card .ff-btn,.agh-form-card .ff-btn-submit{background:var(--red)!important;border:none!important;border-radius:12px!important;padding:14px 18px!important;font-weight:700!important;width:100%!important;box-shadow:0 14px 26px -10px rgba(230,57,80,.5)!important}
.agh-footer{background:linear-gradient(180deg,var(--navy),#0a0830);color:#fff;padding:0 20px 24px;position:relative}
.agh-footer::before{content:'';display:block;height:4px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue))}
.agh-footer-top{padding:46px 0 32px}
.agh-footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:#fff}
.agh-footer p{color:#c3c2e0;margin-top:14px;font-size:14px;max-width:320px}
.agh-social{display:flex;gap:10px;margin-top:20px}
.agh-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px;transition:background .18s ease,transform .18s ease}
.agh-social a:hover{background:var(--red);transform:translateY(-3px)}
.agh-footer-links h4{color:#fff;font-size:12.5px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:15px;opacity:.8}
.agh-footer-links a{display:block;color:#c3c2e0!important;text-decoration:none!important;font-size:14px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .18s ease,padding-left .18s ease}
.agh-footer-links a:hover{color:#fff!important;padding-left:4px}
.agh-footer-links a:last-child{border-bottom:none}
.agh-footer-contact{display:flex;flex-direction:column;gap:14px}
.agh-footer-contact div{display:flex;gap:10px;align-items:flex-start;color:#c3c2e0;font-size:14px}
.agh-footer-contact div b{color:#fff;font-weight:600}
.agh-footer-bottom{text-align:center;color:#8f8db3;font-size:12.5px;margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
@media(min-width:900px){
.agh-footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:36px}
.agh-header,.agh-topbar{padding-left:40px;padding-right:40px}
.agh-section{padding:80px 60px}
.agh-burger{display:none}
.agh-cta-btn{padding:11px 18px;font-size:13.5px}
}
@media(max-width:899px){.agh-nav-desktop{display:none}}
@media(max-width:560px){
.agh-header{padding:10px 12px}
.agh-logo-img{height:38px}
.agh-header .agh-cta-btn{display:none}
.agh-burger{margin-left:auto}
.agh-topbar{font-size:11.5px;gap:10px;padding:7px 10px}
}
.agh-mobile-nav>a.agh-mnav-cta{border-bottom:none!important;color:#fff!important;padding:14px 20px!important;display:block;margin:16px 20px;text-align:center;justify-content:center}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
.ast-container,#content .ast-container,.site-content,#primary,.ast-page-builder-template .ast-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important}
body{overflow-x:hidden!important}
.entry-content > .agh-wrap, .entry-content .agh-wrap, .agh-wrap{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}
.entry-content{max-width:none!important}
.agh-wrap{--navy:#141149;--navy2:#1c1760;--red:#e63950;--blue:#3660f4;--gold:#f5b731;--gray:#667085;--line:#e7e8f2;--bg:#f7f8fd;font-family:'Manrope',Arial,sans-serif;color:#20233d;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.agh-wrap *{box-sizing:border-box}
.agh-wrap h1,.agh-wrap h2,.agh-wrap h3{font-family:'Poppins',Arial,sans-serif;color:var(--navy);margin:0;line-height:1.2}
.agh-wrap p{margin:0;color:var(--gray);line-height:1.65}
.agh-wrap a{text-decoration:none!important}
.agh-topbar{background:var(--navy);color:#fff;font-size:13px;padding:9px 16px;display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}
.agh-topbar a{color:#fff;text-decoration:none;display:flex;gap:6px;align-items:center;opacity:.92}
.agh-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);box-shadow:0 8px 24px -18px rgba(20,17,73,.3);position:sticky;top:0;z-index:80}
.agh-logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--navy);font-size:19px;cursor:pointer}
.agh-logo-img{height:52px;width:auto;border-radius:8px;display:block}
.agh-footer-logo{display:flex;align-items:center}
.agh-footer-logo-img{height:56px;width:auto;border-radius:8px;background:#fff;padding:6px 10px;display:block}
.agh-cta-btn{background:var(--red);color:#fff!important;border:none;padding:12px 20px;border-radius:11px;font-weight:700;font-size:14px;text-decoration:none!important;display:inline-flex;align-items:center;gap:6px;box-shadow:0 12px 24px -10px rgba(230,57,80,.55);white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;border:0}
.agh-cta-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px -10px rgba(230,57,80,.65)}
.agh-cta-btn.outline{background:transparent;color:#fff!important;border:2px solid rgba(255,255,255,.55);box-shadow:none}
.agh-cta-btn.outline:hover{background:rgba(255,255,255,.15)}
.agh-cta-btn.ghost{background:transparent;color:var(--navy)!important;border:2px solid var(--line);box-shadow:none}
.agh-cta-btn.ghost:hover{border-color:var(--navy)}
.agh-burger{width:26px;height:20px;position:relative;margin-left:14px;flex-shrink:0;cursor:pointer;background:none;border:0;padding:0}
.agh-burger span{position:absolute;left:0;right:0;height:2.5px;background:var(--navy);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.agh-burger span:nth-child(1){top:0}.agh-burger span:nth-child(2){top:8px}.agh-burger span:nth-child(3){top:16px}
.agh-burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.agh-burger.active span:nth-child(2){opacity:0}
.agh-burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.agh-nav-desktop{display:flex;gap:2px;font-weight:600;font-size:13.5px;color:var(--navy);align-items:center}
.agh-nav-desktop>a{padding:9px 11px;border-radius:9px;color:var(--navy)!important;white-space:nowrap}
.agh-nav-desktop>a:hover{background:var(--bg)}
.agh-navitem{position:relative}
.agh-navitem>button{background:none;border:0;font:inherit;font-weight:600;font-size:13.5px;color:var(--navy);padding:9px 11px;border-radius:9px;display:flex;align-items:center;gap:4px;cursor:pointer;white-space:nowrap}
.agh-navitem>button:hover{background:var(--bg)}
.agh-caret{font-size:10px;opacity:.65;transition:transform .18s ease}
.agh-navitem.open .agh-caret{transform:rotate(180deg)}
.agh-navitem.open>button{background:var(--bg);color:var(--blue)}
.agh-dropdown-menu{display:none;position:absolute;top:calc(100% + 10px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 48px -18px rgba(20,17,73,.35);padding:12px;min-width:270px;z-index:90}
.agh-dropdown-2col{min-width:500px;grid-template-columns:1fr 1fr;gap:2px}
.agh-navitem.open .agh-dropdown-menu{display:grid}
.agh-dropdown-menu a{display:block;padding:10px 12px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--navy)!important;white-space:nowrap}
.agh-dropdown-menu a:hover{background:var(--bg);color:var(--blue)!important}
.agh-mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 16px 30px -16px rgba(20,17,73,.3);position:sticky;top:65px;z-index:70;max-height:calc(100vh - 65px);overflow-y:auto}
.agh-mobile-nav.open{display:flex}
.agh-mobile-nav>a{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line)}
.agh-mnav-group summary{color:var(--navy)!important;font-weight:600;font-size:15px;padding:15px 20px;border-bottom:1px solid var(--line);cursor:pointer;list-style:none}
.agh-mnav-group summary::-webkit-details-marker{display:none}
.agh-mnav-group summary::after{content:'+';float:right;font-weight:800;color:var(--blue)}
.agh-mnav-group[open] summary::after{content:'2212'}
.agh-mnav-group a{display:block;padding:12px 20px 12px 34px!important;font-size:14px!important;font-weight:500!important;border-bottom:1px solid var(--line);color:var(--navy)!important}
.agh-section{padding:60px 16px}
.agh-section.dark{background:linear-gradient(160deg,var(--navy),#0d0b33)}
.agh-section.gray{background:var(--bg)}
.agh-sec-head{text-align:center;margin-bottom:34px}
.agh-badge{display:inline-block;background:linear-gradient(135deg,#e9edff,#dbe4ff);color:var(--blue);font-weight:700;font-size:11.5px;letter-spacing:1.3px;text-transform:uppercase;padding:7px 15px;border-radius:20px;margin-bottom:14px;box-shadow:0 4px 10px -6px rgba(54,96,244,.3)}
.agh-section.dark .agh-badge{background:rgba(255,255,255,.14);color:#fff;box-shadow:none}
.agh-sec-head h2{font-size:27px;font-weight:800;position:relative;display:inline-block;padding-bottom:16px}
.agh-sec-head h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--red),var(--gold))}
.agh-sec-head p{margin-top:14px;font-size:15px;max-width:560px;margin-left:auto;margin-right:auto}
.agh-section.dark .agh-sec-head h2,.agh-section.dark .agh-sec-head p{color:#fff}
.agh-section.dark .agh-sec-head p{opacity:.75}
.agh-btn-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}
.agh-pill{border:1.5px solid var(--line);border-radius:14px;padding:13px 18px;font-weight:700;font-size:14px;color:var(--navy)!important;display:flex;align-items:center;gap:9px;background:#fff;transition:all .18s ease;box-shadow:0 6px 14px -10px rgba(20,17,73,.15)}
.agh-pill:hover{border-color:var(--red);background:#fff5f6;transform:translateY(-3px);box-shadow:0 12px 22px -12px rgba(230,57,80,.3)}
.agh-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0}
.agh-jobgrid{display:flex;flex-wrap:wrap;gap:11px;justify-content:center}
.agh-form-card{background:#fff;border-radius:22px;padding:28px 22px;box-shadow:0 26px 54px -24px rgba(20,17,73,.28)}
.agh-form-card h2{font-size:22px}
.agh-form-card>p{margin-top:8px;font-size:14px}
.agh-form-card .fluentform label{font-weight:600;color:var(--navy);font-size:13.5px}
.agh-form-card .fluentform input[type=text],.agh-form-card .fluentform input[type=email],.agh-form-card .fluentform input[type=tel],.agh-form-card .fluentform select,.agh-form-card .fluentform textarea{border:1px solid var(--line)!important;border-radius:10px!important;padding:13px 14px!important;font-size:14px!important;background:var(--bg)!important;font-family:inherit!important}
.agh-form-card .ff-btn,.agh-form-card .ff-btn-submit{background:var(--red)!important;border:none!important;border-radius:12px!important;padding:14px 18px!important;font-weight:700!important;width:100%!important;box-shadow:0 14px 26px -10px rgba(230,57,80,.5)!important}
.agh-footer{background:linear-gradient(180deg,var(--navy),#0a0830);color:#fff;padding:0 20px 24px;position:relative}
.agh-footer::before{content:'';display:block;height:4px;background:linear-gradient(90deg,var(--red),var(--gold),var(--blue))}
.agh-footer-top{padding:46px 0 32px;display:flex;flex-direction:column;gap:32px}
.agh-footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:21px;color:#fff}
.agh-footer p{color:#c3c2e0;margin-top:14px;font-size:14px;max-width:320px}
.agh-social{display:flex;gap:10px;margin-top:20px}
.agh-social a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff!important;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px;transition:background .18s ease,transform .18s ease}
.agh-social a:hover{background:var(--red);transform:translateY(-3px)}
.agh-footer-links h4{color:#fff;font-size:12.5px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:15px;opacity:.8}
.agh-footer-links a{display:block;color:#c3c2e0!important;text-decoration:none!important;font-size:14px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);transition:color .18s ease,padding-left .18s ease}
.agh-footer-links a:hover{color:#fff!important;padding-left:4px}
.agh-footer-links a:last-child{border-bottom:none}
.agh-footer-contact{display:flex;flex-direction:column;gap:14px}
.agh-footer-contact div{display:flex;gap:10px;align-items:flex-start;color:#c3c2e0;font-size:14px}
.agh-footer-contact div b{color:#fff;font-weight:600}
.agh-footer-bottom{text-align:center;color:#8f8db3;font-size:12.5px;margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
@media(min-width:900px){
.agh-footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:36px}
.agh-header,.agh-topbar{padding-left:40px;padding-right:40px}
.agh-section{padding:80px 60px}
.agh-burger{display:none}
.agh-cta-btn{padding:11px 18px;font-size:13.5px}
}
@media(max-width:899px){.agh-nav-desktop{display:none}}
@media(max-width:560px){
.agh-header{padding:10px 12px}
.agh-logo-img{height:38px}
.agh-header .agh-cta-btn{display:none}
.agh-burger{margin-left:auto}
.agh-topbar{font-size:11.5px;gap:10px;padding:7px 10px}
}
.agh-mobile-nav>a.agh-mnav-cta{border-bottom:none!important;color:#fff!important;padding:14px 20px!important;display:block;margin:16px 20px;text-align:center;justify-content:center}
