@font-face{font-family:dejavu sans;src:url(/fonts/DejaVuSans.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:dejavu sans;src:url(/fonts/DejaVuSans-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:dejavu sans;src:url(/fonts/DejaVuSans-ExtraLight.ttf)format("truetype");font-weight:200;font-style:normal;font-display:swap}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:dejavu sans,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;line-height:1.7;color:#243351;background-color:#fff}h1,h2,h3,h4,h5,h6{font-family:dejavu sans,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-weight:700;line-height:1.2;color:#243351;margin-bottom:1rem}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}@media(max-width:768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}}p{margin-bottom:1rem;color:#4a4b4d}a{color:#f5821f;text-decoration:none;transition:color 150ms ease}a:hover{color:#e0710f}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.5rem}blockquote{border-left:4px solid #f5821f;padding:1rem 1.5rem;margin:2rem 0;background:#f5f6f7;font-style:italic;color:#4a4b4d}blockquote p:last-child{margin-bottom:0}hr{border:none;border-top:1px solid #d1d2d4;margin:2rem 0}::selection{background-color:#f5821f;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}@media(max-width:768px){.section{padding:2.5rem 0}}.section--alt{background-color:#f5f6f7}.section__header{text-align:center;margin-bottom:3rem}.section__header h2{position:relative;display:inline-block}.section__header h2::after{content:"";display:block;width:60px;height:3px;background:#f5821f;margin:1rem auto 0;border-radius:2px}.section__header p{max-width:600px;margin:1rem auto 0;font-size:1.125rem;color:#818285}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:dejavu sans,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:600;border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all 250ms ease;text-decoration:none;line-height:1.5}.btn--primary{background-color:#f5821f;color:#fff;border-color:#f5821f}.btn--primary:hover{background-color:#e0710f;border-color:#e0710f;color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.btn--outline{background-color:initial;color:#fff;border-color:#fff}.btn--outline:hover{background-color:#fff;color:#485e88}.btn--outline-dark{background-color:initial;color:#485e88;border-color:#485e88}.btn--outline-dark:hover{background-color:#485e88;color:#fff}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.view-all{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#f5821f;transition:gap 150ms ease}.view-all::after{content:"→"}.view-all:hover{gap:.75rem;color:#e0710f}.page-header{background:linear-gradient(135deg,#243351 0%,#485e88 50%,#748492 100%);color:#fff;padding:5rem 0 4rem;text-align:center}.page-header h1{color:#fff;margin-bottom:1rem}.page-header p{color:rgba(255,255,255,.85);font-size:1.125rem;max-width:600px;margin:0 auto}.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,5%);border-bottom:1px solid #d1d2d4}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.nav__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.nav__logo-img{height:68px;width:auto}@media(max-width:768px){.nav__logo-img{height:50px}}.nav__links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav__links>li>a{color:#4a4b4d;font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;padding:.5rem 0;position:relative;transition:color 150ms ease;display:inline-flex;align-items:center;gap:.25rem}.nav__links>li>a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f5821f;transition:width 250ms ease}.nav__links>li>a:hover,.nav__links>li>a.active{color:#f5821f}.nav__links>li>a:hover::after,.nav__links>li>a.active::after{width:100%}.nav__dropdown{position:relative}.nav__dropdown:hover .nav__dropdown-menu,.nav__dropdown:focus-within .nav__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav__chevron{transition:transform 150ms ease;flex-shrink:0}.nav__dropdown:hover .nav__chevron{transform:rotate(180deg)}.nav__dropdown-toggle{cursor:default}.nav__dropdown-menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translateX(-50%)translateY(8px);min-width:220px;background:#fff;border:1px solid #d1d2d4;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);padding:.5rem 0;list-style:none;opacity:0;visibility:hidden;transition:all 250ms ease;z-index:100}.nav__dropdown-menu::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.nav__dropdown-menu li{margin:0}.nav__dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#4a4b4d;font-size:.875rem;font-weight:500;text-transform:none;letter-spacing:0;transition:all 150ms ease;text-decoration:none}.nav__dropdown-menu a:hover{background:#f5f6f7;color:#f5821f;padding-left:2rem}.nav__dropdown-menu a::after{display:none}.nav__right{display:flex;align-items:center;gap:1.5rem}.lang-switch{display:flex;align-items:center;gap:.25rem;background:#f5f6f7;border-radius:.5rem;padding:.25rem;border:1px solid #d1d2d4}.lang-switch a,.lang-switch span{padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:.25rem;transition:all 150ms ease;text-decoration:none}.lang-switch .lang-switch__active{background:#485e88;color:#fff}.lang-switch a{color:#818285}.lang-switch a:hover{color:#485e88;background:#d1d2d4}.nav__toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:0 0;border:none}.nav__toggle span{display:block;width:24px;height:2px;background:#243351;transition:all 250ms ease;border-radius:1px}#nav-check{display:none}@media(max-width:1024px){.nav__toggle{display:flex}.nav__links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transition:right 350ms ease;z-index:999;overflow-y:auto}.nav__links>li>a{font-size:1rem;width:100%;padding:.75rem 0;border-bottom:1px solid #d1d2d4}.nav__dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;padding:0;min-width:0;width:100%}.nav__dropdown-menu::before{display:none}.nav__dropdown-menu a{padding:.5rem 0 .5rem 1.5rem;font-size:.875rem;border-bottom:1px solid #d1d2d4}.nav__dropdown-menu a:hover{padding-left:2rem}.nav__dropdown:hover .nav__chevron{transform:none}#nav-check:checked~.nav__links{right:0}#nav-check:checked~.nav__overlay{display:block}.nav__overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998}}.site-footer{background:#243351;color:rgba(255,255,255,.8);padding:3rem 0 0}.footer__grid{display:flex;justify-content:flex-start;align-items:flex-start;gap:4rem;padding-bottom:4rem}@media(max-width:480px){.footer__grid{flex-direction:column;gap:3rem;padding-bottom:3rem}}.footer__brand{display:flex;flex-direction:column;gap:1.5rem}.footer__contact-info h4{color:#fff;font-size:1rem;font-family:dejavu sans,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;position:relative}.footer__contact-info h4::after{content:"";display:block;width:30px;height:2px;background:#f5821f;margin-top:.5rem}.footer__contact-info a{color:rgba(255,255,255,.7);font-size:.875rem;transition:color 150ms ease}.footer__contact-info a:hover{color:#fff}.footer__col{padding-top:.5rem}.footer__col h4{color:#fff;font-size:1rem;font-family:dejavu sans,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;position:relative}.footer__col h4::after{content:"";display:block;width:30px;height:2px;background:#f5821f;margin-top:.5rem}.footer__col ul{list-style:none;padding:0;margin:0}.footer__col li{margin-bottom:.75rem}.footer__col a{color:rgba(255,255,255,.7);font-size:.875rem;transition:color 150ms ease}.footer__col a:hover{color:#fff}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.875rem}.footer__contact-item svg{flex-shrink:0;margin-top:2px;opacity:.7}.footer__social{display:flex;gap:.75rem;margin-top:0}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;transition:all 250ms ease}.footer__social a:hover{background:#f5821f;transform:translateY(-2px)}.footer__social a svg{width:18px;height:18px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;display:flex;justify-content:flex-start;align-items:center;font-size:.875rem}.publications__layout{display:grid;grid-template-columns:280px 1fr;gap:2.5rem}@media(max-width:1024px){.publications__layout{grid-template-columns:1fr}}@media(max-width:1024px){.publications__sidebar{position:fixed;top:0;left:-320px;width:300px;height:100vh;background:#fff;z-index:1001;padding:2rem;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transition:left 350ms ease}.publications__sidebar--open{left:0}}.filter-panel{position:sticky;top:100px;background:#fff;border:1px solid #d1d2d4;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px rgba(0,0,0,5%)}@media(max-width:1024px){.filter-panel{position:static;border:none;box-shadow:none;padding:0}}.filter-panel__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:2px solid #f5f6f7}.filter-panel__header h3{font-size:1rem;font-weight:700;color:#243351;margin:0;display:flex;align-items:center;gap:.5rem}.filter-panel__header h3 svg{color:#f5821f}.filter-panel__reset{background:0 0;border:none;color:#f5821f;font-family:dejavu sans,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;padding:.25rem .75rem;border-radius:.25rem;transition:all 150ms ease}.filter-panel__reset:hover{background:rgba(245,130,31,.1)}.filter-group{margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#818285;margin-bottom:.75rem}.filter-group__options{display:flex;flex-direction:column;gap:.25rem}.filter-checkbox{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:.5rem;cursor:pointer;transition:background 150ms ease;user-select:none}.filter-checkbox:hover{background:#f5f6f7}.filter-checkbox input{display:none}.filter-checkbox__box{width:18px;height:18px;border:2px solid #d1d2d4;border-radius:.25rem;flex-shrink:0;position:relative;transition:all 150ms ease}input:checked+.filter-checkbox__box{background:#f5821f;border-color:#f5821f}input:checked+.filter-checkbox__box::after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-checkbox__label{flex:1;font-size:.875rem;color:#243351;font-weight:500}.filter-checkbox__count{font-size:.75rem;color:#818285;background:#f5f6f7;padding:2px 8px;border-radius:50px;font-weight:600;min-width:24px;text-align:center}.publications__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #d1d2d4}.publications__result-count{font-size:.875rem;color:#818285}.publications__result-count span{font-weight:700;color:#243351;font-size:1.125rem}.publications__filter-toggle{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f5f6f7;border:1px solid #d1d2d4;border-radius:.5rem;font-family:dejavu sans,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:.875rem;font-weight:600;color:#243351;cursor:pointer;transition:all 150ms ease}.publications__filter-toggle svg{color:#f5821f}.publications__filter-toggle:hover{border-color:#f5821f;background:#fff}@media(max-width:1024px){.publications__filter-toggle{display:flex}}.publications__active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.publications__active-filters:empty{display:none}.filter-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.filter-tag button{background:0 0;border:none;font-size:1rem;cursor:pointer;line-height:1;opacity:.7;transition:opacity 150ms ease}.filter-tag button:hover{opacity:1}.filter-tag--year{background:rgba(72,94,136,.1);color:#485e88}.filter-tag--year button{color:#485e88}.filter-tag--cat,.filter-tag--tag{background:rgba(245,130,31,.1);color:#f5821f}.filter-tag--cat button,.filter-tag--tag button{color:#f5821f}.filter-tag--type{background:rgba(36,51,81,.1);color:#243351}.filter-tag--type button{color:#243351}.filter-group__options--scrollable{max-height:200px;overflow-y:auto;padding-right:.5rem}.filter-group__options--scrollable::-webkit-scrollbar{width:4px}.filter-group__options--scrollable::-webkit-scrollbar-track{background:#f5f6f7;border-radius:2px}.filter-group__options--scrollable::-webkit-scrollbar-thumb{background:#d1d2d4;border-radius:2px}.pub-grid{display:flex;flex-direction:column;gap:1.5rem}.pub-card{display:block;text-decoration:none;background:#fff;border:1px solid #d1d2d4;border-radius:.75rem;overflow:hidden;transition:all 250ms ease}.pub-card:hover{border-color:#f5821f;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transform:translateY(-2px)}.pub-card:hover .pub-card__image img{transform:scale(1.03)}.pub-card:hover .pub-card__title{color:#f5821f}.pub-card__header{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}@media(max-width:480px){.pub-card__header{padding:1.25rem}}.pub-card__meta{display:flex;align-items:center;gap:.75rem}.pub-card__type{padding:3px .75rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.pub-card__type--report{background:rgba(72,94,136,.1);color:#485e88}.pub-card__type--statement{background:rgba(245,130,31,.1);color:#f5821f}.pub-card__date{font-size:.875rem;color:#818285}.pub-card__title{font-size:1.5rem;font-weight:700;color:#243351;line-height:1.3;margin:0;transition:color 150ms ease}@media(max-width:480px){.pub-card__title{font-size:1.25rem}}.pub-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.pub-card__tag{padding:2px .75rem;background:#f5f6f7;border:1px solid #d1d2d4;border-radius:50px;font-size:.75rem;color:#818285;font-weight:500}.pub-card__image{width:100%;overflow:hidden}.pub-card__image img{width:100%;height:auto;display:block;transition:transform 250ms ease}.post{max-width:800px;margin:0 auto}.post__tags{display:flex;gap:.5rem;flex-wrap:wrap}.post__tag{padding:.25rem .75rem;background:#f5f6f7;border:1px solid #d1d2d4;border-radius:50px;font-size:.75rem;color:#4a4b4d;text-decoration:none;transition:all 150ms ease}.post__tag:hover{background:#f5821f;color:#fff;border-color:#f5821f}.post__featured-image{border-radius:.75rem;overflow:hidden;margin-bottom:2.5rem}.post__featured-image img,.post__featured-image a{display:block;width:100%;height:auto}.post__featured-image img{max-height:500px;object-fit:cover;transition:transform 250ms ease}.post__featured-image a:hover img{transform:scale(1.02)}.post__content{font-size:1.125rem;line-height:1.9}.post__content h2{margin-top:3rem;margin-bottom:1.5rem}.post__content h3{margin-top:2.5rem;margin-bottom:1rem}.post__content p{margin-bottom:1.5rem;color:#4a4b4d}.post__content img{border-radius:.5rem;margin:2rem 0}.post__nav{display:flex;justify-content:space-between;margin-top:4rem;padding-top:2rem;border-top:1px solid #d1d2d4;gap:1rem}@media(max-width:480px){.post__nav{flex-direction:column}}.post__nav-item{max-width:45%;text-decoration:none}@media(max-width:480px){.post__nav-item{max-width:100%}}.post__nav-item span{display:block;font-size:.875rem;color:#818285;margin-bottom:.25rem}.post__nav-item strong{color:#243351;transition:color 150ms ease}.post__nav-item:hover strong{color:#f5821f}.post__nav-item--next{text-align:right;margin-left:auto}.about-hero{text-align:center;padding:5rem 0;background-color:#f5f6f7;border-bottom:1px solid #d1d2d4}@media(max-width:768px){.about-hero{padding:3rem 0}}.about-hero__content{max-width:800px;margin:0 auto}.about-hero__title{font-size:3rem;color:#243351;margin-bottom:2rem;position:relative;display:inline-block}.about-hero__title::after{content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:60px;height:4px;background-color:#f5821f}@media(max-width:768px){.about-hero__title{font-size:2.25rem}}.about-hero__text{font-size:1.25rem;line-height:1.8;color:#4a4b4d;font-weight:400}@media(max-width:768px){.about-hero__text{font-size:1.125rem}}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination__item{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border:1px solid #d1d2d4;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#4a4b4d;text-decoration:none;transition:all 150ms ease}.pagination__item:hover{background:#f5f6f7;border-color:#f5821f;color:#f5821f}.pagination__item--active{background:#f5821f;border-color:#f5821f;color:#fff}.pagination__item--active:hover{background:#e0710f;color:#fff}.pagination__item--disabled{opacity:.4;pointer-events:none}.pagination__item svg{width:16px;height:16px}.slider-section{padding:2.5rem 0;display:flex;flex-direction:column;align-items:center}.slider{position:relative;overflow:hidden;width:100%;max-width:1200px;margin:0 auto;border-radius:1rem;background:#fff;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.slider__track{display:flex;transition:transform 500ms cubic-bezier(.4,0,.2,1);will-change:transform}.slider__slide{width:100%;min-width:100%;flex-shrink:0}.slide-card{display:grid;grid-template-columns:1fr 1fr;width:100%;background:#fff;box-sizing:border-box;overflow:hidden}@media(max-width:768px){.slide-card{display:flex;flex-direction:column}}.slide-card__text{display:flex;flex-direction:column;justify-content:center;gap:.75rem;padding:2rem 2.5rem 2rem 3rem;background:#fff;box-sizing:border-box;min-width:0}@media(max-width:1024px){.slide-card__text{padding:1.5rem 2rem}}@media(max-width:768px){.slide-card__text{width:100%;order:2}}@media(max-width:480px){.slide-card__text{padding:1.25rem}}.slide-card__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.slide-card__type{display:inline-block;padding:4px 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:rgba(72,94,136,8%);color:#485e88}.slide-card__date{font-size:.875rem;color:#818285}.slide-card__title{font-size:clamp(1.125rem,3vw,1.5rem);font-weight:800;color:#243351;line-height:1.1;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:-.01em}@media(max-width:480px){.slide-card__title{font-size:1.25rem;-webkit-line-clamp:2}}.slide-card__excerpt{font-size:clamp(.75rem,1.4vw,.875rem);color:#4a4b4d;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:480px){.slide-card__excerpt{font-size:.75rem}}.slide-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#f5821f;text-decoration:none;transition:all 150ms ease;padding-top:.25rem}.slide-card__link:hover{color:#e0710f;gap:.75rem;transform:translateX(5px)}.slide-card__image{background:#f5f6f7;display:block;box-sizing:border-box;overflow:hidden;line-height:0}.slide-card__image img{width:100%;height:auto;display:block;object-fit:contain;transition:transform .5s ease}.slide-card__image:hover img{transform:scale(1.05)}@media(max-width:768px){.slide-card__image{width:100%;order:1;aspect-ratio:1200/630}.slide-card__image img{height:100%;object-fit:cover;object-fit:contain}}.slide-card__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#243351 0%,#485e88 60%,#748492 100%);display:flex;align-items:center;justify-content:center}.slide-card__placeholder svg{width:64px;height:64px;color:rgba(255,255,255,.2)}.slider__btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border-radius:50%;border:1px solid rgba(36,51,81,.1);background:rgba(255,255,255,.7);backdrop-filter:blur(4px);color:#243351;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 250ms ease;box-shadow:0 1px 2px rgba(0,0,0,5%)}.slider__btn svg{width:20px;height:20px}.slider__btn:hover{background:#f5821f;color:#fff;border-color:#f5821f;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);transform:translateY(-50%)scale(1.05)}.slider__btn--prev{left:1rem}.slider__btn--next{right:1rem}@media(max-width:480px){.slider__btn{opacity:1;visibility:visible;width:32px;height:32px}.slider__btn svg{width:16px;height:16px}.slider__btn--prev{left:.5rem}.slider__btn--next{right:.5rem}}@media(min-width:481px){.slider:hover .slider__btn{opacity:1;visibility:visible}}.slider__dots{display:flex;justify-content:center;gap:.75rem;padding:1.25rem 0;background:0 0;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:3}.slider__dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.6);cursor:pointer;padding:0;transition:all 250ms ease;box-shadow:0 1px 2px rgba(0,0,0,5%)}.slider__dot--active{background:#f5821f;width:30px;border-radius:5px;border-color:#f5821f}.slider__dot:hover:not(.slider__dot--active){background:#fff;transform:scale(1.2)}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.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}.no-results{text-align:center;padding:4rem 1rem;color:#818285}.no-results svg{width:48px;height:48px;margin-bottom:1rem;opacity:.5}.no-results p{font-size:1.125rem}