@import url(https://use.typekit.net/uca8tmb.css);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans+Extra+Condensed:ital,wght@0,400;0,500;1,400;1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap);
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0, 0, 0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:translate3d(0, 0, 0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(print),(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}}@font-face{font-family:"Millik";src:url(fonts/MillikRegular.woff2) format("woff2"),url(fonts/MillikRegular.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .header{padding:0;font:inherit;color:inherit}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .headerInnerContent{height:auto}body:not(.hooplandiaTheme,.hooplandiaHomepage) .generalmessage{box-sizing:border-box;padding:0 10px;white-space:normal}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .generalmessage{padding:0 10px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .powered-by-saffire a{bottom:initial}body:not(.hooplandiaTheme,.hooplandiaHomepage) .loginstatus{float:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .loginstatus a,body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .myAccountNavButton a{color:inherit}body:not(.hooplandiaTheme,.hooplandiaHomepage) #weatherBugWidget{position:static;display:flex;align-items:center}body:not(.hooplandiaTheme,.hooplandiaHomepage) #weatherBugWidget img{flex-shrink:0;margin:0 5px}body:not(.hooplandiaTheme,.hooplandiaHomepage) #weatherBugWidget #weatherBugText,body:not(.hooplandiaTheme,.hooplandiaHomepage) #weatherBugWidget #weatherBugDescription{display:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) #weatherBugWidget.weatherBugSet #weatherBugDescription{display:inline;color:inherit}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize.isResponsive iframe{max-width:100%}body:not(.hooplandiaTheme,.hooplandiaHomepage) .ticket{height:auto;padding:0}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize a.ticket,body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize a.ticket:hover{position:static;display:inline-block;padding:0;overflow:visible;white-space:normal;border:none;border-radius:0}body:not(.hooplandiaTheme,.hooplandiaHomepage) .emailSignup{box-sizing:border-box}body:not(.hooplandiaTheme,.hooplandiaHomepage) .emailSignup>div{float:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .emailSignup .emailInputField input{box-sizing:border-box;border:none;box-shadow:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .emailSignup .emailSubmitButton{box-sizing:border-box}body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .emailSignup{position:relative;z-index:1}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .header .emailSignup{float:none;font-size:inherit}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .header .emailSignup:hover{cursor:pointer}body:not(.hooplandiaTheme,.hooplandiaHomepage) body.modalBody .emailSignup .emailInputField input{padding:2px 5px;margin:5px 0;border:1px solid #000}body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .searchBox{position:relative;z-index:1}body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .searchBox:not(.clonedSearchBox)>div{float:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .searchBox:not(.clonedSearchBox) #searchBoxClicker{display:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .searchBox:not(.clonedSearchBox) .searchBoxInput input{box-sizing:border-box;border:none;box-shadow:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .header .searchBox:not(.clonedSearchBox) .searchSubmitButton{box-sizing:border-box}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .header .searchBox:not(.clonedSearchBox){float:none;font-size:inherit}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker{display:block}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover{cursor:pointer}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .searchBox.clonedSearchBox{background:#222}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .searchBox.clonedSearchBox::before{display:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox{box-sizing:border-box;width:100%;height:100%;padding:5px 10px;font-size:14px;border-radius:0 !important}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit{display:flex;align-items:center;justify-content:center}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a.searchSubmitButton{border-color:#ddd;border-radius:0 !important}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit::before{position:static}body:not(.hooplandiaTheme,.hooplandiaHomepage) .viewcart>span{position:relative;display:inline-block}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .viewcart{float:none;width:auto;height:auto;font-family:inherit !important;font-size:inherit}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .viewcart::before{display:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .viewcart:hover .cartMenu{display:none !important}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .viewcart .cartMenuLink{box-sizing:border-box}body:not(.hooplandiaTheme,.hooplandiaHomepage) .cartMenuRemoveButton{text-decoration:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .standAloneDirections{color:inherit}body:not(.hooplandiaTheme,.hooplandiaHomepage) .pressPageTabs .tab{font-size:14px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .left.pressDate{width:120px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .arrowdown{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000}body:not(.hooplandiaTheme,.hooplandiaHomepage) .arrowdown_on{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #444}body:not(.hooplandiaTheme,.hooplandiaHomepage) .arrowup{border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0)}body:not(.hooplandiaTheme,.hooplandiaHomepage) .arrowup_on{border-color:#444 rgba(0,0,0,0) rgba(0,0,0,0)}body:not(.hooplandiaTheme,.hooplandiaHomepage) #directoryFilterOptions>li:hover{background:#cbdfe2}body:not(.hooplandiaTheme,.hooplandiaHomepage) .directoryHeader{font-family:inherit;font-size:14px;border-radius:6px}body:not(.hooplandiaTheme,.hooplandiaHomepage) #google_translate_element{top:1rem;right:2rem}body:not(.hooplandiaTheme,.hooplandiaHomepage) .mapLegend{padding:.75rem}body:not(.hooplandiaTheme,.hooplandiaHomepage) .tiny,body:not(.hooplandiaTheme,.hooplandiaHomepage) .note{font-size:12px}body:not(.hooplandiaTheme,.hooplandiaHomepage) input.textbox,body:not(.hooplandiaTheme,.hooplandiaHomepage) textarea.multi,body:not(.hooplandiaTheme,.hooplandiaHomepage) select.dropdown{font-size:14px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize a.buttonSmall.button{padding:.5em .75em}body:not(.hooplandiaTheme,.hooplandiaHomepage) .ui-dialog-title{display:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) #dynamicModal{min-height:250px !important}body:not(.hooplandiaTheme,.hooplandiaHomepage) .featureLineupContainer .featureLineup-buttons.subContainer{width:100%;margin-top:8px;background:none;box-shadow:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .FeatureLineupModule .featureLineupModule .featureLineup-social{min-height:28px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .FeatureLineupModule .featureLineupModule .featureLineup-social div{display:inline-flex;align-items:center}body:not(.hooplandiaTheme,.hooplandiaHomepage) .FeatureLineupModule .featureLineupModule .featureLineup-social div a{width:26px;height:26px;font-size:22px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .filter-group #eventFilterList li,body:not(.hooplandiaTheme,.hooplandiaHomepage) .filter-group #eventDateList li a{padding:.5em}body:not(.hooplandiaTheme,.hooplandiaHomepage) .eventList-container .eventCol1 .filter-group{line-height:1.2}body:not(.hooplandiaTheme,.hooplandiaHomepage) .featureLineup-buynow{max-width:60%}body:not(.hooplandiaTheme,.hooplandiaHomepage) .featureLineupContainer:hover .featureLineup-headline{opacity:0;transition:.3s}body:not(.hooplandiaTheme,.hooplandiaHomepage) .featureLineup-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body:not(.hooplandiaTheme,.hooplandiaHomepage) .featureLineup-more .button,body:not(.hooplandiaTheme,.hooplandiaHomepage) .featureLineupContainer .featureLineup-headline.button{font-size:1rem}body:not(.hooplandiaTheme,.hooplandiaHomepage) .faqSection{width:100%;max-width:1200px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .faqSection .bold{font-weight:normal}.saffireMobileSize body:not(.hooplandiaTheme,.hooplandiaHomepage) .faqSection{font-size:.875rem}body:not(.hooplandiaTheme,.hooplandiaHomepage) .faqSection p{position:relative;box-sizing:border-box;padding-left:4.375em}body:not(.hooplandiaTheme,.hooplandiaHomepage) .faqQuestion{box-sizing:border-box;width:100%;max-width:100% !important;padding:1em 1.25em}body:not(.hooplandiaTheme,.hooplandiaHomepage) .faqQuestion::before{position:absolute;top:0;left:0;padding:1.5em 1.625em;font-size:.875em;line-height:1}body:not(.hooplandiaTheme,.hooplandiaHomepage) .faqAnswer{padding:.75em 1.25em 1.25em;margin-left:4.375em}body:not(.hooplandiaTheme,.hooplandiaHomepage) .FAQModule hr{display:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .show-lightbox h2{color:#fff}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireLargeSize .nav .groups .group{float:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireLargeSize .nav .groups .group>.showingNav{box-sizing:border-box}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireLargeSize .nav .items{float:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireLargeSize .nav .items .item>*{box-sizing:border-box}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireLargeSize .nav .subitems{float:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .saffireMobileSize .nav{display:none !important}body:not(.hooplandiaTheme,.hooplandiaHomepage) .galleryViewName{text-overflow:ellipsis;white-space:nowrap}body:not(.hooplandiaTheme,.hooplandiaHomepage) .printEvent{display:flex !important;align-items:center}body:not(.hooplandiaTheme,.hooplandiaHomepage) .printEvent .print{order:2}body:not(.hooplandiaTheme,.hooplandiaHomepage) .printEvent .fa-print{order:1}@keyframes scaleZ{0%{opacity:0;transform:scale(0)}80%{transform:scale(1.07)}100%{opacity:1;transform:scale(1)}}@keyframes scaleZBackground{0%{background-color:rgba(0,0,0,0)}80%{background-color:rgba(0,0,0,0)}100%{background-color:#e00087}}body:not(.hooplandiaTheme,.hooplandiaHomepage) .group:hover .items{display:block;animation:scaleZBackground 350ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .group:hover .items .item{display:block}body:not(.hooplandiaTheme,.hooplandiaHomepage) .group:hover .items .item.navClonedItem{display:none}body:not(.hooplandiaTheme,.hooplandiaHomepage) .group .items .item:hover>.subitems{display:block;transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .group .items{position:absolute}body:not(.hooplandiaTheme,.hooplandiaHomepage) .group .items .item{display:none;opacity:0;background-color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .group .items .item .subitems{display:none;transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-1{transform-origin:top center;animation:scaleZ 100ms 40ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-1 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-1 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 40ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-1 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-1:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-2{transform-origin:top center;animation:scaleZ 100ms 80ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-2 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-2 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 80ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-2 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-2:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-3{transform-origin:top center;animation:scaleZ 100ms 120ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-3 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-3 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 120ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-3 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-3:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-4{transform-origin:top center;animation:scaleZ 100ms 160ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-4 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-4 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 160ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-4 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-4:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-5{transform-origin:top center;animation:scaleZ 100ms 200ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-5 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-5 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 200ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-5 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-5:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-6{transform-origin:top center;animation:scaleZ 100ms 240ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-6 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-6 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 240ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-6 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-6:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-7{transform-origin:top center;animation:scaleZ 100ms 280ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-7 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-7 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 280ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-7 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-7:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-8{transform-origin:top center;animation:scaleZ 100ms 320ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-8 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-8 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 320ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-8 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-8:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-9{transform-origin:top center;animation:scaleZ 100ms 360ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-9 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-9 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 360ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-9 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-9:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-10{transform-origin:top center;animation:scaleZ 100ms 400ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-10 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-10 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 400ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-10 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-10:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-11{transform-origin:top center;animation:scaleZ 100ms 440ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-11 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-11 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 440ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-11 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-11:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-12{transform-origin:top center;animation:scaleZ 100ms 480ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-12 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-12 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 480ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-12 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-12:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-13{transform-origin:top center;animation:scaleZ 100ms 520ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-13 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-13 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 520ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-13 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-13:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-14{transform-origin:top center;animation:scaleZ 100ms 560ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-14 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-14 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 560ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-14 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-14:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-15{transform-origin:top center;animation:scaleZ 100ms 600ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-15 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-15 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 600ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-15 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-15:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-16{transform-origin:top center;animation:scaleZ 100ms 640ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-16 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-16 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 640ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-16 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-16:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-17{transform-origin:top center;animation:scaleZ 100ms 680ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-17 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-17 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 680ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-17 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-17:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-18{transform-origin:top center;animation:scaleZ 100ms 720ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-18 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-18 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 720ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-18 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-18:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-19{transform-origin:top center;animation:scaleZ 100ms 760ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-19 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-19 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 760ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-19 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-19:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-20{transform-origin:top center;animation:scaleZ 100ms 800ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-20 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-20 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 800ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-20 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-20:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-21{transform-origin:top center;animation:scaleZ 100ms 840ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-21 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-21 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 840ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-21 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-21:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-22{transform-origin:top center;animation:scaleZ 100ms 880ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-22 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-22 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 880ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-22 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-22:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-23{transform-origin:top center;animation:scaleZ 100ms 920ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-23 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-23 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 920ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-23 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-23:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-24{transform-origin:top center;animation:scaleZ 100ms 960ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-24 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-24 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 960ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-24 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-24:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-25{transform-origin:top center;animation:scaleZ 100ms 1000ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-25 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-25 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1000ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-25 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-25:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-26{transform-origin:top center;animation:scaleZ 100ms 1040ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-26 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-26 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1040ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-26 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-26:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-27{transform-origin:top center;animation:scaleZ 100ms 1080ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-27 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-27 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1080ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-27 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-27:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-28{transform-origin:top center;animation:scaleZ 100ms 1120ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-28 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-28 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1120ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-28 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-28:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-29{transform-origin:top center;animation:scaleZ 100ms 1160ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-29 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-29 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1160ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-29 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-29:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-30{transform-origin:top center;animation:scaleZ 100ms 1200ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-30 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-30 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1200ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-30 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-30:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-31{transform-origin:top center;animation:scaleZ 100ms 1240ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-31 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-31 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1240ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-31 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-31:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-32{transform-origin:top center;animation:scaleZ 100ms 1280ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-32 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-32 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1280ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-32 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-32:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-33{transform-origin:top center;animation:scaleZ 100ms 1320ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-33 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-33 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1320ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-33 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-33:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-34{transform-origin:top center;animation:scaleZ 100ms 1360ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-34 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-34 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1360ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-34 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-34:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-35{transform-origin:top center;animation:scaleZ 100ms 1400ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-35 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-35 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1400ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-35 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-35:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-36{transform-origin:top center;animation:scaleZ 100ms 1440ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-36 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-36 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1440ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-36 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-36:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-37{transform-origin:top center;animation:scaleZ 100ms 1480ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-37 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-37 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1480ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-37 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-37:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-38{transform-origin:top center;animation:scaleZ 100ms 1520ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-38 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-38 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1520ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-38 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-38:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-39{transform-origin:top center;animation:scaleZ 100ms 1560ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-39 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-39 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1560ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-39 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-39:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-40{transform-origin:top center;animation:scaleZ 100ms 1600ms ease-in-out forwards;width:290px}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-40 .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-40 .subitems .item{transform-origin:top center;animation:scaleZ 100ms 1600ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-40 .subitems .item:hover{transition:all 350ms ease-in-out;background-color:#fcee21;color:#e00087}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .dropdown_menu-40:hover{transition:all 350ms ease-in-out;background-color:#e00087;color:#fcee21}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-1{transform-origin:top center;animation:scaleZ 100ms 40ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-2{transform-origin:top center;animation:scaleZ 100ms 80ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-3{transform-origin:top center;animation:scaleZ 100ms 120ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-4{transform-origin:top center;animation:scaleZ 100ms 160ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-5{transform-origin:top center;animation:scaleZ 100ms 200ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-6{transform-origin:top center;animation:scaleZ 100ms 240ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-7{transform-origin:top center;animation:scaleZ 100ms 280ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-8{transform-origin:top center;animation:scaleZ 100ms 320ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-9{transform-origin:top center;animation:scaleZ 100ms 360ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-10{transform-origin:top center;animation:scaleZ 100ms 400ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-11{transform-origin:top center;animation:scaleZ 100ms 440ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-12{transform-origin:top center;animation:scaleZ 100ms 480ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-13{transform-origin:top center;animation:scaleZ 100ms 520ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-14{transform-origin:top center;animation:scaleZ 100ms 560ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-15{transform-origin:top center;animation:scaleZ 100ms 600ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-16{transform-origin:top center;animation:scaleZ 100ms 640ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-17{transform-origin:top center;animation:scaleZ 100ms 680ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-18{transform-origin:top center;animation:scaleZ 100ms 720ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-19{transform-origin:top center;animation:scaleZ 100ms 760ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-20{transform-origin:top center;animation:scaleZ 100ms 800ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-21{transform-origin:top center;animation:scaleZ 100ms 840ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-22{transform-origin:top center;animation:scaleZ 100ms 880ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-23{transform-origin:top center;animation:scaleZ 100ms 920ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-24{transform-origin:top center;animation:scaleZ 100ms 960ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-25{transform-origin:top center;animation:scaleZ 100ms 1000ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-26{transform-origin:top center;animation:scaleZ 100ms 1040ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-27{transform-origin:top center;animation:scaleZ 100ms 1080ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-28{transform-origin:top center;animation:scaleZ 100ms 1120ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-29{transform-origin:top center;animation:scaleZ 100ms 1160ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-30{transform-origin:top center;animation:scaleZ 100ms 1200ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-31{transform-origin:top center;animation:scaleZ 100ms 1240ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-32{transform-origin:top center;animation:scaleZ 100ms 1280ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-33{transform-origin:top center;animation:scaleZ 100ms 1320ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-34{transform-origin:top center;animation:scaleZ 100ms 1360ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-35{transform-origin:top center;animation:scaleZ 100ms 1400ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-36{transform-origin:top center;animation:scaleZ 100ms 1440ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-37{transform-origin:top center;animation:scaleZ 100ms 1480ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-38{transform-origin:top center;animation:scaleZ 100ms 1520ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-39{transform-origin:top center;animation:scaleZ 100ms 1560ms ease-in-out forwards}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems{transition:all 350ms ease-in-out}body:not(.hooplandiaTheme,.hooplandiaHomepage) .nav .items .item .subitems .dropdown_submenu-40{transform-origin:top center;animation:scaleZ 100ms 1600ms ease-in-out forwards}body{font:16px/1.2 "acumin-variable",arial,system-ui,sans-serif;font-weight:400;font-variation-settings:"wght" 400,"wdth" 100;color:#282828}b,strong{font-family:"acumin-variable",arial,system-ui,sans-serif;font-weight:400;font-variation-settings:"wght" 700,"wdth" 100}h1,h2,h3,h4,h5,h6{margin:0 0 8px;font-family:"acumin-variable",arial,system-ui,sans-serif;line-height:1.2;color:#282828;text-transform:none}h3,h4,h5,h6{font-weight:400;font-variation-settings:"wght" 700,"wdth" 100}h1{font-family:"Millik",sans-serif;font-weight:400;font-size:clamp(1.8rem,1.41rem + 1.39vw,2.375rem)}h2{font-family:"Millik",sans-serif;font-weight:400;font-size:clamp(1.6rem,1.33rem + .96vw,1.625rem)}h2:has(+.featureLineupModule),h2:has(+.faqSection){font-family:"Millik",sans-serif}h3{font-size:clamp(1.42rem,1.25rem + .62vw,1.5rem)}h4{font-size:clamp(1.27rem,1.17rem + .35vw,1.44rem)}h5{font-size:clamp(1.13rem,1.08rem + .15vw,1.2rem)}h6{font-size:1rem}a{font-weight:400;font-variation-settings:"wght" 600,"wdth" 100;color:#e00087;text-decoration:underline;text-underline-offset:2px}a:hover{text-decoration:none}.header a,.footer a{text-decoration:none}input.textbox,select.dropdown,textarea.multi{padding:2px 6px;font:16px/1.5 "acumin-variable",arial,system-ui,sans-serif;color:#282828}.fa{color:#282828}.fa.fa-print{color:#fff}.eventCol1 .fa{color:#e00087}.galleryViewName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.hooplandiaTheme{color:#072c49;font:20px/1.5 "Fira Sans Extra Condensed",sans-serif;font-weight:400}body.hooplandiaTheme b,body.hooplandiaTheme strong{font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:900;color:#072c49}.hooplandiaTheme h1,.hooplandiaTheme h2,.hooplandiaTheme h3,.hooplandiaTheme h4,.hooplandiaTheme h5,.hooplandiaTheme h6{font-family:"Barlow",sans-serif;font-weight:900;color:#072c49;line-height:1.2;margin:0 0 .67em 0;text-transform:uppercase;font-style:italic}.hooplandiaTheme a{color:#ed2225;font-weight:800;font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme h1{font-size:29px}@media screen and (min-width: 450px){.hooplandiaTheme h1{font-size:calc(29px + 9px*(100vw - 450px)/916px)}}@media screen and (min-width: 1366px){.hooplandiaTheme h1{font-size:38px}}.hooplandiaTheme h2{font-size:26px}@media screen and (min-width: 450px){.hooplandiaTheme h2{font-size:calc(26px + 2px*(100vw - 450px)/916px)}}@media screen and (min-width: 1366px){.hooplandiaTheme h2{font-size:28px}}.hooplandiaTheme h3{font-size:20px}@media screen and (min-width: 450px){.hooplandiaTheme h3{font-size:calc(20px + 2px*(100vw - 450px)/916px)}}@media screen and (min-width: 1366px){.hooplandiaTheme h3{font-size:22px}}.hooplandiaTheme h4{font-size:18px}@media screen and (min-width: 450px){.hooplandiaTheme h4{font-size:calc(18px + 2px*(100vw - 450px)/916px)}}@media screen and (min-width: 1366px){.hooplandiaTheme h4{font-size:20px}}.hooplandiaTheme h5{font-size:16px}@media screen and (min-width: 450px){.hooplandiaTheme h5{font-size:calc(16px + 2px*(100vw - 450px)/916px)}}@media screen and (min-width: 1366px){.hooplandiaTheme h5{font-size:18px}}.hooplandiaTheme h6{font-size:14px}@media screen and (min-width: 450px){.hooplandiaTheme h6{font-size:calc(14px + 2px*(100vw - 450px)/916px)}}@media screen and (min-width: 1366px){.hooplandiaTheme h6{font-size:16px}}.hooplandiaTheme .subContainer{font-size:14px}.hooplandiaTheme .subContainer h1{font-size:28px}.hooplandiaTheme .subContainer h2{font-size:24px}.hooplandiaTheme .subContainer h3{font-size:20px}.hooplandiaTheme .subContainer h4{font-size:18px}.hooplandiaTheme .subContainer h5{font-size:16px}.hooplandiaTheme .subContainer h6{font-size:14px}.hooplandiaTheme .media-container-popup h1,.hooplandiaTheme .media-container-popup h2,.hooplandiaTheme .media-container-popup h3{color:#fff}.hooplandiaTheme a{color:#ed2225;text-decoration:underline;text-transform:capitalize}.hooplandiaTheme .header a,.hooplandiaTheme .footer a{text-decoration:none}.hooplandiaTheme a:hover{text-decoration:none}.hooplandiaTheme .eventCol1 .fa{color:#072c49}.hooplandiaTheme .galleryViewName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body{background:#fff no-repeat fixed;background-size:cover}body:not(.homepage,.hooplandiaTheme,.bigELanding) .wrapper{background:url(images/wrapper-bg.jpg) center bottom/cover no-repeat fixed #e00087}.wrapper{width:100%;transition:.2s}.saffireMobileSize .wrapper,.saffireLargeSize .wrapper{padding-top:181px}@media screen and (max-width: 1366px){.saffireMobileSize .wrapper,.saffireLargeSize .wrapper{padding-top:140px}}@media screen and (max-width: 1024px){.saffireMobileSize .wrapper,.saffireLargeSize .wrapper{padding-top:167px}}.saffireMobileSize.theBigE .wrapper{padding-top:170px}.saffireLargeSize.theBigE .wrapper{padding-top:120px}.saffireMobileSize.theBigE.generalMessageOn .wrapper{padding-top:210px}.saffireLargeSize.theBigE.generalMessageOn .wrapper{padding-top:150px}body:not(.homepage).theBigE .content{position:relative;width:90vw;max-width:1300px;padding:50px 20px 160px;margin:20px auto 0;background:#fff}body:not(.homepage).theBigE.hero-image .content{margin-top:calc(clamp(220px,25.3333333333vw,380px) - 40px)}body.saffireMobileSize:not(.homepage) .content{margin:20px auto}.saffireMobileSize.homepage .content,.saffireLargeSize.homepage .content,.saffireMobileSize.bigELanding .content,.saffireLargeSize.bigELanding .content{position:relative;max-width:100%;padding:0;margin:0 auto;background:none}.subContainer{color:#111;background:#e5e5e5;box-shadow:2px 2px 5px #000}.subContainer h1,.subContainer h2,.subContainer h3{color:#072c49}.subContainer a{color:#bd0071}.subContainer .error{color:#000}.dateDisplayBar,.dateDisplay{color:#fff;background:#072c49}.theBigE .dateDisplayBar,.theBigE .dateDisplay{background:#e00087}.dateDisplayBar a,.dateDisplay a{color:#fff}#google_translate_element{top:15px;right:30px}.saffireMobileSize #pnl_googleTranslate{margin-top:1em}.container{position:relative;width:1300px;max-width:100%;margin-right:auto;margin-left:auto}.eventList-container{position:relative;width:1300px;max-width:100%;margin-right:auto;margin-left:auto}.orderhistory{background:#072c49}.theBigE .orderhistory{background:#e00087}.orderhistory th{padding:8px 3px;color:#fff;font-variation-settings:"wght" 700;font-weight:400}.alternateRow{background:#e5e5e5}.listingItem{background:#e5e5e5;border-bottom:1px solid #ccc}.listingItem:hover{background:#ededed}.saffireLargeSize .afterContent,.saffireMobileSize .afterContent{box-sizing:border-box;display:block;background:#fff}.generalmessage{display:flex;align-items:center;justify-content:center;height:40px;font-family:"acumin-variable";font-size:14px;font-weight:500;line-height:1.2;color:#e00087;background:#fff;transition:all 300ms ease}.hooplandiaTheme .generalmessage{font-family:"Barlow",sans-serif;color:#fff;background-color:#ed2225}.hooplandiaTheme .generalmessage a{font-family:"Barlow",sans-serif;color:#fff}.generalmessage a{color:inherit;text-decoration:underline}.saffireMobileSize .generalmessage{height:40px;font-size:14px;line-height:1.2}@media screen and (max-width: 500px){.saffireMobileSize .generalmessage{font-size:12px}}.saffireWindowScrolled .generalmessage{height:0;transition:all 300ms ease;padding-top:0}.header-bige{position:fixed;top:0;left:0;z-index:9999999;box-sizing:border-box;width:100%;max-width:100%;height:auto;background:rgba(0,0,0,0);transition:.2s}.saffireMobileSize .header-bige{position:fixed;top:0;left:0;height:auto;background:rgba(0,0,0,0);transition:.2s}.saffireLargeSize.saffireWindowScrolled .header-bige,.saffireMobileSize.saffireWindowScrolled .header-bige{top:-47px;transition:.2s}.saffireWindowScrolled.generalMessageOn .header-bige{transition:.2s}.saffireLargeSize.saffireWindowScrolled.generalMessageOn .header-bige,.saffireMobileSize.saffireWindowScrolled.generalMessageOn .header-bige{transition:.2s}.headerInnerContent{box-sizing:border-box;display:block;width:100%;max-width:100%;height:auto;background-color:#fff;box-shadow:0px 9px 19px 0px rgba(40,40,40,.25)}.header-top{box-sizing:border-box;color:#fff;background:linear-gradient(to bottom, #e00087 0%, #bb2E6f 100%)}@media(min-width: 1100px){.header-top{background:#e00087}}.header-top .container{display:flex;align-items:stretch;justify-content:flex-end;min-height:35px}.saffireMobileSize .header-top .container{min-height:45px}.header-top-right{box-sizing:border-box;display:none;align-items:center;justify-content:flex-end;font-size:1rem;color:#fff;transition:all 350ms ease-in-out;opacity:0}.pageIsLoaded .header-top-right{opacity:1}.header-top-right a{display:flex;align-items:center;justify-content:center;width:40px;height:100%;padding:0;transition:all 350ms ease-in-out}@media(min-width: 1100px){.header-top-right{display:flex}}.header-bottom{box-sizing:border-box;display:flex;flex-direction:column;padding:10px 1rem 26px 12px;position:relative;width:1300px;max-width:100%;margin-right:auto;margin-left:auto}@media(min-width: 1100px){.header-bottom{padding:20px 1rem 0 1rem}}@media(min-width: 1300px){.header-bottom{padding:20px 0 0}}.header-bottom-top{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-end}.saffireMobileSize .header-bottom-top{padding-left:55vw;flex-wrap:wrap}.header-bige .directions{box-sizing:border-box;line-height:1;color:#fff}.header-bige .directions:hover,.header-bige .directions:focus{background:#fff}.header-bige .directions:hover svg path,.header-bige .directions:focus svg path{fill:#e00087}.header .searchBox:not(.clonedSearchBox){display:inline-flex;align-items:center;position:relative}.header .searchBox:not(.clonedSearchBox) .searchBoxInput input{width:170px;height:44px;padding:0 5px;font-family:"acumin-variable",arial,system-ui,sans-serif;font-size:14px;border-radius:0 !important;width:0;padding:0;transition:.2s}.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus{width:170px;padding:0 5px;transition:.2s}.header .searchBox:not(.clonedSearchBox) .searchSubmitButton{display:flex;align-items:center;justify-content:center;font-family:"acumin-variable",arial,system-ui,sans-serif;font-size:0;background:rgba(0,0,0,0);padding:0 !important;border-radius:0 !important}.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover{background:rgba(0,0,0,0)}.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:hover:before{color:#fcee21}.header .searchBox:not(.clonedSearchBox):hover .searchBoxSubmit{background-color:#fff}.header .searchBox:not(.clonedSearchBox):hover .searchBoxSubmit svg{fill:#e00087}.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input{width:170px;padding:0 5px;transition:.2s}.saffireMobileSize .header .searchBox:not(.clonedSearchBox){position:relative;align-items:center;justify-content:center;width:50px;height:50px}.saffireMobileSize .header .searchBox:not(.clonedSearchBox)::before{position:static;font-size:26px;line-height:1;color:#eee;content:""}.get-updates{color:#fff}.get-updates:hover,.get-updates:focus{color:#e00087;background:#fff}.get-updates:hover svg,.get-updates:focus svg{fill:#e00087}.header-bige .myAccountButton-wrapper,.header-bige .loginstatus-wrapper{display:flex !important;align-items:center;height:100%;line-height:1}.header-bige .myAccountButton-wrapper .myAccountNavButton,.header-bige .myAccountButton-wrapper .loginstatus,.header-bige .loginstatus-wrapper .myAccountNavButton,.header-bige .loginstatus-wrapper .loginstatus{height:100%}.header-bige .myAccountButton-wrapper a,.header-bige .loginstatus-wrapper a{color:#fff}.header-bige .myAccountButton-wrapper a:hover,.header-bige .myAccountButton-wrapper a:focus,.header-bige .loginstatus-wrapper a:hover,.header-bige .loginstatus-wrapper a:focus{color:#e00087;background:#fff}.header-bige .myAccountButton-wrapper a:hover svg path,.header-bige .myAccountButton-wrapper a:focus svg path,.header-bige .loginstatus-wrapper a:hover svg path,.header-bige .loginstatus-wrapper a:focus svg path{fill:#e00087}body:not(.userLoggedIn) .header-bige .myAccountButton-wrapper{display:none !important}.hidden-default-widgets{display:none}.logo-container{position:absolute;top:-48px;left:-10px;z-index:9999;transition:all 350ms ease-in-out}.saffireWindowScrolled .logo-container{top:-8px}.saffireWindowScrolled .logo-container #cardWidgetLogoDates{opacity:0}.saffireMobileSize .logo-container{top:8px;left:0}.logo-container #cardWidgetLogoDates{display:none;font-family:"acumin-variable";font-variation-settings:"wght" 800,"wdth" 100;color:#fff;text-align:center;font-size:22px;line-height:1;transition:all 350ms ease-in-out}.logo-container #cardWidgetLogoDates .card-widget-title{text-shadow:1px 1px 3px #323232}.homepage .logo-container #cardWidgetLogoDates{display:block}.header-logo{display:block;width:246px;height:158px;margin-bottom:.5rem;background:url(images/header-logo.png) center/contain no-repeat}@media screen and (max-width: 1200px){.header-logo{width:190px;height:135px}}.saffireMobileSize .header-logo{margin-bottom:1.5rem;width:140px;height:95px}.header-bige .ticket-btn{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;min-width:125px;height:45px;margin-left:55px;padding:0 12px 0 26px;font:19px "Millik",sans-serif;color:#282828;background:#fcee21;border-radius:3px;transition:all 350ms ease-in-out}.header-bige .ticket-btn span{position:absolute}.header-bige .ticket-btn:after,.header-bige .ticket-btn:before{display:block;position:absolute;top:50%;transform:translateY(-50%);transition:all 350ms ease-in-out;content:""}.header-bige .ticket-btn::before{left:-40px;width:100px;height:90px;background:url(images/ticket-starbust.svg) center/contain no-repeat}.header-bige .ticket-btn::after{left:-5px;width:30px;height:25px;background:url(images/ticket-icon.png) center/contain no-repeat}.header-bige .ticket-btn:hover,.header-bige .ticket-btn:focus{color:#e00087}.header-bige .ticket-btn:hover:before,.header-bige .ticket-btn:focus:before{transform:translateY(-50%) scale(1.05)}.header-bige .ticket-btn:hover:after,.header-bige .ticket-btn:focus:after{transform:translateY(-50%) rotate(-15deg)}.viewcart{display:inline-flex;align-items:center;justify-content:center;width:60px;height:100%;color:inherit}.saffireLargeSize .viewcart::before,.saffireMobileSize .viewcart::before{display:none}.viewcart .cartMenuLink{display:inline-flex;align-items:center;font-family:"acumin-variable",arial,system-ui,sans-serif !important;font-size:1rem;line-height:1;color:#e00087}.viewcart .cartMenuLink::before{position:relative;margin-right:5px;width:26px;height:24px;content:"";background:url(images/cart-icon.svg) center/contain no-repeat}.viewcart:focus,.viewcart:hover{color:#e00087;background:#fff}@media screen and (max-width: 1024px){.viewcart:focus,.viewcart:hover{background:rgba(0,0,0,0)}}.saffireMobileSize .viewcart{display:inline-flex;overflow:visible}.mobile-nav-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;width:38px;height:38px;margin-left:8px}.mobile-nav-toggle span{width:28px;height:5px;background-color:#282828;border-radius:8px}.mobile-nav-toggle span:not(:last-of-type){margin-bottom:6px}.mobile-nav-toggle:hover{cursor:pointer}.saffireLargeSize .mobile-nav-toggle{order:3}@media(min-width: 1100px){.mobile-nav-toggle{display:none}}.theBigE .nav{display:none;justify-content:flex-end;margin-top:7px}@media(min-width: 1100px){.theBigE .nav{display:flex}}.theBigE .nav .groups{display:flex;flex-wrap:wrap;margin:0}.theBigE .nav .groups .group{display:inline-block;flex-shrink:0}.theBigE .nav .groups .group:last-child .items,.theBigE .nav .groups .group:nth-last-child(2) .items{left:auto;right:0}.theBigE .nav .groups .group:last-child .items{right:40px}.theBigE .nav .groups .group:last-child .subitems,.theBigE .nav .groups .group:nth-last-child(2) .subitems{left:auto;right:100%}.theBigE .nav .groups .group>a{display:inline-block;padding:.5rem 8px .5rem;font-family:"Millik",sans-serif,Arial,Verdana,sans-serif;font-size:18px;font-weight:400;color:#171717}.theBigE .nav .groups .group:last-of-type{padding-right:0}.theBigE .nav .groups .group:hover>a{color:#e00087}.theBigE .nav .items{top:100%;left:0;padding:0;padding-bottom:16px;background:rgba(0,0,0,0);transition:all 350ms ease-in-out}.theBigE .nav .items .item a{padding:3px 15px 3px 15px;font-family:"acumin-variable",arial,system-ui,sans-serif;font-size:16px;font-variation-settings:"wght" 600,"wdth" 100;color:#fff}.theBigE .nav .items .item a:hover{background-color:#fcee21;color:#e00087}.theBigE .nav .item{width:200px;line-height:1.4}.theBigE .nav .item:hover{background:#e00087}.theBigE .nav .subitems{left:100%;padding:0;background:#e00087}.footer:not(.hooplandia-footer-container){position:relative;width:100%;height:auto;padding:0;margin:0 auto;color:#fff;text-align:right;overflow:visible}.footer:not(.hooplandia-footer-container) .footer-bige{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:240px}.saffireLargeSize .footer:not(.hooplandia-footer-container) .footer-bige{padding-top:190px}.theBigE.homepage .footer:not(.hooplandia-footer-container) .footer-bige{background:url(images/footer-bg-sm.jpg) center/cover no-repeat #e00087}.theBigE.homepage.saffireLargeSize .footer:not(.hooplandia-footer-container) .footer-bige{background-image:url(images/footer-bg.jpg)}.footer:not(.hooplandia-footer-container) .logo-footer{position:absolute;top:-40px;right:0;left:0;width:fit-content;margin:0 auto}.footer:not(.hooplandia-footer-container) .logo-footer-img{width:270px;height:180px;margin-bottom:0;background-image:url(images/footer-logo.png)}.saffireMobileSize .footer:not(.hooplandia-footer-container) .logo-footer-img{margin-bottom:1rem}.footer:not(.hooplandia-footer-container) .logo-footer #cardWidgetFooterLogoSlogan .card-content{display:flex;flex-direction:column;align-items:center;line-height:1.2}.footer:not(.hooplandia-footer-container) .logo-footer #cardWidgetFooterLogoSlogan .card-content .card-widget-title{font-variation-settings:"slnt" -12,"wght" 500}.footer:not(.hooplandia-footer-container) .logo-footer #cardWidgetFooterLogoSlogan .card-content .card-widget-description{font-variation-settings:"wght" 700}.footer:not(.hooplandia-footer-container) .social-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 1rem 1rem 1rem}.saffireMobileSize .footer:not(.hooplandia-footer-container) .social-container{margin-bottom:1rem}.footer:not(.hooplandia-footer-container) .social-container .button{margin:1rem 0 1rem 1rem;color:#282828}.footer:not(.hooplandia-footer-container) .social-container .button:hover{text-decoration:none;color:#e00087}.footer:not(.hooplandia-footer-container) .info{list-style:none;padding:0 2rem;margin:0 0 1rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width: 1100px){.footer:not(.hooplandia-footer-container) .info{flex-direction:row;margin:0;align-items:baseline}}.footer:not(.hooplandia-footer-container) .info li{margin-bottom:24px;font-size:22px;font-variation-settings:"wght" 700,"wdth" 100;color:#fff;text-align:center}@media(min-width: 767px){.footer:not(.hooplandia-footer-container) .info li:not(:last-of-type){margin-right:clamp(24px,3vw,48px)}}.footer:not(.hooplandia-footer-container) ul.footerItems1{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;width:100%;max-width:clamp(900px,80vw,1300px);margin:0 auto;font-family:"acumin-variable";font-size:18px;font-variation-settings:"wght" 600,"wdth" 100;color:#fff;padding-bottom:2rem}@media(min-width: 1100px){.footer:not(.hooplandia-footer-container) ul.footerItems1{flex-direction:row;padding:0 1rem 2rem}}.footer:not(.hooplandia-footer-container) ul.footerItems1 a{color:#fff}.footer:not(.hooplandia-footer-container) ul.footerItems1 li{margin:.5rem 1rem;text-align:center}.footer:not(.hooplandia-footer-container) ul.footerItems1 .separator{display:none}@media(min-width: 1100px){.footer:not(.hooplandia-footer-container) ul.footerItems1 .separator{display:inline-flex;align-items:center}}.footer:not(.hooplandia-footer-container) a{color:#fff;text-decoration:none}.footer:not(.hooplandia-footer-container) a:hover{text-decoration:underline}.footer:not(.hooplandia-footer-container) ul.footerItems2{width:100%;margin:0 auto;color:#e00087;text-align:center}.footer-bottom{position:relative;width:100%;padding:20px 0 10px;background-color:#282828;display:grid;grid-template-columns:minmax(0.5rem, 1fr) minmax(0, clamp(1vw, 90vw, 1300px)) minmax(0.5rem, 1fr)}.saffireLargeSize .footer-bottom{padding:10px 0 20px}.footer-bottom .site-copyright>*,.footer-bottom .powered-by-saffire>*{font-family:"acumin-variable",arial,system-ui,sans-serif;font-size:1rem;font-variation-settings:"wght" 200,"wdth" 100;color:#fff;text-align:center}.footer-bottom .site-copyright{grid-row:1/2;grid-column:2/3;place-self:center center}.footer-bottom .site-copyright span{margin-left:8px}.saffireMobileSize .footer-bottom .site-copyright{text-align:center;margin-bottom:8px}.saffireLargeSize .footer-bottom .site-copyright{grid-row:1/2;place-self:flex-end flex-start}.footer-bottom .powered-by-saffire{grid-row:2/2;grid-column:2/3;place-self:center center}.footer-bottom .powered-by-saffire span{align-self:flex-end}.footer-bottom .powered-by-saffire #saffireLogo1{position:relative;display:inline-block;width:50px}.footer-bottom .powered-by-saffire #saffireLogo1 path{fill:#fff}.saffireLargeSize .footer-bottom .powered-by-saffire{grid-row:1/2;place-self:center flex-end}.theBigE .footer-bottom::before{content:"";position:absolute;right:0;top:calc(clamp(250px,28vw,390px)*-1);width:clamp(115px,25.3333333333vw,230px);height:clamp(250px,28vw,390px);background-image:url(images/cow.png);background-position:right bottom;background-size:contain;background-repeat:no-repeat}.saffireMobileSize .theBigE .footer-bottom::before{background-position-x:150%}@media(min-width: 1300px){.theBigE .footer-bottom::before{background-size:cover;background-position-y:top}}.mobile-menu-container{background-color:#fff}.mobile-menu-container .mobile-menu-header{background-color:#e00087}.mobile-menu-container .close-mobile-menu::before,.mobile-menu-container .close-mobile-menu::after{background-color:#fff}.mobile-menu-container .mobile-menu-subheader,.mobile-menu-container .mobile-menu-subheader-btn{background-color:#ebeae7}.mobile-menu-container .mobile-menu-subheader a,.mobile-menu-container .mobile-menu-subheader i,.mobile-menu-container .mobile-menu-subheader-btn a,.mobile-menu-container .mobile-menu-subheader-btn i{color:#8c8c8c}.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,.mobile-menu-container .mobile-menu-subheader-btn:active{background-color:#ebeae7}.mobile-menu-container .mobile-menu-login-links a{font-family:"acumin-variable",arial,system-ui,sans-serif}.mobile-menu-container .cart-counter{font-family:"acumin-variable",arial,system-ui,sans-serif}.mobile-menu-container .search-container{background:#fff;border-top:1px solid #252525;border-bottom:1px solid #252525}.mobile-menu-container .search-container input{font-family:"acumin-variable",arial,system-ui,sans-serif;outline:none}.mobile-menu-container .search-container input:focus{outline:none}.mobile-menu-container .search-container .search-submit-btn{color:#8c8c8c}.mobile-menu-container .mobile-menu-ticket-btn{font-family:"acumin-variable";font-weight:800;color:#fff;text-transform:uppercase;background-color:#e00087;border-color:#252525}.mobile-menu-container .mobile-menu-footer-links a{font-family:"acumin-variable",arial,system-ui,sans-serif;color:#e00087}#mobile-nav ul{background-color:#252525}#mobile-nav li{margin:0}#mobile-nav li.m-group,#mobile-nav li.m-item,#mobile-nav li.m-subitem{border-bottom:1px solid #252525}#mobile-nav a{font-family:"acumin-variable";font-weight:800;color:#e00087;text-transform:uppercase;background-color:#fff}#mobile-nav a:hover{color:#fff;background-color:#e00087}#mobile-nav .has-subitems span{color:#e00087;background-color:#fff}#mobile-nav .has-subitems span:hover{color:#fff;background-color:#e00087}.ui-dialog{background:#fff;box-shadow:0 0 10px -5px #444}.modal{background:#fff;padding-top:15px;border:10px solid #fff}.modalBody{background:#fff;padding:14px}.modalBody .showorksModalTitle{font-size:32px;line-height:36px}.modalBody .showorksBreadcrumbs{font-size:20px;color:#072c49;line-height:22px}.modalBody .showorksTableGrid th{background:rgba(0,0,0,.3);color:#fff;font-size:12px;letter-spacing:.06em;padding-bottom:7px;padding-top:7px}.modalBody .showorksTableGrid td{color:#072c49}.modalBody .showorksTableGrid tr.odd{background:#fff;color:#000}.modalBody .showorksTableGrid tr.even{background:#e6e6e6;color:#000}.modalPageBackground{background-color:#000;opacity:.5}.modalContent #google_translate_element{top:1px;right:0}.modalContent h1{font-size:20px;line-height:1.2em}.modalContent h2{font-size:18px}.modalClose{top:1px;background:none}.hooplandiaTheme .modalClose{top:-1rem !important;background:none !important}.modalClose .modalCloseButton{min-width:40px}.modalClose .modalCloseButton img{display:none}.modalClose .modalCloseButton:before{content:"X";font-family:sans-serif}.getUpdatesPageEmailModule{text-align:center}.getUpdatesPageEmailModule .emailSignup.modalOnly{max-width:280px;margin:0 auto;text-align:center}.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox{box-sizing:border-box;border-radius:0 !important;border:1px solid #333;padding:5px 10px;color:#333;outline-color:#000}.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton{border-radius:10px !important;margin-top:10px}.getUpdatesPageEmailModule .emailSignup.modalOnly .button{box-sizing:border-box}.saffireMobileSize.modalBody a[onclick*="Unsubscribe.ascx"]{margin-top:-25px}.listingItem{background:#e2dce4;border-bottom:1px solid #cabfce}.listingItem:hover{background:#e9e5eb}.faqQuestion{font-size:16px;font-variation-settings:"wght" 600;color:#171717;background:#e2dce4;border-radius:3px}.faqQuestion::before{font-family:"Millik",sans-serif;color:#171717;background:#fcee21;border-radius:3px}.faqAnswer{color:#171717}.featureLineupContainer .subContainer{background:#e00087;padding:0}.featureLineupContainer .featureLineup-title{padding:.75rem;font-family:"acumin-variable",arial,system-ui,sans-serif;font-size:1rem;background:rgba(224,0,135,.85)}.featureLineupContainer .featureLineup-social div a{color:#e00087}.featureLineupContainer .featureLineup-buynow .button{font-size:.75rem}.img-border{border-color:#fff}a.button-small.button,.button-small,.button:not(.featureLineup-headline,.mapLegendCategoryHider){box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0 1rem !important;margin:2px;font-family:"Millik",sans-serif;font-size:1.1875rem;font-weight:400;line-height:1.2;color:#171717;text-decoration:none;cursor:pointer;background-color:#fcee21;border-radius:3px !important;transition:all 350ms ease-in-out}a.button-small.button:hover,a.button-small.button:focus-visible,.button-small:hover,.button-small:focus-visible,.button:not(.featureLineup-headline,.mapLegendCategoryHider):hover,.button:not(.featureLineup-headline,.mapLegendCategoryHider):focus-visible{color:#e00087}a.button-small.button:focus-visible,.button-small:focus-visible,.button:not(.featureLineup-headline,.mapLegendCategoryHider):focus-visible{outline:none;box-shadow:inset 0 0 0 2px #fcee21}.button:not(.featureLineup-headline,.buyNowButton),.moreButton{height:2.5rem;font-size:1.1875rem}a.button-small.button,.button-small,a.button.buyNowButton{height:2rem;font-size:1rem !important}.searchMapButton{padding:.5em .75em;font-size:1.1875rem}body.theBigE .featureLineupContainer{font-family:"acumin-variable",arial,system-ui,sans-serif}body.theBigE .featureLineupContainer .subContainer{padding:0;overflow:hidden;background-color:#e00087;border-radius:3px;box-shadow:none}body.theBigE .featureLineupContainer .featureLineupImage{height:250px;transition:all 350ms ease-in-out}body.theBigE .featureLineupContainer .featureLineupImage img{transition:all 350ms ease-in-out}body.theBigE .featureLineupContainer .featureLineup-title{display:none}body.theBigE .featureLineupContainer .featureLineup-headline{position:absolute;top:-0.75rem;right:0;left:0;width:fit-content;padding:8px 1rem;margin:0 auto;font-size:1rem;font-variation-settings:"wght" 600;color:#fff;background-color:#e00087;border-radius:3px}body.theBigE .featureLineupContainer .featureLineup-text{top:0;display:grid;grid-template-rows:250px 0 0;grid-template-columns:1fr;height:100%;padding:0 1rem;margin-bottom:0;color:#fff;background:linear-gradient(to bottom, transparent 0%, #190340 100%);transition:all 350ms ease-in-out;transform:none}body.theBigE .featureLineupContainer .featureLineup-text h4{position:relative;align-self:flex-end;margin:0;padding:1.5rem 0;font-family:"Millik",sans-serif;font-size:clamp(19px,2.5vw,27px);font-weight:700;line-height:32px;color:#fff;transition:all 350ms ease-in-out}body.theBigE .featureLineupContainer .featureLineup-text span{margin:8px 0;font-size:1rem;font-weight:400;line-height:1.2;text-wrap:balance;opacity:0;transition:all 350ms ease-in-out;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical}body.theBigE .featureLineupContainer .featureLineup-more{top:50%;right:0;left:0;display:flex;justify-content:center;margin:0 auto;overflow:hidden;opacity:0;transition:all 350ms ease-in-out;transform:translateY(-50%)}body.theBigE .featureLineupContainer .featureLineup-buynow{max-width:50%;flex:1;text-align:right}body.theBigE .featureLineupContainer .featureLineup-buynow .button{font-size:19px;text-transform:capitalize}body.theBigE .featureLineupContainer:has(.featureLineup-text) .featureLineup-more{position:relative;top:initial;right:initial;transform:none;align-self:flex-start}body.theBigE .featureLineupContainer:hover:has(.feature-description) .featureLineup-text h4{align-self:flex-end}body.theBigE .featureLineupContainer:hover:has(.feature-description) .featureLineup-more{align-self:center}body.theBigE .featureLineupContainer:hover:has(.featureLineup-more) .featureLineup-text span{align-self:center}body.theBigE .featureLineupContainer:hover .featureLineup-text{top:50%;grid-template-rows:88px 1fr 72px;transform:translateY(-50%)}body.theBigE .featureLineupContainer:hover .featureLineupImage{background-color:#e00087;background-image:none !important}body.theBigE .featureLineupContainer:hover .featureLineupImage img{opacity:0}body.theBigE .featureLineupContainer:hover .featureLineup-text{background:none}body.theBigE .featureLineupContainer:hover .featureLineup-text h4{padding:0;align-self:flex-end}body.theBigE .featureLineupContainer:hover .featureLineup-text span,body.theBigE .featureLineupContainer:hover .featureLineup-text .featureLineup-more{opacity:1}body.theBigE .featureLineupContainer:hover .featureLineup-more{align-self:center}#cardWidgetQuickLinks{position:relative;box-sizing:border-box;display:flex;justify-content:flex-start;max-width:100%;padding:0;margin:0}.saffireMobileSize #cardWidgetQuickLinks{justify-content:center;margin:0 auto}#cardWidgetQuickLinks .card-widget-item{box-sizing:border-box;display:flex;height:100%;padding:0 10px;position:relative}#cardWidgetQuickLinks .card-widget-item:not(:last-child){margin-right:10px}#cardWidgetQuickLinks .card-widget-item:not(:last-child)::after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:1px;height:45%;background:#fcee21}#cardWidgetQuickLinks .card-widget-item .card-widget-title{position:static;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:"acumin-variable";font-size:clamp(14px,1vw,1rem);font-variation-settings:"wght" 600,"wdth" 100;line-height:1;text-align:center;color:#fff}#cardWidgetQuickLinks .card-widget-item:hover,#cardWidgetQuickLinks .card-widget-item:focus{background:#fff}#cardWidgetQuickLinks .card-widget-item:hover .card-widget-title,#cardWidgetQuickLinks .card-widget-item:focus .card-widget-title{color:#e00087}#cardWidgetQuickLinks .card-content{display:flex;height:100%}#cardWidgetQuickLinks .card-widget-description,#cardWidgetQuickLinks .buttonwrap{display:none}.homepage #mainSlider{position:relative}.homepage #mainSlider .swiper-slide{position:relative}.homepage #mainSlider .swiper-image-container{height:48vw;min-height:220px;max-height:880px;background-position:center;background-size:cover}.homepage #mainSlider .swiper-content-container{position:relative;z-index:2;display:grid;grid-template-rows:min-content 1fr;grid-template-columns:minmax(1rem, 1vw) repeat(3, 1fr) minmax(1rem, 1vw);padding:20px 0;text-align:center;background:url(images/footer-bg.jpg) center/cover no-repeat #e00087}@media(min-width: 1100px){.homepage #mainSlider .swiper-content-container{grid-template-columns:minmax(1rem, calc((100vw - 1300px - clamp(1rem, 2vw, 2rem) * 4) / 2)) min-content minmax(min-content, 1300px) min-content minmax(1rem, calc((100vw - 1300px - clamp(1rem, 2vw, 2rem) * 4) / 2));column-gap:clamp(1rem,2vw,2rem);padding-bottom:2rem}}.homepage #mainSlider .swiper-content-container .swiper-content-text{grid-area:2/2/3/5}@media(min-width: 1100px){.homepage #mainSlider .swiper-content-container .swiper-content-text{grid-area:1/3/2/4;text-align:left}}.homepage #mainSlider .swiper-content-container .swiper-arrows__button--prev{grid-area:1/2/2/3;justify-self:start;align-self:center}.homepage #mainSlider .swiper-content-container .swiper-arrows__button--next{grid-area:1/4/2/5;justify-self:end;align-self:center}@media(min-width: 1100px){.homepage #mainSlider .swiper-content-text{display:grid;grid-template-columns:repeat(4, 1fr)}.homepage #mainSlider .swiper-content-text h2{grid-column:1/4}.homepage #mainSlider .swiper-content-text p{grid-column:1/4}}.homepage #mainSlider .swiper-content-text h2{display:inline-block;width:auto;font-family:"Millik",sans-serif;font-size:clamp(26px,2vw,30px);color:#fff;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.homepage #mainSlider .swiper-content-text p{display:block;margin:0;font-family:"acumin-variable";font-variation-settings:"wght" 600 "wdth" 100;font-size:clamp(18px,1.25vw,20px);line-height:1.2;color:#fff;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical}.homepage #mainSlider .swiper-content-text .button-container{margin-top:1em}.homepage #mainSlider .swiper-content-text .button-container .button{min-width:100px}.homepage #mainSlider .swiper-content-text .button-container .button:has(+.button){margin-right:.5rem}@media(min-width: 1100px){.homepage #mainSlider .swiper-content-text .button-container{grid-area:1/4/3/5;display:flex;justify-content:flex-end;align-self:center;margin-top:0}}.homepage #mainSlider .swiper-arrows__button{display:flex;align-items:center}.homepage #mainSlider .swiper-pagination{position:relative;display:flex;align-items:center;grid-area:1/3/2/4;justify-self:center;align-self:center}.homepage #mainSlider .swiper-pagination-bullet{width:13px;height:13px;border:1px solid #fcee21;background-color:rgba(255,255,255,.5);opacity:1}.homepage #mainSlider .swiper-pagination-bullet:not(:last-of-type){margin-right:6px}.homepage #mainSlider .swiper-pagination-bullet-active{background-color:#fcee21}@media(min-width: 1100px){.homepage #mainSlider .swiper-pagination{grid-area:1/3/2/4;position:absolute;top:-60px}.homepage #mainSlider .swiper-pagination-bullet{border-color:#e00087}.homepage #mainSlider .swiper-pagination-bullet-active{background-color:#e00087}}.eventsMode.homepage .swiperWidget{display:none !important}#siteInfoBannerWidget{display:none !important}.countdown-timer{position:relative;z-index:1;flex-direction:column-reverse;align-items:center;padding-top:20px;background-color:#e00087;opacity:0}.saffireLargeSize .countdown-timer{padding-bottom:20px;column-gap:clamp(1rem,1.5vw,24px);display:grid;grid-template-columns:minmax(0.5rem, 1fr) minmax(0, clamp(1vw, 90vw, 1300px)) minmax(0.5rem, 1fr)}@media(min-width: 1300px){.saffireLargeSize .countdown-timer{padding:0;grid-template-columns:calc((100vw - 1300px - clamp(1rem,1.5vw,24px)*4)/2) calc(clamp(190px,18.6666666667vw,280px)/2) 1fr min-content calc((100vw - 1300px - clamp(1rem,1.5vw,24px)*4)/2);grid-template-rows:150px;max-height:150px}}.siteInfoBannerOn.saffireLargeSize .countdown-timer{display:grid}.siteInfoBannerOn .countdown-timer{display:flex}.countdown-timer .siteInfoBannerOn.siteInfoBannerWidgetDateIsPast{display:none}.siteInfoBannerOn.pageIsLoaded .countdown-timer{opacity:1}.countdown-timer #cardWidgetCountdownImg{position:relative;z-index:2;display:block}.countdown-timer #cardWidgetCountdownImg .image-container{width:clamp(190px,16vw,240px);height:clamp(140px,12vw,180px);background-position:center;background-size:contain;background-repeat:no-repeat}.saffireLargeSize .countdown-timer #cardWidgetCountdownImg{grid-column:1/3;grid-row:1/3;justify-self:flex-start;align-self:center;margin-left:clamp(1rem,10vw,(100vw - 1300px - clamp(1rem,1.5vw,24px)*4)/2 - clamp(190px,18.6666666667vw,280px)/2)}@media(min-width: 1300px){.saffireLargeSize .countdown-timer #cardWidgetCountdownImg{grid-row:1/2;align-self:flex-end;bottom:-4px}}.countdown-timer-text{order:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;color:#fff}.saffireLargeSize .countdown-timer-text{order:inherit;grid-column:2/3;grid-row:1/2;justify-self:center;margin-left:10vw;margin-bottom:0}@media(min-width: 1300px){.saffireLargeSize .countdown-timer-text{margin-left:0;grid-column:3/4;justify-self:center}}.countdown-timer-text h1{text-align:center;width:fit-content;margin-bottom:0;font-family:"Millik",sans-serif;font-size:clamp(26px,2vw,2rem);color:#fff;line-height:1;display:inline-flex}.countdown-timer-text strong{font-variation-settings:"wght" 800,"wdth" 100;font-size:clamp(34px,2.6666666667vw,40px)}.countdown-timer .outer-count{display:flex;justify-content:center;align-items:center;column-gap:8px;transition:all 350ms ease-in-out}.saffireMobileSize .countdown-timer .outer-count{position:relative;bottom:-20px}.saffireLargeSize .countdown-timer .outer-count{grid-column:2/3;grid-row:2/3;justify-self:center;margin-left:10vw}@media(min-width: 1300px){.saffireLargeSize .countdown-timer .outer-count{grid-row:1/2;grid-column:4/5;justify-self:flex-end;margin-left:0}}.countdown-timer .outer-count .count-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;width:clamp(100px,10.3333333333vw,155px);height:clamp(60px,5.6666666667vw,85px);border-radius:3px;background-color:#fff;color:#171717}.countdown-timer .outer-count .count-wrap:last-of-type{display:none}@media(min-width: 767px){.countdown-timer .outer-count .count-wrap:last-of-type{display:flex}}.countdown-timer .outer-count .count-wrap .count-big{font-size:clamp(34px,2.8vw,42px);font-variation-settings:"wght" 800,"wdth" 100;line-height:1}.countdown-timer .outer-count .count-wrap .count-small{font-size:clamp(13px,1.2vw,18px);line-height:1;font-variation-settings:"wght" 500,"wdth" 100;text-transform:uppercase}#cardWidgetMoreBigE{position:relative;box-sizing:border-box;display:flex;justify-content:center;flex-wrap:wrap;grid-area:1/2/2/3;column-gap:10px;padding:32px 0}#cardWidgetMoreBigE .card-widget-item{position:relative;margin-bottom:8px;width:clamp(50% - 10px,22vw,360px);height:clamp(160px,22vw,270px);text-decoration:none;overflow:hidden;background-color:#e00087;border-radius:3px}@media(min-width: 1100px){#cardWidgetMoreBigE .card-widget-item{width:calc(25% - 10px);height:270px}}#cardWidgetMoreBigE .card-widget-item .image-container{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}#cardWidgetMoreBigE .card-widget-item .card-content{display:grid;grid-template-rows:1fr 0 0;grid-template-columns:1fr;height:100%;padding:0 .5rem;margin-bottom:0;color:#fff;background:linear-gradient(to bottom, transparent 0%, #190340 100%);transition:all 350ms ease-in-out;transform:none}#cardWidgetMoreBigE .card-widget-item .card-content .card-widget-title{position:relative;align-self:flex-end;margin:clamp(.75rem,1.5vw,1.5rem) 0;font-family:"Millik",sans-serif;font-size:clamp(19px,2.5vw,27px);line-height:1.2;text-align:center;color:#fff;transition:all 350ms ease-in-out;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}#cardWidgetMoreBigE .card-widget-item .card-content .card-widget-description{font-size:1rem;font-weight:400;line-height:1.2;text-align:center;text-wrap:balance;opacity:0;color:#fff;transition:all 350ms ease-in-out;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical}#cardWidgetMoreBigE .card-widget-item .card-content .buttonwrap{display:flex;justify-content:center;margin:0 auto;overflow:hidden;opacity:0;transition:all 350ms ease-in-out}#cardWidgetMoreBigE .card-widget-item .card-content .buttonwrap .button{color:#282828;min-width:110px}#cardWidgetMoreBigE .card-widget-item .card-content .buttonwrap .button:hover{color:#e00087}@media(min-width: 1100px){#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover:has(.buttonwrap):has(.card-widget-description) .card-content,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus:has(.buttonwrap):has(.card-widget-description) .card-content{grid-template-rows:1rem 1.5fr 1.5fr 1fr 1rem}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover:has(.buttonwrap):has(.card-widget-description) .card-widget-title,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus:has(.buttonwrap):has(.card-widget-description) .card-widget-title{grid-row:2/3;align-self:flex-end;margin-bottom:0}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover:has(.buttonwrap):has(.card-widget-description) .card-widget-description,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus:has(.buttonwrap):has(.card-widget-description) .card-widget-description{grid-row:3/4}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover:has(.buttonwrap):has(.card-widget-description) .buttonwrap,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus:has(.buttonwrap):has(.card-widget-description) .buttonwrap{grid-row:4/5;align-self:center}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover .card-content,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus .card-content{grid-template-rows:135px 135px;background:#e00087}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover .card-widget-title,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus .card-widget-title{margin:0 0 .5rem;align-self:flex-end}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover .card-widget-description,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus .card-widget-description{margin:8px 0 12px;align-self:flex-start}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover .card-widget-description,#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover .buttonwrap,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus .card-widget-description,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus .buttonwrap{opacity:1}#cardWidgetMoreBigE .card-widget-item:not(.no-link):hover .buttonwrap,#cardWidgetMoreBigE .card-widget-item:not(.no-link):focus .buttonwrap{align-self:flex-start}}#cardWidgetExploreButtons{position:relative;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-auto-flow:column;column-gap:clamp(8px,1.2vw,18px);max-width:100%;padding:0;margin:1rem 0 0}.saffireMobileSize #cardWidgetExploreButtons{grid-template-columns:1fr;grid-auto-flow:row}#cardWidgetExploreButtons .card-widget-item{box-sizing:border-box;display:flex;align-items:center;width:100%;height:clamp(70px,5.4666666667vw,82px);padding:0 clamp(8px,2vw,2rem);margin-bottom:clamp(8px,1.2vw,18px);text-align:center;text-decoration:none;background:#e00087;border-radius:3px;transition:all 350ms ease-in-out;cursor:default}#cardWidgetExploreButtons .card-widget-item:not(.void-link):hover,#cardWidgetExploreButtons .card-widget-item:not(.void-link):focus{box-shadow:inset 0 0 0 3px #fcee21;cursor:pointer}#cardWidgetExploreButtons .card-widget-item:not(.void-link):hover .card-widget-title,#cardWidgetExploreButtons .card-widget-item:not(.void-link):focus .card-widget-title{color:#fcee21}#cardWidgetExploreButtons .card-content{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%}#cardWidgetExploreButtons .card-widget-title{position:static;font-family:"Millik",sans-serif;font-size:clamp(21px,1.25vw,27px);line-height:1.1;color:#fff;text-align:center;text-wrap:balance;transition:all 350ms ease-in-out;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}#cardWidgetExploreButtons .card-widget-description,#cardWidgetExploreButtons .buttonwrap{display:none}#cardWidgetExploreCards{grid-area:2/2/3/3}#cardWidgetExploreCards{width:100%;position:relative}#cardWidgetExploreCards .swiper-container{width:100%;height:100%}.saffireMobileSize #cardWidgetExploreCards .swiper-wrapper{height:100% !important}@media(min-width: 1300px){#cardWidgetExploreCards .swiper-wrapper{flex-wrap:nowrap;justify-content:space-evenly}}#cardWidgetExploreCards .swiper-slide{display:flex;justify-content:center;align-items:flex-start}@media(width >= 1500px){#cardWidgetExploreCards .swiper-slide{max-width:270px;width:auto}}#cardWidgetExploreCards .swiper-lineup{position:relative;display:flex;justify-content:center;align-items:flex-start;width:260px;min-height:310px;text-decoration:none}#cardWidgetExploreCards .swiper-lineup .swiper-date{position:absolute;z-index:1;top:0;left:2px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px;width:48px;height:40px;font-size:16px;line-height:1;color:#171717;word-break:break-all;background-color:#fcee21;border-radius:3px}#cardWidgetExploreCards .swiper-lineup .swiper-date b{font-size:25px;font-variation-settings:"wght" 800,"wdth" 100}#cardWidgetExploreCards .swiper-lineup .swiper-image-container{position:relative;display:block;height:260px;width:260px;margin-bottom:10px;background-repeat:no-repeat;background-size:cover;transition:all 350ms ease-in-out}@media(min-width: 767px){#cardWidgetExploreCards .swiper-lineup .swiper-image-container{height:230px;width:230px}}#cardWidgetExploreCards .swiper-lineup .swiper-content-container{width:100%;margin-top:1rem;display:flex;flex-direction:column;align-items:center}#cardWidgetExploreCards .swiper-lineup .swiper-content-container h3{font-family:"Millik",sans-serif;text-align:center;line-height:1;color:#fff;transition:all 350ms ease-in-out;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}#cardWidgetExploreCards .swiper-lineup .swiper-content-container p{margin:0;font-size:18px;font-variation-settings:"wght" 600,"wdth" 100;color:#fff;text-align:center;transition:all 350ms ease-in-out;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}#cardWidgetExploreCards .swiper-lineup:not(.void-link):hover .swiper-image-container,#cardWidgetExploreCards .swiper-lineup:not(.void-link):focus .swiper-image-container{box-shadow:0 0 0 3px #fcee21}#cardWidgetExploreCards .swiper-lineup:not(.void-link):hover .swiper-content-container h3,#cardWidgetExploreCards .swiper-lineup:not(.void-link):hover .swiper-content-container p,#cardWidgetExploreCards .swiper-lineup:not(.void-link):focus .swiper-content-container h3,#cardWidgetExploreCards .swiper-lineup:not(.void-link):focus .swiper-content-container p{color:#fcee21}#cardWidgetExploreCards .swiper-button-prev,#cardWidgetExploreCards .swiper-button-next{background:none !important;top:inherit;top:85%;width:auto;height:auto}@media(width >= 1500px){#cardWidgetExploreCards .swiper-button-prev,#cardWidgetExploreCards .swiper-button-next{display:none}}#cardWidgetExploreCards .swiper-button-prev{left:0}#cardWidgetExploreCards .swiper-button-next{right:0}.theBigE #videoSection{position:relative;display:inline-block;width:100%;max-width:100%;vertical-align:top;float:none;overflow:hidden}.theBigE #videoSection.single-video #arrow-container{display:none}.theBigE #videoWidget{box-sizing:border-box;position:relative;height:0;width:100%;max-width:100%;padding-bottom:56.3%;text-align:center;background-color:rgba(224,0,135,.3)}.theBigE #videoWidget iframe{position:absolute;top:0;left:0;width:100%;max-width:100% !important;height:100%;border:none !important;z-index:1}.theBigE #videoWidget .video-loading{box-sizing:border-box;position:relative;top:calc(50% - 40px);left:0;right:0;width:80px;height:80px;margin:0 auto;border:10px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:100%;z-index:0;animation:spin 1s infinite linear}.theBigE #videoWidget .video-arrow{box-sizing:border-box;position:absolute;top:50%;width:40px;height:40px;padding:14px;background-size:contain;background-position:center;transform:translateY(-50%);transition:all .3s ease;cursor:pointer;z-index:1}.theBigE #videoWidget .video-arrow.previous{left:-25px;opacity:0;visibility:hidden}.theBigE #videoWidget .video-arrow.next{right:-25px;opacity:0;visibility:hidden}.theBigE #videoWidget:hover .video-arrow.previous{left:8px;opacity:.8;visibility:visible}.theBigE #videoWidget:hover .video-arrow.next{right:8px;opacity:.8;visibility:visible}.theBigE #videoWidget #videoList{display:none}@keyframes spin{100%{transform:rotate(360deg)}}#main-feature-section #htmlVideoContainer{display:flex;min-height:50vw;width:100%;margin-bottom:-2px}#main-feature-section #htmlVideoContainer #hero-video{width:100%}#sponsorWidgetContainer{position:relative;box-sizing:border-box;width:100%;max-width:none;margin:0 auto;display:none}.theBigE.homepage #sponsorWidgetContainer{display:block;margin-top:3rem;padding:40px 0;width:100%}.theBigE.saffireLargeSize #sponsorWidgetContainer{padding:40px 1rem 80px}#sponsorWidgetContainer .sponsor-controls-container{position:absolute;bottom:-33px;left:50%;z-index:999;box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:90px;height:30px;pointer-events:none;background:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.5);opacity:0;transition:.2s;transform:translate(-50%)}#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 0 0 10px;color:#111;text-align:center;cursor:pointer;background:#fff;border:none}#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn::after{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:100%;padding-left:1px;font-family:"FontAwesome";font-size:15px;color:#111;text-align:center;content:""}#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn::before{display:inline-block;width:50px;font-size:14px;line-height:1;color:#111;text-align:center;content:"Pause"}#sponsorWidgetContainer .sponsorWidgetContainer{padding-top:2rem}#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within{bottom:3px;pointer-events:auto;opacity:1;transition:.2s}#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer{animation-play-state:paused}#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn::before{content:"Resume"}#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn::after{padding-left:2px;content:""}#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container{bottom:3px;pointer-events:auto;opacity:1;transition:.2s}#sponsorWidgetContainer .sponsorCarouselImage img{display:block;max-width:100%;max-height:110px;margin:0 10px}#sponsorWidgetContainer #sponsorsTitleContainer{top:0;left:0;right:0;max-width:100%;margin:0 auto;text-align:center}#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1{font-family:"Millik",sans-serif;font-size:24px;color:#e00087;text-shadow:none}#sponsorWidgetContainer #sponsorArrowRight,#sponsorWidgetContainer #sponsorArrowLeft{display:none}#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container{display:none}.socialNetworks{transition:.6s ease;position:relative;display:flex;justify-content:center;padding:5px 3px}.socialNetworks img{display:block;max-width:40px;max-height:40px;border-radius:50%}.socialNetworks>span,.socialNetworks>a{position:relative;left:0;display:block;width:40px;height:40px;border:3px solid #e00087;transition:.2s;border-radius:50%;padding:3px;border:none;background-color:rgba(0,0,0,0)}.socialNetworks>span:not(:last-of-type),.socialNetworks>a:not(:last-of-type){margin-right:1rem}.socialNetworks>a:hover{left:-6px;z-index:2;transition:.2s;left:0;background-color:#e5e5e5}.socialNetworks a:hover{background-color:#e00087}.socialNetworks .socialNetworkIconTwitter:hover{background-color:#1da1f2}.socialNetworks .socialNetworkIconFacebook:hover{background-color:#3b5998}.socialNetworks .socialNetworkIconInstagram::before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:"";background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);border-radius:50%;opacity:0;transition:.2s}.socialNetworks .socialNetworkIconInstagram:hover{background:none}.socialNetworks .socialNetworkIconInstagram:hover::before{opacity:1;transition:.2s}.socialNetworks .socialNetworkIconTumblr:hover{background-color:#35465c}.socialNetworks .socialNetworkIconPeriscope:hover{background-color:#3aa4c6}.socialNetworks .socialNetworkIconPinterest:hover{background-color:#bd081c}.socialNetworks .socialNetworkIconSpotify:hover{background-color:#1ed760}.socialNetworks .socialNetworkIconLinkedIn:hover{background-color:#0077b5}.socialNetworks .socialNetworkIconYoutube:hover{background-color:#cd201f}.socialNetworks .socialNetworkIconGooglePlus:hover{background-color:#dd4b39}.socialNetworks .socialNetworkIconSnapchat:hover{background-color:#fffc00}.lightbox-showing .socialNetworks{display:none !important}#brochureMainLeft .card-widget-item{text-decoration:none;min-height:200px;width:clamp(340px,43.75vw,698px)}#brochureMainLeft .image-container{display:flex;align-items:center;justify-content:center}.saffireLargeSize #brochureMainLeft .image-container{justify-content:flex-start}#brochureMainLeft .image-container img{object-fit:contain;position:relative;width:clamp(300px,37.5vw,600px);height:100%;transition:all 400ms ease-out}#brochureMainRight .card-widget-item{text-decoration:none;min-height:300px;width:clamp(340px,43.75vw,698px)}#brochureMainRight .card-widget-item:hover img{transform:scale(1.1)}#brochureMainRight .card-widget-item:hover .buttonwrap a.moreButton{background-color:#f6154f}#brochureMainRight .image-container img{object-fit:contain;position:relative;width:clamp(300px,37.5vw,600px);height:100%;transition:all 400ms ease-out;bottom:-1.5rem}.saffireLargeSize #brochureMainRight .image-container img{left:-2rem;bottom:-3rem}#brochureMainRight .buttonwrap{display:flex;justify-content:center;position:relative}.saffireLargeSize #brochureMainRight .buttonwrap{justify-content:flex-end}#brochureCardWidget{box-sizing:border-box;position:relative;display:grid;grid-template-columns:repeat(auto-fit, minmax(330px, 1fr));justify-self:center;column-gap:clamp(16px,2vw,32px);margin-bottom:clamp(20px,4.3vw,70px)}#brochureCardWidget .card-widget-item{box-sizing:border-box;display:flex;width:100%;max-width:440px;height:clamp(230px,20.5vw,330px);overflow:hidden;border-radius:20px;margin-bottom:20px;justify-self:center}#brochureCardWidget .card-widget-item:not(.void-link):hover img,#brochureCardWidget .card-widget-item:not(.void-link):focus img{transform:scale(1.15);transition:all 300ms ease-in-out}#brochureCardWidget .card-widget-item:not(.void-link):hover .card-content,#brochureCardWidget .card-widget-item:not(.void-link):focus .card-content{background:rgba(255,255,255,.6);transition:all 300ms ease-in-out}#brochureCardWidget .image-container{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}#brochureCardWidget .image-container img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);transition:.2s}#brochureCardWidget .card-content{box-sizing:border-box;position:absolute;top:0;left:0;display:flex;justify-content:flex-start;align-items:flex-end;text-align:left;width:100%;height:100%;padding-bottom:25px;z-index:1;background:rgba(238,65,127,0);transition:.2s}@media screen and (max-width: 767px){#brochureCardWidget .card-content{padding-bottom:15px}}#brochureCardWidget .card-widget-title{box-sizing:border-box;position:static;display:block;width:auto;max-width:90%;padding:9px 15px 11px 15px;border-top-right-radius:20px;border-bottom-right-radius:20px;background:#e00087;font:700 clamp(16px,1.5vw,24px) "acumin-variable";color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#brochureCardWidget .card-widget-description,#brochureCardWidget .buttonwrap{display:none}#brochureTextButtons{box-sizing:border-box;position:relative;display:grid;grid-template-columns:repeat(auto-fit, minmax(330px, 1fr));justify-self:center;column-gap:clamp(16px,2vw,32px)}#brochureTextButtons .card-widget-item{box-sizing:border-box;display:flex;width:100%;max-width:440px;overflow:hidden;border-radius:24px;margin-bottom:clamp(18px,3vw,50px);text-decoration:none;justify-self:center}#brochureTextButtons .card-widget-item:not(.void-link):hover .card-widget-title,#brochureTextButtons .card-widget-item:not(.void-link):focus .card-widget-title{background-color:#fff;color:#e00087}#brochureTextButtons .card-content{width:100%;display:flex;align-items:center}#brochureTextButtons .card-widget-title{box-sizing:border-box;position:static;width:100%;min-height:96px;padding-block:.75rem 1rem;padding-inline:.75rem;border-radius:20px;background:#e00087;font:800 clamp(34px,2.25vw,38px) "acumin-variable";color:#fff;text-wrap:balance;overflow:hidden;text-transform:uppercase;text-align:center;transition:all 300ms ease-in-out;line-height:1;display:flex;justify-content:center;align-items:center}#brochureTextButtons .card-widget-description,#brochureTextButtons .buttonwrap{display:none}.bigELanding .header{border-bottom:20px solid #fff}.bigELanding .wrapper{background:url(images/bigelanding_background.jpg) center/cover no-repeat fixed}.bigELanding.saffireMobileSize .wrapper{background:url(images/bigelanding_background_sm.jpg) center/cover no-repeat fixed}.bigELanding .content{margin-bottom:0 !important}.bigELanding a.moreButton.brochure-buy-btn{display:flex;align-items:center;justify-content:center;padding-block:clamp(.5rem,1vw,1rem) clamp(1rem,2vw,28px);padding-inline:clamp(43px,3vw,50px);font-family:"acumin-variable";font-size:clamp(34px,5vw,80px);font-weight:800;line-height:1;color:#fff;text-decoration:none;background-color:#fcee21;border-radius:24px;transition:all 150ms ease-out}.bigELanding a.moreButton.brochure-buy-btn:hover{background-color:#f6154f}.bigELanding .top-section{display:grid;grid-template-columns:minmax(0.5rem, 1fr) minmax(0, clamp(1vw, 90vw, 1400px)) minmax(0.5rem, 1fr);padding-block:calc(20px + 50px) 60px;border-bottom:20px solid #fff}.bigELanding .top-section .container{display:flex;flex-wrap:wrap;grid-column:2/3;align-items:center;justify-content:center;width:100%}.saffireLargeSize .bigELanding .top-section .container{justify-content:space-between}.bigELanding .red-section{display:grid;grid-template-columns:minmax(0.5rem, 1fr) minmax(0, clamp(1vw, 90vw, 1400px)) minmax(0.5rem, 1fr);padding-block:clamp(28px,4.25vw,70px);background-color:#fcee21}.bigELanding .red-section .container{grid-column:2/3;width:100%}.bigELanding .red-section .container h1{margin-bottom:clamp(35px,4.5vw,60px);color:#fff;text-align:center;text-transform:uppercase}.bigELanding .white-section{position:relative;display:flex;align-items:center;justify-content:center;min-height:284px;background-color:#fff}.bigELanding .white-section .brochure-buy-btn{margin-block:clamp(28px,4.25vw,70px)}@media screen and (max-width: 870px){.bigELanding .white-section .brochure-buy-btn{margin-bottom:200px}.bigELanding .white-section::after{position:absolute;bottom:-96%;z-index:9;display:block;width:259px;height:436px;margin:0 auto;content:" ";background-image:url(images/mobile-footer.png);background-repeat:no-repeat;background-position:center;background-size:contain}}.bigELanding .footer{margin-top:0}#hoopQuickLinks{display:flex;justify-content:center;align-items:center;background-color:#fff;height:40px;transition:all 300ms ease}.saffireWindowScrolled #hoopQuickLinks{transition:all 300ms ease;height:0}#hoopQuickLinks .card-content{display:flex;align-items:center;justify-content:center}#hoopQuickLinks .card-widget-item{display:flex;justify-content:center;height:100%;transition:all 300ms ease}#hoopQuickLinks .card-widget-item:hover,#hoopQuickLinks .card-widget-item:focus{background-color:#072c49;transition:all 300ms ease}#hoopQuickLinks .card-widget-item:hover .card-widget-title,#hoopQuickLinks .card-widget-item:focus .card-widget-title{color:#fff}@media screen and (max-width: 500px){#hoopQuickLinks .card-widget-item{max-width:180px;width:100%}#hoopQuickLinks .card-widget-item:nth-child(2){width:120%}}#hoopQuickLinks .card-widget-title{color:#072c49;text-transform:uppercase;margin:0 10px;font-family:"Barlow",sans-serif;font-style:italic;font-size:14px;text-align:center;line-height:14px}@media screen and (max-width: 500px){#hoopQuickLinks .card-widget-title{font-size:11px;line-height:11px}}#hoopCountdown .card-widget-item .card-content,.hop-mob-countdown .card-widget-item .card-content{color:#fff}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content,.hop-mob-countdown .card-widget-item .card-content{color:#072c49;display:flex;flex-direction:column;align-items:flex-end}}#hoopCountdown .card-widget-item .card-content .card-widget-title,.hop-mob-countdown .card-widget-item .card-content .card-widget-title{font-family:"Barlow",sans-serif;font-weight:800;text-transform:uppercase;font-size:23px;font-style:italic}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content .card-widget-title,.hop-mob-countdown .card-widget-item .card-content .card-widget-title{font-size:18px}}#hoopCountdown .card-widget-item .card-content .card-widget-description,.hop-mob-countdown .card-widget-item .card-content .card-widget-description{font-family:"Barlow",sans-serif;font-weight:400;text-transform:uppercase;font-size:22px;font-style:italic}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content .card-widget-description,.hop-mob-countdown .card-widget-item .card-content .card-widget-description{font-size:15px;margin-top:-10px}}#hoopCountdown .card-widget-item .card-content .card-widget-description::before,.hop-mob-countdown .card-widget-item .card-content .card-widget-description::before{margin:0 8px}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content .card-widget-description::before,.hop-mob-countdown .card-widget-item .card-content .card-widget-description::before{content:"";margin:0}}.saffireLargeSize.saffireWindowScrolled.hooplandiaTheme .header,.saffireMobileSize.saffireWindowScrolled.hooplandiaTheme .header{top:0}.header{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;max-width:100%;height:auto;background:rgba(0,0,0,0);z-index:9999999;transition:.2s}.saffireLargeSize.saffireWindowScrolled .header,.saffireMobileSize.saffireWindowScrolled .header{top:-47px;transition:.2s}.saffireLargeSize.saffireWindowScrolled.generalMessageOn .header,.saffireMobileSize.saffireWindowScrolled.generalMessageOn .header{transition:.2s}.saffireWindowScrolled.generalMessageOn .header{transition:.2s}.headerInnerContent{box-sizing:border-box;display:block;width:100%;max-width:100%;height:auto}#hooplandia-container{background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}#hooplandia-container .hop-top-bar{background-color:#072c49;width:100%}#hooplandia-container .hop-top-bar .inner-container{display:flex;justify-content:flex-end;max-width:1400px;width:95%;margin:10px auto;align-items:center}#hooplandia-container .hop-top-bar .inner-container .hop-search{display:flex}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBoxSubmit{z-index:9;background:url(images/search.png) center/contain no-repeat;width:3rem;height:3rem}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBoxSubmit:focus svg{display:none}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBoxSubmit svg{display:none}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:not(.clonedSearchBox):hover .searchSubmitButton,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:not(.clonedSearchBox):focus-within .searchSubmitButton{background-color:rgba(0,0,0,0)}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox::before{content:""}.saffireMobileSize #hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox::before{background:url(images/search.png) center/contain no-repeat;width:2rem;height:2rem}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox{width:100%}}@media screen and (max-width: 800px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox{width:100%;flex-direction:row-reverse;height:auto}}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox .searchBoxInput{display:flex;align-items:center}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox .searchBoxInput input{opacity:0;border-radius:30rem !important;position:relative;right:-3rem;border:none;color:#072c49;font-weight:500;padding-left:30px;height:3rem;font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:400;font-size:18px}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox .searchBoxInput input{right:0;margin-right:10px;padding-left:10px;height:2rem}}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:hover .searchBoxInput input,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:focus .searchBoxInput input{border-radius:30rem !important;opacity:1;width:250px;border:none;height:3rem}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:hover .searchBoxInput input,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:focus .searchBoxInput input{padding-left:10px;height:2rem}}@media screen and (max-width: 800px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:hover .searchBoxInput input,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:focus .searchBoxInput input{display:none}}#hooplandia-container .hop-top-bar .inner-container .mobile-nav-toggle::before{color:#fff}#hooplandia-container .hop-top-bar .inner-container .hop-countdown{display:inline}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-countdown{display:none}}#hooplandia-container .hop-bottom-bar{background-color:rgba(0,0,0,0);width:100%;transition:all 300ms ease}.saffireWindowScrolled #hooplandia-container .hop-bottom-bar{transition:all 300ms ease;box-shadow:0px 5px 6px rgba(83,83,83,.7019607843)}#hooplandia-container .hop-bottom-bar .inner-container{display:flex;justify-content:flex-end;max-width:1400px;margin:auto;width:95%;position:relative}#hooplandia-container .hop-bottom-bar .inner-container .hop-nav #mainNavigation{margin-top:0}#hooplandia-container .hop-bottom-bar .inner-container .hop-mob-countdown{display:none}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .inner-container .hop-mob-countdown{display:inline}}#hooplandia-container .hop-bottom-bar .hop-logo{position:absolute;left:0;top:-50px;display:flex;flex-direction:row-reverse;align-items:flex-start}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .hop-logo{left:10px;top:-65px}}#hooplandia-container .hop-bottom-bar .hop-logo .hop-countdown{display:inline}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .hop-logo .hop-countdown{display:none}}#hooplandia-container .hop-bottom-bar .hop-logo .header-logo{background:url(images/logoHooplandia.png) center/contain no-repeat;position:relative;left:auto;transition:all 300ms ease;width:166px;height:187px;margin-right:-40px;top:-10px}.saffireWindowScrolled #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:130px;height:150px;margin-right:-20px}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .hop-logo .header-logo{width:125px;height:140px;left:-18px;top:-3px}.saffireWindowScrolled #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:90px;height:110px}}.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{width:251px;height:284px;margin-right:-65px;top:-13px}@media screen and (max-width: 1024px){.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{width:125px;height:140px;left:-18px;top:-3px}}.saffireWindowScrolled.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:211px;height:224px}@media screen and (max-width: 1024px){.saffireWindowScrolled.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:90px;height:110px}}.hooplandiaTheme .mobile-menu-container{background-color:#fff}.hooplandiaTheme .mobile-menu-container .mobile-menu-header{background-color:#072c49}.hooplandiaTheme .mobile-menu-container .close-mobile-menu:before,.hooplandiaTheme .mobile-menu-container .close-mobile-menu:after{background-color:#fff}.hooplandiaTheme .mobile-menu-container .mobile-menu-subheader,.hooplandiaTheme .mobile-menu-container .mobile-menu-subheader-btn{display:none}.hooplandiaTheme .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,.hooplandiaTheme .mobile-menu-container .mobile-menu-subheader-btn:active{background-color:#ebeae7}.hooplandiaTheme .mobile-menu-container .mobile-menu-login-links a{font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme .mobile-menu-container .cart-counter{font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme .mobile-menu-container .search-container{border-top:1px solid #fff;border-bottom:1px solid #fff;background:#fff}.hooplandiaTheme .mobile-menu-container .search-container input{font-family:"Fira Sans Extra Condensed",sans-serif;outline:none;color:#072c49;font-size:15px;font-weight:800}.hooplandiaTheme .mobile-menu-container .search-container input:focus{outline:none}.hooplandiaTheme .mobile-menu-container .search-container .search-submit-btn{color:#072c49;text-decoration:none}.hooplandiaTheme .mobile-menu-container .mobile-menu-ticket-btn{display:none !important}.hooplandiaTheme .mobile-menu-container .mobile-menu-footer-links{display:none}.hooplandiaTheme .mobile-menu-container .mobile-menu-footer-links a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#072c49;font-weight:500;font-size:15px}.hooplandiaTheme #mobile-nav ul{background-color:#252525}.hooplandiaTheme #mobile-nav li{margin:0}.hooplandiaTheme #mobile-nav li.m-group,.hooplandiaTheme #mobile-nav li.m-item,.hooplandiaTheme #mobile-nav li.m-subitem{border-bottom:1px solid #fff}.hooplandiaTheme #mobile-nav a{background-color:#072c49;font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:200;text-transform:uppercase;color:#fff;font-size:15px}.hooplandiaTheme #mobile-nav a:hover{background-color:#0b4878;color:#fff}.hooplandiaTheme #mobile-nav .has-subitems span{background-color:#2b4b64;flex:1 0 8%;color:#fff}.hooplandiaTheme #mobile-nav .has-subitems span:hover{background-color:#3a6688;color:#fff}.saffireLargeSize.hooplandiaTheme .nav{display:flex;justify-content:flex-end;margin-top:7px}@media screen and (max-width: 1024px){.saffireLargeSize.hooplandiaTheme .nav{display:none}}.saffireLargeSize.hooplandiaTheme .nav .groups{display:flex;flex-wrap:wrap;margin:0;background:#fff;padding:0 16px;border-top-left-radius:0;border-bottom-left-radius:0}@media screen and (max-width: 1366px){.saffireLargeSize.hooplandiaTheme .nav .groups{padding:0 6px}}.saffireLargeSize.hooplandiaTheme .nav .groups .group{display:inline-block;flex-shrink:0}.saffireLargeSize.hooplandiaTheme .nav .groups .group:last-child .items,.saffireLargeSize.hooplandiaTheme .nav .groups .group:nth-last-child(2) .items{left:auto;right:0}.saffireLargeSize.hooplandiaTheme .nav .groups .group:last-child .items{right:40px}.saffireLargeSize.hooplandiaTheme .nav .groups .group:last-child .subitems,.saffireLargeSize.hooplandiaTheme .nav .groups .group:nth-last-child(2) .subitems{left:auto;right:100%}.saffireLargeSize.hooplandiaTheme .nav .groups .group>a{display:inline-block;padding:8px 15px;background:#fff;font-family:"Barlow",sans-serif,Arial,Verdana,sans-serif;font-size:20px;font-weight:900;color:#072c49;text-transform:uppercase;font-style:italic}.saffireLargeSize.hooplandiaTheme .nav .groups .group:hover>a{color:#fff;background:#072c49}.saffireLargeSize.hooplandiaTheme .nav .items{top:100%;left:0;padding:0;background:#072c49;border-bottom-left-radius:0;border-bottom-right-radius:0}.saffireLargeSize.hooplandiaTheme .nav .items .item a{padding:7px 15px;color:#072c49;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:15px;font-weight:100}.saffireLargeSize.hooplandiaTheme .nav .items .item:hover a{color:#fff}.saffireLargeSize.hooplandiaTheme .nav .items .item a:hover{color:#fff;color:#fff}.saffireLargeSize.hooplandiaTheme .nav .item{width:200px;line-height:1.4}.saffireLargeSize.hooplandiaTheme .nav .item:hover{background:#e5e5e5}.saffireLargeSize.hooplandiaTheme .nav .subitems{left:100%;padding:0;background:#072c49}.saffireLargeSize.hooplandiaTheme .nav .subitems .item:hover a{background-color:#0b4878}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group.hooplandia-menu>a{display:none}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups{display:flex;flex-wrap:wrap;margin:0;width:100%}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups li.group{position:static !important;display:none;flex:0 0 auto;width:auto;padding:0px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group.hooplandia-menu{display:flex !important}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items{position:static;background-color:rgba(0,0,0,0);box-shadow:none;width:auto;display:flex}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .item{width:auto;line-height:1.4;color:#fff;font-size:17px;padding:0px;text-transform:uppercase;margin-left:5px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items .item a{padding:8px 15px !important;line-height:normal;font-weight:900;font-size:20px;text-transform:uppercase;font-family:"Barlow",sans-serif;font-style:italic}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a{color:#fff;font-size:18px;padding:10px 10px 7px;line-height:normal}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group:focus-within{color:#fff}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group:hover>a,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group:focus-within>a{background:rgba(0,0,0,0) !important;columns:#fff}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a:hover,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a:hover{background:#072c49 !important}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items{background:rgba(0,0,0,0)}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items .item:hover,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items .item:hover{background:#072c49}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems{padding:0;background:#072c49;position:absolute !important;width:100%;left:0px !important;top:35px;min-width:215px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems li.item{margin:0px;text-transform:capitalize;font-size:14px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems li.item:hover{background:#072c49}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems li.item a{font-weight:normal;text-transform:capitalize;color:#fff;font-size:15px;font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:100}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .group:hover .items{display:flex}@media(max-width: 973px){body.hooplandiaTheme #mobile-nav .m-groups .m-group{display:none}body.hooplandiaTheme #mobile-nav .m-groups .m-group.hooplandia-menu{display:flex}body.hooplandiaTheme #mobile-nav .m-groups .m-group.hooplandia-menu>a{display:none}body.hooplandiaTheme #mobile-nav li.prev-level-btn.m-item{display:none}body.hooplandiaTheme #mobile-nav li.has-subitems.m-group span.next-level-btn{display:none !important}body.hooplandiaTheme #mobile-nav li.has-subitems.m-group{position:static !important;flex:0 0 100%;flex-direction:column}body.hooplandiaTheme #mobile-nav .has-subitems .m-items{position:static;background-color:rgba(0,0,0,0);box-shadow:none;width:100%;display:flex;flex-direction:column;overflow:visible;flex:0 0 100%;margin-top:1px}body.hooplandiaTheme #mobile-nav .has-subitems>a{flex:0 0 auto;display:flex;width:100%}body.hooplandiaTheme #mobile-nav .mobile-menu-slider{position:relative;transition:.3s;height:auto !important}body.hooplandiaTheme #mobile-nav .has-subitems .m-items li.has-subitems.m-item>span.next-level-btn{display:flex !important;max-width:50px !important}body.hooplandiaTheme #mobile-nav .has-subitems .m-items li.has-subitems.m-item>a{flex:0 0 100%;max-width:calc(100% - 50px)}body.hooplandiaTheme #mobile-nav .show-level-2{left:0;transition:.3s}body.hooplandiaTheme #mobile-nav .show-level-3{left:-100%;transition:.3s}body.hooplandiaTheme #mobile-nav .has-subitems .m-items li.prev-level-btn.m-item{display:none}body.hooplandiaTheme #mobile-nav.show-level-2{left:0;transition:.3s}body.hooplandiaTheme #mobile-nav.show-level-3{left:-100%;transition:.3s}}body:not(.hooplandiaTheme) .hooplandia-menu,body:not(.hooplandiaHomepage) .hooplandia-menu{display:none !important}body:not(.hooplandiaTheme) .hooplandia-menu .items,body:not(.hooplandiaHomepage) .hooplandia-menu .items{display:none !important}body.hooplandiaTheme .hooplandia-menu .items,body.hooplandiaHomepage .hooplandia-menu .items{display:flex !important}body.hooplandiaTheme{background:#fff;background-size:cover}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaTheme.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme.generalMessageOn .wrapper{padding-top:170px}}.saffireMobileSize.hooplandiaTheme.saffireWindowScrolled.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaTheme.saffireWindowScrolled .wrapper,.saffireLargeSize.hooplandiaTheme.saffireWindowScrolled.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme.saffireWindowScrolled .wrapper{padding-top:193px}.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:177px}@media screen and (max-width: 1024px){.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:170px}}@media screen and (max-width: 800px){.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:200px}}.saffireLargeSize.hooplandiaHomepage.saffireWindowScrolled.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.saffireWindowScrolled .wrapper,.saffireMobileSize.hooplandiaHomepage.saffireWindowScrolled.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.saffireWindowScrolled .wrapper{padding-top:120px}body:not(.homepage).saffireLargeSize.hooplandiaTheme .wrapper:before{content:none}body:not(.homepage).saffireLargeSize.hooplandiaTheme .afterContent:before{content:none}body:not(.hooplandiaHomepage,.theBigE) .content{position:relative;max-width:calc(1240px - 20px - 20px);margin:30px auto 160px;padding:20px 20px 20px 20px;background:#fff}body.hooplandiaTheme .content{margin:30px auto 5px}body:not(.hooplandiaTeheme).saffireLargeSize .wrapper:before{content:"";display:none}.saffireMobileSize.hooplandiaHomepage .content,.saffireLargeSize.hooplandiaHomepage .content{position:relative;max-width:100%;margin:0 auto;padding:0;background:none}.hooplandiaTheme .content .small .bc{display:none}.hooplandiaTheme .content #pnl_googleTranslate{display:none}.hooplandiaTheme .subContainer{background:#f0f0f0;color:#111;box-shadow:2px 2px 5px #000}.hooplandiaTheme .subContainer a,.hooplandiaTheme .subContainer h1,.hooplandiaTheme .subContainer h2,.hooplandiaTheme .subContainer h3{color:#072c49}.hooplandiaTheme .subContainer .error{color:#000}.hooplandiaTheme .listingItem{background:#f0f0f0;border-bottom:1px solid #d7d7d7}.hooplandiaTheme .listingItem:hover,.hooplandiaTheme .listingItem:focus{background:#f8f8f8}.saffireLargeSize.hooplandiaHomepage .afterContent{position:relative;padding:0;height:auto;padding:25px !important}.saffireMobileSize.hooplandiaHomepage .afterContent{padding:0}.saffireMobileSize.hooplandiaTheme.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme.generalMessageOn .wrapper{padding-top:220px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaTheme.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme.generalMessageOn .wrapper{padding-top:185px}}.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:170px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:185px}}.saffireMobileSize.hooplandiaTheme .wrapper,.saffireLargeSize.hooplandiaTheme .wrapper{padding-top:190px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaTheme .wrapper,.saffireLargeSize.hooplandiaTheme .wrapper{padding-top:150px}}.saffireMobileSize.hooplandiaHomepage .wrapper,.saffireLargeSize.hooplandiaHomepage .wrapper{padding-top:130px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaHomepage .wrapper,.saffireLargeSize.hooplandiaHomepage .wrapper{padding-top:130px}}.saffireMobileSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper{padding-top:180px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper{padding-top:180px}}.hooplandiaTheme .button{padding:5px 18px;font-size:20px}.hooplandiaTheme .button,.hooplandiaTheme .buttonSmall{box-sizing:border-box;line-height:1.75em;text-transform:uppercase;border-radius:6px;text-decoration:none;font-weight:800 !important;font-family:"Barlow",sans-serif;color:#fff !important;background:#ed2225;transition:all 300ms ease;font-style:italic}.hooplandiaTheme a.buttonSmall.button,.hooplandiaTheme .buttonSmall{padding:5px 18px;font-size:16px}.hooplandiaTheme .button:hover,.hooplandiaTheme .buttonSmall:hover{background:#ae1213;transition:all 300ms ease}.hooplandiaTheme a.updateButton.buttonSmall,.hooplandiaTheme a.removeButton.buttonSmall,.hooplandiaTheme a.cartMenuRemoveButton.button.buttonSmall{font-size:.875em}.hooplandiaTheme .cartMenu .cartMenuCheckoutButton{font-size:14px;padding:4px 15px !important}.hooplandiaTheme .searchMapButton{padding:1px 10px !important}.hooplandiaTheme .featureLineup-more{top:50%;right:50%;transform:translate(50%, -50%)}.slideshow-wrap{background:#fff;min-height:30vh;opacity:0;transition:all 300ms ease}@media screen and (max-width: 600px){.slideshow-wrap{min-height:300px}}#hoopMainSlideshow{width:100%;position:relative}#hoopMainSlideshow .swiper-container{display:flex;align-items:center;justify-content:center}#hoopMainSlideshow .swiper-image-container{position:relative;height:56.25vw;max-height:800px;background-size:cover;background-position:center;width:100%;display:flex;justify-content:center;object-fit:cover;object-position:center}#hoopMainSlideshow .swiper-container-content{margin:0;display:flex;align-items:center;justify-content:center;align-items:center;max-width:1300px;margin:auto}.saffireMobileSize #hoopMainSlideshow .swiper-container-content{justify-content:center}#hoopMainSlideshow .swiper-container-content .swiper-wrapper{max-width:1100px;width:90%}#hoopMainSlideshow .swiper-container-content .swiper-content-container{max-width:1100px;display:flex;align-items:center;width:90%;justify-content:space-between}.saffireMobileSize #hoopMainSlideshow .swiper-container-content .swiper-content-container{flex-direction:column}#hoopMainSlideshow .slide-title{font-size:34px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;color:#072c49;font-family:"Barlow",sans-serif;font-weight:900;font-style:italic;margin:1rem 3%}.saffireMobileSize #hoopMainSlideshow .slide-title{font-size:28px;text-align:center;-webkit-line-clamp:3;width:auto;margin-bottom:1rem;margin-left:0}#hoopMainSlideshow .button-container{margin:0 3%}#hoopMainSlideshow .swiper-button-prev,#hoopMainSlideshow .swiper-button-next{position:relative;width:30px;height:30px;border-radius:50%;transition:all 300ms ease;top:auto;left:auto;right:auto;bottom:auto;margin-top:0}#hoopMainSlideshow .swiper-button-prev:hover,#hoopMainSlideshow .swiper-button-prev:focus,#hoopMainSlideshow .swiper-button-next:hover,#hoopMainSlideshow .swiper-button-next:focus{transition:all 300ms ease}#hoopMainSlideshow .swiper-button-prev{background:url(images/slideshow-next.png) center/contain no-repeat;transform:rotate(180deg)}#hoopMainSlideshow .swiper-button-prev:hover,#hoopMainSlideshow .swiper-button-prev:focus{background:url(images/slideshow-next-hover.png) center/contain no-repeat}#hoopMainSlideshow .swiper-button-next{background:url(images/slideshow-next.png) center/contain no-repeat}#hoopMainSlideshow .swiper-button-next:hover,#hoopMainSlideshow .swiper-button-next:focus{background:url(images/slideshow-next-hover.png) center/contain no-repeat}#hoopMainSlideshow .desktopArrow{display:flex}.saffireMobileSize #hoopMainSlideshow .desktopArrow{display:none}#hoopMainSlideshow .arrows-mobile{display:none}.saffireMobileSize #hoopMainSlideshow .arrows-mobile{position:absolute;width:90%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.saffireMobileSize #hoopMainSlideshow .arrows-mobile .swiper-button-prev{background:url(images/slideshow-next-mobile.png) center/contain no-repeat}.saffireMobileSize #hoopMainSlideshow .arrows-mobile .swiper-button-next{background:url(images/slideshow-next-mobile.png) center/contain no-repeat}#hoopMainSlideshow .swiper-button-lock,#hoopMainSlideshow .swiper-button-disabled{display:none}#hooplandiaYoutubeVideo{position:relative;display:inline-block;width:100%;max-width:100%;vertical-align:top;float:none;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:800px}#hooplandiaYoutubeVideo #videoWidget{box-sizing:border-box;position:relative;width:100%;max-width:100%;height:56.25vw;text-align:center}#hooplandiaYoutubeVideo #videoWidget iframe{position:absolute;top:0;left:0;height:56.25vw;width:100%;max-width:100% !important;border:none !important;z-index:1;pointer-events:none}#hooplandiaYoutubeVideo #videoWidget .video-loading{box-sizing:border-box;position:relative;top:calc(50% - 40px);left:0;right:0;width:80px;height:80px;margin:0 auto;border:10px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:100%;z-index:0;animation:spin 1s infinite linear}@keyframes spin{100%{transform:rotate(360deg)}}.tier-two{margin-top:10px}#hoopCards{box-sizing:border-box;position:relative;display:flex;justify-content:center;width:100%;background:#f6f5f1;padding:8px 0}@media screen and (max-width: 800px){#hoopCards{flex-direction:column;align-items:center;padding:0 10px}}#hoopCards .card-widget-item{position:relative;min-height:220px;height:16.85vw;max-height:310px;width:100%;overflow:hidden}#hoopCards .card-widget-item:nth-child(2){margin:0 8px}@media screen and (max-width: 800px){#hoopCards .card-widget-item:nth-child(2){margin:8px 0}}#hoopCards .card-widget-item .overlay{width:0;height:100%;background:rgba(7,44,73,.8);position:absolute;top:0;transition:all 300ms ease}#hoopCards .card-widget-item .image-container{background-size:cover;height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}#hoopCards .card-widget-item .card-content{width:100%;display:flex;flex-direction:column}#hoopCards .card-widget-item .card-content .card-widget-title{position:relative;width:98%;margin:auto;color:#fff;text-shadow:2px 2px 3px #000;text-align:center;text-transform:uppercase;font-weight:100;font-size:32px;font-family:"Barlow",sans-serif;font-weight:800;z-index:999;font-style:italic;width:95%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 1120px){#hoopCards .card-widget-item .card-content .card-widget-title{font-size:25px}}.saffireMobileSize #hoopCards .card-widget-item .card-content .card-widget-title{font-size:30px;margin-top:0;line-height:28px}#hoopCards .card-widget-item .card-content .buttonwrap{position:absolute;opacity:0;z-index:999;margin-top:1rem}#hoopCards .card-widget-item .card-content .buttonwrap .button{padding:3px 25px}#hoopCards .card-widget-item:hover .overlay,#hoopCards .card-widget-item:focus-within .overlay{width:100%;transition:all 300ms ease}#hoopCards .card-widget-item:hover .buttonwrap,#hoopCards .card-widget-item:focus-within .buttonwrap{position:relative;opacity:1}#cardWidgetStats{flex-direction:column;align-items:center;display:flex;justify-content:space-around;align-items:flex-end}#cardWidgetStats::before{content:"Hooplandia will feature:";font-size:38px;font-family:"Barlow",sans-serif;color:#072c49;font-weight:900;text-transform:uppercase;line-height:31px;font-style:italic}@media screen and (max-width: 1020px){#cardWidgetStats::before{font-size:34px;line-height:32px}}@media screen and (max-width: 1020px){#cardWidgetStats{flex-direction:column;align-items:center;margin-top:1rem;align-items:center}}#cardWidgetStats .cw-stat-row{display:flex;flex-direction:row;margin-top:2rem}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat-row{flex-direction:column;margin-top:0}}#cardWidgetStats .cw-stat{position:relative;display:flex;align-items:center}#cardWidgetStats .cw-stat:nth-child(2){margin:0 70px}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat:nth-child(2){margin:30px 0}}#cardWidgetStats .cw-stat:nth-child(2)::after{content:"";height:90%;width:3px;background-color:#ed2225;position:absolute;right:-35px}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat:nth-child(2)::after{right:0;top:-5px;height:3px;width:100%}}#cardWidgetStats .cw-stat:nth-child(2)::before{content:"";height:90%;width:3px;background-color:#ed2225;position:absolute;left:-35px}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat:nth-child(2)::before{left:0;bottom:-20px;height:3px;width:100%}}#cardWidgetStats .cw-stat{display:flex;flex-direction:column;align-items:center;justify-content:center}#cardWidgetStats .cw-stat div{font-family:"Barlow",sans-serif;color:#072c49;font-size:70px;font-weight:900;transition:all 300ms ease;text-transform:uppercase;line-height:55px;font-style:italic}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat div{font-size:68px;line-height:90px}}#cardWidgetStats .cw-stat p{font-family:"Barlow",sans-serif;color:#ed2225;font-size:31px;font-weight:900;text-transform:uppercase;margin-top:0;font-style:italic}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat p{font-size:29px;margin-top:-10px}}#cardWidgetStats .card-widget-item{display:none}.tier-three{background:url(images/tier-3-bg.jpg) no-repeat;position:relative;overflow:hidden;background-position:right;background-color:#f6f5f1;background-size:auto 100%}@media screen and (max-width: 1020px){.tier-three{background:url(images/tier-3-bg-mobile-large.jpg) center/cover no-repeat;background-color:#f6f5f1;background-size:cover;background-position:0 14rem}}.tier-three::after{content:"";background-color:#ed2225;width:100%;height:20px;display:inline-block;bottom:0;position:absolute;box-shadow:0 2px 14px #000}.tier-three #inner-container{max-width:1400px;width:95%;margin:auto;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;padding:3rem 0 4rem 0;position:relative}@media screen and (max-width: 1020px){.tier-three #inner-container{flex-direction:column-reverse;align-items:center;text-align:center}}.tier-three .ball-abstract{background:url(images/abstract-ball.png) center/contain no-repeat;width:400px;height:400px;position:absolute;bottom:-3rem;left:-13rem}@media screen and (max-width: 1020px){.tier-three .ball-abstract{display:none}}#hoopSEO{width:60%;z-index:999}@media screen and (max-width: 1020px){#hoopSEO{margin-bottom:20px;width:95%}}#hoopSEO .card-widget-item{display:flex;justify-content:center;margin-right:2rem}@media screen and (max-width: 1020px){#hoopSEO .card-widget-item{margin-right:0}}#hoopSEO .card-content{display:flex;flex-direction:column}@media screen and (max-width: 1020px){#hoopSEO .card-content{align-items:center}}#hoopSEO .card-content .card-widget-title{font-family:"Barlow",sans-serif;font-style:italic;color:#072c49;font-size:48px;font-weight:900;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;line-height:40px;margin-bottom:15px}#hoopSEO .card-content .card-widget-description{margin-bottom:20px}#hoopSEO .card-content .card-widget-description p{margin:0;font-size:26px;margin-bottom:20px}#hoopSEO .card-content .card-widget-description p:nth-child(1){display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5}@media screen and (max-width: 1020px){#hoopSEO .card-content .card-widget-description p{font-size:22px;-webkit-line-clamp:7}}#hoopSEO .card-content .card-widget-description div{display:flex;flex-direction:column}#hoopSEO .card-content .buttonwrap .button{padding:5px 30px}#hoopTierFourCards{box-sizing:border-box;position:relative;display:flex;justify-content:center;width:100%;background:#f6f5f1;flex-wrap:wrap;padding-top:5px}#hoopTierFourCards .card-widget-item{position:relative;width:25%;overflow:hidden;transition:all 300ms ease;min-height:220px;height:16.85vw;max-height:320px;display:flex}#hoopTierFourCards .card-widget-item:nth-child(4) .image-container,#hoopTierFourCards .card-widget-item:nth-child(8) .image-container{width:100%;height:98%}@media screen and (max-width: 1000px){#hoopTierFourCards .card-widget-item{width:50%;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:nth-child(2) .image-container,#hoopTierFourCards .card-widget-item:nth-child(4) .image-container,#hoopTierFourCards .card-widget-item:nth-child(6) .image-container,#hoopTierFourCards .card-widget-item:nth-child(8) .image-container{width:100%;height:98%}}@media screen and (max-width: 630px){#hoopTierFourCards .card-widget-item{justify-content:center;width:100%;height:290px;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:nth-child(1) .image-container,#hoopTierFourCards .card-widget-item:nth-child(2) .image-container,#hoopTierFourCards .card-widget-item:nth-child(3) .image-container,#hoopTierFourCards .card-widget-item:nth-child(4) .image-container,#hoopTierFourCards .card-widget-item:nth-child(5) .image-container,#hoopTierFourCards .card-widget-item:nth-child(6) .image-container,#hoopTierFourCards .card-widget-item:nth-child(7) .image-container,#hoopTierFourCards .card-widget-item:nth-child(8) .image-container{width:98%;height:98%}}#hoopTierFourCards .card-widget-item .overlay{width:0;height:100%;background:rgba(7,44,73,.8);position:absolute;top:0;transition:all 300ms ease}#hoopTierFourCards .card-widget-item .image-container{background-size:cover;width:98%;height:98%;display:flex;align-items:flex-end;justify-content:flex-start;transition:all 300ms ease;position:relative}#hoopTierFourCards .card-widget-item .card-content{margin:0 0 10px 10px;display:flex;width:95%;flex-direction:column;justify-content:center}#hoopTierFourCards .card-widget-item .card-content .card-widget-title{color:#fff;text-shadow:2px 2px 3px #000;text-align:center;text-transform:uppercase;font-weight:100;font-size:32px;font-family:"Barlow",sans-serif;font-style:italic;font-weight:800;position:relative;max-width:340px;text-align:start;line-height:32px;z-index:999;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}@media screen and (max-width: 1120px){#hoopTierFourCards .card-widget-item .card-content .card-widget-title{font-size:25px;line-height:24px}}.saffireMobileSize #hoopTierFourCards .card-widget-item .card-content .card-widget-title{font-size:30px;margin-top:0;line-height:28px}#hoopTierFourCards .card-widget-item .card-content .buttonwrap{position:absolute;opacity:0;z-index:99}#hoopTierFourCards .card-widget-item .card-content .buttonwrap .button{padding:3px 25px}#hoopTierFourCards .card-widget-item:hover .overlay,#hoopTierFourCards .card-widget-item:focus-within .overlay{width:100%;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:hover .card-content,#hoopTierFourCards .card-widget-item:focus-within .card-content{margin-left:0;text-align:center}#hoopTierFourCards .card-widget-item:hover .image-container,#hoopTierFourCards .card-widget-item:focus-within .image-container{align-items:center;justify-content:center;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:hover .card-widget-title,#hoopTierFourCards .card-widget-item:focus-within .card-widget-title{max-width:100%;text-align:center}#hoopTierFourCards .card-widget-item:hover .buttonwrap,#hoopTierFourCards .card-widget-item:focus-within .buttonwrap{position:relative;opacity:1;margin-top:10px}#hoopSponsors{position:relative;width:90%;max-width:1400px;margin:0 auto;box-sizing:border-box;margin:2rem auto;display:flex;flex-direction:column}#hoopSponsors::before{content:"Our Sponsors";color:#072c49;font-family:"Barlow",sans-serif;font-style:italic;font-size:30px;text-transform:uppercase;font-weight:900;text-align:center}#hoopSponsors{padding:0 50px}.saffireMobileSize #hoopSponsors{padding:0}#hoopSponsors .sponsorWidgetContainer{margin-top:15px}#hoopSponsors .sponsorWidgetContainer .sponsor-controls-container:focus-within{bottom:3px;opacity:1;transition:.2s;pointer-events:auto}#hoopSponsors .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer{animation-play-state:paused}#hoopSponsors .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before{content:"Resume"}#hoopSponsors .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after{content:"";padding-left:2px}#hoopSponsors .sponsorWidgetContainer:hover .sponsor-controls-container,#hoopSponsors .sponsorWidgetContainer:focus .sponsor-controls-container{bottom:3px;opacity:1;transition:.2s;pointer-events:auto}#hoopSponsors .sponsorCarouselImage img{max-height:90px;display:block;object-fit:contain;height:90px;max-width:150px}@media screen and (max-width: 500px){#hoopSponsors .sponsorCarouselImage img{width:120px;height:auto}}#hoopSponsors #sponsorsTitleContainer{width:100%;text-align:center;top:0}#hoopSponsors #sponsorsTitleContainer .homepageh1{display:none}#hoopSponsors #sponsorArrowRight,#hoopSponsors #sponsorArrowLeft{top:60%;transform:translateY(-50%)}.saffireMobileSize #hoopSponsors #sponsorArrowRight,.saffireMobileSize #hoopSponsors #sponsorArrowLeft{display:none}#hoopSponsors #sponsorArrowRight span,#hoopSponsors #sponsorArrowLeft span{width:13px;height:22px;border:none}#hoopSponsors #sponsorArrowRight{right:-6px}#hoopSponsors #sponsorArrowRight span{background:url(images/sponsor-arrow.png) center/contain no-repeat;height:1.5rem;width:1.5rem}#hoopSponsors #sponsorArrowRight span:hover,#hoopSponsors #sponsorArrowRight span:focus{filter:brightness(0.7)}#hoopSponsors #sponsorArrowLeft{left:-6px}#hoopSponsors #sponsorArrowLeft span{background:url(images/sponsor-arrow.png) center/contain no-repeat;transform:rotate(180deg);height:1.5rem;width:1.5rem}#hoopSponsors #sponsorArrowLeft span:hover,#hoopSponsors #sponsorArrowLeft span:focus{filter:brightness(0.7)}#hoopSponsors .sponsor-controls-container{box-sizing:border-box;position:absolute;bottom:-33px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:90px;height:30px;background:#fff;box-shadow:0 0px 5px 1px rgba(0,0,0,.5);z-index:999;transition:.2s;opacity:0;pointer-events:none}#hoopSponsors .sponsor-controls-container .sponsor-playpause-btn{display:flex;align-items:center;justify-content:center;position:relative;padding:0 0 0 10px;border:none;background:#fff;color:#072c49;width:100%;height:100%;text-align:center;cursor:pointer}#hoopSponsors .sponsor-controls-container .sponsor-playpause-btn:before{content:"Pause";display:inline-block;width:50px;font-size:14px;line-height:1;color:#072c49;text-align:center}#hoopSponsors .sponsor-controls-container .sponsor-playpause-btn:after{content:"";display:flex;align-items:center;justify-content:center;flex-shrink:0;text-align:center;padding-left:1px;width:30px;height:100%;font-family:"FontAwesome";font-size:15px;color:#072c49}#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container,#majorSponsorTitleContainer,.majorSponsor{display:none}.sponsors-title{text-align:center;margin:0;margin:3rem 0 1rem 0;text-transform:uppercase;font-weight:700;font-size:40px}@media screen and (max-width: 1000px){.sponsors-title{font-size:33px}}.sponsorCarouselImageContainer a{margin:0 30px;max-width:150px}@media screen and (max-width: 500px){.sponsorCarouselImageContainer a{margin:10px}}.footer.hooplandia-footer-container{position:relative;overflow:hidden}.footer.hooplandia-footer-container .hooplandia-footer{background-color:#072c49;background-repeat:no-repeat;background-size:cover;background-position:right;overflow:hidden}@media screen and (max-width: 400px){.footer.hooplandia-footer-container .hooplandia-footer{background-position:top;background-size:contain}}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top{max-width:1400px;min-height:295px;width:95%;margin:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:2rem 0;z-index:9;position:relative}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top::after{content:"";background:url(images/footer-ball.png) center/contain no-repeat;width:280px;height:280px;position:absolute;bottom:-3rem;right:-7rem;z-index:5}@media screen and (max-width: 500px){.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top::after{bottom:-9rem;right:-4rem}}@media screen and (max-width: 1024px){.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top{flex-direction:column;align-items:center;padding:2rem 0 0 0}}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .footer-logo{background:url(images/logoHooplandia.png) center/contain no-repeat;position:relative;transition:all 300ms ease;width:166px;height:187px}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us{display:flex;flex-direction:column;align-items:flex-start;position:relative}@media screen and (max-width: 1024px){.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us{flex-direction:column;align-items:center;margin-bottom:1rem}}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#fff;font-size:18px;font-weight:100;display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 1024px){.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us a{flex-direction:column;align-items:center;margin-top:1rem}}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us a:hover,.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us a:focus{text-decoration:underline}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us a .contact-icon{background:url(images/email-icon.png) center/contain no-repeat;position:relative;display:block;width:20px;height:20px;margin-right:5px}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us::before{content:"Contact us";margin-bottom:20px;color:#fff;margin-bottom:20px;font-family:"Barlow",sans-serif;font-style:italic;text-transform:uppercase;font-weight:800;font-size:24px}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .contact-us::after{content:"";width:60px;height:2px;background-color:#ed2225;position:absolute;top:45px}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map{display:flex;flex-direction:column;position:relative;align-items:flex-start}@media screen and (max-width: 1024px){.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map{display:none}}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map::before{content:"Site Map";margin-bottom:20px;font-family:"Barlow",sans-serif;font-style:italic;color:#fff;text-transform:uppercase;font-weight:800;font-size:24px}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map::after{content:"";width:60px;height:2px;background-color:#ed2225;position:absolute;top:45px}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .theme-nav{list-style-type:none}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .theme-nav a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#fff;font-size:18px;font-weight:100}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .theme-nav a:hover,.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .theme-nav a:focus{text-decoration:underline}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1{display:flex;flex-direction:column;align-items:flex-start;margin-top:0}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1 li,.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1 .separator{display:none}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1 li:nth-last-child(-n+5),.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1 .separator:nth-last-child(-n+0){display:inline-block}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1 li a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#fff;font-size:18px;font-weight:100}.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1 li a:hover,.footer.hooplandia-footer-container .hooplandia-footer .inner-container-top .site-map .footerItems1 li a:focus{text-decoration:underline}.footer.hooplandia-footer-container .footer-bottom{background-color:#072c49;color:#fff;z-index:99999;position:relative}.hooplandia-footer .sign-up-container{z-index:9}@media screen and (max-width: 1024px){.hooplandia-footer .sign-up-container{margin-bottom:3rem}}.hooplandia-footer .sign-up-container .emailSignup{max-width:295px}.hooplandia-footer .sign-up-container .emailSignup .emailSignupText{color:#fff;font-weight:800;font-size:24px;font-family:"Barlow",sans-serif;font-style:italic;text-transform:uppercase;max-width:300px;line-height:27px;margin:0 0 20px 0}@media screen and (max-width: 1024px){.hooplandia-footer .sign-up-container .emailSignup .emailSignupText{text-align:center}}.hooplandia-footer .sign-up-container .emailSignup .emailInputField{position:relative}.hooplandia-footer .sign-up-container .emailSignup .emailInputField::after{content:"";background:url(images/signup-icon.png) center/contain no-repeat;width:2rem;height:2rem;position:absolute;right:15px;top:11px}.hooplandia-footer .sign-up-container .emailSignup .emailInputField input{width:100%;height:53px;border-radius:8px !important;background:#fff;padding-left:20px;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:18px;font-weight:400}.hooplandia-footer .sign-up-container .emailSignup .emailInputField input::placeholder{color:#072c49}.hooplandia-footer .sign-up-container .emailSignup .emailInputField input:focus::placeholder{color:#fff}.hooplandia-footer .sign-up-container .emailSignup .emailSubmitButton{margin-top:10px;width:100%;border-radius:8px !important;height:46px;line-height:35px}.hooplandia-footer .sign-up-container .emailSignup .emailSubmitButton svg{display:none}#hoopSocialSidebar{display:flex;flex-direction:column;position:fixed;right:10px;top:170px;z-index:99999999;background-color:rgba(127,126,126,.6784313725);border-radius:30px;padding:5px 3px}.generalMessageOn #hoopSocialSidebar{top:230px;bottom:auto}@media screen and (max-width: 1230px){.generalMessageOn #hoopSocialSidebar{top:auto;bottom:10px}}@media screen and (max-width: 1230px){#hoopSocialSidebar{flex-direction:row;bottom:10px;top:auto;padding:1px 5px;justify-content:center}}.saffireMobileSize #hoopSocialSidebar{position:relative;bottom:auto;top:auto;right:auto;border-radius:0;background-color:rgba(0,0,0,0)}#hoopSocialSidebar .card-widget-item{width:40px;height:40px;margin:2px;border:3px solid rgba(0,0,0,0);border-radius:100%;transition:all 300ms ease}@media screen and (max-width: 1230px){#hoopSocialSidebar .card-widget-item{margin:2px 1px;width:30px;height:30px}}.saffireMobileSize #hoopSocialSidebar .card-widget-item{width:40px;height:40px;margin:0px 3px}#hoopSocialSidebar .card-widget-item:hover,#hoopSocialSidebar .card-widget-item:focus{border:3px solid #ed2225;transition:all 300ms ease}#hoopSocialSidebar .card-widget-item .image-container{width:100%;height:100%;background-size:contain;background-position:center}#hoopHeaderButton{margin-right:-14px}.saffireMobileSize #hoopHeaderButton{margin-right:-8px}#hoopHeaderButton span.card-widget-title{display:none}.saffireMobileSize #hoopHeaderButton .buttonwrap a{font-size:14px}.hooplandiaTheme .faqSection .saffireMobileSize{font-size:.875rem}.hooplandiaTheme .faqSection p{box-sizing:border-box;position:relative;padding-left:4.1em}.hooplandiaTheme .faqQuestion{box-sizing:border-box;width:100%;max-width:100% !important;padding:1em 1.25em 1em 1.25em}.hooplandiaTheme .faqQuestion:before{position:absolute;left:0;top:0;font-size:.875em;line-height:1;padding:1.5em 1.625em}.faqAnswer{padding:1.25em;margin-left:4.375em}.faqSection{width:100%;max-width:1200px}.bold.saffireMobileSize .faqSection{font-weight:normal}.hooplandiaTheme .FAQModule hr{display:none}.hooplandiaTheme .FAQModule .faqQuestion{background:#f0f0f0;color:#072c49;font-weight:500;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:19px}.hooplandiaTheme .FAQModule .faqQuestion:before{background:#072c49;color:#fff}.hooplandiaTheme .FAQModule .faqAnswer{background:#f4f4f4;color:#072c49;font-weight:500;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:19px}.hooplandiaTheme #imgsearch .left input{height:28px}.hooplandiaTheme #imgsearch .left .button{padding:3px 10px;border-radius:0 5px 5px 0 !important;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px !important;height:37px;width:auto}.hooplandiaTheme #imgsearch .right{display:flex;flex-direction:row;align-items:center}.hooplandiaTheme .featureLineupModule .featureLineupContainer .subContainer{box-shadow:none}.hooplandiaTheme .featureLineupModule .featureLineupContainer .subContainer .featureLineup-title{background-color:rgba(237,34,37,.89);text-transform:uppercase;font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme .featureLineupModule .featureLineupContainer .featureLineup-buttons{width:100%;padding:7px 0;background:none;box-shadow:none}.hooplandiaTheme .featureLineupModule .featureLineupContainer .featureLineup-buttons a{color:#ed2225;font-weight:100}.hooplandiaTheme .featureLineupModule .featureLineupContainer .featureLineup-buttons .button{font-size:18px;font-weight:700 !important;padding:4px 25px}.hooplandiaTheme #dynamicModal{height:200px !important;overflow-y:hidden !important;border-top:0;position:relative;top:-3rem}#businessListing .eventFilterSubcategory{display:block !important}a.upload-photo{display:none}.itemDetailContainer,.calloutArrow,.calloutArrowGallery{display:none !important}@media screen and (max-width: 870px){.swiperWidgetBannerAd::after{position:relative;z-index:9;display:block;width:259px;height:436px;margin:0 auto;margin-top:35px;content:" ";background-image:url(images/mobile-footer.png);background-repeat:no-repeat;background-position:center;background-size:contain}}.header{opacity:0}body.theBigE .section-tier-two{display:grid;grid-template-columns:clamp(1rem,2vw,2rem) 1fr clamp(1rem,2vw,2rem);padding:2rem 0}@media(min-width: 767px){body.theBigE .section-tier-two{width:95vw;max-width:1330px;grid-template-columns:1fr 1fr;column-gap:clamp(1rem,3.5vw,56px)}}body.theBigE .section-tier-two strong{display:inline-block;margin-bottom:2rem;max-width:375px;font-size:clamp(1rem,1vw,19px);color:#767676;line-height:1.2;text-transform:uppercase;text-wrap:pretty}body.theBigE .section-tier-two .calendar{display:grid;grid-area:1/2/2/3;margin-bottom:2rem h2;margin-bottom-color:#e00087;margin-bottom-margin-bottom:1.5rem;margin-bottom-font-size:clamp(30px,2.5vw,40px)}@media(min-width: 767px){body.theBigE .section-tier-two .calendar{grid-template-columns:min-content min-content;grid-template-rows:min-content 1fr;grid-area:1/1/2/2;margin-bottom:0;justify-self:end}body.theBigE .section-tier-two .calendar h2{grid-area:2/1/3/2;margin-bottom:0;margin-right:1rem;writing-mode:vertical-rl;text-align:center;text-orientation:mixed;transform:rotate(180deg)}body.theBigE .section-tier-two .calendar strong{grid-area:1/1/2/3}body.theBigE .section-tier-two .calendar .calendar-dates{grid-area:2/2/3/3;justify-self:flex-end}}body.theBigE .section-tier-two .calendar-dates{max-width:510px}body.theBigE .section-tier-two .calendar-dates th{font-family:"Millik",sans-serif;color:#e00087;text-transform:uppercase}body.theBigE .section-tier-two .calendar-dates td{overflow:hidden;padding-top:4px;padding-bottom:4px}@media(min-width: 767px){body.theBigE .section-tier-two .calendar-dates td{padding-top:6px;padding-bottom:6px}}body.theBigE .section-tier-two .calendar-dates td:not(:first-of-type){padding-left:4px}body.theBigE .section-tier-two .calendar-dates td:not(:last-of-type){padding-right:4px}body.theBigE .section-tier-two .calendar-dates td span{display:flex;justify-content:center;align-items:center;text-align:center;min-width:calc(clamp(40px,3.5vw,56px) - 6px);max-width:56px;min-height:clamp(30px,3vw,42px);margin:0 auto;font-variation-settings:"wght" 800;color:#5c5c5c;font-size:clamp(17px,1.5vw,25px);background-color:rgba(226,220,228,.3);border-radius:3px;transition:all 350ms ease-in-out}body.theBigE .section-tier-two .calendar-dates td.date{background-color:rgba(0,0,0,0)}body.theBigE .section-tier-two .calendar-dates td.date span{background-color:#e2dce4}body.theBigE .section-tier-two .calendar-dates td.active span{background-color:#fcee21}body.theBigE .section-tier-two .calendar-dates td.active span a{font-variation-settings:"wght" 800;color:#171717;text-decoration:none;transition:all 350ms ease-in-out;width:100%}body.theBigE .section-tier-two .calendar-dates td.active:hover span{box-shadow:inset 0 0 0 2px #e00087}body.theBigE .section-tier-two .calendar-dates td.active:hover a{color:#e00087;text-decoration:none}body.theBigE .section-tier-two .hot-buttons{grid-area:2/2/3/3}@media(min-width: 767px){body.theBigE .section-tier-two .hot-buttons{grid-area:1/2/2/3}}.saffireMobileSize body.theBigE .section-tier-two .hot-buttons{margin-bottom:1rem}body.theBigE .section-tier-three{display:grid;grid-template-columns:clamp(1rem,3vw,3rem) 1fr clamp(1rem,3vw,3rem)}body.theBigE .section-tier-four{padding:60px 0 clamp(48px,4vw,64px);background:url(images/lineup-bg.jpg) center/cover no-repeat #282828;display:grid;grid-template-columns:minmax(0.5rem, 1fr) minmax(0, clamp(1vw, 90vw, 1300px)) minmax(0.5rem, 1fr)}body.theBigE .section-tier-four h2{grid-area:1/2/2/3;font-size:34px;text-align:center;color:#171717;margin-bottom:1.5rem}@media(min-width: 1100px){body.theBigE .section-tier-four{padding-top:30px}body.theBigE .section-tier-four h2{margin-bottom:1rem}}body.theBigE .email-signup{display:flex;flex-direction:column-reverse;align-items:center;padding-top:3rem;background-color:#e00087}@media(min-width: 767px){body.theBigE .email-signup{flex-direction:row;justify-content:flex-start;height:clamp(160px,16vw,240px);padding-top:0}}@media(width >= 1700px){body.theBigE .email-signup{padding-left:calc((100vw - 1300px)/3)}}body.theBigE .email-signup-content{display:flex;flex-direction:column;align-items:center;padding:0 1rem}@media(min-width: 767px){body.theBigE .email-signup-content{margin-bottom:0;align-items:flex-start}}@media(min-width: 1100px){body.theBigE .email-signup-content{margin-left:clamp(60px,6.6666666667vw,100px)}}body.theBigE .email-signup-content h1{margin:0;margin-bottom:clamp(.5rem,2vw,2rem);text-align:center;text-transform:capitalize;color:#fff}body.theBigE .email-signup-content h1 .h1{font-size:48px}body.theBigE .email-signup-content h1 small{display:block;font-size:27px;line-height:2}@media(min-width: 767px){body.theBigE .email-signup-content h1 small{line-height:1}}@media(min-width: 767px){body.theBigE .email-signup-content h1{text-align:left}body.theBigE .email-signup-content h1 .h1{font-size:clamp(32px,3vw,3rem)}body.theBigE .email-signup-content h1 small{font-size:clamp(22px,1.5vw,27px)}}body.theBigE .email-signup-content .button{min-width:150px}body.theBigE .email-signup-picture{position:relative;display:inline-flex;align-self:flex-start;width:clamp(330px,41.3333333333vw,620px);height:clamp(220px,18.6666666667vw,280px);background:url(images/email-pic.png) left bottom/contain no-repeat}@media(min-width: 767px){body.theBigE .email-signup-picture{align-self:flex-end}}body.theBigE #dynamicModal{min-height:330px !important;box-shadow:2px 2px 2px 3px rgba(0,0,0,.12)}body.theBigE #dynamicModal .getUpdatesPageEmailModule .emailSignup.modalOnly{max-width:300px}body.theBigE .listing-item-right{display:flex;align-items:center}#imgsearch input.inputFieldTextbox{height:calc(2.5rem - 2px);padding-top:0;padding-bottom:0;margin:2px}body.theBigE.cardWidgetExploreCards-nodata .section-tier-four{display:none}.hero-wrapper{position:absolute;display:flex;align-items:flex-end;width:100%;background:center bottom no-repeat fixed;background-size:cover;height:clamp(220px,25.3333333333vw,380px)}.lightbox-showing .hero-wrapper{display:none}.hero-wrapper h1{box-sizing:border-box;overflow:hidden;position:relative;bottom:20%;color:#fff;width:90vw;max-width:1300px;padding:0;margin:0 auto;font-size:calc(clamp(1.8rem,1.41rem + 1.39vw,2.375rem)*1.5);text-overflow:ellipsis;white-space:nowrap;text-shadow:1px 2px 3px rgba(0,0,0,.75)}.hero-wrapper h1.event-title{font-size:50px}.event-id-0 .hero-wrapper h1{font-size:74px}.event-id-0 .hero-wrapper h1:nth-child(n+2){display:none}.saffireMobileSize .hero-wrapper h1{z-index:99;overflow:visible;text-overflow:unset;white-space:normal}.saffireMobileSize .hero-wrapper{background-size:150%;background-position:center top 50px}body.subpage-golden-ticket:not(.homepage) .content{position:relative;margin:110px auto 160px}body.subpage-golden-ticket:not(.homepage) .content::before{position:absolute;top:-27px;bottom:auto;left:0;display:block;width:100%;height:27px;content:"";background:url(images/ticket-shape.png) center/cover no-repeat}body.subpage-golden-ticket:not(.homepage) .content::after{position:absolute;top:auto;bottom:-27px;left:0;display:block;width:100%;height:27px;content:"";background:url(images/ticket-shape.png) center/cover no-repeat;transform:rotate(180deg)}body.subpage-golden-ticket #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1,body.subpage-golden-ticket h1,body.subpage-golden-ticket h2,body.subpage-golden-ticket h3,body.subpage-golden-ticket h4,body.subpage-golden-ticket h5,body.subpage-golden-ticket h6{color:#866322}body.subpage-golden-ticket .listingItem{background:#f3ece0}body.subpage-golden-ticket a{color:#72036f}body.subpage-golden-ticket .wrapper{width:100%;background:url(images/subpage-bg.png) top center/contain no-repeat;background-color:#320613;background-attachment:fixed;background-size:cover}body.subpage-golden-ticket .socialNetworks{background:#770373}body.subpage-golden-ticket .header .header-top{background:#72036f}body.subpage-golden-ticket .header .header-top #cardWidgetQuickLinks .card-widget-title{color:#fff}body.subpage-golden-ticket .header .header-top .directions:hover,body.subpage-golden-ticket .header .header-top .directions:focus,body.subpage-golden-ticket .header .header-top .emailSignup .emailSubmitButton:hover,body.subpage-golden-ticket .header .header-top .emailSignup .emailSubmitButton:focus,body.subpage-golden-ticket .header .header-top #cardWidgetQuickLinks .card-widget-item:hover,body.subpage-golden-ticket .header .header-top #cardWidgetQuickLinks .card-widget-item:focus,body.subpage-golden-ticket .header .header-top .myAccountButton-wrapper a:hover,body.subpage-golden-ticket .header .header-top .myAccountButton-wrapper a:focus,body.subpage-golden-ticket .header .header-top .loginstatus-wrapper a:hover,body.subpage-golden-ticket .header .header-top .loginstatus-wrapper a:focus,body.subpage-golden-ticket .header .header-top .viewcart:focus,body.subpage-golden-ticket .header .header-top .viewcart:hover{background:#560354}body.subpage-golden-ticket .header .header-top .myAccountButton-wrapper a,body.subpage-golden-ticket .header .header-top .loginstatus-wrapper a,body.subpage-golden-ticket .header .header-top .emailSignup .emailSubmitButton,body.subpage-golden-ticket .header .header-top .viewcart .cartMenuLink,body.subpage-golden-ticket .header .header-top .directions{color:#fff}body.subpage-golden-ticket .header .header-bottom{height:134px}body.subpage-golden-ticket .header .header-bottom .header-bottom-top{justify-content:flex-end}body.subpage-golden-ticket .header .header-bottom .nav .groups{background:rgba(0,0,0,0) !important}body.subpage-golden-ticket .header .header-bottom .nav .groups .group>a{color:#fff !important;background:rgba(0,0,0,0) !important}body.subpage-golden-ticket .header .header-bottom a.ticket-btn{margin-right:15px;color:#ffd43d;background:#770373;border-radius:0}body.subpage-golden-ticket .header .header-bottom a.ticket-btn:focus,body.subpage-golden-ticket .header .header-bottom a.ticket-btn:hover{background:#560354}body.subpage-golden-ticket .header .header-bottom #siteInfoBannerWidget{margin:0;color:#ffd43d;background:rgba(0,0,0,0)}body.subpage-golden-ticket .header .header-bottom #siteInfoBannerWidget .countdownDays{color:#ffd43d}body.subpage-golden-ticket .header .header-bottom #siteInfoBannerWidget #eventDates{color:#ffd43d}body.subpage-golden-ticket .header .header-bottom .header-logo{position:absolute;top:0;left:40px;z-index:9999;display:block;width:170px;height:140px;background:url(images/subpage-logo.png) center/contain no-repeat}body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox) .searchBoxInput input{border:0 solid rgba(0,0,0,0)}body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus .searchSubmitButton,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus-within .searchSubmitButton{background:#560354}body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus .searchBoxInput input,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus-within .searchBoxInput input{border-color:#560354}body.subpage-golden-ticket .header .myAccountButton-wrapper a svg path,body.subpage-golden-ticket .header .loginstatus-wrapper a svg path,body.subpage-golden-ticket .header .emailSignup .emailSubmitButton svg,body.subpage-golden-ticket .header .emailSignup .emailSubmitButton svg path,body.subpage-golden-ticket .header .directions svg path,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox) .searchSubmitButton svg path{fill:#fff}body.subpage-golden-ticket .listingItem .purchaseOption select,body.subpage-golden-ticket .listingItem .description,body.subpage-golden-ticket .listingItem .purchaseOptions,body.subpage-golden-ticket .flexContent.itemName{color:#544028}body.subpage-golden-ticket .afterContent{display:none !important}body.subpage-golden-ticket .footer{background:repeat-x #a72f9c center}body.subpage-golden-ticket .footer a{color:#fff !important}body.subpage-golden-ticket .footer .footer-top{background:#a72f9c}body.subpage-golden-ticket .footer ul.footerItems2{font-size:14px;color:#666}body.subpage-golden-ticket .footer #cardWidgetFooterLogo .card-widget-item{position:relative;bottom:66px;width:541px;height:240px}body.subpage-golden-ticket .footer #cardWidgetFooterLogo .card-widget-item .image-container{background:url(images/subpage-footer-logo.png) center/contain no-repeat !important}body.subpage-golden-ticket .footer li.footerSaffire a{position:relative;top:5px;display:inline-block;background:url(images/saffire-logo.png) center/contain no-repeat}body.subpage-golden-ticket .footer li.footerSaffire a img{opacity:0}body.subpage-golden-ticket .button,body.subpage-golden-ticket .buttonSmall{color:#fff !important;background:#72036f}body.subpage-golden-ticket .button:hover,body.subpage-golden-ticket .buttonSmall:hover{cursor:pointer;background:#560354}@media screen and (max-width: 1366px){body.subpage-golden-ticket .header .header-bottom{justify-content:center}body.subpage-golden-ticket .ticket-btn{width:170px;height:45px;margin-right:15px;margin-left:20px;font-size:20px}}@media screen and (max-width: 1250px){body.subpage-golden-ticket .header .header-bottom .nav .groups .group>a{padding:9px 8px 8px}body.subpage-golden-ticket .footer .footer-top{height:auto !important}body.subpage-golden-ticket .footer .footer-top #cardWidgetFooterLogo .card-widget-item{bottom:28px !important}}@media screen and (max-width: 768px){body.subpage-golden-ticket:not(.homepage) .content{margin:0 auto !important}body.subpage-golden-ticket:not(.homepage) .content span#MainContent_content_smp_breadcrumbs{display:none}body.subpage-golden-ticket .button,body.subpage-golden-ticket .buttonSmall{font-size:12px}body.subpage-golden-ticket #siteInfoBannerWidget{width:100%}body.subpage-golden-ticket .mobile-menu-container{background-color:#41052c}body.subpage-golden-ticket #mobile-nav a{color:#72036f}body.subpage-golden-ticket .mobile-menu-container .mobile-menu-ticket-btn,body.subpage-golden-ticket .mobile-menu-container .mobile-menu-header{background-color:#72036f}body.subpage-golden-ticket .socialNetworks{border-radius:0}body.subpage-golden-ticket .header .header-bottom{height:auto;background:#770373}body.subpage-golden-ticket .header-bottom-top{height:auto;padding:8px;background:#41052c}body.subpage-golden-ticket .header-bottom .header-logo{position:static !important;width:60px !important;height:50px !important}body.subpage-golden-ticket .footer .footer-top #cardWidgetFooterLogo .card-widget-item{bottom:19px !important;width:100%;min-width:320px;height:145px}body.subpage-golden-ticket .footer li.footerCopyright{line-height:1.3;color:#e00087;text-align:left}}#managedPopUp{display:none}#managedPopUp *:focus{outline:none !important}.modal__overlay{background-color:rgba(0,0,0,.6);position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.hooplandiaTheme .modal__overlay,.managedPopUp-no-data .modal__overlay{display:none}.modal__container{background-color:#fff;border-radius:0;box-shadow:2px 2px 12px 1px rgba(0,0,0,.3411764706);padding:0px;max-width:560px;max-height:410px;width:95%;box-sizing:border-box;box-shadow:0px 0px 10px 0px rgba(0,0,0,.4);animation:slideUp .5s forwards;animation-delay:.5s;width:100%;height:100%;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0}.modal__container .hooplandiaHomepage{display:none}.modal__container iframe#popupIframe{height:75%}.saffireMobileSize .modal__container{max-width:500px;width:88%;padding:0 10px;max-height:510px}.modal-close-btn{color:#fff;position:absolute;top:-16px;right:-25px;cursor:pointer;text-transform:uppercase;font-weight:900;background:#e00087;width:44px;height:42px;display:flex;justify-content:center;align-items:center;border-radius:50%}.saffireMobileSize .modal-close-btn{top:-9px;right:-6px}@keyframes pFadeIn{from{opacity:0}to{opacity:1}}@keyframes pSlideUpFade{from{top:50px;opacity:0}to{top:0px;opacity:1}}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide.is-open .modal__overlay{z-index:99999999}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}iframe#popupIframe{position:relative;width:100%;height:50%;overflow:scroll}@media screen and (max-width: 1000px){iframe#popupIframe{height:56%}}div.ctct-form-embed div.ctct-form-defaults *{box-sizing:border-box;overflow-wrap:break-word}@media screen and (max-width: 800px){div#modal-content a{width:100%}}.modal__content-left{width:100% !important}

/*# sourceMappingURL=theme.css.map*/