whatmore-react-assets 1.0.263

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/README.md +2 -0
  2. package/package.json +22 -0
  3. package/static/css/12.b9791533.chunk.css +1 -0
  4. package/static/css/136.6572a5b0.chunk.css +1 -0
  5. package/static/css/166.6e010f1d.chunk.css +1 -0
  6. package/static/css/204.b9791533.chunk.css +1 -0
  7. package/static/css/245.6572a5b0.chunk.css +1 -0
  8. package/static/css/517.fbff760e.chunk.css +1 -0
  9. package/static/css/55.15ad4f53.chunk.css +1 -0
  10. package/static/css/580.1849eaac.chunk.css +1 -0
  11. package/static/css/602.fbff760e.chunk.css +1 -0
  12. package/static/css/850.1582bd5c.chunk.css +1 -0
  13. package/static/css/92.6572a5b0.chunk.css +1 -0
  14. package/static/css/926.0adf7962.chunk.css +1 -0
  15. package/static/css/95.10d95045.chunk.css +1 -0
  16. package/static/js/12.8e334d14.chunk.js +1 -0
  17. package/static/js/136.2b2236a7.chunk.js +1 -0
  18. package/static/js/166.978660a0.chunk.js +1 -0
  19. package/static/js/204.fcae35ae.chunk.js +1 -0
  20. package/static/js/240.0c14b670.chunk.js +2 -0
  21. package/static/js/245.58ce61c6.chunk.js +1 -0
  22. package/static/js/267.8288d78f.chunk.js +2 -0
  23. package/static/js/282.fbe49074.chunk.js +2 -0
  24. package/static/js/302.41f7dffe.chunk.js +1 -0
  25. package/static/js/367.0e2349d8.chunk.js +2 -0
  26. package/static/js/423.4d5ac85a.chunk.js +1 -0
  27. package/static/js/517.8b40fdc1.chunk.js +1 -0
  28. package/static/js/55.f26df2af.chunk.js +1 -0
  29. package/static/js/561.95fd0242.chunk.js +1 -0
  30. package/static/js/576.469daa2e.chunk.js +1 -0
  31. package/static/js/580.25fbf2bb.chunk.js +1 -0
  32. package/static/js/602.806edcd9.chunk.js +1 -0
  33. package/static/js/642.ef5b3d84.chunk.js +1 -0
  34. package/static/js/648.d2b1b5aa.chunk.js +1 -0
  35. package/static/js/664.82dacddc.chunk.js +1 -0
  36. package/static/js/725.a59f0bbb.chunk.js +2 -0
  37. package/static/js/850.c2c8be95.chunk.js +1 -0
  38. package/static/js/853.af135048.chunk.js +1 -0
  39. package/static/js/92.d5105c19.chunk.js +1 -0
  40. package/static/js/95.66a96829.chunk.js +1 -0
  41. package/static/js/972.dd8141d3.chunk.js +1 -0
  42. package/static/js/985.4bcdae89.chunk.js +1 -0
  43. package/whatmore.css +0 -0
  44. package/whatmore.js +2 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # whatmore-assets
