.toast{display:flex;align-items:center;gap:12px;min-width:300px;max-width:500px;padding:16px 20px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border-left:4px solid;animation:slideIn .3s ease-out;position:relative}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.toast__message{flex:1;font-size:14px;line-height:1.5;color:#333;word-break:break-word}.toast__close{flex-shrink:0;background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s;border-radius:4px}.toast__close:hover{color:#333;background:#0000000d}.toast--success{border-left-color:#4caf50}.toast--success .toast__icon{color:#4caf50}.toast--error{border-left-color:#f44336}.toast--error .toast__icon{color:#f44336}.toast--warning{border-left-color:#ff9800}.toast--warning .toast__icon{color:#ff9800}.toast--info{border-left-color:#2196f3}.toast--info .toast__icon{color:#2196f3}.toast-container{position:fixed;top:80px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast-container>*{pointer-events:auto}[dir=rtl] .toast-container{right:auto;left:20px}[dir=rtl] .toast{border-left:none;border-right:4px solid}[dir=rtl] .toast--success{border-right-color:#4caf50}[dir=rtl] .toast--error{border-right-color:#f44336}[dir=rtl] .toast--warning{border-right-color:#ff9800}[dir=rtl] .toast--info{border-right-color:#2196f3}@keyframes slideInRTL{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}[dir=rtl] .toast{animation:slideInRTL .3s ease-out}@media (max-width: 768px){.toast-container{top:70px;right:12px;left:12px;width:auto}[dir=rtl] .toast-container{right:12px;left:12px}.toast{min-width:auto;max-width:100%}}.homepage-root{position:relative;width:100vw;min-height:100vh;overflow-x:hidden}.homepage-content{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;z-index:10}.homepage-svg-background{position:absolute;top:0;width:931px;height:1458px;mix-blend-mode:screen;z-index:0;pointer-events:none}[dir=rtl] .homepage-svg-background{right:0;left:auto}[dir=ltr] .homepage-svg-background{left:0;right:auto}@media (max-width: 1024px){.homepage-svg-background{width:700px;height:1100px;opacity:.8}}@media (max-width: 768px){.homepage-svg-background{width:500px;height:800px;opacity:.6}}@media (max-width: 480px){.homepage-svg-background{width:350px;height:600px;opacity:.5}}.video-background-container{position:absolute;overflow:hidden;z-index:0;top:0;left:0;right:0;bottom:0;width:100%}.video-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video-gradient-overlay{position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0;height:100%;z-index:0;width:100%;background:linear-gradient(0deg,#0000 13.43%,#0000004a 33.02%,#000 140%)}.language-selector{position:relative;display:inline-block}.language-selector-trigger{display:flex;align-items:center;gap:8px;background:#0000001f;border:none;border-radius:40px;padding:8px 16px;color:#fff;font-family:Cairo,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}[dir=rtl] .language-selector-trigger{flex-direction:row-reverse}.language-selector-trigger:hover{background:#fff3;border-color:#fff6}.globe-icon{flex-shrink:0;opacity:.9}.chevron{transition:transform .3s ease;flex-shrink:0}.chevron.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;max-height:400px;overflow-y:auto;background:#1a1a1a;border:1px solid rgba(197,166,94,.3);border-radius:12px;padding:8px;margin:0;list-style:none;z-index:1000;box-shadow:0 10px 25px #00000080;animation:dropdownFadeIn .2s ease-out}.language-dropdown::-webkit-scrollbar{width:6px}.language-dropdown::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.language-dropdown::-webkit-scrollbar-thumb{background:#c5a65e4d;border-radius:10px}.language-dropdown::-webkit-scrollbar-thumb:hover{background:#c5a65e80}.language-search-container{position:sticky;top:-8px;background:#1a1a1a;padding:8px 4px 12px;margin-bottom:4px;z-index:10;border-bottom:1px solid rgba(255,255,255,.1)}.language-search-input{width:100%;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(197,166,94,.2);border-radius:8px;color:#fff;font-family:Cairo,sans-serif;font-size:13px;outline:none;transition:border-color .2s}.language-search-input:focus{border-color:#c5a65e}.language-list{padding:0;margin:0}.no-results{padding:20px;text-align:center;color:#ffffff80;font-size:13px}[dir=rtl] .language-dropdown{right:auto;left:0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-option{width:100%;display:flex;align-items:center;padding:10px 12px;background:transparent;border:none;border-radius:8px;color:#fff;font-family:Cairo,sans-serif;font-size:14px;text-align:left;cursor:pointer;transition:background .2s ease}[dir=rtl] .language-option{text-align:right;flex-direction:row-reverse}.language-option:hover{background:#c5a65e33}.language-option.active{background:#c5a65e66;color:#c5a65e}.lang-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}[dir=rtl] .lang-info{align-items:flex-end}.lang-native{font-weight:600}.lang-english{font-size:11px;opacity:.6}@media (max-width: 900px){.language-dropdown{top:auto;bottom:calc(100% + 8px);max-height:300px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}.header{position:relative;width:100%;height:191px;z-index:100;border-radius:30px;background:linear-gradient(180deg,#851d1e00 31.09%,#561023),linear-gradient(180deg,#851d1e00 31.09%,#561023)}.header-backdrop{position:absolute;top:0;left:50%;transform:translate(-50%);width:1280px;height:117px;background:transparent}.header-logo-left{position:absolute;left:50px;top:28px;width:160px;height:70px}.header-logo-left-mark{position:absolute;left:2.28%;top:32.86%;width:54.28%;height:33.24%}.header-logo-left-wordmark{position:absolute;right:1.34%;top:3.33%;width:38.57%;height:92.48%}.header-logo-right{position:absolute;right:50px;top:17px;width:303px;height:83px;text-decoration:none;cursor:pointer}.header-logo-right img{width:303px;height:83px}.header-decorative-border{position:absolute;top:87px;left:50%;transform:translate(-50%);width:1280px;height:104px}.header-decorative-border img{width:100%;height:100%}.header-navigation{position:absolute;top:120px;left:50%;transform:translate(-50%);width:1180px;height:64px;transition:all .3s ease}.header-navigation.sticky{position:fixed;top:10px;left:50%;transform:translate(-50%);width:100%;height:64px;background-color:#8e1f2d;box-shadow:0 4px 20px #0000004d;z-index:1000;border-radius:20px;max-width:1280px}.header-navigation.sticky .header-nav-left{position:absolute;left:50px}.header-navigation.sticky .header-nav-right,.header-navigation.sticky .header-utilities-right{position:absolute;right:50px}.header-navigation.sticky .header-utilities-left{position:absolute;left:50px}.header-nav-left{position:absolute;left:0;top:11px;width:650px;height:42px;display:flex;align-items:center;gap:20px;padding:9px 0}.header-nav-right{position:absolute;right:0;top:11px;width:610px;height:42px;display:flex;align-items:center;gap:20px;padding:9px 0;justify-content:flex-start}.header-burger{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;background:transparent;border:none;padding:0}.header-burger svg{width:24px;height:24px}.header-nav-links,.header-nav-right .header-nav-links{display:flex;gap:20px}.header-nav-link{text-decoration:none;color:inherit}.header-nav-link-text{font-size:1.1875rem;line-height:1.5rem;color:#fff;font-weight:400;text-align:center;white-space:nowrap}.header-nav-link.active .header-nav-link-text{color:#cab377;font-weight:700}.header-nav-right .header-nav-link-text{font-size:1rem}.header-utilities-right{position:absolute;right:0;top:12px;width:335px;height:40px;display:flex;align-items:center;gap:8px;justify-content:flex-end}.header-utilities-left{position:absolute;left:0;top:12px;width:335px;height:40px;display:flex;align-items:center;gap:8px;justify-content:flex-end}.header-utility-btn{background-color:#0000001f;border-radius:999px;height:40px;display:flex;align-items:center;gap:4px;padding:8px 12px 8px 8px}.header-utility-btn-icon{width:24px;height:24px}.header-utility-btn-text{font-size:.875rem;line-height:1.25rem;color:#fff;white-space:nowrap}.header-utility-btn-icon-only{background-color:#0000001f;border:none;border-radius:999px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:8px;cursor:pointer;transition:opacity .3s ease}.header-utility-btn-icon-only:disabled{cursor:not-allowed}.header-utility-btn-icon-only.loading{position:relative}.header-utility-btn-icon-only.loading .header-utility-btn-icon{opacity:.4}.header-accessibility-loader{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:header-spin .8s linear infinite;pointer-events:none}@keyframes header-spin{to{transform:rotate(360deg)}}.header-nominate-btn{background:linear-gradient(135deg,#b59454,#cab377);border-radius:999px;height:40px;display:flex;align-items:center;justify-content:center;padding:8px 16px;font-size:.875rem;line-height:1.25rem;color:#3d3a2e;font-weight:600;white-space:nowrap;text-decoration:none;transition:filter .2s ease}.header-nominate-btn:hover{filter:brightness(1.05)}@media (max-width: 1280px){.header-backdrop{width:calc(100% - 80px);max-width:1280px}.header-decorative-border{width:calc(100% - 80px);max-width:1280px;top:84px}.header-navigation{width:calc(100% - 120px);max-width:1180px}.header-nav-left,.header-nav-right{gap:16px}.header-nav-link-text{font-size:17px}.header-nav-right .header-nav-link-text{font-size:15px}}@media (max-width: 1024px){.header{height:auto;min-height:150px}.header-backdrop{width:calc(100% - 48px);max-width:1280px;height:100px}.header-logo-left{left:24px;top:20px;width:137px;height:60px}.header-logo-right{right:24px;top:12px;width:255px;height:70px}.header-logo-right img{width:255px;height:70px}.header-decorative-border{top:71px;width:calc(100% - 48px);max-width:1280px;height:80px}.header-navigation{top:86px;width:calc(100% - 80px);max-width:1180px}.header-nav-left,.header-nav-right{width:auto;gap:12px}.header-nav-link-text{font-size:15px}.header-nav-right .header-nav-link-text{font-size:14px}.header-utilities-right,.header-utilities-left{width:auto;gap:6px}.header-utility-btn{padding:6px 10px 6px 6px}.header-utility-btn-text{font-size:12px}.header-language-toggle{width:60px;padding:6px 10px}.header-language-toggle span{font-size:14px}.header-nominate-btn{height:36px;padding:6px 12px;font-size:12px}}@media (max-width: 900px){.header{position:relative;height:auto;min-height:120px;padding-bottom:27px;border-radius:0;margin-top:0;padding-top:32px;background:linear-gradient(0deg,#851d1e00 31.09%,#561023),linear-gradient(0deg,#851d1e00 31.09%,#561023)}.header-backdrop{position:absolute;top:48px;width:calc(100% - 32px);height:80px;border-radius:20px}.header-logo-left{position:absolute;left:16px;top:15px;width:114px;height:50px}.header-logo-right{position:absolute;right:16px;top:50%;height:55px;transform:translate(-73%,-59%)}.header-logo-right img{width:201px;height:55px}.header-decorative-border{display:none}.header-navigation{position:relative;top:auto;left:auto;transform:none;width:calc(100% - 32px);margin:90px auto 0;height:auto;display:flex;flex-direction:column;gap:12px}.header-nav-left,.header-nav-right{position:relative;top:auto;left:auto;right:auto;width:100%;height:auto;flex-wrap:wrap;justify-content:center;gap:8px;padding:0}.header-nav-right{flex-direction:row}.header-nav-right .header-nav-links{order:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.header-nav-right .header-burger,.header-burger{display:none}.header-nav-link-text{font-size:13px;line-height:20px;padding:4px 8px;background:#0003;border-radius:6px}.header-nav-right .header-nav-link-text{font-size:13px}.header-utilities-right,.header-utilities-left{position:relative;top:auto;left:auto;right:auto;width:100%;justify-content:center;gap:8px;flex-wrap:wrap}.header-utility-btn{height:36px;padding:6px 10px 6px 6px}.header-utility-btn-icon{width:20px;height:20px}.header-utility-btn-text{font-size:12px}.header-utility-btn-icon-only{width:36px;height:36px}.header-mobile-language-toggle{display:none}}@media (max-width: 480px){.header-backdrop{width:calc(100% - 24px);height:70px;border-radius:16px}.header-logo-left{left:12px;top:12px;width:103px;height:45px}.header-logo-right{right:12px;top:8px;width:182px;height:50px}.header-logo-right img{width:182px;height:50px}.header-navigation{width:calc(100% - 24px);margin-top:80px}.header-nav-link-text{font-size:11px;padding:4px 6px}.header-nav-right .header-nav-link-text{font-size:11px}.header-utility-btn-text{display:none}.header-utility-btn{padding:6px}}.header-mobile-toggle{display:none;position:absolute;width:44px;height:44px;background:transparent;border:none;outline:none;border-radius:10px;cursor:pointer;padding:0;align-items:center;justify-content:center}[dir=rtl] .header-mobile-toggle,[dir=ltr] .header-mobile-toggle{transform:none}.header-mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header-mobile-overlay.open{opacity:1;visibility:visible}.header-mobile-close{position:absolute;top:24px;width:44px;height:44px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;z-index:1;transition:background-color .2s ease,transform .2s ease}[dir=rtl] .header-mobile-close{left:24px;right:auto}[dir=ltr] .header-mobile-close{right:24px;left:auto}.header-mobile-close:hover{background:#fff3;transform:rotate(90deg)}.header-mobile-logo{margin-top:20px}.header-mobile-logo img{height:83px;width:303px;filter:brightness(1.1)}.header-mobile-nav{display:flex;flex-direction:column;align-items:center;gap:16px}.header-mobile-nav-link{display:block;padding:14px 40px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:50px;font-size:18px;font-weight:500;color:#fff;text-decoration:none;text-align:center;min-width:200px;transition:all .3s ease;transform:translateY(20px);opacity:0}.header-mobile-overlay.open .header-mobile-nav-link{transform:translateY(0);opacity:1}.header-mobile-overlay.open .header-mobile-nav-link:nth-child(1){transition-delay:.1s}.header-mobile-overlay.open .header-mobile-nav-link:nth-child(2){transition-delay:.15s}.header-mobile-overlay.open .header-mobile-nav-link:nth-child(3){transition-delay:.2s}.header-mobile-overlay.open .header-mobile-nav-link:nth-child(4){transition-delay:.25s}.header-mobile-overlay.open .header-mobile-nav-link:nth-child(5){transition-delay:.3s}.header-mobile-nav-link:hover{background:#8e1f2dcc;border-color:#8e1f2d;transform:scale(1.02)}.header-mobile-nav-link.active{background:linear-gradient(135deg,#8e1f2d,#6d1622);border-color:#cab377;color:#cab377;font-weight:700}.header-mobile-utilities{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:20px;transform:translateY(20px);opacity:0;transition:all .3s ease .35s}.header-mobile-overlay.open .header-mobile-utilities{transform:translateY(0);opacity:1}.header-mobile-nominate-btn{display:block;padding:14px 32px;background:linear-gradient(135deg,#b59454,#cab377);border:1px solid #cab377;border-radius:50px;font-size:16px;font-weight:600;color:#3d3a2e;text-decoration:none;text-align:center;min-width:200px;transition:all .3s ease}.header-mobile-nominate-btn:hover{filter:brightness(1.05);transform:scale(1.02)}.header-mobile-utility-row{display:flex;align-items:center;justify-content:center;gap:12px}.header-mobile-utility-btn{width:48px;height:48px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.header-mobile-utility-btn:hover{background:#fff3;transform:scale(1.05)}.header-mobile-utility-btn img{width:24px;height:24px}.header-mobile-language-toggle{display:flex;align-items:center;justify-content:center}.header-mobile-language-toggle:hover{background:#fff3;transform:scale(1.05)}.header-mobile-language-toggle span{font-size:16px;font-weight:500;color:#fff}.header-mobile-toggle.hidden{opacity:0;pointer-events:none}@media (max-width: 900px){.header-mobile-toggle{display:flex;top:16px;right:16px}.header-logo-left-mark{display:none}.header-logo-left-wordmark{left:0;right:unset}.header-nav-left,.header-nav-right,.header-utilities-left,.header-utilities-right{display:none!important}.header-navigation{display:none}}@media (max-width: 480px){.header{min-height:120px}.header-backdrop{top:44px}.header-mobile-toggle{top:8px;left:12px;width:40px;height:40px}.header-mobile-toggle-icon{width:20px;height:14px}.header-mobile-nav-link{padding:12px 32px;font-size:16px;min-width:180px}.header-mobile-utility-btn{width:42px;height:42px}.header-mobile-utility-btn img{width:20px;height:20px}.header-mobile-language-toggle{height:42px;padding:0 18px}.header-mobile-language-toggle span{font-size:14px}}.header-bg-wrapper{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.header-top-container{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 20px;box-sizing:border-box;direction:ltr}.left-logos-wrapper{display:flex;align-items:center;gap:12px;flex-shrink:0}.left-logos-wrapper .left-logo-mark{width:86px;height:27px}.left-logos-wrapper .logos-left-wordmark{width:61px;height:64px}.logos-right-government{display:flex;align-items:center}.logos-right-government img{width:303px;height:83px}.header-mbl-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-shrink:0}.header-mobile-toggle-icon{display:flex;flex-direction:column;gap:5px;width:24px}.header-mobile-toggle-icon span{display:block;height:2px;width:100%;background-color:#333;border-radius:2px}.header-mbl-toggle.hidden{visibility:hidden}@media (min-width: 901px) and (max-width: 1024px){.logos-right-government img{width:248px;height:68px}}@media (min-width: 901px){.header-top-container{padding-left:40px;padding-right:48px;justify-content:space-between}.logos-right-government{margin-left:auto}.header-mbl-toggle{display:none}}@media (max-width: 900px){.header-top-container{justify-content:space-between}.left-logos-wrapper{flex:0 0 auto}.logos-right-government{flex:1 1 auto;justify-content:center}.logos-right-government img{width:234px;height:64px}.header-mbl-toggle{display:flex;flex:0 0 auto}}@media (max-width: 768px){.left-logos-wrapper .left-logo-mark{display:none}}@media (max-width: 575px){.header-top-container{padding:10px 16px}.left-logos-wrapper .logos-left-wordmark{width:60px;height:63px}.logos-right-government img{width:219px;height:60px}}.header-mobile-toggle-icon{width:22px;height:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.header-mobile-toggle-icon span{display:block;width:100%;height:2px;background-color:#fff;border-radius:2px}@media (min-width: 1200px){.header-top-container{max-width:1180px;margin:0 auto;padding-right:0;padding-left:12px}}@media (max-width: 1280px){.header-top-container{width:calc(100% - 120px);max-width:1180px;margin:0 auto;padding-right:0;padding-left:12px}}@media (max-width: 1024px){.header-top-container{width:calc(100% - 20px);max-width:1180px}}.header-svg-background{position:absolute;top:0;width:931px;height:1458px;mix-blend-mode:screen;z-index:0;pointer-events:none}[dir=rtl] .header-svg-background{right:0;left:auto}[dir=ltr] .header-svg-background{left:0;right:auto}.header-container{position:relative;margin-top:10px;width:100%;max-width:1280px;height:191px}@media (max-width: 1280px){.header-container{max-width:100%}}@media (max-width: 1024px){.header-svg-background{width:700px;height:1100px;opacity:.8}.header-container{margin-top:0;height:auto}}@media (max-width: 768px){.header-svg-background{width:500px;height:800px;opacity:.6}.header-container{height:auto}}@media (max-width: 480px){.header-svg-background{width:350px;height:600px;opacity:.5}}.hero-container{position:relative;width:100%;max-width:1280px;margin-top:67px;display:flex;flex-direction:row;align-items:start}.hero-image-container{display:flex;justify-content:center;align-items:center;margin-bottom:124px}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;color:#fff;margin-bottom:1.5rem}.hero-subtitle{font-size:1.5rem;font-weight:400;line-height:1.4;color:#ffffffe6;margin-bottom:2rem}.hero-cta-btn{padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:50px;background-color:#8e1f2d;color:#fff;text-decoration:none;transition:all .3s ease}.hero-sheikh-image{width:auto;height:auto;max-height:663px;object-fit:contain;border-radius:15px;z-index:99}.hero-quote-text{display:flex;flex-direction:column;align-items:start;width:100%;margin-top:178px;z-index:99}.hero-nomate-btn-area{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:186px;z-index:99}.hero-text-wrapper{text-align:start}[dir=ltr] .hero-text-wrapper{font-family:Dubai}.nominate-text-wrapper{margin-bottom:26px;text-align:center}[dir=ltr] .nominate-text-wrapper{font-family:Dubai;margin-bottom:15px}.hero-headline-mark{background-color:transparent;color:#fff;white-space:normal;padding:0 20px;display:block;line-height:1.3em;box-decoration-break:clone;-webkit-box-decoration-break:clone;white-space:pre-line}.nominate-guidline-mark{background-color:transparent;color:#fff;white-space:normal;padding:12px 20px;display:inline;line-height:1.8;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero-headline{position:relative;font-size:26px;color:#4c493e;font-weight:400;margin:0 0 26px;text-align:start}[dir=ltr] .hero-headline{font-weight:300;white-space:pre-line;margin-right:-200px;margin-bottom:7px;font-size:29px}[dir=rtl] .hero-headline{margin-left:-200px}.nominate-guideline{position:relative;font-size:15px;color:#fff;font-weight:600;margin:0;text-align:center;white-space:pre-line}[dir=ltr] .nominate-guideline{font-weight:500;font-size:15px}.hero-highlight{color:#d4af37}.hero-subheadline{position:relative;font-size:28px;color:#fff;font-weight:400;margin:0;text-align:center}.hero-attribution{position:relative;margin:0;text-align:start}.hero-attribution mark{font-size:12px;line-height:18px;color:#cab377;font-weight:bolder}[dir=ltr] .hero-attribution mark{font-size:16px;font-weight:400}.hero-headline-highlight-text{color:#cab377}[dir=ltr] .hero-headline-highlight-text{color:#fff}.hero-nominate-btn{display:inline-block;background-color:#cab47a;color:#333;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;line-height:1.4;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;border:none;cursor:pointer;width:234px}[dir=ltr].hero-nominate-btn{font-size:1rem}.hero-nominate-btn:hover{background-color:#bfa86b;box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.hero-nominate-btn:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}@media (max-width: 1024px){.hero-container{flex-direction:column;max-width:100%;padding:0 48px;margin-top:0;align-items:center}.hero-sheikh-image{width:100%;max-width:500px;max-height:600px}.hero-image-container{margin-bottom:20px}.hero-quote-text{margin-bottom:17px;align-items:center;margin-top:0}.hero-nomate-btn-area{margin-bottom:60px;margin-top:0}.hero-headline{font-size:18px;white-space:normal;margin-right:0;text-align:center}[dir=ltr] .hero-headline{white-space:normal;margin-right:0}[dir=rtl] .hero-headline{margin-left:0}.hero-headline-mark{padding:10px 16px;line-height:1.2;white-space:normal}.hero-subheadline{font-size:24px}.nominate-guideline{font-size:20px;white-space:normal}.hero-nominate-btn{padding:14px 30px;font-size:1.1rem}.hero-attribution{text-align:center}}@media (max-width: 768px){.hero-container{flex-direction:column;padding:0 24px;margin-top:16px}.hero-sheikh-image{width:100%;max-width:400px;max-height:500px;border-radius:12px}.hero-headline{font-size:21px;text-align:center}.hero-headline-mark{padding:8px 14px;line-height:1.2}.hero-subheadline{font-size:20px;line-height:1.4}.hero-attribution mark{font-size:10px;line-height:16px}.nominate-guideline{font-size:18px;padding:0 10px}.hero-nominate-btn{padding:12px 24px;font-size:1rem}.hero-nomate-btn-area{padding:0 10px}}@media (max-width: 480px){.hero-container{flex-direction:column;padding:0 16px;margin-top:12px}.hero-sheikh-image{width:100%;max-width:320px;max-height:400px;border-radius:10px}.hero-headline{font-size:14px;text-align:center}.hero-headline-mark{padding:6px 12px;line-height:1.2}.hero-subheadline{font-size:16px}.hero-attribution mark{font-size:9px;line-height:14px}.nominate-guideline{font-size:16px;padding:0 5px}.hero-nominate-btn{padding:10px 20px;font-size:.95rem;border-radius:16px}.hero-nomate-btn-area{padding:0 5px}}.awards-intro-container{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:50px 50px 0 0;padding-right:12px;padding-left:12px;z-index:99;margin-top:-52px}.awards-intro-header{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:25px;margin-bottom:35px}.awards-intro-title-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:17px}.awards-intro-desc-wrapper{max-width:1021px;display:flex;align-items:center;justify-content:center}.awards-intro-desc{margin:0;font-weight:400;font-size:1.25rem;line-height:2rem;color:#000;text-align:center}.awards-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 34px;row-gap:57px;width:100%;max-width:1280px}.awards-intro-card{position:relative;flex:1;height:165px;background-color:#fff;border-radius:16px;box-shadow:0 7px 21px #00000017;overflow:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.awards-intro-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 14px 35px #00000026}.awards-intro-card:active{transform:translateY(-4px) scale(1.01)}.awards-intro-card-img-1,.awards-intro-card-img-2,.awards-intro-card-img-3,.awards-intro-card-img-4,.awards-intro-card-img-5{position:absolute;object-fit:contain;pointer-events:none;top:50%;transform:translateY(-50%);max-height:90%;width:auto;max-width:120px}[dir=rtl] .awards-intro-card-img-1,[dir=rtl] .awards-intro-card-img-2,[dir=rtl] .awards-intro-card-img-3,[dir=rtl] .awards-intro-card-img-4,[dir=rtl] .awards-intro-card-img-5{left:30px;right:auto}[dir=ltr] .awards-intro-card-img-1,[dir=ltr] .awards-intro-card-img-2,[dir=ltr] .awards-intro-card-img-3,[dir=ltr] .awards-intro-card-img-4,[dir=ltr] .awards-intro-card-img-5{right:30px;left:auto}.awards-intro-card-text{position:absolute;top:50%;transform:translateY(-50%);width:195px}[dir=rtl] .awards-intro-card-text{right:24px;left:auto;text-align:right}[dir=ltr] .awards-intro-card-text{left:24px;right:auto;text-align:left}.awards-intro-card-text-pos-3,.awards-intro-card-text-pos-4,.awards-intro-card-text-pos-5{top:50%;transform:translateY(-50%)}.awards-intro-card-text-pos-5{width:159px}.awards-intro-card-title{margin:0;font-weight:700;font-size:1.25rem;line-height:2.375rem;color:#8e1f2d}.awards-intro-card-cta{position:relative;flex:1;height:165px;border-radius:16px;box-shadow:0 7px 21px #00000017;overflow:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(180deg,#cab377,#b59454);display:flex;align-items:center;justify-content:center}.awards-intro-cta-text{color:#060609;text-align:center;max-width:360px;padding:0 16px}.awards-intro-cta-text-1{margin:0;font-weight:700;font-size:1.1875rem;line-height:1.5rem;letter-spacing:0;text-transform:uppercase}.awards-intro-cta-text-2{margin:0;font-weight:700;font-size:1.1875rem;line-height:1.5rem}.awards-intro-cta-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:10;text-decoration:none;color:inherit}.awards-intro-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:400px;font-size:20px;color:#8e1f2d}@media (max-width: 1024px){.awards-intro-container{padding:0 24px;margin-top:-44px}.awards-intro-header{padding-top:25px;margin-bottom:32px}.awards-intro-desc-wrapper{max-width:100%}.awards-intro-desc{font-size:18px;line-height:28px}.awards-intro-grid{grid-template-columns:repeat(2,1fr);gap:16px;row-gap:16px}.awards-intro-card,.awards-intro-card-cta{height:150px}.awards-intro-card-img-1,.awards-intro-card-img-2,.awards-intro-card-img-3,.awards-intro-card-img-4,.awards-intro-card-img-5{max-width:90px;max-height:85%}.awards-intro-card-text,.awards-intro-card-text-pos-3,.awards-intro-card-text-pos-4,.awards-intro-card-text-pos-5{top:50%;transform:translateY(-50%);width:55%}.awards-intro-card-title{font-size:18px;line-height:30px}.awards-intro-cta-text{max-width:90%}.awards-intro-cta-text-1,.awards-intro-cta-text-2{font-size:16px;line-height:22px}}@media (max-width: 768px){.awards-intro-container{padding:0 16px;border-top-right-radius:32px;border-top-left-radius:32px}.awards-intro-header{padding-top:24px;margin-bottom:24px}.awards-intro-desc{font-size:16px;line-height:26px}.awards-intro-grid{grid-template-columns:1fr;gap:12px}.awards-intro-card,.awards-intro-card-cta{height:140px;border-radius:12px}.awards-intro-card-img-1,.awards-intro-card-img-2,.awards-intro-card-img-3,.awards-intro-card-img-4,.awards-intro-card-img-5{max-width:80px;max-height:85%}[dir=rtl] .awards-intro-card-img-1,[dir=rtl] .awards-intro-card-img-2,[dir=rtl] .awards-intro-card-img-3,[dir=rtl] .awards-intro-card-img-4,[dir=rtl] .awards-intro-card-img-5{left:20px}[dir=ltr] .awards-intro-card-img-1,[dir=ltr] .awards-intro-card-img-2,[dir=ltr] .awards-intro-card-img-3,[dir=ltr] .awards-intro-card-img-4,[dir=ltr] .awards-intro-card-img-5{right:20px}.awards-intro-card-text,.awards-intro-card-text-pos-3,.awards-intro-card-text-pos-4,.awards-intro-card-text-pos-5{top:50%;transform:translateY(-50%);width:60%}[dir=rtl] .awards-intro-card-text{right:16px}[dir=ltr] .awards-intro-card-text{left:16px}.awards-intro-card-title{font-size:16px;line-height:26px}.awards-intro-cta-text-1,.awards-intro-cta-text-2{font-size:15px;line-height:20px}}@media (max-width: 480px){.awards-intro-container{margin-top:-44px;padding:0 12px}.awards-intro-header{padding-top:16px}.awards-intro-desc{font-size:14px;line-height:24px}.awards-intro-grid{gap:10px}.awards-intro-card,.awards-intro-card-cta{height:120px;border-radius:10px}.awards-intro-card-img-1,.awards-intro-card-img-2,.awards-intro-card-img-3,.awards-intro-card-img-4,.awards-intro-card-img-5{max-width:65px;max-height:85%}[dir=rtl] .awards-intro-card-img-1,[dir=rtl] .awards-intro-card-img-2,[dir=rtl] .awards-intro-card-img-3,[dir=rtl] .awards-intro-card-img-4,[dir=rtl] .awards-intro-card-img-5{left:12px}[dir=ltr] .awards-intro-card-img-1,[dir=ltr] .awards-intro-card-img-2,[dir=ltr] .awards-intro-card-img-3,[dir=ltr] .awards-intro-card-img-4,[dir=ltr] .awards-intro-card-img-5{right:12px}.awards-intro-card-text,.awards-intro-card-text-pos-3,.awards-intro-card-text-pos-4,.awards-intro-card-text-pos-5{top:50%;transform:translateY(-50%);width:65%}[dir=rtl] .awards-intro-card-text{right:12px}[dir=ltr] .awards-intro-card-text{left:12px}.awards-intro-card-title{font-size:14px;line-height:22px}.awards-intro-cta-text-1,.awards-intro-cta-text-2{font-size:13px;line-height:18px}}.carousel-button{width:56px;height:56px;border:none;border-radius:50%;background:#8e1f2de6;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .3s ease;padding:0}.carousel-button:hover:not(:disabled){background:#8e1f2d}.carousel-button:disabled{background:#92949526;cursor:not-allowed;filter:brightness(.3)}.carousel-button-icon{width:24px;height:24px;flex-shrink:0}[dir=rtl] .carousel-button-left .carousel-button-icon,[dir=rtl] .carousel-button-right .carousel-button-icon{transform:rotate(180deg)}.carousel-button-tall{width:40px;height:153px;border-radius:6px}.carousel-button-short{width:40px;height:32px;border-radius:6px}@media (max-width: 1024px){.carousel-button{width:52px;height:52px}.carousel-button-icon{width:22px;height:22px}}@media (max-width: 767px){.carousel-button{width:44px;height:44px}.carousel-button-icon{width:20px;height:20px}}@media (max-width: 480px){.carousel-button{width:40px;height:40px}.carousel-button-icon{width:18px;height:18px}}@media (max-width: 1024px){.carousel-button-tall{width:40px;height:120px}}@media (max-width: 768px){.carousel-button-tall{width:36px;height:100px}}@media (max-width: 480px){.carousel-button-tall{width:32px;height:80px}}@media (max-width: 1024px){.carousel-button-short{width:36px;height:28px}}@media (max-width: 768px){.carousel-button-short{width:32px;height:26px}}@media (max-width: 480px){.carousel-button-short{width:28px;height:24px}}.image-lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fffffff7;display:flex;align-items:center;justify-content:center;z-index:10000;animation:imageLightboxFadeIn .3s ease}@keyframes imageLightboxFadeIn{0%{opacity:0}to{opacity:1}}.image-lightbox-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 140px}.image-lightbox-close{position:absolute;top:20px;right:20px;width:56px;height:56px;border-radius:50%;background-color:#8e1f2de6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease;z-index:10001}.image-lightbox-close:hover{background-color:#8e1f2d;transform:scale(1.1)}.image-lightbox-close:focus{outline:2px solid #C8A86B;outline-offset:2px}.image-lightbox-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10001}.image-lightbox-btn-prev{left:40px}[dir=rtl] .image-lightbox-btn-prev{right:40px;left:auto}.image-lightbox-btn-next{right:40px}[dir=rtl] .image-lightbox-btn-next{left:40px;right:auto}.image-lightbox-image-wrapper{max-width:90vw;max-height:calc(100vh - 250px);display:flex;align-items:center;justify-content:center}.image-lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;animation:imageLightboxZoomIn .3s ease}@keyframes imageLightboxZoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.image-lightbox-title{margin-top:20px;font-size:1.5rem;font-weight:700;color:#000;text-align:center}.image-lightbox-counter{position:absolute;top:30px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:600;z-index:10001}.image-lightbox-thumbnails{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:12px;max-width:90vw;overflow-x:auto;padding:12px;background-color:#00000014;border-radius:12px;z-index:10001}.image-lightbox-thumbnails::-webkit-scrollbar{height:6px}.image-lightbox-thumbnails::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.image-lightbox-thumbnails::-webkit-scrollbar-thumb{background:#8e1f2dcc;border-radius:3px}.image-lightbox-thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;border:3px solid transparent;cursor:pointer;transition:border-color .3s ease,transform .3s ease;padding:0;background:none;flex-shrink:0}.image-lightbox-thumbnail img{width:100%;height:100%;object-fit:cover}.image-lightbox-thumbnail:hover{border-color:#0000004d;transform:scale(1.05)}.image-lightbox-thumbnail.active{border-color:#8e1f2d}@media (max-width: 768px){.image-lightbox-content{padding:60px 10px 120px}.image-lightbox-close{width:44px;height:44px;top:10px;right:10px}.image-lightbox-btn-prev{left:10px}[dir=rtl] .image-lightbox-btn-prev{right:10px;left:auto}.image-lightbox-btn-next{right:10px}[dir=rtl] .image-lightbox-btn-next{left:10px;right:auto}.image-lightbox-counter{top:20px;padding:8px 16px;font-size:.875rem}.image-lightbox-image-wrapper{max-height:calc(100vh - 200px)}.image-lightbox-title{font-size:1.25rem;margin-top:16px}.image-lightbox-thumbnails{bottom:20px;gap:8px;padding:8px}.image-lightbox-thumbnail{width:60px;height:60px}}@media (max-width: 480px){.image-lightbox-content{padding:50px 8px 100px}.image-lightbox-close{width:40px;height:40px;top:8px;right:8px}.image-lightbox-btn-prev{left:8px}[dir=rtl] .image-lightbox-btn-prev{right:8px;left:auto}.image-lightbox-btn-next{right:8px}[dir=rtl] .image-lightbox-btn-next{left:8px;right:auto}.image-lightbox-counter{top:16px;padding:6px 12px;font-size:.75rem}.image-lightbox-image-wrapper{max-height:calc(100vh - 180px)}.image-lightbox-image{border-radius:8px}.image-lightbox-title{font-size:1rem;margin-top:12px}.image-lightbox-thumbnails{bottom:16px;gap:6px;padding:6px;border-radius:8px}.image-lightbox-thumbnail{width:50px;height:50px;border-radius:6px}}.social-impact-container{position:relative;margin-top:50px;width:100%;height:584px;padding:0 72px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;background:linear-gradient(0deg,#f8f4ea,#f8f4ea),#ba952e1a}.social-impact-content{width:100%;max-width:1280px;min-height:380px}.social-impact-header{width:100%;max-width:1280px;height:97px}.social-impact-subtitle{margin:0;font-weight:400;font-size:1.25rem;line-height:2rem;color:#000;text-align:center}.social-impact-cards{width:100%;max-width:1280px;display:flex;justify-content:space-between;gap:16px}.social-impact-card{width:396px;background:#e2dbc9;border-radius:12px;padding:32px 24px;color:#57514f}.social-impact-card-title{margin:0;font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#57514f;text-align:center}.social-impact-card-text{margin-top:1.5rem;font-weight:400;font-size:1.25rem;line-height:2rem;color:#57514f;text-align:center}@media (max-width: 1024px){.social-impact-container{height:auto;padding:48px 24px}.social-impact-header{height:auto;margin-bottom:24px}.social-impact-subtitle{font-size:18px;line-height:28px}.social-impact-cards{flex-wrap:wrap;gap:16px}.social-impact-card{width:calc(50% - 8px);min-width:280px;padding:24px 20px}.social-impact-card:last-child{width:100%}.social-impact-card-title{font-size:20px;line-height:32px}.social-impact-card-text{font-size:18px;line-height:28px;margin-top:16px}}@media (max-width: 768px){.social-impact-container{padding:40px 16px;gap:20px}.social-impact-content{min-height:auto}.social-impact-header{margin-bottom:20px}.social-impact-subtitle{font-size:16px;line-height:26px}.social-impact-cards{flex-direction:column;gap:12px}.social-impact-card{width:100%;padding:24px 16px;border-radius:10px}.social-impact-card:last-child{width:100%}.social-impact-card-title{font-size:18px;line-height:28px}.social-impact-card-text{font-size:16px;line-height:26px;margin-top:12px}}@media (max-width: 480px){.social-impact-container{padding:32px 12px;gap:16px}.social-impact-subtitle{font-size:14px;line-height:24px}.social-impact-cards{gap:10px}.social-impact-card{padding:20px 14px;border-radius:8px}.social-impact-card-title{font-size:16px;line-height:26px}.social-impact-card-text{font-size:14px;line-height:24px;margin-top:10px}}.honorees-container{position:relative;margin-top:71px;margin-bottom:71px;width:100%;max-width:1280px;display:flex;flex-direction:column}.honorees-btn-prev,.honorees-btn-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10}[dir=ltr] .honorees-btn-prev{left:-72px;right:auto}[dir=rtl] .honorees-btn-prev{left:auto;right:-72px}[dir=ltr] .honorees-btn-next{right:-72px;left:auto}[dir=rtl] .honorees-btn-next{right:auto;left:-72px}.honorees-header{width:100%;text-align:center;margin-bottom:32px}.honorees-title{margin-bottom:13px}.honorees-subtitle{margin:0;font-weight:400;font-size:1.25rem;line-height:2rem;color:#000}.honorees-cards-row{display:flex;gap:32px;align-items:stretch;justify-content:center;width:100%}.honorees-card{border-radius:12px;background:linear-gradient(180deg,#8e1f2d,#470009);box-shadow:0 15px 36.1px #0000001c;display:flex;height:722.667px;flex-direction:column;align-items:flex-end;width:296px;flex-shrink:0;overflow:hidden;color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1)}.honorees-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.honorees-card-image-1,.honorees-card-image-2,.honorees-card-image-3,.honorees-card-image-4,.honorees-card-image{position:relative;display:flex;height:554.667px;padding:0 16px 24px;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;border-radius:12px;background-color:#cab377;background-position:center;background-size:cover;background-repeat:no-repeat;transition:transform .4s cubic-bezier(.4,0,.2,1)}.honorees-card:hover .honorees-card-image-1,.honorees-card:hover .honorees-card-image-2,.honorees-card:hover .honorees-card-image-3,.honorees-card:hover .honorees-card-image-4,.honorees-card:hover .honorees-card-image{transform:scale(1.05)}.honorees-card-image-1{background-image:url(/assets/gallery-portrait-1.png),url(/assets/a5268c0559c674c9eae9956fa49ed26eba3b6988.png);background-position:100% 0%,50% 0%;background-size:cover,cover}.honorees-card-image-2{background-image:url(/assets/gallery-portrait-2.png),url(/assets/4306811035603448b069672147510286d03c246a.png);background-position:100% 0%,50% 0%;background-size:cover,cover}.honorees-card-image-3{background-image:url(/assets/gallery-portrait-3.png),url(/assets/6e731b697b33cd299fef74ad0583f3aaa75c2fc7.png);background-position:100% 0%,50% 0%;background-size:cover,cover}.honorees-card-image-4{background-image:url(/assets/gallery-portrait-4.png),url(/assets/78ce5f6fc1c3c2645970e7cd4fcff1fd3c800f77.png);background-position:100% 0%,50% 0%;background-size:cover,cover}.honorees-medal-overlay{position:absolute;bottom:16px;width:auto;height:150px;pointer-events:none}[dir=rtl] .honorees-medal-overlay{right:16px;left:auto}[dir=ltr] .honorees-medal-overlay{left:16px;right:auto}.honorees-card-content{display:flex;height:168px;box-sizing:border-box;padding:24px;flex-direction:column;align-items:flex-start;gap:var(--sds-size-space-100);align-self:stretch;width:100%}.honorees-card-batch{margin:0 0 4px;font-size:.875rem;line-height:1.375rem;text-align:start;color:#ffffffb3}.honorees-card-award{margin:0;font-size:1rem;line-height:1.625rem;text-align:start}.honorees-card-name{margin:0;font-weight:700;font-size:1.25rem;line-height:2rem;text-align:start}.honorees-card-desc{margin-top:4px;font-size:1rem;line-height:1.625rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .honorees-card-desc{text-align:right}[dir=ltr] .honorees-card-desc{text-align:left}.honorees-card-desc-1{-webkit-line-clamp:1;line-clamp:1}.honorees-card-desc-2{-webkit-line-clamp:2;line-clamp:2}.honorees-loading{display:flex;align-items:center;justify-content:center;width:100%;height:722.667px;font-size:20px;color:#8e1f2d}@media (max-width: 1280px){.honorees-container{max-width:100%;padding:0 60px}[dir=ltr] .honorees-btn-prev{left:8px}[dir=rtl] .honorees-btn-prev,[dir=ltr] .honorees-btn-next{right:8px}[dir=rtl] .honorees-btn-next{left:8px}.honorees-cards-row{gap:24px}.honorees-card{width:calc((100% - 48px) / 3);max-width:340px;height:680px}.honorees-card-image-1,.honorees-card-image-2,.honorees-card-image-3,.honorees-card-image-4,.honorees-card-image{height:520px}.honorees-medal-overlay{height:130px}.honorees-loading{height:680px}}@media (max-width: 1024px){.honorees-container{margin-top:60px;max-width:100%;height:auto;padding:0 24px;overflow:hidden}[dir=rtl] .honorees-btn-prev,[dir=ltr] .honorees-btn-prev{left:24px;right:auto}[dir=rtl] .honorees-btn-next,[dir=ltr] .honorees-btn-next{right:24px;left:auto}.honorees-header{margin-bottom:24px}.honorees-subtitle{font-size:1.125rem;line-height:1.75rem}.honorees-cards-row{gap:20px;padding:0 56px}.honorees-card{width:260px;height:600px}.honorees-card-image-1,.honorees-card-image-2,.honorees-card-image-3,.honorees-card-image-4,.honorees-card-image{height:440px}.honorees-medal-overlay{height:120px}.honorees-card-content{height:160px;padding:20px}.honorees-card-name{font-size:1.125rem;line-height:1.75rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.honorees-card-award,.honorees-card-desc{font-size:.875rem;line-height:1.375rem}.honorees-loading{height:600px}}@media (max-width: 768px){.honorees-container{margin-top:50px;padding:0 16px}[dir=ltr] .honorees-btn-prev{left:16px;right:auto}[dir=rtl] .honorees-btn-prev,[dir=ltr] .honorees-btn-next{right:16px;left:auto}[dir=rtl] .honorees-btn-next{left:16px;right:auto}.honorees-cards-row{gap:16px;padding:0 44px}.honorees-header{margin-bottom:20px}.honorees-subtitle{font-size:1rem;line-height:1.625rem}.honorees-card{width:220px;height:500px;border-radius:10px}.honorees-card-image-1,.honorees-card-image-2,.honorees-card-image-3,.honorees-card-image-4,.honorees-card-image{height:350px;border-radius:10px;padding:0 12px 16px}.honorees-medal-overlay{height:100px;bottom:12px}[dir=rtl] .honorees-medal-overlay{right:12px}[dir=ltr] .honorees-medal-overlay{left:12px}.honorees-card-content{height:150px;padding:16px}.honorees-card-name{font-size:1rem;line-height:1.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.honorees-card-award,.honorees-card-desc{font-size:.8125rem;line-height:1.25rem}.honorees-loading{height:500px}}@media (max-width: 480px){.honorees-container{margin-top:40px;padding:0 12px}[dir=ltr] .honorees-btn-prev{left:12px;right:auto}[dir=rtl] .honorees-btn-prev,[dir=ltr] .honorees-btn-next{right:12px;left:auto}[dir=rtl] .honorees-btn-next{left:12px;right:auto}.honorees-cards-row{gap:12px;padding:0 36px}.honorees-subtitle{font-size:14px;line-height:24px}.honorees-card{width:180px;height:420px;border-radius:8px}.honorees-card-image-1,.honorees-card-image-2,.honorees-card-image-3,.honorees-card-image-4,.honorees-card-image{height:280px;border-radius:8px;padding:0 10px 12px}.honorees-medal-overlay{height:80px;bottom:10px}[dir=rtl] .honorees-medal-overlay{right:10px}[dir=ltr] .honorees-medal-overlay{left:10px}.honorees-card-content{height:140px;padding:12px}.honorees-card-name{font-size:14px;line-height:22px}.honorees-card-award,.honorees-card-desc{font-size:12px;line-height:18px}.honorees-loading{height:420px}}.honoree-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.honoree-modal-card{position:relative;width:1018px;max-height:90vh;background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;overflow:hidden;animation:slideUp .3s ease;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.honoree-modal-close{position:absolute;top:23px;left:23px;width:24px;height:24px;border:none;background:transparent;cursor:pointer;color:#000;z-index:10;transition:transform .2s ease,color .2s ease;padding:0;display:flex;align-items:center;justify-content:center}.honoree-modal-close:hover{transform:scale(1.1);color:#8e1f2d}[dir=ltr] .honoree-modal-close{left:auto;right:23px}.honoree-modal-content{display:flex;flex:1;min-height:0;overflow:hidden}.honoree-modal-image-section{position:relative;width:477px;min-height:500px;background-color:#cab377;flex-shrink:0;display:flex;align-items:flex-end;justify-content:center}.honoree-modal-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.honoree-modal-image{width:100%;height:100%;object-fit:cover;object-position:center}.honoree-modal-medal{position:absolute;bottom:24px;left:32px;width:56px;height:119px}.honoree-modal-medal img{width:100%;height:100%;object-fit:contain}[dir=rtl] .honoree-modal-medal{left:auto;right:32px}.honoree-modal-text-section{flex:1;display:flex;flex-direction:column;gap:16px;padding:32px;overflow:hidden;min-height:0}.honoree-modal-header{display:flex;flex-direction:column;gap:4px;text-align:right}[dir=ltr] .honoree-modal-header{text-align:left}.honoree-modal-batch{font-weight:700;font-size:1.25rem;line-height:2rem;color:#00000080;margin:0}.honoree-modal-category{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000000b3;margin:0}.honoree-modal-details{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow:hidden}.honoree-modal-name{font-weight:700;font-size:2.5rem;line-height:4rem;color:#000000e6;margin:0;text-align:right;flex-shrink:0}[dir=ltr] .honoree-modal-name{text-align:left}.honoree-modal-description{font-weight:400;font-size:1.25rem;line-height:2rem;color:#000000b3;margin:0;text-align:right;flex:1;overflow-y:auto;min-height:0;padding-left:8px}[dir=ltr] .honoree-modal-description{text-align:left;padding-left:0;padding-right:8px}.honoree-modal-description::-webkit-scrollbar{width:6px}.honoree-modal-description::-webkit-scrollbar-track{background:transparent}.honoree-modal-description::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.honoree-modal-description::-webkit-scrollbar-thumb:hover{background:#0000004d}.honoree-modal-description p{margin:0 0 12px}.honoree-modal-description p:last-child{margin-bottom:0}.honoree-modal-description ul,.honoree-modal-description ol{margin:8px 0;padding-right:20px;padding-left:0}[dir=ltr] .honoree-modal-description ul,[dir=ltr] .honoree-modal-description ol{padding-left:20px;padding-right:0}.honoree-modal-description li{margin:4px 0}.honoree-modal-description strong{font-weight:600}.honoree-modal-description a{color:#8e1f2d;text-decoration:underline}@media (max-width: 1024px){.honoree-modal-card{width:90vw;height:auto;max-height:90vh}.honoree-modal-content{flex-direction:column}.honoree-modal-image-section{width:100%;height:400px}.honoree-modal-text-section{padding:24px}.honoree-modal-name{font-size:32px;line-height:48px}.honoree-modal-description{font-size:18px;line-height:28px}}@media (max-width: 768px){.honoree-modal-card{width:95vw;max-height:95vh}.honoree-modal-image-section{height:300px}.honoree-modal-text-section{padding:20px;gap:12px}.honoree-modal-close{top:16px;left:16px}[dir=ltr] .honoree-modal-close{left:auto;right:16px}.honoree-modal-batch{font-size:16px;line-height:24px}.honoree-modal-category{font-size:20px;line-height:32px}.honoree-modal-name{font-size:28px;line-height:40px}.honoree-modal-description{font-size:16px;line-height:24px}.honoree-modal-medal{width:48px;height:100px;bottom:16px;left:16px}[dir=rtl] .honoree-modal-medal{left:auto;right:16px}}@media (max-width: 480px){.honoree-modal-card{width:96vw;max-height:96vh;border-radius:16px}.honoree-modal-image-section{height:250px;padding:16px 12px}.honoree-modal-text-section{padding:16px;gap:10px}.honoree-modal-close{top:12px;left:12px;width:20px;height:20px}[dir=ltr] .honoree-modal-close{left:auto;right:12px}.honoree-modal-batch{font-size:14px;line-height:22px}.honoree-modal-category{font-size:18px;line-height:28px}.honoree-modal-name{font-size:24px;line-height:36px}.honoree-modal-description{font-size:14px;line-height:22px}.honoree-modal-medal{width:40px;height:85px;bottom:12px;left:12px}[dir=rtl] .honoree-modal-medal{left:auto;right:12px}}.news-container{position:relative;margin-top:20px;width:100%;padding:72px;box-sizing:border-box;display:flex;justify-content:center;background:#0000001a}.news-content{width:100%;max-width:1280px;display:flex;flex-direction:column;gap:32px}.news-header{text-align:center}.news-subtitle{margin:0;font-weight:400;font-size:1.25rem;line-height:2rem;color:#000}.news-cards{display:flex;gap:24px}[dir=rtl] .news-cards{flex-direction:row-reverse}[dir=ltr] .news-cards{flex-direction:row}.news-cards .news-card{flex:1}.news-more-btn-wrapper{display:flex;justify-content:center}.news-more-btn{display:flex;align-items:center;gap:6px;background:#8e1f2d;color:#fff;border-radius:6px;padding:8px 16px;text-decoration:none;border:none;cursor:pointer;transition:background-color .3s ease}.news-more-btn:hover{background-color:#6d1622}.news-more-btn-text{font-weight:700;font-size:.875rem}[dir=rtl] .news-more-btn-text{text-align:right}[dir=ltr] .news-more-btn-text{text-align:left}.news-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:400px;font-size:20px;color:#8e1f2d}@media (max-width: 1024px){.news-container{padding:48px 24px}.news-content{gap:24px}.news-subtitle{font-size:18px;line-height:28px}.news-cards{flex-wrap:wrap;gap:20px}.news-cards .news-card{flex:1 1 calc(50% - 10px);min-width:280px}}@media (max-width: 768px){.news-container{padding:40px 16px}.news-content{gap:20px}.news-subtitle{font-size:16px;line-height:26px}.news-cards{flex-direction:column!important;gap:16px}[dir=rtl] .news-cards,[dir=ltr] .news-cards{flex-direction:column!important}.news-cards .news-card{flex:none;width:100%;min-width:auto}.news-more-btn{padding:10px 20px}.news-more-btn-text{font-size:13px}}@media (max-width: 480px){.news-container{padding:32px 12px}.news-content{gap:16px}.news-subtitle{font-size:14px;line-height:24px}.news-cards{gap:12px}.news-more-btn{padding:8px 16px}.news-more-btn-text{font-size:12px}}.read-more-button{width:40px;height:32px;border:none;border-radius:6px;background:#8e1f2d;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background-color .3s ease,transform .3s ease}.read-more-button:hover:not(:disabled){background:#6d1622}.read-more-button:disabled{background:#92949526;cursor:not-allowed;color:#0000004d}.read-more-button-icon{width:24px;height:24px;flex-shrink:0}[dir=ltr] .read-more-button-icon{transform:rotate(180deg)}@media (max-width: 1024px){.read-more-button{width:36px;height:28px}.read-more-button-icon{width:20px;height:20px}}@media (max-width: 768px){.read-more-button{width:32px;height:26px}.read-more-button-icon{width:18px;height:18px}}@media (max-width: 480px){.read-more-button{width:28px;height:24px}.read-more-button-icon{width:16px;height:16px}}.news-card{background:#fcfcfc;border:1px solid #cbd5e1;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1)}.news-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0003}.news-card-image{aspect-ratio:16/9;overflow:hidden}.news-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.news-card:hover .news-card-img{transform:scale(1.05)}.news-card-info{padding:24px 24px 0;display:flex;flex-direction:column;gap:4px}.news-card-date{display:flex;align-items:center;gap:4.816px;justify-content:flex-start}.news-date-icon{width:16px;height:16px}.news-date-text{font-size:.875rem;line-height:1.5rem;color:#555}.news-card-title{font-weight:700;font-size:1rem;line-height:1.625rem;color:#57514f;text-align:right;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.news-card-footer{padding:8px 24px 24px;display:flex;align-items:center;gap:24px;min-height:48px}.news-card-desc{font-size:.875rem;line-height:1.5rem;color:#57514f;text-align:right;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1}.news-card-link{flex-shrink:0}[dir=rtl] .news-card-date,[dir=rtl] .news-card-title,[dir=rtl] .news-card-desc{direction:rtl}[dir=ltr] .news-card-date,[dir=ltr] .news-card-title,[dir=ltr] .news-card-desc{direction:ltr;text-align:start}[dir=ltr] .news-card-date{justify-content:flex-start}@media (max-width: 1024px){.news-card{border-radius:12px}.news-card-info{padding:20px 20px 0}.news-card-title{font-size:15px;line-height:24px}.news-card-footer{padding:8px 20px 20px;gap:16px}.news-card-desc{font-size:13px;line-height:22px}}@media (max-width: 768px){.news-card{border-radius:10px}.news-card-info{padding:16px 16px 0}.news-card-title{font-size:15px;line-height:22px}.news-card-footer{padding:8px 16px 16px;gap:12px}.news-card-desc{font-size:13px;line-height:20px}.news-date-text{font-size:12px;line-height:20px}.news-date-icon{width:14px;height:14px}}@media (max-width: 480px){.news-card-info{padding:14px 14px 0}.news-card-title{font-size:14px;line-height:20px}.news-card-footer{padding:6px 14px 14px;gap:10px}.news-card-desc{font-size:12px;line-height:18px}}.faq-container{position:relative;margin-top:100px;width:100%;max-width:1280px}.faq-content{display:flex;justify-content:space-between;align-items:stretch;gap:32px}.faq-content{flex-direction:row-reverse}.faq-image-wrapper{width:537.462px;border-radius:7.43px;box-shadow:0 15px 36.1px #0000001c;overflow:hidden;align-self:flex-start;flex-shrink:0}.faq-image{display:block;width:100%;height:auto;min-height:400px;max-height:600px;object-fit:cover;object-position:top center}.faq-questions-wrapper{width:708px;display:flex;flex-direction:column;gap:24.768px;align-items:flex-end}.faq-title{margin:0;font-weight:700;font-size:2rem;line-height:3.25rem;color:#8e1f2d;width:100%}[dir=rtl] .faq-title{text-align:right}[dir=ltr] .faq-title{text-align:left}.faq-list{width:100%;display:flex;flex-direction:column;gap:8.669px;align-items:flex-end}.faq-item-wrapper{width:100%}.faq-divider{height:1px;background:#d9d9d9}.faq-item{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding:8px 0;transition:background-color .2s ease}.faq-item:hover{background-color:#8e1f2d05}.faq-plus-icon{position:relative;width:18.576px;height:18.576px;flex-shrink:0}[dir=rtl] .faq-plus-icon{margin-left:8.05px;margin-right:0}[dir=ltr] .faq-plus-icon{margin-right:8.05px;margin-left:0}.faq-plus-vertical{position:absolute;left:50%;top:0;transform:translate(-50%);width:1.238px;height:18.576px;background:#57514f;transition:transform .3s ease,opacity .3s ease}.faq-icon-open .faq-plus-vertical{transform:translate(-50%) rotate(90deg);opacity:0}.faq-plus-horizontal{position:absolute;top:50%;left:0;transform:translateY(-50%);height:1.238px;width:18.576px;background:#57514f;transition:background-color .3s ease}.faq-icon-open .faq-plus-horizontal{background:#8e1f2d}.faq-question{margin:0;font-weight:400;font-size:1.238rem;color:#57514f;white-space:pre-wrap;flex:1}[dir=rtl] .faq-question{text-align:right}[dir=ltr] .faq-question{text-align:left}.faq-answer-wrapper{padding:12px 0 16px;animation:slideDown .3s ease-out}[dir=rtl] .faq-answer-wrapper{padding-right:26.626px;padding-left:0}[dir=ltr] .faq-answer-wrapper{padding-left:26.626px;padding-right:0}.faq-answer{margin:0;font-weight:300;font-size:1rem;line-height:1.6;color:#57514f;white-space:pre-wrap}[dir=rtl] .faq-answer{text-align:right}[dir=ltr] .faq-answer{text-align:left}.faq-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:200px;font-size:20px;color:#8e1f2d}@media (max-width: 1024px){.faq-container{margin-top:60px;padding:0 24px}.faq-content{gap:24px}.faq-image-wrapper{width:45%;min-width:280px}.faq-image{min-height:320px;max-height:450px}.faq-questions-wrapper{width:55%;gap:20px}.faq-title{font-size:1.75rem;line-height:2.5rem}.faq-question{font-size:1.0625rem}.faq-answer{font-size:.875rem}}@media (max-width: 768px){.faq-container{margin-top:50px;padding:0 16px}.faq-content{flex-direction:column!important;gap:24px}.faq-image-wrapper{width:100%;max-width:400px;margin:0 auto;order:1;align-self:center}.faq-image{min-height:250px;max-height:350px}.faq-questions-wrapper{width:100%;gap:16px;order:2;align-items:center}.faq-title{font-size:1.5rem;line-height:2.25rem;text-align:center!important}.faq-list{align-items:stretch}.faq-question{font-size:1rem}.faq-answer{font-size:.875rem;line-height:1.5}.faq-plus-icon{width:16px;height:16px}.faq-plus-vertical{width:1px;height:16px}.faq-plus-horizontal{width:16px;height:1px}[dir=rtl] .faq-answer-wrapper{padding-right:20px}[dir=ltr] .faq-answer-wrapper{padding-left:20px}}@media (max-width: 480px){.faq-container{margin-top:40px;padding:0 12px}.faq-content{gap:20px}.faq-image-wrapper{max-width:320px}.faq-image{min-height:200px;max-height:280px}.faq-questions-wrapper{gap:12px}.faq-title{font-size:1.25rem;line-height:2rem}.faq-question{font-size:.875rem}.faq-answer{font-size:.8125rem}.faq-item{padding:6px 0}.faq-plus-icon{width:14px;height:14px}.faq-plus-vertical{height:14px}.faq-plus-horizontal{width:14px}[dir=rtl] .faq-plus-icon{margin-left:6px}[dir=ltr] .faq-plus-icon{margin-right:6px}[dir=rtl] .faq-answer-wrapper{padding-right:16px}[dir=ltr] .faq-answer-wrapper{padding-left:16px}}.faq-content-wrapper{width:100%;display:flex;flex-direction:column;gap:24.768px;align-items:flex-end}.faq-content-title{width:100%}.faq-content-list{width:100%;display:flex;flex-direction:column;gap:8.669px;align-items:flex-end}.faq-content-item-wrapper{width:100%}.faq-content-divider{height:1px;background:#d9d9d9}.faq-content-item{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding:8px 0;transition:background-color .2s ease}.faq-content-item:hover{background-color:#8e1f2d05}.faq-content-plus-icon{position:relative;width:18.576px;height:18.576px;flex-shrink:0}[dir=rtl] .faq-content-plus-icon{margin-left:8.05px;margin-right:0}[dir=ltr] .faq-content-plus-icon{margin-right:8.05px;margin-left:0}.faq-content-plus-vertical{position:absolute;left:50%;top:0;transform:translate(-50%);width:1.238px;height:18.576px;background:#57514f;transition:transform .3s ease,opacity .3s ease}.faq-content-icon-open .faq-content-plus-vertical{transform:translate(-50%) rotate(90deg);opacity:0}.faq-content-plus-horizontal{position:absolute;top:50%;left:0;transform:translateY(-50%);height:1.238px;width:18.576px;background:#57514f;transition:background-color .3s ease}.faq-content-icon-open .faq-content-plus-horizontal{background:#8e1f2d}.faq-content-question{margin:0;font-weight:400;font-size:1.238rem;color:#57514f;white-space:pre-wrap;flex:1}[dir=rtl] .faq-content-question{text-align:right}[dir=ltr] .faq-content-question{text-align:left}.faq-content-answer-wrapper{padding:12px 0 16px;animation:slideDown .3s ease-out}[dir=rtl] .faq-content-answer-wrapper{padding-right:26.626px;padding-left:0}[dir=ltr] .faq-content-answer-wrapper{padding-left:26.626px;padding-right:0}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.faq-content-answer{margin:0;font-weight:300;font-size:1rem;line-height:1.6;color:#57514f;white-space:pre-wrap}[dir=rtl] .faq-content-answer{text-align:right}[dir=ltr] .faq-content-answer{text-align:left}.faq-content-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:200px;font-size:20px;color:#8e1f2d}@media (max-width: 1024px){.faq-content-wrapper{gap:20px}.faq-content-question{font-size:17px}.faq-content-answer{font-size:14px}}@media (max-width: 768px){.faq-content-wrapper{gap:16px;align-items:stretch}.faq-content-title{text-align:center!important}.faq-content-list{align-items:stretch}.faq-content-question{font-size:16px}.faq-content-answer{font-size:14px;line-height:1.5}.faq-content-plus-icon{width:16px;height:16px}.faq-content-plus-vertical{width:1px;height:16px}.faq-content-plus-horizontal{width:16px;height:1px}[dir=rtl] .faq-content-answer-wrapper{padding-right:20px}[dir=ltr] .faq-content-answer-wrapper{padding-left:20px}}@media (max-width: 480px){.faq-content-wrapper{gap:12px}.faq-content-question{font-size:14px}.faq-content-answer{font-size:13px}.faq-content-item{padding:6px 0}.faq-content-plus-icon{width:14px;height:14px}.faq-content-plus-vertical{height:14px}.faq-content-plus-horizontal{width:14px}[dir=rtl] .faq-content-plus-icon{margin-left:6px}[dir=ltr] .faq-content-plus-icon{margin-right:6px}[dir=rtl] .faq-content-answer-wrapper{padding-right:16px}[dir=ltr] .faq-content-answer-wrapper{padding-left:16px}}.statistics-content{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 15px 36.1px #0000001c,0 15px 36.1px #0000001c;-webkit-backdrop-filter:blur(3.9000000953674316px);backdrop-filter:blur(3.9000000953674316px);background:linear-gradient(90deg,#7a2623,#4f1624),#6a1e27}.statistics-image{position:absolute;top:0;width:438px;height:320px;overflow:hidden}[dir=rtl] .statistics-image{left:0;right:auto}[dir=ltr] .statistics-image{right:0;left:auto}.statistics-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.statistics-title-wrapper{position:absolute;top:40px;color:#f1f1f1}[dir=rtl] .statistics-title-wrapper{left:470px;right:32px;text-align:right}[dir=ltr] .statistics-title-wrapper{right:470px;left:32px;text-align:left}.statistics-title{margin:0;font-weight:700;font-size:1.6875rem;line-height:3.25rem}.statistics-metrics{position:absolute;bottom:32px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}[dir=rtl] .statistics-metrics{left:470px;right:32px}[dir=ltr] .statistics-metrics{right:470px;left:32px}.statistics-metric{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.statistics-metric-number{font-weight:700;font-size:4rem;color:#cab377;line-height:.85;text-align:right}.statistics-metric-label{font-weight:400;font-size:1.3125rem;color:#fff;white-space:pre;text-align:right}.statistics-loading{display:flex;align-items:center;justify-content:center;width:100%;min-height:100px;font-size:1.25rem;color:#cab377}@media (max-width: 1024px){.statistics-content{border-radius:16px;min-height:280px}.statistics-image{width:350px;height:280px}[dir=rtl] .statistics-title-wrapper{left:380px;right:24px}[dir=ltr] .statistics-title-wrapper{right:380px;left:24px}.statistics-title{font-size:1.375rem;line-height:2.25rem}[dir=rtl] .statistics-metrics{left:380px;right:24px}[dir=ltr] .statistics-metrics{right:380px;left:24px}.statistics-metric{gap:16px}.statistics-metric-number{font-size:3rem}.statistics-metric-label{font-size:1rem}}@media (max-width: 768px){.statistics-content{border-radius:12px;min-height:auto;padding-bottom:24px}.statistics-image{position:relative;width:100%;height:200px}[dir=rtl] .statistics-image,[dir=ltr] .statistics-image{left:auto;right:auto}[dir=rtl] .statistics-title-wrapper,[dir=ltr] .statistics-title-wrapper{position:relative;top:auto;left:auto;right:auto;padding:20px 16px 0;text-align:center!important}.statistics-title{font-size:1.25rem;line-height:2rem}[dir=rtl] .statistics-metrics,[dir=ltr] .statistics-metrics{position:relative;bottom:auto;left:auto;right:auto;padding:16px;flex-wrap:wrap;justify-content:center;gap:24px}.statistics-metric{gap:8px;align-items:center;min-width:80px}.statistics-metric-number{font-size:2.25rem;text-align:center}.statistics-metric-label{font-size:.875rem;text-align:center;white-space:normal}}@media (max-width: 480px){.statistics-content{border-radius:10px;padding-bottom:20px}.statistics-image{height:160px}[dir=rtl] .statistics-title-wrapper,[dir=ltr] .statistics-title-wrapper{padding:16px 12px 0}.statistics-title{font-size:1.125rem;line-height:1.75rem}[dir=rtl] .statistics-metrics,[dir=ltr] .statistics-metrics{padding:12px;gap:16px}.statistics-metric{gap:6px;min-width:70px}.statistics-metric-number{font-size:1.75rem}.statistics-metric-label{font-size:.75rem}}.statistics-container{position:relative;margin-top:100px;width:100%;max-width:1283px;height:320px}@media (max-width: 1024px){.statistics-container{margin-top:60px;padding:0 24px;height:auto;min-height:280px}}@media (max-width: 768px){.statistics-container{margin-top:50px;padding:0 16px;min-height:auto}}@media (max-width: 480px){.statistics-container{margin-top:40px;padding:0 12px}}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:1280px}.footer-logo-section{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.footer-logo{width:268px;height:72px;position:relative;overflow:hidden}.footer-logo-img{position:absolute;left:.6%;top:0;height:100%;width:98.8%;object-fit:cover;pointer-events:none}.footer-social-links{display:flex;gap:12px;align-items:center}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#8e1f2d1a;color:#8e1f2d;transition:background-color .2s ease,color .2s ease,transform .2s ease}.footer-social-link:hover{background-color:#8e1f2d;color:#fff;transform:scale(1.1)}.footer-social-link svg{width:18px;height:18px}.footer-columns{display:flex;gap:32px;align-items:flex-start;flex:1}.footer-column{flex:1;display:flex;flex-direction:column;gap:20px}.footer-column-header{width:100%;height:28px;display:flex;align-items:center}.footer-column-title{margin:0;font-weight:700;font-size:1rem;line-height:1.625rem;color:#8e1f2d}.footer-column-links{display:flex;flex-direction:column;gap:8px;color:#0009;justify-content:flex-start;width:100%}[dir=rtl] .footer-column-links{text-align:right}[dir=ltr] .footer-column-links{text-align:left}.footer-column-links a{font-size:.875rem;line-height:1.5rem}.footer-line{width:100%;max-width:1283px}.footer-line-img{width:100%;height:1px}.footer-copyright{width:100%;max-width:1283px;color:#0009;font-size:.875rem;line-height:1.5rem;text-align:center}.footer-copyright-bold{font-weight:700}@media (max-width: 1024px){.footer-content{flex-wrap:wrap;gap:32px}.footer-logo{width:220px;height:60px}.footer-social-link{width:32px;height:32px}.footer-social-link svg{width:16px;height:16px}.footer-columns{gap:24px;flex-wrap:wrap}.footer-column{flex:1}.footer-column-header{width:100%}}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;gap:32px}.footer-logo-section{align-items:center}.footer-logo{width:200px;height:54px}.footer-logo-img{left:0;width:100%}.footer-social-links{justify-content:center}.footer-columns{flex-direction:column;align-items:center;gap:24px;width:100%}.footer-column{width:100%;max-width:300px;align-items:center;text-align:center}.footer-column-header{justify-content:center}.footer-column-title{text-align:center}[dir=rtl] .footer-column-links,[dir=ltr] .footer-column-links{text-align:center;align-items:center}[dir=rtl] .footer-link,[dir=ltr] .footer-link{text-align:center}.footer-copyright{padding:0 16px}}@media (max-width: 480px){.footer-content{gap:24px}.footer-logo-section{gap:12px}.footer-logo{width:180px;height:48px}.footer-social-links{gap:10px}.footer-social-link{width:30px;height:30px}.footer-social-link svg{width:14px;height:14px}.footer-columns{gap:20px}.footer-column{gap:16px}.footer-column-title{font-size:.875rem;line-height:1.375rem}.footer-column-links a{font-size:.8125rem;line-height:1.375rem}.footer-copyright{font-size:.75rem;line-height:1.25rem;padding:0 12px}}.footer-container{position:relative;margin-top:90px;width:100%;max-width:1280px}@media (max-width: 1280px){.footer-container{padding:0 32px}}@media (max-width: 1024px){.footer-container{margin-top:70px;padding:0 24px}}@media (max-width: 768px){.footer-container{margin-top:50px;padding:0 16px}}@media (max-width: 480px){.footer-container{margin-top:40px;padding:0 12px}}.nomination-page{position:relative;width:100%;min-height:100vh;background:#fff}.nomination-hero-bg{position:relative;margin-top:-40px;padding-top:40px;width:100%;height:474px;border-radius:0 0 48px 48px;background:linear-gradient(0deg,#000000b0,#000000b0),url(/assets/images/nomination-header-bg.jpg) center bottom / cover no-repeat,#d9d9d9}.nomination-page header,.nomination-section{position:relative}.nomination-hero-bg>header{margin-top:40px;margin-bottom:75px}#t0,.nomination-hero-t0{width:100%;max-width:1280px;margin:0 auto;text-align:right}.nomination-bb{border-radius:16px;border:1px solid #404040;background:#0000000d;-webkit-backdrop-filter:blur(9.25px);backdrop-filter:blur(9.25px);margin-top:20px;padding-right:20px;padding-left:20px}.nomination-section{padding:25px 0 50px;background:#fff;min-height:calc(100vh - 200px)}.nomination-section .container{padding:0 20px;max-width:1320px;margin:0 auto}.nomination-header{text-align:center;margin-bottom:20px}.nomination-title{font-size:48px;font-weight:700;color:#8e1f2d;margin-bottom:16px;line-height:1.2}.nomination-subtitle{font-size:18px;font-weight:400;color:#000000b3;line-height:28px;max-width:800px;margin:0 auto}.nomination-form{max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 24px #00000014}.form-section{margin-bottom:48px}.form-section:last-of-type{margin-bottom:40px}.form-section-title{font-size:24px;font-weight:700;color:#8e1f2d;margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid rgba(142,31,45,.1)}.form-group{margin-bottom:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-label{display:block;font-size:16px;font-weight:600;color:#000c;margin-bottom:8px}.required{color:#8e1f2d}.form-input,.form-textarea{width:100%;padding:14px 16px;font-size:16px;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s;box-sizing:border-box;min-height:48px}.form-input:focus,.form-textarea:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.form-input.error,.form-textarea.error{border-color:#d32f2f;background-color:#d32f2f0d}.form-input.error:focus,.form-textarea.error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.form-input::placeholder,.form-textarea::placeholder{color:#0006}select.form-input{cursor:pointer;transform:none!important;isolation:isolate;-webkit-transform:none!important}.form-group:has(select){transform:none;isolation:isolate}.form-textarea{resize:vertical;min-height:150px;line-height:1.6}.form-actions{display:flex;justify-content:flex-end;gap:16px;padding-top:24px;border-top:1px solid rgba(0,0,0,.1)}.btn-primary,.btn-secondary{padding:14px 32px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s;border:none}.btn-primary:hover{background:#6e1722;transform:translateY(-2px);box-shadow:0 8px 20px #8e1f2d4d}.btn-secondary:hover{background:#8e1f2d0d;transform:translateY(-2px)}.btn-primary:disabled,.btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary:disabled:hover,.btn-secondary:disabled:hover{transform:none;box-shadow:none}.verification-section{background:#8e1f2d08;border-radius:12px}.verification-info{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.verification-text{font-size:16px;color:#000000b3;line-height:1.6;margin:0}.verification-input-container{display:flex;flex-direction:column;gap:16px}.verification-input-group{display:flex;gap:12px;align-items:center}.verification-input{flex:1;max-width:200px;padding:14px 16px;font-size:24px;font-weight:700;text-align:center;letter-spacing:8px;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s}.verification-input:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.verification-input:disabled{background:#0000000d;cursor:not-allowed}.btn-verify{padding:14px 24px;font-size:16px;font-weight:700;background:#8e1f2d;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s;white-space:nowrap}.btn-verify:hover:not(:disabled){background:#6e1722;transform:translateY(-2px);box-shadow:0 8px 20px #8e1f2d4d}.btn-verify:disabled{opacity:.5;cursor:not-allowed}.btn-link{background:none;border:none;color:#8e1f2d;font-size:14px;font-weight:600;cursor:pointer;text-decoration:underline;padding:8px 0;transition:opacity .3s}.btn-link:hover:not(:disabled){opacity:.8}.btn-link:disabled{opacity:.5;cursor:not-allowed}.verification-success{display:flex;align-items:center;gap:12px;padding:16px;background:#4caf501a;border:2px solid rgba(76,175,80,.3);border-radius:8px}.success-icon{font-size:24px;color:#4caf50;font-weight:700}.success-text{font-size:16px;font-weight:600;color:#2e7d32;margin:0}.error-text{color:#d32f2f;font-size:14px;font-weight:600;margin:0}@media (max-width: 1280px){#t0,.nomination-hero-t0{padding:0 32px;box-sizing:border-box}}@media (max-width: 1024px){#t0,.nomination-hero-t0{padding:0 40px}.nomination-hero-bg{height:420px}.nomination-hero-bg>header{margin-bottom:60px}}@media (max-width: 768px){#t0,.nomination-hero-t0{padding:0 20px}#t0 #t1,.nomination-hero-t0 #t1{font-size:28px!important;line-height:42px!important}.nomination-hero-bg{height:380px;border-radius:0 0 32px 32px;z-index:auto}.nomination-hero-bg>header{margin-top:30px;margin-bottom:50px}.nomination-bb{margin-top:16px;padding:12px 16px}}@media (max-width: 480px){#t0,.nomination-hero-t0{padding:0 16px}#t0 #t1,.nomination-hero-t0 #t1{font-size:24px!important;line-height:36px!important}.nomination-hero-bg{height:340px;border-radius:0 0 24px 24px;z-index:auto}.nomination-hero-bg>header{margin-top:24px;margin-bottom:40px}.nomination-bb{margin-top:12px;padding:10px 12px;border-radius:12px}}@media (max-width: 768px){.nomination-title{font-size:32px}.nomination-subtitle{font-size:16px}.nomination-form{padding:32px 24px}.form-section-title{font-size:20px;margin-bottom:18px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}.verification-section{padding:24px}.verification-input-group{flex-direction:column;align-items:stretch}.verification-input{max-width:100%;font-size:20px;letter-spacing:6px;padding:12px 14px}.btn-verify{width:100%}}@media (max-width: 480px){.verification-input{font-size:18px;letter-spacing:4px;padding:10px 12px}.form-section-title{font-size:18px;margin-bottom:16px}}[dir=rtl] .nomination-page,[dir=rtl] .form-label,[dir=rtl] .form-input,[dir=rtl] .form-textarea{text-align:right}[dir=rtl] .form-actions{flex-direction:row-reverse}[dir=rtl] .form-row{direction:rtl}[dir=rtl] .verification-info{align-items:flex-end}[dir=rtl] .verification-input-group,[dir=rtl] .verification-success{flex-direction:row-reverse}@media (max-width: 768px){[dir=rtl] .form-actions{flex-direction:column}}.nomination-page[dir=ltr] .nomination-page,.nomination-page[dir=ltr] .form-label,.nomination-page[dir=ltr] .form-input,.nomination-page[dir=ltr] .form-textarea{text-align:left}.nomination-page[dir=ltr] .form-actions{flex-direction:row}.nomination-page[dir=ltr] .form-row{direction:ltr}.nomination-page[dir=ltr] .verification-info{align-items:flex-start}.nomination-page[dir=ltr] .verification-input-group,.nomination-page[dir=ltr] .verification-success{flex-direction:row}.nomination-page[dir=ltr] .btn-wizard-back:hover:not(:disabled){transform:translate(-2px)}.nomination-page[dir=ltr] .btn-edit-section,.nomination-page[dir=ltr] .review-value-with-badge{flex-direction:row}@media (max-width: 768px){.nomination-page[dir=ltr] .form-actions{flex-direction:column}.nomination-page[dir=ltr] .wizard-progress-item-wrapper,.nomination-page[dir=ltr] .wizard-progress-step{flex-direction:row}.nomination-page[dir=ltr] .wizard-step-label{text-align:left}}@media (max-width: 480px){.nomination-page[dir=ltr] .wizard-progress-item-wrapper,.nomination-page[dir=ltr] .wizard-progress-step{align-items:flex-start}}.btn-ai-assistance,.btn-ai-assist{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;min-width:160px;position:relative;overflow:hidden;box-shadow:0 4px 12px #667eea40}.btn-ai-assistance:before,.btn-ai-assist:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-ai-assistance:hover:not(:disabled):before,.btn-ai-assist:hover:not(:disabled):before{left:100%}.btn-ai-assistance:hover:not(:disabled),.btn-ai-assist:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 24px #667eea73;background:linear-gradient(135deg,#5568d3,#653a8b)}.btn-ai-assistance:disabled,.btn-ai-assist:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-ai-assistance:active:not(:disabled),.btn-ai-assist:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.ai-icon{width:20px;height:20px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.ai-assistance-section{margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border:2px dashed rgba(102,126,234,.3);border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:12px}.spinner-small{display:inline-block;width:14px;height:14px;border:2px solid rgba(142,31,45,.3);border-top-color:#8e1f2d;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.btn-ai-assistance,.btn-ai-assist{min-width:auto;width:48px;height:48px;padding:0;font-size:20px;border-radius:50%;flex-shrink:0;gap:0;justify-content:center;align-items:center}.btn-ai-assistance>span:first-child,.btn-ai-assist>span:first-child{margin-right:0!important;font-size:20px!important}.btn-ai-assistance,.btn-ai-assist{font-size:0}.btn-ai-assistance>span,.btn-ai-assist>span{font-size:20px}.ai-icon{width:20px;height:20px}.ai-assistance-section{padding:16px}.form-group>div[style*="display: flex"]{gap:8px!important}}[dir=rtl] .btn-ai-assistance,[dir=rtl] .btn-ai-assist{flex-direction:row-reverse}[dir=rtl] .ai-assistance-section{direction:rtl}[dir=rtl] .ai-panel-content{flex-direction:row-reverse}[dir=rtl] .ai-panel-error{border-left:none;border-right:3px solid rgba(255,255,255,.5)}.ai-assistance-panel{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:28px;margin-bottom:32px;color:#fff;box-shadow:0 8px 24px #667eea40;border:1px solid rgba(255,255,255,.15);position:relative;overflow:hidden}.ai-assistance-panel:before{content:"✨";position:absolute;top:20px;right:20px;font-size:64px;opacity:.15;pointer-events:none;transform:rotate(-15deg)}.ai-assistance-panel:after{content:"";position:absolute;bottom:-50px;left:-50px;width:150px;height:150px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.ai-panel-content{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.ai-panel-icon{display:none}.ai-panel-text{flex:1}.ai-panel-title{margin:0 0 8px;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;gap:10px}.ai-panel-title:before{content:"✨";font-size:1.5rem;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.1) rotate(5deg);opacity:.8}}.ai-panel-description{margin:0 0 20px;font-size:.9375rem;opacity:.95;line-height:1.6;max-width:90%}.btn-ai-assist-primary{background:#fff;color:#667eea;border:none;border-radius:10px;padding:12px 24px;font-size:.9375rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a}.btn-ai-assist-primary:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;background:#f8f9ff}.btn-ai-assist-primary:not(:disabled):active{transform:translateY(0)}.btn-ai-assist-primary:disabled{opacity:.6;cursor:not-allowed}.ai-panel-error{margin-top:16px;padding:14px 16px;background:#ffffff26;border-radius:10px;font-size:.875rem;border-left:3px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.ai-assistance-panel{padding:20px 16px;margin-bottom:24px;border-radius:12px}.ai-assistance-panel:before{font-size:48px;top:16px;right:16px}.ai-panel-content{gap:14px}.ai-panel-title{font-size:1.125rem}.ai-panel-title:before{font-size:1.25rem}.ai-panel-description{font-size:.875rem;margin-bottom:16px;max-width:100%}.btn-ai-assist-primary{width:100%;justify-content:center;padding:12px 20px}}@media (max-width: 480px){.ai-assistance-panel{padding:16px 12px}.ai-assistance-panel:before{font-size:40px}.ai-panel-title{font-size:1rem}.ai-panel-title:before{font-size:1.125rem}.ai-panel-description{font-size:.8125rem}}.essay-group{margin-bottom:32px;padding:24px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px;transition:all .3s ease}.essay-group:hover{border-color:#8e1f2d33;box-shadow:0 2px 8px #0000000d}.essay-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:16px}.essay-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.essay-question{font-size:14px;color:#000000a6;margin-bottom:12px;line-height:1.5;font-style:italic}.essay-textarea{min-height:150px;resize:vertical;line-height:1.6}.word-count{font-size:13px;font-weight:600;padding:6px 12px;border-radius:6px;transition:all .3s ease;white-space:nowrap}.word-count-good{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.word-count-warning{background:#eab3081a;color:#ca8a04;border:1px solid rgba(234,179,8,.3)}.word-count-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.btn-regenerate-essay{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#fff;border:2px solid rgba(142,31,45,.3);border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-regenerate-essay:hover:not(:disabled){background:#8e1f2d;border-color:#8e1f2d;transform:rotate(180deg);box-shadow:0 4px 12px #8e1f2d4d}.btn-regenerate-essay:hover:not(:disabled) svg{stroke:#fff}.btn-regenerate-essay:disabled{opacity:.5;cursor:not-allowed;background:#00000008;border-color:#0000001a}.btn-regenerate-essay svg{width:18px;height:18px;stroke:#8e1f2d;transition:all .3s ease}.btn-regenerate-essay .spinner-small{border-color:#8e1f2d4d;border-top-color:#8e1f2d}@media (max-width: 768px){.essay-group{padding:20px 16px;margin-bottom:24px}.essay-header{flex-direction:column;align-items:flex-start;gap:12px}.essay-actions{width:100%;justify-content:space-between}.essay-question{font-size:13px}.essay-textarea{min-height:200px}.word-count{font-size:12px;padding:5px 10px}.btn-regenerate-essay{width:34px;height:34px}.btn-regenerate-essay svg{width:16px;height:16px}}@media (max-width: 480px){.essay-group{padding:16px 12px}.essay-header{gap:8px}.essay-textarea{font-size:14px}}[dir=rtl] .essay-actions{flex-direction:row-reverse}[dir=rtl] .essay-question{text-align:right}.category-type-selector{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.category-type-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:12px;padding:16px 18px;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:left}.category-type-card:hover{border-color:#8e1f2d4d;background:#8e1f2d05;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.category-type-card.selected{border-color:#8e1f2d;border-width:2px;background:#8e1f2d0d;box-shadow:0 4px 12px #8e1f2d1f}.category-type-card.selected:hover{transform:translateY(-1px)}.category-type-card.error{border-color:#d32f2f;background-color:#d32f2f0d}.category-type-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#8e1f2d14;border-radius:50%;transition:all .3s ease;color:#8e1f2d;flex-shrink:0}.category-type-icon svg{width:24px;height:24px}.category-type-card:hover .category-type-icon{background:#8e1f2d26;transform:scale(1.05)}.category-type-card.selected .category-type-icon{background:#8e1f2d;color:#fff;transform:scale(1.08)}.category-type-content{flex:1;min-width:0}.category-type-title{font-size:16px;font-weight:700;color:#000000e6;margin:0 0 4px;transition:color .3s ease}.category-type-card.selected .category-type-title{color:#8e1f2d}.category-type-description{font-size:13px;font-weight:400;color:#0009;margin:0;line-height:1.3}.category-type-checkmark{position:absolute;top:12px;right:12px;color:#8e1f2d;opacity:0;transform:scale(.5);transition:all .3s ease}.category-type-card.selected .category-type-checkmark{opacity:1;transform:scale(1)}@media (max-width: 640px){.category-type-selector{grid-template-columns:1fr}.category-type-card{flex-direction:row;text-align:left;padding:20px;gap:16px}.category-type-icon{width:60px;height:60px;margin-bottom:0;flex-shrink:0}.category-type-icon svg{width:32px;height:32px}.category-type-content{flex:1}.category-type-title{font-size:16px;margin-bottom:4px}.category-type-description{font-size:13px}.category-type-checkmark{position:relative;top:auto;right:auto}.category-type-card.selected .category-type-icon{transform:scale(1)}}[dir=rtl] .category-type-card{flex-direction:row-reverse;text-align:right}[dir=rtl] .category-type-checkmark{right:auto;left:12px}.nominee-photo-container{display:flex;justify-content:center;margin:24px 0;padding:20px;background:#8e1f2d05;border-radius:12px;border:1px solid rgba(142,31,45,.1)}.nominee-photo-wrapper{position:relative;display:inline-block}.nominee-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #8e1f2d;box-shadow:0 4px 12px #8e1f2d33;background:#fff;display:block}.nominee-photo-badge{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #667eea4d;display:flex;align-items:center}@media (max-width: 640px){.nominee-photo{width:100px;height:100px;border-width:3px}.nominee-photo-badge{font-size:10px;padding:5px 10px}.nominee-photo-container{margin:16px 0;padding:16px}}[dir=rtl] .nominee-photo-badge{flex-direction:row-reverse}.wizard-layout{display:flex;flex-direction:column;gap:32px;align-items:stretch;max-width:1280px;margin:0 auto;width:100%}.wizard-container{flex:1;background:#fff;border-radius:16px;padding:32px 48px;box-shadow:0 4px 24px #00000014}.wizard-progress{display:flex;align-items:flex-start;justify-content:center;width:100%;gap:0;position:static}.wizard-progress-item-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0;gap:12px;flex:1}.wizard-progress-step{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:default}.wizard-progress-step:focus{outline:none}.wizard-progress-step:focus-visible{outline:2px solid #8e1f2d;outline-offset:4px;border-radius:8px}.wizard-step-icon-container{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8e8e8;color:#999;transition:all .3s ease;border:3px solid transparent;flex-shrink:0}.wizard-step-icon-container svg,.wizard-step-icon-container span{width:24px;height:24px}.wizard-progress-step.completed .wizard-step-icon-container{background:#8e1f2d;color:#fff;border-color:#8e1f2d}.wizard-progress-step.current .wizard-step-icon-container{background:#fff;color:#8e1f2d;border-color:#8e1f2d;box-shadow:0 0 0 4px #8e1f2d1a}.wizard-progress-step.upcoming .wizard-step-icon-container{background:#f5f5f5;color:#bbb}.wizard-progress-step.clickable{transition:transform .2s ease}.wizard-progress-step.clickable:hover{transform:translateY(-2px)}.wizard-progress-step.clickable:hover .wizard-step-icon-container{box-shadow:0 4px 8px #8e1f2d33}.wizard-progress-step.completed.clickable:hover .wizard-step-icon-container{background:#a02738;border-color:#a02738}.wizard-progress-step.current.clickable:hover .wizard-step-icon-container{box-shadow:0 0 0 4px #8e1f2d26}.wizard-step-label{font-size:15px;font-weight:600;color:#999;text-align:center;transition:color .3s ease}.wizard-progress-step.completed .wizard-step-label,.wizard-progress-step.current .wizard-step-label{color:#8e1f2d}.wizard-step-checkmark{width:24px;height:24px}.wizard-progress-line{flex:1;min-width:20px;height:3px;background:#e8e8e8;border-radius:999px;margin-top:24px;transition:background .3s ease;align-self:flex-start}.wizard-progress-line.completed{background:#8e1f2d}.wizard-progress-mobile{display:none}.wizard-progress-desktop{display:flex}.nomination-steps-container{transform:none;-webkit-transform:none}.wizard-step-content{min-height:400px;padding:24px 0;transform:none;-webkit-transform:none}.wizard-navigation{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:0;padding-top:32px;border-top:2px solid rgba(0,0,0,.05)}.wizard-nav-spacer{flex:1}.btn-wizard-back,.btn-wizard-next,.btn-wizard-submit{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.btn-wizard-back{background:#fff;color:#8e1f2d;border:2px solid #8e1f2d}.btn-wizard-back:hover:not(:disabled){background:#8e1f2d0d;transform:translate(-2px)}.btn-wizard-next,.btn-wizard-submit{background:#8e1f2d;color:#fff}.btn-wizard-next:hover:not(:disabled),.btn-wizard-submit:hover:not(:disabled){background:#a52939;box-shadow:0 4px 12px #8e1f2d4d;transform:translateY(-2px)}.btn-wizard-back:disabled,.btn-wizard-next:disabled,.btn-wizard-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-icon{width:20px;height:20px}.verification-section{background:#faf9f7;border-radius:12px}.verification-title{font-size:20px;font-weight:700;color:#8e1f2d;margin-bottom:12px}.verification-description{font-size:15px;color:#000000b3;margin-bottom:24px;line-height:1.6}.btn-send-code{background:#8e1f2d;color:#fff;padding:12px 24px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-send-code:hover:not(:disabled){background:#a52939;box-shadow:0 4px 12px #8e1f2d4d}.btn-send-code:disabled{opacity:.5;cursor:not-allowed}.verification-code-section{margin-top:24px}.verification-code-input{width:100%;max-width:200px;font-size:24px;letter-spacing:8px;text-align:center;padding:16px;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s ease}.verification-code-input:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 4px #8e1f2d1a}.verification-code-input.error{border-color:#dc3545}.btn-verify-code{background:#8e1f2d;color:#fff;padding:12px 24px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;margin-top:16px}.btn-verify-code:hover:not(:disabled){background:#a52939;box-shadow:0 4px 12px #8e1f2d4d}.btn-verify-code:disabled{opacity:.5;cursor:not-allowed}.resend-section{margin-top:16px}.resend-text{font-size:14px;color:#0009}.btn-resend{background:none;border:none;color:#8e1f2d;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;font-size:14px}.btn-resend:hover:not(:disabled){color:#a52939}.btn-resend:disabled{opacity:.5;cursor:not-allowed}.verification-success{background:#e8f5e9;border:2px solid #4caf50;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px}.success-icon{width:48px;height:48px;color:#4caf50;flex-shrink:0}.success-content{flex:1}.success-title{font-size:18px;font-weight:700;color:#2e7d32;margin-bottom:4px}.success-message{font-size:14px;color:#2e7d32;margin:0}.info-message{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:16px;display:flex;align-items:center;gap:12px;margin-top:24px}.info-icon{width:24px;height:24px;color:#ff9800;flex-shrink:0}.info-message p{margin:0;font-size:14px;color:#856404}.review-description{font-size:16px;color:#000000b3;margin-bottom:32px;line-height:1.6}.review-section{background:#faf9f7;border-radius:12px;padding:32px;margin-bottom:24px}.review-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid rgba(142,31,45,.1)}.review-section-title{font-size:20px;font-weight:700;color:#8e1f2d;margin:0}.btn-edit-section{background:none;border:2px solid #8e1f2d;color:#8e1f2d;padding:8px 16px;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.btn-edit-section svg{width:16px;height:16px}.btn-edit-section:hover{background:#8e1f2d0d}.review-content{display:flex;flex-direction:column;gap:20px}.review-photo-container{display:flex;justify-content:center;margin-bottom:8px}.review-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #8e1f2d}.review-field{display:flex;flex-direction:column;gap:6px}.review-label{font-size:14px;font-weight:600;color:#0009;text-transform:uppercase;letter-spacing:.5px}.review-value{font-size:16px;color:#000000e6;line-height:1.6;margin:0}.review-textarea{white-space:pre-wrap;background:#fff;padding:16px;border-radius:8px;border:1px solid rgba(0,0,0,.1)}.review-value-with-badge{display:flex;align-items:center;gap:12px}.verified-badge{display:inline-flex;align-items:center;gap:6px;background:#e8f5e9;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600}.verified-icon{width:16px;height:16px}.submission-notice{background:#e3f2fd;border:2px solid #2196f3;border-radius:12px;padding:20px;display:flex;align-items:flex-start;gap:16px;margin-top:32px}.notice-icon{width:24px;height:24px;color:#1976d2;flex-shrink:0;margin-top:2px}.notice-text{font-size:15px;color:#0d47a1;margin:0;line-height:1.6}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.wizard-container{padding:28px 40px}.form-section-title{font-size:22px;margin-bottom:20px}}@media (max-width: 768px){.wizard-layout{flex-direction:column;gap:16px}.wizard-progress{flex-direction:column;align-items:stretch;padding:24px 20px}.wizard-progress-item-wrapper{flex-direction:row;align-items:center;text-align:left;min-width:100%;gap:16px}.wizard-progress-step{flex-direction:row;align-items:center;justify-content:flex-start;gap:16px}.wizard-container{padding:20px 12px;border-radius:12px}.form-input,.form-textarea,.btn-wizard-back,.btn-wizard-next,.btn-wizard-submit{min-height:48px}.wizard-step-icon-container{width:40px;height:40px}.wizard-step-icon-container svg{width:20px;height:20px}.wizard-step-label{font-size:14px;text-align:left}.wizard-progress-line,.wizard-progress-desktop{display:none}.wizard-progress-mobile{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 12px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.wizard-progress-dots{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.wizard-dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .3s ease;border:2px solid #e8e8e8;background:#f5f5f5;color:#999;padding:0;margin:0;cursor:default}.wizard-dot svg{width:18px;height:18px}.wizard-dot.completed{background:#8e1f2d;border-color:#8e1f2d;color:#fff}.wizard-dot.current{background:#fff;border-color:#8e1f2d;color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d26;transform:scale(1.15)}.wizard-dot.upcoming{background:#f5f5f5;border-color:#e8e8e8;color:#bbb}.wizard-dot.clickable{cursor:pointer}.wizard-dot.clickable:hover{transform:scale(1.1);box-shadow:0 2px 6px #00000026}.wizard-dot.current.clickable:hover{transform:scale(1.2)}.wizard-dot.clickable:focus{outline:2px solid #8e1f2d;outline-offset:2px}.wizard-dot.clickable:focus:not(:focus-visible){outline:none}.wizard-progress-current-step{font-size:14px;font-weight:600;color:#8e1f2d;text-align:center}.wizard-navigation{flex-direction:column;gap:12px}.btn-wizard-back,.btn-wizard-next,.btn-wizard-submit{width:100%;justify-content:center}.wizard-nav-spacer{display:none}.verification-section,.review-section{padding:20px 16px;margin-bottom:20px}.review-section-header{flex-direction:column;align-items:flex-start;gap:12px}.btn-edit-section{width:100%;justify-content:center}.review-photo{width:100px;height:100px;border-width:3px}}@media (max-width: 480px){.wizard-container{padding:16px 8px;border-radius:12px}.btn-ai-assistance,.btn-ai-assist{width:44px;height:44px}.btn-ai-assistance>span,.btn-ai-assist>span{font-size:18px}.wizard-progress-item-wrapper{flex-direction:column;align-items:flex-start;gap:12px}.wizard-progress-step{flex-direction:column;align-items:flex-start}.wizard-step-label{text-align:left}.wizard-step-content{min-height:300px}.wizard-step-label{font-size:13px}.wizard-progress-step{gap:12px;padding:12px 0}.wizard-step-icon-container{width:36px;height:36px}.wizard-step-icon-container svg{width:18px;height:18px}.wizard-progress-mobile{padding:12px 8px;gap:10px}.wizard-progress-dots{gap:8px}.wizard-dot{width:32px;height:32px;font-size:12px}.wizard-dot svg{width:16px;height:16px}.wizard-progress-current-step{font-size:13px}.review-section{padding:16px 12px;border-radius:10px}.review-section-title{font-size:18px}}[dir=rtl] .wizard-step-label{text-align:center}[dir=rtl] .btn-wizard-back .btn-icon,[dir=rtl] .btn-wizard-next .btn-icon{transform:rotate(180deg)}[dir=rtl] .btn-wizard-back:hover:not(:disabled){transform:translate(2px)}@media (max-width: 768px){[dir=rtl] .wizard-progress-current-step{direction:rtl}}[dir=rtl] .btn-edit-section,[dir=rtl] .verification-success,[dir=rtl] .info-message,[dir=rtl] .review-value-with-badge{flex-direction:row-reverse}@media (max-width: 768px){[dir=rtl] .wizard-progress-item-wrapper,[dir=rtl] .wizard-progress-step{flex-direction:row-reverse}[dir=rtl] .wizard-step-label{text-align:right}}@media (max-width: 480px){[dir=rtl] .wizard-progress-item-wrapper,[dir=rtl] .wizard-progress-step{align-items:flex-end}}.contribution-checkboxes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:12px}.contribution-checkbox-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;min-height:100px}.contribution-checkbox-card:hover{border-color:#8e1f2d;background:#8e1f2d05;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.contribution-checkbox-input{position:absolute;opacity:0;cursor:pointer}.contribution-checkbox-input:checked+.contribution-checkbox-icon{opacity:1;background:#8e1f2d;border-color:#8e1f2d}.contribution-checkbox-input:checked~.contribution-checkbox-label{color:#8e1f2d;font-weight:600}.contribution-checkbox-input:checked+.contribution-checkbox-icon+.contribution-checkbox-label{color:#8e1f2d;font-weight:600}.contribution-checkbox-card:has(.contribution-checkbox-input:checked){border-color:#8e1f2d;background:#8e1f2d0d}.contribution-checkbox-icon{position:absolute;top:12px;right:12px;width:24px;height:24px;border:2px solid rgba(0,0,0,.2);border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;opacity:.3;transition:all .3s ease}.contribution-checkbox-icon svg{width:16px;height:16px;stroke:#fff;stroke-width:3}.contribution-checkbox-label{font-size:15px;font-weight:500;color:#000c;text-align:center;line-height:1.4;transition:all .3s ease;margin-top:8px}[dir=rtl] .contribution-checkbox-icon{right:auto;left:12px}@media (max-width: 768px){.contribution-checkboxes-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.contribution-checkbox-card{padding:16px 12px;min-height:90px}.contribution-checkbox-label{font-size:14px}}@media (max-width: 480px){.contribution-checkboxes-grid{grid-template-columns:repeat(2,1fr)}}.contribution-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:12px}.contribution-type-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;min-height:120px}.contribution-type-card:hover{border-color:#8e1f2d;background:#8e1f2d05;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.contribution-type-input{position:absolute;opacity:0;cursor:pointer}.contribution-type-input:checked~.contribution-type-icon{color:#fff;background:#8e1f2d;border-color:#8e1f2d}.contribution-type-input:checked~.contribution-type-label{color:#8e1f2d;font-weight:600}.contribution-type-card:has(.contribution-type-input:checked){border-color:#8e1f2d;background:#8e1f2d0d;box-shadow:0 0 0 3px #8e1f2d1a}.contribution-type-icon{width:56px;height:56px;border:2px solid rgba(0,0,0,.15);border-radius:50%;background:#00000008;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#0009;transition:all .3s ease}.contribution-type-icon svg{width:28px;height:28px;stroke-width:2}.contribution-type-label{font-size:15px;font-weight:500;color:#000c;text-align:center;line-height:1.4;transition:all .3s ease}@media (max-width: 768px){.contribution-type-grid{grid-template-columns:1fr;gap:12px}.contribution-type-card{padding:20px 16px;min-height:100px;flex-direction:row;justify-content:flex-start;gap:16px}.contribution-type-icon{width:48px;height:48px;margin-bottom:0}.contribution-type-icon svg{width:24px;height:24px}.contribution-type-label{text-align:left;flex:1}}@media (max-width: 480px){.contribution-type-card{padding:16px 12px}.contribution-type-icon{width:40px;height:40px}.contribution-type-icon svg{width:20px;height:20px}.contribution-type-label{font-size:14px}}[dir=rtl] .contribution-type-label{text-align:center}@media (max-width: 768px){[dir=rtl] .contribution-type-card{flex-direction:row-reverse}[dir=rtl] .contribution-type-label{text-align:right}}.document-type-checkboxes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:12px}.document-type-checkbox-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;transition:all .3s ease;min-height:100px}.document-type-checkbox-card:hover{border-color:#8e1f2d;background:#8e1f2d05;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.document-type-checkbox-input{position:absolute;opacity:0;cursor:pointer}.document-type-checkbox-card:has(.document-type-checkbox-input:checked){border-color:#8e1f2d;background:#8e1f2d0d}.document-type-checkbox-icon{position:absolute;top:12px;right:12px;width:24px;height:24px;border:2px solid rgba(0,0,0,.2);border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;opacity:.3;transition:all .3s ease}.document-type-checkbox-icon svg{width:16px;height:16px;stroke:currentColor}.document-type-checkbox-input:checked+.document-type-checkbox-icon{opacity:1;background:#8e1f2d;border-color:#8e1f2d;color:#fff}.document-type-checkbox-label{font-size:15px;font-weight:500;color:#000c;text-align:center;line-height:1.4;transition:all .3s ease}.document-type-checkbox-input:checked~.document-type-checkbox-label{color:#8e1f2d;font-weight:600}.file-drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;background:#8e1f2d05;border:2px dashed rgba(142,31,45,.3);border-radius:12px;transition:all .3s ease;margin-top:16px}.file-drop-zone.dragging{background:#8e1f2d0d;border-color:#8e1f2d;border-style:solid}.upload-icon{width:64px;height:64px;color:#8e1f2d;margin-bottom:16px;opacity:.7}.upload-text{font-size:18px;font-weight:600;color:#000c;margin-bottom:8px}.upload-hint{font-size:14px;color:#0009;margin-bottom:24px;text-align:center}.btn-browse-files{padding:12px 32px;background:#8e1f2d;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-browse-files:hover{background:#6d1722;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}.uploaded-documents-section{margin-top:32px;padding:24px;background:#8e1f2d05;border-radius:12px}.uploaded-documents-title{font-size:18px;font-weight:600;color:#8e1f2d;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid rgba(142,31,45,.1)}.uploaded-documents-list{display:flex;flex-direction:column;gap:16px}.uploaded-document-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s ease}.uploaded-document-item:hover{border-color:#8e1f2d;box-shadow:0 2px 8px #00000014}.document-file-info{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:200px;max-width:350px}.document-file-icon{width:40px;height:40px;color:#8e1f2d;flex-shrink:0}.document-file-details{flex:1;min-width:0;overflow:hidden}.document-file-name{font-size:14px;font-weight:600;color:#000000e6;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:help}.document-file-size{font-size:12px;color:#0009}.document-description-section{flex:1;display:flex;flex-direction:column;gap:8px}.document-description-label{font-size:13px;font-weight:600;color:#000000b3}.document-description-input{padding:10px 12px;font-size:14px}.btn-remove-document{padding:8px;background:transparent;border:none;color:#00000080;cursor:pointer;border-radius:6px;transition:all .3s ease;flex-shrink:0}.btn-remove-document:hover{background:#dc26261a;color:#dc2626}.btn-remove-document svg{width:20px;height:20px}.document-summary{display:flex;align-items:center;gap:12px;margin-top:24px;padding:16px 20px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px}.document-summary .summary-icon{width:24px;height:24px;color:#22c55e;flex-shrink:0}.document-summary p{font-size:15px;font-weight:600;color:#000c;margin:0}.review-documents-list{display:flex;flex-direction:column;gap:12px;margin-top:8px}.review-document-item{display:flex;align-items:center;gap:12px;padding:12px;background:#8e1f2d05;border:1px solid rgba(142,31,45,.1);border-radius:8px}.review-document-icon{width:32px;height:32px;color:#8e1f2d;flex-shrink:0}.review-document-details{flex:1}.review-document-name{font-size:14px;font-weight:600;color:#000000e6;margin:0 0 4px}.review-document-description{font-size:13px;color:#0009;margin:0;font-style:italic}@media (max-width: 768px){.document-type-checkboxes-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.document-type-checkbox-card{padding:16px 12px;min-height:80px}.file-drop-zone{padding:32px 16px}.upload-icon{width:48px;height:48px}.upload-text{font-size:16px}.upload-hint{font-size:13px}.uploaded-document-item{flex-direction:column;gap:12px;padding:16px;align-items:stretch}.document-file-info{width:100%;max-width:100%;min-width:0}.document-description-section{width:100%}.btn-remove-document{align-self:flex-end}}@media (max-width: 480px){.document-type-checkboxes-grid{grid-template-columns:1fr}.document-type-checkbox-card{padding:14px 12px}.uploaded-documents-section{padding:16px}.file-drop-zone{padding:24px 12px}.btn-browse-files{width:100%;padding:12px 24px;font-size:14px}}[dir=rtl] .document-type-checkbox-icon{right:auto;left:12px}[dir=rtl] .document-type-checkbox-label{text-align:center}[dir=rtl] .uploaded-document-item,[dir=rtl] .document-file-info,[dir=rtl] .review-document-item{flex-direction:row-reverse}.breadcrumb{color:#fff0bc;font-feature-settings:"liga" off,"clig" off;font-size:1.0625rem;font-style:normal;font-weight:400;line-height:2rem;letter-spacing:.51px}.breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;margin:0;padding:0;justify-content:flex-start}[dir=rtl] .breadcrumb-list{justify-content:flex-start}.breadcrumb-item{display:inline-flex;align-items:center;gap:8px;color:inherit}.breadcrumb-link,.breadcrumb-text{color:inherit;text-decoration:none;white-space:nowrap}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-separator{color:inherit;opacity:.7}.inner-pages-title{color:#fff;text-align:start;font-family:TheSans;font-size:37.44px;font-weight:400;line-height:60.8px;letter-spacing:-.187px;margin:75px 0 0}@media (max-width: 900px){.inner-pages-title{margin-top:78px}}.inner-footer-section{width:100%;max-width:1280px;margin:0 auto;padding:0 20px;box-sizing:border-box}@media (max-width: 1024px){.inner-footer-section{padding:0 40px}}@media (max-width: 768px){.inner-footer-section{padding:0 20px}}@media (max-width: 480px){.inner-footer-section{padding:0 16px}}.nominations-closed-page{min-height:100vh;display:flex;flex-direction:column}.nominations-closed-section{flex:1;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:60px 20px;display:flex;align-items:center;justify-content:center}.nominations-closed__container{max-width:700px;width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:60px 40px;text-align:center}.nominations-closed__icon{margin-bottom:32px;display:flex;justify-content:center;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nominations-closed__title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.nominations-closed__subtitle{font-size:18px;color:#666;margin:0 0 24px;line-height:1.6}.nominations-closed__message{font-size:16px;color:#555;margin:0 0 32px;line-height:1.7}.nominations-closed__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.nominations-closed__button{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s;min-width:180px}.nominations-closed__button--primary{background:#8e1f2d;color:#fff}.nominations-closed__button--primary:hover{background:#6d1722;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}.nominations-closed__button--outline{background:#fff;color:#8e1f2d;border:2px solid #8e1f2d}.nominations-closed__button--outline:hover{background:#8e1f2d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}@media (max-width: 768px){.nominations-closed-section{padding:40px 16px}.nominations-closed__container{padding:40px 24px}.nominations-closed__title{font-size:24px}.nominations-closed__subtitle{font-size:16px}.nominations-closed__message{font-size:15px}.nominations-closed__actions{flex-direction:column}.nominations-closed__button{width:100%}}.loading-spinner-container{display:flex;justify-content:center;align-items:center;padding:60px 20px;min-height:200px}.loading-spinner-fullpage{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background:#fffffff2}.loading-spinner-content{display:flex;flex-direction:column;align-items:center;gap:20px}.loading-spinner{position:relative;display:flex;justify-content:center;align-items:center}.spinner-small{width:40px;height:40px}.spinner-medium{width:60px;height:60px}.spinner-large{width:80px;height:80px}.spinner-ring{position:absolute;border-radius:50%;border:3px solid transparent;animation:spin 2s cubic-bezier(.5,0,.5,1) infinite}.spinner-small .spinner-ring{width:40px;height:40px;border-width:2px}.spinner-medium .spinner-ring{width:60px;height:60px;border-width:3px}.spinner-large .spinner-ring{width:80px;height:80px;border-width:4px}.spinner-ring:nth-child(1){border-top-color:#8e1f2d;animation-delay:0s}.spinner-ring:nth-child(2){border-top-color:#ba952e;animation-delay:-.3s;opacity:.7}.spinner-ring:nth-child(3){border-top-color:#8e1f2d;animation-delay:-.6s;opacity:.4}.spinner-logo{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;animation:pulse 2s ease-in-out infinite}.spinner-small .spinner-logo svg{width:20px;height:20px}.spinner-medium .spinner-logo svg{width:30px;height:30px}.spinner-large .spinner-logo svg{width:40px;height:40px}.loading-message{color:#8e1f2d;font-size:16px;font-weight:500;text-align:center;margin:0;animation:fadeInOut 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.95);opacity:.8}}@keyframes fadeInOut{0%,to{opacity:.6}50%{opacity:1}}[dir=rtl] .loading-message{text-align:center}.tracking-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.tracking-main{flex:1;padding:60px 0;background:linear-gradient(180deg,#f8f9fa,#fff)}.tracking-container{max-width:900px;margin:0 auto;padding:0 24px}.tracking-header{text-align:center;margin-bottom:48px}.tracking-title{font-size:40px;font-weight:700;line-height:64px;color:#8e1f2d;margin-bottom:16px}.tracking-subtitle{font-size:18px;font-weight:400;line-height:28px;color:#000000b3;max-width:600px;margin:0 auto}.tracking-search-form{background:#fff;border:1px solid rgba(146,148,149,.2);border-radius:12px;padding:40px;margin-bottom:40px;box-shadow:0 2px 8px #0000000d}.search-input-group{margin-bottom:24px}.search-label{display:block;font-size:16px;font-weight:700;color:#000;margin-bottom:12px}.search-input{width:100%;height:56px;padding:16px 20px;font-size:18px;color:#000;background:#fff;border:1px solid rgba(146,148,149,.3);border-radius:8px;transition:all .3s ease;letter-spacing:1px}.search-input:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.search-input:disabled{background:#f5f5f5;cursor:not-allowed}.search-hint{font-size:14px;color:#00000080;margin-top:8px}.search-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff3f3;border:1px solid #ffcdd2;border-radius:8px;color:#d32f2f;font-size:14px;margin-bottom:20px}.error-icon{font-size:18px}.search-btn-primary{width:100%;height:56px;background:#8e1f2d;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease}.search-btn-primary:hover:not(:disabled){background:#6d1722;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}.search-btn-primary:disabled{background:#ccc;cursor:not-allowed;transform:none}.tracking-results{background:#fff;border:1px solid rgba(146,148,149,.2);border-radius:12px;padding:40px;box-shadow:0 2px 8px #0000000d;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.status-badge-container{display:flex;justify-content:center;margin-bottom:40px}.status-badge-large{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border:3px solid;border-radius:50px;background:#fff}.status-icon{font-size:28px}.status-label{font-size:24px;font-weight:700}.details-section{margin-bottom:40px}.section-title{font-size:24px;font-weight:700;color:#8e1f2d;margin-bottom:24px;padding-bottom:12px}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.detail-item{display:flex;flex-direction:column;gap:8px}.detail-label{font-size:14px;font-weight:700;color:#0009;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:18px;font-weight:400;color:#000}.timeline-section{margin-bottom:40px}.timeline{position:relative;padding:20px 0}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#ba952e,#ba952e33)}.timeline-item{position:relative;padding-left:60px;margin-bottom:32px}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:12px;top:4px;width:18px;height:18px;background:#ba952e;border:3px solid #ffffff;border-radius:50%;box-shadow:0 0 0 2px #ba952e}.timeline-content{background:#f8f9fa;padding:16px 20px;border-radius:8px;border-left:3px solid #ba952e}.timeline-date{font-size:14px;font-weight:700;color:#ba952e;margin-bottom:4px}.timeline-status{font-size:18px;font-weight:700;color:#000;margin-bottom:8px}.timeline-description{font-size:16px;color:#000000b3;line-height:24px}.tracking-actions{display:flex;gap:16px;justify-content:center;padding-top:24px;border-top:1px solid rgba(146,148,149,.2)}.btn-primary,.btn-secondary{height:48px;padding:0 32px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:#8e1f2d;color:#fff}.btn-primary:hover{background:#6d1722;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}.btn-secondary{background:#fff;color:#8e1f2d;border:2px solid #8e1f2d}.btn-secondary:hover{background:#8e1f2d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}@media (max-width: 768px){.tracking-main{padding:40px 0}.tracking-title{font-size:32px;line-height:48px}.tracking-subtitle{font-size:16px;line-height:24px}.tracking-search-form,.tracking-results{padding:24px}.details-grid{grid-template-columns:1fr;gap:20px}.tracking-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.status-badge-large{padding:12px 24px}.status-icon{font-size:24px}.status-label{font-size:20px}}[dir=rtl] .tracking-page{direction:rtl}[dir=rtl] .search-error{flex-direction:row-reverse}[dir=rtl] .timeline:before{left:auto;right:20px}[dir=rtl] .timeline-item{padding-left:0;padding-right:60px}[dir=rtl] .timeline-marker{left:auto;right:12px}[dir=rtl] .timeline-content{border-left:none;border-right:3px solid #ba952e}[dir=rtl] .details-grid{direction:rtl}[dir=rtl] .detail-item{text-align:right}@media print{.header,.footer,.tracking-actions,.search-btn-primary{display:none}.tracking-results{box-shadow:none;border:1px solid #000}.tracking-page,.tracking-main{background:#fff}}.footer-title{font-size:1rem;font-weight:700;line-height:1.625rem;color:#8e1f2d}.footer-heading{font-size:var(--font-size-lg);font-weight:700;color:#ba952e;margin-bottom:24px}.footer-link{font-size:.9375rem;color:#ffffffb3;text-decoration:none;transition:color .2s ease;display:block;margin-bottom:12px}.footer-links li a{color:#fff9;text-decoration:none;font-size:var(--font-size-sm);font-weight:400;line-height:1.5rem;transition:color .3s}.footer-contact-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#ffffffb3;font-size:var(--font-size-sm)}.footer-bottom p{color:#fff9;font-size:var(--font-size-sm);font-weight:400;line-height:1.5rem;margin:0}@media (max-width: 1200px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer{padding:48px 0 24px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-col{text-align:center}}[dir=rtl] .footer-grid{direction:rtl}[dir=rtl] .footer-col{text-align:right}[dir=rtl] .footer-links{align-items:flex-end}@media (max-width: 768px){[dir=rtl] .footer-col{text-align:center}[dir=rtl] .footer-links{align-items:center}}.nomination-success{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 20px;display:flex;align-items:center;justify-content:center}.nomination-success__container{max-width:800px;width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:60px 40px;text-align:center}.nomination-success__icon{margin-bottom:32px;display:flex;justify-content:center;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.nomination-success__title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.nomination-success__subtitle{font-size:18px;color:#666;margin:0 0 40px;line-height:1.6}.nomination-success__reference{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;background:#f8f9fa;border:2px dashed #8e1f2d;border-radius:12px;margin-bottom:40px}.nomination-success__reference-label{font-size:16px;font-weight:600;color:#666}.nomination-success__reference-value{font-size:20px;font-weight:700;color:#8e1f2d}.nomination-success__details{text-align:left;background:#f8f9fa;border-radius:12px;padding:32px;margin-bottom:40px}.nomination-success__details-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 24px;text-align:center}.nomination-success__detail-row{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e0e0e0}.nomination-success__detail-row:last-child{border-bottom:none}.nomination-success__detail-label{font-weight:600;color:#666;font-size:16px}.nomination-success__detail-value{font-weight:500;color:#1a1a1a;font-size:16px;text-align:right}.nomination-success__next-steps{text-align:left;margin-bottom:40px}.nomination-success__next-steps-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 20px;text-align:center}.nomination-success__next-steps-list{list-style:none;padding:0;margin:0}.nomination-success__next-steps-list li{position:relative;padding:12px 0 12px 32px;font-size:16px;line-height:1.6;color:#333}.nomination-success__next-steps-list li:before{content:"✓";position:absolute;left:0;top:12px;width:24px;height:24px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.nomination-success__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.nomination-success__button{padding:14px 32px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s;min-width:180px}.nomination-success__button--primary{background:#8e1f2d;color:#fff}.nomination-success__button--primary:hover{background:#6d1722;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}.nomination-success__button--secondary{background:#2196f3;color:#fff}.nomination-success__button--secondary:hover{background:#1976d2;transform:translateY(-2px);box-shadow:0 4px 12px #2196f34d}.nomination-success__button--outline{background:#fff;color:#8e1f2d;border:2px solid #8e1f2d}.nomination-success__button--outline:hover{background:#8e1f2d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #8e1f2d4d}[dir=rtl] .nomination-success__details{text-align:right}[dir=rtl] .nomination-success__detail-value{text-align:left}[dir=rtl] .nomination-success__next-steps{text-align:right}[dir=rtl] .nomination-success__next-steps-list li{padding:12px 32px 12px 0}[dir=rtl] .nomination-success__next-steps-list li:before{left:auto;right:0}@media print{.nomination-success{background:#fff;padding:0}.nomination-success__container{box-shadow:none;padding:40px;max-width:100%}.nomination-success__actions{display:none}}@media (max-width: 768px){.nomination-success__container{padding:40px 24px}.nomination-success__title{font-size:24px}.nomination-success__subtitle{font-size:16px}.nomination-success__reference,.nomination-success__detail-row{flex-direction:column;gap:8px}.nomination-success__detail-value{text-align:left}[dir=rtl] .nomination-success__detail-value{text-align:right}.nomination-success__actions{flex-direction:column}.nomination-success__button{width:100%}}.about-rewards-page{position:relative;width:100%;min-height:100vh;background:#fff}.about-rewards-content-section{padding:80px 0 50px;background:#fff;min-height:calc(100vh - 200px)}.about-rewards-layout{display:flex;flex-direction:row;gap:48px;max-width:1280px;margin:0 auto;padding:0 20px;align-items:flex-start}.about-rewards-sidebar{width:408px;flex-shrink:0;display:flex;flex-direction:column;gap:27px}.leader-card{position:relative;height:208px;border-radius:20px;background:linear-gradient(90deg,#7a2623,#4f1624);-webkit-backdrop-filter:blur(3.9px);backdrop-filter:blur(3.9px);box-shadow:0 15px 36.1px #0000001c;overflow:hidden;padding:26px}.leader-card-header{margin-bottom:15px}.leader-card-label{color:#cab377;text-align:right;font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.96px;text-transform:uppercase}.leader-card-content{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.leader-card-text{flex:1;text-align:right}.leader-name{color:#fff;font-size:1.125rem;font-weight:700;line-height:1.5rem;margin:0 0 8px}.leader-title{color:#f9f9fc;font-size:1rem;font-weight:400;line-height:1.6rem;margin:0}.leader-image{width:238px;height:238px;position:absolute;right:0;top:0;border-radius:12px;overflow:hidden}.leader-image img{width:100%;height:100%;object-fit:cover}.rewards-card{position:relative;border-radius:16.531px;background:#d9d9d9;-webkit-backdrop-filter:blur(3.224px);backdrop-filter:blur(3.224px);box-shadow:0 6.612px 20.664px #00000017;overflow:hidden;padding:0 26px 26px}.rewards-medals{display:flex;justify-content:center;align-items:flex-start;gap:22px;margin-bottom:20px;margin-top:-10px}.medal-item{display:flex;flex-direction:column;align-items:center;gap:8px}.medal-side{opacity:.59}.medal-side img,.medal-center img{height:104px;width:auto}.medal-label{font-size:.7575rem;font-weight:700;line-height:.974rem;letter-spacing:.8311px;text-transform:uppercase;color:#9d9d9d;text-align:center}.medal-label-main{font-size:1.0236rem;font-weight:700;line-height:1.316rem;letter-spacing:1.1231px;text-transform:uppercase;color:#6a1e27;text-align:center}.rewards-description{background:#fff;border-radius:12px;padding:20px;margin:20px 0}.rewards-description p{font-size:.988rem;font-weight:400;line-height:normal;color:#292929;text-align:center;margin:0}.rewards-cta{position:relative;background:linear-gradient(180deg,#b59454,#cab377 67.105%);border-radius:13px;padding:16px;text-align:center;margin-top:auto}.btn-nominate{font-size:1.1875rem;font-weight:700;line-height:1.5rem;text-transform:uppercase;color:#060609;background:transparent;border:none;cursor:pointer;width:100%}.btn-nominate:hover{opacity:.9}.about-rewards-main{flex:1;max-width:800px}.content-tabs{display:flex;justify-content:space-between;margin-bottom:30px}.tab-button{font-size:1.113rem;font-weight:400;line-height:normal;text-align:right;background:none;border:none;cursor:pointer;padding:8px 0;transition:all .3s ease;white-space:nowrap}.tab-active{color:#8e1f2d;font-weight:700}.tab-inactive{color:#8e1f2d8f}.tab-button:hover{color:#8e1f2d}.policy-items-list{display:flex;flex-direction:column;gap:0}.policy-item{display:flex;flex-direction:column}.policy-item-divider{height:1.238px;background:#d9d9d9;border-bottom:.619px dashed rgba(87,81,79,.6);margin:8.669px 0}.policy-item-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;background:none;border:none;cursor:pointer;width:100%;text-align:right}.policy-item-header:hover{opacity:.8}.policy-item-title{font-size:1.238rem;font-weight:400;line-height:normal;color:#57514f;text-align:right;flex:1}.policy-item-title-active{color:#8e1f2d;font-weight:700}.expand-icon{width:18.576px;height:18.576px;display:flex;align-items:center;justify-content:center;position:relative;margin-left:12px}.icon-plus,.icon-minus{position:relative;width:100%;height:100%}.line-horizontal{position:absolute;top:50%;left:0;right:0;height:1.238px;background:#57514f;transform:translateY(-50%)}.line-vertical{position:absolute;left:50%;top:0;bottom:0;width:1.238px;background:#57514f;transform:translate(-50%)}.icon-minus .line-vertical{display:none}.policy-item-content{padding:0 24px 20px 0;text-align:right}.policy-item-content p{font-size:1.113rem;font-weight:400;line-height:normal;color:#57514f;margin:0}.statistics-banner{margin:0 auto 80px;width:1283px;height:320px}@media (max-width: 1024px){.about-rewards-content-section{position:static;padding:64px 0 100px}.about-rewards-layout{flex-direction:column;gap:48px;padding:0 40px}.about-rewards-sidebar{width:100%;max-width:600px;margin:0 auto;gap:24px}.leader-card{height:auto;padding:24px}.leader-card-content{flex-direction:column;align-items:center;text-align:center}.leader-card-text{text-align:center}.leader-name{font-size:20px;line-height:28px}.leader-title{font-size:16px;line-height:24px}.leader-image{position:relative;width:200px;height:200px;border-radius:12px}.rewards-medals{gap:16px}.medal-side img,.medal-center img{height:90px}.rewards-description p{font-size:14px}.btn-nominate{font-size:17px;line-height:22px}.about-rewards-main{width:100%;max-width:100%}.content-tabs{gap:20px}.tab-button{font-size:16px}.policy-item-title{font-size:18px}.policy-item-content p{font-size:16px}.statistics-banner{width:100%;max-width:100%;height:auto}}@media (max-width: 768px){.about-rewards-content-section{position:static;padding:40px 0 80px}.about-rewards-layout{padding:0 20px;gap:40px}.about-rewards-sidebar{max-width:100%;gap:20px}.leader-card{padding:20px}.leader-card-label{font-size:12px;line-height:16px}.leader-name{font-size:18px;line-height:24px}.leader-title{font-size:14px;line-height:22px}.leader-image{width:150px;height:150px}.rewards-medals{gap:12px}.medal-side img{height:80px}.medal-center img{height:90px}.medal-label{font-size:10px;line-height:14px}.medal-label-main{font-size:14px;line-height:18px}.rewards-description{padding:16px}.rewards-description p{font-size:13px}.rewards-cta{padding:14px}.btn-nominate{font-size:16px;line-height:20px}.content-tabs{flex-direction:column;gap:12px}.tab-button{text-align:center;font-size:15px}.policy-item-title{font-size:17px}.policy-item-content{padding:0 16px 16px 0}.policy-item-content p{font-size:15px}}@media (max-width: 480px){.about-rewards-content-section{padding:32px 0 60px}.about-rewards-layout{padding:0 16px;gap:32px}.about-rewards-sidebar{gap:16px}.leader-card{padding:16px;border-radius:16px}.leader-card-label{font-size:11px;line-height:14px;letter-spacing:.8px}.leader-name{font-size:16px;line-height:22px}.leader-title{font-size:13px;line-height:20px}.leader-image{width:120px;height:120px;border-radius:8px}.rewards-card{border-radius:12px;padding:0 20px 20px}.rewards-medals{gap:10px;margin-top:-8px}.medal-side img{height:70px}.medal-center img{height:80px}.medal-label{font-size:9px;line-height:12px;letter-spacing:.6px}.medal-label-main{font-size:12px;line-height:16px;letter-spacing:.9px}.rewards-description{padding:14px;border-radius:8px;margin:16px 0}.rewards-description p{font-size:12px}.rewards-cta{padding:12px;border-radius:10px}.btn-nominate{font-size:15px;line-height:18px}.content-tabs{gap:10px}.tab-button{font-size:14px;padding:6px 0}.policy-item-header{padding:10px 0}.policy-item-title{font-size:16px}.policy-item-content{padding:0 12px 12px 0}.policy-item-content p{font-size:14px}.expand-icon{width:16px;height:16px;margin-left:8px}[dir=ltr] .expand-icon{margin-right:8px}.policy-item-divider{margin:6px 0}.statistics-banner{margin-bottom:60px}}[dir=ltr] .leader-card-text{text-align:left}[dir=ltr] .leader-image{right:auto;left:0}[dir=ltr] .policy-item-header{flex-direction:row-reverse}[dir=ltr] .policy-item-title{text-align:left}[dir=ltr] .policy-item-content{padding:0 0 20px 24px}[dir=ltr] .policy-item-content p{text-align:left}[dir=ltr] .expand-icon{margin-left:0;margin-right:12px}[dir=ltr] .content-tabs{justify-content:flex-start}[dir=ltr] .tab-button{text-align:left}.about-rewards-v2-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.about-rewards-v2-content{flex:1;padding:80px 0 140px}.about-rewards-v2-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:140px}.section-header{display:flex;flex-direction:column;gap:8px;text-align:right}.section-description{font-weight:400;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0}.section-description p{margin:0}.about-award-section{display:flex;flex-direction:column;gap:32px}.vision-subsection{display:flex;flex-direction:column;gap:4px;text-align:right}.subsection-title,.subsection-text{font-weight:400;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0}.content-paragraphs{display:flex;flex-direction:column;gap:0;text-align:right}.content-paragraphs p{font-weight:400;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0}.about-rewards-v2-divider{height:1px;width:100%;background-color:#d9d9d9;border:0px 0px .619px dashed;border-color:#57514f99}.about-rewards-v2-page[dir=ltr] .section-header,.about-rewards-v2-page[dir=ltr] .vision-subsection,.about-rewards-v2-page[dir=ltr] .content-paragraphs{text-align:left}@media (max-width: 1024px){.about-rewards-v2-content{padding:64px 0 100px}.about-rewards-v2-container{padding:0 40px;gap:100px}.about-award-section{position:static;gap:24px}.section-description,.subsection-title,.subsection-text,.content-paragraphs p{font-size:20px;line-height:32px}}@media (max-width: 768px){.about-rewards-v2-content{padding:40px 0 80px}.about-rewards-v2-container{padding:0 20px;gap:60px}.about-award-section{position:static;gap:20px}.section-description,.subsection-title,.subsection-text,.content-paragraphs p{font-size:18px;line-height:28px}}@media (max-width: 480px){.about-rewards-v2-content{padding:32px 0 60px}.about-rewards-v2-container{padding:0 16px;gap:48px}.section-description,.subsection-title,.subsection-text,.content-paragraphs p{font-size:16px;line-height:26px}.about-award-section{gap:16px}}.news-section{position:relative}.news-section .section-title{font-weight:700;font-size:24px;line-height:38px;color:#000;text-align:start;margin:0}.news-section .news-btn-prev,.news-section .news-btn-next{position:absolute;top:50%;transform:translateY(-50%);height:153px;z-index:10}[dir=ltr] .news-section .news-btn-prev{left:-72px;right:auto}[dir=ltr] .news-section .news-btn-next{right:-72px;left:auto}[dir=rtl] .news-section .news-btn-prev{left:auto;right:-72px}[dir=rtl] .news-section .news-btn-next{right:auto;left:-72px}.news-section .news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.news-section .view-more-btn{align-self:flex-start;padding:8px 16px;background:transparent;border:1px solid #8e1f2d;border-radius:6px;font-weight:700;font-size:14px;color:#8e1f2d;cursor:pointer;transition:all .3s ease}.news-section .view-more-btn:hover{background:#8e1f2d;color:#fff}@media (max-width: 1024px){.news-section{position:static}.news-section .news-grid{grid-template-columns:1fr;gap:20px}.news-section .news-btn-prev,.news-section .news-btn-next{display:none}.news-section .section-title{font-size:22px;line-height:34px}}@media (max-width: 768px){.news-section{position:static}.news-section .news-grid{grid-template-columns:1fr;gap:16px}.news-section .news-btn-prev,.news-section .news-btn-next{display:none}.news-section .section-title{font-size:20px;line-height:32px}.news-section .view-more-btn{font-size:13px;padding:6px 14px}}@media (max-width: 480px){.news-section .news-grid{gap:12px}.news-section .section-title{font-size:18px;line-height:28px}.news-section .view-more-btn{font-size:12px;padding:6px 12px}}.gallery-section .section-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000;text-align:start;margin:0}.gallery-section .featured-gallery{background:#fff;border-radius:20px;box-shadow:0 6.612px 20.664px #00000017;display:flex;gap:48px;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.gallery-section .featured-gallery:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0003}.gallery-section .gallery-images{flex:1;display:flex;gap:2px}.gallery-section .gallery-main{flex:1;border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.gallery-section .gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery-section .featured-gallery:hover .gallery-main img{transform:scale(1.05)}.gallery-section .gallery-thumbnails{display:flex;flex-direction:column;gap:2px;flex:1}.gallery-section .gallery-thumbnails img{flex:1;border:1px solid rgba(0,0,0,.1);border-radius:8px;object-fit:cover}.gallery-section .gallery-info{flex:0 0 385px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.gallery-section .gallery-title{font-weight:700;font-size:2rem;line-height:3.25rem;color:#57514f;text-align:right;margin:0}.gallery-section .gallery-date{font-size:1.125rem;line-height:1.8125rem;color:#000000e6;text-align:right;margin:0}.gallery-section .read-more-btn{flex-shrink:0}.gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery-section .gallery-card{background:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.gallery-section .gallery-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0003}.gallery-section .gallery-card-image{aspect-ratio:16/9;border-radius:12px}.gallery-section .gallery-card-image img{width:100%;height:100%;max-height:231px;min-height:231px;object-fit:cover;border-radius:12px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery-section .gallery-card:hover .gallery-card-image img{transform:scale(1.05)}.gallery-section .gallery-card-content{padding:24px 16px;display:flex;flex-direction:column;gap:16px}.gallery-section .gallery-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;text-align:right;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:64px}.gallery-section .gallery-card-date{font-size:.875rem;line-height:1.5rem;color:#555;text-align:start;margin:0}.gallery-section .gallery-view-btn{align-self:flex-start}.gallery-section .view-more-btn{align-self:flex-start;padding:8px 16px;background:transparent;border:1px solid #8e1f2d;border-radius:6px;font-weight:700;font-size:.875rem;color:#8e1f2d;cursor:pointer;transition:all .3s ease}.gallery-section .view-more-btn:hover{background:#8e1f2d;color:#fff}[dir=rtl] .gallery-section .gallery-title,[dir=rtl] .gallery-section .gallery-date,[dir=rtl] .gallery-section .gallery-card-title{direction:rtl}[dir=ltr] .gallery-section .gallery-title,[dir=ltr] .gallery-section .gallery-date,[dir=ltr] .gallery-section .gallery-card-title{direction:ltr;text-align:left}@media (max-width: 1024px){.gallery-section .gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-section .section-title{font-size:1.375rem;line-height:2.125rem}.gallery-section .gallery-title{font-size:1.75rem;line-height:2.75rem}.gallery-section .gallery-info{flex:0 0 300px}.gallery-section .featured-gallery{gap:32px}}@media (max-width: 768px){.gallery-section .featured-gallery{flex-direction:column;padding:24px;gap:24px}.gallery-section .gallery-info{flex:1;width:100%}.gallery-section .gallery-images{flex-direction:column;width:100%}.gallery-section .gallery-main{width:100%;aspect-ratio:16/9}.gallery-section .gallery-thumbnails{flex-direction:row;width:100%;gap:8px}.gallery-section .gallery-thumbnails img{width:calc(50% - 4px)!important;height:auto!important;aspect-ratio:16/9;flex:none;box-sizing:border-box}.gallery-section .gallery-grid{grid-template-columns:1fr;gap:16px}.gallery-section .section-title{font-size:1.25rem;line-height:2rem}.gallery-section .gallery-title{font-size:1.5rem;line-height:2.375rem}.gallery-section .gallery-card-content{padding:20px 16px}.gallery-section .view-more-btn{font-size:.8125rem;padding:6px 14px}}@media (max-width: 480px){.gallery-section .featured-gallery{padding:16px;gap:16px}.gallery-section .gallery-thumbnails{gap:6px}.gallery-section .gallery-thumbnails img{width:calc(50% - 3px)!important;height:auto!important;box-sizing:border-box}.gallery-section .gallery-grid{gap:12px}.gallery-section .section-title{font-size:1.125rem;line-height:1.75rem}.gallery-section .gallery-title{font-size:1.25rem;line-height:2rem}.gallery-section .gallery-date{font-size:1rem;line-height:1.625rem}.gallery-section .gallery-card-content{padding:16px 12px}.gallery-section .gallery-card-title{font-size:1.125rem;line-height:1.75rem}.gallery-section .gallery-card-date{font-size:.8125rem;line-height:1.375rem}.gallery-section .view-more-btn{font-size:.75rem;padding:6px 12px}}.video-section .section-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000;text-align:start;margin:0}.video-section .featured-video{display:flex;flex-direction:column;gap:24px}.video-section .video-title{font-weight:700;font-size:2rem;line-height:3.25rem;color:#57514f;text-align:right;margin:0}.video-section .video-player{position:relative;aspect-ratio:16/9;border:1px solid rgba(0,0,0,.1);border-radius:20px;overflow:hidden;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.video-section .video-player:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.video-section .video-player img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.video-section .video-player:hover img{transform:scale(1.05)}.video-section .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;border:none;cursor:pointer;transition:transform .3s ease}.video-section .play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.video-section .video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-section .video-card{background:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;position:relative;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.video-section .video-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0003}.video-section .video-card-thumbnail{position:relative;aspect-ratio:16/9;background-color:#e5e7eb}.video-section .video-thumbnail-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center}.video-section .video-player .video-thumbnail-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.video-section .video-card-thumbnail img{width:100%;height:231px;max-height:231px;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.video-section .video-card:hover .video-card-thumbnail img{transform:scale(1.05)}.video-section .play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform .3s ease}.video-section .play-overlay:hover{transform:translate(-50%,-50%) scale(1.1)}.video-section .video-card-content{padding:24px 16px;display:flex;flex-direction:column;gap:16px}.video-section .video-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;text-align:right;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:64px;max-height:64px}.video-section .video-card-date{font-size:.875rem;line-height:1.5rem;color:#555;text-align:right;margin:0}.video-section .video-view-btn{align-self:flex-start}.video-section .view-more-btn{align-self:flex-start;padding:8px 16px;background:transparent;border:1px solid #8e1f2d;border-radius:6px;font-weight:700;font-size:.875rem;color:#8e1f2d;cursor:pointer;transition:all .3s ease}.video-section .view-more-btn:hover{background:#8e1f2d;color:#fff}[dir=rtl] .video-section .video-title,[dir=rtl] .video-section .video-card-title{direction:rtl}[dir=ltr] .video-section .video-title,[dir=ltr] .video-section .video-card-title{direction:ltr;text-align:left}@media (max-width: 1024px){.video-section .video-grid{grid-template-columns:repeat(2,1fr);gap:20px}.video-section .section-title{font-size:1.375rem;line-height:2.125rem}.video-section .video-title{font-size:1.75rem;line-height:2.75rem}}@media (max-width: 768px){.video-section .video-grid{grid-template-columns:1fr;gap:16px}.video-section .section-title{font-size:1.25rem;line-height:2rem}.video-section .video-title{font-size:1.5rem;line-height:2.375rem}.video-section .featured-video{gap:20px}.video-section .video-card-content{padding:20px 16px}.video-section .view-more-btn{font-size:.8125rem;padding:6px 14px}}@media (max-width: 480px){.video-section .video-grid{gap:12px}.video-section .section-title{font-size:1.125rem;line-height:1.75rem}.video-section .video-title{font-size:1.25rem;line-height:2rem}.video-section .featured-video{gap:16px}.video-section .video-card-content{padding:16px 12px}.video-section .video-card-title{font-size:1.125rem;line-height:1.75rem}.video-section .video-card-date{font-size:.8125rem;line-height:1.375rem}.video-section .view-more-btn{font-size:.75rem;padding:6px 12px}}.media-center-page{background-color:#fff;min-height:100vh;isolation:isolate}.media-center-content{max-width:1280px;margin:0 auto;padding:64px 0 140px;display:flex;flex-direction:column;gap:64px;position:relative;z-index:1}.media-section{display:flex;flex-direction:column;gap:32px}.section-divider{width:100%;height:1px;background:#d9d9d9;border:.619px dashed rgba(87,81,79,.6)}.view-more-btn{align-self:flex-end;padding:8px 16px;background:transparent;border:1px solid #8e1f2d;border-radius:6px;font-weight:700;font-size:.875rem;color:#8e1f2d;cursor:pointer;transition:all .3s ease}.view-more-btn:hover{background:#8e1f2d;color:#fff}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.event-card{background:#8e1f2d;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.event-image{aspect-ratio:3/4}.event-image img{width:100%;height:100%;object-fit:cover}.event-content{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.event-info{display:flex;flex-direction:column;gap:0}.event-location{font-size:1rem;line-height:1.625rem;color:#fff;text-align:right}.event-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#fff;text-align:right;margin:0}.event-date{font-size:1.125rem;line-height:1.8125rem;color:#fff;text-align:right;margin:0}.event-footer{display:flex;flex-direction:column;gap:8px;margin-top:auto}.calendar-btn{display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 0;background:transparent;border:none;font-weight:700;font-size:.875rem;color:#fff;cursor:pointer;transition:opacity .3s ease}.calendar-btn:hover{opacity:.8}.featured-gallery{background:#fff;border-radius:20px;box-shadow:0 6.612px 20.664px #00000017;display:flex;gap:48px;align-items:center}.gallery-images{flex:1;display:flex;gap:2px}.gallery-main{flex:1;border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbnails{display:flex;flex-direction:column;gap:2px;flex:1}.gallery-thumbnails img{flex:1;border:1px solid rgba(0,0,0,.1);border-radius:8px;object-fit:cover}.gallery-info{flex:0 0 385px;display:flex;flex-direction:column;gap:16px;align-items:flex-end}.gallery-title{font-weight:700;font-size:2rem;line-height:3.25rem;color:#57514f;text-align:right;margin:0}.gallery-date{font-size:1.125rem;line-height:1.8125rem;color:#000000e6;text-align:right;margin:0}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery-card{background:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column}.gallery-card-image{aspect-ratio:16/9;border-radius:12px}.gallery-card-image img{width:100%;height:100%;max-height:264px;object-fit:cover;border-radius:12px}.gallery-card-content{padding:24px 16px;display:flex;flex-direction:column;gap:16px}.gallery-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;text-align:right;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.gallery-card-date{font-size:.875rem;line-height:1.5rem;color:#555;text-align:right;margin:0}.gallery-view-btn{align-self:flex-end;padding:4px 8px;background:#8e1f2d;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.gallery-view-btn:hover{background:#6d1622}.featured-video{display:flex;flex-direction:column;gap:24px}.video-title{font-weight:700;font-size:2rem;line-height:3.25rem;color:#57514f;text-align:right;margin:0}.video-player{position:relative;aspect-ratio:16/9;border:1px solid rgba(0,0,0,.1);border-radius:20px;overflow:hidden}.video-player img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:transparent;border:none;cursor:pointer;transition:transform .3s ease}.play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-card{background:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column}.video-card-thumbnail{position:relative;aspect-ratio:16/9}.video-card-thumbnail img{width:100%;height:100%;max-height:282px;object-fit:cover}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;transition:transform .3s ease}.play-overlay:hover{transform:translate(-50%,-50%) scale(1.1)}.video-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;text-align:right;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.video-card-date{font-size:.875rem;line-height:1.5rem;color:#555;text-align:right;margin:0}.video-view-btn{align-self:flex-end;padding:4px 8px;background:#8e1f2d;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.video-view-btn:hover{background:#6d1622}[dir=rtl] .news-date,[dir=rtl] .event-location,[dir=rtl] .event-title,[dir=rtl] .event-date,[dir=rtl] .gallery-title,[dir=rtl] .gallery-date,[dir=rtl] .gallery-card-title,[dir=rtl] .video-title,[dir=rtl] .video-card-title{direction:rtl}[dir=ltr] .news-date,[dir=ltr] .event-location,[dir=ltr] .event-title,[dir=ltr] .event-date,[dir=ltr] .gallery-title,[dir=ltr] .gallery-date,[dir=ltr] .gallery-card-title,[dir=ltr] .video-title,[dir=ltr] .video-card-title{direction:ltr;text-align:left}@media (max-width: 1024px){.media-center-content{padding:64px 40px 100px;gap:48px}.news-grid,.events-grid,.gallery-grid,.video-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-title,.video-title{font-size:28px;line-height:44px}.featured-gallery{gap:32px}.gallery-info{flex:0 0 300px}}@media (max-width: 768px){.media-center-content{padding:40px 20px 80px;gap:40px}.news-grid,.events-grid,.gallery-grid,.video-grid{grid-template-columns:1fr;gap:16px}.featured-gallery{flex-direction:column;padding:24px;gap:24px}.gallery-info{flex:1;width:100%}.gallery-images{flex-direction:column}.gallery-thumbnails{flex-direction:row}.gallery-title,.video-title{font-size:24px;line-height:38px}.event-content,.gallery-card-content,.video-card-content{padding:20px 16px}.view-more-btn{font-size:13px;padding:6px 14px}}@media (max-width: 480px){.media-center-content{padding:32px 16px 60px;gap:32px}.section-divider{margin:0 -16px;width:calc(100% + 32px)}.gallery-title,.video-title{font-size:20px;line-height:32px}.event-content,.gallery-card-content,.video-card-content{padding:16px 12px;gap:12px}.event-title,.gallery-card-title,.video-card-title{font-size:18px;line-height:28px}.event-location,.event-date,.gallery-date{font-size:14px;line-height:22px}.view-more-btn{font-size:12px;padding:6px 12px}.featured-gallery{padding:16px;gap:16px}}.related-news-section{display:flex;flex-direction:column;gap:32px}.related-news-header{text-align:right;display:flex;flex-direction:column;gap:8px}.related-news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.related-news-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.related-news-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px -2px #1b1d2126,0 4px 8px -4px #1b1d2126}.related-news-card-image{width:100%;aspect-ratio:16 / 9;overflow:hidden}.related-news-card-image img{width:100%;height:100%;object-fit:cover;object-position:center}.related-news-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.related-news-card-info{display:flex;flex-direction:column;gap:.25rem}.related-news-card-date{display:flex;align-items:center;justify-content:flex-start;gap:4.816px;font-weight:400;font-size:.875rem;line-height:1.5rem;color:#555}.related-news-card-date svg{flex-shrink:0}.related-news-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;margin:0;text-align:right;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.related-news-card-excerpt{font-weight:400;font-size:.875rem;line-height:1.5rem;color:#000000b3;margin:0;text-align:right;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden;text-overflow:ellipsis;flex:1}.related-news-card-button{align-self:flex-start}.related-news-view-more{display:flex;justify-content:flex-start}.related-news-view-more-btn{min-width:120px;padding:.5rem 1rem;background-color:transparent;border:1px solid #8e1f2d;border-radius:6px;font-weight:700;font-size:.875rem;line-height:normal;color:#8e1f2d;cursor:pointer;transition:all .3s ease}.related-news-view-more-btn:hover{background-color:#8e1f2d;color:#fff;transform:scale(1.05)}[dir=ltr] .related-news-header{text-align:left}[dir=ltr] .related-news-card-date{justify-content:flex-start}[dir=ltr] .related-news-card-title,[dir=ltr] .related-news-card-excerpt{text-align:left}[dir=ltr] .related-news-card-button{align-self:flex-start}[dir=ltr] .related-news-view-more{justify-content:flex-start}@media (max-width: 1024px){.related-news-section{position:static;gap:1.75rem}.related-news-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.related-news-card-content{padding:1.25rem;gap:.5rem}.related-news-card-title{font-size:1.125rem;line-height:1.8125rem}.related-news-card-excerpt{font-size:.8125rem;line-height:1.375rem}}@media (max-width: 768px){.related-news-section{position:static;gap:1.5rem}.related-news-grid{grid-template-columns:1fr;gap:1rem}.related-news-card-content{padding:1.25rem 1rem;gap:.375rem}.related-news-card-title{font-size:1.125rem;line-height:1.75rem}.related-news-card-excerpt,.related-news-card-date{font-size:.8125rem;line-height:1.375rem}}@media (max-width: 480px){.related-news-section{gap:1.25rem}.related-news-grid{grid-template-columns:1fr;gap:.75rem}.related-news-card{border-radius:12px}.related-news-card-content{padding:1rem .75rem;gap:.375rem}.related-news-card-title{font-size:1rem;line-height:1.625rem}.related-news-card-excerpt,.related-news-card-date{font-size:.75rem;line-height:1.25rem}.related-news-view-more-btn{font-size:.75rem;padding:.375rem .875rem}}.news-page{width:100%;min-height:100vh;background:#fff}.news-page-content{padding:80px 0 140px;background:#fff}.news-page-container{max-width:1280px;margin:0 auto}.news-hero-section{display:flex;flex-direction:column;gap:32px;margin-bottom:64px}.news-hero-header{display:flex;flex-direction:column;gap:8px;text-align:right}[dir=ltr] .news-hero-header{text-align:left}.news-hero-cards{display:flex;gap:40px;align-items:flex-start}.news-hero-card{display:flex;flex-direction:column;gap:16px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.news-hero-card:hover{transform:translateY(-8px)}.news-hero-card-small{width:302px;flex-shrink:0}.news-hero-card-large{flex:1;min-width:0}.news-hero-card-image{width:100%;border-radius:20px;overflow:hidden}.news-hero-card-small .news-hero-card-image{height:170px}.news-hero-card-large .news-hero-card-image{aspect-ratio:16/9}.news-hero-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.news-hero-card:hover .news-hero-card-image img{transform:scale(1.05)}.news-hero-card-content{display:flex;flex-direction:column;gap:12px}.news-hero-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;margin:0;text-align:right}[dir=ltr] .news-hero-card-title{text-align:left}.news-hero-card-large .news-hero-card-title{font-size:2.5rem;line-height:4rem;text-align:center}.news-hero-card-description{font-size:1rem;line-height:1.625rem;color:#000000b3;margin:0;text-align:right}[dir=ltr] .news-hero-card-description{text-align:left}.news-hero-card-large .news-hero-card-description{text-align:center}.news-hero-card-date{font-size:1rem;line-height:1.625rem;color:#555;margin:0;text-align:right}[dir=ltr] .news-hero-card-date{text-align:left}.news-hero-card-small .news-hero-card-date{font-size:.875rem;line-height:1.5rem}.news-hero-card-large .news-hero-card-date{text-align:center}.news-divider{height:1px;background:#57514f99;border:dashed .619px rgba(87,81,79,.6);margin:0 0 64px}.news-latest-section{display:flex;flex-direction:column;gap:32px}.news-latest-header{display:flex;flex-direction:column;gap:16px;text-align:right}[dir=ltr] .news-latest-header{text-align:left}.news-latest-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000;margin:0}.news-latest-grid{display:flex;gap:24px}.news-latest-card{flex:1;min-width:0;background:#fcfcfc;border:1px solid #cbd5e1;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column}.news-latest-card-image{aspect-ratio:16/9;width:100%}.news-latest-card-image img{width:100%;min-height:200px;max-height:200px;object-fit:cover}.news-latest-card-content{padding:24px;display:flex;flex-direction:column;gap:8px;flex:1}.news-latest-card-meta{display:flex;align-items:center;justify-content:flex-start;gap:4.816px}.news-latest-card-date{font-size:.875rem;line-height:1.5rem;color:#555}.news-latest-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;margin:0;text-align:right;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}[dir=ltr] .news-latest-card-title{text-align:left}.news-latest-card-description{font-size:.875rem;line-height:1.5rem;color:#000000b3;margin:0;text-align:right;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1}[dir=ltr] .news-latest-card-description{text-align:left}.news-latest-card-btn{background:#8e1f2d;border:none;border-radius:6px;padding:4px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;align-self:flex-start;transition:background .3s ease}.news-latest-card-btn:hover{background:#6d1622}.news-latest-footer{display:flex;justify-content:flex-start;width:100%}[dir=ltr] .news-latest-footer{justify-content:flex-start}.news-view-more-btn{border:1px solid #8e1f2d;background:transparent;color:#8e1f2d;border-radius:6px;padding:8px 16px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .3s ease;width:7.5rem}.news-view-more-btn:hover{background:#8e1f2d;color:#fff}@media (max-width: 1024px){.news-page-container{padding:0 40px}.news-page-content{padding:64px 0 100px}.news-hero-section{gap:24px;margin-bottom:48px}.news-hero-cards{gap:24px}.news-hero-card-small{width:250px}.news-hero-card-large .news-hero-card-title{font-size:32px;line-height:52px}.news-divider{margin:0 0 48px}.news-latest-section{gap:24px}.news-latest-title{font-size:22px;line-height:34px}.news-latest-grid{gap:20px}}@media (max-width: 768px){.news-page-container{padding:0 20px}.news-page-content{padding:40px 0 80px}.news-hero-section{gap:24px;margin-bottom:40px}.news-hero-cards{flex-direction:column}.news-hero-card-small{width:100%}.news-hero-card-small .news-hero-card-image{aspect-ratio:16/9;height:auto}.news-hero-card-large .news-hero-card-title{font-size:28px;line-height:44px}.news-divider{margin:0 0 40px}.news-latest-section{gap:24px}.news-latest-title{font-size:20px;line-height:32px}.news-latest-grid{flex-direction:column;gap:16px}.news-latest-card-content{padding:20px;gap:12px}.news-latest-card-title{font-size:18px;line-height:28px}}@media (max-width: 480px){.news-page-container{padding:0 16px}.news-page-content{padding:32px 0 60px}.news-hero-section{gap:20px;margin-bottom:32px}.news-hero-card-large .news-hero-card-title{font-size:24px;line-height:38px}.news-hero-card-title{font-size:18px;line-height:28px}.news-hero-card-description{font-size:14px;line-height:22px}.news-divider{margin:0 0 32px}.news-latest-section{gap:20px}.news-latest-title{font-size:18px;line-height:28px}.news-latest-grid{gap:12px}.news-latest-card-content{padding:16px;gap:8px}.news-latest-card-title{font-size:16px;line-height:24px}.news-latest-card-description{font-size:13px;line-height:20px}.news-view-more-btn{font-size:12px;padding:6px 12px;width:100px}}.news-detail-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.news-detail-content{flex:1;padding:80px 0 140px}.news-detail-container{max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:140px}.news-detail-section{display:flex;flex-direction:column;gap:40px}.news-detail-title{font-weight:700;font-size:2.5rem;line-height:4rem;color:#8e1f2d;margin:0;text-align:right}.news-detail-body{display:flex;flex-direction:column;gap:32px}.news-detail-image-carousel{position:relative;width:100%}.news-detail-image{width:100%;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden}.news-detail-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease}.carousel-btn-prev{left:20px;right:auto}[dir=rtl] .carousel-btn-prev,.carousel-btn-next{right:20px;left:auto}.news-detail-meta{display:flex;justify-content:flex-start;align-items:center}.news-detail-date{font-weight:400;font-size:1.125rem;line-height:1.8125rem;color:#555;margin:0}.news-detail-text{display:flex;flex-direction:column;gap:32px}.news-detail-paragraph{font-weight:400;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0;text-align:right}.news-detail-divider{height:1px;width:100%;background-color:#d9d9d9;border:0px 0px .619px dashed;border-color:#57514f99}.news-detail-page[dir=ltr] .news-detail-title{text-align:left}.news-detail-page[dir=ltr] .news-detail-meta{justify-content:flex-start}.news-detail-page[dir=ltr] .news-detail-paragraph{text-align:left}@media (max-width: 1024px){.news-detail-content{padding:64px 0 100px}.news-detail-container{padding:0 40px;gap:100px}.news-detail-section{position:static;gap:32px}.news-detail-title{font-size:2rem;line-height:3rem}.news-detail-body,.news-detail-text{gap:28px}.news-detail-paragraph{font-size:1.25rem;line-height:2rem}.news-detail-date{font-size:16px;line-height:26px}}@media (max-width: 768px){.news-detail-content{padding:40px 0 80px}.news-detail-container{padding:0 20px;gap:80px}.news-detail-section{position:static;gap:28px}.news-detail-title{font-size:1.75rem;line-height:2.5rem}.news-detail-body,.news-detail-text{gap:24px}.news-detail-paragraph{font-size:1.125rem;line-height:1.75rem}.news-detail-date{font-size:.875rem;line-height:1.5rem}.carousel-btn-prev{left:10px}[dir=rtl] .carousel-btn-prev{right:10px;left:auto}.carousel-btn-next{right:10px}[dir=rtl] .carousel-btn-next{left:10px;right:auto}.carousel-counter{top:10px;right:10px;padding:6px 12px;font-size:12px}.carousel-dots{bottom:10px;gap:6px}.carousel-dot{width:10px;height:10px}.lightbox-content{padding:60px 10px 120px}.lightbox-close{width:44px;height:44px;top:10px;right:10px}.lightbox-btn-prev{left:10px}[dir=rtl] .lightbox-btn-prev{right:10px;left:auto}.lightbox-btn-next{right:10px}[dir=rtl] .lightbox-btn-next{left:10px;right:auto}.lightbox-counter{top:20px;padding:8px 16px;font-size:14px}.lightbox-image-wrapper{max-height:calc(100vh - 200px)}.lightbox-thumbnails{bottom:20px;gap:8px;padding:8px}.lightbox-thumbnail{width:60px;height:60px}}@media (max-width: 480px){.news-detail-content{padding:32px 0 60px}.news-detail-container{padding:0 16px;gap:60px}.news-detail-section{gap:24px}.news-detail-title{font-size:1.5rem;line-height:2.25rem}.news-detail-body,.news-detail-text{gap:20px}.news-detail-paragraph{font-size:1rem;line-height:1.625rem}.news-detail-date{font-size:.8125rem;line-height:1.375rem}.news-detail-image{border-radius:12px}.carousel-btn-prev{left:8px}[dir=rtl] .carousel-btn-prev{right:8px;left:auto}.carousel-btn-next{right:8px}[dir=rtl] .carousel-btn-next{left:8px;right:auto}.carousel-counter{top:8px;right:8px;padding:4px 10px;font-size:.6875rem}.carousel-dots{bottom:8px;gap:5px}.carousel-dot{width:8px;height:8px}.lightbox-content{padding:50px 8px 100px}.lightbox-close{width:40px;height:40px;top:8px;right:8px}.lightbox-btn-prev{left:8px}[dir=rtl] .lightbox-btn-prev{right:8px;left:auto}.lightbox-btn-next{right:8px}[dir=rtl] .lightbox-btn-next{left:8px;right:auto}.lightbox-counter{top:16px;padding:6px 12px;font-size:12px}.lightbox-image-wrapper{max-height:calc(100vh - 180px)}.lightbox-image{border-radius:8px}.lightbox-thumbnails{bottom:16px;gap:6px;padding:6px;border-radius:8px}.lightbox-thumbnail{width:50px;height:50px;border-radius:6px}}.video-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.video-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0003}.video-thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background-color:#e5e7eb;display:block;text-decoration:none;cursor:pointer}.video-thumbnail-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.video-thumbnail-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);display:flex;align-items:center;justify-content:center}.video-card:hover .video-thumbnail-image{transform:scale(1.05)}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#8e1f2d;border:none;border-radius:9px;padding:6px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.video-play-button:hover{background-color:#721825}.video-card-content{padding:24px 16px;display:flex;flex-direction:column;gap:16px}.video-card-info{display:flex;flex-direction:column;gap:12px}.video-card-title{font-weight:700;font-size:20px;line-height:32px;color:#000000e6;margin:0;text-align:right;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.video-card-date{font-weight:400;font-size:14px;line-height:24px;color:#555;margin:0;text-align:right}.video-card-button{align-self:flex-end}[dir=ltr] .video-card-title,[dir=ltr] .video-card-date{text-align:left}[dir=ltr] .video-card-button{align-self:flex-start}.video-gallery-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;isolation:isolate}.video-gallery-content{flex:1;padding:80px 0 140px;position:relative;z-index:1}.video-gallery-container{max-width:1280px;margin:0 auto}.video-gallery-section{display:flex;flex-direction:column;gap:32px}.video-gallery-header{text-align:right;display:flex;flex-direction:column;gap:8px}.videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1}.video-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px -2px #1b1d2126,0 4px 8px -4px #1b1d2126}.video-thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.video-thumbnail-image{width:100%;height:100%;object-fit:cover;object-position:center}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#8e1f2d;border:none;border-radius:9px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease}.video-play-button:hover{background-color:#6d1822;transform:translate(-50%,-50%) scale(1.1)}.video-play-button svg{display:block}.video-card-content{padding:24px 16px;display:flex;flex-direction:column;gap:16px;flex:1}.video-card-info{display:flex;flex-direction:column;gap:12px;flex:1}.video-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;margin:0;text-align:right;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;min-height:4rem}.video-card-date{font-weight:400;font-size:.875rem;line-height:1.5rem;color:#555;margin:0;text-align:right}.video-card-button{align-self:flex-start;background-color:#8e1f2d;border:none;border-radius:6px;padding:8px 4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease}.video-card-button:hover{background-color:#6d1822;transform:scale(1.05)}.video-card-button svg{display:block}.video-gallery-page[dir=ltr] .video-gallery-header,.video-gallery-page[dir=ltr] .video-card-title,.video-gallery-page[dir=ltr] .video-card-date{text-align:left}.video-gallery-page[dir=ltr] .video-card-button{align-self:flex-start}.video-gallery-page[dir=ltr] .video-card-button svg{transform:rotate(180deg)}@media (max-width: 1280px){.video-gallery-container{max-width:100%;padding:0 40px}}@media (max-width: 1024px){.video-gallery-container{padding:0 40px}.video-gallery-content{padding:64px 0 100px}.video-gallery-section{position:static;gap:24px}.videos-grid{grid-template-columns:repeat(2,1fr);gap:20px}.video-card-title{font-size:1.125rem;line-height:1.75rem;min-height:3.5rem}}@media (max-width: 768px){.video-gallery-container{padding:0 20px}.video-gallery-content{padding:40px 0 80px}.video-gallery-section{position:static;gap:24px}.videos-grid{grid-template-columns:1fr;gap:16px}.video-card-content{padding:20px 16px;gap:12px}.video-card-title{font-size:1.125rem;line-height:1.75rem;min-height:3.5rem}}@media (max-width: 480px){.video-gallery-container{padding:0 16px}.video-gallery-content{padding:32px 0 60px}.video-gallery-section{gap:20px}.videos-grid{gap:12px}.video-card-content{padding:16px 12px;gap:10px}.video-card-title{font-size:1rem;line-height:1.5rem;min-height:48px}.video-card-date{font-size:.8125rem;line-height:1.25rem}.video-card-button{padding:6px 3px}.video-play-button{padding:5px}}.error-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fafafa}.error-page-content{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 24px}.error-page-container{max-width:600px;width:100%;text-align:center}.error-illustration{margin-bottom:40px}.error-svg{width:100%;max-width:400px;height:auto}.error-number{font-family:var(--font-primary),sans-serif}.error-message-container{display:flex;flex-direction:column;align-items:center;gap:16px}.error-code{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#8e1f2d1a,#ba952e1a);border-radius:20px;font-size:.875rem;font-weight:600;color:#8e1f2d;text-transform:uppercase;letter-spacing:.5px}.error-title{margin:0;font-size:2rem;font-weight:700;color:#171717;line-height:1.3}.error-description{margin:0;font-size:1.125rem;color:#57514f;line-height:1.6;max-width:450px}.error-actions{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap;justify-content:center}.error-home-button,.error-back-button,.error-retry-button{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit}.error-home-button{background:linear-gradient(135deg,#8e1f2d,#6d1722);color:#fff;box-shadow:0 4px 15px #8e1f2d4d}.error-home-button:hover{background:linear-gradient(135deg,#7a1a26,#561023);transform:translateY(-2px);box-shadow:0 6px 20px #8e1f2d66}.error-back-button,.error-retry-button{background:transparent;color:#8e1f2d;border:2px solid #8e1f2d}.error-back-button:hover,.error-retry-button:hover{background:#8e1f2d0d;transform:translateY(-2px)}[dir=rtl] .error-home-button svg,[dir=rtl] .error-back-button svg,[dir=rtl] .error-retry-button svg{transform:scaleX(-1)}[dir=rtl] .error-back-button svg{transform:scaleX(1)}@media (max-width: 768px){.error-page-content{padding:40px 16px}.error-illustration{margin-bottom:32px}.error-svg{max-width:300px}.error-title{font-size:1.5rem}.error-description{font-size:1rem}.error-actions{flex-direction:column;width:100%;max-width:280px}.error-home-button,.error-back-button,.error-retry-button{width:100%;justify-content:center;padding:12px 24px}}@media (max-width: 480px){.error-page-content{padding:32px 12px}.error-svg{max-width:250px}.error-title{font-size:1.25rem}.error-description{font-size:.9375rem}.error-message-container{gap:12px}.error-actions{margin-top:20px;gap:12px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.error-illustration{animation:float 4s ease-in-out infinite}.error-home-button:focus,.error-back-button:focus,.error-retry-button:focus{outline:2px solid #ba952e;outline-offset:2px}.video-detail-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;isolation:isolate}.video-detail-content{flex:1;padding:80px 0 140px;position:relative;z-index:1}.video-detail-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:64px}.video-main-section{display:flex;flex-direction:column;gap:32px}.video-main-title{font-weight:700;font-size:2.5rem;line-height:4rem;color:#8e1f2d;margin:0;text-align:right}.video-multi-container{display:flex;flex-direction:column;gap:32px;width:100%}.video-player-wrapper{width:100%;border-radius:20px;overflow:hidden;position:relative;z-index:1}.video-secondary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:100%}.video-player-wrapper-secondary{width:100%;border-radius:20px;overflow:hidden;position:relative;z-index:1}.video-entry-caption{margin:12px 15px 0;font-size:.9375rem;line-height:1.5;color:#333;text-align:right;font-weight:bolder}.video-detail-page[dir=ltr] .video-entry-caption{text-align:left}.video-player{position:relative;width:100%;aspect-ratio:16 / 9;background-color:#000;overflow:hidden;z-index:1}.video-player-thumbnail{width:100%;height:100%;object-fit:cover}.video-player-element{width:100%;height:100%;object-fit:contain}.video-player-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-player-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#8e1f2d;border:none;border-radius:12px;padding:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;display:flex;align-items:center;justify-content:center}.video-player-button:hover{background-color:#721825;transform:translate(-50%,-50%) scale(1.05)}.video-player-button:active{transform:translate(-50%,-50%) scale(.98)}.video-detail-divider{height:1px;width:100%;background-color:#d9d9d9;border:0px 0px .619px dashed;border-color:#57514f99}.video-related-section{display:flex;flex-direction:column;gap:32px}.video-related-header{display:flex;flex-direction:column;gap:8px;text-align:right}.video-related-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000;margin:0}.video-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-detail-page[dir=ltr] .video-main-title,.video-detail-page[dir=ltr] .video-related-header{text-align:left}@media (max-width: 1024px){.video-detail-content{padding:64px 0 100px}.video-detail-container{padding:0 40px;gap:56px}.video-main-section{position:static;gap:28px}.video-main-title{font-size:2rem;line-height:3rem}.video-multi-container,.video-secondary-grid{gap:28px}.video-related-section{position:static;gap:28px}.video-related-title{font-size:1.25rem;line-height:2rem}.video-related-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.video-detail-content{padding:40px 0 80px}.video-detail-container{padding:0 20px;gap:48px}.video-main-section{position:static;gap:24px}.video-main-title{font-size:1.75rem;line-height:2.5rem}.video-multi-container{gap:24px}.video-secondary-grid{grid-template-columns:1fr;gap:24px}.video-related-section{position:static;gap:24px}.video-related-title{font-size:1.125rem;line-height:1.75rem}.video-related-grid{grid-template-columns:1fr;gap:16px}.video-player-button svg{width:36px;height:36px}}@media (max-width: 480px){.video-detail-content{padding:32px 0 60px}.video-detail-container{padding:0 16px;gap:40px}.video-main-section{gap:20px}.video-main-title{font-size:1.5rem;line-height:2.25rem}.video-multi-container{gap:20px}.video-player-wrapper,.video-player-wrapper-secondary{border-radius:12px}.video-secondary-grid,.video-related-section{gap:20px}.video-related-title{font-size:1rem;line-height:1.625rem}.video-related-grid{grid-template-columns:1fr;gap:12px}.video-player-button{border-radius:8px;padding:6px}.video-player-button svg{width:32px;height:32px}}.photo-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;transition:all .4s cubic-bezier(.4,0,.2,1)}.photo-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0003}.photo-thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background-color:#e5e7eb}.photo-thumbnail-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.photo-card:hover .photo-thumbnail-image{transform:scale(1.05)}.photo-card-content{padding:24px 16px;display:flex;flex-direction:column;gap:16px}.photo-card-info{display:flex;flex-direction:column;gap:12px}.photo-card-title{font-weight:700;font-size:20px;line-height:32px;color:#000000e6;margin:0;text-align:right;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.photo-card-date{font-weight:400;font-size:14px;line-height:24px;color:#555;margin:0;text-align:right}.photo-card-button{align-self:flex-end}[dir=ltr] .photo-card-title,[dir=ltr] .photo-card-date{text-align:left}[dir=ltr] .photo-card-button{align-self:flex-start}.photo-gallery-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.photo-gallery-content{flex:1;padding:80px 0 140px}.photo-gallery-container{max-width:1280px;margin:0 auto}.photo-gallery-section{display:flex;flex-direction:column;gap:32px}.photo-gallery-header{text-align:right;display:flex;flex-direction:column;gap:8px}.photo-gallery-title{font-weight:700;font-size:2.5rem;line-height:4rem;color:#8e1f2d;margin:0}.photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.photo-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.photo-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px -2px #1b1d2126,0 4px 8px -4px #1b1d2126}.photo-thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.photo-thumbnail-image{width:100%;height:100%;object-fit:cover;object-position:center}.photo-card-content{padding:24px 16px;display:flex;flex-direction:column;gap:16px;flex:1}.photo-card-info{display:flex;flex-direction:column;gap:12px;flex:1}.photo-card-title{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000000e6;margin:0;text-align:right;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;min-height:4rem}.photo-card-date{font-weight:400;font-size:.875rem;line-height:1.5rem;color:#555;margin:0;text-align:right}.photo-card-button{align-self:flex-start;background-color:#8e1f2d;border:none;border-radius:6px;padding:8px 4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease}.photo-card-button:hover{background-color:#6d1822;transform:scale(1.05)}.photo-card-button svg{display:block}.photo-gallery-page[dir=ltr] .photo-gallery-header,.photo-gallery-page[dir=ltr] .photo-card-title,.photo-gallery-page[dir=ltr] .photo-card-date{text-align:left}.photo-gallery-page[dir=ltr] .photo-card-button{align-self:flex-start}.photo-gallery-page[dir=ltr] .photo-card-button svg{transform:rotate(180deg)}@media (max-width: 1024px){.photo-gallery-container{padding:0 40px}.photo-gallery-content{padding:64px 0 100px}.photo-gallery-section{position:static;gap:24px}.photo-gallery-title{font-size:2rem;line-height:3.25rem}.photos-grid{grid-template-columns:repeat(2,1fr);gap:20px}.photo-card-title{font-size:1.125rem;line-height:1.75rem;min-height:3.5rem}}@media (max-width: 768px){.photo-gallery-container{padding:0 20px}.photo-gallery-content{padding:40px 0 80px}.photo-gallery-section{position:static;gap:24px}.photo-gallery-title{font-size:1.75rem;line-height:2.75rem}.photos-grid{grid-template-columns:1fr;gap:16px}.photo-card-content{padding:20px 16px;gap:12px}.photo-card-title{font-size:1.125rem;line-height:1.75rem;min-height:3.5rem}}@media (max-width: 480px){.photo-gallery-container{padding:0 16px}.photo-gallery-content{padding:32px 0 60px}.photo-gallery-section{gap:20px}.photo-gallery-title{font-size:1.5rem;line-height:2.375rem}.photos-grid{gap:12px}.photo-card-content{padding:16px 12px;gap:10px}.photo-card-title{font-size:1rem;line-height:1.5rem;min-height:48px}.photo-card-date{font-size:.8125rem;line-height:1.25rem}.photo-card-button{padding:6px 3px}}.photo-detail-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.photo-detail-content{flex:1;padding:80px 0 140px}.photo-detail-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:64px}.photo-main-section{display:flex;flex-direction:column;gap:32px}.photo-main-title{font-weight:700;font-size:2.5rem;line-height:4rem;color:#8e1f2d;margin:0;text-align:right}.photo-detail-image-carousel{position:relative;width:100%}.photo-viewer{width:100%;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.photo-viewer-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease}.carousel-counter{position:absolute;top:20px;right:20px;background-color:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600;z-index:10}.lightbox-counter{position:absolute;top:30px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:600;z-index:10001}.photo-detail-divider{height:1px;width:100%;background-color:#d9d9d9;border:0px 0px .619px dashed;border-color:#57514f99}.photo-related-section{display:flex;flex-direction:column;gap:32px}.photo-related-header{display:flex;flex-direction:column;gap:8px;text-align:right}.photo-related-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000;margin:0}.photo-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.photo-detail-page[dir=ltr] .photo-main-title,.photo-detail-page[dir=ltr] .photo-related-header{text-align:left}.locale-mismatch-banner p{margin:0;font-size:1rem;color:#5d4037;line-height:1.5}.locale-mismatch-btn{padding:12px 24px;background-color:#8e1f2d;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}@media (max-width: 1024px){.photo-detail-content{padding:64px 0 100px}.photo-detail-container{padding:0 40px;gap:56px}.photo-main-section{position:static;gap:28px}.photo-main-title{font-size:2rem;line-height:3rem}.photo-related-section{position:static;gap:28px}.photo-related-title{font-size:1.25rem;line-height:2rem}.photo-related-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.photo-detail-content{padding:40px 0 80px}.photo-detail-container{padding:0 20px;gap:48px}.photo-main-section{position:static;gap:24px}.photo-main-title{font-size:1.75rem;line-height:2.5rem}.photo-related-section{position:static;gap:24px}.photo-related-title{font-size:1.125rem;line-height:1.75rem}.photo-related-grid{grid-template-columns:1fr;gap:16px}.carousel-btn-prev{left:10px}[dir=rtl] .carousel-btn-prev{right:10px;left:auto}.carousel-btn-next{right:10px}[dir=rtl] .carousel-btn-next{left:10px;right:auto}.carousel-counter{top:10px;right:10px;padding:6px 12px;font-size:.75rem}.carousel-dots{bottom:10px;gap:6px}.carousel-dot{width:10px;height:10px}.lightbox-content{padding:60px 10px 120px}.lightbox-close{width:44px;height:44px;top:10px;right:10px}.lightbox-btn-prev{left:10px}[dir=rtl] .lightbox-btn-prev{right:10px;left:auto}.lightbox-btn-next{right:10px}[dir=rtl] .lightbox-btn-next{left:10px;right:auto}.lightbox-counter{top:20px;padding:8px 16px;font-size:.875rem}.lightbox-image-wrapper{max-height:calc(100vh - 200px)}.lightbox-thumbnails{bottom:20px;gap:8px;padding:8px}.lightbox-thumbnail{width:60px;height:60px}}@media (max-width: 480px){.photo-detail-content{padding:32px 0 60px}.photo-detail-container{padding:0 16px;gap:40px}.photo-main-section{gap:20px}.photo-main-title{font-size:1.5rem;line-height:2.25rem}.photo-related-section{gap:20px}.photo-related-title{font-size:1rem;line-height:1.625rem}.photo-related-grid{grid-template-columns:1fr;gap:12px}.photo-viewer{border-radius:12px}.carousel-btn-prev{left:8px}[dir=rtl] .carousel-btn-prev{right:8px;left:auto}.carousel-btn-next{right:8px}[dir=rtl] .carousel-btn-next{left:8px;right:auto}.carousel-counter{top:8px;right:8px;padding:4px 10px;font-size:.6875rem}.carousel-dots{bottom:8px;gap:5px}.carousel-dot{width:8px;height:8px}.lightbox-content{padding:50px 8px 100px}.lightbox-close{width:40px;height:40px;top:8px;right:8px}.lightbox-btn-prev{left:8px}[dir=rtl] .lightbox-btn-prev{right:8px;left:auto}.lightbox-btn-next{right:8px}[dir=rtl] .lightbox-btn-next{left:8px;right:auto}.lightbox-counter{top:16px;padding:6px 12px;font-size:.75rem}.lightbox-image-wrapper{max-height:calc(100vh - 180px)}.lightbox-image{border-radius:8px}.lightbox-thumbnails{bottom:16px;gap:6px;padding:6px;border-radius:8px}.lightbox-thumbnail{width:50px;height:50px;border-radius:6px}}.stories-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%}.stories-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0003}.stories-card-image{width:100%;aspect-ratio:4 / 3;overflow:hidden}.stories-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.stories-card:hover .stories-card-image img{transform:scale(1.05)}.stories-card-content{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.stories-card-text{display:flex;flex-direction:column;gap:0;flex:1}.stories-card-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0;text-align:start}.stories-card-excerpt{font-weight:400;font-size:1.25rem;line-height:2rem;color:#000000b3;margin:0;text-align:start;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.stories-card-arrow-btn{align-self:flex-start}.stories-card[dir=ltr] .stories-card-title,.stories-card[dir=ltr] .stories-card-excerpt{text-align:left}@media (max-width: 1024px){.stories-card-content{padding:20px}.stories-card-title{font-size:22px;line-height:34px}.stories-card-excerpt{font-size:18px;line-height:29px}}@media (max-width: 767px){.stories-card-content{padding:16px}.stories-card-title{font-size:20px;line-height:32px}.stories-card-excerpt{font-size:16px;line-height:26px;-webkit-line-clamp:2;line-clamp:2}}.stories-page{width:100%;min-height:100vh;background:#fff}.stories-content{padding:80px 0 140px;background:#fff}.stories-container{max-width:1280px;margin:0 auto;padding:0}.stories-featured-section{display:flex;flex-direction:column;gap:32px;margin-bottom:64px}.stories-section-header{display:flex;flex-direction:column;gap:8px;text-align:right}[dir=ltr] .stories-section-header{text-align:left}.featured-story-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.featured-story-card:hover .featured-story-image{transform:scale(1.05)}.featured-story-card{position:relative;height:720px;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.featured-story-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.featured-story-content{position:relative;z-index:10;background:#8e1f2d;padding:24px 32px;border-radius:20px;margin:8px;display:flex;flex-direction:column;gap:8px}.featured-story-title{font-weight:700;font-size:2.5rem;line-height:4rem;color:#fff;margin:0;text-align:right}[dir=ltr] .featured-story-title{text-align:left}.featured-story-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.featured-story-actions{display:flex;gap:39px;align-items:center}.share-btn{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.share-btn:hover{opacity:.8}.read-more-btn{border:1px solid #ffffff;background:transparent;color:#fff;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.read-more-btn:hover{background:#fff;color:#8e1f2d}.featured-story-description{font-size:1.25rem;line-height:2rem;color:#fff;margin:0;text-align:right;max-width:847px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .featured-story-description{text-align:left}.stories-cards-section{display:grid;flex-direction:column;gap:32px}.stories-grid{display:grid;gap:24px;align-items:flex-start;grid-template-columns:1fr 1fr 1fr}.story-card{flex:1;min-width:0;background:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;height:100%}.story-card-image{aspect-ratio:4/3;width:100%;overflow:hidden}.story-card-image img{width:100%;height:100%;object-fit:cover}.story-card-content{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.story-card-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0;text-align:right}[dir=ltr] .story-card-title{text-align:left}.story-card-description{font-size:1.25rem;line-height:2rem;color:#000000b3;margin:0;text-align:right;flex:1;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}[dir=ltr] .story-card-description{text-align:left}.story-card-btn{background:#8e1f2d;border:none;border-radius:6px;padding:4px 8px;cursor:pointer;display:flex;align-items:center;justify-content:center;align-self:flex-start;transition:background .3s ease}.story-card-btn:hover{background:#6d1622}.stories-view-more{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.stories-count{font-size:1rem;line-height:1.625rem;color:#000000e6;margin:0}.stories-load-more-btn{border:1px solid #8e1f2d;background:transparent;color:#8e1f2d;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .3s ease}.stories-load-more-btn:hover{background:#8e1f2d;color:#fff}@media (max-width: 1024px){.stories-container{padding:0 40px}.stories-content{padding:64px 0 100px}.stories-featured-section{position:static;gap:28px;margin-bottom:56px}.featured-story-card{height:600px}.featured-story-content{padding:20px 28px}.featured-story-title{font-size:2rem;line-height:3rem}.featured-story-description{font-size:1.125rem;line-height:1.8125rem}.stories-cards-section{position:static;gap:28px}.stories-grid{grid-template-columns:repeat(2,1fr);gap:20px}.story-card-title{font-size:1.25rem;line-height:2rem}.story-card-description{font-size:1.125rem;line-height:1.8125rem}}@media (max-width: 768px){.stories-container{padding:0 20px}.stories-content{padding:40px 0 80px}.stories-featured-section{position:static;gap:24px;margin-bottom:48px}.featured-story-card{height:500px}.featured-story-content{padding:18px 24px}.featured-story-title{font-size:1.75rem;line-height:2.5rem}.featured-story-description{font-size:1rem;line-height:1.625rem}.featured-story-footer{flex-direction:column;align-items:flex-end;gap:16px}[dir=ltr] .featured-story-footer{align-items:flex-start}.stories-cards-section{position:static;gap:24px}.stories-grid{grid-template-columns:1fr;gap:16px}.story-card-content{padding:20px}.story-card-title{font-size:1.25rem;line-height:2rem}.story-card-description{font-size:1.125rem;line-height:1.8125rem}}@media (max-width: 480px){.stories-container{padding:0 16px}.stories-content{padding:32px 0 60px}.stories-featured-section{gap:20px;margin-bottom:40px}.featured-story-card{height:420px;border-radius:12px}.featured-story-content{padding:16px 20px;border-radius:12px}.featured-story-title{font-size:1.5rem;line-height:2.25rem}.featured-story-description{font-size:.875rem;line-height:1.375rem}.featured-story-footer{flex-direction:column;align-items:flex-end;gap:12px}[dir=ltr] .featured-story-footer{align-items:flex-start}.featured-story-actions{gap:24px}.read-more-btn{padding:6px 12px;font-size:12px}.stories-cards-section{gap:20px}.stories-grid{grid-template-columns:1fr;gap:12px}.story-card{border-radius:16px}.story-card-content{padding:16px;gap:10px}.story-card-title{font-size:1.125rem;line-height:1.75rem}.story-card-description{font-size:1rem;line-height:1.625rem;-webkit-line-clamp:4;line-clamp:4}.stories-load-more-btn{padding:6px 12px;font-size:12px}.stories-count{font-size:.875rem;line-height:1.375rem}}.related-stories-section{display:flex;flex-direction:column;gap:32px;width:100%}.related-stories-header{display:flex;flex-direction:column;gap:0}.related-stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.related-stories-view-more{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.related-stories-view-more-btn{border:1px solid #8e1f2d;background-color:transparent;color:#8e1f2d;font-weight:700;font-size:14px;line-height:normal;padding:8px 16px;border-radius:6px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.related-stories-view-more-btn:hover{background-color:#8e1f2d;color:#fff}.related-stories-section[dir=ltr] .related-stories-view-more{align-items:flex-start}@media (max-width: 1024px){.related-stories-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 767px){.related-stories-section{gap:24px}.related-stories-grid{grid-template-columns:1fr;gap:16px}.related-stories-view-more-btn{font-size:12px;padding:6px 12px}}.story-detail-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.story-detail-content{flex:1;padding:80px 0 140px}.story-detail-container{max-width:1280px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:50px}.story-detail-section{display:flex;flex-direction:column;gap:32px}.story-detail-title{font-weight:700;font-size:2.5rem;line-height:4rem;color:#8e1f2d;margin:0;text-align:right}.story-detail-body{display:flex;flex-direction:column;gap:32px}.story-detail-image-carousel{position:relative;width:100%}.story-detail-image{width:100%;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden}.story-detail-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10}.carousel-btn-prev{left:20px}[dir=rtl] .carousel-btn-prev{right:20px;left:auto}.carousel-btn-next{right:20px}[dir=rtl] .carousel-btn-next{left:20px;right:auto}.carousel-counter{position:absolute;top:20px;right:20px;background-color:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;z-index:10}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background-color:#ffffff4d;cursor:pointer;transition:background-color .3s ease,transform .3s ease;padding:0}.carousel-dot:hover{background-color:#fff9;transform:scale(1.2)}.carousel-dot.active{background-color:#8e1f2d;border-color:#fff}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px 140px}.lightbox-close{position:absolute;top:20px;right:20px;width:56px;height:56px;border-radius:50%;background-color:#8e1f2de6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease;z-index:10001}.lightbox-close:hover{background-color:#8e1f2d;transform:scale(1.1)}.lightbox-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10001}.lightbox-btn-prev{left:40px}[dir=rtl] .lightbox-btn-prev{right:40px;left:auto}.lightbox-btn-next{right:40px}[dir=rtl] .lightbox-btn-next{left:40px;right:auto}.lightbox-image-wrapper{max-width:90vw;max-height:calc(100vh - 250px);display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;animation:zoomIn .3s ease}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-counter{position:absolute;top:30px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:12px 24px;border-radius:25px;font-size:16px;font-weight:600;z-index:10001}.lightbox-thumbnails{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:12px;max-width:90vw;overflow-x:auto;padding:12px;background-color:#00000080;border-radius:12px;z-index:10001}.lightbox-thumbnails::-webkit-scrollbar{height:6px}.lightbox-thumbnails::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.lightbox-thumbnails::-webkit-scrollbar-thumb{background:#8e1f2dcc;border-radius:3px}.lightbox-thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;border:3px solid transparent;cursor:pointer;transition:border-color .3s ease,transform .3s ease;padding:0;background:none;flex-shrink:0}.lightbox-thumbnail img{width:100%;height:100%;object-fit:cover}.lightbox-thumbnail:hover{border-color:#ffffff80;transform:scale(1.05)}.lightbox-thumbnail.active{border-color:#8e1f2d}.story-detail-text{display:flex;flex-direction:column;gap:32px}.story-detail-paragraph{font-weight:400;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0;text-align:right}.story-detail-divider{height:1px;width:100%;background-color:#d9d9d9;border:0px 0px .619px dashed;border-color:#57514f99}.story-detail-page[dir=ltr] .story-detail-title,.story-detail-page[dir=ltr] .story-detail-paragraph{text-align:left}.locale-mismatch-banner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background-color:#fff8e1;border:1px solid #ffd54f;border-radius:12px;text-align:center}.locale-mismatch-banner p{margin:0;font-size:16px;color:#5d4037;line-height:1.5}.locale-mismatch-btn{padding:12px 24px;background-color:#8e1f2d;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.locale-mismatch-btn:hover{background-color:#6d1823}@media (max-width: 1024px){.story-detail-content{padding:64px 0 100px}.story-detail-container{padding:0 40px;gap:56px}.story-detail-section{position:static;gap:28px}.story-detail-title{font-size:2rem;line-height:3rem}.story-detail-body,.story-detail-text{gap:28px}.story-detail-paragraph{font-size:1.25rem;line-height:2rem}}@media (max-width: 768px){.story-detail-content{padding:40px 0 80px}.story-detail-container{padding:0 20px;gap:48px}.story-detail-section{position:static;gap:24px}.story-detail-title{font-size:1.75rem;line-height:2.5rem}.story-detail-body,.story-detail-text{gap:24px}.story-detail-paragraph{font-size:1.125rem;line-height:1.75rem}.carousel-btn-prev{left:10px}[dir=rtl] .carousel-btn-prev{right:10px;left:auto}.carousel-btn-next{right:10px}[dir=rtl] .carousel-btn-next{left:10px;right:auto}.carousel-counter{top:10px;right:10px;padding:6px 12px;font-size:.75rem}.carousel-dots{bottom:10px;gap:6px}.carousel-dot{width:10px;height:10px}.lightbox-content{padding:60px 10px 120px}.lightbox-close{width:44px;height:44px;top:10px;right:10px}.lightbox-btn-prev{left:10px}[dir=rtl] .lightbox-btn-prev{right:10px;left:auto}.lightbox-btn-next{right:10px}[dir=rtl] .lightbox-btn-next{left:10px;right:auto}.lightbox-counter{top:20px;padding:8px 16px;font-size:.875rem}.lightbox-image-wrapper{max-height:calc(100vh - 200px)}.lightbox-thumbnails{bottom:20px;gap:8px;padding:8px}.lightbox-thumbnail{width:60px;height:60px}}@media (max-width: 480px){.story-detail-content{padding:32px 0 60px}.story-detail-container{padding:0 16px;gap:40px}.story-detail-section{gap:20px}.story-detail-title{font-size:1.5rem;line-height:2.25rem}.story-detail-body{gap:20px}.story-detail-image{border-radius:12px}.story-detail-text{gap:20px}.story-detail-paragraph{font-size:1rem;line-height:1.625rem}.carousel-btn-prev{left:8px}[dir=rtl] .carousel-btn-prev{right:8px;left:auto}.carousel-btn-next{right:8px}[dir=rtl] .carousel-btn-next{left:8px;right:auto}.carousel-counter{top:8px;right:8px;padding:4px 10px;font-size:.6875rem}.carousel-dots{bottom:8px;gap:5px}.carousel-dot{width:8px;height:8px}.lightbox-content{padding:50px 8px 100px}.lightbox-close{width:40px;height:40px;top:8px;right:8px}.lightbox-btn-prev{left:8px}[dir=rtl] .lightbox-btn-prev{right:8px;left:auto}.lightbox-btn-next{right:8px}[dir=rtl] .lightbox-btn-next{left:8px;right:auto}.lightbox-counter{top:16px;padding:6px 12px;font-size:12px}.lightbox-image-wrapper{max-height:calc(100vh - 180px)}.lightbox-image{border-radius:8px}.lightbox-thumbnails{bottom:16px;gap:6px;padding:6px;border-radius:8px}.lightbox-thumbnail{width:50px;height:50px;border-radius:6px}}.honorees-page{width:100%;min-height:100vh;background:#fff}.honorees-content{padding:80px 0 140px;background:#fff}.inner-honorees-container{max-width:1280px;margin:0 auto}.honorees-section-header{display:flex;flex-direction:column;gap:8px;text-align:right;margin-bottom:20px}[dir=ltr] .honorees-section-header{text-align:left}.featured-honoree-section{display:flex;flex-direction:column;gap:64px;margin-bottom:64px}.featured-honoree-container{display:flex;gap:59px;align-items:center;justify-content:flex-end;height:444px}.featured-honoree-card{flex-shrink:0;width:333px;height:444px;border-radius:20px;position:relative;overflow:hidden;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.featured-honoree-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000004d}.featured-honoree-image{width:100%;height:100%;position:relative;background-color:#cab377}.featured-honoree-image img{width:100%;height:100%;object-fit:cover;border-radius:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.featured-honoree-card:hover .featured-honoree-image img{transform:scale(1.05)}.badge-overlay{position:absolute;bottom:24px;left:24px;width:56px;height:119px}.badge-overlay img{width:100%;height:100%;object-fit:contain}.featured-honoree-content{flex:1;display:flex;flex-direction:column;gap:16px;min-height:100%;justify-content:flex-end}.honoree-info{display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:right}[dir=ltr] .honoree-info{align-items:flex-start;text-align:left}.honoree-batch{font-weight:700;font-size:1.25rem;line-height:2rem;color:#00000080;margin:0}.honoree-award-type{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000000b3;margin:0}.honoree-details{display:flex;flex-direction:column;gap:8px;text-align:right}[dir=ltr] .honoree-details{text-align:left}.honoree-name{font-weight:700;font-size:2.5rem;line-height:4rem;color:#000000e6;margin:0}.honoree-description{font-size:1.25rem;line-height:2rem;color:#000000b3;margin:0;max-width:461px}.honoree-navigation{display:flex;gap:24px;align-items:center;justify-content:flex-end}.section-divider{height:1px;background:#d9d9d9;border-top:.619px dashed rgba(87,81,79,.6)}.honorees-grid-section{display:flex;flex-direction:column;gap:32px}.honorees-filter-section{display:flex;flex-direction:column;gap:16px}.filter-controls{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.filter-dropdowns{display:flex;gap:24px;flex:1;justify-content:flex-start}[dir=ltr] .filter-dropdowns{justify-content:flex-start}.filter-dropdown{display:flex;flex-direction:column;gap:8px;width:320px}.filter-label{font-weight:700;font-size:1rem;line-height:1.625rem;color:#000000e6;text-align:right}[dir=ltr] .filter-label{text-align:left}.filter-select{width:100%;height:3.25rem;padding:0 1rem;font-size:1.25rem;line-height:2rem;color:#92949580;background:#fff;border:2px solid rgba(146,148,149,.3);border-radius:4px;box-shadow:0 1px 2px #0000001a;cursor:pointer;text-align:right}[dir=ltr] .filter-select{text-align:left}.filter-select:focus{outline:none;border-color:#8e1f2d}.filter-clear-btn{padding:8px 16px;font-weight:700;font-size:.875rem;line-height:normal;color:#929495;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:color .3s ease;white-space:nowrap}.filter-clear-btn:hover{color:#8e1f2d}.filter-divider{height:1px;background:#929495;width:100%}.honorees-grid{display:grid;gap:32px;align-items:flex-start;grid-template-columns:1fr 1fr 1fr 1fr}.honoree-card{flex:1;min-width:0;background:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;display:flex;flex-direction:column;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)}.honoree-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px -5px #00000026}.honoree-card-image{width:100%;height:306px;position:relative;overflow:hidden;background-color:#cab377}.honoree-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.honoree-card:hover .honoree-card-image img{transform:scale(1.05)}.card-badge{position:absolute;bottom:24px;left:24px;width:45px;height:66px}.card-badge img{width:100%;height:100%;object-fit:contain}.honoree-card-content{padding:24px;display:flex;flex-direction:column;gap:4px;text-align:right}[dir=ltr] .honoree-card-content{text-align:left}.card-batch{font-size:.875rem;line-height:1.375rem;color:#00000080;margin:0 0 4px}.card-award-type{font-size:1rem;line-height:1.625rem;color:#000000b3;margin:0}.card-honoree-name{font-weight:700;font-size:1.25rem;line-height:2rem;color:#000;margin:0}.card-description{font-size:1rem;line-height:1.625rem;color:#000000b3;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.honorees-view-more{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.honorees-count{font-size:1rem;line-height:1.625rem;color:#000000e6;margin:0}.honorees-load-more-btn{border:1px solid #8e1f2d;background:transparent;color:#8e1f2d;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .3s ease}.honorees-load-more-btn:hover{background:#8e1f2d;color:#fff}@media (max-width: 1024px){.inner-honorees-container{padding:0 40px}.honorees-content{padding:64px 0 100px}.featured-honoree-section{position:static;gap:56px;margin-bottom:56px}.featured-honoree-container{gap:48px;height:auto;flex-direction:column;align-items:center}.featured-honoree-card{width:100%;max-width:400px;height:auto;aspect-ratio:3 / 4}.featured-honoree-content,.honoree-info,.honoree-details{align-items:center;text-align:center}.honoree-batch{font-size:1.125rem;line-height:1.8125rem}.honoree-award-type{font-size:1.25rem;line-height:2rem}.honoree-name{font-size:2rem;line-height:3rem}.honoree-description{font-size:1.125rem;line-height:1.8125rem;max-width:100%}.honorees-grid-section{position:static;gap:28px}.filter-controls{flex-direction:column;align-items:stretch;gap:16px}.filter-dropdowns{gap:16px;flex-direction:column}.filter-dropdown{width:100%}.honorees-grid{grid-template-columns:repeat(3,1fr);gap:24px}.honoree-card-image{height:280px}}@media (max-width: 768px){.inner-honorees-container{padding:0 20px}.honorees-content{padding:40px 0 80px}.honorees-section-header{position:static;margin-bottom:16px}.featured-honoree-section{position:static;gap:48px;margin-bottom:48px}.featured-honoree-container{gap:32px}.featured-honoree-card{max-width:350px}.honoree-batch{font-size:1rem;line-height:1.625rem}.honoree-award-type{font-size:1.125rem;line-height:1.8125rem}.honoree-name{font-size:1.75rem;line-height:2.5rem}.honoree-description{font-size:1rem;line-height:1.625rem}.honoree-navigation{gap:16px}.honorees-grid-section{position:static;gap:24px}.filter-controls{gap:12px}.filter-label{font-size:.875rem;line-height:1.375rem}.filter-select{height:3rem;font-size:1rem;line-height:1.625rem}.honorees-grid{grid-template-columns:repeat(2,1fr);gap:16px}.honoree-card-image{height:240px}.honoree-card-content{padding:20px}.card-award-type{font-size:.875rem;line-height:1.375rem}.card-honoree-name{font-size:1.125rem;line-height:1.75rem}.card-description{font-size:.875rem;line-height:1.375rem}}@media (max-width: 480px){.inner-honorees-container{padding:0 16px}.honorees-content{padding:32px 0 60px}.honorees-section-header{margin-bottom:12px}.featured-honoree-section{gap:40px;margin-bottom:40px}.featured-honoree-container{gap:24px}.featured-honoree-card{max-width:300px;border-radius:16px}.featured-honoree-card img{border-radius:16px}.badge-overlay{width:48px;height:100px;bottom:16px;left:16px}.honoree-batch{font-size:.875rem;line-height:1.375rem}.honoree-award-type{font-size:1rem;line-height:1.625rem}.honoree-name{font-size:1.5rem;line-height:2.25rem}.honoree-description{font-size:.875rem;line-height:1.375rem}.honoree-navigation{gap:12px}.honorees-grid-section{gap:20px}.filter-controls{gap:10px}.filter-label{font-size:.8125rem;line-height:1.25rem}.filter-select{height:2.75rem;font-size:.875rem;line-height:1.375rem;padding:0 12px}.filter-clear-btn{padding:6px 12px;font-size:.75rem}.honorees-grid{grid-template-columns:1fr;gap:12px}.honoree-card{border-radius:16px}.honoree-card-image{height:280px}.card-badge{width:40px;height:40px;bottom:12px;left:12px}.card-badge img{width:24px;height:24px}.honoree-card-content{padding:16px}.card-award-type{font-size:.8125rem;line-height:1.25rem}.card-honoree-name{font-size:1rem;line-height:1.625rem}.card-description{font-size:.8125rem;line-height:1.25rem;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.honorees-load-more-btn{padding:6px 12px;font-size:.75rem}.honorees-count{font-size:.875rem;line-height:1.375rem}}.honorees-loading,.honorees-error,.honorees-empty{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#0009;font-size:1rem;line-height:1.625rem}.honorees-error{color:#d32f2f}.honorees-loading{color:#8e1f2d}.awards-level-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.awards-level-content{flex:1;padding:80px 0 140px}.awards-level-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:140px}.awards-intro-section{display:flex;flex-direction:column;gap:8px}.awards-intro-text{display:flex;flex-direction:column;gap:0}.awards-sections-wrapper{display:flex;flex-direction:column;gap:64px}.awards-level-section-header{display:flex;justify-content:flex-start;align-items:flex-start;gap:4px}.awards-level-section-header-content{flex:1;display:flex;flex-direction:column;gap:8px;text-align:start}.nominate-btn{background-color:#8e1f2d;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-weight:700;font-size:.875rem;line-height:normal;cursor:pointer;white-space:nowrap;transition:background-color .3s ease}.nominate-btn:hover{background-color:#721825}.individual-awards-section{display:flex;flex-direction:column;gap:32px}.awards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.award-card{border:1px solid #ba952e;border-radius:16px;padding:48px;display:flex;gap:16px;min-height:430px}.award-image{width:108px;height:228px;object-fit:contain;flex-shrink:0}.award-image-clickable{cursor:pointer;transition:transform .3s ease,filter .3s ease}.award-image-clickable:hover{transform:scale(1.05);filter:brightness(1.05)}.award-image-clickable:active{transform:scale(1.02)}.award-image-clickable:focus{outline:2px solid #8e1f2d;outline-offset:4px;border-radius:4px}.award-content{flex:1;display:flex;flex-direction:column;gap:8px;text-align:right}.award-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000;margin:0}.award-description{font-weight:400;font-size:1.25rem;line-height:2rem;color:#000000b3;margin:0}.awards-divider{height:1px;width:100%;background-color:#d9d9d9;border:0px 0px .619px dashed;border-color:#57514f99}.organization-awards-section{display:flex;flex-direction:column;gap:32px}.organization-awards-list{display:flex;flex-direction:column;gap:24px}.organization-award-card{border:1px solid #ba952e;border-radius:16px;padding:48px;display:flex;align-items:center;gap:24px}.organization-award-content{flex:1;display:flex;flex-direction:column;gap:8px;text-align:right}.organization-award-title{font-weight:700;font-size:1.5rem;line-height:2.375rem;color:#000;margin:0}.organization-award-description{font-weight:400;font-size:1.25rem;line-height:2rem;color:#000000b3;margin:0}.organization-award-image{width:120px;height:228px;object-fit:contain;flex-shrink:0}.awards-level-page[dir=ltr] .award-content,.awards-level-page[dir=ltr] .organization-award-content{text-align:start}@media (max-width: 1024px){.awards-level-content{padding:64px 0 100px}.awards-level-container{padding:0 40px;gap:100px}.awards-intro-section{position:static}.awards-sections-wrapper{position:static;gap:56px}.individual-awards-section{position:static;gap:28px}.awards-grid{gap:20px}.award-card{padding:32px;min-height:auto;gap:20px}.award-image{height:180px}.award-title,.organization-award-title{font-size:22px;line-height:34px}.award-description,.organization-award-description{font-size:18px;line-height:29px}.organization-awards-section{position:static;gap:28px}.organization-awards-list{gap:20px}.organization-award-card{padding:32px;gap:20px}.organization-award-image{height:180px}}@media (max-width: 768px){.awards-level-content{padding:40px 0 80px}.awards-level-container{padding:0 20px;gap:60px}.awards-intro-section{position:static}.awards-sections-wrapper{position:static;gap:48px}.awards-level-section-header{flex-direction:column;align-items:flex-end;gap:16px}[dir=ltr] .awards-level-section-header{align-items:flex-start}.nominate-btn{font-size:12px;padding:6px 12px}.individual-awards-section{position:static;gap:24px}.awards-grid{grid-template-columns:1fr;gap:16px}.award-card{flex-direction:column;padding:24px;gap:16px}.award-image{height:150px;align-self:center}.award-content{text-align:center}.award-title,.organization-award-title{font-size:20px;line-height:32px}.award-description,.organization-award-description{font-size:16px;line-height:26px}.organization-awards-section{position:static;gap:24px}.organization-awards-list{gap:16px}.organization-award-card{flex-direction:column;padding:24px;gap:16px}.organization-award-content{text-align:center}.organization-award-image{height:150px;align-self:center}}@media (max-width: 480px){.awards-level-content{padding:32px 0 60px}.awards-level-container{padding:0 16px;gap:48px}.awards-sections-wrapper{gap:40px}.awards-level-section-header{gap:12px}.nominate-btn{font-size:11px;padding:5px 10px}.individual-awards-section{gap:20px}.awards-grid{gap:12px}.award-card{padding:20px;gap:12px;border-radius:12px}.award-image{height:120px}.award-title,.organization-award-title{font-size:18px;line-height:28px}.award-description,.organization-award-description{font-size:14px;line-height:22px}.organization-awards-section{gap:20px}.organization-awards-list{gap:12px}.organization-award-card{padding:20px;gap:12px;border-radius:12px}.organization-award-image{height:120px}}.contact-us-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.contact-us-content{flex:1;padding:80px 0 140px}.contact-us-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:50px}.contact-info-section{display:flex;flex-direction:column;gap:64px}.contact-info-header{display:flex;flex-direction:column;gap:8px;text-align:right}.contact-info-description{font-weight:400;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0}.contact-info-content{display:flex;gap:24px;align-items:flex-start}.contact-map-section{flex:1;max-width:881px}.contact-map-container{width:100%;height:427.563px;border-radius:20px;overflow:hidden;border:1px solid #cbd5e1;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a}.contact-cards-section{flex:.5;display:flex;flex-direction:column;gap:24px}.contact-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:24px;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a}.contact-card-title{font-weight:400;font-size:1.25rem;line-height:2rem;color:#000000e6;margin:0;text-align:right}.contact-card-items{display:flex;flex-direction:column;gap:16px}.contact-card-item{display:flex;align-items:flex-start;gap:16px}.contact-icon{flex-shrink:0;width:24px;height:24px}.contact-card-text{display:flex;flex-direction:column;gap:4px;text-align:right}.contact-card-text p{font-weight:400;font-size:1rem;line-height:1.625rem;color:#000000e6;margin:0}.contact-card-link{font-weight:400;font-size:1rem;line-height:1.625rem;color:#000000e6;text-decoration:none;cursor:pointer;text-align:right}.contact-card-link:hover{color:#8e1f2d}.complaints-card{background-color:#fcfcfc;border:1px solid #cbd5e1;border-radius:20px;padding:24px;height:128px;display:flex;flex-direction:column;gap:24px;box-shadow:0 4px 6px -1px #1b1d211a,0 2px 4px -2px #1b1d211a;position:relative}.complaints-icon{position:absolute;top:24px;width:24px;height:24px}.complaints-content{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:auto}.complaints-button{background-color:#8e1f2d;border:none;border-radius:6px;padding:4px 8px;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;flex-shrink:0}.complaints-button:hover{background-color:#721825}.arrow-icon{width:24px;height:24px}.complaints-text{font-weight:400;font-size:20px;line-height:32px;color:#000000e6;margin:0;flex:1;text-align:right}.contact-divider{height:1px;width:100%;background-color:#d9d9d9;border:0px 0px .619px dashed;border-color:#57514f99}.contact-faq-section{width:100%}.contact-us-page[dir=ltr] .contact-info-header,.contact-us-page[dir=ltr] .contact-card-title,.contact-us-page[dir=ltr] .contact-card-text,.contact-us-page[dir=ltr] .contact-card-link,.contact-us-page[dir=ltr] .complaints-text{text-align:left}@media (max-width: 1024px){.contact-us-content{padding:64px 0 100px}.contact-us-container{padding:0 40px;gap:50px}.contact-info-section{position:static;gap:56px}.contact-info-description{font-size:1.25rem;line-height:2rem}.contact-map-container{height:350px}.contact-card-title,.complaints-text{font-size:1.125rem;line-height:1.8125rem}.contact-faq-section{position:static}}@media (max-width: 768px){.contact-us-content{padding:40px 0 80px}.contact-us-container{padding:0 20px;gap:48px}.contact-info-section{position:static;gap:40px}.contact-info-description{font-size:1.125rem;line-height:1.75rem}.contact-info-content{flex-direction:column;gap:20px}.contact-map-section{max-width:100%}.contact-map-container{height:300px}.contact-cards-section{width:100%;gap:20px}.contact-card,.complaints-card{padding:20px;border-radius:16px}.contact-card-title,.complaints-text{font-size:1rem;line-height:1.625rem}.contact-card-text p,.contact-card-link{font-size:.875rem;line-height:1.375rem}.contact-faq-section{position:static}}@media (max-width: 480px){.contact-us-content{padding:32px 0 60px}.contact-us-container{padding:0 16px;gap:40px}.contact-info-section{gap:32px}.contact-info-description{font-size:1rem;line-height:1.625rem}.contact-map-container{height:250px;border-radius:16px}.contact-cards-section{gap:16px}.contact-card,.complaints-card{padding:16px;border-radius:12px}.complaints-card{height:auto;min-height:100px}.contact-card-title,.complaints-text{font-size:.875rem;line-height:1.375rem}.contact-card-text p,.contact-card-link{font-size:.8125rem;line-height:1.25rem}.contact-icon{width:20px;height:20px}.complaints-icon{width:20px;height:20px;top:16px}.arrow-icon{width:20px;height:20px}.complaints-button{padding:3px 6px}.contact-card-item{gap:12px}}.contact-form-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.contact-form-content{flex:1;padding:80px 0 140px;background-color:#fcfcfc}.contact-form-container{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:48px}.contact-form-header{display:flex;flex-direction:column;gap:8px;text-align:right}.form-status{border-radius:12px;padding:16px 18px;border:1px solid;display:flex;flex-direction:column;gap:6px}.form-status.success{background-color:#ecfdf3;border-color:#bbf7d0;color:#166534}.form-status.error{background-color:#fef2f2;border-color:#fecdd3;color:#991b1b}.form-status-title{font-weight:700;font-size:1rem}.form-status-message{font-size:.875rem;color:inherit}.contact-form-title{font-weight:700;font-size:2.5rem;line-height:4rem;color:#8e1f2d;margin:0}.contact-form-description{font-weight:400;font-size:1.5rem;line-height:2.375rem;color:#000000e6;margin:0}.contact-form{background-color:#fff;border-radius:16px;padding:48px;display:flex;flex-direction:column;gap:32px;box-shadow:0 4px 24px #00000014}.contact-form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.form-field{display:flex;flex-direction:column;gap:0;margin-bottom:0}.form-field-full{width:100%}.form-field-mobile{grid-column:span 2}.form-field-wide{grid-column:span 3}.form-label{display:block;font-size:1rem;font-weight:600;color:#000c;margin-bottom:8px;text-align:right}.required-asterisk{color:#8e1f2d;margin-right:2px}.form-input{width:100%;padding:14px 16px;font-size:1rem;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s;box-sizing:border-box;text-align:right}.form-input::placeholder{color:#0006}.form-input:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.form-select{width:100%;font-size:1rem;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s;box-sizing:border-box;text-align:right;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2357514F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 16px center;padding:14px 16px 14px 40px}.form-select:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.mobile-input-wrapper{display:flex;gap:12px;flex-direction:row-reverse;align-items:stretch}.mobile-input{flex:1;width:100%;padding:14px 16px;font-size:1rem;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s;box-sizing:border-box;text-align:right}.mobile-input::placeholder{color:#0006}.mobile-input:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.mobile-input.error{border-color:#d32f2f;background-color:#d32f2f0d}.mobile-input.error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.country-code-select{padding:14px 16px;font-size:1rem;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s;box-sizing:border-box;text-align:center;cursor:pointer;min-width:150px;flex-shrink:0}.country-code-select:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.form-input.error,.form-textarea.error,.form-select.error{border-color:#d32f2f;background-color:#d32f2f0d}.form-input.error:focus,.form-textarea.error:focus,.form-select.error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.error-text{color:#d32f2f;font-size:.875rem;font-weight:600;margin:4px 0 0}.form-textarea{width:100%;padding:14px 16px;font-size:1rem;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s;box-sizing:border-box;text-align:right;resize:vertical;min-height:150px;line-height:1.6}.form-textarea::placeholder{color:#0006}.form-textarea:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d1a}.form-submit-wrapper{display:flex;justify-content:flex-start;padding-top:8px}.form-submit-button{padding:14px 32px;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s;border:none;background:#8e1f2d;color:#fff}.form-submit-button:hover:not(:disabled){background:#6e1722;transform:translateY(-2px);box-shadow:0 8px 20px #8e1f2d4d}.form-submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-submit-button:disabled:hover{transform:none;box-shadow:none}.contact-form-page[dir=ltr] .contact-form-header,.contact-form-page[dir=ltr] .form-label,.contact-form-page[dir=ltr] .form-input,.contact-form-page[dir=ltr] .form-textarea{text-align:left}.contact-form-page[dir=ltr] .form-select{text-align:left;background-position:right 16px center;padding-left:16px;padding-right:40px}.contact-form-page[dir=ltr] .form-submit-wrapper{justify-content:flex-end}.contact-form-page[dir=ltr] .required-asterisk{margin-right:0;margin-left:2px}@media (max-width: 1024px){.contact-form-content{padding:64px 0 100px}.contact-form-container{padding:0 40px;gap:40px}.contact-form-header{position:static}.contact-form-title{font-size:2rem;line-height:3rem}.contact-form-description{font-size:1.25rem;line-height:2rem}.contact-form{padding:32px;gap:28px}.contact-form-row{grid-template-columns:repeat(2,1fr);gap:20px}.form-field-mobile,.form-field-wide{grid-column:span 2}}@media (max-width: 768px){.contact-form-content{padding:40px 0 80px}.contact-form-container{padding:0 20px;gap:32px}.contact-form-header{position:static}.contact-form-title{font-size:1.75rem;line-height:2.5rem}.contact-form-description{font-size:1.125rem;line-height:1.75rem}.contact-form{padding:24px;gap:24px;border-radius:12px}.contact-form-row{grid-template-columns:1fr;gap:16px}.form-field-mobile,.form-field-wide{grid-column:span 1}.mobile-input-wrapper{flex-direction:column-reverse;gap:10px}.country-code-select{width:100%}.form-submit-button{width:100%;padding:12px 24px}.form-submit-wrapper{justify-content:stretch}.contact-form-page[dir=ltr] .mobile-input-wrapper{flex-direction:column-reverse}}@media (max-width: 480px){.contact-form-content{padding:32px 0 60px}.contact-form-container{padding:0 16px;gap:24px}.contact-form-title{font-size:1.5rem;line-height:2.25rem}.contact-form-description{font-size:1rem;line-height:1.625rem}.contact-form{padding:20px;gap:20px}.contact-form-row{gap:12px}.form-label{font-size:.875rem;margin-bottom:6px}.form-input,.form-textarea,.form-select,.mobile-input,.country-code-select{padding:12px 14px;font-size:.875rem}.form-textarea{min-height:120px}.form-submit-button{padding:10px 20px;font-size:.875rem}.form-status{padding:12px 14px;border-radius:8px}.form-status-title{font-size:14px}.form-status-message,.error-text{font-size:.75rem}.mobile-input-wrapper{gap:8px}.country-code-select{min-width:120px}}.chatbot-container{position:fixed;bottom:80px;right:20px;z-index:10006;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.chatbot-container.rtl{right:auto;left:20px;bottom:20px}.chatbot-container.rtl .chatbot-window{direction:rtl;text-align:right}.chatbot-toggle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#8e1f2d,#a62538);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #8e1f2d66;transition:all .3s ease;position:relative}.chatbot-toggle:hover{transform:scale(1.05);box-shadow:0 6px 25px #8e1f2d80}.chatbot-toggle:active{transform:scale(.95)}.chatbot-toggle svg{width:28px;height:28px;color:#fff;transition:transform .3s ease}.chatbot-toggle.open svg{transform:rotate(180deg)}.chatbot-window{position:absolute;bottom:80px;right:0;width:380px;height:520px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:all .3s ease}.chatbot-container.rtl .chatbot-window{right:auto;left:0}.chatbot-window.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.chatbot-header{background:linear-gradient(135deg,#8e1f2d,#a62538);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;direction:ltr}.chatbot-container.rtl .chatbot-header{direction:rtl}.chatbot-header-info{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.chatbot-avatar svg{width:24px;height:24px;color:#fff}.chatbot-header-text h3{margin:0;font-size:16px;font-weight:600}.chatbot-header-text p{margin:2px 0 0;font-size:12px;opacity:.9}.chatbot-header-actions{display:flex;gap:8px}.chatbot-header-btn{background:#ffffff26;border:none;border-radius:8px;padding:8px;cursor:pointer;color:#fff;transition:background .2s;display:flex;justify-content:center;align-items:center}.chatbot-header-btn:hover{background:#ffffff40}.chatbot-header-btn svg{width:18px;height:18px}.connection-status{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f8f9fa;border-bottom:1px solid #eee;font-size:12px;color:#666}.connection-dot{width:8px;height:8px;border-radius:50%;background:#dc3545}.connection-dot.connected{background:#28a745}.chatbot-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8f9fa}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chatbot-welcome{text-align:center;padding:20px;color:#666}.chatbot-welcome h4{margin:0 0 8px;color:#333;font-size:16px}.chatbot-welcome p{margin:0 0 16px;font-size:14px;line-height:1.5}.suggested-questions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.suggested-question{background:#fff;border:1px solid #ddd;border-radius:20px;padding:10px 16px;font-size:13px;color:#555;cursor:pointer;transition:all .2s;text-align:left}.chatbot-container.rtl .suggested-question{text-align:right}.suggested-question:hover{background:#8e1f2d;color:#fff;border-color:#8e1f2d}.message{max-width:85%;display:flex;flex-direction:column}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message-content{padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;word-wrap:break-word;text-align:left}.chatbot-container.rtl .message-content{text-align:right}.message.user .message-content{background:linear-gradient(135deg,#8e1f2d,#a62538);color:#fff;border-bottom-right-radius:4px}.chatbot-container.rtl .message.user .message-content{border-bottom-right-radius:16px;border-bottom-left-radius:4px}.message.assistant .message-content{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000001a}.chatbot-container.rtl .message.assistant .message-content{border-bottom-left-radius:16px;border-bottom-right-radius:4px}.message-time{font-size:11px;color:#999;margin-top:4px;padding:0 4px}.message.user .message-time{text-align:right}.chatbot-container.rtl .message.user .message-time,.message.assistant .message-time{text-align:left}.chatbot-container.rtl .message.assistant .message-time{text-align:right}.typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#fff;border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #0000001a;align-self:flex-start}.chatbot-container.rtl .typing-indicator{border-bottom-left-radius:16px;border-bottom-right-radius:4px}.typing-dot{width:8px;height:8px;background:#8e1f2d;border-radius:50%;animation:typingBounce 1.4s infinite ease-in-out}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.streaming-message{max-width:85%;align-self:flex-start}.streaming-message .message-content{background:#fff;color:#333;border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px #0000001a}.chatbot-container.rtl .streaming-message .message-content{border-bottom-left-radius:16px;border-bottom-right-radius:4px}.streaming-cursor{display:inline-block;width:2px;height:16px;background:#8e1f2d;margin-left:2px;animation:blink 1s infinite}.chatbot-container.rtl .streaming-cursor{margin-left:0;margin-right:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.error-message{background:#fff5f5;border:1px solid #fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:13px;text-align:center}.chatbot-input{padding:16px;background:#fff;border-top:1px solid #eee;display:flex;gap:12px;align-items:center}.chatbot-container.rtl .chatbot-input textarea{direction:rtl;text-align:right}.chatbot-input textarea{flex:1;border:1px solid #ddd;border-radius:20px;padding:10px 16px;font-size:14px;resize:none;max-height:100px;min-height:40px;height:40px;font-family:inherit;outline:none;transition:border-color .2s;overflow:hidden;line-height:1.4;box-sizing:border-box}.chatbot-input textarea:focus{border-color:#8e1f2d}.chatbot-input textarea::placeholder{color:#999}.chatbot-send-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#8e1f2d,#a62538);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s;flex-shrink:0}.chatbot-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #8e1f2d66}.chatbot-send-btn:disabled{opacity:.5;cursor:not-allowed}.chatbot-send-btn svg{width:18px;height:18px}[dir=rtl] .chatbot-send-btn{transform:rotate(270deg)}.chatbot-window.expanded{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);bottom:auto;right:auto;width:700px;height:80vh;max-height:800px;z-index:10007}.chatbot-container.rtl .chatbot-window.expanded{left:50%;right:auto}.chatbot-container.expanded .chatbot-toggle{display:none}.markdown-content{word-wrap:break-word;overflow-wrap:break-word}.markdown-content p{margin:0 0 8px}.markdown-content p:last-child{margin-bottom:0}.markdown-content strong{font-weight:600;color:#1a1a1a}.markdown-content em{font-style:italic}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{margin:12px 0 8px;font-weight:600;color:#1a1a1a;line-height:1.3}.markdown-content h1{font-size:1.3em}.markdown-content h2{font-size:1.2em}.markdown-content h3{font-size:1.1em}.markdown-content h4{font-size:1em}.markdown-content h1:first-child,.markdown-content h2:first-child,.markdown-content h3:first-child,.markdown-content h4:first-child{margin-top:0}.markdown-content ul,.markdown-content ol{margin:8px 0;padding-left:20px}.chatbot-container.rtl .markdown-content ul,.chatbot-container.rtl .markdown-content ol{padding-left:0;padding-right:20px}.markdown-content li{margin:4px 0;line-height:1.5}.markdown-content ul li{list-style-type:disc}.markdown-content ol li{list-style-type:decimal}.markdown-content code{background:#0000000f;padding:2px 6px;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:.9em}.markdown-content pre{background:#0000000f;padding:12px;border-radius:8px;overflow-x:auto;margin:8px 0}.markdown-content pre code{background:none;padding:0}.markdown-content blockquote{border-left:3px solid #8e1f2d;margin:8px 0;padding:8px 12px;background:#8e1f2d0d;color:#555}.chatbot-container.rtl .markdown-content blockquote{border-left:none;border-right:3px solid #8e1f2d}.markdown-content a{color:#8e1f2d;text-decoration:underline}.markdown-content a:hover{color:#6d1622}.markdown-content hr{border:none;border-top:1px solid #ddd;margin:12px 0}.markdown-content table{width:100%;border-collapse:collapse;margin:8px 0;font-size:.9em}.markdown-content th,.markdown-content td{border:1px solid #ddd;padding:8px;text-align:left}.chatbot-container.rtl .markdown-content th,.chatbot-container.rtl .markdown-content td{text-align:right}.markdown-content th{background:#0000000a;font-weight:600}.streaming-message{position:relative}.streaming-message .streaming-cursor{position:absolute;bottom:12px;right:12px;vertical-align:middle}.chatbot-container.rtl .streaming-message .streaming-cursor{right:auto;left:12px}@media (max-width: 768px){.chatbot-container{bottom:20px;right:20px}.chatbot-container.rtl{right:auto;left:20px}.chatbot-window{width:calc(100vw - 20px);height:calc(100vh - 100px);max-height:500px;bottom:70px;right:-10px}.chatbot-container.rtl .chatbot-window{right:auto;left:-10px}.chatbot-window.expanded{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);bottom:auto;right:auto;width:calc(100vw - 20px);height:calc(100vh - 40px);max-height:none}}.feedback-container{position:fixed;bottom:150px;right:20px;z-index:10005}.feedback-container.rtl{right:auto;left:20px;bottom:90px}.feedback-toggle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#8e1f2d,#a62538);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #8e1f2d66;transition:all .3s ease;color:#fff}.feedback-toggle:hover{transform:scale(1.05);box-shadow:0 6px 25px #8e1f2d80}.feedback-toggle:active{transform:scale(.95)}.feedback-toggle svg{width:28px;height:28px;transition:transform .3s ease}.feedback-toggle img{width:28px;height:28px;filter:brightness(0) invert(1)}.feedback-toggle.open svg{transform:rotate(180deg)}.feedback-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10008;display:flex;align-items:center;justify-content:center;visibility:hidden;pointer-events:none}.feedback-overlay.open{visibility:visible;pointer-events:auto}.feedback-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:background .4s ease,backdrop-filter .4s ease}.feedback-overlay.open .feedback-backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feedback-popup{--animation-origin-x: 50%;--animation-origin-y: 50%;position:relative;width:90%;max-width:500px;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;overflow:hidden;transform:scale(0);transform-origin:var(--animation-origin-x) var(--animation-origin-y);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.feedback-popup.open{transform:scale(1)}.feedback-header{background:linear-gradient(135deg,#8e1f2d,#a62538);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.feedback-header-info{display:flex;align-items:center;gap:12px}.feedback-icon{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.feedback-icon svg{width:22px;height:22px;color:#fff}.feedback-icon img{width:24px;height:24px;filter:brightness(0) invert(1)}.feedback-header-text h3{margin:0;font-size:16px;font-weight:700;color:#fff}.feedback-header-text p{margin:2px 0 0;font-size:12px;opacity:.9;color:#fff}.feedback-close-btn{background:#ffffff26;border:none;border-radius:8px;padding:8px;cursor:pointer;color:#fff;transition:background .2s;display:flex;align-items:center;justify-content:center}.feedback-close-btn:hover{background:#ffffff40}.feedback-close-btn svg{width:20px;height:20px}.feedback-content{flex:1;overflow-y:auto;padding:20px}.feedback-content::-webkit-scrollbar{width:6px}.feedback-content::-webkit-scrollbar-track{background:transparent}.feedback-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.feedback-status{border-radius:8px;padding:12px 14px;border:1px solid;margin-bottom:16px}.feedback-status.success{background-color:#ecfdf3;border-color:#bbf7d0;color:#166534}.feedback-status.error{background-color:#fef2f2;border-color:#fecdd3;color:#991b1b}.feedback-status-title{font-weight:700;font-size:14px}.feedback-status-message{font-size:12px;margin-top:4px}.feedback-form{display:flex;flex-direction:column;gap:16px}.feedback-field{display:flex;flex-direction:column;gap:6px}.feedback-label{font-size:14px;font-weight:600;color:#000c}[dir=rtl] .feedback-label{text-align:right}[dir=ltr] .feedback-label{text-align:left}.required-asterisk{color:#8e1f2d;margin-left:2px}[dir=rtl] .required-asterisk{margin-left:0;margin-right:2px}.feedback-input,.feedback-select,.feedback-textarea{width:100%;padding:12px 14px;font-size:14px;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;transition:all .3s;box-sizing:border-box;font-family:inherit}[dir=rtl] .feedback-input,[dir=rtl] .feedback-select,[dir=rtl] .feedback-textarea{text-align:right}[dir=ltr] .feedback-input,[dir=ltr] .feedback-select,[dir=ltr] .feedback-textarea{text-align:left}.feedback-input::placeholder,.feedback-textarea::placeholder{color:#0006}.feedback-input:focus,.feedback-select:focus,.feedback-textarea:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d26}.feedback-input.error,.feedback-select.error,.feedback-textarea.error{border-color:#d32f2f;background-color:#d32f2f0d}.feedback-input.error:focus,.feedback-select.error:focus,.feedback-textarea.error:focus{border-color:#d32f2f;box-shadow:0 0 0 3px #d32f2f1a}.feedback-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2357514F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;padding-right:36px}[dir=rtl] .feedback-select{background-position:left 14px center;padding-right:14px;padding-left:36px}[dir=ltr] .feedback-select{background-position:right 14px center}.feedback-textarea{resize:vertical;min-height:100px;line-height:1.5}.feedback-mobile-wrapper{display:flex;gap:10px}[dir=rtl] .feedback-mobile-wrapper{flex-direction:row-reverse}.feedback-mobile-input{flex:1}.feedback-country-select{padding:12px 10px;font-size:13px;color:#000000e6;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;min-width:130px;flex-shrink:0;font-family:inherit}.feedback-country-select:focus{outline:none;border-color:#8e1f2d;box-shadow:0 0 0 3px #8e1f2d26}.feedback-error{color:#d32f2f;font-size:12px;font-weight:600;margin:0}.feedback-submit-btn{padding:14px 24px;font-size:14px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s;border:none;background:linear-gradient(135deg,#8e1f2d,#a62538);color:#fff;margin-top:8px}.feedback-submit-btn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 16px #8e1f2d4d}.feedback-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.feedback-container{bottom:90px;right:20px}.feedback-container.rtl{right:auto;left:20px;bottom:90px}.feedback-toggle{width:60px;height:60px}.feedback-toggle svg,.feedback-toggle img{width:28px;height:28px}.feedback-popup{width:calc(100vw - 20px);max-height:85vh}.feedback-content{padding:16px}.feedback-form{gap:14px}.feedback-mobile-wrapper{flex-direction:column;gap:10px}[dir=rtl] .feedback-mobile-wrapper{flex-direction:column}.feedback-country-select{width:100%}}@media (max-width: 480px){.feedback-container{bottom:90px;right:20px}.feedback-container.rtl{right:auto;left:20px;bottom:90px}.feedback-toggle{width:60px;height:60px}.feedback-toggle svg,.feedback-toggle img{width:28px;height:28px}.feedback-header{padding:14px 16px}.feedback-header-text h3{font-size:14px}.feedback-header-text p{font-size:11px}.feedback-icon{width:36px;height:36px}.feedback-icon svg,.feedback-icon img{width:18px;height:18px}.feedback-content{padding:14px}.feedback-input,.feedback-select,.feedback-textarea,.feedback-country-select{padding:10px 12px;font-size:13px}.feedback-label{font-size:13px}.feedback-submit-btn{padding:12px 20px;font-size:13px}}.sticky-bottom-bar{position:fixed;bottom:0;left:0;right:0;height:60px;background-color:#fff;display:flex;flex-direction:row;align-items:center;padding-left:20px;padding-right:20px;justify-content:space-between;box-shadow:0 -5px 24px #00000029;z-index:1000;transition:bottom .3s ease-in-out}.sticky-bottom-bar.hidden{bottom:-76px}.sticky-bar-left{display:flex;align-items:center;gap:16px;height:100%}.sticky-bar-right{display:flex;align-items:center;gap:16px}.sticky-bar-divider{width:1px;height:57px;background-color:#e4e2e6}.sticky-bar-icon-item{position:relative;display:flex;align-items:center;justify-content:center}.sticky-bar-icon-item .chatbot-container,.sticky-bar-icon-item .chatbot-container.rtl{position:static!important;bottom:auto!important;right:auto!important;left:auto!important}.sticky-bar-icon-item .chatbot-toggle{position:static!important;width:40px!important;height:40px!important;border-radius:8px!important;box-shadow:none!important;background:transparent!important;border:none!important}.sticky-bar-icon-item .chatbot-toggle svg{width:24px!important;height:24px!important;color:#40484f!important}.sticky-bar-icon-item .chatbot-toggle:hover{transform:none!important;background-color:#f5f5f5!important}.sticky-bar-icon-item .chatbot-window{position:fixed!important;bottom:86px!important;left:20px!important;right:auto!important;z-index:10010!important}.sticky-bar-icon-item .chatbot-window.expanded{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important}.sticky-bar-icon-item .feedback-container,.sticky-bar-icon-item .feedback-container.rtl{position:static!important;bottom:auto!important;right:auto!important;left:auto!important}.sticky-bar-icon-item .feedback-toggle{position:static!important;width:40px!important;height:40px!important;border-radius:8px!important;box-shadow:none!important;background:transparent!important;border:none!important}.sticky-bar-icon-item .feedback-toggle img{width:24px!important;height:24px!important;filter:brightness(0) saturate(100%) invert(27%) sepia(8%) saturate(747%) hue-rotate(169deg) brightness(95%) contrast(89%)!important}.sticky-bar-icon-item .feedback-toggle svg{width:24px!important;height:24px!important;color:#40484f!important}.sticky-bar-icon-item .feedback-toggle:hover{transform:none!important;background-color:#f5f5f5!important}.sticky-bar-nav-item{display:flex;align-items:center;gap:8px;text-decoration:none;color:#000;font-size:14px;font-weight:500;padding:8px 12px;border-radius:8px;transition:all .2s ease;white-space:nowrap}.sticky-bar-nav-item:hover{background-color:#f5f5f5}.sticky-bar-nav-icon{width:20px;height:20px;stroke:currentColor;flex-shrink:0}.sticky-bar-dubai{display:flex;align-items:center;text-decoration:none;font-size:16px;font-weight:500;padding:8px 12px;transition:opacity .2s ease}.sticky-bar-dubai:hover{opacity:.7}.dubai-text{color:#40484f}.dubai-dot{color:#609ddd;margin:0 1px}.dubai-ae{color:#609ddd}.sticky-bar-ai-btn{display:flex;align-items:center;justify-content:center;min-width:48px;height:36px;padding:0 16px;background:transparent;border:1.5px solid #40484f;border-radius:8px;font-size:14px;font-weight:600;color:#40484f;cursor:pointer;transition:all .2s ease}.sticky-bar-ai-btn:hover{background-color:#40484f;color:#fff}.sticky-bar-leaf-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:#4caf50;transition:transform .2s ease}.sticky-bar-leaf-btn:hover{transform:scale(1.1)}.sticky-bar-leaf-btn svg{width:24px;height:24px}.sticky-bar-accessibility-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;border-radius:8px;color:#40484f;transition:background-color .2s ease}.sticky-bar-accessibility-btn:hover{background-color:#f5f5f5}.sticky-bar-accessibility-btn svg{width:24px;height:24px}.sticky-bar-happiness-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;border-radius:8px;transition:background-color .2s ease}.sticky-bar-happiness-btn:hover{background-color:#f5f5f5}.sticky-bar-happiness-btn svg{width:32px;height:32px}[dir=rtl] .sticky-bar-nav-item{flex-direction:row-reverse}@media (max-width: 1400px){.sticky-bottom-bar{padding:0 24px}.sticky-bar-left,.sticky-bar-right{gap:12px}}@media (max-width: 1024px){.sticky-bottom-bar{padding:0 16px}.sticky-bar-left,.sticky-bar-right{gap:8px}.sticky-bar-nav-item span{display:none}.sticky-bar-nav-item{padding:8px}.sticky-bar-dubai{font-size:14px;padding:8px}.sticky-bar-divider{height:40px}}@media (max-width: 768px){.sticky-bottom-bar{height:70px;padding:0 12px}.sticky-bar-left,.sticky-bar-right{gap:6px}.sticky-bar-icon-item .chatbot-toggle,.sticky-bar-icon-item .feedback-toggle{width:36px!important;height:36px!important}.sticky-bar-icon-item .chatbot-toggle svg,.sticky-bar-icon-item .feedback-toggle svg,.sticky-bar-icon-item .feedback-toggle img{width:22px!important;height:22px!important}.sticky-bar-icon-item .chatbot-window{bottom:80px!important;left:10px!important;right:10px!important;width:calc(100vw - 20px)!important}.sticky-bar-nav-item{padding:6px}.sticky-bar-nav-icon{width:22px;height:22px}.sticky-bar-dubai{font-size:13px;padding:6px}.sticky-bar-ai-btn{min-width:40px;height:32px;padding:0 12px;font-size:13px}.sticky-bar-leaf-btn{width:36px;height:36px}.sticky-bar-leaf-btn svg{width:22px;height:22px}.sticky-bar-divider{height:36px}.sticky-bar-right .sticky-bar-nav-item:nth-child(1),.sticky-bar-right .sticky-bar-nav-item:nth-child(3){display:none}.sticky-bar-right .sticky-bar-divider:nth-child(2),.sticky-bar-right .sticky-bar-divider:nth-child(4){display:none}}@media (max-width: 480px){.sticky-bottom-bar{height:64px;padding:0 8px}.sticky-bar-left,.sticky-bar-right{gap:4px}.sticky-bar-icon-item .chatbot-toggle,.sticky-bar-icon-item .feedback-toggle{width:32px!important;height:32px!important}.sticky-bar-icon-item .chatbot-toggle svg,.sticky-bar-icon-item .feedback-toggle svg,.sticky-bar-icon-item .feedback-toggle img{width:20px!important;height:20px!important}.sticky-bar-icon-item .chatbot-window{bottom:74px!important}.sticky-bar-nav-icon{width:20px;height:20px}.sticky-bar-dubai{font-size:12px}.sticky-bar-ai-btn{min-width:36px;height:28px;padding:0 10px;font-size:12px}.sticky-bar-leaf-btn{width:32px;height:32px}.sticky-bar-leaf-btn svg{width:20px;height:20px}.sticky-bar-divider{height:32px}.sticky-bar-happiness-btn{width:32px;height:32px}.sticky-bar-happiness-btn svg{width:24px;height:24px}.sticky-bar-accessibility-btn{width:32px;height:32px}.sticky-bar-accessibility-btn svg{width:20px;height:20px}.sticky-bar-left .sticky-bar-nav-item span{display:none}.sticky-bar-left .sticky-bar-nav-item{padding:0;min-width:32px;height:32px;justify-content:center}}.app{width:100%;min-height:100vh;background:#fff}#main-content{padding-bottom:76px}@media (max-width: 768px){#main-content{padding-bottom:70px}}@media (max-width: 480px){#main-content{padding-bottom:64px}}[dir=rtl] .app{text-align:right}.arrow-icon{color:#8e1f2d;font-size:20px}.nav-link.active{color:#8e1f2d;font-weight:700}.nav-link:hover{color:#8e1f2d}.search-btn{background:#ba952e1a;border:none;border-radius:8px;padding:8px 16px;font-size:20px;cursor:pointer}.hero{position:relative;height:784px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:104px 72px 72px}.hero-quote{font-size:24px;font-weight:700;line-height:38px;margin:0}.hero-cta-btn:hover{background:#d42838;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.dot{width:8px;height:8px;border-radius:50%;background:#fff;opacity:.5;transition:all .3s}.dot.active{background:#ba952e;opacity:1}.container{max-width:1296px;margin:0 auto;padding:0 72px}.section-title{font-size:40px;font-weight:700;line-height:64px;color:#000;text-align:center;margin-bottom:48px}.profile-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.profile-btn:hover{background:#6d1722;transform:scale(1.02)}.view-all-btn:hover{background:#6d1722}.video-thumbnail{width:100%;height:100%;object-fit:cover}.play-btn:hover{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.stats-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.feature-card:hover,.leader-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.highlights-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.footer{background:#1a1a1a;color:#fff;padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;margin-bottom:32px}.footer-col{display:flex;flex-direction:column;gap:20px}.footer-title{font-size:16px;font-weight:700;line-height:26px;color:#8e1f2d}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links li a{color:#fff9;text-decoration:none;font-size:14px;font-weight:400;line-height:24px;transition:color .3s}.footer-links li a:hover{color:#fff}.footer-divider{height:1px;background:#ba952e;margin:32px 0}.footer-bottom{text-align:center}.footer-bottom p{color:#fff9;font-size:14px;font-weight:400;line-height:24px}@media (max-width: 1200px){.container{padding:0 48px}.welcome-grid,.services-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.container{padding:0 24px}.hero{height:600px;padding:60px 24px 48px}.hero-quote{font-size:18px;line-height:28px}.hero-attribution{font-size:12px;line-height:20px}.welcome-cards,.services-grid,.features-grid,.leadership-grid,.footer-grid{grid-template-columns:1fr}}[dir=rtl] .hero{align-items:flex-start}[dir=rtl] [dir=rtl] [dir=rtl] [dir=rtl] [dir=ltr] .arrow-icon{transform:scaleX(-1)}[dir=rtl] [dir=rtl] [dir=rtl] .footer-grid{direction:rtl}[dir=rtl] .stats-grid,[dir=rtl] .features-grid,[dir=rtl] [dir=ltr] .white-left-arrow-icon{transform:rotate(180deg)}[dir=ltr] .white-left-arrow-svg-icon svg{transform:rotate(180deg)}@media (max-width: 768px){[dir=rtl] .hero{align-items:flex-start}}#accessibility_settings_toggle{display:none!important}#aioa_accessibility_settings{bottom:auto!important;top:10px!important;max-height:calc(100vh - 100px)!important;overflow-y:auto!important}@media (max-width: 768px){#aioa_accessibility_settings{max-height:calc(100vh - 90px)!important}}@media (max-width: 480px){#aioa_accessibility_settings{max-height:calc(100vh - 84px)!important}}.section-title1{margin:0;color:#8e1f2d;font-size:40px;font-style:normal;font-weight:700;line-height:64px}[dir=rtl] .section-title1{text-align:right}[dir=ltr] .section-title1{text-align:left}.section-title1.centered{text-align:center}@media (max-width: 1024px){.section-title1{font-size:32px;line-height:52px}}@media (max-width: 768px){.section-title1{font-size:28px;line-height:44px}}@media (max-width: 480px){.section-title1{font-size:24px;line-height:38px}}.section-title2{margin:0;color:#000;font-size:32px;font-style:normal;font-weight:700;line-height:52px}[dir=rtl] .section-title2{text-align:right}[dir=ltr] .section-title2{text-align:left}.section-title2.centered{text-align:center}@media (max-width: 1024px){.section-title2{font-size:28px;line-height:44px}}@media (max-width: 768px){.section-title2{font-size:24px;line-height:38px}}@media (max-width: 480px){.section-title2{font-size:20px;line-height:32px}}.section-title3{margin:0;color:#000;font-size:24px;font-style:normal;font-weight:700;line-height:38px}[dir=rtl] .section-title3{text-align:right}[dir=ltr] .section-title3{text-align:left}.section-title3.centered{text-align:center}@media (max-width: 1024px){.section-title3{font-size:22px;line-height:34px}}@media (max-width: 768px){.section-title3{font-size:20px;line-height:32px}}@media (max-width: 480px){.section-title3{font-size:18px;line-height:28px}}.section-subtitle{margin:0;color:#000000e6;font-size:24px;font-style:normal;font-weight:400;line-height:38px}[dir=rtl] .section-subtitle{text-align:right}[dir=ltr] .section-subtitle{text-align:left}.section-subtitle.centered{text-align:center}@media (max-width: 1024px){.section-subtitle{font-size:20px;line-height:32px}}@media (max-width: 768px){.section-subtitle{font-size:18px;line-height:28px}}@media (max-width: 480px){.section-subtitle{font-size:16px;line-height:26px}}.home-page-title1{margin:0;color:#8e1f2d;text-align:center;font-size:32px;font-style:normal;font-weight:700;line-height:52px}@media (max-width: 1024px){.home-page-title1{font-size:28px;line-height:44px}}@media (max-width: 768px){.home-page-title1{font-size:24px;line-height:38px}}@media (max-width: 480px){.home-page-title1{font-size:20px;line-height:32px}}@font-face{font-family:TheSans;src:url(/fonts/TheSans-B4SemiLight.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:TheSans;src:url(/fonts/The-Sans-Plain.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TheSans;src:url(/fonts/TheSans-B5PlainItalic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:TheSans;src:url(/fonts/TheSans-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:TheSans;src:url(/fonts/TheSans-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:TheSans;src:url(/fonts/TheSans-B8ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Dubai;src:url(/fonts/Dubai-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Dubai;src:url(/fonts/Dubai-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dubai;src:url(/fonts/Dubai-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Dubai;src:url(/fonts/Dubai-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:TheSans;src:url(/fonts/TheSansArabic-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}@font-face{font-family:TheSans;src:url(/fonts/TheSansArabic-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+08A0-08FF,U+FB50-FDFF,U+FE70-FEFF}:root{--font-primary: "TheSans", sans-serif;--font-arabic: "TheSans", sans-serif;--font-monospace: "Courier New", monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem}*{margin:0;padding:0;box-sizing:border-box}html{direction:ltr!important}body{font-family:var(--font-primary);font-size:var(--font-size-base);line-height:1.5;background-color:#fff;color:#171717;overflow-x:hidden;min-height:100vh;direction:ltr!important}[dir=rtl] *{font-family:var(--font-arabic)}#root{width:100%;min-height:100vh}button{font-family:var(--font-primary)}[dir=rtl] button{font-family:var(--font-arabic)}.two-line-lead{position:relative;direction:inherit;text-align:inherit;--lead-size: 40px;--lead-lh: 1.2;padding-top:calc(var(--lead-size) * var(--lead-lh) * 2)}.two-line-lead:before{content:attr(data-text);position:absolute;inset:0 auto auto 0;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;white-space:normal;font-size:var(--lead-size);line-height:var(--lead-lh);pointer-events:none}.skip-link{position:absolute;top:-40px;left:0;background:#8e1f2d;color:#fff;padding:8px;z-index:10001;transition:top .3s;text-decoration:none;font-weight:600}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid #ba952e;outline-offset:2px}.aioa-font-scaled p,.aioa-font-scaled h1,.aioa-font-scaled h2,.aioa-font-scaled h3,.aioa-font-scaled h4,.aioa-font-scaled h5,.aioa-font-scaled h6,.aioa-font-scaled span,.aioa-font-scaled li{overflow-wrap:break-word;word-wrap:break-word}.aioa-font-scaled section,.aioa-font-scaled article,.aioa-font-scaled main,.aioa-font-scaled aside,.aioa-font-scaled footer,.aioa-font-scaled header{height:auto!important;overflow:visible!important}.aioa-font-scaled [class*=section],.aioa-font-scaled [class*=container],.aioa-font-scaled [class*=content],.aioa-font-scaled [class*=wrapper],.aioa-font-scaled [class*=card]{height:auto!important;overflow:visible!important}
