.next-tradeshow-module{background-position:50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;position:relative;transition:all .3s ease}.next-tradeshow-module--loaded{background-image:var(--banner-bg-image)}.next-tradeshow-module__overlay{bottom:0;left:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.next-tradeshow-module__container{align-items:center;display:flex;margin:0 auto;max-width:1200px;padding:4rem 2rem;position:relative;z-index:10}.next-tradeshow-module__content{display:flex;flex-direction:column;max-width:600px;transition:transform .3s ease;width:50%}.next-tradeshow-module__eyebrow{font-weight:500;letter-spacing:.05em;margin-bottom:1rem;opacity:.9;text-transform:uppercase}.next-tradeshow-module__title{font-weight:700;line-height:1.2;margin-bottom:1rem}.next-tradeshow-module__date{font-weight:500;margin-bottom:.5rem;opacity:.8}.next-tradeshow-module__location{font-style:italic;font-weight:400;margin-bottom:2rem;opacity:.8}.next-tradeshow-module__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.next-tradeshow-module__buttons .button{min-width:140px;text-align:center;transition:all .3s ease}.next-tradeshow-module__buttons .button:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.next-tradeshow-module--parallax{background-attachment:fixed}.next-tradeshow-module:hover .next-tradeshow-module__content{transform:translateY(-5px)}.next-tradeshow-module:hover .next-tradeshow-module__overlay{opacity:calc(var(--overlay-opacity, .4) + .1)}@media (max-width:1024px){.next-tradeshow-module__content{width:60%}.next-tradeshow-module__container{padding:3.5rem 2rem}}@media (max-width:767px){.next-tradeshow-module{min-height:400px}.next-tradeshow-module__container{min-height:400px;padding:3rem 1.5rem}.next-tradeshow-module__content{text-align:center;width:100%}.next-tradeshow-module__buttons{align-items:center;flex-direction:column;gap:.75rem}.next-tradeshow-module__buttons .button{max-width:280px;width:100%}.next-tradeshow-module--parallax{background-attachment:scroll}.next-tradeshow-module:hover .next-tradeshow-module__content{transform:none}.next-tradeshow-module:hover .next-tradeshow-module__overlay{opacity:var(--overlay-opacity,.4)}}@media (max-width:480px){.next-tradeshow-module{min-height:350px}.next-tradeshow-module__container{min-height:350px;padding:2.5rem 1rem}.next-tradeshow-module__eyebrow,.next-tradeshow-module__title{margin-bottom:.75rem}.next-tradeshow-module__date{margin-bottom:.25rem}.next-tradeshow-module__location{margin-bottom:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.next-tradeshow-module--loaded .next-tradeshow-module__content{animation:fadeInUp .6s ease-out}.next-tradeshow-module__buttons .button:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-contrast:high){.next-tradeshow-module__overlay{opacity:.7!important}.next-tradeshow-module__date,.next-tradeshow-module__eyebrow,.next-tradeshow-module__location{opacity:1!important}}