section.events{padding:40px 16px}section.events .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;gap:32px}section.events .wrapper>*{width:100%}section.events .wrapper>.content{text-align:center}section.events .wrapper>.content p,section.events .wrapper>.content p *{font-size:1.25rem}section.events .wrapper .featured-event{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column-reverse;flex-wrap:auto}section.events .wrapper .featured-event .content{position:relative;width:100%;z-index:2;border-radius:20px;margin-bottom:-20px;padding:32px}section.events .wrapper .featured-event .content.text-dark .date .icon{background:#145F48}section.events .wrapper .featured-event .content.text-dark .date .icon svg path{fill:#aed141}section.events .wrapper .featured-event .content .date{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:16px;margin-bottom:24px}section.events .wrapper .featured-event .content .date .icon{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;width:35px;height:35px;border-radius:35px;background:#AED141}section.events .wrapper .featured-event .content .date .icon svg{width:21px;height:21px}section.events .wrapper .featured-event .content .date .icon svg path{fill:#145f48}section.events .wrapper .featured-event .content .date p{font-weight:700}section.events .wrapper .featured-event .image{width:100%;aspect-ratio:1.6/1;border-radius:0 0 20px 20px;overflow:hidden}section.events .wrapper .featured-event .image img{width:100%;height:100%;object-fit:cover}section.events .wrapper .filters{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:16px}section.events .wrapper .filters h4{margin-bottom:0;min-width:100px}section.events .wrapper .filters select{border-radius:5px;border:1px solid #145F48;background:#FFF;width:100%;height:36px;padding:0 8px;color:#145f48;max-width:250px;font-weight:600}section.events .wrapper .events-index{display:grid;grid-template-columns:1fr;column-gap:auto;row-gap:auto;gap:32px}section.events .wrapper .events-index .event{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;flex-wrap:auto;width:100%;height:100%;border-radius:20px;border:solid 1px #145F48;background:#FFF;text-decoration:none;overflow:hidden;transition:all .3s ease}section.events .wrapper .events-index .event:hover{background:rgba(229,234,152,.2)}section.events .wrapper .events-index .event .image{position:relative;aspect-ratio:1.75/1;width:100%;overflow:hidden}section.events .wrapper .events-index .event .image .tag{position:absolute;top:16px;left:16px;padding:6px 12px;font-size:.75rem;border-radius:24px;color:#fff;font-weight:800;text-transform:uppercase;background:#145F48;text-decoration:none;transition:all .3s ease}section.events .wrapper .events-index .event .image .tag.orange{background:#F5933C}section.events .wrapper .events-index .event .image .tag.green{background:#2AA048}section.events .wrapper .events-index .event .image img{width:100%;height:100%;object-fit:cover;object-position:center}section.events .wrapper .events-index .event .content{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;flex-wrap:auto;flex:1;padding:24px}section.events .wrapper .events-index .event .content h4{font-family:Aptos,sans-serif;font-weight:700;font-size:1.25rem;color:#bb2040;line-height:1.3}section.events .wrapper .events-index .event .content .date,section.events .wrapper .events-index .event .content .time,section.events .wrapper .events-index .event .content .location{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:16px;margin-bottom:16px}section.events .wrapper .events-index .event .content .date .icon,section.events .wrapper .events-index .event .content .time .icon,section.events .wrapper .events-index .event .content .location .icon{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;width:32px;height:32px;border-radius:32px}section.events .wrapper .events-index .event .content .date .icon svg,section.events .wrapper .events-index .event .content .time .icon svg,section.events .wrapper .events-index .event .content .location .icon svg{width:18px}section.events .wrapper .events-index .event .content .date .icon{background:#145F48}section.events .wrapper .events-index .event .content .time .icon{background:#2AA048}section.events .wrapper .events-index .event .content .location .icon{background:#F5933C}@media only screen and (min-width: 992px){section.events{padding:80px 16px 40px}section.events .wrapper{gap:56px}section.events .wrapper>.content p,section.events .wrapper>.content p *{font-size:1.5rem}section.events .wrapper .featured-event{flex-direction:row}section.events .wrapper .featured-event .content{margin-bottom:0;margin-left:-10px;padding:64px;height:100%}section.events .wrapper .featured-event .image{border-radius:20px 0 0 20px;align-self:stretch;aspect-ratio:none;margin-right:-10px}section.events .wrapper .events-index{grid-template-columns:1fr 1fr 1fr}}
