@font-face{font-family:Mersal;src:url(https://aden.adenbank.com/website/src/fonts/Mersal/Mersal-Regular.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Mersal;src:url(https://aden.adenbank.com/website/src/fonts/Mersal/Mersal-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Mersal;src:url(https://aden.adenbank.com/website/src/fonts/Mersal/Mersal-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--red:#581412;--red-dark:#3e0c0b;--red-light:#731b18;--red-soft:#fbf5f5;--red-soft-border:#ebd7d6;--yellow:#ffcd05;--yellow-hover:#e5b800;--text:#292929;--muted:#6b7280;--white:#fff;--container:1152px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--white);flex-direction:column;min-height:100vh;margin:0;font-family:Mersal,-apple-system,BlinkMacSystemFont,Segoe UI,Tahoma,Arial,sans-serif;font-weight:300;line-height:1.6;display:flex;overflow-x:hidden}body.menu-open{overflow:hidden}main{flex:1 0 auto}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;height:auto;display:block}ul{margin:0;padding:0;list-style:none}.container{width:min(var(--container), calc(100% - clamp(24px, 5vw, 48px)));margin-inline:auto}.icon{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:20px;height:20px}.site-header{z-index:50;width:100%;color:var(--white);background:var(--red);padding:clamp(10px,2vw,16px) 0;font-size:.92rem;position:relative;box-shadow:0 2px 12px #58141226}.header-inner{flex-direction:column;gap:8px;display:flex}.header-top{justify-content:space-between;align-items:center;gap:16px;min-height:60px;display:flex}.header-action{color:var(--white);align-items:center;gap:8px;font-weight:500;transition:color .25s;display:inline-flex}.header-action:hover,.nav-link:hover,.submenu a:hover{color:var(--yellow)}.brand{justify-content:center;align-items:center;height:clamp(42px,6vw,62px);transition:transform .2s;display:flex}.brand:hover{transform:scale(1.02)}.brand img{object-fit:contain;width:auto;height:100%}.language{direction:ltr;font-size:.88rem}.mobile-toggle,.mobile-spacer{display:none}.main-nav>ul{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:clamp(12px,2vw,28px);padding:12px 0 4px;display:flex}.nav-item{position:relative}.nav-link,.submenu-toggle{color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:8px;padding:6px 4px;transition:color .25s;display:flex}.chevron{width:10px;height:6px;transition:transform .25s}.nav-item:hover .chevron,.nav-item.active .chevron{transform:rotate(180deg)}.submenu{z-index:60;min-width:230px;color:var(--text);background:var(--white);opacity:0;visibility:hidden;border-radius:8px;padding:8px 12px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:100%;right:0;transform:translateY(8px);box-shadow:0 14px 32px #00000024}.nav-item:hover .submenu,.nav-item.active .submenu{opacity:1;visibility:visible;transform:translateY(0)}.submenu li+li{border-top:1px solid #f0f0f0}.submenu a{padding:9px 8px;font-size:.88rem;transition:color .2s,padding-inline-start .2s;display:block}.submenu a:hover{color:var(--red);padding-inline-start:12px}.mobile-bank-link{display:none}.search-section{background:radial-gradient(circle at 50% 20%,#58141208 0%,#fff 70%);justify-content:center;align-items:center;width:100%;min-height:clamp(340px,50vh,520px);padding:clamp(40px,8vw,100px) 0 clamp(60px,12vw,150px);display:flex}.search-form{width:min(840px,100%);margin-inline:auto}.search-box{background:#fbfbfb;border:2px solid #e5e7eb;border-radius:12px;align-items:stretch;min-height:clamp(54px,6vw,68px);transition:border-color .25s,box-shadow .25s,background .25s;display:flex;overflow:hidden;box-shadow:0 10px 30px #5814120f}.search-box:focus-within{border-color:var(--red);background:var(--white);box-shadow:0 12px 36px #58141224}.search-box input{color:#1f2937;background:0 0;border:0;outline:0;flex:auto;min-width:0;padding:clamp(12px,2.5vw,20px) clamp(16px,3vw,28px);font-size:clamp(.95rem,2vw,1.15rem);font-weight:500}.search-box input::placeholder{color:#9ca3af;font-weight:300}.search-submit{color:var(--white);background:var(--red);cursor:pointer;border:0;flex:0 0 clamp(60px,8vw,84px);place-items:center;transition:background .25s,color .25s,transform .15s;display:grid}.search-submit:hover{color:var(--red-dark);background:var(--yellow)}.search-submit:active{transform:scale(.97)}.search-submit .icon{width:clamp(20px,2.5vw,26px);height:clamp(20px,2.5vw,26px)}.icon-spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-result{text-align:center;border-radius:12px;margin-top:clamp(18px,3vw,28px);padding:clamp(16px,3vw,24px) clamp(18px,4vw,32px);font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.8;animation:.35s cubic-bezier(.16,1,.3,1) fadeSlideIn;box-shadow:0 6px 20px #0000000a}.search-result p{margin:0;font-weight:500}.search-result--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.search-result--not_found{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.search-result--rate_limited,.search-result--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.site-footer{color:var(--white);background:0 0;margin-top:auto;padding-top:clamp(140px,20vw,260px);font-size:.9rem;position:relative}.footer-visual{position:relative}.download-card{z-index:10;background:var(--red);border-radius:12px;width:min(920px,100% - clamp(24px,5vw,48px));padding:clamp(20px,3.5vw,32px) clamp(20px,4vw,36px);position:absolute;top:clamp(-50px,-6vw,-70px);left:50%;transform:translate(-50%);box-shadow:0 16px 40px #5814124d}.download-grid{grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(16px,3vw,28px);display:grid}.qr{background:var(--white);object-fit:cover;border-radius:8px;width:clamp(68px,8vw,88px);height:clamp(68px,8vw,88px);padding:4px}.download-copy{text-align:justify;font-size:clamp(.88rem,1.5vw,.98rem);line-height:1.85}.download-action{justify-content:flex-end;display:flex}.outline-button{color:var(--yellow);border:1.5px solid var(--white);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-weight:500;transition:color .25s,background .25s,border-color .25s,transform .15s;display:inline-flex}.outline-button:hover{color:var(--red-dark);background:var(--yellow);border-color:var(--yellow);transform:translateY(-2px)}.footer-picture{height:clamp(220px,30vw,400px);margin-top:-80px;position:relative;overflow:hidden}.footer-picture>img{object-fit:cover;width:100%;height:100%}.footer-picture:after{content:"";background:linear-gradient(#58141200 0%,#581412bf 55%,#581412 100%);position:absolute;inset:0}.footer-logo{z-index:2;pointer-events:none;width:min(540px,75vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-logo img{object-fit:contain;width:100%;max-height:clamp(90px,14vw,170px)}.footer-main{background:var(--red);padding:clamp(40px,6vw,70px) 0 30px}.footer-grid{grid-template-columns:repeat(3,1fr) 1.8fr;gap:clamp(24px,3.5vw,40px);display:grid}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a{color:#ffffffe0;transition:color .2s,transform .2s;display:inline-block}.footer-links a:hover{color:var(--yellow);transform:translate(-4px)}.newsletter{color:var(--red);background:var(--white);border-radius:12px;padding:clamp(20px,3vw,30px);box-shadow:0 8px 24px #00000014}.newsletter h2{margin:0 0 16px;font-size:clamp(.95rem,1.6vw,1.08rem);font-weight:500;line-height:1.5}.newsletter-form{align-items:stretch;display:flex}.newsletter-form input{border:1px solid var(--red-soft-border);color:#111;background:var(--red-soft);direction:rtl;border-radius:8px 0 0 8px;outline:0;flex:auto;min-width:0;padding:12px 16px;font-size:.9rem;transition:border-color .2s}.newsletter-form input:focus{border-color:var(--red)}.newsletter-form button{color:var(--white);background:var(--red);cursor:pointer;white-space:nowrap;border:0;border-radius:8px;margin-right:-4px;padding:12px clamp(16px,2.5vw,28px);font-weight:500;transition:background .2s,color .2s}.newsletter-form button:hover{background:var(--yellow);color:var(--red-dark)}.footer-separator{background:#fff3;height:1px;margin:clamp(24px,4vw,36px) 0}.footer-contact{grid-template-columns:1.2fr 1fr;align-items:center;gap:clamp(20px,3vw,36px);display:grid}.social-title{margin:0 0 12px;font-size:1rem;font-weight:700}.socials{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.socials a{width:36px;height:36px;color:var(--red);background:var(--white);border-radius:6px;place-items:center;font-size:13px;font-weight:700;transition:background .25s,transform .2s,color .25s;display:grid}.socials a:hover{background:var(--yellow);color:var(--red-dark);transform:translateY(-2px)}.address{color:#ffffffe6;align-items:flex-start;gap:10px;max-width:500px;font-size:.88rem;line-height:1.7;display:flex}.address-icon-wrap{width:32px;height:32px;color:var(--red);background:var(--white);border-radius:6px;flex:none;place-items:center;margin-top:2px;display:grid}.contact-actions{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.contact-button{width:min(300px,100%);color:var(--white);border:1px solid #fffc;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-weight:500;transition:color .25s,background .25s,border-color .25s,transform .15s;display:flex}.contact-button:hover{color:var(--red-dark);background:var(--yellow);border-color:var(--yellow);transform:translateY(-2px)}.copyright{color:#ffffffbf;justify-content:space-between;align-items:center;gap:16px;font-size:.85rem;display:flex}.developer{align-items:center;gap:6px;display:flex}.developer a{color:var(--yellow);font-weight:500}.developer a:hover{text-decoration:underline}@media (width<=1023px){.site-header{padding:14px 0}.header-top{justify-content:space-between;align-items:center;gap:12px;min-height:auto;display:flex}.desktop-bank-link{display:none}.brand{height:44px}.mobile-spacer{display:none}.mobile-toggle{width:40px;height:40px;color:var(--white);cursor:pointer;z-index:90;background:#ffffff26;border:0;border-radius:8px;justify-content:center;align-items:center;transition:background .2s;display:flex}.mobile-toggle:hover{background:#ffffff40}.burger{flex-direction:column;justify-content:space-between;width:20px;height:14px;display:flex}.burger span{background:var(--white);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.menu-open .burger span:first-child{transform:translateY(6px)rotate(45deg)}.menu-open .burger span:nth-child(2){opacity:0}.menu-open .burger span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.menu-overlay{z-index:70;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.menu-open .menu-overlay{opacity:1;visibility:visible;display:block}.main-nav{z-index:80;background:var(--red);width:min(340px,85vw);height:100vh;padding:84px 24px 36px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:block;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 30px #0000004d}.menu-open .main-nav{transform:translate(0)}.main-nav>ul{border-top:0;flex-direction:column;align-items:stretch;gap:8px;padding:0;font-size:1.05rem}.nav-link,.submenu-toggle{border-radius:6px;justify-content:space-between;width:100%;padding:10px 8px}.nav-link:hover,.submenu-toggle:hover{background:#ffffff14}.submenu{min-width:0;color:var(--white);box-shadow:none;opacity:1;visibility:visible;background:#0003;border-radius:8px;margin:4px 0 8px 12px;padding:6px 12px;display:none;position:static;transform:none}.nav-item:hover .submenu{display:none}.nav-item.active .submenu{display:block}.submenu li+li{border-color:#ffffff1a}.submenu a{color:#ffffffe6;padding:8px 4px}.submenu a:hover{color:var(--yellow)}.mobile-bank-link{border-top:1px solid #ffffff26;margin-top:16px;padding-top:16px;display:block}.mobile-bank-link .nav-link{background:var(--yellow);color:var(--red-dark);border-radius:8px;justify-content:center;padding:12px;font-weight:700}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}.newsletter{grid-column:span 2}}@media (width<=767px){.language{gap:4px;font-size:.8rem}.language .icon{width:16px;height:16px}.search-section{min-height:280px;padding:40px 0 80px}.search-box{border-radius:10px;min-height:56px}.search-box input{padding:12px 16px;font-size:.95rem}.search-submit{flex:0 0 58px}.site-footer{padding-top:160px}.download-card{padding:20px 16px;top:-45px}.download-grid{text-align:center;grid-template-columns:1fr;gap:16px}.qr{margin-inline:auto}.download-copy{text-align:center;font-size:.9rem}.download-action{justify-content:center}.outline-button{width:100%;padding:12px}.footer-picture{height:220px;margin-top:-60px}.footer-contact{grid-template-columns:1fr;gap:24px}.contact-actions{align-items:stretch}.contact-button{width:100%}.copyright{text-align:center;flex-direction:column;align-items:center;gap:8px}}@media (width<=480px){.header-top{gap:8px}.brand{height:38px}.footer-grid{grid-template-columns:1fr;gap:28px}.newsletter{grid-column:span 1;padding:18px 14px}.newsletter-form{flex-direction:column;gap:8px}.newsletter-form input{border-radius:8px}.newsletter-form button{border-radius:8px;margin-right:0;padding:12px}.socials{justify-content:center}.social-title{text-align:center}.address{text-align:center;flex-direction:column;align-items:center}}
