.featured-events{position:relative;background-color:#000;color:#fff}.featured-events__hero{position:relative;width:100%;height:850px;overflow:hidden}@media only screen and (max-width: 768px){.featured-events__hero{height:500px}}.featured-events__bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.featured-events__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .6s ease-in-out;pointer-events:none}.featured-events__bg-image--visible{opacity:1;z-index:1}@media only screen and (max-width: 768px){.featured-events__bg-image--desktop{display:none}}@media only screen and (min-width: 769px){.featured-events__bg-image--mobile{display:none}}.featured-events__bg-image--placeholder{background-color:#333;opacity:.5}.featured-events__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1}.featured-events__content-overlay{position:relative;width:100%;height:100%;pointer-events:none;z-index:2}.featured-events__logo{position:absolute;top:24px;left:40px;width:calc(100% - 80px);max-width:1340px;mix-blend-mode:exclusion;pointer-events:auto}@media only screen and (max-width: 768px){.featured-events__logo{left:20px;width:calc(100% - 40px);top:20px}}.featured-events__logo-img{width:100%;height:auto;display:block}.featured-events__social{position:absolute;top:24px;right:40px;display:flex;flex-direction:column;gap:16px;pointer-events:auto;align-items:center}@media only screen and (max-width: 768px){.featured-events__social{right:20px;bottom:20px;top:unset}}.featured-events__social-link{color:#fff;font-size:12px;text-transform:uppercase;text-decoration:none;display:block;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;text-indent:-9999px}.featured-events__social-link svg{width:48px;height:48px}.featured-events__social-link svg path{fill:#000}.featured-events__list-container{padding:72px 0;width:100%;display:flex;justify-content:center}@media only screen and (max-width: 768px){.featured-events__list-container{padding:40px 0}}.featured-events__list{width:100%;max-width:1410px;display:flex;flex-direction:column;gap:40px;padding:0 20px}.featured-events__item{width:100%;cursor:pointer}.featured-events__row{display:flex;gap:23px;align-items:flex-start;text-decoration:none;color:#fff;font-family:"Helvetica LT",sans-serif;transition:color .3s ease}@media only screen and (max-width: 640px){.featured-events__row{flex-wrap:wrap;column-gap:23px;row-gap:16px}}.featured-events__col{position:relative;flex-shrink:0}.featured-events__col--year{width:90px;font-size:20px}@media only screen and (max-width: 640px){.featured-events__col--year{width:auto;margin-right:10px}}.featured-events__col--type{width:90px;font-size:20px;text-transform:uppercase}@media only screen and (max-width: 640px){.featured-events__col--type{width:auto;margin-right:10px}}.featured-events__col--artist{flex-grow:1;flex-basis:0;font-size:40px;text-transform:uppercase;font-weight:900;line-height:1}@media only screen and (max-width: 640px){.featured-events__col--artist{font-size:28px;flex-basis:100%}}.featured-events__col--title{flex-grow:1;flex-basis:0;font-size:40px;font-weight:900;line-height:1}@media only screen and (max-width: 640px){.featured-events__col--title{font-size:28px;flex-basis:100%}}.featured-events__item--active .featured-events__row{color:#f23e0d}@media(hover: hover){.featured-events__item:hover .featured-events__row{color:#f23e0d}}