.error-page{display:flex;flex-direction:column;margin:.85em auto;width:90%}@media (min-width:1024px){.error-page{width:40%}}.error-page__header{height:64px;background:#000;padding:.85em}@media (min-width:1024px){.error-page__header{height:80px}}.error-page__header img{height:100%}.error-page__content{display:flex;flex-direction:column;align-items:center;padding:.85em}.error-page__content h1{font-size:2em}.error-page__content svg{height:100px;width:100px;margin:.85em 0}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.alert{--bg-opacity:1;background-color:#e2e8f0;background-color:rgba(226,232,240,var(--bg-opacity));border-width:1px;--border-opacity:1;border-color:#a0aec0;border-color:rgba(160,174,192,var(--border-opacity));border-radius:.25rem;padding:.85em;margin:.85em 0}.alert--inset{margin:.85em}.alert--square{border-radius:0;margin:0;border-left:none;border-right:none}.alert--error{border-color:#eb3232;background:#f27c7c;color:#b91212}.alert--success{border-color:#1ee31a;background:#64ed62;color:#149a12}.alert--info{border-color:#326ceb;background:#7ca1f2;color:#144ecc}.alert--warning{border-color:#ebc232;background:#f2d87c;color:#cca314}.bet__details{display:flex;align-items:center;justify-content:space-between;padding:.85em;font-weight:700;background:rgba(0,0,0,.8);border-bottom:1px solid #fff}.bet__details svg{height:1.2em}.bet__empty{margin:.85em}.bet__edit{background:hsla(0,0%,100%,.2);padding:.425em}.bet__multiples{position:relative;min-height:70px}.bet__multiples__loading{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.betslip{color:#fff}.betslip__changes{font-size:80%;text-align:center;background:#149a12;margin-bottom:.2125em}@media (min-width:1024px){.betslip{position:-webkit-sticky;position:sticky;top:0;width:100%}}.betslip .placed{padding:.425em}.betslip .placed:not(:last-child){border-bottom:1px solid rgba(0,0,0,.4)}.betslip .basic{padding:.85em}.betslip__slip{position:fixed;top:100%;left:0;width:100%;height:100%;background:#000;z-index:10;transition:top .2s}@media (min-width:1024px){.betslip__slip{position:relative;top:0;transition:none;overflow-x:hidden}.betslip__slip header h3{flex-grow:1;text-align:right!important}.betslip__slip header button{flex-grow:0}.betslip__slip header button:last-child{display:none!important}}.betslip__slip--open{top:0}.betslip__slip>header>div{display:flex;align-items:center;justify-content:space-between;padding:.425em .85em;background:#000}.betslip__slip>header>div h3{flex:1 1 0%;text-align:center}.betslip__slip>header>div button{display:flex;justify-content:flex-end}.betslip__slip>header .betsee{display:flex;justify-content:center;padding:0;background-color:#666}.betslip__slip>header video{height:180px;background-color:#666}.betslip__slip>main{overflow-x:none;overflow-y:auto}.betslip__slip>footer{display:flex;flex-direction:column;background:#000;text-transform:uppercase}.betslip__slip>footer>div{display:flex;padding:.2125em .425em}.betslip__slip>footer>div+div{padding-top:0}.betslip__slip>footer .betslip-stake{width:100%;padding:.2125em .425em;background:rgba(0,0,0,.4);text-align:center;border-radius:8px}.betslip__slip>footer button{flex:1 1 0%;padding:.2125em .425em;background:hsla(0,0%,100%,.25);outline:none;text-transform:uppercase;border-radius:8px}.betslip__slip>footer button:hover{background:hsla(0,0%,100%,.1)}.betslip__slip>footer button+button{margin-left:.425em}.betslip__slip>footer button:disabled{opacity:.5;cursor:not-allowed}.betslip__control{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);position:fixed;bottom:.85em;right:.85em;width:45px;height:45px;background:#000}.betslip__control,.betslip__control .badge{display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #fff}.betslip__control .badge{position:absolute;top:-3px;right:-3px;width:23px;height:23px;background:#e73535;font-size:.8em}.betslip__control:hover{background:#000}@media (min-width:1024px){.betslip__control{display:none}}@media screen and (device-aspect-ratio:2/3){input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{font-size:16px}}@media screen and (device-aspect-ratio:40/71){input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{font-size:16px}}@media screen and (device-aspect-ratio:375/667){input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{font-size:16px}}@media screen and (device-aspect-ratio:9/16){input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{font-size:16px}}.button{border-radius:.25rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding:.425em;margin:.425em 0;text-decoration:none;background:#000;border:1px solid #000;cursor:pointer}.button--white{color:#fff!important;border-color:#fff!important}.button--white:hover{background-color:#fff!important;color:#333!important}.button--success{background-color:#1ee31a;border-color:#1ee31a}.button--success:hover{background-color:#19be16!important}.button--warning{background-color:#ebc232;border-color:#ebc232}.button--warning:hover{background-color:#deb216!important}.button--small{padding:.2125em}.button--nomargin{margin:0}.button--outline{background:none;color:#000;border-color:#000}.button--active,.button:hover{color:#fff;background:#000}.button:disabled{opacity:.5;cursor:not-allowed}.box__header{display:flex;justify-content:space-between;align-items:center}.box--pad,.box__header{padding:.85em}.box--white{background:#fff}.container{max-width:none;margin:0 auto;padding:0 .85em}.line,.line-group{display:flex}.line{justify-content:space-between;align-items:stretch;background:hsla(0,0%,100%,.9)}.line:hover{background:hsla(0,0%,100%,.3)}.line:nth-child(odd){background:hsla(0,0%,100%,.6)}.line>div{flex-shrink:0;padding:.425em}.line>div:first-child{padding-left:.425em}.line__main{flex-grow:1;overflow-x:hidden}.line__main *{text-overflow:ellipsis}.line--highlight{color:#fff;background:rgba(0,0,0,.5)!important}.line--highlight:hover{background:rgba(0,0,0,.7)!important}.line__name{flex:1 1 0%;font-weight:700;padding-top:.425em;padding-bottom:.425em}.line__name,.line__name>div{display:flex;align-items:center}.line__name>div img{height:1em;display:inline-block;margin-right:.425em}.line .line__markets{display:flex;padding:0}.line__price{display:flex;align-items:stretch;padding:0!important;width:4em}.line__price:not(:last-child) button{border-right:1px solid hsla(0,0%,100%,.3)}.line__price__button{display:flex;flex-grow:1;align-items:center;justify-content:center;flex-direction:column;background:rgba(0,0,0,.6);color:#fff}.line__price__button:hover{background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(0,0,0,.6))}.line__price__button span{display:block;font-size:.65em;opacity:.4}.line__price__button--onbetslip{background:linear-gradient(135deg,rgba(0,0,0,.6) 80%,#000 0,#000)}.line__price__button--onbetslip:hover{background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(0,0,0,.6) 80%,#000 0,#000)}.line__price__button--onbet,.line__price__button--onbet:hover{background:#000}.line__extra{display:flex;align-items:center;justify-content:center;width:2.6em}.coupon__header{padding:.85em}.coupon__league{background:#333;color:#fff}.coupon>main--horizontal{display:flex}.coupon>main--horizontal>div{flex:1 1 0%}.coupon>main .line__name{display:block}.coupon>main .line__event{display:none;margin-left:12px}.coupon>main .line__event:first-child{display:flex}@media (min-width:1024px){.coupon>main .line__event:nth-child(2){display:flex}}@media (min-width:1280px){.coupon>main .line__event{display:flex}}.coupon>aside{display:flex;justify-content:flex-end;top:0;background:#000;padding-right:2.6em}.coupon>aside .market{display:none;text-align:center;font-weight:700;margin-left:12px;color:#fff}.coupon>aside .market:first-child{display:block}@media (min-width:1024px){.coupon>aside .market:nth-child(2){display:block}}@media (min-width:1280px){.coupon>aside .market{display:block}}.coupon>aside .market .market__selections{display:flex}.coupon>aside .market .market__selections>div{width:5em;background:#141414;width:4em}.event{position:relative;margin:0 .85em .85em;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden}.event--square{border-radius:0}@media (min-width:1024px){.event--result .selection .selection__details,.event--terse .selection .selection__details{flex-grow:1}}.event__header{position:relative;padding:.85em;background:#0a0a0a;color:#fff;border-radius:8px 8px 0 0}.event__header__name{display:none}@media (min-width:1367px){.event__header__name{display:block}}.event__header__bottom,.event__header__top{display:flex;justify-content:space-between;align-items:center}.event__header__bottom:not(:first-child),.event__header__top:not(:first-child){padding-top:.2125em}.event__header__title{display:flex;align-items:center}.event__header__title span{margin-left:.85em;margin-top:.5em}.event__header__bottom>div *{display:inline-block;margin-right:.85em}.event__header .event__loading{display:flex;align-items:center;justify-content:flex-end;position:absolute;top:0;right:0;padding-right:.85em;background:linear-gradient(270deg,rgba(0,0,0,.5),transparent);width:100%;height:100%;border-radius:8px}.event__header a{color:#fff}.event--loading:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:8px}.event__selections{position:relative}.event__selections__cover{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5);font-weight:700;text-transform:uppercase;font-size:3em}.event .selection{display:flex;justify-content:space-between;align-items:stretch;background:hsla(0,0%,100%,.9)}.event .selection:hover{background:hsla(0,0%,100%,.6)}.event .selection:nth-child(odd){background:hsla(0,0%,100%,.5)}.event .selection:nth-child(odd):hover{background:hsla(0,0%,100%,.2)}.event .selection>div{flex-shrink:0;padding:.425em}.event .selection>div:first-child{padding-left:.425em}.event .selection--blank .selection__details>div:first-child span,.event .selection--blank .selection__details>div:first-child strong{background:rgba(0,0,0,.6);color:transparent}.event .selection--nonrunner{opacity:.6;background:linear-gradient(90deg,hsla(0,0%,100%,.9) 50%,rgba(0,0,0,.2))!important}.event .selection--specialprice .selection__price__button{background-color:#930fa5!important}.event .selection__image{display:flex;align-items:center}.event .selection__image img{height:1.6em}.event .selection__image img.selection__jacket{border:1px solid rgba(0,0,0,.9)}.event .selection__silks{position:relative;height:1.6em;width:2em}.event .selection__silks img{position:absolute}.event .selection__place{width:3.5em}.event .selection__details{flex-grow:1;width:12em}@media (min-width:1024px){.event .selection__details{flex-grow:0;flex-shrink:1}}.event .selection__details div{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.event .selection__extra{flex-grow:1;display:flex;font-size:85%}.event .selection__extra *{display:none}@media (min-width:1367px){.event .selection__extra *{display:block}.event .selection__extra>div{display:flex;flex-direction:column;justify-content:space-between;padding-right:.85em;width:15em}.event .selection__extra svg{display:inline-block;height:1em;width:1em}}.event .selection__actions{display:none}@media (min-width:1024px){.event .selection__actions{display:flex;align-items:center}}.event .selection__actions svg{height:1.5em}.event .selection__number{display:inline-block;width:1.3em}.event .selection__jockey,.event .selection__timeform__jockey{font-size:.8em;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow-x:hidden;display:inline-block}.event .selection__price{display:flex;flex-shrink:0;align-items:center;align-content:center;padding:0;width:4em;text-align:center}.event .selection__price>strong{flex:1 1 0%;display:block;text-align:center}.event .selection__price:not(:last-child) .selection__price__button{border-right:1px solid hsla(0,0%,100%,.3)}.event .selection__price .selection__price__button{display:flex;flex-grow:1;align-items:center;justify-content:center;height:100%;background:rgba(0,0,0,.6);color:#fff}.event .selection__price .selection__price__button:hover{background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(0,0,0,.6))}.event .selection__price .selection__price__button--onbetslip{background:linear-gradient(135deg,rgba(0,0,0,.6) 80%,#000 0,#000)}.event .selection__price .selection__price__button--onbetslip:hover{background:linear-gradient(135deg,rgba(0,0,0,.9),rgba(0,0,0,.6) 80%,#000 0,#000)}.event .selection__price .selection__price__button--onbet,.event .selection__price .selection__price__button--onbet:hover{background:#000}.event .selection__price__result{display:flex;align-items:center}.event__footer{border-top:1px dashed rgba(0,0,0,.5);padding:.85em;background:hsla(0,0%,100%,.9);border-radius:0 0 8px 8px}.event__footer__123,.event__footer__comment{font-size:85%}.event__footer__123 span,.event__footer__comment span{display:inline-block;color:#fff;background:#333;font-weight:700;padding:3px;margin-right:.33em}.event__footer__123{margin-top:1em}.event__result{display:flex;justify-content:space-between;flex-wrap:wrap}.event__link{border-radius:0 0 8px 8px}.event__link a{display:block;padding:.85em;margin:0;text-align:center;color:rgba(0,0,0,.7);font-weight:400}.event__link a:hover{background:rgba(0,0,0,.15);border-radius:0 0 8px 8px;color:rgba(0,0,0,.8)}.selection__expanded{font-size:85%;padding:.425em;background:hsla(0,0%,100%,.9);border-top:1px dashed rgba(0,0,0,.5)}.eventgroup__header{flex-wrap:wrap;overflow-x:hidden;max-width:100vw}.eventgroup__event-links{display:flex;flex-wrap:wrap}.eventgroup__event-links a{display:flex;align-items:center}.eventgroup__event-links a:not(:last-child){margin-right:.425em}.eventgroup__event-links a span{margin-left:.3em;font-size:.7em}.eventsfile{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);margin:.85em;border-radius:8px;overflow:hidden}.eventsfile__header{padding:.85em;background:rgba(0,0,0,.1)}.eventsfile__eventgroups{display:flex;flex-wrap:wrap;padding:.85em;background:hsla(0,0%,100%,.6)}.eventsfile__eventgroups div{width:50%}.eventsfile__eventgroups div a{display:flex;justify-content:space-between;padding:.2125em .85em .2125em .425em;margin-right:.85em;transition:padding .3s;border-radius:3px}.eventsfile__eventgroups div a:hover{background:rgba(0,0,0,.1);padding:.2125em .425em .2125em .85em}.eventsfile__eventgroups div a span:first-child{margin-right:.85em}@media (min-width:1024px){.eventsfile__eventgroups div{width:33.33%}}.form__section{display:flex;flex-wrap:wrap;padding:.85em;margin-bottom:.85em;background:#fff}.form__section__header{flex-grow:1;width:100%;margin:-.85em -.85em .85em;padding:.85em;background:#000;font-weight:700;color:#fff}.form__section .form__group{width:50%}.form__section .form__group:nth-child(2n){padding-right:.85em}.form__group{display:flex;flex-direction:column;margin-bottom:.425em}.form__group--row{flex-direction:row;align-items:center;margin:1em 0}.form__group--row input[type=checkbox]{padding-right:2em!important}.form__group--error{-webkit-animation-name:shakeError;animation-name:shakeError;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.form__group--error .form__label{color:#eb3232}.form__group--error .form__input,.form__group--error .form__input:focus,.form__group--error input[type=password],.form__group--error input[type=text],.form__group--error select{border-color:#eb3232}.form__slider{margin-right:.85em}.form__label,.form label{font-weight:700;margin-bottom:.425em;padding-left:.425em}.form__input,.form input[type=password],.form input[type=text],.form select{border:1px solid #ddd;border-radius:3px;padding:.425em}.form__input:focus,.form input[type=password]:focus,.form input[type=text]:focus,.form select:focus{outline:none;border-color:#333}.form__checkbox,.form input[type=checkbox]{padding:.425em}.form__error{color:#eb3232}.form__error,.form__hint,.form__message{margin-top:.425em;font-size:85%}@-webkit-keyframes shakeError{0%{transform:translateX(0)}15%{transform:translateX(.375rem)}30%{transform:translateX(-.375rem)}45%{transform:translateX(.375rem)}60%{transform:translateX(-.375rem)}75%{transform:translateX(.375rem)}90%{transform:translateX(-.375rem)}to{transform:translateX(0)}}@keyframes shakeError{0%{transform:translateX(0)}15%{transform:translateX(.375rem)}30%{transform:translateX(-.375rem)}45%{transform:translateX(.375rem)}60%{transform:translateX(-.375rem)}75%{transform:translateX(.375rem)}90%{transform:translateX(-.375rem)}to{transform:translateX(0)}}.login-form{margin:.85em auto;padding:0 .85em}@media (min-width:1024px){.login-form{width:520px;padding:0}}.login-form .box{margin-bottom:.85em}.login-form header{display:flex;align-items:center;justify-content:space-between;color:#fff;padding:.85em;background:#000;height:64px}.login-form header img{height:48px}@media (min-width:1024px){.login-form header img{height:32px}}.login-form main{padding:.85em;background:#fff}.item{position:relative}.item--priceupdated .item__price{background:#149a12}.item--invalid{background:#b91212}.item__results{padding:.425em}.item--error{background:#b91212;opacity:.7}.item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.3)}.item__header{display:flex;justify-content:flex-end;align-items:center;width:100%}.item__header>div{padding:.2125em .425em}.item__header svg{height:1.2em}.item__details{flex-grow:1}.item__price{display:flex;align-items:center;height:100%;background-color:rgba(0,0,0,.15);width:5em}.item__price,.item__remove{flex-shrink:0;margin-right:.425em}.item__remove{width:1em;cursor:pointer}.item__options{display:flex;justify-content:space-between;align-items:center;align-content:flex-end;padding:.2125em .425em;border-top:1px dotted rgba(0,0,0,.3)}.item__options input[type=text]{padding:.425em;color:#333;width:7em}.item__options input[type=text]:focus{outline:none;background:#fff8c8}.item__returns{display:flex;align-items:center;justify-content:flex-end;padding:.2125em .425em;font-size:.8em;background:rgba(0,0,0,.2)}.item__returns,.item__returns span:last-child{text-align:right}.item__loading{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4)}.next-events{overflow-x:hidden}.next-events__controls{display:flex}.next-events__controls>*{margin-left:.85em;cursor:pointer}.next-events__controls>:disabled{opacity:.5}.next-events__items{display:flex;position:relative;overflow:hidden}.next-events__items .event{margin-right:0}.next-events__items:after{content:"";position:absolute;top:0;right:0;height:calc(100% - 15px);width:10px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(0,0,0,.4))}.next-events__items__item{flex-shrink:0;min-width:90%}.next-events__items__item--half{width:50%}.next-events__items__item--full{width:100%}@media (min-width:1024px){.next-events__items__item{min-width:60%}}@media (min-width:1280px){.next-events__items__item{min-width:40%}}.meeting-list{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin:.85em;overflow:hidden;border-radius:8px}.meeting-list__header{background:rgba(0,0,0,.1);padding:.85em}.meeting-list__row{display:flex;position:relative;background:hsla(0,0%,100%,.9)}.meeting-list__row:nth-child(odd){background:hsla(0,0%,100%,.6)}.meeting-list__row__name{display:flex;flex-shrink:0;padding:.85em;font-weight:700;width:12em}.meeting-list__row__name a{color:#3c3b3c}.meeting-list__row__events{display:flex;flex-grow:1;flex-wrap:wrap;position:relative;margin-bottom:-1px}.meeting-list__row__events__event{display:flex;align-items:center;justify-content:center;width:33.33%;margin:.85em 0}@media (min-width:1024px){.meeting-list__row__events__event{width:12.5%}}.meeting-list__row__events__event a{display:inline-block;padding:.425em .85em;color:#333;border-radius:8px}.meeting-list__row__events__event a:nth-child(8n){border-right:0}.meeting-list__row__events__event a:hover{background:rgba(0,0,0,.5);color:#fff;font-weight:700}.meeting-list__row__events__event a.nuxt-link-active{background:#000;color:#fff;font-weight:700}.meeting-list__row__events__event a.result{opacity:.65}.meeting-list__row__events__event a span{display:inline-block;margin-left:.2125em}.page--iframe{height:100%;background-color:#fff}.page__header{display:flex;justify-content:space-between;align-items:center;color:#fff;padding:.85em;background:rgba(0,0,0,.8)}.page__header a{color:#fff}.page__header>div{display:flex;align-items:center}.page__header>div:first-child{flex-grow:1}.page__header img{margin-left:.85em;height:1.8em;-webkit-filter:invert(1);filter:invert(1)}.page__content{padding:.85em}.sport__loading{display:flex;justify-content:center;align-items:center;margin:.85em}.sport__loading img{max-width:6em;max-height:6em;-webkit-animation-name:wobble;animation-name:wobble;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5)}.vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:flex;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search:hover{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}.v-select .vs__dropdown-toggle{background:#fff;width:30em;color:#333}*{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{line-height:1.3em;font-size:12px}@media (min-width:1024px){html{font-size:16px}}button:focus{outline:none}body{font-family:Montserrat,sans-serif;color:#3c3b3c;background:#e4ecf0;height:100%}.no-scroll{overflow:hidden}.spaced{padding:.85em}h1{font-size:1.6em}h1,h2,h3{font-weight:700}h2,h3{font-size:1.3rem}p{margin-bottom:1em}a{text-decoration:none;color:#000}.app{display:flex;flex-direction:column;position:relative;left:0;min-height:100%;width:100%;transition:left .3s}@media (min-width:1024px){.app{min-height:100vh}}.app--menu{left:65%;min-height:100vh}.app--menu:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.app--menu .app__page__left{left:0;height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:100px}.app__page{display:flex;flex-grow:1}.app__page__left{flex-shrink:0;position:fixed;left:-65%;width:65%;height:100vh;overflow-y:scroll;top:0;background:rgba(0,0,0,.075);transition:left .3s}@media (min-width:1024px){.app__page__left{position:relative;left:0;height:auto;width:auto;display:block;overflow-y:hidden}.app__page__left--hidden{display:none}}.app__page__right{flex-grow:0;flex-shrink:0;width:0;background:linear-gradient(135deg,#000,#141414);border-left:2px solid rgba(0,0,0,.6)}@media (min-width:1024px){.app__page__right{flex-shrink:0;display:block;width:320px}.app__page__right--hidden{display:none}}.app__page .app__page__content{flex-grow:1;overflow-x:hidden}.app__footer{padding:.85em .85em 60px;color:#f2f2f2;background:#121212}.app__footer>div{padding:.85em 0}.app__footer .footer__settings{display:flex;justify-content:center}.app__footer .footer__settings span{margin-left:.5em;cursor:pointer;text-decoration:underline}.app__footer .footer__text{text-align:center}@media (min-width:1024px){.app__footer .footer__text{margin:0 auto;width:66.666%}}.app__footer .footer__text a{color:#fff;text-decoration:underline}.app__footer .footer__links{text-align:center}@media (min-width:1024px){.app__footer .footer__links{display:flex;justify-content:center;align-items:center}}.app__footer .footer__links a{display:block;color:#fff;margin:0 .85em}.app__footer .footer__blurb{text-align:center}@media (min-width:1024px){.app__footer .footer__blurb{margin:0 auto;width:66.666%}}.app__footer .footer__blurb a{color:#fff;text-decoration:underline}@media (min-width:1024px){.app__footer .footer__images{display:flex;justify-content:center;align-items:center}}.app__footer .footer__images img{margin:.85em auto;height:40px}@media (min-width:1024px){.app__footer .footer__images img{margin:0 .85em}}.app__footer .footer__meta{display:flex;justify-content:center}.admin-bar{display:flex;align-items:center;justify-content:flex-end;align-content:space-between;background:rgba(0,0,0,.8);padding:.425em .85em;color:#f2f2f2;height:64px}.admin-bar .status-icon--online{color:#1ee31a}.admin-bar .status-icon--offline{color:#eb3232}.admin-bar img{height:21.33333px}.admin-bar a{color:#fff}.admin-bar a:hover{text-decoration:underline}.admin-bar .epos{flex:1 1 0%}.admin-bar>div{display:flex;align-items:center}.admin-bar>div>*{margin-right:.85em}.admin-bar>div:last-child>*{margin-left:.85em;margin-right:0}.topbar[data-v-5db63be1]{display:flex;flex-direction:column;position:relative;background:#000}.topbar--search .topbar__logo[data-v-5db63be1]{flex-grow:0;height:64px}@media (min-width:1024px){.topbar--search .topbar__logo[data-v-5db63be1]{flex:1 1 0%}}.topbar__header[data-v-5db63be1]{background:#000;color:#fff;padding:.425em .85em;text-align:center;font-size:90%;border-bottom:1px solid #fff}@media (min-width:1024px){.topbar__header[data-v-5db63be1]{text-align:right;border:none}}.topbar__main[data-v-5db63be1]{display:flex;justify-content:space-between;flex-grow:1;border-top:4px solid #000;height:64px}@media (min-width:1024px){.topbar__main[data-v-5db63be1]{height:auto}}@media (min-width:1024px){.topbar[data-v-5db63be1]{background:#fff}}.topbar__logo[data-v-5db63be1]{display:flex;align-items:center;justify-content:center;flex:1 1 0%;position:relative;padding:0;background:#000}@media (min-width:1024px){.topbar__logo[data-v-5db63be1]{justify-content:flex-start;flex:1 1 0%;padding-left:.85em;max-width:33.333%;height:64px}.topbar__logo[data-v-5db63be1]:after{content:"";position:absolute;top:0;right:0;border-bottom:64px solid #fff;border-left:64px solid transparent;width:0}}.topbar__logo img[data-v-5db63be1]{max-width:100%;max-height:51.2px}@media (min-width:1024px){.topbar__logo img[data-v-5db63be1]{max-height:51.2px;max-width:256px}}@media (min-width:1024px){.topbar--withheader .topbar__logo img[data-v-5db63be1]{position:relative;top:-1em}}.topbar__menu[data-v-5db63be1]{flex:1 1 0%;margin-left:.85em;color:#fff}.topbar__menu[data-v-5db63be1],.topbar__menu button[data-v-5db63be1]{display:flex;align-items:center}.topbar__menu button svg[data-v-5db63be1]{margin-right:.425em}@media (min-width:1024px){.topbar__menu[data-v-5db63be1]{display:none}}.topbar__account[data-v-5db63be1]{display:flex;align-items:center;color:#fff}@media (min-width:1024px){.topbar__account[data-v-5db63be1]{color:#333}}.topbar__account[data-v-5db63be1]>:not(:last-child){margin:0 .85em}.topbar__account__icon[data-v-5db63be1]{margin-left:.425em;border:1px solid #fff;border-radius:50%;padding:3px;cursor:pointer}.topbar__account__icon svg[data-v-5db63be1]:last-child{display:none}.topbar__account__icon[data-v-5db63be1]:hover{background:transparent}.topbar__account__icon:hover svg[data-v-5db63be1]:first-child{display:none}.topbar__account__icon:hover svg[data-v-5db63be1]:last-child{display:block}.topbar__account__balance[data-v-5db63be1]{display:flex;text-align:center}.topbar__account__balance>div[data-v-5db63be1]:not(:last-child),.topbar__nav[data-v-5db63be1]{margin-right:.85em}.topbar__nav[data-v-5db63be1]{display:flex;align-items:center;justify-content:flex-end;flex:1 1 0%}.topbar__nav>[data-v-5db63be1]{margin-left:.85em}.topbar__dropdown[data-v-5db63be1]{position:absolute;top:60px;right:.85em;display:none;border:1px solid rgba(0,0,0,.8);z-index:100;background:hsla(0,0%,100%,.95);min-width:300px}.topbar__dropdown--open[data-v-5db63be1]{display:block}.topbar__dropdown>div[data-v-5db63be1]{display:flex;align-items:center;justify-content:space-between;padding:.425em .85em}.topbar__dropdown>div button[data-v-5db63be1]{margin-left:.85em}.topbar__dropdown li a[data-v-5db63be1]{width:100%;display:inline-block;border-top:1px solid rgba(0,0,0,.8);padding:.425em .85em}.search__wager{display:flex;justify-content:space-between;align-items:center;background:#f2f2f2;color:#333}.search__wager>div{flex-grow:0;padding:.85em}.search__wager>div:last-child{flex:1 1 0%}.search__wager__actions{display:flex;align-items:center;justify-content:flex-end;text-align:right}.search__wager__actions button{margin-left:.85em}.search__wager__actions svg{height:1.2em}.search__input{display:flex;align-items:center;padding:0 .28333em;z-index:200;background:transparent;border:1px solid transparent}.search__input.search__input--active{border-color:#333;background:#fff}.search__input.search__input--active input{width:10em}.search__input.search__input--active svg{color:#333}.search__input svg{color:#fff}@media (min-width:1024px){.search__input svg{color:#333}}.search__input input{flex:1 1 0%;padding:.28333em 0 .28333em .28333em;transition:all .3s;width:0;background:transparent}.search__input input:focus{outline:none}.search__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:100;padding:.85em}.search__overlay .search__input{background:#fff}.search__results{margin-top:.85em;color:#fff}.search__results>svg{margin:0 auto;height:48px!important;width:48px}svg[data-v-3fe76762]{-webkit-animation:spin-data-v-3fe76762 1.5s linear infinite;animation:spin-data-v-3fe76762 1.5s linear infinite;height:1em}@-webkit-keyframes spin-data-v-3fe76762{to{transform:rotate(1turn)}}@keyframes spin-data-v-3fe76762{to{transform:rotate(1turn)}}.fade-enter-active,.fade-leave-active{transition:opacity .35s}.fade-enter,.fade-leave-to{opacity:0}.sidemenu{font-size:1em;padding:.85em 0}@media (min-width:1024px){.sidemenu{font-size:.8em}}.sidemenu .header{display:inline-block;margin:.425em .85em;background:rgba(0,0,0,.2);color:#252525;border-radius:8px;padding:.425em;font-weight:700}.sidemenu ul{margin:0 .425em}.sidemenu ul li{margin:.425em 0}.sidemenu ul li img{height:1.5em}.sidemenu ul li a,.sidemenu ul li div{display:flex;flex-grow:1;align-items:center;font-weight:700;padding:.56667em;border-radius:5px;color:#333;background:transparent;cursor:pointer}.sidemenu ul li a:hover,.sidemenu ul li div:hover{background:rgba(0,0,0,.5);color:#fff}.sidemenu ul li a:hover img,.sidemenu ul li div:hover img{-webkit-filter:invert(1);filter:invert(1)}.sidemenu ul li a.nuxt-link-active:not(.inactive),.sidemenu ul li a.open,.sidemenu ul li div.nuxt-link-active:not(.inactive),.sidemenu ul li div.open{background:#000;color:#fff}.sidemenu ul li a.nuxt-link-active:not(.inactive) img,.sidemenu ul li a.open img,.sidemenu ul li div.nuxt-link-active:not(.inactive) img,.sidemenu ul li div.open img{-webkit-filter:invert(1);filter:invert(1)}.sidemenu ul li span{display:inline-block;padding:.25em 0;transition:padding .3s}.sidemenu ul li span:not(:last-child){flex:1 1 0%;padding-right:.425em}.sidemenu ul li svg{max-width:1.5em}.sidemenu ul li img{max-width:1.5em;margin-right:.85em}.sidemenu ul ul{padding-bottom:.425em;margin:0 0 .425em;border-bottom:1px solid #333}.sidemenu ul ul li a{padding-left:1.275em}.sportslink__star{padding:5px;border-radius:50%;background:rgba(0,0,0,.1)}.sportslink__star svg{height:1.3em}.sportslink--favourite .sportslink__star svg,.sportslink__star:hover svg{color:#fff}.flip-list-move{transition:transform .6s}.search-results .refresh-icon{margin:0 auto;height:5em}.search-results__selection .selection__icon{display:flex;align-items:center;width:3em}.search-results__selection .selection__icon img{height:1.8em}.search-results__selection .selection__image{width:3em}.search-results__selection .selection__details{width:18em}.search-results__selection .selection__event{font-size:75%}.fadefast-enter-active,.fadefast-leave-active{transition:opacity .1s}.fadefast-enter,.fadefast-leave-to{opacity:0}.betslip__emptybet{display:flex;flex-direction:column}.betslip__emptybet textarea{margin:.425em .425em 0;padding:.425em;color:#333}.betslip__emptybet textarea:focus{outline:none;background:#fff8c8}.betslip__imagebet{display:flex;flex-direction:column}.betslip__imagebet textarea{margin:.425em .425em 0;padding:.425em;color:#333}.betslip__imagebet textarea:focus{outline:none;background:#fff8c8}