.hero-calendar{height:325px;position:relative}.hero-calendar img{width:100%;height:100%;object-fit:cover}.hero-calendar .title{position:absolute;top:50%;left:50%;width:100%;font-size:3rem;padding:1.25rem;transform:translate(-50%,-50%);color:rgb(210,210,210);letter-spacing:3px;opacity:0}.hero-calendar .title.animated{animation:fadeIn .75s ease-in forwards}@media (min-width:768px){.hero-calendar .title{font-size:3.5rem}}.empty-calendar{font-size:1.8rem}.empty-calendar>span:last-of-type{width:100%;font-size:2.15rem;margin-top:1rem}.empty-calendar>span:last-of-type>i{animation-duration:3s}@media (min-width:700px){.empty-calendar>span:last-of-type{width:50px;font-size:2.15rem;margin:0 1rem}}.dates{display:flex;flex-wrap:wrap;justify-content:space-between}.date{width:100%;margin-bottom:3rem}.date__datetime{padding:1rem;border-radius:10px 10px 0 0;font-size:1.4rem;font-weight:500;color:white;background:linear-gradient(135deg,#b4b4a2 0%,#5a997b 50%,#8995a1 100%)}.date__datetime p:first-of-type{margin-bottom:.75rem}.date__description{padding:2rem 1rem;font-size:1.3rem;text-align:center;border-radius:0 0 10px 10px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);background:linear-gradient(145deg,hsla(118,78%,33%,0.01) 20%,hsla(219,63%,33%,0.1) 100%)}@media (min-width:768px){.date{width:48%}}