:root{--teal:#268599;--teal-dark:#1d6b7a;--coral:#e8885e;--coral-dark:#d4744a;--navy:#16344c;--navy-light:#1e4a6e;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-600:#475569;--gray-900:#0f172a;--gradient:linear-gradient(135deg,#268599,#618480 50%,#e8885e);--font-heading:"Playfair Display",Georgia,serif;--font-body:"Poppins",system-ui,sans-serif;--font-arabic:"Tajawal",sans-serif;--font-arabic-body:"29LT Zarid Sans","29LTZaridSansAL","Tajawal",sans-serif;--radius:12px;--shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 12px rgba(0,0,0,.1);--shadow-lg:0 10px 32px rgba(0,0,0,.12)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--gray-900);background:var(--gray-50);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip}main{display:block;overflow:visible}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}html[dir=rtl],html[lang=ar]{--font-heading:var(--font-arabic);--font-body:var(--font-arabic-body);--about-font-body:var(--font-arabic-body);--about-font-heading:var(--font-arabic)}html[dir=rtl] body,html[lang=ar] body{font-family:var(--font-arabic-body);text-align:right}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:100;background:#ffffff;border-bottom:1px solid var(--gray-200)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:70px;justify-content:space-between;gap:2rem;position:relative}.logo,.nav-container{display:flex;align-items:center}.logo img{width:auto;height:32px}.header-actions{display:flex;align-items:center;gap:1.25rem;margin-inline-start:1.5rem}.btn-signin{color:#3b82f6;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.btn-signin:hover{color:#2563eb}.header-actions-divider{width:1px;height:20px;background-color:var(--gray-200)}.header-lang-switcher{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--navy);background:#ffffff;border:1px solid var(--gray-200);border-radius:6px;padding:.4rem .6rem .4rem .5rem;cursor:pointer;transition:border-color .2s,color .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%2316344c' stroke-width='2'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-inline-end:1.5rem}html[dir=rtl] .header-lang-switcher{background-position:left .5rem center}.header-lang-switcher:focus,.header-lang-switcher:hover{border-color:var(--teal);color:var(--teal);outline:none}.btn-create-resume{background-color:#3b82f6;color:#ffffff;font-size:.95rem;font-weight:600;padding:.65rem 1.25rem;border-radius:6px;text-decoration:none;transition:background-color .2s,transform .2s}.btn-create-resume:hover{background-color:#2563eb;transform:translateY(-1px)}.header-menu-shell{flex:1;min-width:0;justify-content:flex-end}.header-menu-desktop,.header-menu-list,.header-menu-shell{display:flex;align-items:center}.header-menu-list{list-style:none;gap:1.25rem}.header-menu-item{position:static}.header-menu-button,.header-menu-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--navy);font-size:.95rem;font-weight:600;letter-spacing:.01em;background:transparent;border:0;cursor:pointer;transition:color .2s ease}.header-menu-button:hover,.header-menu-item.is-open>.header-menu-button,.header-menu-item.is-open>.header-menu-link,.header-menu-link:hover{color:var(--teal)}.header-menu-button{font-family:inherit;padding:0}.header-menu-caret{font-size:.72rem;opacity:.7}.header-submenu-panel{position:absolute;top:calc(100% + 1rem);left:50%;transform:translateX(-50%) translateY(12px);width:min(1080px,calc(100vw - 2rem));padding:0;border-radius:12px;background:#ffffff;box-shadow:0 10px 40px rgba(0,0,0,.08);border:1px solid var(--gray-200);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:120}.header-submenu-panel:before{content:"";position:absolute;top:-3rem;left:0;right:0;height:3rem;background:transparent}.header-menu-item.is-open .header-submenu-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.header-submenu-grid{display:flex;align-items:stretch;border-radius:12px;overflow:hidden}.header-submenu-column{flex:1;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.header-submenu-column:not(:last-child){border-inline-end:1px solid var(--gray-100)}.header-submenu-column.promo-column{flex:0.6;background:var(--gray-50);border-right:none}.header-submenu-col-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.header-submenu-heading{color:var(--navy);font-size:1.05rem;font-weight:700;font-family:var(--font-body)}.header-submenu-view-all{color:#3b82f6;font-size:.85rem;font-weight:500;transition:color .2s}.header-submenu-view-all:hover{color:#2563eb;text-decoration:underline}.header-submenu-links{list-style:none;padding:0;margin:0}.header-submenu-links.rich-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem 2rem}.header-submenu-links.simple-list{display:flex;flex-direction:column;gap:.85rem}.header-submenu-link-item{list-style:none}.header-submenu-link{display:flex;align-items:flex-start;gap:.75rem;text-decoration:none;transition:transform .2s ease}.header-submenu-link:hover{transform:translateY(-2px)}.header-submenu-link-glyph{flex:none;color:#3b82f6;background:transparent;display:inline-flex;align-items:center;justify-content:center;margin-top:.15rem}.header-submenu-link-glyph svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-submenu-link-copy{display:flex;flex-direction:column;gap:.25rem;min-width:0}.header-submenu-link-label{color:var(--navy);font-weight:600;font-size:.95rem;display:flex;align-items:center;line-height:1.2}.link-arrow{color:#3b82f6;font-size:1.2rem;line-height:1;margin-inline-start:.5rem;font-weight:400}.header-submenu-link-description{color:var(--gray-600);font-size:.8rem;line-height:1.45}.simple-list .header-submenu-link-label{color:var(--gray-600);font-weight:500;font-size:.92rem}.simple-list .header-submenu-link:hover .header-submenu-link-label{color:var(--navy)}.promo-column .header-submenu-heading{font-size:1.15rem;margin-bottom:.25rem}.promo-description{color:var(--gray-600);font-size:.85rem;line-height:1.5;margin-bottom:1.5rem}.promo-cta-link{color:#3b82f6;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.25rem}.promo-cta-link:hover{text-decoration:underline}.promo-illustration{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:flex-start}.promo-placeholder{width:120px;height:100px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 150'%3E%3Cpath fill='%23f1f5f9' d='M0 0h200v150H0z'/%3E%3Cpath fill='%23e2e8f0' d='M50 20h100v110H50z'/%3E%3Cpath fill='%23e8885e' d='M60 40h80v10H60zM60 60h80v10H60zM60 80h50v10H60z'/%3E%3Ccircle cx='140' cy='90' r='15' fill='%23268599'/%3E%3Cpath fill='%23fff' d='M135 90l4 4 8-8' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 0;background-size:contain}.header-menu-mobile{display:none}.mobile-menu-button{width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.28rem;cursor:pointer}.mobile-menu-button span{width:18px;height:2px;background:#fff;border-radius:999px}.mobile-menu-panel{position:absolute;top:calc(100% + .8rem);right:0;width:min(92vw,420px);max-height:calc(100vh - 110px);overflow:auto;padding:1rem;border-radius:18px;background:rgba(9,22,35,.98);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 64px rgba(0,0,0,.35)}.mobile-menu-lang-switcher-wrap{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-lang-switcher-wrap .header-lang-switcher{width:100%;color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E")}.mobile-menu-lang-switcher-wrap .header-lang-switcher:focus,.mobile-menu-lang-switcher-wrap .header-lang-switcher:hover{border-color:var(--teal);background:rgba(38,133,153,.2)}.mobile-menu-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.mobile-menu-item{border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:.65rem}.mobile-menu-item:last-child{border-bottom:0;padding-bottom:0}.mobile-menu-row{display:flex;align-items:center;gap:.75rem}.mobile-menu-label,.mobile-menu-link{display:flex;align-items:center;gap:.65rem;flex:1;color:#fff;font-size:.92rem;font-weight:500;line-height:1.4}.mobile-menu-icon{flex:none;width:28px;height:28px;border-radius:9px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.82)}.mobile-menu-toggle-branch{width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#fff;font-size:1rem;cursor:pointer}.mobile-menu-description{margin-top:.35rem;color:rgba(255,255,255,.55);font-size:.74rem;line-height:1.45}.mobile-menu-level-1{margin-left:.9rem;padding-left:.9rem}.mobile-menu-level-1,.mobile-menu-level-2{margin-top:.65rem;border-left:1px solid rgba(255,255,255,.08)}.mobile-menu-level-2{margin-left:.8rem;padding-left:.8rem}@media (max-width:960px){.nav-container{height:72px}.header-actions,.header-menu-desktop{display:none}.header-menu-mobile{display:block;position:relative}}.hero-section{background:#f8fbff;padding:6rem 1.5rem;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-left{flex:1;max-width:500px}.hero-heading{font-family:var(--font-body);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--navy);line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.02em}.hero-highlight{color:#3b82f6;position:relative}.hero-cursor{display:inline-block;font-weight:300;margin-left:2px;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.hero-subheading{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.btn-hero-primary{background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;border-radius:6px;text-decoration:none;transition:background .2s,transform .2s}.btn-hero-primary:hover{background:#2563eb;transform:translateY(-2px)}.btn-hero-secondary{background:#eef2ff;color:#3b82f6;font-size:1rem;font-weight:600;padding:.85rem 1.75rem;border-radius:6px;text-decoration:none;transition:background .2s,transform .2s}.btn-hero-secondary:hover{background:#e0e7ff;transform:translateY(-2px)}.hero-trust-indicators{display:flex;flex-direction:column;gap:.75rem}.hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--gray-600)}.icon-check,.icon-star{width:18px;height:18px;color:#10b981}.hero-right{flex:1.2;position:relative;display:flex;justify-content:center}.hero-image{width:100%;max-width:650px;height:auto;display:block}@media (max-width:960px){.hero-container{flex-direction:column;text-align:center}.hero-left{max-width:100%;display:flex;flex-direction:column;align-items:center}.hero-trust-item{justify-content:center}.hero-right{width:100%}}.section{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.section-header{text-align:center;margin-bottom:3.5rem}.section-label{display:inline-block;color:var(--teal);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.section-header h2,.section-label{font-weight:700;margin-bottom:.75rem}.section-header h2{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);color:var(--navy);letter-spacing:-.01em}.section-header p{color:var(--gray-600);font-size:1.05rem;max-width:520px;margin:0 auto}.footer{background:linear-gradient(160deg,#0f2a3f,#16344c 40%,#2d5a6b 70%,#c4725a);color:rgba(255,255,255,.85);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.footer-cta-wrap{position:relative;padding:3rem 1.5rem 0;max-width:1200px;margin:0 auto}.footer-cta{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-cta-text h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.3rem}.footer-cta-text p{color:rgba(255,255,255,.65);font-size:.9rem}.footer-cta-btn{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.75rem;border-radius:10px;font-weight:600;font-size:.9rem;white-space:nowrap;transition:background .2s,transform .2s;backdrop-filter:blur(4px)}.footer-cta-btn:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.footer-body{position:relative;max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1.2fr;gap:3rem}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr}}.footer-logo{gap:.65rem;margin-bottom:1rem}.footer-logo,.footer-logo-icon{display:flex;align-items:center}.footer-logo-icon{width:36px;height:36px;justify-content:center}.footer-logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;letter-spacing:.04em}.footer-logo-styling{color:rgba(255,255,255,.9)}.footer-logo-cv{color:var(--coral)}.footer-tagline{color:rgba(255,255,255,.55);font-size:.875rem;line-height:1.65;margin-bottom:1.5rem;max-width:280px}.footer-socials{display:flex;flex-wrap:wrap;gap:.5rem}.footer-social-btn{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:background .2s,color .2s,transform .15s}.footer-social-btn:hover{background:rgba(255,255,255,.18);color:#fff;transform:translateY(-2px)}.footer-col-title{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-link{color:rgba(255,255,255,.55);font-size:.875rem;transition:color .2s}.footer-link:hover{color:rgba(255,255,255,.9)}.footer-trust-badges{display:flex;gap:.6rem;margin-bottom:1.25rem}.footer-trust-badge{width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,.08);display:flex;justify-content:center;color:rgba(255,255,255,.7)}.footer-qr-card,.footer-trust-badge{border:1px solid rgba(255,255,255,.1);align-items:center}.footer-qr-card{background:rgba(255,255,255,.06);border-radius:12px;padding:1rem;display:inline-flex;flex-direction:column;gap:.65rem}.footer-qr-card img{border-radius:8px;background:#fff;padding:6px}.footer-qr-card p{font-size:.75rem;color:rgba(255,255,255,.6);letter-spacing:.04em}.footer-bottom{position:relative;max-width:1200px;margin:0 auto;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:rgba(255,255,255,.4)}.footer-made-with{font-style:italic;letter-spacing:.02em}.generic-page-container{background-color:var(--gray-50);min-height:100vh;padding-bottom:6rem}.page-header{background:var(--navy);color:#fff;padding:4rem 1.5rem;text-align:center;position:relative;overflow:hidden}.page-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 120%,rgba(38,133,153,.4) 0,transparent 60%);pointer-events:none}.page-header-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.page-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.01em}.page-content-wrapper{max-width:1200px;margin:-2rem auto 0;padding:0 1.5rem;position:relative;z-index:10}.wp-gutenberg-content{padding:4rem;box-shadow:0 10px 40px rgba(0,0,0,.04)}@media (max-width:768px){.wp-gutenberg-content{padding:2rem 1.5rem}}.wp-block-columns{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.wp-block-column{flex:1;min-width:280px}.center-piece{max-width:1000px;margin:0 auto}.data-row{padding:3rem 0}.gray-block{background:var(--gray-100);border-radius:var(--radius);padding:3rem;margin:3rem 0}.about-block h2{font-size:2.2rem;color:var(--teal-dark);margin-top:0;border-bottom:none}.about-block h3{font-size:1.8rem;margin-top:0}.cta-box{box-shadow:0 4px 20px rgba(0,0,0,.08)}.cta-box .cta-button{display:inline-block;transition:transform .2s}.cta-box .cta-button:hover{transform:translateY(-2px)}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_8fd6d5{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_8fd6d5{--font-playfair:"Playfair Display","Playfair Display Fallback"}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_6bee3b{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_6bee3b{--font-poppins:"Poppins","Poppins Fallback"}@font-face{font-family:Tajawal;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/dd994fbf464986f0-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Tajawal;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e97026df054cf2a3-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Tajawal;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1ebb550cd0a67fc6-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Tajawal;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ce401babc0566bc1-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Tajawal Fallback;src:local("Arial");ascent-override:67.93%;descent-override:37.71%;line-gap-override:21.13%;size-adjust:94.66%}.__className_55e5a1{font-family:Tajawal,Tajawal Fallback;font-style:normal}.__variable_55e5a1{--font-tajawal:"Tajawal","Tajawal Fallback"}