/*!
 * CSS that is going to be read by Prerender.io that we use to serve pages for SEO
 * The problem is the production CSS has unique suffixes that expire that results in 404 in CSS in prerendered pages
 * Needs to be updated once a year
 * Last update December 2024
 */
.rt-hotspot-animation-pulsate{-moz-animation-duration:2s;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:#cee1f1}.rt-hotspot-animation-pulsate:after,.rt-hotspot-animation-pulsate:before{-moz-animation-duration:inherit;-webkit-animation-duration:inherit;animation-duration:inherit;-moz-animation-iteration-count:inherit;-webkit-animation-iteration-count:inherit;animation-iteration-count:inherit;-moz-animation-name:hotspotPulsate;-webkit-animation-name:hotspotPulsate;animation-name:hotspotPulsate;-moz-animation-play-state:inherit;-webkit-animation-play-state:inherit;animation-play-state:inherit;-moz-animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;border:1px solid;border-color:inherit;border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.rt-hotspot-animation-pulsate:before{-moz-animation-delay:1s;-webkit-animation-delay:1s;animation-delay:1s}.rt-hotspot-animation-box-pulsate{-moz-animation-duration:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.rt-hotspot-animation-box-pulsate:after,.rt-hotspot-animation-box-pulsate:before{-moz-animation-duration:inherit;-webkit-animation-duration:inherit;animation-duration:inherit;-moz-animation-iteration-count:inherit;-webkit-animation-iteration-count:inherit;animation-iteration-count:inherit;-moz-animation-name:hotspotBoxPulsate;-webkit-animation-name:hotspotBoxPulsate;animation-name:hotspotBoxPulsate;-moz-animation-play-state:inherit;-webkit-animation-play-state:inherit;animation-play-state:inherit;-moz-animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;border:1px solid;border-color:inherit;border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.rt-hotspot-animation-flicker{-moz-animation:hotspotFlicker 5s infinite;-webkit-animation:hotspotFlicker 5s infinite;animation:hotspotFlicker 5s infinite}.rt-hotspot-animation-flicker:hover{opacity:1}.rt-hotspot-animation-bounce{-moz-animation:hotspotBounce 2s linear infinite both;-webkit-animation:hotspotBounce 2s linear infinite both;animation:hotspotBounce 2s linear infinite both}.rt-hotspot-animation-swing{-moz-animation:hotspotSwing 3s linear infinite both;-webkit-animation:hotspotSwing 3s linear infinite both;animation:hotspotSwing 3s linear infinite both}.rt-hotspot-animation-rotate{-moz-animation:hotspotRotate 3s linear infinite both;-webkit-animation:hotspotRotate 3s linear infinite both;animation:hotspotRotate 3s linear infinite both}.rt-hotspot-animation-spin{-moz-animation:hotspotSpin 1.6s linear infinite both;-webkit-animation:hotspotSpin 1.6s linear infinite both;animation:hotspotSpin 1.6s linear infinite both}.rt-hotspot-animation-scale{-moz-animation:hotspotScale 3s linear infinite both;-webkit-animation:hotspotScale 3s linear infinite both;animation:hotspotScale 3s linear infinite both}@-moz-keyframes hotspotBoxPulsate{0%{box-shadow:0 0 0 0 currentColor;opacity:.4}70%{box-shadow:0 0 0 1em currentColor;opacity:0}to{box-shadow:0 0 0 0 currentColor;opacity:0}}@-webkit-keyframes hotspotBoxPulsate{0%{-webkit-box-shadow:0 0 0 0 currentColor;box-shadow:0 0 0 0 currentColor;opacity:.4}70%{-webkit-box-shadow:0 0 0 1em currentColor;box-shadow:0 0 0 1em currentColor;opacity:0}to{-webkit-box-shadow:0 0 0 0 currentColor;box-shadow:0 0 0 0 currentColor;opacity:0}}@keyframes hotspotBoxPulsate{0%{-webkit-box-shadow:0 0 0 0 currentColor;box-shadow:0 0 0 0 currentColor;opacity:.4}70%{-webkit-box-shadow:0 0 0 1em currentColor;box-shadow:0 0 0 1em currentColor;opacity:0}to{-webkit-box-shadow:0 0 0 0 currentColor;box-shadow:0 0 0 0 currentColor;opacity:0}}@-moz-keyframes hotspotPulsate{0%{opacity:0;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1}to{opacity:0;-moz-transform:scale(1.7);-webkit-transform:scale(1.7);transform:scale(1.7)}}@-webkit-keyframes hotspotPulsate{0%{opacity:0;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1}to{opacity:0;-moz-transform:scale(1.7);-webkit-transform:scale(1.7);transform:scale(1.7)}}@keyframes hotspotPulsate{0%{opacity:0;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1}to{opacity:0;-moz-transform:scale(1.7);-webkit-transform:scale(1.7);transform:scale(1.7)}}@-moz-keyframes hotspotFlicker{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-webkit-keyframes hotspotFlicker{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes hotspotFlicker{0%{opacity:1}50%{opacity:0}to{opacity:1}}@-moz-keyframes hotspotBounce{0%{-moz-transform:matrix(1,0,0,1,0,0)}29.9%{-moz-transform:matrix(1,0,0,1,0,0)}30%{-moz-transform:matrix(1,0,0,1,0,0)}32%{-moz-transform:matrix(1,0,0,1,0,-11.254)}33.96%{-moz-transform:matrix(1,0,0,1,0,-19.063)}35.96%{-moz-transform:matrix(1,0,0,1,0,-24.277)}37.92%{-moz-transform:matrix(1,0,0,1,0,-27.4)}39.91%{-moz-transform:matrix(1,0,0,1,0,-29.186)}41.88%{-moz-transform:matrix(1,0,0,1,0,-30.064)}45.8%{-moz-transform:matrix(1,0,0,1,0,-30.513)}49.9%{-moz-transform:matrix(1,0,0,1,0,-30.357)}50%{-moz-transform:matrix(1,0,0,1,0,-30.351)}51.1%{-moz-transform:matrix(1,0,0,1,0,-19.264)}52.2%{-moz-transform:matrix(1,0,0,1,0,-2.765)}53.3%{-moz-transform:matrix(1,0,0,1,0,10.189)}54.4%{-moz-transform:matrix(1,0,0,1,0,14.786)}55.4%{-moz-transform:matrix(1,0,0,1,0,11.931)}55.61%{-moz-transform:matrix(1,0,0,1,0,10.754)}56.81%{-moz-transform:matrix(1,0,0,1,0,2.265)}58.01%{-moz-transform:matrix(1,0,0,1,0,-4.854)}59.21%{-moz-transform:matrix(1,0,0,1,0,-7.278)}60.41%{-moz-transform:matrix(1,0,0,1,0,-5.163)}61.61%{-moz-transform:matrix(1,0,0,1,0,-1.001)}62.81%{-moz-transform:matrix(1,0,0,1,0,2.406)}63.96%{-moz-transform:matrix(1,0,0,1,0,3.509)}65%{-moz-transform:matrix(1,0,0,1,0,2.734)}66.37%{-moz-transform:matrix(1,0,0,1,0,.491)}68.72%{-moz-transform:matrix(1,0,0,1,0,-1.703)}73.47%{-moz-transform:matrix(1,0,0,1,0,.826)}78.28%{-moz-transform:matrix(1,0,0,1,0,-.4)}83.03%{-moz-transform:matrix(1,0,0,1,0,.194)}87.79%{-moz-transform:matrix(1,0,0,1,0,-.094)}92.54%{-moz-transform:matrix(1,0,0,1,0,.046)}97.35%{-moz-transform:matrix(1,0,0,1,0,-.022)}to{-moz-transform:matrix(1,0,0,1,0,0)}}@-webkit-keyframes hotspotBounce{0%{-webkit-transform:matrix(1,0,0,1,0,0)}29.9%{-webkit-transform:matrix(1,0,0,1,0,0)}30%{-webkit-transform:matrix(1,0,0,1,0,0)}32%{-webkit-transform:matrix(1,0,0,1,0,-11.254)}33.96%{-webkit-transform:matrix(1,0,0,1,0,-19.063)}35.96%{-webkit-transform:matrix(1,0,0,1,0,-24.277)}37.92%{-webkit-transform:matrix(1,0,0,1,0,-27.4)}39.91%{-webkit-transform:matrix(1,0,0,1,0,-29.186)}41.88%{-webkit-transform:matrix(1,0,0,1,0,-30.064)}45.8%{-webkit-transform:matrix(1,0,0,1,0,-30.513)}49.9%{-webkit-transform:matrix(1,0,0,1,0,-30.357)}50%{-webkit-transform:matrix(1,0,0,1,0,-30.351)}51.1%{-webkit-transform:matrix(1,0,0,1,0,-19.264)}52.2%{-webkit-transform:matrix(1,0,0,1,0,-2.765)}53.3%{-webkit-transform:matrix(1,0,0,1,0,10.189)}54.4%{-webkit-transform:matrix(1,0,0,1,0,14.786)}55.4%{-webkit-transform:matrix(1,0,0,1,0,11.931)}55.61%{-webkit-transform:matrix(1,0,0,1,0,10.754)}56.81%{-webkit-transform:matrix(1,0,0,1,0,2.265)}58.01%{-webkit-transform:matrix(1,0,0,1,0,-4.854)}59.21%{-webkit-transform:matrix(1,0,0,1,0,-7.278)}60.41%{-webkit-transform:matrix(1,0,0,1,0,-5.163)}61.61%{-webkit-transform:matrix(1,0,0,1,0,-1.001)}62.81%{-webkit-transform:matrix(1,0,0,1,0,2.406)}63.96%{-webkit-transform:matrix(1,0,0,1,0,3.509)}65%{-webkit-transform:matrix(1,0,0,1,0,2.734)}66.37%{-webkit-transform:matrix(1,0,0,1,0,.491)}68.72%{-webkit-transform:matrix(1,0,0,1,0,-1.703)}73.47%{-webkit-transform:matrix(1,0,0,1,0,.826)}78.28%{-webkit-transform:matrix(1,0,0,1,0,-.4)}83.03%{-webkit-transform:matrix(1,0,0,1,0,.194)}87.79%{-webkit-transform:matrix(1,0,0,1,0,-.094)}92.54%{-webkit-transform:matrix(1,0,0,1,0,.046)}97.35%{-webkit-transform:matrix(1,0,0,1,0,-.022)}to{-webkit-transform:matrix(1,0,0,1,0,0)}}@keyframes hotspotBounce{0%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}29.9%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}30%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}32%{-webkit-transform:matrix(1,0,0,1,0,-11.254);transform:matrix(1,0,0,1,0,-11.254)}33.96%{-webkit-transform:matrix(1,0,0,1,0,-19.063);transform:matrix(1,0,0,1,0,-19.063)}35.96%{-webkit-transform:matrix(1,0,0,1,0,-24.277);transform:matrix(1,0,0,1,0,-24.277)}37.92%{-webkit-transform:matrix(1,0,0,1,0,-27.4);transform:matrix(1,0,0,1,0,-27.4)}39.91%{-webkit-transform:matrix(1,0,0,1,0,-29.186);transform:matrix(1,0,0,1,0,-29.186)}41.88%{-webkit-transform:matrix(1,0,0,1,0,-30.064);transform:matrix(1,0,0,1,0,-30.064)}45.8%{-webkit-transform:matrix(1,0,0,1,0,-30.513);transform:matrix(1,0,0,1,0,-30.513)}49.9%{-webkit-transform:matrix(1,0,0,1,0,-30.357);transform:matrix(1,0,0,1,0,-30.357)}50%{-webkit-transform:matrix(1,0,0,1,0,-30.351);transform:matrix(1,0,0,1,0,-30.351)}51.1%{-webkit-transform:matrix(1,0,0,1,0,-19.264);transform:matrix(1,0,0,1,0,-19.264)}52.2%{-webkit-transform:matrix(1,0,0,1,0,-2.765);transform:matrix(1,0,0,1,0,-2.765)}53.3%{-webkit-transform:matrix(1,0,0,1,0,10.189);transform:matrix(1,0,0,1,0,10.189)}54.4%{-webkit-transform:matrix(1,0,0,1,0,14.786);transform:matrix(1,0,0,1,0,14.786)}55.4%{-webkit-transform:matrix(1,0,0,1,0,11.931);transform:matrix(1,0,0,1,0,11.931)}55.61%{-webkit-transform:matrix(1,0,0,1,0,10.754);transform:matrix(1,0,0,1,0,10.754)}56.81%{-webkit-transform:matrix(1,0,0,1,0,2.265);transform:matrix(1,0,0,1,0,2.265)}58.01%{-webkit-transform:matrix(1,0,0,1,0,-4.854);transform:matrix(1,0,0,1,0,-4.854)}59.21%{-webkit-transform:matrix(1,0,0,1,0,-7.278);transform:matrix(1,0,0,1,0,-7.278)}60.41%{-webkit-transform:matrix(1,0,0,1,0,-5.163);transform:matrix(1,0,0,1,0,-5.163)}61.61%{-webkit-transform:matrix(1,0,0,1,0,-1.001);transform:matrix(1,0,0,1,0,-1.001)}62.81%{-webkit-transform:matrix(1,0,0,1,0,2.406);transform:matrix(1,0,0,1,0,2.406)}63.96%{-webkit-transform:matrix(1,0,0,1,0,3.509);transform:matrix(1,0,0,1,0,3.509)}65%{-webkit-transform:matrix(1,0,0,1,0,2.734);transform:matrix(1,0,0,1,0,2.734)}66.37%{-webkit-transform:matrix(1,0,0,1,0,.491);transform:matrix(1,0,0,1,0,.491)}68.72%{-webkit-transform:matrix(1,0,0,1,0,-1.703);transform:matrix(1,0,0,1,0,-1.703)}73.47%{-webkit-transform:matrix(1,0,0,1,0,.826);transform:matrix(1,0,0,1,0,.826)}78.28%{-webkit-transform:matrix(1,0,0,1,0,-.4);transform:matrix(1,0,0,1,0,-.4)}83.03%{-webkit-transform:matrix(1,0,0,1,0,.194);transform:matrix(1,0,0,1,0,.194)}87.79%{-webkit-transform:matrix(1,0,0,1,0,-.094);transform:matrix(1,0,0,1,0,-.094)}92.54%{-webkit-transform:matrix(1,0,0,1,0,.046);transform:matrix(1,0,0,1,0,.046)}97.35%{-webkit-transform:matrix(1,0,0,1,0,-.022);transform:matrix(1,0,0,1,0,-.022)}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}}@-moz-keyframes hotspotSwing{0%{-moz-transform:matrix(1,0,0,1,0,0)}2.69%{-moz-transform:matrix(.938,.346,-.346,.938,0,0)}5.38%{-moz-transform:matrix(.769,.64,-.64,.769,0,0)}8.07%{-moz-transform:matrix(.625,.781,-.781,.625,0,0)}10.7%{-moz-transform:matrix(.58,.815,-.815,.58,0,0)}13.9%{-moz-transform:matrix(.619,.786,-.786,.619,0,0)}14.19%{-moz-transform:matrix(.624,.781,-.781,.624,0,0)}14.29%{-moz-transform:matrix(.626,.78,-.78,.626,0,0)}16.6%{-moz-transform:matrix(.863,.505,-.505,.863,0,0)}17.1%{-moz-transform:matrix(.91,.415,-.415,.91,0,0)}18.92%{-moz-transform:matrix(.998,.068,-.068,.998,0,0)}20.31%{-moz-transform:matrix(.988,-.154,.154,.988,0,0)}21.24%{-moz-transform:matrix(.966,-.259,.259,.966,0,0)}23.45%{-moz-transform:matrix(.934,-.357,.357,.934,0,0)}23.47%{-moz-transform:matrix(.934,-.357,.357,.934,0,0)}26.04%{-moz-transform:matrix(.965,-.262,.262,.965,0,0)}28.53%{-moz-transform:matrix(.997,-.073,.073,.997,0,0)}29.8%{-moz-transform:matrix(1,.017,-.017,1,0,0)}31.1%{-moz-transform:matrix(.996,.087,-.087,.996,0,0)}33.59%{-moz-transform:matrix(.99,.14,-.14,.99,0,0)}36.15%{-moz-transform:matrix(.995,.103,-.103,.995,0,0)}38.65%{-moz-transform:matrix(1,.028,-.028,1,0,0)}43.72%{-moz-transform:matrix(.998,-.055,.055,.998,0,0)}48.85%{-moz-transform:matrix(1,-.009,.009,1,0,0)}53.75%{-moz-transform:matrix(1,.022,-.022,1,0,0)}57.14%{-moz-transform:matrix(1,.012,-.012,1,0,0)}63.88%{-moz-transform:matrix(1,-.009,.009,1,0,0)}73.92%{-moz-transform:matrix(1,.004,-.004,1,0,0)}84.04%{-moz-transform:matrix(1,-.002,.002,1,0,0)}94.17%{-moz-transform:matrix(1,.001,-.001,1,0,0)}to{-moz-transform:matrix(1,0,0,1,0,0)}}@-webkit-keyframes hotspotSwing{0%{-webkit-transform:matrix(1,0,0,1,0,0)}2.69%{-webkit-transform:matrix(.938,.346,-.346,.938,0,0)}5.38%{-webkit-transform:matrix(.769,.64,-.64,.769,0,0)}8.07%{-webkit-transform:matrix(.625,.781,-.781,.625,0,0)}10.7%{-webkit-transform:matrix(.58,.815,-.815,.58,0,0)}13.9%{-webkit-transform:matrix(.619,.786,-.786,.619,0,0)}14.19%{-webkit-transform:matrix(.624,.781,-.781,.624,0,0)}14.29%{-webkit-transform:matrix(.626,.78,-.78,.626,0,0)}16.6%{-webkit-transform:matrix(.863,.505,-.505,.863,0,0)}17.1%{-webkit-transform:matrix(.91,.415,-.415,.91,0,0)}18.92%{-webkit-transform:matrix(.998,.068,-.068,.998,0,0)}20.31%{-webkit-transform:matrix(.988,-.154,.154,.988,0,0)}21.24%{-webkit-transform:matrix(.966,-.259,.259,.966,0,0)}23.45%{-webkit-transform:matrix(.934,-.357,.357,.934,0,0)}23.47%{-webkit-transform:matrix(.934,-.357,.357,.934,0,0)}26.04%{-webkit-transform:matrix(.965,-.262,.262,.965,0,0)}28.53%{-webkit-transform:matrix(.997,-.073,.073,.997,0,0)}29.8%{-webkit-transform:matrix(1,.017,-.017,1,0,0)}31.1%{-webkit-transform:matrix(.996,.087,-.087,.996,0,0)}33.59%{-webkit-transform:matrix(.99,.14,-.14,.99,0,0)}36.15%{-webkit-transform:matrix(.995,.103,-.103,.995,0,0)}38.65%{-webkit-transform:matrix(1,.028,-.028,1,0,0)}43.72%{-webkit-transform:matrix(.998,-.055,.055,.998,0,0)}48.85%{-webkit-transform:matrix(1,-.009,.009,1,0,0)}53.75%{-webkit-transform:matrix(1,.022,-.022,1,0,0)}57.14%{-webkit-transform:matrix(1,.012,-.012,1,0,0)}63.88%{-webkit-transform:matrix(1,-.009,.009,1,0,0)}73.92%{-webkit-transform:matrix(1,.004,-.004,1,0,0)}84.04%{-webkit-transform:matrix(1,-.002,.002,1,0,0)}94.17%{-webkit-transform:matrix(1,.001,-.001,1,0,0)}to{-webkit-transform:matrix(1,0,0,1,0,0)}}@keyframes hotspotSwing{0%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}2.69%{-webkit-transform:matrix(.938,.346,-.346,.938,0,0);transform:matrix(.938,.346,-.346,.938,0,0)}5.38%{-webkit-transform:matrix(.769,.64,-.64,.769,0,0);transform:matrix(.769,.64,-.64,.769,0,0)}8.07%{-webkit-transform:matrix(.625,.781,-.781,.625,0,0);transform:matrix(.625,.781,-.781,.625,0,0)}10.7%{-webkit-transform:matrix(.58,.815,-.815,.58,0,0);transform:matrix(.58,.815,-.815,.58,0,0)}13.9%{-webkit-transform:matrix(.619,.786,-.786,.619,0,0);transform:matrix(.619,.786,-.786,.619,0,0)}14.19%{-webkit-transform:matrix(.624,.781,-.781,.624,0,0);transform:matrix(.624,.781,-.781,.624,0,0)}14.29%{-webkit-transform:matrix(.626,.78,-.78,.626,0,0);transform:matrix(.626,.78,-.78,.626,0,0)}16.6%{-webkit-transform:matrix(.863,.505,-.505,.863,0,0);transform:matrix(.863,.505,-.505,.863,0,0)}17.1%{-webkit-transform:matrix(.91,.415,-.415,.91,0,0);transform:matrix(.91,.415,-.415,.91,0,0)}18.92%{-webkit-transform:matrix(.998,.068,-.068,.998,0,0);transform:matrix(.998,.068,-.068,.998,0,0)}20.31%{-webkit-transform:matrix(.988,-.154,.154,.988,0,0);transform:matrix(.988,-.154,.154,.988,0,0)}21.24%{-webkit-transform:matrix(.966,-.259,.259,.966,0,0);transform:matrix(.966,-.259,.259,.966,0,0)}23.45%{-webkit-transform:matrix(.934,-.357,.357,.934,0,0);transform:matrix(.934,-.357,.357,.934,0,0)}23.47%{-webkit-transform:matrix(.934,-.357,.357,.934,0,0);transform:matrix(.934,-.357,.357,.934,0,0)}26.04%{-webkit-transform:matrix(.965,-.262,.262,.965,0,0);transform:matrix(.965,-.262,.262,.965,0,0)}28.53%{-webkit-transform:matrix(.997,-.073,.073,.997,0,0);transform:matrix(.997,-.073,.073,.997,0,0)}29.8%{-webkit-transform:matrix(1,.017,-.017,1,0,0);transform:matrix(1,.017,-.017,1,0,0)}31.1%{-webkit-transform:matrix(.996,.087,-.087,.996,0,0);transform:matrix(.996,.087,-.087,.996,0,0)}33.59%{-webkit-transform:matrix(.99,.14,-.14,.99,0,0);transform:matrix(.99,.14,-.14,.99,0,0)}36.15%{-webkit-transform:matrix(.995,.103,-.103,.995,0,0);transform:matrix(.995,.103,-.103,.995,0,0)}38.65%{-webkit-transform:matrix(1,.028,-.028,1,0,0);transform:matrix(1,.028,-.028,1,0,0)}43.72%{-webkit-transform:matrix(.998,-.055,.055,.998,0,0);transform:matrix(.998,-.055,.055,.998,0,0)}48.85%{-webkit-transform:matrix(1,-.009,.009,1,0,0);transform:matrix(1,-.009,.009,1,0,0)}53.75%{-webkit-transform:matrix(1,.022,-.022,1,0,0);transform:matrix(1,.022,-.022,1,0,0)}57.14%{-webkit-transform:matrix(1,.012,-.012,1,0,0);transform:matrix(1,.012,-.012,1,0,0)}63.88%{-webkit-transform:matrix(1,-.009,.009,1,0,0);transform:matrix(1,-.009,.009,1,0,0)}73.92%{-webkit-transform:matrix(1,.004,-.004,1,0,0);transform:matrix(1,.004,-.004,1,0,0)}84.04%{-webkit-transform:matrix(1,-.002,.002,1,0,0);transform:matrix(1,-.002,.002,1,0,0)}94.17%{-webkit-transform:matrix(1,.001,-.001,1,0,0);transform:matrix(1,.001,-.001,1,0,0)}to{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}}@-moz-keyframes hotspotRotate{0%{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes hotspotRotate{0%{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes hotspotRotate{0%{-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes hotspotSpin{0%{-moz-transform:matrix(1,0,0,1,0,0)}2.69%{-moz-transform:matrix(.691,.723,-.723,.691,0,0)}5.38%{-moz-transform:matrix(.19,.982,-.982,.19,0,0)}8.07%{-moz-transform:matrix(-.082,.997,-.997,-.082,0,0)}10.76%{-moz-transform:matrix(-.146,.989,-.989,-.146,0,0)}17.71%{-moz-transform:matrix(-.032,.999,-.999,-.032,0,0)}24.65%{-moz-transform:matrix(.01,1,-1,.01,0,0)}38.54%{-moz-transform:matrix(-.001,1,-1,-.001,0,0)}43.65%{-moz-transform:matrix(0,1,-1,0,0,0)}43.75%{-moz-transform:matrix(0,1,-1,0,0,0)}45.81%{-moz-transform:matrix(0,1,-1,0,0,-11.242)}47.87%{-moz-transform:matrix(0,1,-1,0,0,-22.086)}49.92%{-moz-transform:matrix(0,1,-1,0,0,-28.523)}51.94%{-moz-transform:matrix(0,1,-1,0,0,-30.303)}52.49%{-moz-transform:matrix(0,1,-1,0,0,-30.204)}54.39%{-moz-transform:matrix(0,1,-1,0,0,-28.764)}56.15%{-moz-transform:matrix(0,1,-1,0,0,-26.881)}56.25%{-moz-transform:matrix(0,1,-1,0,0,-26.777)}56.84%{-moz-transform:matrix(0,1,-1,0,0,-22.875)}57.74%{-moz-transform:matrix(0,1,-1,0,0,-15.245)}59.23%{-moz-transform:matrix(0,1,-1,0,0,-2.196)}59.3%{-moz-transform:matrix(0,1,-1,0,0,-1.667)}60.72%{-moz-transform:matrix(0,1,-1,0,0,6.572)}61.71%{-moz-transform:matrix(0,1,-1,0,0,9.004)}62.21%{-moz-transform:matrix(0,1,-1,0,0,9.271)}62.5%{-moz-transform:matrix(0,1,-1,0,0,9.168)}63.91%{-moz-transform:matrix(0,1,-1,0,0,6.719)}65.58%{-moz-transform:matrix(0,1,-1,0,0,2.14)}66.57%{-moz-transform:matrix(0,1,-1,0,0,-.208)}67.29%{-moz-transform:matrix(0,1,-1,0,0,-1.458)}68.95%{-moz-transform:matrix(0,1,-1,0,0,-2.67)}71.43%{-moz-transform:matrix(0,1,-1,0,0,-1.427)}72.32%{-moz-transform:matrix(0,1,-1,0,0,-.7)}75.69%{-moz-transform:matrix(0,1,-1,0,0,.741)}81.15%{-moz-transform:matrix(0,1,-1,0,0,-.16)}82.44%{-moz-transform:matrix(0,1,-1,0,0,-.219)}87.5%{-moz-transform:matrix(0,1,-1,0,0,.048)}89.18%{-moz-transform:matrix(0,1,-1,0,0,.077)}95.93%{-moz-transform:matrix(0,1,-1,0,0,-.024)}to{-moz-transform:matrix(0,1,-1,0,0,0)}}@-webkit-keyframes hotspotSpin{0%{-webkit-transform:matrix(1,0,0,1,0,0)}2.69%{-webkit-transform:matrix(.691,.723,-.723,.691,0,0)}5.38%{-webkit-transform:matrix(.19,.982,-.982,.19,0,0)}8.07%{-webkit-transform:matrix(-.082,.997,-.997,-.082,0,0)}10.76%{-webkit-transform:matrix(-.146,.989,-.989,-.146,0,0)}17.71%{-webkit-transform:matrix(-.032,.999,-.999,-.032,0,0)}24.65%{-webkit-transform:matrix(.01,1,-1,.01,0,0)}38.54%{-webkit-transform:matrix(-.001,1,-1,-.001,0,0)}43.65%{-webkit-transform:matrix(0,1,-1,0,0,0)}43.75%{-webkit-transform:matrix(0,1,-1,0,0,0)}45.81%{-webkit-transform:matrix(0,1,-1,0,0,-11.242)}47.87%{-webkit-transform:matrix(0,1,-1,0,0,-22.086)}49.92%{-webkit-transform:matrix(0,1,-1,0,0,-28.523)}51.94%{-webkit-transform:matrix(0,1,-1,0,0,-30.303)}52.49%{-webkit-transform:matrix(0,1,-1,0,0,-30.204)}54.39%{-webkit-transform:matrix(0,1,-1,0,0,-28.764)}56.15%{-webkit-transform:matrix(0,1,-1,0,0,-26.881)}56.25%{-webkit-transform:matrix(0,1,-1,0,0,-26.777)}56.84%{-webkit-transform:matrix(0,1,-1,0,0,-22.875)}57.74%{-webkit-transform:matrix(0,1,-1,0,0,-15.245)}59.23%{-webkit-transform:matrix(0,1,-1,0,0,-2.196)}59.3%{-webkit-transform:matrix(0,1,-1,0,0,-1.667)}60.72%{-webkit-transform:matrix(0,1,-1,0,0,6.572)}61.71%{-webkit-transform:matrix(0,1,-1,0,0,9.004)}62.21%{-webkit-transform:matrix(0,1,-1,0,0,9.271)}62.5%{-webkit-transform:matrix(0,1,-1,0,0,9.168)}63.91%{-webkit-transform:matrix(0,1,-1,0,0,6.719)}65.58%{-webkit-transform:matrix(0,1,-1,0,0,2.14)}66.57%{-webkit-transform:matrix(0,1,-1,0,0,-.208)}67.29%{-webkit-transform:matrix(0,1,-1,0,0,-1.458)}68.95%{-webkit-transform:matrix(0,1,-1,0,0,-2.67)}71.43%{-webkit-transform:matrix(0,1,-1,0,0,-1.427)}72.32%{-webkit-transform:matrix(0,1,-1,0,0,-.7)}75.69%{-webkit-transform:matrix(0,1,-1,0,0,.741)}81.15%{-webkit-transform:matrix(0,1,-1,0,0,-.16)}82.44%{-webkit-transform:matrix(0,1,-1,0,0,-.219)}87.5%{-webkit-transform:matrix(0,1,-1,0,0,.048)}89.18%{-webkit-transform:matrix(0,1,-1,0,0,.077)}95.93%{-webkit-transform:matrix(0,1,-1,0,0,-.024)}to{-webkit-transform:matrix(0,1,-1,0,0,0)}}@keyframes hotspotSpin{0%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}2.69%{-webkit-transform:matrix(.691,.723,-.723,.691,0,0);transform:matrix(.691,.723,-.723,.691,0,0)}5.38%{-webkit-transform:matrix(.19,.982,-.982,.19,0,0);transform:matrix(.19,.982,-.982,.19,0,0)}8.07%{-webkit-transform:matrix(-.082,.997,-.997,-.082,0,0);transform:matrix(-.082,.997,-.997,-.082,0,0)}10.76%{-webkit-transform:matrix(-.146,.989,-.989,-.146,0,0);transform:matrix(-.146,.989,-.989,-.146,0,0)}17.71%{-webkit-transform:matrix(-.032,.999,-.999,-.032,0,0);transform:matrix(-.032,.999,-.999,-.032,0,0)}24.65%{-webkit-transform:matrix(.01,1,-1,.01,0,0);transform:matrix(.01,1,-1,.01,0,0)}38.54%{-webkit-transform:matrix(-.001,1,-1,-.001,0,0);transform:matrix(-.001,1,-1,-.001,0,0)}43.65%{-webkit-transform:matrix(0,1,-1,0,0,0);transform:matrix(0,1,-1,0,0,0)}43.75%{-webkit-transform:matrix(0,1,-1,0,0,0);transform:matrix(0,1,-1,0,0,0)}45.81%{-webkit-transform:matrix(0,1,-1,0,0,-11.242);transform:matrix(0,1,-1,0,0,-11.242)}47.87%{-webkit-transform:matrix(0,1,-1,0,0,-22.086);transform:matrix(0,1,-1,0,0,-22.086)}49.92%{-webkit-transform:matrix(0,1,-1,0,0,-28.523);transform:matrix(0,1,-1,0,0,-28.523)}51.94%{-webkit-transform:matrix(0,1,-1,0,0,-30.303);transform:matrix(0,1,-1,0,0,-30.303)}52.49%{-webkit-transform:matrix(0,1,-1,0,0,-30.204);transform:matrix(0,1,-1,0,0,-30.204)}54.39%{-webkit-transform:matrix(0,1,-1,0,0,-28.764);transform:matrix(0,1,-1,0,0,-28.764)}56.15%{-webkit-transform:matrix(0,1,-1,0,0,-26.881);transform:matrix(0,1,-1,0,0,-26.881)}56.25%{-webkit-transform:matrix(0,1,-1,0,0,-26.777);transform:matrix(0,1,-1,0,0,-26.777)}56.84%{-webkit-transform:matrix(0,1,-1,0,0,-22.875);transform:matrix(0,1,-1,0,0,-22.875)}57.74%{-webkit-transform:matrix(0,1,-1,0,0,-15.245);transform:matrix(0,1,-1,0,0,-15.245)}59.23%{-webkit-transform:matrix(0,1,-1,0,0,-2.196);transform:matrix(0,1,-1,0,0,-2.196)}59.3%{-webkit-transform:matrix(0,1,-1,0,0,-1.667);transform:matrix(0,1,-1,0,0,-1.667)}60.72%{-webkit-transform:matrix(0,1,-1,0,0,6.572);transform:matrix(0,1,-1,0,0,6.572)}61.71%{-webkit-transform:matrix(0,1,-1,0,0,9.004);transform:matrix(0,1,-1,0,0,9.004)}62.21%{-webkit-transform:matrix(0,1,-1,0,0,9.271);transform:matrix(0,1,-1,0,0,9.271)}62.5%{-webkit-transform:matrix(0,1,-1,0,0,9.168);transform:matrix(0,1,-1,0,0,9.168)}63.91%{-webkit-transform:matrix(0,1,-1,0,0,6.719);transform:matrix(0,1,-1,0,0,6.719)}65.58%{-webkit-transform:matrix(0,1,-1,0,0,2.14);transform:matrix(0,1,-1,0,0,2.14)}66.57%{-webkit-transform:matrix(0,1,-1,0,0,-.208);transform:matrix(0,1,-1,0,0,-.208)}67.29%{-webkit-transform:matrix(0,1,-1,0,0,-1.458);transform:matrix(0,1,-1,0,0,-1.458)}68.95%{-webkit-transform:matrix(0,1,-1,0,0,-2.67);transform:matrix(0,1,-1,0,0,-2.67)}71.43%{-webkit-transform:matrix(0,1,-1,0,0,-1.427);transform:matrix(0,1,-1,0,0,-1.427)}72.32%{-webkit-transform:matrix(0,1,-1,0,0,-.7);transform:matrix(0,1,-1,0,0,-.7)}75.69%{-webkit-transform:matrix(0,1,-1,0,0,.741);transform:matrix(0,1,-1,0,0,.741)}81.15%{-webkit-transform:matrix(0,1,-1,0,0,-.16);transform:matrix(0,1,-1,0,0,-.16)}82.44%{-webkit-transform:matrix(0,1,-1,0,0,-.219);transform:matrix(0,1,-1,0,0,-.219)}87.5%{-webkit-transform:matrix(0,1,-1,0,0,.048);transform:matrix(0,1,-1,0,0,.048)}89.18%{-webkit-transform:matrix(0,1,-1,0,0,.077);transform:matrix(0,1,-1,0,0,.077)}95.93%{-webkit-transform:matrix(0,1,-1,0,0,-.024);transform:matrix(0,1,-1,0,0,-.024)}to{-webkit-transform:matrix(0,1,-1,0,0,0);transform:matrix(0,1,-1,0,0,0)}}@-moz-keyframes hotspotScale{0%{-moz-transform:matrix(1,0,0,1,0,0)}4.2%{-moz-transform:matrix(1.165,0,0,1.165,0,0)}8.31%{-moz-transform:matrix(1.265,0,0,1.265,0,0)}12.51%{-moz-transform:matrix(1.31,0,0,1.31,0,0)}16.57%{-moz-transform:matrix(1.319,0,0,1.319,0,0)}16.62%{-moz-transform:matrix(1.319,0,0,1.319,0,0)}16.67%{-moz-transform:matrix(1.319,0,0,1.319,0,0)}21.07%{-moz-transform:matrix(1.046,0,0,1.046,0,0)}23.27%{-moz-transform:matrix(.959,0,0,.959,0,0)}25.48%{-moz-transform:matrix(.933,0,0,.933,0,0)}27.73%{-moz-transform:matrix(.948,0,0,.948,0,0)}28.08%{-moz-transform:matrix(.952,0,0,.952,0,0)}30.61%{-moz-transform:matrix(.986,0,0,.986,0,0)}33.22%{-moz-transform:matrix(1.01,0,0,1.01,0,0)}35.75%{-moz-transform:matrix(1.016,0,0,1.016,0,0)}38.84%{-moz-transform:matrix(1.01,0,0,1.01,0,0)}45.96%{-moz-transform:matrix(.997,0,0,.997,0,0)}56.24%{-moz-transform:matrix(1.002,0,0,1.002,0,0)}61.06%{-moz-transform:matrix(1.001,0,0,1.001,0,0)}66.52%{-moz-transform:matrix(1.001,0,0,1.001,0,0)}76.79%{-moz-transform:matrix(1.001,0,0,1.001,0,0)}83.28%{-moz-transform:matrix(1.001,0,0,1.001,0,0)}83.33%{-moz-transform:matrix(1.001,0,0,1.001,0,0)}to{-moz-transform:matrix(1.001,0,0,1.001,0,0)}}@-webkit-keyframes hotspotScale{0%{-webkit-transform:matrix(1,0,0,1,0,0)}4.2%{-webkit-transform:matrix(1.165,0,0,1.165,0,0)}8.31%{-webkit-transform:matrix(1.265,0,0,1.265,0,0)}12.51%{-webkit-transform:matrix(1.31,0,0,1.31,0,0)}16.57%{-webkit-transform:matrix(1.319,0,0,1.319,0,0)}16.62%{-webkit-transform:matrix(1.319,0,0,1.319,0,0)}16.67%{-webkit-transform:matrix(1.319,0,0,1.319,0,0)}21.07%{-webkit-transform:matrix(1.046,0,0,1.046,0,0)}23.27%{-webkit-transform:matrix(.959,0,0,.959,0,0)}25.48%{-webkit-transform:matrix(.933,0,0,.933,0,0)}27.73%{-webkit-transform:matrix(.948,0,0,.948,0,0)}28.08%{-webkit-transform:matrix(.952,0,0,.952,0,0)}30.61%{-webkit-transform:matrix(.986,0,0,.986,0,0)}33.22%{-webkit-transform:matrix(1.01,0,0,1.01,0,0)}35.75%{-webkit-transform:matrix(1.016,0,0,1.016,0,0)}38.84%{-webkit-transform:matrix(1.01,0,0,1.01,0,0)}45.96%{-webkit-transform:matrix(.997,0,0,.997,0,0)}56.24%{-webkit-transform:matrix(1.002,0,0,1.002,0,0)}61.06%{-webkit-transform:matrix(1.001,0,0,1.001,0,0)}66.52%{-webkit-transform:matrix(1.001,0,0,1.001,0,0)}76.79%{-webkit-transform:matrix(1.001,0,0,1.001,0,0)}83.28%{-webkit-transform:matrix(1.001,0,0,1.001,0,0)}83.33%{-webkit-transform:matrix(1.001,0,0,1.001,0,0)}to{-webkit-transform:matrix(1.001,0,0,1.001,0,0)}}@keyframes hotspotScale{0%{-webkit-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0)}4.2%{-webkit-transform:matrix(1.165,0,0,1.165,0,0);transform:matrix(1.165,0,0,1.165,0,0)}8.31%{-webkit-transform:matrix(1.265,0,0,1.265,0,0);transform:matrix(1.265,0,0,1.265,0,0)}12.51%{-webkit-transform:matrix(1.31,0,0,1.31,0,0);transform:matrix(1.31,0,0,1.31,0,0)}16.57%{-webkit-transform:matrix(1.319,0,0,1.319,0,0);transform:matrix(1.319,0,0,1.319,0,0)}16.62%{-webkit-transform:matrix(1.319,0,0,1.319,0,0);transform:matrix(1.319,0,0,1.319,0,0)}16.67%{-webkit-transform:matrix(1.319,0,0,1.319,0,0);transform:matrix(1.319,0,0,1.319,0,0)}21.07%{-webkit-transform:matrix(1.046,0,0,1.046,0,0);transform:matrix(1.046,0,0,1.046,0,0)}23.27%{-webkit-transform:matrix(.959,0,0,.959,0,0);transform:matrix(.959,0,0,.959,0,0)}25.48%{-webkit-transform:matrix(.933,0,0,.933,0,0);transform:matrix(.933,0,0,.933,0,0)}27.73%{-webkit-transform:matrix(.948,0,0,.948,0,0);transform:matrix(.948,0,0,.948,0,0)}28.08%{-webkit-transform:matrix(.952,0,0,.952,0,0);transform:matrix(.952,0,0,.952,0,0)}30.61%{-webkit-transform:matrix(.986,0,0,.986,0,0);transform:matrix(.986,0,0,.986,0,0)}33.22%{-webkit-transform:matrix(1.01,0,0,1.01,0,0);transform:matrix(1.01,0,0,1.01,0,0)}35.75%{-webkit-transform:matrix(1.016,0,0,1.016,0,0);transform:matrix(1.016,0,0,1.016,0,0)}38.84%{-webkit-transform:matrix(1.01,0,0,1.01,0,0);transform:matrix(1.01,0,0,1.01,0,0)}45.96%{-webkit-transform:matrix(.997,0,0,.997,0,0);transform:matrix(.997,0,0,.997,0,0)}56.24%{-webkit-transform:matrix(1.002,0,0,1.002,0,0);transform:matrix(1.002,0,0,1.002,0,0)}61.06%{-webkit-transform:matrix(1.001,0,0,1.001,0,0);transform:matrix(1.001,0,0,1.001,0,0)}66.52%{-webkit-transform:matrix(1.001,0,0,1.001,0,0);transform:matrix(1.001,0,0,1.001,0,0)}76.79%{-webkit-transform:matrix(1.001,0,0,1.001,0,0);transform:matrix(1.001,0,0,1.001,0,0)}83.28%{-webkit-transform:matrix(1.001,0,0,1.001,0,0);transform:matrix(1.001,0,0,1.001,0,0)}83.33%{-webkit-transform:matrix(1.001,0,0,1.001,0,0);transform:matrix(1.001,0,0,1.001,0,0)}to{-webkit-transform:matrix(1.001,0,0,1.001,0,0);transform:matrix(1.001,0,0,1.001,0,0)}}.rt-hotspot-rect{background:rgba(66,140,202,.2);border:1px solid hsla(0,0%,100%,.6);border-radius:2px;opacity:1}.rt-hotspot-circle{background:rgba(66,140,202,.4);border:1px solid hsla(0,0%,100%,.8);border-radius:100%}.rt-hotspot-circle:hover,.rt-hotspot-rect:hover{opacity:.6}.rt-hotspot-image{background-origin:content-box;background-position:50%;background-repeat:no-repeat;background-size:contain}.rt-hotspot-image>svg{display:block}.rt-hotspot-html iframe,.rt-hotspot-image>svg{height:100%;width:100%}.rt-hotspot-button{background-color:#428cca;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;color:hsla(0,0%,100%,.87)}.rt-hotspot-button-element{background-color:transparent;border:none;border-radius:3px;color:currentColor;cursor:pointer;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1!important;padding:0;position:relative;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.rt-hotspot-button-element,.rt-hotspot-text-element{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;justify-content:center;overflow:hidden;text-align:center;white-space:nowrap;width:100%}.rt-hotspot-text-element{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;line-height:0;line-height:1;margin:0}.rt-hotspot-button-label,.rt-hotspot-text-label{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;line-height:1;text-align:left}.rt-hotspot-editor-active-icon{height:15px;min-height:15px;position:absolute;right:10px;top:2px}button.rt-compact-btn{line-height:1;margin:0;-webkit-transform:scale(.75);transform:scale(.75)}rt-hotspot-editor-shape input{max-width:75px}.smart-guide{border:0 solid #ff851b;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:1px;min-width:1px;position:absolute;z-index:888}.smart-guide.guide-x{border-top-width:1px;height:1px;width:0}.smart-guide.guide-y{border-left-width:1px;height:0;width:1px}rt-hotspot-editable-container.rt-hotspot-active{z-index:888}button.rt-hotspot-medium-editor{font-size:10px;height:auto;line-height:1.4;min-height:auto;min-width:auto;width:auto}.rt-hotspot-button-element .medium-editor-element{min-height:0}.rt-hotspot-button-element>span{display:inline-block;line-height:1}rt-hotspot-medium-editor>span{display:block}rt-hotspot-editor md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon){height:16px;margin-right:16px;margin-top:11px;min-height:16px;min-width:16px;width:16px}rt-hotspot-editor md-content>md-input-container:first-child,rt-hotspot-editor md-content>md-input-container:nth-child(2){margin-bottom:0;padding-bottom:0}.rt-pointer-events-none{pointer-events:none}rt-hotspot,rt-hotspot-editable,rt-hotspot-editable-container{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute}rt-hot-action{background:#fff;border:1px solid #0000000d;border-radius:10px;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:none!important;padding:6px;position:absolute;right:-1px;top:-41px}rt-hot-action md-icon{color:#438cc7;height:20px;min-height:14px;min-width:14px;width:20px}rt-hot-action .rt-hotspot-editor-active-icon{height:10px;min-height:10px;right:-10px;top:-4px}.rt-hot-action-item{margin-left:4px;margin-right:4px;margin-top:2px;position:relative;text-align:center;width:24px}rt-hot-action [tooltip]{display:inline-block}rt-hot-action [tooltip]:hover:before{background-color:#707070;border-radius:5px;color:#fff;content:attr(tooltip);display:block;font-size:10px;left:-50%;line-height:normal;padding:6px 8px;position:absolute;top:30px;white-space:nowrap}rt-hotspot-editable-container:hover rt-hot-action{z-index:999}rt-hotspot-editable-container:hover:not(.rt-hotspot-active) rt-hot-action{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-animation:fadein 1s;animation:fadein 1s;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-direction:row;flex-direction:row}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}rt-hotspot-editable-container.rt-hotspot-active rt-hot-action{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}rt-hotspot-editable-container .rt-hotspot-draggable-e,rt-hotspot-editable-container .rt-hotspot-draggable-n,rt-hotspot-editable-container .rt-hotspot-draggable-s,rt-hotspot-editable-container .rt-hotspot-draggable-w{z-index:888}.rt-hotspot-draggable{bottom:-2px;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:all-scroll;left:-2px;position:absolute;right:-2px;top:-2px}.rt-hotspot-draggable-n{cursor:all-scroll;height:2px;position:absolute;top:-2px;width:100%}.rt-hotspot-draggable-e{cursor:all-scroll;height:calc(100% + 30px);position:absolute;right:-2px;top:-2px;width:2px}.rt-hotspot-draggable-s{bottom:-2px;cursor:all-scroll;height:2px;position:absolute;width:100%}.rt-hotspot-draggable-w{cursor:all-scroll;height:calc(100% + 30px);left:-2px;position:absolute;top:-2px;width:2px}rt-hotspot>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}rt-hotspot-editable-container:active{z-index:1000}rt-hotspot-editable-container:hover rt-hotspot-editable{-moz-animation:none;-webkit-animation:none;animation:none}rt-hotspot-editable-container.rt-hotspot-active{-webkit-box-shadow:0 0 0 1px #ff851b;box-shadow:0 0 0 1px #ff851b}rt-hotspot-editable-container:hover:before{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";height:100%;outline:1px solid #ff851b;position:absolute;width:100%;z-index:1}rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-handle{z-index:1000}rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-e,rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-n,rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-ne,rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-nw,rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-s,rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-se,rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-sw,rt-hotspot-editable-container.rt-hotspot-active .ui-resizable-w{background-color:#fff;-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,.3);box-shadow:0 0 1px 1px rgba(0,0,0,.3);height:7px;position:absolute;width:7px}rt-hotspot-editable-container .ui-resizable-nw{cursor:nwse-resize;left:-6px;top:-4px}rt-hotspot-editable-container .ui-resizable-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-5px}rt-hotspot-editable-container .ui-resizable-ne{cursor:nesw-resize;right:-6px;top:-4px}rt-hotspot-editable-container .ui-resizable-e{cursor:ew-resize;margin-top:-4px;right:-6px;top:50%}rt-hotspot-editable-container .ui-resizable-se{bottom:-4px;cursor:nwse-resize;right:-6px}rt-hotspot-editable-container .ui-resizable-s{bottom:-5px;cursor:ns-resize;left:50%;margin-left:-3px}rt-hotspot-editable-container .ui-resizable-sw{bottom:-4px;cursor:nesw-resize;left:-6px}rt-hotspot-editable-container .ui-resizable-w{cursor:ew-resize;left:-6px;margin-top:-4px;top:50%}.rt-no-vertical-padding{padding-bottom:0;padding-top:0}.rt-hide{display:none}.rt-hotspots-wrapper{line-height:0}.cursor-pointer{cursor:pointer}[md-color-picker] .md-errors-spacer{display:none}.md-slider-wrapper{margin-bottom:10px;margin-top:10px}.rt-2-row-tabs md-pagination-wrapper,.rt-2-row-tabs md-tabs-canvas{height:60px}.rt-2-row-tabs .md-tab{padding:6px 5px 4px}.rt-2-row-tabs md-tab-item md-icon{margin-bottom:5px}.rt-2-row-tabs md-tab-item .md-caption{display:inline-block;font-size:10px;line-height:1;white-space:normal;width:100%}.rt-hotspot-0 .rt-padding-input,.rt-hotspot-1 .rt-padding-input,.rt-hotspot-1 .rt-radius-input,.rt-hotspot-2 .rt-padding-input,.rt-hotspot-3 .rt-background-color-wrapper,.rt-hotspot-3 .rt-padding-input,.rt-hotspot-3 .rt-radius-input,.rt-hotspot-5 .rt-background-color-wrapper,.rt-hotspot-5 .rt-hotspot-html-show,.rt-hotspot-5 .rt-hotspot-image-show,.rt-hotspot-5 .rt-padding-input,.rt-hotspot-5 .rt-radius-input,.rt-hotspot-6 .rt-background-color-wrapper,.rt-hotspot-6 .rt-padding-input,.rt-hotspot-6 .rt-radius-input,.rt-hotspot-7 .rt-background-color-wrapper,.rt-hotspot-7 .rt-padding-input,.rt-hotspot-7 .rt-radius-input,.rt-hotspot-8 .rt-radius-input{display:none}.pitch-btn{background:-webkit-gradient(linear,left top,right top,from(#f4426e),to(#ff7926))!important;background:linear-gradient(90deg,#f4426e 0,#ff7926)!important;color:hsla(0,0%,100%,.87)!important}.rt-hotspot-0 .rt-button-font-slider,.rt-hotspot-0 .rt-company-image-input,.rt-hotspot-0 .rt-person-image-input,.rt-hotspot-0 .rt-personal-text-input,.rt-hotspot-0 .rt-text-control,.rt-hotspot-0 .rt-text-input,.rt-hotspot-0 .rt-video-input,.rt-hotspot-1 .rt-button-font-slider,.rt-hotspot-1 .rt-company-image-input,.rt-hotspot-1 .rt-person-image-input,.rt-hotspot-1 .rt-personal-text-input,.rt-hotspot-1 .rt-text-control,.rt-hotspot-1 .rt-text-input,.rt-hotspot-1 .rt-video-input,.rt-hotspot-2 .rt-button-font-slider,.rt-hotspot-2 .rt-company-image-input,.rt-hotspot-2 .rt-hotspot-color.rt-colorpicker-no-input,.rt-hotspot-2 .rt-hotspot-default-show,.rt-hotspot-2 .rt-person-image-input,.rt-hotspot-2 .rt-personal-text-input,.rt-hotspot-2 .rt-text-control,.rt-hotspot-2 .rt-text-input,.rt-hotspot-2 .rt-video-input,.rt-hotspot-3 .rt-button-font-slider,.rt-hotspot-3 .rt-company-image-input,.rt-hotspot-3 .rt-hotspot-default-show,.rt-hotspot-3 .rt-person-image-input,.rt-hotspot-3 .rt-personal-text-input,.rt-hotspot-3 .rt-text-control,.rt-hotspot-3 .rt-text-input,.rt-hotspot-3 .rt-video-input,.rt-hotspot-4 .rt-company-image-input,.rt-hotspot-4 .rt-hotspot-default-show,.rt-hotspot-4 .rt-person-image-input,.rt-hotspot-4 .rt-personal-text-input,.rt-hotspot-4 .rt-text-control,.rt-hotspot-4 .rt-text-input,.rt-hotspot-4 .rt-video-input,.rt-hotspot-5 .rt-company-image-input,.rt-hotspot-5 .rt-hotspot-default-show,.rt-hotspot-5 .rt-person-image-input,.rt-hotspot-5 .rt-personal-text-input,.rt-hotspot-5 .rt-text-control,.rt-hotspot-5 .rt-text-input,.rt-hotspot-6 .rt-button-font-slider,.rt-hotspot-6 .rt-colorpicker-no-input,.rt-hotspot-6 .rt-company-image-input,.rt-hotspot-6 .rt-hotspot-default-show,.rt-hotspot-6 .rt-personal-text-input,.rt-hotspot-6 .rt-text-control,.rt-hotspot-6 .rt-text-input,.rt-hotspot-6 .rt-video-input,.rt-hotspot-7 .rt-button-font-slider,.rt-hotspot-7 .rt-colorpicker-no-input,.rt-hotspot-7 .rt-hotspot-default-show,.rt-hotspot-7 .rt-person-image-input,.rt-hotspot-7 .rt-personal-text-input,.rt-hotspot-7 .rt-text-control,.rt-hotspot-7 .rt-text-input,.rt-hotspot-7 .rt-video-input,.rt-hotspot-8 .rt-button-font-slider,.rt-hotspot-8 .rt-company-image-input,.rt-hotspot-8 .rt-hotspot-default-show,.rt-hotspot-8 .rt-person-image-input,.rt-hotspot-8 .rt-personal-text-input,.rt-hotspot-8 .rt-video-input,.rt-hotspot-9 .rt-button-font-slider,.rt-hotspot-9 .rt-company-image-input,.rt-hotspot-9 .rt-person-image-input,.rt-hotspot-9 .rt-text-control,.rt-hotspot-9 .rt-text-input,.rt-hotspot-9 .rt-video-input{display:none}.rt-hotspot-2 .rt-hotspot-2-show{display:inherit}.rt-hotspot-editor [md-color-picker] .md-color-picker-input-container .md-color-picker-clear,.rt-hotspot-editor md-color-picker .md-color-picker-input-container .md-color-picker-clear{bottom:14px;margin-right:15px}.rt-hotspot-editor .rt-colorpicker-no-input .md-color-picker-input-container>md-input-container{margin-left:-68px;margin-top:0}.rt-hotspot-editor .rt-hotspot-editor-settings .rt-background-color{margin-bottom:6px;margin-top:6px}.rt-hotspot-editor .rt-colorpicker-no-input .md-color-picker-input-container>button,.rt-hotspot-editor .rt-colorpicker-no-input .md-color-picker-input-container>md-input-container>input{display:none}.rt-hotspot-editor .rt-colorpicker-no-input[md-color-picker] .md-color-picker-input-container .md-color-picker-preview,md-color-picker.rt-colorpicker-no-input .md-color-picker-input-container .md-color-picker-preview{border-radius:5px;margin-top:-17px;width:64px}md-input-container .md-placeholder,md-input-container label:not(.md-no-float):not(.md-container-ignore){overflow:inherit}.md-color-picker-input-container>md-input-container>label{margin-bottom:20px}.rt-hotspot-editor-settings .md-errors-spacer{display:none}.rt-hotspot-editor-settings .rt-background-color-wrapper>md-icon{margin-left:74px}.rt-hotspot-editor .md-color-picker-input-container>md-input-container{margin-left:10px}.rt-hotspot-editor .w16{min-width:16px;width:16px}.rt-hotspot-editor .h16{height:16px;min-height:16px}.rt-button-text-align{margin-bottom:-6px}.rt-hotspot-0 .rt-hotspot-poster-show,.rt-hotspot-0 .rt-hotspot-tracks-show,.rt-hotspot-0 .rt-hotspot-video-show,.rt-hotspot-1 .rt-hotspot-poster-show,.rt-hotspot-1 .rt-hotspot-tracks-show,.rt-hotspot-1 .rt-hotspot-video-show,.rt-hotspot-2 .rt-hotspot-poster-show,.rt-hotspot-2 .rt-hotspot-tracks-show,.rt-hotspot-2 .rt-hotspot-video-show,.rt-hotspot-3 .rt-hotspot-poster-show,.rt-hotspot-3 .rt-hotspot-tracks-show,.rt-hotspot-3 .rt-hotspot-video-show,.rt-hotspot-4 .rt-hotspot-poster-show,.rt-hotspot-4 .rt-hotspot-tracks-show,.rt-hotspot-4 .rt-hotspot-video-show,.rt-hotspot-6 .rt-hotspot-poster-show,.rt-hotspot-6 .rt-hotspot-tracks-show,.rt-hotspot-6 .rt-hotspot-video-show,.rt-hotspot-7 .rt-hotspot-poster-show,.rt-hotspot-7 .rt-hotspot-tracks-show,.rt-hotspot-7 .rt-hotspot-video-show,.rt-hotspot-8 .rt-hotspot-poster-show,.rt-hotspot-8 .rt-hotspot-tracks-show,.rt-hotspot-8 .rt-hotspot-video-show,.rt-hotspot-9 .rt-hotspot-poster-show,.rt-hotspot-9 .rt-hotspot-tracks-show,.rt-hotspot-9 .rt-hotspot-video-show{display:none}.rt-video-input md-input-container{margin:0}.collapse,.rt-hotspot-0 .rt-hotspot-button-show,.rt-hotspot-0 .rt-hotspot-color,.rt-hotspot-0 .rt-hotspot-html-show,.rt-hotspot-0 .rt-hotspot-image-show,.rt-hotspot-1 .rt-hotspot-button-show,.rt-hotspot-1 .rt-hotspot-color,.rt-hotspot-1 .rt-hotspot-html-show,.rt-hotspot-1 .rt-hotspot-image-show,.rt-hotspot-2 .rt-hotspot-button-show,.rt-hotspot-2 .rt-hotspot-html-show,.rt-hotspot-3 .rt-hotspot-button-show,.rt-hotspot-3 .rt-hotspot-color,.rt-hotspot-3 .rt-hotspot-image-show,.rt-hotspot-3 .rt-hotspot-trigger-color,.rt-hotspot-4 .rt-hotspot-html-show,.rt-hotspot-4 .rt-hotspot-image-show,.rt-hotspot-4 .rt-hotspot-trigger-color,.rt-hotspot-5 .rt-hotspot-button-show,.rt-hotspot-5 .rt-hotspot-color,.rt-hotspot-5 .rt-hotspot-trigger-color,.rt-hotspot-6 .rt-hotspot-button-show,.rt-hotspot-6 .rt-hotspot-html-show,.rt-hotspot-6 .rt-hotspot-image-show,.rt-hotspot-6 .rt-hotspot-trigger-color,.rt-hotspot-7 .rt-hotspot-button-show,.rt-hotspot-7 .rt-hotspot-html-show,.rt-hotspot-7 .rt-hotspot-image-show,.rt-hotspot-7 .rt-hotspot-trigger-color,.rt-hotspot-8 .rt-hotspot-button-show,.rt-hotspot-8 .rt-hotspot-html-show,.rt-hotspot-8 .rt-hotspot-image-show,.rt-hotspot-8 .rt-hotspot-trigger-color,.rt-hotspot-9 .rt-hotspot-button-show,.rt-hotspot-9 .rt-hotspot-html-show,.rt-hotspot-9 .rt-hotspot-image-show{display:none}.collapse.in{display:block}.collapsing{height:0;overflow:hidden;position:relative;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-timing-function:ease;transition-timing-function:ease}.rt-icon-transition-transform svg{transition:transform .2s,-webkit-transform .2s}md-list-item.rt-section-title .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon){margin-bottom:0;margin-top:0}.rt-icon-rotate svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rt-preset-wrapper{margin:3px;position:relative}.rt-preset-wrapper md-icon{color:currentColor;height:26px;margin-top:10px;width:26px}.rt-control-animation-remove{cursor:pointer;display:none;height:20px;position:absolute;right:-5px;top:-5px;-webkit-transform:rotate(45deg) scale(.6);transform:rotate(45deg) scale(.6);width:20px}.rt-control-animation{position:relative}.rt-control-animation:hover .rt-control-animation-remove{display:inline-block}.rt-preset{background-color:hsla(0,0%,62%,.1);border-radius:8px;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);cursor:pointer;height:76px;margin:0;padding:4px 2px;position:relative;-webkit-transition:background-color .3s cubic-bezier(.25,.8,.25,1);transition:background-color .3s cubic-bezier(.25,.8,.25,1);width:76px}.rt-preset-label{font-size:12px;margin:auto;text-align:center}.rt-preset:hover{background-color:hsla(0,0%,62%,.2)}.rt-preset:hover .rt-hotspot{opacity:1}.md-button.rt-preset-popup{display:none;height:24px;min-height:24px;padding:4px;position:absolute;right:-11px;top:-6px;width:24px;z-index:10}.rt-preset-wrapper:hover .rt-preset-popup{display:inline-block}.rt-preset-popup:after{font-size:14px;left:7px;line-height:1.8;position:absolute;top:0}.rt-preset-popup>md-icon{display:inline!important}.rt-preset-last{border:1px solid #aaa;height:68px;text-align:center;width:68px}.rt-preset-hide{display:none}.rt-preset rt-hotspot{-moz-animation-play-state:paused;-webkit-animation-play-state:paused;animation-play-state:paused;display:inline-block;height:40px!important;left:0!important;margin:auto;position:relative;text-align:center;top:0!important}.rt-preset rt-hotspot:hover{-moz-animation-play-state:running;-webkit-animation-play-state:running;animation-play-state:running}.rt-preset rt-hotspot .rt-hotspot-circle{height:40px!important;left:0!important;top:0!important;width:40px!important}.rt-hotspot-editor .rt-shadow-collapse{margin-left:25px}rt-hotspot-editable.ui-resizable{position:absolute!important}rt-hotspot-editable .ui-icon,rt-hotspot-editable .ui-resizable-e,rt-hotspot-editable .ui-resizable-s{display:none!important}.rt-hotspot-editor-delete{float:right}_:-ms-lang(x),md-switch .md-container{cursor:none!important}.rt-hotspot-editor-help{width:100%}.rt-hotspot-editor-help .rt-hotspot-editor-help-keyboard{font-weight:700}.rt-section{border-radius:2px;font-size:14px;overflow:hidden}.rt-section .rt-section{border:1px solid rgba(0,0,0,.1)}.rt-section-title{background:rgba(0,0,0,.05);height:auto;min-height:32px;overflow:hidden}.rt-section .rt-section .rt-section-title p{font-size:12px;line-height:1.5}.rt-section-title .md-button,md-list-item.rt-section-title .md-list-item-inner:before,md-list-item.rt-section-title:before{min-height:32px}.rt-section-title span{display:inline-block}.rt-section-title .md-button.md-icon-button.md-secondary{margin:0}.rt-section-title .md-button.md-icon-button{height:32px;width:32px}.rt-opacity-0{opacity:0}.rt-hotspot-editor md-list-item.rt-section-title .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),.rt-hotspot-editor md-list-item.rt-section-title>md-icon:first-child:not(.md-avatar-icon){margin-right:16px}.rt-animation-dropdown md-option,md-menu-item.rt-animation-dropdown button{font-size:13px;height:32px}md-menu-item.rt-animation-dropdown{min-height:32px}.rt-animation-dropdown md-optgroup label{font-size:13px;padding-bottom:8px;padding-top:8px}.rt-hotspot-editor md-select .md-select-icon{color:currentColor;opacity:.54}.rt-hotspot-placeholder{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTAgNHYyNGgzMlY0em00IDIwIDYtMTQgNSA4IDMtNCA2IDEwek0yNSA3YTQgNCAwIDAgMSAwIDggNCA0IDAgMCAxIDAtOCIvPjwvc3ZnPg==") no-repeat 50% #ccc;background-size:33.33333%;height:100%;width:100%}rt-hotspot rt-iframe,rt-hotspot-editable rt-iframe{display:block;height:100%;width:100%}.rt-tab-gradient-btn{background:-webkit-gradient(linear,left top,right top,from(#f4426e),to(#ff7926))!important;background:linear-gradient(90deg,#f4426e 0,#ff7926)!important;border-radius:2px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26);color:hsla(0,0%,100%,.87)!important;margin-top:-4px;padding-bottom:4px;padding-top:2px}.rt-hotspot-editor md-tab-item md-icon,.rt-hotspot-editor md-tabs .md-tab.md-active md-icon{color:currentColor}.rt-hotspot-editor md-tab-item .md-caption{height:20px}.rt-hotspot-editor md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%}rt-hotspot-editor md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper{top:61px}.md-padding.rt-padding-left-right{padding-bottom:0;padding-top:0}rt-hotspot-editable-container .ck-content p{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}rt-hotspot-editable-container .ck.ck-editor__editable_inline{border:0!important;margin:0;padding:0}rt-hotspot-editable-container rt-ckeditor{display:inline-block!important}.fixed-width-controls md-input-container{margin-bottom:0}.fixed-width-controls .txt-popup-width{margin-top:13px}.form-group{margin-top:20px}.rt-hotspots-poster-thumbnail:hover{background-color:rgba(255,133,27,.2);cursor:pointer}.rt-hotspots-poster-thumbnail-active:after{background-color:rgba(255,133,27,.1);border:2px solid #ff851b;border-radius:2px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}rt-popup-content{display:block;margin:0 1em}rt-popup-content ol,rt-popup-content ul{-webkit-padding-start:20px;margin-left:0;padding-inline-start:20px}.editor-popup-options{margin-top:20px}.editor-popup-options>md-input-container{margin:0}.editor-popup-options .md-errors-spacer{display:none}.popup-switcher{min-height:10px;min-width:10px}