/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.5.1
	Stable tag: 3.5.1
	Requires at least: 6.0
	Tested up to: 7.0
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
:root{--aea-orange:#E8622C;--aea-orange-dark:#C94F1F;--aea-cream:#FBF3EA;--aea-dark:#1A1410;--aea-text:#2B2620;--aea-text-light:#6B6255;--aea-white:#FFFFFF;--aea-radius:8px;--aea-radius-pill:999px}body{color:var(--aea-text)}html{scroll-behavior:smooth}[id]{scroll-margin-top:90px}a{color:var(--aea-orange)}.aea-btn{display:inline-flex;align-items:center;gap:0.5em;padding:0.85em 1.6em;border-radius:var(--aea-radius-pill);font-weight:700;text-transform:uppercase;font-size:0.85rem;letter-spacing:0.02em;text-decoration:none;transition:background-color 0.2s ease,color 0.2s ease,transform 0.15s ease}.aea-btn:hover{transform:translateY(-1px)}.aea-btn--primary{background:var(--aea-orange);color:var(--aea-white)}.aea-btn--primary:hover{background:var(--aea-orange-dark);color:var(--aea-white)}.aea-btn--donate-header{background:var(--aea-donate-btn-color,var(--aea-orange))}.aea-btn--donate-header:hover{background:var(--aea-donate-btn-hover-color,var(--aea-orange-dark))}.aea-btn--outline{background:transparent;color:var(--aea-dark);border:1.5px solid var(--aea-dark)}.aea-btn--outline:hover{background:var(--aea-dark);color:var(--aea-white)}.aea-contact-form{max-width:640px;margin:0 auto;text-align:left;background:var(--aea-white,#FFFFFF);border-radius:20px;padding:40px clamp(24px,5vw,48px) 44px;box-shadow:0 24px 60px -24px rgba(26,20,16,0.22),0 2px 10px rgba(26,20,16,0.05);border-top:4px solid var(--aea-orange,#E8622C);animation:aeaCfFadeIn 0.5s ease both}@keyframes aeaCfFadeIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.aea-contact-form__hp{position:absolute;width:1px;height:1px;overflow:hidden;left:-9999px;top:auto}.aea-contact-form__row{margin-bottom:22px}.aea-contact-form__row--split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.aea-contact-form__row--other{max-height:0;opacity:0;overflow:hidden;margin-bottom:0;transition:max-height 0.3s ease,opacity 0.25s ease,margin 0.3s ease}.aea-contact-form__row--other.is-visible{max-height:120px;opacity:1;margin-bottom:22px}.aea-contact-form label{display:block;font-weight:700;font-size:14px;color:var(--aea-text,#2B2620);margin-bottom:7px;letter-spacing:0.01em}.aea-contact-form__req{color:var(--aea-orange,#E8622C)}.aea-contact-form input[type="text"],.aea-contact-form input[type="email"],.aea-contact-form input[type="tel"],.aea-contact-form select,.aea-contact-form textarea{width:100%;padding:13px 16px;border:1.5px solid #E9E1D4;border-radius:10px;font-size:15px;font-family:inherit;color:var(--aea-text,#2B2620);background:#FCFAF6;transition:border-color 0.18s ease,box-shadow 0.18s ease,background-color 0.18s ease;box-sizing:border-box}.aea-contact-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%236B6255' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:14px 9px}.aea-contact-form select:invalid{color:var(--aea-text-light,#6B6255)}.aea-contact-form input:hover,.aea-contact-form select:hover,.aea-contact-form textarea:hover{border-color:#D8CBB4}.aea-contact-form input:focus,.aea-contact-form select:focus,.aea-contact-form textarea:focus{outline:none;border-color:var(--aea-orange,#E8622C);background:var(--aea-white,#FFFFFF);box-shadow:0 0 0 4px rgba(232,98,44,0.14)}.aea-contact-form textarea{resize:vertical;min-height:140px}.aea-contact-form__note{font-size:13px;color:var(--aea-text-light,#6B6255);margin:0 0 24px}.aea-contact-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,var(--aea-orange,#E8622C),var(--aea-orange-dark,#C94F1F));color:var(--aea-white,#FFFFFF);border:none;border-radius:var(--aea-radius-pill,999px);padding:15px 36px;font-size:15px;font-weight:700;letter-spacing:0.01em;cursor:pointer;box-shadow:0 10px 24px -8px rgba(232,98,44,0.55);transition:transform 0.15s ease,box-shadow 0.15s ease,opacity 0.15s ease}.aea-contact-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 28px -8px rgba(232,98,44,0.65)}.aea-contact-form__submit:active:not(:disabled){transform:translateY(0);box-shadow:0 6px 16px -6px rgba(232,98,44,0.5)}.aea-contact-form__submit:disabled{opacity:0.7;cursor:not-allowed;box-shadow:none}.aea-contact-form__feedback{font-size:14px;font-weight:600;line-height:1.5;border-radius:10px;transition:all 0.25s ease}.aea-contact-form__feedback:not(:empty){margin-top:22px;padding:14px 16px}.aea-contact-form__feedback.is-success{color:#1E5C29;background:#EAF6EC;border-left:4px solid #2E7D32}.aea-contact-form__feedback.is-error{color:#7A2419;background:#FCEBE8;border-left:4px solid #C0392B}@media (max-width:640px){.aea-contact-form{padding:32px 22px 36px;border-radius:16px}.aea-contact-form__row--split{grid-template-columns:1fr}}.aea-cookie-consent{--aea-cookie-accept:#1C532A;--aea-cookie-accept-dark:#123F20;--aea-cookie-refuse:#E84C17;--aea-cookie-refuse-dark:#C43F13;position:fixed;left:0;right:0;bottom:0;z-index:99999;background:var(--aea-dark);color:var(--aea-white);box-shadow:0 -2px 16px rgba(0,0,0,0.25);transform:translateY(100%);opacity:0;visibility:hidden;transition:transform 0.35s ease,opacity 0.35s ease,visibility 0.35s}.aea-cookie-consent.is-visible{transform:translateY(0);opacity:1;visibility:visible}.aea-cookie-consent__inner{max-width:1200px;margin:0 auto;padding:20px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.aea-cookie-consent__text{flex:1 1 420px;margin:0;font-size:14px;line-height:1.5;color:var(--aea-white)}.aea-cookie-consent__text a{color:var(--aea-cookie-refuse);text-decoration:underline}.aea-cookie-consent__text a:hover{color:var(--aea-cookie-refuse-dark)}.aea-cookie-consent__actions{flex:0 0 auto;display:flex;gap:12px}.aea-cookie-consent__btn{border:none;border-radius:var(--aea-radius-pill);padding:10px 22px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background-color 0.2s ease,color 0.2s ease,border-color 0.2s ease}.aea-cookie-consent__btn--accept{background:var(--aea-cookie-accept);color:var(--aea-white)}.aea-cookie-consent__btn--accept:hover{background:var(--aea-cookie-accept-dark)}.aea-cookie-consent__btn--refuse{background:transparent;color:var(--aea-white);border:1px solid var(--aea-cookie-refuse)}.aea-cookie-consent__btn--refuse:hover{background:var(--aea-cookie-refuse);border-color:var(--aea-cookie-refuse)}@media (max-width:600px){.aea-cookie-consent__inner{padding:16px}.aea-cookie-consent__actions{width:100%}.aea-cookie-consent__btn{flex:1 1 auto}}@font-face{font-family:'Open Sauce Sans';src:url(//accesaleducation2026.us.tempcloudsite.com/wp-content/themes/aea-theme-publication-frontend/assets/fonts/open-sauce/OpenSauceSans-Regular.woff) format('woff'),url(//accesaleducation2026.us.tempcloudsite.com/wp-content/themes/aea-theme-publication-frontend/assets/fonts/open-sauce/OpenSauceSans-Regular.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Open Sauce Sans';src:url(//accesaleducation2026.us.tempcloudsite.com/wp-content/themes/aea-theme-publication-frontend/assets/fonts/open-sauce/OpenSauceSans-Bold.woff) format('woff'),url(//accesaleducation2026.us.tempcloudsite.com/wp-content/themes/aea-theme-publication-frontend/assets/fonts/open-sauce/OpenSauceSans-Bold.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap}body,body p,.elementor-widget-text-editor,.elementor-widget-text-editor p{font-family:'Open Sauce Sans',sans-serif !important}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:0.22s;animation-timing-function:ease}.aea-header{view-transition-name:aea-header}::view-transition-old(aea-header),::view-transition-new(aea-header){animation:none;mix-blend-mode:normal}@media not (prefers-reduced-motion:reduce){body.aea-fade-ready{animation:aeaFadeIn 0.25s ease both}body.aea-fade-leaving{animation:aeaFadeOut 0.15s ease both}}@keyframes aeaFadeIn{from{opacity:0}to{opacity:1}}@keyframes aeaFadeOut{from{opacity:1}to{opacity:0.35}}#aea-progress-bar{position:fixed;top:0;left:0;height:3px;width:0;background:var(--aea-orange,#E8622C);z-index:999999;transition:width 0.4s ease,opacity 0.3s ease 0.2s;opacity:0;pointer-events:none}#aea-progress-bar.is-active{opacity:1}.aea-donation-notice{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:999998;max-width:min(560px,calc(100vw - 32px));display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:10px;font-size:14px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,0.18);animation:aeaNoticeIn 0.25s ease both}.aea-donation-notice.is-dismissing{animation:aeaNoticeOut 0.3s ease both}@keyframes aeaNoticeIn{from{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%,0)}}@keyframes aeaNoticeOut{from{opacity:1}to{opacity:0;transform:translate(-50%,-12px)}}.aea-donation-notice--simulation{background:#FFF3CD;color:#7A5B00;border:1px solid #FFE29A}.aea-donation-notice--success{background:#E6F4EA;color:#1E7B34;border:1px solid #BFE6CB}.aea-donation-notice--cancelled{background:#F1F1F1;color:#555555;border:1px solid #E0E0E0}.aea-donation-notice--error{background:#FDECEB;color:#C0392B;border:1px solid #F5C6C0}.aea-donation-notice__close{margin-left:auto;border:none;background:none;font-size:20px;line-height:1;cursor:pointer;color:inherit;opacity:0.6;padding:0 2px}.aea-donation-notice__close:hover{opacity:1}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw;overflow-x:hidden;width:100vw}.alignfull img{width:100%}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:1;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@custom-media --hello-screen-xs-and-below (width < 576px);@custom-media --hello-screen-xs-and-above (width >= 576px);@custom-media --hello-screen-xs-only (0 <= width < 576px);@custom-media --hello-screen-sm-and-below (width < 768px);@custom-media --hello-screen-sm-and-above (width >= 768px);@custom-media --hello-screen-sm-only (576px <= width < 768px);@custom-media --hello-screen-md-and-below (width < 992px);@custom-media --hello-screen-md-and-above (width >= 992px);@custom-media --hello-screen-md-only (768px <= width < 992px);@custom-media --hello-screen-xl-and-below (width < 1200px);@custom-media --hello-screen-xl-and-above (width >= 1200px);@custom-media --hello-screen-xl-only (992px <= width < 1200px);@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}
.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentcolor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentcolor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li ul a{color:#333}.site-navigation ul.menu li ul a:focus,.site-navigation ul.menu li ul a:hover{color:#222}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;inset-block-start:100%;inset-inline-start:0;max-width:calc(100vw - 2rem);min-width:150px;position:absolute;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{inset-block-start:0;inset-inline-start:100%}.site-navigation ul.menu li:last-child>ul,.site-navigation ul.menu li:nth-last-child(2)>ul{inset-inline-end:0;inset-inline-start:auto}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}
.rptc-donation-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px}.rptc-donation-modal[hidden]{display:none}.rptc-donation-modal__overlay{position:absolute;inset:0;background:rgba(26,20,16,0.6);opacity:0;transition:opacity .18s ease}.rptc-donation-modal__panel{position:relative;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;background:#FFFFFF;border-radius:16px;padding:36px 30px 30px;box-shadow:0 24px 60px rgba(0,0,0,.35);opacity:0;transform:translateY(16px) scale(.98);transition:opacity .18s ease,transform .18s ease}.rptc-donation-modal.is-open .rptc-donation-modal__overlay{opacity:1}.rptc-donation-modal.is-open .rptc-donation-modal__panel{opacity:1;transform:translateY(0) scale(1)}.rptc-donation-modal__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:none;border-radius:50%;background:#F3EEE4;color:var( --aea-text,#2B2620 );font-size:16px;line-height:1;cursor:pointer}.rptc-donation-modal__close:hover{background:#E9E1D2}.rptc-donation-modal__title{margin:0 0 20px;padding-right:30px;font-size:21px;font-weight:700;color:var( --aea-text,#2B2620 )}.rptc-donation-modal__campaign[hidden]{display:none}.rptc-donation-modal .rptc-donation-form{max-width:none}body.rptc-no-scroll{overflow:hidden}@media (max-width:480px){.rptc-donation-modal__panel{padding:30px 20px 24px;border-radius:12px}}.rptc-donation-form{--rptc-don-accent:var( --aea-orange,#E8622C );--rptc-don-accent-dark:var( --aea-orange-dark,#C94F1F );--rptc-don-border:#E2DACB;--rptc-don-text:var( --aea-text,#2B2620 );max-width:420px;font-family:inherit}.rptc-don-amounts{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.rptc-don-frequency{display:flex;gap:6px;padding:4px;margin-bottom:8px;background:#F5F0E6;border-radius:999px}.rptc-don-freq{flex:1 1 auto;padding:9px 14px;border:0;border-radius:999px;background:transparent;color:var( --rptc-don-text );font-weight:600;font-size:14px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.rptc-don-freq.is-active{background:var( --rptc-don-accent );color:#FFFFFF}.rptc-don-frequency-hint{margin:0 0 16px;font-size:12.5px;color:#6B6255;text-align:center}.rptc-don-amount{flex:1 1 auto;min-width:70px;padding:12px 10px;border:2px solid var( --rptc-don-border );border-radius:8px;background:#FFFFFF;color:var( --rptc-don-text );font-weight:600;font-size:15px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.rptc-don-amount:hover{border-color:var( --rptc-don-accent )}.rptc-don-amount.is-active{background:var( --rptc-don-accent );border-color:var( --rptc-don-accent );color:#FFFFFF}.rptc-don-custom{display:block;margin-bottom:16px;font-size:14px;color:var( --rptc-don-text )}.rptc-don-custom > span:first-child{display:block;margin-bottom:6px;font-weight:600}.rptc-don-custom__field{display:flex;align-items:center;border:2px solid var( --rptc-don-border );border-radius:8px;overflow:hidden}.rptc-don-custom-input{flex:1;border:0;padding:10px 12px;font-size:15px;min-width:0}.rptc-don-custom-input:focus{outline:none}.rptc-don-custom__currency{padding:0 12px;color:#6B6255;font-weight:600}.rptc-don-submit{display:block;width:100%;padding:14px 20px;border:0;border-radius:999px;background:var( --rptc-don-accent );color:#FFFFFF;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .15s ease}.rptc-don-submit:hover:not(:disabled){background:var( --rptc-don-accent-dark )}.rptc-don-submit:disabled{opacity:.65;cursor:not-allowed}.rptc-don-error{margin:10px 0 0;padding:10px 12px;border-radius:6px;background:#FBEAEA;color:#A32E2E;font-size:13px}.rptc-don-legal{margin:12px 0 0;font-size:12px;color:#6B6255;text-align:center}.rptc-don-notice{padding:12px;border:1px dashed #C9A9A9;border-radius:6px;color:#A32E2E;font-size:13px}.rptc-don-simulation-badge{background:#FFF3CD;color:#7A5B00;border:1px solid #FFE29A;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:700;text-align:center;margin:0 0 12px}.rptc-don-banner{border-radius:8px;padding:12px 16px;font-size:14px;margin:0 0 16px}.rptc-don-banner--simulation{background:#FFF3CD;color:#7A5B00;border:1px solid #FFE29A;font-weight:600}.rptc-don-banner--success{background:#e6f4ea;color:#1e7b34}.rptc-don-banner--cancelled{background:#f1f1f1;color:#555}.rptc-don-banner--error{background:#fdeceb;color:#c0392b}body.rptc-don-modal-open{overflow:hidden}.rptc-don-modal-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.62);backdrop-filter:blur(3px);animation:rptcDonModalFadeIn .22s ease both}.rptc-don-modal-overlay.is-closing{animation:rptcDonModalFadeOut .22s ease both}.rptc-don-modal{position:relative;width:min(520px,100%);box-sizing:border-box;padding:38px 32px 30px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.28);animation:rptcDonModalScaleIn .25s ease both}.rptc-don-modal-overlay.is-closing .rptc-don-modal{animation:rptcDonModalScaleOut .22s ease both}.rptc-don-modal__close{position:absolute;top:10px;right:14px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#777;padding:4px 8px}.rptc-don-modal__icon{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;background:#e6f4ea;color:#1e7b34}.rptc-don-modal--cancelled .rptc-don-modal__icon{background:#f1f1f1;color:#666}.rptc-don-modal--error .rptc-don-modal__icon{background:#fdeceb;color:#c0392b}.rptc-don-modal__title{margin:0 0 12px;font-size:27px;line-height:1.2;color:#222}.rptc-don-modal__message{margin:0 auto 25px;max-width:430px;font-size:16px;line-height:1.6;color:#555}.rptc-don-modal__continue{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:12px 24px;border:0;border-radius:8px;cursor:pointer;font-size:15px;font-weight:700;background:#222;color:#fff}.rptc-don-modal__continue:hover{opacity:.9}@keyframes rptcDonModalFadeIn{from{opacity:0}to{opacity:1}}@keyframes rptcDonModalFadeOut{from{opacity:1}to{opacity:0}}@keyframes rptcDonModalScaleIn{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes rptcDonModalScaleOut{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.97)}}@media (max-width:600px){.rptc-don-modal{padding:34px 20px 24px}.rptc-don-modal__title{font-size:23px}}@media (prefers-reduced-motion:reduce){.rptc-don-modal-overlay,.rptc-don-modal-overlay.is-closing,.rptc-don-modal,.rptc-don-modal-overlay.is-closing .rptc-don-modal{animation:none}}html body{overflow-x:hidden}.rptc-archive-grid{display:grid;grid-template-columns:repeat(var(--rptc-columns,3),1fr);gap:24px}.rptc-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px -10px rgba(20,15,10,0.18);transition:transform 0.2s ease,box-shadow 0.2s ease}.rptc-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px -12px rgba(20,15,10,0.28)}.rptc-card-media{display:block;position:relative;aspect-ratio:4 / 3}.rptc-card-media img{width:100%;height:100%;object-fit:cover;display:block}.rptc-card-badge{position:absolute;top:12px;left:12px;background:#EF6C1A;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:5px 12px;border-radius:999px}.rptc-card-body{padding:18px 20px 22px}.rptc-card-title{font-size:17px;line-height:1.3;margin:0 0 10px}.rptc-card-title a{color:#1B1712;text-decoration:none}.rptc-card-meta{display:flex;flex-wrap:wrap;gap:4px 12px;font-size:12px;color:#8A8175;margin-bottom:10px}.rptc-card-excerpt{font-size:13.5px;color:#6E655A;line-height:1.6;margin:0}.rptc-share{display:flex;align-items:center;gap:10px;margin-top:28px;padding-top:20px;border-top:1px solid #EAE1D1}.rptc-share-label{font-size:12.5px;font-weight:600;color:#6E655A}.rptc-share-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;color:#fff;font-size:13px;font-weight:700;text-decoration:none;transition:opacity 0.15s ease}.rptc-share-btn:hover{opacity:0.85}.rptc-share-btn--facebook{background:#1877F2}.rptc-share-btn--whatsapp{background:#25D366}.rptc-share-btn--linkedin{background:#0A66C2}.rptc-evt-list{display:flex;flex-direction:column;gap:16px}.rptc-evt-card{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid #EAE1D1;border-radius:12px;padding:16px}.rptc-evt-date-badge{flex-shrink:0;width:52px;background:#EF6C1A;color:#fff;border-radius:10px;text-align:center;padding:8px 0}.rptc-evt-day{display:block;font-size:20px;font-weight:800;line-height:1}.rptc-evt-month{display:block;font-size:10px;text-transform:uppercase;letter-spacing:0.06em;margin-top:2px}.rptc-evt-card--with-photo{align-items:stretch}.rptc-evt-media{position:relative;flex-shrink:0;width:130px;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;display:block}.rptc-evt-media img{width:100%;height:100%;object-fit:cover;display:block}.rptc-date-badge{position:absolute;width:60px;background:#fff;border-radius:13px;box-shadow:0 10px 22px -6px rgba(0,0,0,0.5);z-index:2;pointer-events:none}.rptc-date-badge--br{right:14px;bottom:14px}.rptc-date-badge--bl{left:14px;bottom:14px}.rptc-date-badge--tr{right:14px;top:14px}.rptc-date-badge--tl{left:14px;top:14px}.rptc-date-badge__month{display:block;background:var( --aea-orange,#E8622C );color:#fff;font-size:11px;font-weight:800;letter-spacing:0.02em;text-align:center;padding:7px 4px 5px;border-radius:13px 13px 0 0}.rptc-date-badge__day{display:block;text-align:center;font-size:27px;font-weight:800;line-height:1.15;color:var( --aea-dark,#1A1410 );padding:4px 4px 8px;border-radius:0 0 13px 13px}.rptc-date-badge__ring{position:absolute;top:-7px;width:9px;height:16px;border-radius:5px;background:var( --aea-dark,#1A1410 )}.rptc-date-badge__ring--left{left:13px}.rptc-date-badge__ring--right{right:13px}.rptc-evt-media .rptc-date-badge{width:42px}.rptc-evt-media .rptc-date-badge--br,.rptc-evt-media .rptc-date-badge--bl{bottom:8px}.rptc-evt-media .rptc-date-badge--tr,.rptc-evt-media .rptc-date-badge--tl{top:8px}.rptc-evt-media .rptc-date-badge--br,.rptc-evt-media .rptc-date-badge--tr{right:8px}.rptc-evt-media .rptc-date-badge--bl,.rptc-evt-media .rptc-date-badge--tl{left:8px}.rptc-evt-media .rptc-date-badge__month{font-size:8px;padding:5px 3px 3px}.rptc-evt-media .rptc-date-badge__day{font-size:17px;padding:2px 3px 5px}.rptc-evt-media .rptc-date-badge__ring{width:6px;height:11px;top:-5px}.rptc-evt-media .rptc-date-badge__ring--left{left:8px}.rptc-evt-media .rptc-date-badge__ring--right{right:8px}@media (max-width:480px){.rptc-date-badge{width:50px}.rptc-date-badge--br,.rptc-date-badge--bl{bottom:10px}.rptc-date-badge--tr,.rptc-date-badge--tl{top:10px}.rptc-date-badge--br,.rptc-date-badge--tr{right:10px}.rptc-date-badge--bl,.rptc-date-badge--tl{left:10px}.rptc-date-badge__month{font-size:9.5px;padding:6px 3px 4px}.rptc-date-badge__day{font-size:20px;padding:3px 3px 6px}}.rptc-date-badge.rptc-date-badge--size-md{width:50px}.rptc-date-badge--size-md.rptc-date-badge--br,.rptc-date-badge--size-md.rptc-date-badge--bl{bottom:10px}.rptc-date-badge--size-md.rptc-date-badge--tr,.rptc-date-badge--size-md.rptc-date-badge--tl{top:10px}.rptc-date-badge--size-md.rptc-date-badge--br,.rptc-date-badge--size-md.rptc-date-badge--tr{right:10px}.rptc-date-badge--size-md.rptc-date-badge--bl,.rptc-date-badge--size-md.rptc-date-badge--tl{left:10px}.rptc-date-badge--size-md .rptc-date-badge__month{font-size:9.5px;padding:6px 3px 4px}.rptc-date-badge--size-md .rptc-date-badge__day{font-size:20px;padding:3px 3px 6px}.rptc-date-badge.rptc-date-badge--size-sm{width:42px}.rptc-date-badge--size-sm.rptc-date-badge--br,.rptc-date-badge--size-sm.rptc-date-badge--bl{bottom:8px}.rptc-date-badge--size-sm.rptc-date-badge--tr,.rptc-date-badge--size-sm.rptc-date-badge--tl{top:8px}.rptc-date-badge--size-sm.rptc-date-badge--br,.rptc-date-badge--size-sm.rptc-date-badge--tr{right:8px}.rptc-date-badge--size-sm.rptc-date-badge--bl,.rptc-date-badge--size-sm.rptc-date-badge--tl{left:8px}.rptc-date-badge--size-sm .rptc-date-badge__month{font-size:8px;padding:5px 3px 3px}.rptc-date-badge--size-sm .rptc-date-badge__day{font-size:17px;padding:2px 3px 5px}.rptc-date-badge--size-sm .rptc-date-badge__ring{width:6px;height:11px;top:-5px}.rptc-date-badge--size-sm .rptc-date-badge__ring--left{left:8px}.rptc-date-badge--size-sm .rptc-date-badge__ring--right{right:8px}.rptc-evt-title{font-size:15px;margin:0 0 4px}.rptc-evt-title a{color:#1B1712;text-decoration:none}.rptc-evt-lieu{font-size:12px;color:#8A8175;margin:0 0 6px}.rptc-evt-excerpt{font-size:13px;color:#6E655A;line-height:1.5;margin:0}.rptc-presse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rptc-presse-card{background:#fff;border:1px solid #EAE1D1;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.rptc-presse-cover{display:block;aspect-ratio:3 / 4;background:#F4EFE6;overflow:hidden}.rptc-presse-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.2s ease}.rptc-presse-card:hover .rptc-presse-cover img{transform:scale(1.04)}.rptc-presse-body{padding:14px 16px 16px}.rptc-presse-media{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#EF6C1A;margin-bottom:6px}.rptc-presse-title{font-size:15px;margin:0 0 4px}.rptc-presse-title a{color:#1B1712;text-decoration:none}.rptc-presse-meta{font-size:12px;color:#8A8175;margin:0 0 8px}.rptc-presse-link{font-size:13px;font-weight:600;color:#EF6C1A;text-decoration:none}.rptc-presse-single-header{text-align:center;max-width:720px;margin:0 auto 28px}.rptc-presse-pages-grid{grid-template-columns:repeat(3,1fr)}.rptc-presse-pages-grid .rptc-filter-photo{aspect-ratio:3 / 4}@media (max-width:780px){.rptc-presse-grid,.rptc-presse-pages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.rptc-presse-grid,.rptc-presse-pages-grid{grid-template-columns:1fr}}.rptc-voeux-une-list{display:flex;flex-direction:column;gap:18px}.rptc-voeux-une-card{display:flex;align-items:stretch;background:#fff;border:1px solid #EAE1D1;border-radius:12px;overflow:hidden}.rptc-voeux-une-media{flex:0 0 38%;display:block;background:#F4EFE6;aspect-ratio:4 / 5;overflow:hidden}.rptc-voeux-une-media img{width:100%;height:100%;object-fit:cover;display:block}.rptc-voeux-une-content{flex:1;display:flex;flex-direction:column;align-items:flex-end;text-align:right;padding:18px 20px}.rptc-voeux-une-badge{display:inline-block;padding:5px 14px;border-radius:999px;background:#FCEFE2;color:#EF6C1A;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:10px}.rptc-voeux-une-title{font-size:16px;margin:0 0 8px}.rptc-voeux-une-title a{color:#1B1712;text-decoration:none}.rptc-voeux-une-message{background:#F9F6F0;border:1px solid #EAE1D1;border-radius:10px;padding:12px 16px;font-size:13px;line-height:1.6;color:#6E655A;text-align:left}@media (max-width:600px){.rptc-voeux-une-card{flex-direction:column}.rptc-voeux-une-media{aspect-ratio:16 / 9}.rptc-voeux-une-content{align-items:flex-start;text-align:left}}.rptc-voeux-une-list--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}.rptc-voeux-une-list--grid .rptc-voeux-une-card{flex-direction:column}.rptc-voeux-une-list--grid .rptc-voeux-une-media{aspect-ratio:4 / 3}.rptc-voeux-une-list--grid .rptc-voeux-une-content{align-items:flex-start;text-align:left}.rptc-actu-list{display:flex;flex-direction:column;gap:22px}.rptc-actu-item{display:flex;gap:14px;align-items:flex-start}.rptc-actu-thumb{flex-shrink:0;width:76px;height:76px;border-radius:10px;overflow:hidden;display:block;background:#F0E9DB}.rptc-actu-thumb img{width:100%;height:100%;object-fit:cover;display:block}.rptc-actu-thumb-placeholder{display:block;width:100%;height:100%}.rptc-actu-body{flex:1;min-width:0}.rptc-actu-top{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}.rptc-actu-date{font-size:11px;color:#8A8175}.rptc-actu-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:3px 10px;border-radius:999px;color:#fff}.rptc-actu-badge--reportage{background:#EF6C1A}.rptc-actu-badge--voeux{background:#1B3A63}.rptc-actu-badge--evenement{background:#7A5219}.rptc-actu-badge--default{background:#6E655A}.rptc-actu-title{font-size:14.5px;line-height:1.35;margin:0 0 6px}.rptc-actu-title a{color:#1B1712;text-decoration:none}.rptc-actu-title a:hover{color:#EF6C1A}.rptc-actu-link{font-size:12.5px;font-weight:600;color:#EF6C1A;text-decoration:none}.rptc-widget-placeholder{padding:20px;background:#F7EFE2;border-radius:10px;color:#8A8175;font-size:13px;text-align:center}.rptc-archive-header{text-align:center;padding:60px 24px 40px}.rptc-archive-header h1{font-size:30px}.rptc-single-reportage{max-width:1000px;margin:0 auto;padding:40px 24px 80px}.rptc-reportage-hero{position:relative;border-radius:18px;overflow:hidden;max-height:460px;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0}@media (min-width:700px){.rptc-reportage-hero{max-height:560px}}.rptc-reportage-hero img{width:100%;height:100%;object-fit:cover;display:block}.rptc-reportage-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(15,10,5,0.75) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px}.rptc-reportage-hero-overlay h1{color:#fff;font-size:28px;margin-top:10px}.rptc-meta-bar{display:flex;flex-wrap:wrap;background:#fff;border:1px solid #EAE1D1;border-radius:14px;margin:-28px 0 0;position:relative;z-index:2;box-shadow:0 12px 24px -12px rgba(33,27,21,0.15);overflow:hidden}.rptc-meta-item{flex:1;min-width:140px;padding:18px 20px;border-right:1px solid #EAE1D1}.rptc-meta-item:last-child{border-right:none}.rptc-meta-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:0.06em;color:#8A8175;margin-bottom:4px}.rptc-meta-value{font-weight:600;font-size:16px}.rptc-story{padding:32px 0 8px;color:#4A4238;line-height:1.7;font-size:15px}.rptc-album-single{margin-top:30px}.rptc-album-toolbar{display:flex;justify-content:flex-end;margin-top:30px;margin-bottom:-12px}.rptc-album-zip-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#EF6C1A;text-decoration:none;border:1.5px solid #EF6C1A;padding:8px 16px;border-radius:999px}.rptc-album-zip-link:hover{background:#EF6C1A;color:#fff}@media (max-width:780px){.rptc-meta-bar{flex-direction:column}.rptc-meta-item{border-right:none;border-bottom:1px solid #EAE1D1}}@media (max-width:780px){.rptc-archive-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.rptc-archive-grid{grid-template-columns:1fr}}.rptc-fundraise-card{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden}.rptc-fundraise-card__media img{width:100%;height:auto;display:block}.rptc-fundraise-card__body{padding:20px}.rptc-fundraise-card__title{margin:0 0 8px;font-size:18px}.rptc-fundraise-card__desc{color:#6B6255;font-size:14px;margin:0 0 16px}.rptc-fundraise-card__bar{background:#EFE7DA;border-radius:999px;height:10px;overflow:hidden}.rptc-fundraise-card__bar span{display:block;height:100%;background:#E8622C;border-radius:999px}.rptc-fundraise-card__figures{display:flex;align-items:baseline;gap:6px;margin-top:8px;font-size:13px}.rptc-fundraise-card__figures strong{font-size:18px;color:#1A1410}.rptc-fundraise-card__figures span{color:#6B6255}.rptc-fundraise-card__donors{font-size:12px;color:#6B6255;margin-top:4px}.rptc-fundraise-card__donation-form{margin-top:16px}.rptc-fundraise-card__btn{display:inline-flex;align-items:center;margin-top:16px;padding:0.85em 1.6em;border-radius:999px;background:#E8622C;color:#fff;font-weight:700;text-transform:uppercase;font-size:0.85rem;letter-spacing:0.02em;text-decoration:none}.rptc-fundraise-card__btn:hover{background:#C94F1F;color:#fff}.rptc-media-extras{margin:24px 0;display:flex;flex-direction:column;gap:16px}.rptc-media-video{position:relative}.rptc-media-video iframe{max-width:100%;border-radius:12px}.rptc-media-video-link,.rptc-media-doc-link{display:inline-flex;align-items:center;gap:6px;padding:0.7em 1.3em;border-radius:999px;background:#F5EFE8;color:#1A1410;font-weight:600;font-size:0.9rem;text-decoration:none;width:fit-content}.rptc-media-video-link:hover,.rptc-media-doc-link:hover{background:#E8622C;color:#fff}.rptc-presse-cover{position:relative}.rptc-quick-view-btn{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.92);border:none;border-radius:999px;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 4px 10px -4px rgba(20,15,10,0.35);opacity:0;transform:translateY(-4px);transition:opacity 0.15s ease,transform 0.15s ease,background 0.15s ease}.rptc-card-media:hover .rptc-quick-view-btn,.rptc-quick-view-btn:focus-visible{opacity:1;transform:translateY(0)}.rptc-quick-view-btn:hover{background:#EF6C1A;color:#fff}@media (hover:none){.rptc-quick-view-btn{opacity:1;transform:none}}.rptc-qv-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(20,15,10,0.55);opacity:0;pointer-events:none;transition:opacity 0.2s ease}.rptc-qv-overlay.is-open{opacity:1;pointer-events:auto}body.rptc-qv-locked{overflow:hidden}.rptc-qv-modal{position:relative;width:100%;max-width:780px;max-height:88vh;overflow-y:auto;background:#fff;border-radius:16px;display:grid;grid-template-columns:1fr;transform:translateY(12px) scale(0.98);transition:transform 0.2s ease}.rptc-qv-overlay.is-open .rptc-qv-modal{transform:translateY(0) scale(1)}@media (min-width:720px){.rptc-qv-modal{grid-template-columns:1fr 1fr}}.rptc-qv-close{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;border:none;border-radius:999px;background:rgba(255,255,255,0.92);font-size:20px;line-height:1;cursor:pointer}.rptc-qv-close:hover{background:#EF6C1A;color:#fff}.rptc-qv-body{display:contents}.rptc-qv-loading,.rptc-qv-error{padding:60px 24px;text-align:center;color:#6b6258;grid-column:1 / -1}.rptc-qv-media{position:relative;min-height:220px;background:#f2ede6}.rptc-qv-media img{width:100%;height:100%;object-fit:cover;display:block}.rptc-qv-content{padding:28px 28px 32px;display:flex;flex-direction:column;gap:12px}.rptc-qv-title{font-size:22px;line-height:1.3;margin:0;color:#1B1712}.rptc-qv-meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:13px;color:#6b6258;margin:0}.rptc-qv-excerpt{font-size:15px;line-height:1.6;color:#3a352e;margin:0}.rptc-qv-cta{display:inline-block;margin-top:4px;font-weight:700;color:#EF6C1A;text-decoration:none}.rptc-qv-cta:hover{text-decoration:underline}.rptc-qv-cta--secondary{color:#3a352e}.rptc-quick-view-btn--inline{position:static;opacity:1;transform:none;width:auto;height:auto;padding:4px 12px;margin-top:8px;font-size:12px;font-weight:700;background:#F4EFE6;box-shadow:none;gap:6px}.rptc-quick-view-btn--inline span{font-size:13px}.aea-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:1000;transition:box-shadow .25s ease,background-color .25s ease}.aea-header.is-scrolled{box-shadow:0 8px 24px -12px rgba(20,15,10,.18);background:rgba(255,255,255,.96);backdrop-filter:saturate(180%) blur(8px)}.aea-header__inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.aea-nav ul{display:flex;gap:8px;list-style:none;margin:0;padding:0}.aea-nav li{position:relative}.aea-nav a{position:relative;display:inline-flex;align-items:center;text-decoration:none;color:var(--aea-nav-text-color,var(--aea-text));font-weight:600;font-size:14px;padding:10px 12px;transition:color .2s ease}.aea-nav a::after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;background:var(--aea-nav-hover-color,var(--aea-orange));border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.aea-nav a:hover{color:var(--aea-nav-hover-color,var(--aea-orange))}.aea-nav a:hover::after{transform:scaleX(1)}.aea-nav li.current-menu-item > a,.aea-nav li.current-menu-ancestor > a{color:var(--aea-nav-hover-color,var(--aea-orange))}.aea-nav li.current-menu-item > a::after,.aea-nav li.current-menu-ancestor > a::after{transform:scaleX(1)}.aea-nav li.menu-item-has-children > a{padding-right:22px}.aea-nav li.menu-item-has-children > a::before{content:"";position:absolute;right:8px;top:50%;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-65%) rotate(45deg);transition:transform .2s ease}.aea-nav li.menu-item-has-children:hover > a::before{transform:translateY(-35%) rotate(225deg)}.aea-nav li.menu-item-has-children{position:static}.aea-nav .sub-menu{position:absolute;top:100%;left:0;right:0;display:grid;grid-template-columns:repeat(2,minmax(150px,220px));justify-content:center;gap:4px 32px;width:auto;max-width:none;min-width:0;margin:0;padding:32px 24px;list-style:none;background:#fff;border:0;border-top:1px solid #eee;border-radius:0;box-shadow:0 16px 32px -16px rgba(20,15,10,.25);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:10}.aea-nav li.menu-item-has-children:hover > .sub-menu,.aea-nav li.menu-item-has-children > a:focus + .sub-menu,.aea-nav .sub-menu:hover{opacity:1;visibility:visible;transform:translateY(0)}.aea-nav .sub-menu a{display:block;padding:6px 4px;font-size:13px;line-height:1.35;white-space:normal}.aea-nav .sub-menu a::after{left:12px;right:12px;bottom:2px}.aea-menu-emoji{display:inline-block;margin-right:8px;font-size:.95em;opacity:.82;filter:saturate(.55) brightness(.94);vertical-align:-1px}.aea-logo a{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--aea-text)}.aea-logo img,.aea-logo .custom-logo{width:var(--aea-logo-size,48px);height:var(--aea-logo-size,48px);border-radius:var(--aea-logo-radius,50%);object-fit:cover}.aea-logo__text{font-weight:800;font-size:14px;line-height:1.15;max-width:120px}.aea-header__actions{display:flex;align-items:center;gap:16px}.aea-nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:0;cursor:pointer;padding:0}.aea-nav-toggle span{display:block;width:100%;height:2px;background:var(--aea-text);transition:transform .2s ease,opacity .2s ease}.aea-nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.aea-nav-toggle.is-open span:nth-child(2){opacity:0}.aea-nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.aea-lang-switch{position:relative}.aea-lang-switch__current{display:flex;align-items:center;gap:4px;font-weight:700;font-size:13px;color:var(--aea-text);background:none;border:0;cursor:pointer;padding:4px}.aea-lang-switch__list{position:absolute;right:0;top:100%;margin:6px 0 0;padding:6px;list-style:none;background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:120px;display:none}.aea-lang-switch.is-open .aea-lang-switch__list{display:block}.aea-lang-switch__list a{display:block;padding:6px 10px;border-radius:6px;text-decoration:none;color:var(--aea-text);font-size:14px}.aea-lang-switch__list a:hover{background:#f5f0e8}.aea-lang-switch--polylang{font-weight:700;font-size:13px}.aea-social-rail{position:fixed;right:0;top:40%;z-index:900;display:flex;flex-direction:column;background:var(--aea-social-bg,var(--aea-dark))}.aea-social-rail__link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--aea-social-icon,#fff);text-decoration:none}.aea-social-rail__link:hover{background:var(--aea-social-hover,var(--aea-orange))}@media (max-width:640px){.aea-social-rail{display:none}}.aea-nav li.aea-mega-group > .sub-menu{display:grid;grid-template-columns:minmax(280px,var(--aea-mega-spotlight-width,460px)) 1px repeat(2,minmax(220px,280px));grid-template-rows:repeat(3,auto);grid-auto-flow:column;column-gap:0;row-gap:0;justify-content:center;width:auto;max-width:none;min-width:0;left:0;right:0;padding:0;border-radius:0;overflow:hidden}.aea-nav li.aea-mega-group{position:static}.aea-nav .aea-mega-spotlight{grid-column:1;grid-row:1 / span 3;position:relative;overflow:hidden;min-height:var(--aea-mega-spotlight-min-height,380px)}.aea-mega-spotlight__inner{display:flex !important;position:relative;height:100%;flex-direction:column;justify-content:flex-end;gap:10px;padding:var(--aea-mega-spotlight-padding-v,22px) var(--aea-mega-spotlight-padding-h,20px) !important;background-color:var(--aea-cream);background-size:cover;background-position:center;text-decoration:none !important}.aea-mega-spotlight__inner::after{content:none !important}.aea-mega-spotlight__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,20,16,0.82) 0%,rgba(26,20,16,0.15) 60%,rgba(26,20,16,0.05) 100%)}.aea-mega-spotlight__watermark{position:relative;font-size:88px;font-weight:800;line-height:1;color:rgba(255,255,255,0.14);letter-spacing:-0.02em;pointer-events:none;user-select:none;margin-bottom:-18px}.aea-mega-spotlight__eyebrow{position:relative;font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--aea-orange)}.aea-mega-spotlight__headline{position:relative;margin:0;font-size:19px;font-weight:800;line-height:1.28;color:var(--aea-white)}.aea-mega-spotlight__cta{position:relative;display:inline-flex;align-items:center;gap:4px;margin-top:4px;padding:9px 16px;width:fit-content;border-radius:var(--aea-radius-pill);background:var(--aea-orange);color:var(--aea-white);font-size:13px;font-weight:700;transition:background-color 0.2s ease,transform 0.2s ease}.aea-mega-spotlight__inner:hover .aea-mega-spotlight__cta{background:var(--aea-orange-dark);transform:translateX(2px)}.aea-nav .aea-mega-item{position:relative;border-bottom:1px solid rgba(26,20,16,0.05)}.aea-nav .aea-mega-group > .sub-menu::after{content:"";grid-column:2;grid-row:1 / span 3;align-self:stretch;justify-self:start;margin:24px 0;width:1px;background:rgba(232,98,44,0.18);pointer-events:none}.aea-mega-item__link{display:flex !important;align-items:flex-start;gap:var(--aea-mega-item-gap,12px);height:100%;padding:var(--aea-mega-item-padding-v,14px) var(--aea-mega-item-padding-h,20px) !important;text-decoration:none !important}.aea-mega-item__link::after{content:none !important}.aea-mega-item__index{flex:none;margin-top:3px;font-size:11px;font-weight:800;font-variant-numeric:tabular-nums;color:rgba(232,98,44,0.55)}.aea-mega-item__icon{flex:none;display:flex;align-items:center;justify-content:center;width:var(--aea-mega-icon-size,30px);height:var(--aea-mega-icon-size,30px);border-radius:50%;background:var(--aea-cream);font-size:var(--aea-mega-icon-font-size,15px)}.aea-mega-item__body{display:flex;flex-direction:column;gap:2px;min-width:0}.aea-mega-item__title{font-size:var(--aea-mega-item-title-size,14px);font-weight:700;color:var(--aea-text);line-height:1.3}.aea-mega-item__desc{font-size:var(--aea-mega-item-desc-size,12px);font-weight:500;color:var(--aea-text-light);line-height:1.4;white-space:normal}.aea-mega-item__link:hover .aea-mega-item__icon{background:var(--aea-mega-item-hover-color,var(--aea-orange))}.aea-mega-item__link:hover .aea-mega-item__title{color:var(--aea-mega-item-hover-color,var(--aea-orange))}@media (max-width:880px){.aea-nav li.aea-mega-group > .sub-menu{display:block;width:auto;max-width:none;min-width:0}.aea-nav .aea-mega-group > .sub-menu::after{display:none}.aea-nav .aea-mega-spotlight{grid-row:auto;min-height:0}.aea-mega-spotlight__watermark{display:none}.aea-mega-spotlight__inner{padding:18px 16px !important;min-height:140px}.aea-mega-item__link{padding:12px 16px !important}}.aea-hero{position:relative;min-height:var(--aea-hero-height,640px);background-color:#333;background-size:cover;background-position:center;display:flex;align-items:center}.aea-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55));z-index:0}.aea-hero__content{position:relative;z-index:1}.aea-hero__content{max-width:1200px;margin:0 auto;padding:64px 24px;color:#fff}.aea-hero h1{font-size:64px;line-height:1.02;margin:8px 0;color:#E8622C;max-width:760px}.aea-hero__lead{max-width:560px;font-size:20px}.aea-hero__ctas{display:flex;gap:16px;margin-top:24px}.aea-hero .aea-btn--outline{border-color:#fff;color:#fff}.aea-about{max-width:1200px;margin:var(--aea-section-spacing,48px) auto;padding:0 24px;display:grid;grid-template-columns:0.85fr 1.15fr 1fr;gap:32px;align-items:start}.aea-about__text h2{font-size:32px;margin:8px 0 16px}.aea-about__text p{color:var(--aea-text-light);margin-bottom:20px}.aea-about__video{position:relative;border-radius:16px;overflow:hidden}.aea-about__video img{width:100%;height:auto;display:block}.aea-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:var(--aea-orange);color:#fff;border:none;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.aea-about__mission{position:absolute;left:0;bottom:0;right:0;background:#fff;display:flex;gap:12px;align-items:flex-start;padding:16px;border-top:3px solid var(--aea-orange)}.aea-about__mission-icon{background:var(--aea-orange);color:#fff;width:36px;height:36px;min-width:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.aea-about__mission strong{display:block;color:var(--aea-orange);font-size:13px;text-transform:uppercase;margin-bottom:4px}.aea-about__mission p{margin:0;font-size:14px;color:var(--aea-text-light)}.aea-about__news-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.aea-about__news-header a{font-size:13px;font-weight:700;text-decoration:none}.aea-eyebrow{color:var(--aea-orange);font-weight:800;letter-spacing:.04em;font-size:13px;text-transform:uppercase;margin:0 0 8px}.aea-stat-icon,.aea-card__icon{display:block;font-size:28px;margin-bottom:8px}.aea-donate-banner{position:relative;background-color:#1A1410;background-size:cover;background-position:center;color:#fff;padding:var(--aea-section-spacing,64px) 24px}.aea-donate-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,20,16,.92),rgba(26,20,16,.55))}.aea-donate-banner__inner{position:relative;max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}.aea-donate-banner__text h2{margin:8px 0;font-size:28px}.aea-donate-banner__text p{opacity:.85;max-width:420px}.aea-donate-banner__badges{display:flex;gap:20px;font-size:13px;opacity:.9}.aea-donate-banner__badges div{display:flex;flex-direction:column;align-items:center;gap:4px}.aea-donate-banner__ctas{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.aea-donate-banner__link{color:var(--aea-orange);text-decoration:none;font-weight:700;font-size:13px}.aea-events-gallery{max-width:1200px;margin:var(--aea-section-spacing,48px) auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:32px}.aea-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.aea-section-header a{font-size:13px;font-weight:700;text-decoration:none}.aea-gallery-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.aea-gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.aea-gallery-cta{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:var(--aea-orange);color:#fff;border:none;font-size:20px;cursor:pointer}.aea-placeholder-note{font-size:11px;color:var(--aea-text-light);margin-top:10px;font-style:italic}.rptc-actu-row{display:flex;gap:12px;margin-bottom:14px;align-items:flex-start}.rptc-actu-row img{width:70px;height:70px;border-radius:8px;object-fit:cover;flex-shrink:0}.rptc-actu-row__body strong{display:block;font-size:14px;margin:2px 0}.rptc-actu-row__body a{font-size:12px;font-weight:700;text-decoration:none}.rptc-badge{background:var(--aea-orange);color:#fff;padding:1px 7px;border-radius:4px;font-size:10px;text-transform:uppercase;font-weight:700}.rptc-evt-row{display:flex;gap:14px;align-items:flex-start;border:1px solid #eee;border-radius:10px;padding:14px;margin-bottom:12px}.rptc-evt-row__date{background:var(--aea-orange);color:#fff;text-align:center;border-radius:8px;padding:8px 12px;min-width:48px}.rptc-evt-row__date strong{display:block;font-size:18px;line-height:1}.rptc-evt-row__date span{font-size:11px;text-transform:uppercase}.rptc-evt-row__body strong{display:block;font-size:15px}.rptc-evt-row__body small{color:var(--aea-text-light)}.rptc-evt-row__body p{margin:4px 0 0;font-size:13px;color:var(--aea-text-light)}.aea-stats{max-width:1200px;margin:-36px auto 48px;background:#FBF3EA;border:1px solid #ead8c9;border-radius:18px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.aea-stat-card{padding:28px;text-align:center}.aea-stat-card strong{display:block;font-size:32px;color:#1A1410}.aea-stat-card span{color:#6B6255}.aea-actions{max-width:1200px;margin:0 auto;padding:48px 24px}.aea-actions__header{text-align:center;margin-bottom:24px}.aea-actions__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.aea-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px}.aea-json-gallery{max-width:1240px;margin:0 auto;padding:0 20px 72px;color:var(--aea-text,#2B2620)}.aea-json-gallery__hero{text-align:center;padding:8px 0 36px}.aea-json-gallery__hero h1{margin:.1em 0 .2em;color:var(--aea-dark,#1A1410);font-size:clamp(2.2rem,5vw,4rem);font-weight:800}.aea-json-gallery__hero>p:last-child{max-width:760px;margin:0 auto;color:var(--aea-text-light,#6B6255);font-size:1.05rem;line-height:1.7}.aea-json-gallery__section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.aea-json-gallery__section-head h2{margin:0;color:var(--aea-dark,#1A1410);font-size:clamp(1.5rem,3vw,2.2rem)}.aea-json-gallery__featured{margin:0 0 42px}.aea-json-gallery__featured-grid,.aea-json-gallery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.aea-json-gallery__featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aea-json-gallery__toolbar{background:var(--aea-cream,#FBF3EA);border:1px solid rgba(26,20,16,.08);border-radius:var(--aea-radius,8px);padding:18px;margin-bottom:24px;box-shadow:0 8px 28px rgba(26,20,16,.06)}.aea-json-gallery__search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(26,20,16,.14);border-radius:999px;padding:0 16px;margin-bottom:16px}.aea-json-gallery__search input{width:100%;min-height:48px;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.aea-json-gallery__filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.aea-json-gallery__filters label{display:grid;gap:6px;color:var(--aea-text-light,#6B6255);font-size:.78rem;font-weight:700}.aea-json-gallery__filters select{min-height:44px;border:1px solid rgba(26,20,16,.14);border-radius:var(--aea-radius,8px);background:#fff;padding:0 12px;color:var(--aea-text,#2B2620)}.aea-json-gallery__card{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;border:1px solid rgba(26,20,16,.08);border-radius:var(--aea-radius,8px);box-shadow:0 10px 28px rgba(26,20,16,.07);transition:transform .2s ease,box-shadow .2s ease}.aea-json-gallery__card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(26,20,16,.12)}.aea-json-gallery__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#eee;border:0;padding:0;cursor:pointer;width:100%;display:block}.aea-json-gallery__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.aea-json-gallery__card:hover .aea-json-gallery__media img{transform:scale(1.035)}.aea-json-gallery__badge{position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:999px;background:rgba(26,20,16,.82);color:#fff;font-size:.72rem;font-weight:700}.aea-json-gallery__type{position:absolute;left:12px;bottom:12px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--aea-dark,#1A1410);font-size:.7rem;font-weight:800}.rptc-date-badge{position:absolute;width:60px;background:#fff;border-radius:13px;box-shadow:0 10px 22px -6px rgba(0,0,0,.5);z-index:2;pointer-events:none}.rptc-date-badge--br{right:14px;bottom:14px}.rptc-date-badge--bl{left:14px;bottom:14px}.rptc-date-badge--tr{right:14px;top:14px}.rptc-date-badge--tl{left:14px;top:14px}.rptc-date-badge__month{display:block;background:var(--aea-orange,#E8622C);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;text-align:center;padding:7px 4px 5px;border-radius:13px 13px 0 0}.rptc-date-badge__day{display:block;text-align:center;font-size:27px;font-weight:800;line-height:1.15;color:var(--aea-dark,#1A1410);padding:4px 4px 8px;border-radius:0 0 13px 13px}.rptc-date-badge__ring{position:absolute;top:-7px;width:9px;height:16px;border-radius:5px;background:var(--aea-dark,#1A1410)}.rptc-date-badge__ring--left{left:13px}.rptc-date-badge__ring--right{right:13px}@media (max-width:480px){.rptc-date-badge{width:50px}.rptc-date-badge--br,.rptc-date-badge--bl{bottom:10px}.rptc-date-badge--tr,.rptc-date-badge--tl{top:10px}.rptc-date-badge--br,.rptc-date-badge--tr{right:10px}.rptc-date-badge--bl,.rptc-date-badge--tl{left:10px}.rptc-date-badge__month{font-size:9.5px;padding:6px 3px 4px}.rptc-date-badge__day{font-size:20px;padding:3px 3px 6px}}.aea-json-gallery__body{padding:16px}.aea-json-gallery__body h3{margin:0 0 8px;color:var(--aea-dark,#1A1410);font-size:1.1rem;line-height:1.3}.aea-json-gallery__meta{display:flex;flex-wrap:wrap;gap:8px 12px;color:var(--aea-text-light,#6B6255);font-size:.82rem}.aea-json-gallery__body p{margin:10px 0 0;color:var(--aea-text-light,#6B6255);font-size:.88rem;line-height:1.55}.aea-json-gallery__action{display:inline-flex;align-items:center;justify-content:center;margin-top:14px;padding:10px 14px;border-radius:999px;background:var(--aea-orange,#E8622C);color:#fff;text-decoration:none;font-size:.78rem;font-weight:800;border:0;cursor:pointer}.aea-json-gallery__action:hover{background:var(--aea-orange-dark,#C94F1F);color:#fff}.aea-json-gallery__count{margin:0 0 14px;color:var(--aea-text-light,#6B6255);font-size:.85rem}.aea-json-gallery__empty{text-align:center;padding:48px 20px;border:1px dashed rgba(26,20,16,.18);border-radius:var(--aea-radius,8px);color:var(--aea-text-light,#6B6255)}.aea-json-gallery__lightbox{position:fixed;inset:0;z-index:999999;background:rgba(8,10,12,.90);display:grid;grid-template-columns:minmax(48px,72px) minmax(0,1fr) minmax(48px,72px);grid-template-rows:auto minmax(0,1fr) auto;align-items:center;padding:18px 20px 20px;gap:8px;backdrop-filter:blur(3px)}.aea-json-gallery__lightbox[hidden]{display:none!important}.aea-json-gallery__lb-header{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:center;gap:12px;min-width:0;padding:0 52px 12px;text-align:center;color:#fff}.aea-json-gallery__lightbox-title{margin:0;font-size:clamp(.95rem,2vw,1.15rem);font-weight:800;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aea-json-gallery__lightbox-context{color:rgba(255,255,255,.72);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aea-json-gallery__lightbox figure{grid-column:2;grid-row:2;margin:0;min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.aea-json-gallery__lightbox img{display:block;max-width:100%;max-height:calc(100vh - 190px);width:auto;height:auto;object-fit:contain;border-radius:3px;box-shadow:0 18px 60px rgba(0,0,0,.38);opacity:.25;transition:opacity .18s ease}.aea-json-gallery__lightbox img.is-loaded{opacity:1}.aea-json-gallery__lightbox figcaption{max-width:900px;color:rgba(255,255,255,.88);margin-top:10px;font-size:.88rem;line-height:1.4;text-align:center}.aea-json-gallery__lb-close{position:absolute;right:18px;top:14px;width:44px;height:44px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:29px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.aea-json-gallery__lb-close:hover,.aea-json-gallery__lb-prev:hover,.aea-json-gallery__lb-next:hover{background:rgba(255,255,255,.18)}.aea-json-gallery__lb-prev,.aea-json-gallery__lb-next{align-self:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.10);color:#fff;font-size:36px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.aea-json-gallery__lb-prev{grid-column:1;grid-row:2}.aea-json-gallery__lb-next{grid-column:3;grid-row:2}.aea-json-gallery__lb-prev[hidden],.aea-json-gallery__lb-next[hidden]{display:none!important}.aea-json-gallery__lb-meta{grid-column:2;grid-row:3;display:flex;justify-content:center;align-items:center;gap:14px;color:#fff;min-height:44px;padding-top:8px}.aea-json-gallery__lb-counter{font-size:.85rem;font-weight:700;min-width:54px;text-align:center}.aea-json-gallery__lb-meta button{border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:8px 15px;cursor:pointer;font-weight:700}.aea-json-gallery__lb-meta button:hover{background:rgba(255,255,255,.18)}.aea-json-gallery__lb-share-toast{position:absolute;bottom:22px;right:22px;background:#fff;color:#1A1410;border-radius:999px;padding:8px 13px;font-size:.78rem;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.25)}.aea-json-gallery__lb-share-toast[hidden]{display:none!important}body.aea-gallery-lightbox-open{overflow:hidden}@media (max-width:1024px){.aea-json-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.aea-json-gallery__featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aea-json-gallery__filters{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.aea-json-gallery{padding:0 14px 48px}.aea-json-gallery__grid,.aea-json-gallery__featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.aea-json-gallery__filters{grid-template-columns:1fr}.aea-json-gallery__body{padding:12px}.aea-json-gallery__body h3{font-size:.98rem}.aea-json-gallery__body p{font-size:.8rem}.aea-json-gallery__meta{font-size:.74rem}.aea-json-gallery__lightbox{grid-template-columns:38px minmax(0,1fr) 38px;grid-template-rows:auto minmax(0,1fr) auto;padding:10px 5px 12px;gap:4px}.aea-json-gallery__lb-header{padding:0 42px 7px;display:block}.aea-json-gallery__lightbox-title{font-size:.9rem}.aea-json-gallery__lightbox-context{font-size:.72rem;margin-top:2px}.aea-json-gallery__lightbox img{max-height:calc(100vh - 145px);max-width:calc(100vw - 70px)}.aea-json-gallery__lb-prev,.aea-json-gallery__lb-next{width:36px;height:36px;font-size:26px}.aea-json-gallery__lb-close{right:8px;top:7px;width:38px;height:38px;font-size:25px}.aea-json-gallery__lb-meta{padding-top:4px;min-height:38px}.aea-json-gallery__lb-meta button{padding:7px 12px;font-size:.76rem}}@media (max-width:420px){.aea-json-gallery__grid,.aea-json-gallery__featured-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.aea-json-gallery__card,.aea-json-gallery__media img,.aea-json-gallery__lightbox img{transition:none!important}}.aea-elementor-gallery-widget .aea-json-gallery{--aea-radius:var(--aea-gallery-radius,8px)}.aea-elementor-gallery-widget .aea-json-gallery__grid{grid-template-columns:repeat(var(--aea-gallery-columns,4),minmax(0,1fr));gap:var(--aea-gallery-gap,20px)}.aea-elementor-gallery-widget .aea-json-gallery__card{background:var(--aea-card-bg,#fff);box-shadow:var(--aea-gallery-shadow,0 10px 28px rgba(26,20,16,.07));border-radius:var(--aea-gallery-radius,8px)}.aea-elementor-gallery-widget .aea-json-gallery__media{aspect-ratio:var(--aea-gallery-ratio,4/3)}@media (max-width:1024px){.aea-elementor-gallery-widget .aea-json-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.aea-elementor-gallery-widget .aea-json-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--aea-gallery-gap,12px)}}.aea-donate-banner{background:#1A1410;color:#fff;padding:48px 24px;text-align:center}.aea-footer{background:#111;color:#fff}.aea-footer__inner{max-width:1200px;margin:0 auto;padding:48px 24px;display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}.aea-newsletter-form{display:flex;gap:12px;margin-top:16px}.aea-newsletter-form input{padding:12px 14px;border-radius:999px;border:none;min-width:260px}.aea-newsletter-form button{padding:12px 18px;border:none;border-radius:999px;background:#E8622C;color:#fff;font-weight:700}.aea-footer__social{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.aea-footer__social-icons{display:flex;gap:12px}.aea-footer__social-icons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;text-decoration:none}.aea-footer__social-icons a:hover{background:var(--aea-orange)}.aea-footer__contact h3,.aea-footer__newsletter h3{margin:0 0 8px;font-size:16px}.aea-footer__contact p{margin:2px 0;font-size:14px;color:#ccc}.aea-footer__contact a{color:#ccc;text-decoration:none}.aea-footer__contact a:hover{color:var(--aea-orange)}.aea-footer__contact{min-width:220px}.aea-footer__legal{background:#120d0a;border-top:1px solid rgba(255,255,255,.1);padding:16px 24px;display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:space-between;align-items:center;font-size:13px;color:#a89e90}.aea-footer__legal-links{display:flex;gap:20px;flex-wrap:wrap}.aea-footer__legal-links a{color:#a89e90;text-decoration:none}.aea-footer__legal-links a:hover{color:var(--aea-orange)}@media (max-width:992px){.aea-hero h1{font-size:48px}.aea-stats{grid-template-columns:repeat(2,1fr)}.aea-actions__grid{grid-template-columns:repeat(2,1fr)}.aea-footer__inner{flex-direction:column}.aea-about{grid-template-columns:1fr;gap:32px}.aea-events-gallery{grid-template-columns:1fr}}@media (max-width:640px){.aea-hero{min-height:60vh}.aea-hero h1{font-size:36px}.aea-hero__ctas{flex-direction:column}.aea-stats{grid-template-columns:1fr}.aea-actions__grid{grid-template-columns:1fr}.aea-donate-banner__inner{flex-direction:column;align-items:flex-start}.aea-footer__social{align-items:flex-start}}@media (max-width:880px){.aea-nav-toggle{display:flex;order:3}.aea-header__actions{order:2}.aea-logo{order:1}.aea-header__inner{flex-wrap:wrap;justify-content:space-between}.aea-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #eee;max-height:0;overflow:hidden;transition:max-height .25s ease}.aea-nav.is-open{max-height:80vh;overflow-y:auto}.aea-nav ul{flex-direction:column;gap:0;padding:8px 24px}.aea-nav li{border-top:1px solid #f2ede4}.aea-nav a{display:block;padding:14px 4px}.aea-nav a::after{left:4px;right:4px}.aea-nav li.menu-item-has-children > a::before{right:auto;left:auto}.aea-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;background:#faf7f2;margin:0 0 0 12px;display:none}.aea-nav li.menu-item-has-children.is-open > .sub-menu{display:block}}