2
+ public repo for all whatmore js and css assets
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "whatmore-react-assets",
3
+ "version": "1.0.263",
4
+ "description": "public repo for all whatmore js and css assets",
5
+ "main": "whatmore.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/projectx-tech/whatmore-assets.git"
12
+ },
13
+ "author": "",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/projectx-tech/whatmore-assets/issues"
17
+ },
18
+ "homepage": "https://github.com/projectx-tech/whatmore-assets#readme",
19
+ "dependencies": {
20
+ "np": "^7.6.3"
21
+ }
22
+ }
@@ -0,0 +1 @@
1
+ @-webkit-keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@-webkit-keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.whatmore-scale-on-tap{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-scale-on-tap-keyframe;animation-name:whatmore-scale-on-tap-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-indefinitely{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-for-a-while{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-pulse{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:4;animation-iteration-count:4;-webkit-animation-name:whatmore-pulse-keyframe;animation-name:whatmore-pulse-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-landscape-modal{height:100%;height:100vh!important;left:0!important;position:fixed!important;top:0!important;width:100%;z-index:2147483627!important}.whatmore-landscape-modal .whatmore-landscape-modal-overlay{background-color:rgba(0,0,0,.45)!important;height:100%;left:0!important;position:absolute!important;top:0!important;width:100%;z-index:2147483637!important}.whatmore-landscape-modal .whatmore-landscape-modal-content{box-shadow:0 1px 5px rgba(0,0,0,.7);box-sizing:border-box;position:absolute!important;z-index:2147483647!important}.whatmore-video-player{height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-landscape-modal{--swiper-theme-color:#303632!important}.whatmore-landscape-modal .swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0!important;position:relative;z-index:1}.whatmore-landscape-modal .swiper-vertical>.swiper-wrapper{flex-direction:column}.whatmore-landscape-modal .swiper-wrapper{box-sizing:content-box;box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.whatmore-landscape-modal .swiper-android .swiper-slide,.whatmore-landscape-modal .swiper-wrapper{transform:translateZ(0)}.whatmore-landscape-modal .swiper-pointer-events{touch-action:pan-y}.whatmore-landscape-modal .swiper-pointer-events.swiper-vertical{touch-action:pan-x}.whatmore-landscape-modal .swiper-slide{display:block!important;flex-shrink:0;height:auto!important;position:relative;-webkit-transform:translateZ(0);transition-property:transform;width:100%}.whatmore-landscape-modal .swiper-slide-invisible-blank{visibility:hidden}.whatmore-landscape-modal .swiper-autoheight,.whatmore-landscape-modal .swiper-autoheight .swiper-slide{height:auto}.whatmore-landscape-modal .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.whatmore-landscape-modal .swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.whatmore-landscape-modal .swiper-3d,.whatmore-landscape-modal .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.whatmore-landscape-modal .swiper-3d .swiper-cube-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top,.whatmore-landscape-modal .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.whatmore-landscape-modal .swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.whatmore-landscape-modal .swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.whatmore-landscape-modal .swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.whatmore-landscape-modal .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.whatmore-landscape-modal .swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.whatmore-landscape-modal .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.whatmore-landscape-modal .swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.whatmore-landscape-modal .swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.whatmore-landscape-modal{--swiper-navigation-size:50px!important}.whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-button-prev{align-items:center!important;background-color:rgba(0,0,0,.7)!important;border-radius:5px!important;color:var(--swiper-theme-color)!important;color:var(--swiper-navigation-color,var(--swiper-theme-color))!important;cursor:pointer!important;display:flex!important;height:calc(var(--swiper-navigation-size)*2)!important;justify-content:center!important;opacity:1!important;position:absolute!important;top:45%!important;width:var(--swiper-navigation-size)!important;z-index:10!important}.whatmore-landscape-modal .swiper-button-next{right:25%!important}.whatmore-landscape-modal .swiper-button-prev{left:25%!important}.whatmore-landscape-modal .swiper-button-next.swiper-button-disabled,.whatmore-landscape-modal .swiper-button-next.swiper-button-hidden,.whatmore-landscape-modal .swiper-button-prev.swiper-button-disabled,.whatmore-landscape-modal .swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0!important;pointer-events:none}.whatmore-landscape-modal .swiper-navigation-disabled .whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-navigation-disabled .whatmore-landscape-modal .swiper-button-prev{display:none!important}.whatmore-landscape-modal .swiper-button-next:after,.whatmore-landscape-modal .swiper-button-prev:after{background-color:transparent!important;color:#fff!important;font-family:whatmore-swiper-icons!important;font-size:var(--swiper-navigation-size)!important;font-variant:normal!important;letter-spacing:0!important;line-height:1!important;margin:0;position:absolute;text-align:center!important;text-transform:none!important;top:50%;transform:translateY(-50%)}.whatmore-landscape-modal .swiper-button-prev,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-next{left:0;right:auto}.whatmore-landscape-modal .swiper-button-prev:after,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-next:after{content:"prev"}.whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-prev{left:auto;right:0}.whatmore-landscape-modal .swiper-button-next:after,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-prev:after{content:"next"}.whatmore-landscape-modal .swiper-button-lock{display:none}.whatmore-landscape-modal .swiper-cube{overflow:visible}.whatmore-landscape-modal .swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.whatmore-landscape-modal .swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.whatmore-landscape-modal .swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.whatmore-landscape-modal .swiper-cube .swiper-slide-active,.whatmore-landscape-modal .swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.whatmore-landscape-modal .swiper-cube .swiper-slide-active,.whatmore-landscape-modal .swiper-cube .swiper-slide-next,.whatmore-landscape-modal .swiper-cube .swiper-slide-next+.swiper-slide,.whatmore-landscape-modal .swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.whatmore-landscape-modal .swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.whatmore-landscape-modal .swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}
@@ -0,0 +1 @@
1
+ .whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}@-webkit-keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@-webkit-keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.whatmore-scale-on-tap{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-scale-on-tap-keyframe;animation-name:whatmore-scale-on-tap-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-indefinitely{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-for-a-while{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-pulse{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:4;animation-iteration-count:4;-webkit-animation-name:whatmore-pulse-keyframe;animation-name:whatmore-pulse-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-story-video-tile-plain{box-shadow:0 2px 0 0 rgba(139,98,170,.25),0 -2px 0 0 rgba(59,134,208,.25),2px 0 0 0 rgba(139,98,170,.25),-2px 0 0 0 rgba(59,134,208,.25),2px -2px 0 0 rgba(99,116,189,.5),-2px 2px 0 0 rgba(99,116,189,.5),2px 2px 0 0 rgba(179,80,151,.75),-2px -2px 0 0 rgba(19,152,227,.75)}.whatmore-story-live-tile-plain{box-shadow:0 2px 0 0 rgba(19,171,180,.25),0 -2px 0 0 rgba(19,209,84,.25),2px 0 0 0 rgba(19,171,180,.25),-2px 0 0 0 rgba(19,209,84,.25),2px -2px 0 0 rgba(19,190,132,.5),-2px 2px 0 0 rgba(19,190,132,.5),2px 2px 0 0 rgba(19,152,227,.75),-2px -2px 0 0 rgba(19,227,36,.75)}@-webkit-keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}@keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}.whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}
@@ -0,0 +1 @@
1
+ .whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@-webkit-keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@-webkit-keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.whatmore-scale-on-tap{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-scale-on-tap-keyframe;animation-name:whatmore-scale-on-tap-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-indefinitely{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-for-a-while{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-pulse{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:4;animation-iteration-count:4;-webkit-animation-name:whatmore-pulse-keyframe;animation-name:whatmore-pulse-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-landscape-modal{height:100%;height:100vh!important;left:0!important;position:fixed!important;top:0!important;width:100%;z-index:2147483627!important}.whatmore-landscape-modal .whatmore-landscape-modal-overlay{background-color:rgba(0,0,0,.45)!important;height:100%;left:0!important;position:absolute!important;top:0!important;width:100%;z-index:2147483637!important}.whatmore-landscape-modal .whatmore-landscape-modal-content{box-shadow:0 1px 5px rgba(0,0,0,.7);box-sizing:border-box;position:absolute!important;z-index:2147483647!important}.whatmore-landscape-modal{--swiper-theme-color:#303632!important}.whatmore-landscape-modal .swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0!important;position:relative;z-index:1}.whatmore-landscape-modal .swiper-vertical>.swiper-wrapper{flex-direction:column}.whatmore-landscape-modal .swiper-wrapper{box-sizing:content-box;box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.whatmore-landscape-modal .swiper-android .swiper-slide,.whatmore-landscape-modal .swiper-wrapper{transform:translateZ(0)}.whatmore-landscape-modal .swiper-pointer-events{touch-action:pan-y}.whatmore-landscape-modal .swiper-pointer-events.swiper-vertical{touch-action:pan-x}.whatmore-landscape-modal .swiper-slide{display:block!important;flex-shrink:0;height:auto!important;position:relative;-webkit-transform:translateZ(0);transition-property:transform;width:100%}.whatmore-landscape-modal .swiper-slide-invisible-blank{visibility:hidden}.whatmore-landscape-modal .swiper-autoheight,.whatmore-landscape-modal .swiper-autoheight .swiper-slide{height:auto}.whatmore-landscape-modal .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.whatmore-landscape-modal .swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.whatmore-landscape-modal .swiper-3d,.whatmore-landscape-modal .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.whatmore-landscape-modal .swiper-3d .swiper-cube-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top,.whatmore-landscape-modal .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.whatmore-landscape-modal .swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.whatmore-landscape-modal .swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.whatmore-landscape-modal .swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.whatmore-landscape-modal .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.whatmore-landscape-modal .swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.whatmore-landscape-modal .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.whatmore-landscape-modal .swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.whatmore-landscape-modal .swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.whatmore-landscape-modal{--swiper-navigation-size:50px!important}.whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-button-prev{align-items:center!important;background-color:rgba(0,0,0,.7)!important;border-radius:5px!important;color:var(--swiper-theme-color)!important;color:var(--swiper-navigation-color,var(--swiper-theme-color))!important;cursor:pointer!important;display:flex!important;height:calc(var(--swiper-navigation-size)*2)!important;justify-content:center!important;opacity:1!important;position:absolute!important;top:45%!important;width:var(--swiper-navigation-size)!important;z-index:10!important}.whatmore-landscape-modal .swiper-button-next{right:25%!important}.whatmore-landscape-modal .swiper-button-prev{left:25%!important}.whatmore-landscape-modal .swiper-button-next.swiper-button-disabled,.whatmore-landscape-modal .swiper-button-next.swiper-button-hidden,.whatmore-landscape-modal .swiper-button-prev.swiper-button-disabled,.whatmore-landscape-modal .swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0!important;pointer-events:none}.whatmore-landscape-modal .swiper-navigation-disabled .whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-navigation-disabled .whatmore-landscape-modal .swiper-button-prev{display:none!important}.whatmore-landscape-modal .swiper-button-next:after,.whatmore-landscape-modal .swiper-button-prev:after{background-color:transparent!important;color:#fff!important;font-family:whatmore-swiper-icons!important;font-size:var(--swiper-navigation-size)!important;font-variant:normal!important;letter-spacing:0!important;line-height:1!important;margin:0;position:absolute;text-align:center!important;text-transform:none!important;top:50%;transform:translateY(-50%)}.whatmore-landscape-modal .swiper-button-prev,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-next{left:0;right:auto}.whatmore-landscape-modal .swiper-button-prev:after,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-next:after{content:"prev"}.whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-prev{left:auto;right:0}.whatmore-landscape-modal .swiper-button-next:after,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-prev:after{content:"next"}.whatmore-landscape-modal .swiper-button-lock{display:none}.whatmore-landscape-modal .swiper-cube{overflow:visible}.whatmore-landscape-modal .swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.whatmore-landscape-modal .swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.whatmore-landscape-modal .swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.whatmore-landscape-modal .swiper-cube .swiper-slide-active,.whatmore-landscape-modal .swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.whatmore-landscape-modal .swiper-cube .swiper-slide-active,.whatmore-landscape-modal .swiper-cube .swiper-slide-next,.whatmore-landscape-modal .swiper-cube .swiper-slide-next+.swiper-slide,.whatmore-landscape-modal .swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.whatmore-landscape-modal .swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.whatmore-landscape-modal .swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}
@@ -0,0 +1 @@
1
+ @-webkit-keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@-webkit-keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.whatmore-scale-on-tap{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-scale-on-tap-keyframe;animation-name:whatmore-scale-on-tap-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-indefinitely{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-for-a-while{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-pulse{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:4;animation-iteration-count:4;-webkit-animation-name:whatmore-pulse-keyframe;animation-name:whatmore-pulse-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-landscape-modal{height:100%;height:100vh!important;left:0!important;position:fixed!important;top:0!important;width:100%;z-index:2147483627!important}.whatmore-landscape-modal .whatmore-landscape-modal-overlay{background-color:rgba(0,0,0,.45)!important;height:100%;left:0!important;position:absolute!important;top:0!important;width:100%;z-index:2147483637!important}.whatmore-landscape-modal .whatmore-landscape-modal-content{box-shadow:0 1px 5px rgba(0,0,0,.7);box-sizing:border-box;position:absolute!important;z-index:2147483647!important}.whatmore-video-player{height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-landscape-modal{--swiper-theme-color:#303632!important}.whatmore-landscape-modal .swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0!important;position:relative;z-index:1}.whatmore-landscape-modal .swiper-vertical>.swiper-wrapper{flex-direction:column}.whatmore-landscape-modal .swiper-wrapper{box-sizing:content-box;box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.whatmore-landscape-modal .swiper-android .swiper-slide,.whatmore-landscape-modal .swiper-wrapper{transform:translateZ(0)}.whatmore-landscape-modal .swiper-pointer-events{touch-action:pan-y}.whatmore-landscape-modal .swiper-pointer-events.swiper-vertical{touch-action:pan-x}.whatmore-landscape-modal .swiper-slide{display:block!important;flex-shrink:0;height:auto!important;position:relative;-webkit-transform:translateZ(0);transition-property:transform;width:100%}.whatmore-landscape-modal .swiper-slide-invisible-blank{visibility:hidden}.whatmore-landscape-modal .swiper-autoheight,.whatmore-landscape-modal .swiper-autoheight .swiper-slide{height:auto}.whatmore-landscape-modal .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.whatmore-landscape-modal .swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.whatmore-landscape-modal .swiper-3d,.whatmore-landscape-modal .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.whatmore-landscape-modal .swiper-3d .swiper-cube-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top,.whatmore-landscape-modal .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.whatmore-landscape-modal .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.whatmore-landscape-modal .swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.whatmore-landscape-modal .swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.whatmore-landscape-modal .swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.whatmore-landscape-modal .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.whatmore-landscape-modal .swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.whatmore-landscape-modal .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.whatmore-landscape-modal .swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.whatmore-landscape-modal .swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.whatmore-landscape-modal{--swiper-navigation-size:50px!important}.whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-button-prev{align-items:center!important;background-color:rgba(0,0,0,.7)!important;border-radius:5px!important;color:var(--swiper-theme-color)!important;color:var(--swiper-navigation-color,var(--swiper-theme-color))!important;cursor:pointer!important;display:flex!important;height:calc(var(--swiper-navigation-size)*2)!important;justify-content:center!important;opacity:1!important;position:absolute!important;top:45%!important;width:var(--swiper-navigation-size)!important;z-index:10!important}.whatmore-landscape-modal .swiper-button-next{right:25%!important}.whatmore-landscape-modal .swiper-button-prev{left:25%!important}.whatmore-landscape-modal .swiper-button-next.swiper-button-disabled,.whatmore-landscape-modal .swiper-button-next.swiper-button-hidden,.whatmore-landscape-modal .swiper-button-prev.swiper-button-disabled,.whatmore-landscape-modal .swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0!important;pointer-events:none}.whatmore-landscape-modal .swiper-navigation-disabled .whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-navigation-disabled .whatmore-landscape-modal .swiper-button-prev{display:none!important}.whatmore-landscape-modal .swiper-button-next:after,.whatmore-landscape-modal .swiper-button-prev:after{background-color:transparent!important;color:#fff!important;font-family:whatmore-swiper-icons!important;font-size:var(--swiper-navigation-size)!important;font-variant:normal!important;letter-spacing:0!important;line-height:1!important;margin:0;position:absolute;text-align:center!important;text-transform:none!important;top:50%;transform:translateY(-50%)}.whatmore-landscape-modal .swiper-button-prev,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-next{left:0;right:auto}.whatmore-landscape-modal .swiper-button-prev:after,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-next:after{content:"prev"}.whatmore-landscape-modal .swiper-button-next,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-prev{left:auto;right:0}.whatmore-landscape-modal .swiper-button-next:after,.whatmore-landscape-modal .swiper-rtl .whatmore-landscape-modal .swiper-button-prev:after{content:"next"}.whatmore-landscape-modal .swiper-button-lock{display:none}.whatmore-landscape-modal .swiper-cube{overflow:visible}.whatmore-landscape-modal .swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.whatmore-landscape-modal .swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.whatmore-landscape-modal .swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.whatmore-landscape-modal .swiper-cube .swiper-slide-active,.whatmore-landscape-modal .swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.whatmore-landscape-modal .swiper-cube .swiper-slide-active,.whatmore-landscape-modal .swiper-cube .swiper-slide-next,.whatmore-landscape-modal .swiper-cube .swiper-slide-next+.swiper-slide,.whatmore-landscape-modal .swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-bottom,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-left,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-right,.whatmore-landscape-modal .swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.whatmore-landscape-modal .swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.whatmore-landscape-modal .swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}
@@ -0,0 +1 @@
1
+ .whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}@-webkit-keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@-webkit-keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.whatmore-scale-on-tap{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-scale-on-tap-keyframe;animation-name:whatmore-scale-on-tap-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-indefinitely{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-for-a-while{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-pulse{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:4;animation-iteration-count:4;-webkit-animation-name:whatmore-pulse-keyframe;animation-name:whatmore-pulse-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-story-video-tile-plain{box-shadow:0 2px 0 0 rgba(139,98,170,.25),0 -2px 0 0 rgba(59,134,208,.25),2px 0 0 0 rgba(139,98,170,.25),-2px 0 0 0 rgba(59,134,208,.25),2px -2px 0 0 rgba(99,116,189,.5),-2px 2px 0 0 rgba(99,116,189,.5),2px 2px 0 0 rgba(179,80,151,.75),-2px -2px 0 0 rgba(19,152,227,.75)}.whatmore-story-live-tile-plain{box-shadow:0 2px 0 0 rgba(19,171,180,.25),0 -2px 0 0 rgba(19,209,84,.25),2px 0 0 0 rgba(19,171,180,.25),-2px 0 0 0 rgba(19,209,84,.25),2px -2px 0 0 rgba(19,190,132,.5),-2px 2px 0 0 rgba(19,190,132,.5),2px 2px 0 0 rgba(19,152,227,.75),-2px -2px 0 0 rgba(19,227,36,.75)}@-webkit-keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}@keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}.whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}
@@ -0,0 +1 @@
1
+ .whatmore-root{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern";font-family:system-ui,sans-serif;line-height:1.5;min-height:100%;position:relative;touch-action:manipulation}.whatmore-root *{border-style:solid;border-width:0;box-sizing:border-box}.whatmore-root hr{border-top-width:1px;box-sizing:content-box;height:0;overflow:visible}.whatmore-root abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.whatmore-root b,.whatmore-root strong{font-weight:700}.whatmore-root small{font-size:80%}.whatmore-root sub,.whatmore-root sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.whatmore-root sub{bottom:-.25em}.whatmore-root sup{top:-.5em}.whatmore-root img{border-style:none}.whatmore-root button,.whatmore-root input,.whatmore-root optgroup,.whatmore-root select,.whatmore-root textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.whatmore-root button,.whatmore-root input{overflow:visible}.whatmore-root button,.whatmore-root select{text-transform:none}.whatmore-root [type=button]::-moz-focus-inner,.whatmore-root [type=reset]::-moz-focus-inner,.whatmore-root [type=submit]::-moz-focus-inner,.whatmore-root button::-moz-focus-inner{border-style:none;padding:0}.whatmore-root fieldset{padding:.35em .75em .625em}.whatmore-root legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.whatmore-root progress{vertical-align:baseline}.whatmore-root textarea{overflow:auto}.whatmore-root [type=checkbox],.whatmore-root [type=radio]{box-sizing:border-box;padding:0}.whatmore-root [type=number]::-webkit-inner-spin-button,.whatmore-root [type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important}.whatmore-root input[type=number]{-moz-appearance:textfield}.whatmore-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.whatmore-root [type=search]::-webkit-search-decoration{-webkit-appearance:none!important}.whatmore-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.whatmore-root details{display:block}.whatmore-root summary{display:list-item}.whatmore-root template{display:none}.whatmore-root [hidden]{display:none!important}.whatmore-root,.whatmore-root blockquote,.whatmore-root dd,.whatmore-root dl,.whatmore-root figure,.whatmore-root h1,.whatmore-root h2,.whatmore-root h3,.whatmore-root h4,.whatmore-root h5,.whatmore-root h6,.whatmore-root hr,.whatmore-root p,.whatmore-root pre{margin:0}.whatmore-root button{background:transparent;padding:0}.whatmore-root fieldset,.whatmore-root ol,.whatmore-root ul{margin:0;padding:0}.whatmore-root textarea{resize:vertical}.whatmore-root button,[role=button]{cursor:pointer}.whatmore-root button::-moz-focus-inner{border:0!important}.whatmore-root table{border-collapse:collapse}.whatmore-root h1,.whatmore-root h2,.whatmore-root h3,.whatmore-root h4,.whatmore-root h5,.whatmore-root h6{font-size:inherit;font-weight:inherit}.whatmore-root button,.whatmore-root input,.whatmore-root optgroup,.whatmore-root select,.whatmore-root textarea{color:inherit;line-height:inherit;padding:0}.whatmore-root audio,.whatmore-root canvas,.whatmore-root embed,.whatmore-root iframe,.whatmore-root img,.whatmore-root object,.whatmore-root svg,.whatmore-root video{display:block}.whatmore-root p{display:inline!important}.whatmore-root img,.whatmore-root video{max-width:100%}.whatmore-root [data-js-focus-visible] .whatmore-root :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]){box-shadow:none;outline:none}.whatmore-root select::-ms-expand{display:none}.whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}@-webkit-keyframes whatmoreEventTileScaleOut{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes whatmoreEventTileScaleOut{0%{transform:scale(1)}to{transform:scale(1.05)}}@-webkit-keyframes whatmoreEventTileScaleIn{0%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes whatmoreEventTileScaleIn{0%{transform:scale(1.05)}to{transform:scale(1)}}@-webkit-keyframes whatmoreProductOnEventTileSweepInandOut{0%{opacity:1;transform:translateY(100%)}10%{transform:translateY(0)}12%{transform:translateY(-5%)}20%{transform:translateY(0)}}@keyframes whatmoreProductOnEventTileSweepInandOut{0%{opacity:1;transform:translateY(100%)}10%{transform:translateY(0)}12%{transform:translateY(-5%)}20%{transform:translateY(0)}}@-webkit-keyframes whatmoreEventTileFadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes whatmoreEventTileFadeInAnimation{0%{opacity:0}to{opacity:1}}@-webkit-keyframes whatmoreEventTileFadeOutAnimation{0%{opacity:1}to{opacity:0}}@keyframes whatmoreEventTileFadeOutAnimation{0%{opacity:1}to{opacity:0}}.whatmore-event-tile-scale-out-animation{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileScaleOut;animation-name:whatmoreEventTileScaleOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.whatmore-event-tile-scale-in-animation,.whatmore-event-tile-scale-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s}.whatmore-event-tile-scale-in-animation{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileScaleIn;animation-name:whatmoreEventTileScaleIn;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.whatmore-event-tile-product-scale-in-and-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreProductOnEventTileSweepInandOut;animation-name:whatmoreProductOnEventTileSweepInandOut;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-event-tile-component-fade-in-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileFadeInAnimation;animation-name:whatmoreEventTileFadeInAnimation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-event-tile-component-fade-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileFadeOutAnimation;animation-name:whatmoreEventTileFadeOutAnimation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}
@@ -0,0 +1 @@
1
+ .whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@-webkit-keyframes whatmore-transform-to-minimized{0%{transform:scaleX(var(--ultraminimized-scale-factor)) scaleY(calc(var(--ultraminimized-scale-factor)*var(--portrait-to-square-factor)));transform-origin:center var(--direction)}to{transform:scale(1)}}@keyframes whatmore-transform-to-minimized{0%{transform:scaleX(var(--ultraminimized-scale-factor)) scaleY(calc(var(--ultraminimized-scale-factor)*var(--portrait-to-square-factor)));transform-origin:center var(--direction)}to{transform:scale(1)}}@-webkit-keyframes whatmore-transform-to-ultraminimized{0%{transform:scale(1)}to{transform:scaleX(var(--ultraminimized-scale-factor)) scaleY(calc(var(--ultraminimized-scale-factor)*var(--portrait-to-square-factor)));transform-origin:center var(--direction)}}@keyframes whatmore-transform-to-ultraminimized{0%{transform:scale(1)}to{transform:scaleX(var(--ultraminimized-scale-factor)) scaleY(calc(var(--ultraminimized-scale-factor)*var(--portrait-to-square-factor)));transform-origin:center var(--direction)}}@-webkit-keyframes whatmore-ultraminimized-content-scale-out-keyframe{0%{transform:scale(1)}to{transform:scale(calc(1 + var(--ultraminimized-scale-factor)))}}@keyframes whatmore-ultraminimized-content-scale-out-keyframe{0%{transform:scale(1)}to{transform:scale(calc(1 + var(--ultraminimized-scale-factor)))}}.whatmore-minimized-video-view-left{--ultraminimized-scale-factor:0.5;--animation-duration-to-ultra-minimized:0.4s;--animation-duration-to-minimized:0.4s;--animation-curve:cubic-bezier(.06,.92,.59,1.32);--ultra-minimized-scale-factor:0.5;--portrait-to-square-factor:1;--direction:left;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-transform-to-minimized;animation-name:whatmore-transform-to-minimized;-webkit-animation-timing-function:var(--animation-curve);animation-timing-function:var(--animation-curve)}.whatmore-minimized-video-view-left,.whatmore-minimized-video-view-right{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:var(--animation-duration-to-minimized);animation-duration:var(--animation-duration-to-minimized)}.whatmore-minimized-video-view-right{--ultraminimized-scale-factor:0.5;--animation-duration-to-ultra-minimized:0.4s;--animation-duration-to-minimized:0.4s;--animation-curve:cubic-bezier(.06,.92,.59,1.32);--ultra-minimized-scale-factor:0.5;--portrait-to-square-factor:1;--direction:right;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-transform-to-minimized-left;animation-name:whatmore-transform-to-minimized-left;-webkit-animation-timing-function:var(--animation-curve);animation-timing-function:var(--animation-curve)}.whatmore-ultraminimized-video-view-left{--ultraminimized-scale-factor:0.5;--animation-duration-to-ultra-minimized:0.4s;--animation-duration-to-minimized:0.4s;--animation-curve:cubic-bezier(.06,.92,.59,1.32);--ultra-minimized-scale-factor:0.5;--portrait-to-square-factor:1;--direction:left}.whatmore-ultraminimized-video-view-left,.whatmore-ultraminimized-video-view-right{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:var(--animation-duration-to-ultra-minimized);animation-duration:var(--animation-duration-to-ultra-minimized);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-transform-to-ultraminimized;animation-name:whatmore-transform-to-ultraminimized;-webkit-animation-timing-function:var(--animation-curve);animation-timing-function:var(--animation-curve)}.whatmore-ultraminimized-content-scale-out,.whatmore-ultraminimized-video-view-right{--ultraminimized-scale-factor:0.5;--animation-duration-to-ultra-minimized:0.4s;--animation-duration-to-minimized:0.4s;--animation-curve:cubic-bezier(.06,.92,.59,1.32);--ultra-minimized-scale-factor:0.5;--portrait-to-square-factor:1;--direction:right}.whatmore-ultraminimized-content-scale-out{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:var(--animation-duration-to-ultra-minimized);animation-duration:var(--animation-duration-to-ultra-minimized);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-ultraminimized-content-scale-out-keyframe;animation-name:whatmore-ultraminimized-content-scale-out-keyframe;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}
@@ -0,0 +1 @@
1
+ @-webkit-keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@-webkit-keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.whatmore-scale-on-tap{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-scale-on-tap-keyframe;animation-name:whatmore-scale-on-tap-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-indefinitely{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-for-a-while{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-pulse{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:4;animation-iteration-count:4;-webkit-animation-name:whatmore-pulse-keyframe;animation-name:whatmore-pulse-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-story-video-tile-plain{box-shadow:0 2px 0 0 rgba(139,98,170,.25),0 -2px 0 0 rgba(59,134,208,.25),2px 0 0 0 rgba(139,98,170,.25),-2px 0 0 0 rgba(59,134,208,.25),2px -2px 0 0 rgba(99,116,189,.5),-2px 2px 0 0 rgba(99,116,189,.5),2px 2px 0 0 rgba(179,80,151,.75),-2px -2px 0 0 rgba(19,152,227,.75)}.whatmore-story-live-tile-plain{box-shadow:0 2px 0 0 rgba(19,171,180,.25),0 -2px 0 0 rgba(19,209,84,.25),2px 0 0 0 rgba(19,171,180,.25),-2px 0 0 0 rgba(19,209,84,.25),2px -2px 0 0 rgba(19,190,132,.5),-2px 2px 0 0 rgba(19,190,132,.5),2px 2px 0 0 rgba(19,152,227,.75),-2px -2px 0 0 rgba(19,227,36,.75)}@-webkit-keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}@keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}
@@ -0,0 +1 @@
1
+ .whatmore-root{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern";font-family:system-ui,sans-serif;line-height:1.5;min-height:100%;position:relative;touch-action:manipulation}.whatmore-root *{border-style:solid;border-width:0;box-sizing:border-box}.whatmore-root hr{border-top-width:1px;box-sizing:content-box;height:0;overflow:visible}.whatmore-root abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.whatmore-root b,.whatmore-root strong{font-weight:700}.whatmore-root small{font-size:80%}.whatmore-root sub,.whatmore-root sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.whatmore-root sub{bottom:-.25em}.whatmore-root sup{top:-.5em}.whatmore-root img{border-style:none}.whatmore-root button,.whatmore-root input,.whatmore-root optgroup,.whatmore-root select,.whatmore-root textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.whatmore-root button,.whatmore-root input{overflow:visible}.whatmore-root button,.whatmore-root select{text-transform:none}.whatmore-root [type=button]::-moz-focus-inner,.whatmore-root [type=reset]::-moz-focus-inner,.whatmore-root [type=submit]::-moz-focus-inner,.whatmore-root button::-moz-focus-inner{border-style:none;padding:0}.whatmore-root fieldset{padding:.35em .75em .625em}.whatmore-root legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.whatmore-root progress{vertical-align:baseline}.whatmore-root textarea{overflow:auto}.whatmore-root [type=checkbox],.whatmore-root [type=radio]{box-sizing:border-box;padding:0}.whatmore-root [type=number]::-webkit-inner-spin-button,.whatmore-root [type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important}.whatmore-root input[type=number]{-moz-appearance:textfield}.whatmore-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.whatmore-root [type=search]::-webkit-search-decoration{-webkit-appearance:none!important}.whatmore-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.whatmore-root details{display:block}.whatmore-root summary{display:list-item}.whatmore-root template{display:none}.whatmore-root [hidden]{display:none!important}.whatmore-root,.whatmore-root blockquote,.whatmore-root dd,.whatmore-root dl,.whatmore-root figure,.whatmore-root h1,.whatmore-root h2,.whatmore-root h3,.whatmore-root h4,.whatmore-root h5,.whatmore-root h6,.whatmore-root hr,.whatmore-root p,.whatmore-root pre{margin:0}.whatmore-root button{background:transparent;padding:0}.whatmore-root fieldset,.whatmore-root ol,.whatmore-root ul{margin:0;padding:0}.whatmore-root textarea{resize:vertical}.whatmore-root button,[role=button]{cursor:pointer}.whatmore-root button::-moz-focus-inner{border:0!important}.whatmore-root table{border-collapse:collapse}.whatmore-root h1,.whatmore-root h2,.whatmore-root h3,.whatmore-root h4,.whatmore-root h5,.whatmore-root h6{font-size:inherit;font-weight:inherit}.whatmore-root button,.whatmore-root input,.whatmore-root optgroup,.whatmore-root select,.whatmore-root textarea{color:inherit;line-height:inherit;padding:0}.whatmore-root audio,.whatmore-root canvas,.whatmore-root embed,.whatmore-root iframe,.whatmore-root img,.whatmore-root object,.whatmore-root svg,.whatmore-root video{display:block}.whatmore-root p{display:inline!important}.whatmore-root img,.whatmore-root video{max-width:100%}.whatmore-root [data-js-focus-visible] .whatmore-root :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]){box-shadow:none;outline:none}.whatmore-root select::-ms-expand{display:none}.whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}@-webkit-keyframes whatmoreEventTileScaleOut{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes whatmoreEventTileScaleOut{0%{transform:scale(1)}to{transform:scale(1.05)}}@-webkit-keyframes whatmoreEventTileScaleIn{0%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes whatmoreEventTileScaleIn{0%{transform:scale(1.05)}to{transform:scale(1)}}@-webkit-keyframes whatmoreProductOnEventTileSweepInandOut{0%{opacity:1;transform:translateY(100%)}10%{transform:translateY(0)}12%{transform:translateY(-5%)}20%{transform:translateY(0)}}@keyframes whatmoreProductOnEventTileSweepInandOut{0%{opacity:1;transform:translateY(100%)}10%{transform:translateY(0)}12%{transform:translateY(-5%)}20%{transform:translateY(0)}}@-webkit-keyframes whatmoreEventTileFadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes whatmoreEventTileFadeInAnimation{0%{opacity:0}to{opacity:1}}@-webkit-keyframes whatmoreEventTileFadeOutAnimation{0%{opacity:1}to{opacity:0}}@keyframes whatmoreEventTileFadeOutAnimation{0%{opacity:1}to{opacity:0}}.whatmore-event-tile-scale-out-animation{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileScaleOut;animation-name:whatmoreEventTileScaleOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.whatmore-event-tile-scale-in-animation,.whatmore-event-tile-scale-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s}.whatmore-event-tile-scale-in-animation{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileScaleIn;animation-name:whatmoreEventTileScaleIn;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.whatmore-event-tile-product-scale-in-and-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreProductOnEventTileSweepInandOut;animation-name:whatmoreProductOnEventTileSweepInandOut;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-event-tile-component-fade-in-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileFadeInAnimation;animation-name:whatmoreEventTileFadeInAnimation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-event-tile-component-fade-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileFadeOutAnimation;animation-name:whatmoreEventTileFadeOutAnimation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}
@@ -0,0 +1 @@
1
+ .whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}@-webkit-keyframes whatmoreEventTileScaleOut{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes whatmoreEventTileScaleOut{0%{transform:scale(1)}to{transform:scale(1.05)}}@-webkit-keyframes whatmoreEventTileScaleIn{0%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes whatmoreEventTileScaleIn{0%{transform:scale(1.05)}to{transform:scale(1)}}@-webkit-keyframes whatmoreProductOnEventTileSweepInandOut{0%{opacity:1;transform:translateY(100%)}10%{transform:translateY(0)}12%{transform:translateY(-5%)}20%{transform:translateY(0)}}@keyframes whatmoreProductOnEventTileSweepInandOut{0%{opacity:1;transform:translateY(100%)}10%{transform:translateY(0)}12%{transform:translateY(-5%)}20%{transform:translateY(0)}}@-webkit-keyframes whatmoreEventTileFadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes whatmoreEventTileFadeInAnimation{0%{opacity:0}to{opacity:1}}@-webkit-keyframes whatmoreEventTileFadeOutAnimation{0%{opacity:1}to{opacity:0}}@keyframes whatmoreEventTileFadeOutAnimation{0%{opacity:1}to{opacity:0}}.whatmore-event-tile-scale-out-animation{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileScaleOut;animation-name:whatmoreEventTileScaleOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.whatmore-event-tile-scale-in-animation,.whatmore-event-tile-scale-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s}.whatmore-event-tile-scale-in-animation{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileScaleIn;animation-name:whatmoreEventTileScaleIn;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.whatmore-event-tile-product-scale-in-and-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreProductOnEventTileSweepInandOut;animation-name:whatmoreProductOnEventTileSweepInandOut;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-event-tile-component-fade-in-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileFadeInAnimation;animation-name:whatmoreEventTileFadeInAnimation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-event-tile-component-fade-out-animation{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmoreEventTileFadeOutAnimation;animation-name:whatmoreEventTileFadeOutAnimation;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}
@@ -0,0 +1 @@
1
+ .whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}@-webkit-keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes whatmore-scale-on-tap-keyframe{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@-webkit-keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes whatmore-rotate-indefinitely-keyframe{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes whatmore-pulse-keyframe{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}.whatmore-scale-on-tap{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:whatmore-scale-on-tap-keyframe;animation-name:whatmore-scale-on-tap-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-indefinitely{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-rotate-for-a-while{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-name:whatmore-rotate-indefinitely-keyframe;animation-name:whatmore-rotate-indefinitely-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-pulse{-webkit-animation-direction:linear;animation-direction:linear;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:4;animation-iteration-count:4;-webkit-animation-name:whatmore-pulse-keyframe;animation-name:whatmore-pulse-keyframe;-webkit-animation-timing-function:linear;animation-timing-function:linear}.whatmore-story-video-tile-plain{box-shadow:0 2px 0 0 rgba(139,98,170,.25),0 -2px 0 0 rgba(59,134,208,.25),2px 0 0 0 rgba(139,98,170,.25),-2px 0 0 0 rgba(59,134,208,.25),2px -2px 0 0 rgba(99,116,189,.5),-2px 2px 0 0 rgba(99,116,189,.5),2px 2px 0 0 rgba(179,80,151,.75),-2px -2px 0 0 rgba(19,152,227,.75)}.whatmore-story-live-tile-plain{box-shadow:0 2px 0 0 rgba(19,171,180,.25),0 -2px 0 0 rgba(19,209,84,.25),2px 0 0 0 rgba(19,171,180,.25),-2px 0 0 0 rgba(19,209,84,.25),2px -2px 0 0 rgba(19,190,132,.5),-2px 2px 0 0 rgba(19,190,132,.5),2px 2px 0 0 rgba(19,152,227,.75),-2px -2px 0 0 rgba(19,227,36,.75)}@-webkit-keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}@keyframes whatmoreRotateThisKeyframe{0%{transform:rotate(0deg) scale(1)}to{transform:rotate(1turn) scale(1)}}.whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}
@@ -0,0 +1 @@
1
+ .whatmore-root{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern";font-family:system-ui,sans-serif;line-height:1.5;min-height:100%;position:relative;touch-action:manipulation}.whatmore-root *{border-style:solid;border-width:0;box-sizing:border-box}.whatmore-root hr{border-top-width:1px;box-sizing:content-box;height:0;overflow:visible}.whatmore-root abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.whatmore-root b,.whatmore-root strong{font-weight:700}.whatmore-root small{font-size:80%}.whatmore-root sub,.whatmore-root sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.whatmore-root sub{bottom:-.25em}.whatmore-root sup{top:-.5em}.whatmore-root img{border-style:none}.whatmore-root button,.whatmore-root input,.whatmore-root optgroup,.whatmore-root select,.whatmore-root textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.whatmore-root button,.whatmore-root input{overflow:visible}.whatmore-root button,.whatmore-root select{text-transform:none}.whatmore-root [type=button]::-moz-focus-inner,.whatmore-root [type=reset]::-moz-focus-inner,.whatmore-root [type=submit]::-moz-focus-inner,.whatmore-root button::-moz-focus-inner{border-style:none;padding:0}.whatmore-root fieldset{padding:.35em .75em .625em}.whatmore-root legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.whatmore-root progress{vertical-align:baseline}.whatmore-root textarea{overflow:auto}.whatmore-root [type=checkbox],.whatmore-root [type=radio]{box-sizing:border-box;padding:0}.whatmore-root [type=number]::-webkit-inner-spin-button,.whatmore-root [type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important}.whatmore-root input[type=number]{-moz-appearance:textfield}.whatmore-root [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.whatmore-root [type=search]::-webkit-search-decoration{-webkit-appearance:none!important}.whatmore-root ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.whatmore-root details{display:block}.whatmore-root summary{display:list-item}.whatmore-root template{display:none}.whatmore-root [hidden]{display:none!important}.whatmore-root,.whatmore-root blockquote,.whatmore-root dd,.whatmore-root dl,.whatmore-root figure,.whatmore-root h1,.whatmore-root h2,.whatmore-root h3,.whatmore-root h4,.whatmore-root h5,.whatmore-root h6,.whatmore-root hr,.whatmore-root p,.whatmore-root pre{margin:0}.whatmore-root button{background:transparent;padding:0}.whatmore-root fieldset,.whatmore-root ol,.whatmore-root ul{margin:0;padding:0}.whatmore-root textarea{resize:vertical}.whatmore-root button,[role=button]{cursor:pointer}.whatmore-root button::-moz-focus-inner{border:0!important}.whatmore-root table{border-collapse:collapse}.whatmore-root h1,.whatmore-root h2,.whatmore-root h3,.whatmore-root h4,.whatmore-root h5,.whatmore-root h6{font-size:inherit;font-weight:inherit}.whatmore-root button,.whatmore-root input,.whatmore-root optgroup,.whatmore-root select,.whatmore-root textarea{color:inherit;line-height:inherit;padding:0}.whatmore-root audio,.whatmore-root canvas,.whatmore-root embed,.whatmore-root iframe,.whatmore-root img,.whatmore-root object,.whatmore-root svg,.whatmore-root video{display:block}.whatmore-root p{display:inline!important}.whatmore-root img,.whatmore-root video{max-width:100%}.whatmore-root [data-js-focus-visible] .whatmore-root :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]){box-shadow:none;outline:none}.whatmore-root select::-ms-expand{display:none}.whatmore-root{--swiper-theme-color:#303632!important}.whatmore-root .swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0!important;position:relative;z-index:1}.whatmore-root .swiper-vertical>.swiper-wrapper{flex-direction:column}.whatmore-root .swiper-wrapper{box-sizing:content-box;box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.whatmore-root .swiper-android .swiper-slide,.whatmore-root .swiper-wrapper{transform:translateZ(0)}.whatmore-root .swiper-pointer-events{touch-action:pan-y}.whatmore-root .swiper-pointer-events.swiper-vertical{touch-action:pan-x}.whatmore-root .swiper-slide{flex-shrink:0;height:100%;overflow:visible!important;position:relative;-webkit-transform:translateZ(0);transition-property:transform;width:100%}.whatmore-root .swiper-slide-invisible-blank{visibility:hidden}.whatmore-root .swiper-autoheight,.whatmore-root .swiper-autoheight .swiper-slide{height:auto}.whatmore-root .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.whatmore-root .swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.whatmore-root .swiper-3d,.whatmore-root .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.whatmore-root .swiper-3d .swiper-cube-shadow,.whatmore-root .swiper-3d .swiper-slide,.whatmore-root .swiper-3d .swiper-slide-shadow,.whatmore-root .swiper-3d .swiper-slide-shadow-bottom,.whatmore-root .swiper-3d .swiper-slide-shadow-left,.whatmore-root .swiper-3d .swiper-slide-shadow-right,.whatmore-root .swiper-3d .swiper-slide-shadow-top,.whatmore-root .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.whatmore-root .swiper-3d .swiper-slide-shadow,.whatmore-root .swiper-3d .swiper-slide-shadow-bottom,.whatmore-root .swiper-3d .swiper-slide-shadow-left,.whatmore-root .swiper-3d .swiper-slide-shadow-right,.whatmore-root .swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.whatmore-root .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.whatmore-root .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.whatmore-root .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.whatmore-root .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.whatmore-root .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.whatmore-root .swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.whatmore-root .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.whatmore-root .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.whatmore-root .swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.whatmore-root .swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.whatmore-root .swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.whatmore-root .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.whatmore-root .swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.whatmore-root .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.whatmore-root .swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.whatmore-root .swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}@font-face{font-family:whatmore-swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}.whatmore-root{--swiper-navigation-size:50px!important}.whatmore-root .swiper-button-next,.whatmore-root .swiper-button-prev{align-items:center!important;background-color:rgba(0,0,0,.3)!important;background-image:none!important;border-radius:5px!important;color:var(--swiper-theme-color)!important;color:var(--swiper-navigation-color,var(--swiper-theme-color))!important;cursor:pointer!important;display:flex!important;height:calc(var(--swiper-navigation-size)*2)!important;justify-content:center!important;opacity:1!important;position:absolute!important;top:40%!important;width:var(--swiper-navigation-size)!important;z-index:10!important}.whatmore-root .swiper-button-next.swiper-button-disabled,.whatmore-root .swiper-button-next.swiper-button-hidden,.whatmore-root .swiper-button-prev.swiper-button-disabled,.whatmore-root .swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0!important;pointer-events:none}.whatmore-root .swiper-navigation-disabled .whatmore-root .swiper-button-next,.whatmore-root .swiper-navigation-disabled .whatmore-root .swiper-button-prev{display:none!important}.whatmore-root .swiper-button-next:after,.whatmore-root .swiper-button-prev:after{background-color:transparent!important;color:#fff!important;font-family:whatmore-swiper-icons!important;font-size:var(--swiper-navigation-size)!important;font-variant:normal!important;letter-spacing:0!important;line-height:1!important;margin:0;position:absolute;text-align:center!important;text-transform:none!important;top:50%;transform:translateY(-50%)}.whatmore-root .swiper-button-prev,.whatmore-root .swiper-rtl .whatmore-root .swiper-button-next{left:0;right:auto}.whatmore-root .swiper-button-prev:after,.whatmore-root .swiper-rtl .whatmore-root .swiper-button-next:after{content:"prev"}.whatmore-root .swiper-button-next,.whatmore-root .swiper-rtl .whatmore-root .swiper-button-prev{left:auto;right:0}.whatmore-root .swiper-button-next:after,.whatmore-root .swiper-rtl .whatmore-root .swiper-button-prev:after{content:"next"}.whatmore-root .swiper-button-lock{display:none}.whatmore-modal{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern";font-family:system-ui,sans-serif;line-height:1.5;min-height:100%;position:relative!important;position:relative;touch-action:manipulation;z-index:2147483647!important}.whatmore-modal *{border-style:solid;border-width:0;box-sizing:border-box}.whatmore-modal hr{border-top-width:1px;box-sizing:content-box;height:0;overflow:visible}.whatmore-modal abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.whatmore-modal b,.whatmore-modal strong{font-weight:700}.whatmore-modal small{font-size:80%}.whatmore-modal sub,.whatmore-modal sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.whatmore-modal sub{bottom:-.25em}.whatmore-modal sup{top:-.5em}.whatmore-modal img{border-style:none}.whatmore-modal button,.whatmore-modal input,.whatmore-modal optgroup,.whatmore-modal select,.whatmore-modal textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}.whatmore-modal button,.whatmore-modal input{overflow:visible}.whatmore-modal button,.whatmore-modal select{text-transform:none}.whatmore-modal [type=button]::-moz-focus-inner,.whatmore-modal [type=reset]::-moz-focus-inner,.whatmore-modal [type=submit]::-moz-focus-inner,.whatmore-modal button::-moz-focus-inner{border-style:none;padding:0}.whatmore-modal fieldset{padding:.35em .75em .625em}.whatmore-modal legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.whatmore-modal progress{vertical-align:baseline}.whatmore-modal textarea{overflow:auto}.whatmore-modal [type=checkbox],.whatmore-modal [type=radio]{box-sizing:border-box;padding:0}.whatmore-modal [type=number]::-webkit-inner-spin-button,.whatmore-modal [type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important}.whatmore-modal input[type=number]{-moz-appearance:textfield}.whatmore-modal [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.whatmore-modal [type=search]::-webkit-search-decoration{-webkit-appearance:none!important}.whatmore-modal ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.whatmore-modal details{display:block}.whatmore-modal summary{display:list-item}.whatmore-modal template{display:none}.whatmore-modal [hidden]{display:none!important}.whatmore-modal,.whatmore-modal blockquote,.whatmore-modal dd,.whatmore-modal dl,.whatmore-modal figure,.whatmore-modal h1,.whatmore-modal h2,.whatmore-modal h3,.whatmore-modal h4,.whatmore-modal h5,.whatmore-modal h6,.whatmore-modal hr,.whatmore-modal p,.whatmore-modal pre{margin:0}.whatmore-modal button{background:gray.100;padding:10px}.whatmore-modal fieldset,.whatmore-modal ol,.whatmore-modal ul{margin:0;padding:0}.whatmore-modal textarea{resize:vertical}.whatmore-modal button,[role=button]{cursor:pointer}.whatmore-modal button::-moz-focus-inner{border:0!important}.whatmore-modal table{border-collapse:collapse}.whatmore-modal h1,.whatmore-modal h2,.whatmore-modal h3,.whatmore-modal h4,.whatmore-modal h5,.whatmore-modal h6{font-size:inherit;font-weight:inherit}.whatmore-modal button,.whatmore-modal input,.whatmore-modal optgroup,.whatmore-modal select,.whatmore-modal textarea{color:inherit;line-height:inherit;padding:0}.whatmore-modal audio,.whatmore-modal canvas,.whatmore-modal embed,.whatmore-modal iframe,.whatmore-modal img,.whatmore-modal object,.whatmore-modal svg,.whatmore-modal video{display:block}.whatmore-modal img,.whatmore-modal video{max-width:100%}.whatmore-modal [data-js-focus-visible] .whatmore-modal :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]){box-shadow:none;outline:none}.whatmore-modal select::-ms-expand{display:none}@-webkit-keyframes whatmore-modal-open-transform{0%{transform:scaleY(0) scaleX(0)}50%{transform:scaleY(0) scaleX(1)}to{transform:scaleY(1) scaleX(1)}}@keyframes whatmore-modal-open-transform{0%{transform:scaleY(0) scaleX(0)}50%{transform:scaleY(0) scaleX(1)}to{transform:scaleY(1) scaleX(1)}}.whatmore-modal{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;bottom:0;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;height:100vh!important;-webkit-hyphens:none;hyphens:none;left:auto;left:0;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;position:absolute;right:auto;right:0;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;top:0;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-modal-content{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);bottom:0;left:0;position:fixed;right:0;top:0}.whatmore-modal{--swiper-theme-color:#303632!important}.whatmore-modal .swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0!important;position:relative;z-index:1}.whatmore-modal .swiper-vertical>.swiper-wrapper{flex-direction:column}.whatmore-modal .swiper-wrapper{box-sizing:content-box;box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.whatmore-modal .swiper-android .swiper-slide,.whatmore-modal .swiper-wrapper{transform:translateZ(0)}.whatmore-modal .swiper-pointer-events{touch-action:pan-y}.whatmore-modal .swiper-pointer-events.swiper-vertical{touch-action:pan-x}.whatmore-modal .swiper-slide{display:block!important;flex-shrink:0;height:auto!important;overflow:visible!important;position:relative;-webkit-transform:translateZ(0);transition-property:transform;width:100%}.whatmore-modal .swiper-slide-invisible-blank{visibility:hidden}.whatmore-modal .swiper-autoheight,.whatmore-modal .swiper-autoheight .swiper-slide{height:auto}.whatmore-modal .swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.whatmore-modal .swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.whatmore-modal .swiper-3d,.whatmore-modal .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.whatmore-modal .swiper-3d .swiper-cube-shadow,.whatmore-modal .swiper-3d .swiper-slide,.whatmore-modal .swiper-3d .swiper-slide-shadow,.whatmore-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-modal .swiper-3d .swiper-slide-shadow-top,.whatmore-modal .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.whatmore-modal .swiper-3d .swiper-slide-shadow,.whatmore-modal .swiper-3d .swiper-slide-shadow-bottom,.whatmore-modal .swiper-3d .swiper-slide-shadow-left,.whatmore-modal .swiper-3d .swiper-slide-shadow-right,.whatmore-modal .swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.whatmore-modal .swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.whatmore-modal .swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.whatmore-modal .swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.whatmore-modal .swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.whatmore-modal .swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.whatmore-modal .swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.whatmore-modal .swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.whatmore-modal .swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.whatmore-modal .swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.whatmore-modal .swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.whatmore-modal .swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.whatmore-modal .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.whatmore-modal .swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.whatmore-modal .swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.whatmore-modal .swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.whatmore-modal .swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.whatmore-modal{--swiper-navigation-size:50px!important}.whatmore-modal .swiper-button-next,.whatmore-modal .swiper-button-prev{align-items:center!important;background-color:rgba(0,0,0,.7)!important;background-image:none!important;border-radius:5px!important;color:var(--swiper-theme-color)!important;color:var(--swiper-navigation-color,var(--swiper-theme-color))!important;cursor:pointer!important;display:flex!important;height:calc(var(--swiper-navigation-size)*2)!important;justify-content:center!important;opacity:1!important;position:absolute!important;top:45%!important;width:var(--swiper-navigation-size)!important;z-index:10!important}.whatmore-modal .swiper-button-next{right:25%!important}.whatmore-modal .swiper-button-prev{left:25%!important}.whatmore-modal .swiper-button-next.swiper-button-disabled,.whatmore-modal .swiper-button-next.swiper-button-hidden,.whatmore-modal .swiper-button-prev.swiper-button-disabled,.whatmore-modal .swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0!important;pointer-events:none}.whatmore-modal .swiper-navigation-disabled .whatmore-modal .swiper-button-next,.whatmore-modal .swiper-navigation-disabled .whatmore-modal .swiper-button-prev{display:none!important}.whatmore-modal .swiper-button-next:after,.whatmore-modal .swiper-button-prev:after{background-color:transparent!important;color:#fff!important;font-family:whatmore-swiper-icons!important;font-size:var(--swiper-navigation-size)!important;font-variant:normal!important;letter-spacing:0!important;line-height:1!important;margin:0;position:absolute;text-align:center!important;text-transform:none!important;top:50%;transform:translateY(-50%)}.whatmore-modal .swiper-button-prev,.whatmore-modal .swiper-rtl .whatmore-modal .swiper-button-next{left:0;right:auto}.whatmore-modal .swiper-button-prev:after,.whatmore-modal .swiper-rtl .whatmore-modal .swiper-button-next:after{content:"prev"}.whatmore-modal .swiper-button-next,.whatmore-modal .swiper-rtl .whatmore-modal .swiper-button-prev{left:auto;right:0}.whatmore-modal .swiper-button-next:after,.whatmore-modal .swiper-rtl .whatmore-modal .swiper-button-prev:after{content:"next"}.whatmore-modal .swiper-button-lock{display:none}.whatmore-modal .swiper-cube{overflow:visible}.whatmore-modal .swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.whatmore-modal .swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.whatmore-modal .swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.whatmore-modal .swiper-cube .swiper-slide-active,.whatmore-modal .swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.whatmore-modal .swiper-cube .swiper-slide-active,.whatmore-modal .swiper-cube .swiper-slide-next,.whatmore-modal .swiper-cube .swiper-slide-next+.swiper-slide,.whatmore-modal .swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.whatmore-modal .swiper-cube .swiper-slide-shadow-bottom,.whatmore-modal .swiper-cube .swiper-slide-shadow-left,.whatmore-modal .swiper-cube .swiper-slide-shadow-right,.whatmore-modal .swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.whatmore-modal .swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.whatmore-modal .swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}
@@ -0,0 +1 @@
1
+ .whatmore-ios-css-relative-fix{-webkit-transform:translateZ(0)}.whatmore-root{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:separate;-o-border-image:none;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;color:#000;-moz-column-fill:balance;column-fill:balance;-moz-column-gap:normal;-moz-column-rule:medium none currentColor;column-rule:medium none currentColor;-moz-column-span:1;column-span:1;-moz-columns:auto;-moz-column-count:auto;column-gap:normal;-moz-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;-moz-tab-size:8;-o-tab-size:8;tab-size:8;table-layout:auto;text-align:left;-moz-text-align-last:auto;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:50% 50% 0;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.whatmore-video-player{display:inline!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important;width:100%!important}.whatmore-story-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-story-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-carousel-horizontal-flex{-ms-overflow-style:none;overflow-x:auto;scrollbar-width:none}.whatmore-carousel-horizontal-flex::-webkit-scrollbar{display:none}.whatmore-loading-indicator{-webkit-animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;animation:whatmore-loading-indicator-keyframe 1.1s ease infinite;border-radius:50%;font-size:10px;height:1em;position:relative;text-indent:-9999em;transform:translateZ(0);width:1em}@-webkit-keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}@keyframes whatmore-loading-indicator-keyframe{0%,to{box-shadow:0 -2.6em 0 0 #fff,1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.5),-1.8em -1.8em 0 0 hsla(0,0%,100%,.7)}12.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.7),1.8em -1.8em 0 0 #fff,2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.5)}25%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.5),1.8em -1.8em 0 0 hsla(0,0%,100%,.7),2.5em 0 0 0 #fff,1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}37.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.5),2.5em 0 0 0 hsla(0,0%,100%,.7),1.75em 1.75em 0 0 #fff,0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}50%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.5),1.75em 1.75em 0 0 hsla(0,0%,100%,.7),0 2.5em 0 0 #fff,-1.8em 1.8em 0 0 hsla(0,0%,100%,.2),-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}62.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.5),0 2.5em 0 0 hsla(0,0%,100%,.7),-1.8em 1.8em 0 0 #fff,-2.6em 0 0 0 hsla(0,0%,100%,.2),-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}75%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.5),-1.8em 1.8em 0 0 hsla(0,0%,100%,.7),-2.6em 0 0 0 #fff,-1.8em -1.8em 0 0 hsla(0,0%,100%,.2)}87.5%{box-shadow:0 -2.6em 0 0 hsla(0,0%,100%,.2),1.8em -1.8em 0 0 hsla(0,0%,100%,.2),2.5em 0 0 0 hsla(0,0%,100%,.2),1.75em 1.75em 0 0 hsla(0,0%,100%,.2),0 2.5em 0 0 hsla(0,0%,100%,.2),-1.8em 1.8em 0 0 hsla(0,0%,100%,.5),-2.6em 0 0 0 hsla(0,0%,100%,.7),-1.8em -1.8em 0 0 #fff}}
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkwhatmorelive_react=self.webpackChunkwhatmorelive_react||[]).push([[12],{9723:function(e,a,r){var t=r(5318);a.Z=void 0;var c=t(r(5045)),l=r(6417),u=(0,c.default)((0,l.jsx)("path",{d:"M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z"}),"PlayArrowRounded");a.Z=u}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkwhatmorelive_react=self.webpackChunkwhatmorelive_react||[]).push([[136],{3827:function(e,t,l){l.r(t);var n=l(7313),o=l(4664),r=l(7616),i=(l(6143),l(7850),l(4444),l(7244),l(123),l(5892),l(1811),l(9302)),a=l(2575),s=l(8866),h=l(7753),c=l(7129),d=l(6966),m=l(8631),u=l(6066),j=l(8782),v=l(9821),w=l(6417);const x=(0,a.Z)({key:"whatmore-css-cv"});t.default=function(e){const[t,l,a]=(0,s.Z)(),[g,p,C,f,k]=(0,v.Z)(),[y]=(0,h.j1)("whatmoreCollectionsTileSize"),[P]=(0,h.j1)("whatmoreShopId"),[S]=(0,h.j1)("whatmorePrimaryColor"),[Z]=(0,h.j1)("whatmoreSecondaryColor"),[M]=(0,h.j1)("whatmoreTitleFont"),[R]=(0,h.j1)("whatmoreTitleFontSize"),[T]=(0,h.j1)("whatmoreLandscapePadding"),[b]=(0,h.j1)("whatmoreCollectionsTilesSpacing"),{whatmoreRootId:F}=(0,n.useContext)(d.I),I=e.events,L=e.onClick;function z(e){L(e)}delete r.ZP.styles.global;var B=[];for(let n=0,o=!1;n<I.length;)o&&n!=I.length-1&&Math.random()>.2?(B.push((0,w.jsx)(u.Z,{event1:I[n],event2:I[n+1],onClick:()=>{z(I[n-1])}},"collections-tile-"+n)),n+=2,o=!o):(B.push((0,w.jsx)(m.Z,{event:I[n],onClick:()=>{z(I[n-1])},borderRadius:"10%"},"collections-tile-"+n)),n+=1,o=!o);return(0,w.jsx)(i.C,{value:x,children:(0,w.jsx)("div",{children:(0,w.jsx)(o.x,{theme:r.ZP,cssVarsRoot:F,resetCSS:!1,children:(0,w.jsx)(c.V.Provider,{value:{tileTopMargin:0,tileBottomMMargin:0,tileLeftMargin:0,tileRightMargin:0,showPlayButton:!1},children:(0,w.jsx)("div",{style:{left:T+"px",right:T+"px"},children:(0,w.jsx)(j.P,{renderElement:e=>(0,w.jsx)(w.Fragment,{children:e.eventData}),dataList:B,spacing:b,defaultHeight:g*y*.01+"px",defaultWidth:p*y*.01+"px",retainAlreadyRenderedElements:!0})})})})})})}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkwhatmorelive_react=self.webpackChunkwhatmorelive_react||[]).push([[166,12],{51:function(e,t,n){n.d(t,{Z:function(){return i}});n(7313);var r=n(6417);var i=function(e){return(0,r.jsx)(r.Fragment,{children:(0,r.jsx)("span",{className:"whatmore-loading-indicator"})})}},3175:function(e,t,n){var r=n(208),i=n(51),o=n(6417);t.Z=function(e){var t,n;const s=null!==(t=e.height)&&void 0!==t?t:"100%",a=null!==(n=e.width)&&void 0!==n?n:"100%";return(0,o.jsxs)("div",{style:{width:a,height:s,overflow:"hidden"},children:[(0,o.jsx)(r.Od,{height:"100%",width:"100%",speed:0,startColor:"#202020",endColor:"#606060"}),(0,o.jsx)("div",{style:{display:"flex",flexFlow:"column nowrap",justifyContent:"center",alignContent:"center",width:"100%",height:"100%",position:"relative",zIndex:1,bottom:"100%",className:"whatmore-ios-css-relative-fix"},children:(0,o.jsx)("div",{style:{display:"flex",flexFlow:"row nowrap",justifyContent:"center",width:"100%",height:"fit-content"},children:(0,o.jsx)(i.Z,{})})})]})}},2887:function(e,t,n){var r=n(7313),i=(n(6422),n(3175)),o=n(6417);t.Z=function(e){var t,n,s;const[a,d]=(0,r.useState)(!1),l=r.useRef(0),u=(0,r.useRef)(null),c=null!==(t=e.timeUpdateCallback)&&void 0!==t?t:()=>{},h=null!==(n=e.height)&&void 0!==n?n:"100%",f=null!==(s=e.width)&&void 0!==s?s:"100%";return(0,r.useEffect)((()=>{l.current=0;const e=setInterval((()=>{l.current=l.current+.03,u.current&&c(l.current,5),l.current>=5&&(l.current=0)}),30);return()=>{clearInterval(e)}}),[e.isPlaying]),(0,o.jsxs)("div",{style:{display:"flex",flexFlow:"column nowrap",width:f,height:h,overflow:"hidden"},children:[(0,o.jsx)("div",{style:{width:a?"100%":"0px",height:a?"100%":"0px"},children:(0,o.jsx)("img",{ref:u,src:e.url,style:{objectFit:"cover",height:h,width:f,backgroundColor:"white"},alt:"image player",onLoad:()=>{d(!0)}})}),a?(0,o.jsx)(o.Fragment,{}):(0,o.jsx)(i.Z,{width:"100%",height:"100%"})]})}},4892:function(e,t,n){n.d(t,{Z:function(){return c}});var r=n(7313),i=n(3933),o=n(868),s=n(8984),a=n(7300),d=(n(6422),n(2887)),l=n(6417);var u=function(e){var t,n;const o=(0,r.useRef)(null),[s,a,d]=(0,i.YD)({triggerOnce:!0}),u=null!==(t=e.height)&&void 0!==t?t:"100%",c=null!==(n=e.width)&&void 0!==n?n:"100%";return(0,r.useEffect)((()=>{o.current&&(e.isPlaying?o.current.play():o.current.pause())}),[e.isPlaying,a]),(0,l.jsx)("div",{ref:s,style:{width:u,height:c,overflow:"hidden"},children:a?(0,l.jsx)("video",{ref:o,className:"whatmore-video-player",width:c,height:u,preload:"auto",loop:!0,playsInline:!0,muted:!0,autoPlay:!0,src:e.url,style:{backgroundColor:"white"}}):(0,l.jsx)("div",{width:c,height:u,ref:e=>{e&&e.style.setProperty("display","block","important")}})})};var c=function(e){var t,n,c;const[h,f,p]=(0,i.YD)({triggerOnce:!0});if((0,a.WJ)(e.event))return(0,l.jsx)(d.Z,{height:e.height,width:e.width,url:e.url,isPlaying:e.isPlaying,timeUpdateCallback:e.timeUpdateCallback});const v=null!==(t=e.pauseFromPlayTimeInMs)&&void 0!==t?t:200;if((0,s.KE)())return(0,l.jsx)(u,{height:"100%",width:"100%",url:(0,o.V)(e.url),isPlaying:e.isPlaying,pauseFromPlayTimeInMs:v});const w=(0,r.useRef)(null),g=null!==(n=e.height)&&void 0!==n?n:"100%",y=null!==(c=e.width)&&void 0!==c?c:"100%";return(0,r.useEffect)((()=>{w.current&&(e.isPlaying?w.current.play():w.current.pause())}),[e.isPlaying,f]),(0,l.jsx)("div",{ref:h,style:{width:g,height:y,overflow:"hidden"},children:f?(0,l.jsx)("video",{ref:w,className:"whatmore-video-player",width:y,height:g,preload:"auto",loop:!0,playsInline:!0,muted:!0,src:(0,o.V)(e.url),style:{backgroundColor:"white"}}):(0,l.jsx)("div",{width:y,height:g,ref:e=>{e&&e.style.setProperty("display","block","important")}})})}},868:function(e,t,n){n.d(t,{V:function(){return a}});var r=n(9854),i=n(7753);const o={"https://d3syezql093hs1.cloudfront.net":"https://whatmore-brand-video-assets.azureedge.net","https://d2r0bijhs9mx1s.cloudfront.net":"https://whatmore-brand-thumbnail-video-assets.azureedge.net","https://d2oouab8j9eigo.cloudfront.net":"https://whatmore-brand-story-assets.azureedge.net","https://d28nus7q7qajdn.cloudfront.net":"https://whatmore-video-assets.azureedge.net","https://d1zl4k1t5o4s75.cloudfront.net":"https://whatmore-brand-video-assets-720p.azureedge.net"},s={"https://d3syezql093hs1.cloudfront.net":"https://whatmore-brand-video-assets.b-cdn.net","https://d2r0bijhs9mx1s.cloudfront.net":"https://whatmore-brand-thumbnail-video-assets.b-cdn.net","https://d2oouab8j9eigo.cloudfront.net":"https://whatmore-brand-story-assets.b-cdn.net","https://d28nus7q7qajdn.cloudfront.net":"https://whatmore-video-assets-old.b-cdn.net","https://d1zl4k1t5o4s75.cloudfront.net":"https://whatmore-brand-video-assets-720p.b-cdn.net"},a=function(e){const t=(0,i.MO)("whatmoreShopId");if(e.startsWith("https://cdn.shopify.com"))return e;if("AWSCDN"==(0,r.zp)(t))return e;if("AZURECDN"==(0,r.zp)(t)){if(e.includes(".azureedge.net"))return e;if(e.includes(".cloudfront.net")){for(const t of Object.keys(o))if(e.includes(t))return e.replace(t,o[t]);return e}}if("BUNNYCDN"==(0,r.zp)(t)){if(e.includes(".b-cdn.net"))return e;if(e.includes(".cloudfront.net")){for(const t of Object.keys(s))if(e.includes(t))return e.replace(t,s[t]);return e}}return e}},6422:function(e,t,n){var r=n(7313),i=n(7753);t.Z=function(e){const[t,n]=(0,i.j1)("muted");return(0,r.useEffect)((()=>{}),[]),[t,n]}},8866:function(e,t,n){var r=n(7313);function i(){return[window.innerHeight,window.innerWidth]}t.Z=function(e){var[t,n]=i();const[o,s]=(0,r.useState)(["portrait",t,n]);return(0,r.useLayoutEffect)((()=>{function e(){var[e,t]=i();s(e>t?["portrait",e,t]:["landscape",e,t])}return window.addEventListener("resize",e),window.addEventListener("orientationchange",e),screen.orientation&&screen.orientation.addEventListener("change",e),e(),()=>{window.removeEventListener("resize",e),window.removeEventListener("orientationchange",e),screen.orientation&&screen.orientation.removeEventListener("change",e)}}),[]),o}},9723:function(e,t,n){var r=n(5318);t.Z=void 0;var i=r(n(5045)),o=n(6417),s=(0,i.default)((0,o.jsx)("path",{d:"M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z"}),"PlayArrowRounded");t.Z=s},123:function(){},7244:function(){}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkwhatmorelive_react=self.webpackChunkwhatmorelive_react||[]).push([[204],{499:function(t,n){n.Z={LIVE:{name:"LIVE",color:"gray.600"},UPCOMING:{name:"UPCOMING",color:"gray.600"},DEFAULT:{name:"LIVE EVENT",color:"gray.600"},COMPLETED:{name:"ENDED",color:"gray.600"}}},4897:function(t,n,e){var a=e(499);n.Z=class{static getEventStatus(t){t.time_zone="GMT+5:30";var n=t.start_time+":00",e=t.end_time,r=t.scheduled_date,s=t.status,i=t.time_zone;if(s.toUpperCase()==a.Z.LIVE.name)return{status:a.Z.LIVE,bannerText:" "+a.Z.LIVE.name+" ",timeToStartInMins:0};if(s.toUpperCase()==a.Z.UPCOMING.name){var u=new Date(r+" "+n+" "+i),o=(new Date(r+" "+e+" "+i),function(t){var n=new Date,e=(t.getTime()-n.getTime())/1e3,r=e/60,s=r/60,i=s/24;return e<=0?{status:a.Z.COMPLETED,bannerText:" "+a.Z.COMPLETED.name+" ",timeToStartInMins:0}:e>=1&&e<=30?{status:a.Z.UPCOMING,bannerText:"Starts in "+Math.round(e)+" sec ",timeToStartInMins:e/60}:r<60?{status:a.Z.UPCOMING,bannerText:"Starts in "+Math.round(r)+" min ",timeToStartInMins:r}:s<24?{status:a.Z.UPCOMING,bannerText:"Starts in "+Math.round(s)+" hr ",timeToStartInMins:60*s}:i<7?{status:a.Z.UPCOMING,bannerText:" "+["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"][t.getDay()]+" ",timeToStartInMins:60*i*24}:{status:a.Z.UPCOMING,bannerText:"Upcoming",timeToStartInMins:2880}}(u));return{status:o.status,bannerText:o.bannerText,timeToStartInMins:o.timeToStartInMins}}return console.error("invalid status for event :: id : "+t.event_id+", status : "+t.status),{status:a.Z.DEFAULT,bannerText:"live event",timeToStartInMins:2880}}}},3388:function(t,n,e){e.d(n,{e8:function(){return s},kT:function(){return a},kW:function(){return i},xg:function(){return r}});const a=function(t,n){return!((void 0==t.products||0==t.products.length)&&(void 0==t.cta||0==t.cta.length))},r=function(t,n){return!(void 0==t.products||0==t.products.length)},s=function(t,n){if(null!=t)return t.filter((t=>1==a(t)))},i=function(t,n){if(null!=t)return n?t[0].events:t}}}]);
@@ -0,0 +1,2 @@
1
+ /*! For license information please see 240.0c14b670.chunk.js.LICENSE.txt */
2
+ (self.webpackChunkwhatmorelive_react=self.webpackChunkwhatmorelive_react||[]).push([[240],{5318:function(e){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},5045:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return r.createSvgIcon}});var r=n(4749)},1615:function(e,t,n){"use strict";var r=n(114);t.Z=r.Z},8966:function(e,t,n){"use strict";n.d(t,{Z:function(){return $t}});var r=n(7462),o=n(7313);function i(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}var a=n(3061);var c=n(1615);function s(e){const{theme:t,name:n,props:o}=e;return t&&t.components&&t.components[n]&&t.components[n].defaultProps?function(e,t){const n=(0,r.Z)({},t);return Object.keys(e).forEach((t=>{void 0===n[t]&&(n[t]=e[t])})),n}(t.components[n].defaultProps,o):o}function l(e){return null!==e&&"object"===typeof e&&e.constructor===Object}function u(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{clone:!0};const o=n.clone?(0,r.Z)({},e):e;return l(e)&&l(t)&&Object.keys(t).forEach((r=>{"__proto__"!==r&&(l(t[r])&&r in e&&l(e[r])?o[r]=u(e[r],t[r],n):o[r]=t[r])})),o}const p=["values","unit","step"];function f(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:n="px",step:o=5}=e,a=i(e,p),c=(e=>{const t=Object.keys(e).map((t=>({key:t,val:e[t]})))||[];return t.sort(((e,t)=>e.val-t.val)),t.reduce(((e,t)=>(0,r.Z)({},e,{[t.key]:t.val})),{})})(t),s=Object.keys(c);function l(e){const r="number"===typeof t[e]?t[e]:e;return"@media (min-width:".concat(r).concat(n,")")}function u(e){const r="number"===typeof t[e]?t[e]:e;return"@media (max-width:".concat(r-o/100).concat(n,")")}function f(e,r){const i=s.indexOf(r);return"@media (min-width:".concat("number"===typeof t[e]?t[e]:e).concat(n,") and ")+"(max-width:".concat((-1!==i&&"number"===typeof t[s[i]]?t[s[i]]:r)-o/100).concat(n,")")}return(0,r.Z)({keys:s,values:c,up:l,down:u,between:f,only:function(e){return s.indexOf(e)+1<s.length?f(e,s[s.indexOf(e)+1]):l(e)},not:function(e){const t=s.indexOf(e);return 0===t?l(s[1]):t===s.length-1?u(s[t]):f(e,s[s.indexOf(e)+1]).replace("@media","@media not all and")},unit:n},a)}var d={borderRadius:4};const h={xs:0,sm:600,md:900,lg:1200,xl:1536},m={keys:["xs","sm","md","lg","xl"],up:e=>"@media (min-width:".concat(h[e],"px)")};function g(e,t,n){const r=e.theme||{};if(Array.isArray(t)){const e=r.breakpoints||m;return t.reduce(((r,o,i)=>(r[e.up(e.keys[i])]=n(t[i]),r)),{})}if("object"===typeof t){const e=r.breakpoints||m;return Object.keys(t).reduce(((r,o)=>{if(-1!==Object.keys(e.values||h).indexOf(o)){r[e.up(o)]=n(t[o],o)}else{const e=o;r[e]=t[e]}return r}),{})}return n(t)}function y(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t;const n=null==(t=e.keys)?void 0:t.reduce(((t,n)=>(t[e.up(n)]={},t)),{});return n||{}}function v(e,t){return e.reduce(((e,t)=>{const n=e[t];return(!n||0===Object.keys(n).length)&&delete e[t],e}),t)}var b=n(114);function x(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(!t||"string"!==typeof t)return null;if(e&&e.vars&&n){const n="vars.".concat(t).split(".").reduce(((e,t)=>e&&e[t]?e[t]:null),e);if(null!=n)return n}return t.split(".").reduce(((e,t)=>e&&null!=e[t]?e[t]:null),e)}function w(e,t,n){let r,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:n;return r="function"===typeof e?e(n):Array.isArray(e)?e[n]||o:x(e,n)||o,t&&(r=t(r)),r}var k=function(e){const{prop:t,cssProperty:n=e.prop,themeKey:r,transform:o}=e,i=e=>{if(null==e[t])return null;const i=e[t],a=x(e.theme,r)||{};return g(e,i,(e=>{let r=w(a,o,e);return e===r&&"string"===typeof e&&(r=w(a,o,"".concat(t).concat("default"===e?"":(0,b.Z)(e)),e)),!1===n?r:{[n]:r}}))};return i.propTypes={},i.filterProps=[t],i};var S=function(e,t){return t?u(e,t,{clone:!1}):e};const A={m:"margin",p:"padding"},O={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Z={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},T=function(e){const t={};return n=>(void 0===t[n]&&(t[n]=e(n)),t[n])}((e=>{if(e.length>2){if(!Z[e])return[e];e=Z[e]}const[t,n]=e.split(""),r=A[t],o=O[n]||"";return Array.isArray(o)?o.map((e=>r+e)):[r+o]})),P=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],R=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],j=[...P,...R];function E(e,t,n,r){var o;const i=null!=(o=x(e,t,!1))?o:n;return"number"===typeof i?e=>"string"===typeof e?e:i*e:Array.isArray(i)?e=>"string"===typeof e?e:i[e]:"function"===typeof i?i:()=>{}}function z(e){return E(e,"spacing",8)}function C(e,t){if("string"===typeof t||null==t)return t;const n=e(Math.abs(t));return t>=0?n:"number"===typeof n?-n:"-".concat(n)}function _(e,t,n,r){if(-1===t.indexOf(n))return null;const o=function(e,t){return n=>e.reduce(((e,r)=>(e[r]=C(t,n),e)),{})}(T(n),r);return g(e,e[n],o)}function I(e,t){const n=z(e.theme);return Object.keys(e).map((r=>_(e,t,r,n))).reduce(S,{})}function M(e){return I(e,P)}function B(e){return I(e,R)}function K(e){return I(e,j)}M.propTypes={},M.filterProps=P,B.propTypes={},B.filterProps=R,K.propTypes={},K.filterProps=j;var F=K;function W(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;if(e.mui)return e;const t=z({spacing:e}),n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];const o=0===n.length?[1]:n;return o.map((e=>{const n=t(e);return"number"===typeof n?"".concat(n,"px"):n})).join(" ")};return n.mui=!0,n}const L=["breakpoints","palette","spacing","shape"];var N=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{breakpoints:t={},palette:n={},spacing:o,shape:a={}}=e,c=i(e,L),s=f(t),l=W(o);let p=u({breakpoints:s,direction:"ltr",components:{},palette:(0,r.Z)({mode:"light"},n),spacing:l,shape:(0,r.Z)({},d,a)},c);for(var h=arguments.length,m=new Array(h>1?h-1:0),g=1;g<h;g++)m[g-1]=arguments[g];return p=m.reduce(((e,t)=>u(e,t)),p),p};var G=o.createContext(null);function V(){return o.useContext(G)}function H(e){return 0===Object.keys(e).length}var D=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;const t=V();return!t||H(t)?e:t};const U=N();var X=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:U;return D(e)};var Y=n(7219);function q(e,t){return(0,r.Z)({toolbar:{minHeight:56,[e.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[e.up("sm")]:{minHeight:64}}},t)}function J(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return Math.min(Math.max(t,e),n)}function Q(e){if(e.type)return e;if("#"===e.charAt(0))return Q(function(e){e=e.slice(1);const t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g");let n=e.match(t);return n&&1===n[0].length&&(n=n.map((e=>e+e))),n?"rgb".concat(4===n.length?"a":"","(").concat(n.map(((e,t)=>t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3)).join(", "),")"):""}(e));const t=e.indexOf("("),n=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla","color"].indexOf(n))throw new Error((0,Y.Z)(9,e));let r,o=e.substring(t+1,e.length-1);if("color"===n){if(o=o.split(" "),r=o.shift(),4===o.length&&"/"===o[3].charAt(0)&&(o[3]=o[3].slice(1)),-1===["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].indexOf(r))throw new Error((0,Y.Z)(10,r))}else o=o.split(",");return o=o.map((e=>parseFloat(e))),{type:n,values:o,colorSpace:r}}function $(e){const{type:t,colorSpace:n}=e;let{values:r}=e;return-1!==t.indexOf("rgb")?r=r.map(((e,t)=>t<3?parseInt(e,10):e)):-1!==t.indexOf("hsl")&&(r[1]="".concat(r[1],"%"),r[2]="".concat(r[2],"%")),r=-1!==t.indexOf("color")?"".concat(n," ").concat(r.join(" ")):"".concat(r.join(", ")),"".concat(t,"(").concat(r,")")}function ee(e){let t="hsl"===(e=Q(e)).type?Q(function(e){e=Q(e);const{values:t}=e,n=t[0],r=t[1]/100,o=t[2]/100,i=r*Math.min(o,1-o),a=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+n/30)%12;return o-i*Math.max(Math.min(t-3,9-t,1),-1)};let c="rgb";const s=[Math.round(255*a(0)),Math.round(255*a(8)),Math.round(255*a(4))];return"hsla"===e.type&&(c+="a",s.push(t[3])),$({type:c,values:s})}(e)).values:e.values;return t=t.map((t=>("color"!==e.type&&(t/=255),t<=.03928?t/12.92:((t+.055)/1.055)**2.4))),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function te(e,t){if(e=Q(e),t=J(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb")||-1!==e.type.indexOf("color"))for(let n=0;n<3;n+=1)e.values[n]*=1-t;return $(e)}function ne(e,t){if(e=Q(e),t=J(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(let n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;else if(-1!==e.type.indexOf("color"))for(let n=0;n<3;n+=1)e.values[n]+=(1-e.values[n])*t;return $(e)}var re={black:"#000",white:"#fff"};var oe={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"};var ie={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"};var ae={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"};var ce={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"};var se={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"};var le={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"};var ue={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};const pe=["mode","contrastThreshold","tonalOffset"],fe={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:re.white,default:re.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},de={text:{primary:re.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:re.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function he(e,t,n,r){const o=r.light||r,i=r.dark||1.5*r;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:"light"===t?e.light=ne(e.main,o):"dark"===t&&(e.dark=te(e.main,i)))}function me(e){const{mode:t="light",contrastThreshold:n=3,tonalOffset:o=.2}=e,a=i(e,pe),c=e.primary||function(){return"dark"===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"light")?{main:se[200],light:se[50],dark:se[400]}:{main:se[700],light:se[400],dark:se[800]}}(t),s=e.secondary||function(){return"dark"===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"light")?{main:ie[200],light:ie[50],dark:ie[400]}:{main:ie[500],light:ie[300],dark:ie[700]}}(t),l=e.error||function(){return"dark"===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"light")?{main:ae[500],light:ae[300],dark:ae[700]}:{main:ae[700],light:ae[400],dark:ae[800]}}(t),p=e.info||function(){return"dark"===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"light")?{main:le[400],light:le[300],dark:le[700]}:{main:le[700],light:le[500],dark:le[900]}}(t),f=e.success||function(){return"dark"===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"light")?{main:ue[400],light:ue[300],dark:ue[700]}:{main:ue[800],light:ue[500],dark:ue[900]}}(t),d=e.warning||function(){return"dark"===(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"light")?{main:ce[400],light:ce[300],dark:ce[700]}:{main:"#ed6c02",light:ce[500],dark:ce[900]}}(t);function h(e){const t=function(e,t){const n=ee(e),r=ee(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}(e,de.text.primary)>=n?de.text.primary:fe.text.primary;return t}const m=e=>{let{color:t,name:n,mainShade:i=500,lightShade:a=300,darkShade:c=700}=e;if(t=(0,r.Z)({},t),!t.main&&t[i]&&(t.main=t[i]),!t.hasOwnProperty("main"))throw new Error((0,Y.Z)(11,n?" (".concat(n,")"):"",i));if("string"!==typeof t.main)throw new Error((0,Y.Z)(12,n?" (".concat(n,")"):"",JSON.stringify(t.main)));return he(t,"light",a,o),he(t,"dark",c,o),t.contrastText||(t.contrastText=h(t.main)),t},g={dark:de,light:fe};return u((0,r.Z)({common:(0,r.Z)({},re),mode:t,primary:m({color:c,name:"primary"}),secondary:m({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:m({color:l,name:"error"}),warning:m({color:d,name:"warning"}),info:m({color:p,name:"info"}),success:m({color:f,name:"success"}),grey:oe,contrastThreshold:n,getContrastText:h,augmentColor:m,tonalOffset:o},g[t]),a)}const ge=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];const ye={textTransform:"uppercase"},ve='"Roboto", "Helvetica", "Arial", sans-serif';function be(e,t){const n="function"===typeof t?t(e):t,{fontFamily:o=ve,fontSize:a=14,fontWeightLight:c=300,fontWeightRegular:s=400,fontWeightMedium:l=500,fontWeightBold:p=700,htmlFontSize:f=16,allVariants:d,pxToRem:h}=n,m=i(n,ge);const g=a/14,y=h||(e=>"".concat(e/f*g,"rem")),v=(e,t,n,i,a)=>{return(0,r.Z)({fontFamily:o,fontWeight:e,fontSize:y(t),lineHeight:n},o===ve?{letterSpacing:"".concat((c=i/t,Math.round(1e5*c)/1e5),"em")}:{},a,d);var c},b={h1:v(c,96,1.167,-1.5),h2:v(c,60,1.2,-.5),h3:v(s,48,1.167,0),h4:v(s,34,1.235,.25),h5:v(s,24,1.334,0),h6:v(l,20,1.6,.15),subtitle1:v(s,16,1.75,.15),subtitle2:v(l,14,1.57,.1),body1:v(s,16,1.5,.15),body2:v(s,14,1.43,.15),button:v(l,14,1.75,.4,ye),caption:v(s,12,1.66,.4),overline:v(s,12,2.66,1,ye)};return u((0,r.Z)({htmlFontSize:f,pxToRem:y,fontFamily:o,fontSize:a,fontWeightLight:c,fontWeightRegular:s,fontWeightMedium:l,fontWeightBold:p},b),m,{clone:!1})}function xe(){return["".concat(arguments.length<=0?void 0:arguments[0],"px ").concat(arguments.length<=1?void 0:arguments[1],"px ").concat(arguments.length<=2?void 0:arguments[2],"px ").concat(arguments.length<=3?void 0:arguments[3],"px rgba(0,0,0,").concat(.2,")"),"".concat(arguments.length<=4?void 0:arguments[4],"px ").concat(arguments.length<=5?void 0:arguments[5],"px ").concat(arguments.length<=6?void 0:arguments[6],"px ").concat(arguments.length<=7?void 0:arguments[7],"px rgba(0,0,0,").concat(.14,")"),"".concat(arguments.length<=8?void 0:arguments[8],"px ").concat(arguments.length<=9?void 0:arguments[9],"px ").concat(arguments.length<=10?void 0:arguments[10],"px ").concat(arguments.length<=11?void 0:arguments[11],"px rgba(0,0,0,").concat(.12,")")].join(",")}var we=["none",xe(0,2,1,-1,0,1,1,0,0,1,3,0),xe(0,3,1,-2,0,2,2,0,0,1,5,0),xe(0,3,3,-2,0,3,4,0,0,1,8,0),xe(0,2,4,-1,0,4,5,0,0,1,10,0),xe(0,3,5,-1,0,5,8,0,0,1,14,0),xe(0,3,5,-1,0,6,10,0,0,1,18,0),xe(0,4,5,-2,0,7,10,1,0,2,16,1),xe(0,5,5,-3,0,8,10,1,0,3,14,2),xe(0,5,6,-3,0,9,12,1,0,3,16,2),xe(0,6,6,-3,0,10,14,1,0,4,18,3),xe(0,6,7,-4,0,11,15,1,0,4,20,3),xe(0,7,8,-4,0,12,17,2,0,5,22,4),xe(0,7,8,-4,0,13,19,2,0,5,24,4),xe(0,7,9,-4,0,14,21,2,0,5,26,4),xe(0,8,9,-5,0,15,22,2,0,6,28,5),xe(0,8,10,-5,0,16,24,2,0,6,30,5),xe(0,8,11,-5,0,17,26,2,0,6,32,5),xe(0,9,11,-5,0,18,28,2,0,7,34,6),xe(0,9,12,-6,0,19,29,2,0,7,36,6),xe(0,10,13,-6,0,20,31,3,0,8,38,7),xe(0,10,13,-6,0,21,33,3,0,8,40,7),xe(0,10,14,-6,0,22,35,3,0,8,42,7),xe(0,11,14,-7,0,23,36,3,0,9,44,8),xe(0,11,15,-7,0,24,38,3,0,9,46,8)];const ke=["duration","easing","delay"],Se={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},Ae={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Oe(e){return"".concat(Math.round(e),"ms")}function Ze(e){if(!e)return 0;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}function Te(e){const t=(0,r.Z)({},Se,e.easing),n=(0,r.Z)({},Ae,e.duration);return(0,r.Z)({getAutoHeightDuration:Ze,create:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["all"],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{duration:o=n.standard,easing:a=t.easeInOut,delay:c=0}=r;i(r,ke);return(Array.isArray(e)?e:[e]).map((e=>"".concat(e," ").concat("string"===typeof o?o:Oe(o)," ").concat(a," ").concat("string"===typeof c?c:Oe(c)))).join(",")}},e,{easing:t,duration:n})}var Pe={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};const Re=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function je(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{mixins:t={},palette:n={},transitions:o={},typography:a={}}=e,c=i(e,Re);if(e.vars)throw new Error((0,Y.Z)(18));const s=me(n),l=N(e);let p=u(l,{mixins:q(l.breakpoints,t),palette:s,shadows:we.slice(),typography:be(s,a),transitions:Te(o),zIndex:(0,r.Z)({},Pe)});p=u(p,c);for(var f=arguments.length,d=new Array(f>1?f-1:0),h=1;h<f;h++)d[h-1]=arguments[h];return p=d.reduce(((e,t)=>u(e,t)),p),p}var Ee=je();function ze(e){let{props:t,name:n}=e;return function(e){let{props:t,name:n,defaultTheme:r}=e;return s({theme:X(r),name:n,props:t})}({props:t,name:n,defaultTheme:Ee})}var Ce=n(6045);function _e(e,t){return(0,Ce.Z)(e,t)}const Ie=(e,t)=>{Array.isArray(e.__emotion_styles)&&(e.__emotion_styles=t(e.__emotion_styles))},Me=["variant"];function Be(e){return 0===e.length}function Ke(e){const{variant:t}=e,n=i(e,Me);let r=t||"";return Object.keys(n).sort().forEach((t=>{r+="color"===t?Be(r)?e[t]:(0,b.Z)(e[t]):"".concat(Be(r)?t:(0,b.Z)(t)).concat((0,b.Z)(e[t].toString()))})),r}var Fe=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const r=t.reduce(((e,t)=>(t.filterProps.forEach((n=>{e[n]=t})),e)),{}),o=e=>Object.keys(e).reduce(((t,n)=>r[n]?S(t,r[n](e)):t),{});return o.propTypes={},o.filterProps=t.reduce(((e,t)=>e.concat(t.filterProps)),[]),o};function We(e){return"number"!==typeof e?e:"".concat(e,"px solid")}const Le=k({prop:"border",themeKey:"borders",transform:We}),Ne=k({prop:"borderTop",themeKey:"borders",transform:We}),Ge=k({prop:"borderRight",themeKey:"borders",transform:We}),Ve=k({prop:"borderBottom",themeKey:"borders",transform:We}),He=k({prop:"borderLeft",themeKey:"borders",transform:We}),De=k({prop:"borderColor",themeKey:"palette"}),Ue=k({prop:"borderTopColor",themeKey:"palette"}),Xe=k({prop:"borderRightColor",themeKey:"palette"}),Ye=k({prop:"borderBottomColor",themeKey:"palette"}),qe=k({prop:"borderLeftColor",themeKey:"palette"}),Je=e=>{if(void 0!==e.borderRadius&&null!==e.borderRadius){const t=E(e.theme,"shape.borderRadius",4),n=e=>({borderRadius:C(t,e)});return g(e,e.borderRadius,n)}return null};Je.propTypes={},Je.filterProps=["borderRadius"];var Qe=Fe(Le,Ne,Ge,Ve,He,De,Ue,Xe,Ye,qe,Je);var $e=Fe(k({prop:"displayPrint",cssProperty:!1,transform:e=>({"@media print":{display:e}})}),k({prop:"display"}),k({prop:"overflow"}),k({prop:"textOverflow"}),k({prop:"visibility"}),k({prop:"whiteSpace"}));var et=Fe(k({prop:"flexBasis"}),k({prop:"flexDirection"}),k({prop:"flexWrap"}),k({prop:"justifyContent"}),k({prop:"alignItems"}),k({prop:"alignContent"}),k({prop:"order"}),k({prop:"flex"}),k({prop:"flexGrow"}),k({prop:"flexShrink"}),k({prop:"alignSelf"}),k({prop:"justifyItems"}),k({prop:"justifySelf"}));const tt=e=>{if(void 0!==e.gap&&null!==e.gap){const t=E(e.theme,"spacing",8),n=e=>({gap:C(t,e)});return g(e,e.gap,n)}return null};tt.propTypes={},tt.filterProps=["gap"];const nt=e=>{if(void 0!==e.columnGap&&null!==e.columnGap){const t=E(e.theme,"spacing",8),n=e=>({columnGap:C(t,e)});return g(e,e.columnGap,n)}return null};nt.propTypes={},nt.filterProps=["columnGap"];const rt=e=>{if(void 0!==e.rowGap&&null!==e.rowGap){const t=E(e.theme,"spacing",8),n=e=>({rowGap:C(t,e)});return g(e,e.rowGap,n)}return null};rt.propTypes={},rt.filterProps=["rowGap"];var ot=Fe(tt,nt,rt,k({prop:"gridColumn"}),k({prop:"gridRow"}),k({prop:"gridAutoFlow"}),k({prop:"gridAutoColumns"}),k({prop:"gridAutoRows"}),k({prop:"gridTemplateColumns"}),k({prop:"gridTemplateRows"}),k({prop:"gridTemplateAreas"}),k({prop:"gridArea"}));var it=Fe(k({prop:"position"}),k({prop:"zIndex",themeKey:"zIndex"}),k({prop:"top"}),k({prop:"right"}),k({prop:"bottom"}),k({prop:"left"}));var at=Fe(k({prop:"color",themeKey:"palette"}),k({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette"}),k({prop:"backgroundColor",themeKey:"palette"}));var ct=k({prop:"boxShadow",themeKey:"shadows"});function st(e){return e<=1&&0!==e?"".concat(100*e,"%"):e}const lt=k({prop:"width",transform:st}),ut=e=>{if(void 0!==e.maxWidth&&null!==e.maxWidth){const t=t=>{var n,r,o;return{maxWidth:(null==(n=e.theme)||null==(r=n.breakpoints)||null==(o=r.values)?void 0:o[t])||h[t]||st(t)}};return g(e,e.maxWidth,t)}return null};ut.filterProps=["maxWidth"];const pt=k({prop:"minWidth",transform:st}),ft=k({prop:"height",transform:st}),dt=k({prop:"maxHeight",transform:st}),ht=k({prop:"minHeight",transform:st});k({prop:"size",cssProperty:"width",transform:st}),k({prop:"size",cssProperty:"height",transform:st});var mt=Fe(lt,ut,pt,ft,dt,ht,k({prop:"boxSizing"}));const gt=k({prop:"fontFamily",themeKey:"typography"}),yt=k({prop:"fontSize",themeKey:"typography"}),vt=k({prop:"fontStyle",themeKey:"typography"}),bt=k({prop:"fontWeight",themeKey:"typography"}),xt=k({prop:"letterSpacing"}),wt=k({prop:"textTransform"}),kt=k({prop:"lineHeight"}),St=k({prop:"textAlign"});var At=Fe(k({prop:"typography",cssProperty:!1,themeKey:"typography"}),gt,yt,vt,bt,xt,kt,St,wt);const Ot={borders:Qe.filterProps,display:$e.filterProps,flexbox:et.filterProps,grid:ot.filterProps,positions:it.filterProps,palette:at.filterProps,shadows:ct.filterProps,sizing:mt.filterProps,spacing:F.filterProps,typography:At.filterProps},Zt={borders:Qe,display:$e,flexbox:et,grid:ot,positions:it,palette:at,shadows:ct,sizing:mt,spacing:F,typography:At};Object.keys(Ot).reduce(((e,t)=>(Ot[t].forEach((n=>{e[n]=Zt[t]})),e)),{});function Tt(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const r=t.reduce(((e,t)=>e.concat(Object.keys(t))),[]),o=new Set(r);return t.every((e=>o.size===Object.keys(e).length))}function Pt(e,t){return"function"===typeof e?e(t):e}const Rt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Zt;const t=Object.keys(e).reduce(((t,n)=>(e[n].filterProps.forEach((r=>{t[r]=e[n]})),t)),{});function n(e,n,r){const o={[e]:n,theme:r},i=t[e];return i?i(o):{[e]:n}}function r(e){const{sx:o,theme:i={}}=e||{};if(!o)return null;function a(e){let o=e;if("function"===typeof e)o=e(i);else if("object"!==typeof e)return e;if(!o)return null;const a=y(i.breakpoints),c=Object.keys(a);let s=a;return Object.keys(o).forEach((e=>{const a=Pt(o[e],i);if(null!==a&&void 0!==a)if("object"===typeof a)if(t[e])s=S(s,n(e,a,i));else{const t=g({theme:i},a,(t=>({[e]:t})));Tt(t,a)?s[e]=r({sx:a,theme:i}):s=S(s,t)}else s=S(s,n(e,a,i))})),v(c,s)}return Array.isArray(o)?o.map(a):a(o)}return r}();Rt.filterProps=["sx"];var jt=Rt;const Et=["name","slot","skipVariantsResolver","skipSx","overridesResolver"],zt=["theme"],Ct=["theme"];function _t(e){return 0===Object.keys(e).length}function It(e){return"string"===typeof e&&e.charCodeAt(0)>96}const Mt=(e,t)=>t.components&&t.components[e]&&t.components[e].styleOverrides?t.components[e].styleOverrides:null,Bt=(e,t)=>{let n=[];t&&t.components&&t.components[e]&&t.components[e].variants&&(n=t.components[e].variants);const r={};return n.forEach((e=>{const t=Ke(e.props);r[t]=e.style})),r},Kt=(e,t,n,r)=>{var o,i;const{ownerState:a={}}=e,c=[],s=null==n||null==(o=n.components)||null==(i=o[r])?void 0:i.variants;return s&&s.forEach((n=>{let r=!0;Object.keys(n.props).forEach((t=>{a[t]!==n.props[t]&&e[t]!==n.props[t]&&(r=!1)})),r&&c.push(t[Ke(n.props)])})),c};function Ft(e){return"ownerState"!==e&&"theme"!==e&&"sx"!==e&&"as"!==e}const Wt=N();const Lt=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{defaultTheme:t=Wt,rootShouldForwardProp:n=Ft,slotShouldForwardProp:o=Ft,styleFunctionSx:a=jt}=e,c=e=>{const n=_t(e.theme)?t:e.theme;return a((0,r.Z)({},e,{theme:n}))};return c.__mui_systemSx=!0,function(e){let a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Ie(e,(e=>e.filter((e=>!(null!=e&&e.__mui_systemSx)))));const{name:s,slot:l,skipVariantsResolver:u,skipSx:p,overridesResolver:f}=a,d=i(a,Et),h=void 0!==u?u:l&&"Root"!==l||!1,m=p||!1;let g;let y=Ft;"Root"===l?y=n:l?y=o:It(e)&&(y=void 0);const v=_e(e,(0,r.Z)({shouldForwardProp:y,label:g},d)),b=function(e){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];const l=o?o.map((e=>"function"===typeof e&&e.__emotion_real!==e?n=>{let{theme:o}=n,a=i(n,zt);return e((0,r.Z)({theme:_t(o)?t:o},a))}:e)):[];let u=e;s&&f&&l.push((e=>{const n=_t(e.theme)?t:e.theme,o=Mt(s,n);if(o){const t={};return Object.entries(o).forEach((o=>{let[i,a]=o;t[i]="function"===typeof a?a((0,r.Z)({},e,{theme:n})):a})),f(e,t)}return null})),s&&!h&&l.push((e=>{const n=_t(e.theme)?t:e.theme;return Kt(e,Bt(s,n),n,s)})),m||l.push(c);const p=l.length-o.length;if(Array.isArray(e)&&p>0){const t=new Array(p).fill("");u=[...e,...t],u.raw=[...e.raw,...t]}else"function"===typeof e&&e.__emotion_real!==e&&(u=n=>{let{theme:o}=n,a=i(n,Ct);return e((0,r.Z)({theme:_t(o)?t:o},a))});const d=v(u,...l);return d};return v.withConfig&&(b.withConfig=v.withConfig),b}}({defaultTheme:Ee,rootShouldForwardProp:e=>Ft(e)&&"classes"!==e});var Nt=Lt,Gt=n(1271);const Vt={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",required:"required",selected:"selected"};function Ht(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Mui";const r=Vt[t];return r?"".concat(n,"-").concat(r):"".concat(Gt.Z.generate(e),"-").concat(t)}function Dt(e){return Ht("MuiSvgIcon",e)}!function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"Mui";const r={};t.forEach((t=>{r[t]=Ht(e,t,n)}))}("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);var Ut=n(6417);const Xt=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],Yt=e=>{const{color:t,fontSize:n,classes:r}=e;return function(e,t,n){const r={};return Object.keys(e).forEach((o=>{r[o]=e[o].reduce(((e,r)=>(r&&(e.push(t(r)),n&&n[r]&&e.push(n[r])),e)),[]).join(" ")})),r}({root:["root","inherit"!==t&&"color".concat((0,c.Z)(t)),"fontSize".concat((0,c.Z)(n))]},Dt,r)},qt=Nt("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,"inherit"!==n.color&&t["color".concat((0,c.Z)(n.color))],t["fontSize".concat((0,c.Z)(n.fontSize))]]}})((e=>{let{theme:t,ownerState:n}=e;var r,o,i,a,c,s,l,u,p,f,d,h,m,g,y,v,b;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:"currentColor",flexShrink:0,transition:null==(r=t.transitions)||null==(o=r.create)?void 0:o.call(r,"fill",{duration:null==(i=t.transitions)||null==(a=i.duration)?void 0:a.shorter}),fontSize:{inherit:"inherit",small:(null==(c=t.typography)||null==(s=c.pxToRem)?void 0:s.call(c,20))||"1.25rem",medium:(null==(l=t.typography)||null==(u=l.pxToRem)?void 0:u.call(l,24))||"1.5rem",large:(null==(p=t.typography)||null==(f=p.pxToRem)?void 0:f.call(p,35))||"2.1875"}[n.fontSize],color:null!=(d=null==(h=(t.vars||t).palette)||null==(m=h[n.color])?void 0:m.main)?d:{action:null==(g=(t.vars||t).palette)||null==(y=g.action)?void 0:y.active,disabled:null==(v=(t.vars||t).palette)||null==(b=v.action)?void 0:b.disabled,inherit:void 0}[n.color]}})),Jt=o.forwardRef((function(e,t){const n=ze({props:e,name:"MuiSvgIcon"}),{children:o,className:c,color:s="inherit",component:l="svg",fontSize:u="medium",htmlColor:p,inheritViewBox:f=!1,titleAccess:d,viewBox:h="0 0 24 24"}=n,m=i(n,Xt),g=(0,r.Z)({},n,{color:s,component:l,fontSize:u,instanceFontSize:e.fontSize,inheritViewBox:f,viewBox:h}),y={};f||(y.viewBox=h);const v=Yt(g);return(0,Ut.jsxs)(qt,(0,r.Z)({as:l,className:(0,a.default)(v.root,c),ownerState:g,focusable:"false",color:p,"aria-hidden":!d||void 0,role:d?"img":void 0,ref:t},y,m,{children:[o,d?(0,Ut.jsx)("title",{children:d}):null]}))}));Jt.muiName="SvgIcon";var Qt=Jt;function $t(e,t){const n=(n,o)=>(0,Ut.jsx)(Qt,(0,r.Z)({"data-testid":"".concat(t,"Icon"),ref:o},n,{children:e}));return n.muiName=Qt.muiName,o.memo(o.forwardRef(n))}},4749:function(e,t,n){"use strict";n.r(t),n.d(t,{capitalize:function(){return o.Z},createChainedFunction:function(){return i},createSvgIcon:function(){return a.Z},debounce:function(){return c},deprecatedPropType:function(){return s},isMuiElement:function(){return p},ownerDocument:function(){return d},ownerWindow:function(){return h},requirePropFactory:function(){return m},setRef:function(){return y},unstable_ClassNameGenerator:function(){return M},unstable_useEnhancedEffect:function(){return b},unstable_useId:function(){return k},unsupportedProp:function(){return S},useControlled:function(){return A},useEventCallback:function(){return O},useForkRef:function(){return Z},useIsFocusVisible:function(){return I}});var r=n(1271),o=n(1615);var i=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.reduce(((e,t)=>null==t?e:function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];e.apply(this,r),t.apply(this,r)}),(()=>{}))},a=n(8966);var c=function(e){let t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:166;function r(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];const a=()=>{e.apply(this,o)};clearTimeout(t),t=setTimeout(a,n)}return r.clear=()=>{clearTimeout(t)},r};var s=function(e,t){return()=>null},l=n(7313),u=n.t(l,2);var p=function(e,t){return l.isValidElement(e)&&-1!==t.indexOf(e.type.muiName)};function f(e){return e&&e.ownerDocument||document}var d=f;var h=function(e){return f(e).defaultView||window};n(7462);var m=function(e,t){return()=>null};function g(e,t){"function"===typeof e?e(t):e&&(e.current=t)}var y=g;var v="undefined"!==typeof window?l.useLayoutEffect:l.useEffect,b=v;let x=0;const w=u.useId;var k=function(e){if(void 0!==w){const t=w();return null!=e?e:t}return function(e){const[t,n]=l.useState(e),r=e||t;return l.useEffect((()=>{null==t&&(x+=1,n("mui-".concat(x)))}),[t]),r}(e)};var S=function(e,t,n,r,o){return null};var A=function(e){let{controlled:t,default:n,name:r,state:o="value"}=e;const{current:i}=l.useRef(void 0!==t),[a,c]=l.useState(n);return[i?t:a,l.useCallback((e=>{i||c(e)}),[])]};var O=function(e){const t=l.useRef(e);return v((()=>{t.current=e})),l.useCallback((function(){return(0,t.current)(...arguments)}),[])};var Z=function(e,t){return l.useMemo((()=>null==e&&null==t?null:n=>{g(e,n),g(t,n)}),[e,t])};let T,P=!0,R=!1;const j={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function E(e){e.metaKey||e.altKey||e.ctrlKey||(P=!0)}function z(){P=!1}function C(){"hidden"===this.visibilityState&&R&&(P=!0)}function _(e){const{target:t}=e;try{return t.matches(":focus-visible")}catch(n){}return P||function(e){const{type:t,tagName:n}=e;return!("INPUT"!==n||!j[t]||e.readOnly)||"TEXTAREA"===n&&!e.readOnly||!!e.isContentEditable}(t)}var I=function(){const e=l.useCallback((e=>{var t;null!=e&&((t=e.ownerDocument).addEventListener("keydown",E,!0),t.addEventListener("mousedown",z,!0),t.addEventListener("pointerdown",z,!0),t.addEventListener("touchstart",z,!0),t.addEventListener("visibilitychange",C,!0))}),[]),t=l.useRef(!1);return{isFocusVisibleRef:t,onFocus:function(e){return!!_(e)&&(t.current=!0,!0)},onBlur:function(){return!!t.current&&(R=!0,window.clearTimeout(T),T=window.setTimeout((()=>{R=!1}),100),t.current=!1,!0)},ref:e}};const M={configure:e=>{console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.","","You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead","","The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401","","The updated documentation: https://mui.com/guides/classname-generator/"].join("\n")),r.Z.configure(e)}}},1271:function(e,t){"use strict";const n=e=>e,r=(()=>{let e=n;return{configure(t){e=t},generate:t=>e(t),reset(){e=n}}})();t.Z=r},114:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(7219);function o(e){if("string"!==typeof e)throw new Error((0,r.Z)(7));return e.charAt(0).toUpperCase()+e.slice(1)}},7219:function(e,t,n){"use strict";function r(e){let t="https://mui.com/production-error/?code="+e;for(let n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified MUI error #"+e+"; visit "+t+" for the full message."}n.d(t,{Z:function(){return r}})},3061:function(e,t,n){"use strict";function r(e){var t,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=r(e[t]))&&(o&&(o+=" "),o+=n);else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function o(){for(var e,t,n=0,o="";n<arguments.length;)(e=arguments[n++])&&(t=r(e))&&(o&&(o+=" "),o+=t);return o}n.r(t),n.d(t,{clsx:function(){return o}}),t.default=o}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunkwhatmorelive_react=self.webpackChunkwhatmorelive_react||[]).push([[245],{1291:function(e,t,r){r.r(t);var o=r(7313),a=r(4664),l=r(7616),i=(r(6143),r(7850),r(4444),r(7244),r(123),r(5892),r(1811),r(9302)),n=r(2575),s=r(8866),h=r(7753),c=r(7129),d=r(6966),m=r(8631),j=(r(6066),r(9821)),u=r(8782),v=r(6417);const w=(0,n.Z)({key:"whatmore-css-cv"});t.default=function(e){const[t,r,n,x,g]=(0,j.Z)(),[p]=(0,h.j1)("whatmoreCollectionsTileSize"),[C,f,k]=(0,s.Z)(),[y]=(0,h.j1)("whatmoreShopId"),[P]=(0,h.j1)("whatmorePrimaryColor"),[S]=(0,h.j1)("whatmoreSecondaryColor"),[Z]=(0,h.j1)("whatmoreTitleFont"),[M]=(0,h.j1)("whatmoreTitleFontSize"),[R]=(0,h.j1)("whatmoreLandscapePadding"),[T]=(0,h.j1)("whatmoreCollectionsTilesSpacing"),{whatmoreRootId:b}=(0,o.useContext)(d.I),B=e.events,F=e.onClick;delete l.ZP.styles.global;var I=[];for(let o=0;o<B.length;)I.push((0,v.jsx)(m.Z,{event:B[o],onClick:()=>{var e;e=B[o-1],F(e)},removeBorders:!0,borderRadius:"5%"},"collections-tile-"+o)),o+=1;return(0,v.jsx)(i.C,{value:w,children:(0,v.jsx)("div",{children:(0,v.jsx)(a.x,{theme:l.ZP,cssVarsRoot:b,resetCSS:!1,children:(0,v.jsx)(c.V.Provider,{value:{tileTopMargin:0,tileBottomMMargin:0,tileLeftMargin:0,tileRightMargin:0,showPlayButton:!1},children:(0,v.jsx)("div",{style:{left:R+"px",right:R+"px"},children:(0,v.jsx)(u.P,{renderElement:e=>(0,v.jsx)(v.Fragment,{children:e.eventData}),dataList:I,spacing:T,defaultHeight:t*p*.01+"px",defaultWidth:r*p*.01+"px",retainAlreadyRenderedElements:!0})})})})})})}}}]);