
/*!
 * 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;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);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;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-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);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);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);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);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);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);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);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;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%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);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%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);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%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);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%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);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;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(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;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);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;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);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;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);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;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);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%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);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%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);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%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);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%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);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%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);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%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);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{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);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{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);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%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);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%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,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;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,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;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);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;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,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;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;border:1px solid #ddd;width:278px;max-width:none;padding:0;margin-top:7px;top:100px;left:20px;z-index:3001;display:none;font-family:arial;font-size:15px;line-height:1em}.daterangepicker:after,.daterangepicker:before{position:absolute;display:inline-block;border-bottom-color:rgba(0,0,0,.2);content:""}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:after,.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{top:auto;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.drop-up:after{top:auto;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-buttons,.daterangepicker.show-calendar .drp-calendar{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{color:#fff;border:solid #000;border-width:0 2px 2px 0;border-radius:0;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{text-align:center;vertical-align:middle;min-width:32px;width:32px;height:24px;line-height:24px;font-size:12px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}.daterangepicker .calendar-table{border:1px solid #fff;border-radius:4px;background-color:#fff}.daterangepicker .calendar-table table{width:100%;margin:0;border-spacing:0;border-collapse:collapse}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent}.daterangepicker th.month{width:auto}.daterangepicker option.disabled,.daterangepicker td.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect{width:50px;margin:0 auto;background:#eee;border:1px solid #eee;padding:2px;outline:0;font-size:12px}.daterangepicker .calendar-time{text-align:center;margin:4px auto 0;line-height:30px;position:relative}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{clear:both;text-align:right;padding:8px;border-top:1px solid #ddd;display:none;line-height:12px;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{margin-left:8px;font-size:12px;font-weight:700;padding:4px 8px}.daterangepicker.show-ranges.single.rtl .drp-calendar.left{border-right:1px solid #ddd}.daterangepicker.show-ranges.single.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker.show-ranges.rtl .drp-calendar.right{border-right:1px solid #ddd}.daterangepicker.show-ranges.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;text-align:left;margin:0}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{font-size:12px;padding:8px 12px;cursor:pointer}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#08c;color:#fff}@media (min-width:564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single .drp-calendar,.daterangepicker.single .ranges{float:left}.daterangepicker{direction:ltr;text-align:left}.daterangepicker .drp-calendar.left{clear:left;margin-right:0}.daterangepicker .drp-calendar.left .calendar-table{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker .drp-calendar.right{margin-left:0}.daterangepicker .drp-calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker .drp-calendar,.daterangepicker .ranges{float:left}}@media (min-width:730px){.daterangepicker .ranges{width:auto;float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none!important}}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Roboto;font-size:1rem;font-weight:400;line-height:1.5;color:#fff;text-align:left;background-color:#142456}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:0}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#142456;border-color:#dee2e6 #dee2e6 #142456}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover,.table{color:#fff}.table{width:100%;margin-bottom:1rem}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#fff;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:1rem!important}.mt-1,.my-1{margin-top:1rem!important}.mr-1,.mx-1{margin-right:1rem!important}.mb-1,.my-1{margin-bottom:1rem!important}.ml-1,.mx-1{margin-left:1rem!important}.m-2{margin:2rem!important}.mt-2,.my-2{margin-top:2rem!important}.mr-2,.mx-2{margin-right:2rem!important}.mb-2,.my-2{margin-bottom:2rem!important}.ml-2,.mx-2{margin-left:2rem!important}.m-3{margin:3rem!important}.mt-3,.my-3{margin-top:3rem!important}.mr-3,.mx-3{margin-right:3rem!important}.mb-3,.my-3{margin-bottom:3rem!important}.ml-3,.mx-3{margin-left:3rem!important}.m-4{margin:4rem!important}.mt-4,.my-4{margin-top:4rem!important}.mr-4,.mx-4{margin-right:4rem!important}.mb-4,.my-4{margin-bottom:4rem!important}.ml-4,.mx-4{margin-left:4rem!important}.m-5{margin:5rem!important}.mt-5,.my-5{margin-top:5rem!important}.mr-5,.mx-5{margin-right:5rem!important}.mb-5,.my-5{margin-bottom:5rem!important}.ml-5,.mx-5{margin-left:5rem!important}.m-0-half{margin:.5rem!important}.mt-0-half,.my-0-half{margin-top:.5rem!important}.mr-0-half,.mx-0-half{margin-right:.5rem!important}.mb-0-half,.my-0-half{margin-bottom:.5rem!important}.ml-0-half,.mx-0-half{margin-left:.5rem!important}.m-1-half{margin:1.5rem!important}.mt-1-half,.my-1-half{margin-top:1.5rem!important}.mr-1-half,.mx-1-half{margin-right:1.5rem!important}.mb-1-half,.my-1-half{margin-bottom:1.5rem!important}.ml-1-half,.mx-1-half{margin-left:1.5rem!important}.m-2-half{margin:2.5rem!important}.mt-2-half,.my-2-half{margin-top:2.5rem!important}.mr-2-half,.mx-2-half{margin-right:2.5rem!important}.mb-2-half,.my-2-half{margin-bottom:2.5rem!important}.ml-2-half,.mx-2-half{margin-left:2.5rem!important}.m-3-half{margin:3.5rem!important}.mt-3-half,.my-3-half{margin-top:3.5rem!important}.mr-3-half,.mx-3-half{margin-right:3.5rem!important}.mb-3-half,.my-3-half{margin-bottom:3.5rem!important}.ml-3-half,.mx-3-half{margin-left:3.5rem!important}.m-4-half{margin:4.5rem!important}.mt-4-half,.my-4-half{margin-top:4.5rem!important}.mr-4-half,.mx-4-half{margin-right:4.5rem!important}.mb-4-half,.my-4-half{margin-bottom:4.5rem!important}.ml-4-half,.mx-4-half{margin-left:4.5rem!important}.m-5-half{margin:5.5rem!important}.mt-5-half,.my-5-half{margin-top:5.5rem!important}.mr-5-half,.mx-5-half{margin-right:5.5rem!important}.mb-5-half,.my-5-half{margin-bottom:5.5rem!important}.ml-5-half,.mx-5-half{margin-left:5.5rem!important}.m-6{margin:6rem!important}.mt-6,.my-6{margin-top:6rem!important}.mr-6,.mx-6{margin-right:6rem!important}.mb-6,.my-6{margin-bottom:6rem!important}.ml-6,.mx-6{margin-left:6rem!important}.m-6-half{margin:6.5rem!important}.mt-6-half,.my-6-half{margin-top:6.5rem!important}.mr-6-half,.mx-6-half{margin-right:6.5rem!important}.mb-6-half,.my-6-half{margin-bottom:6.5rem!important}.ml-6-half,.mx-6-half{margin-left:6.5rem!important}.m-7{margin:7rem!important}.mt-7,.my-7{margin-top:7rem!important}.mr-7,.mx-7{margin-right:7rem!important}.mb-7,.my-7{margin-bottom:7rem!important}.ml-7,.mx-7{margin-left:7rem!important}.m-7-half{margin:7.5rem!important}.mt-7-half,.my-7-half{margin-top:7.5rem!important}.mr-7-half,.mx-7-half{margin-right:7.5rem!important}.mb-7-half,.my-7-half{margin-bottom:7.5rem!important}.ml-7-half,.mx-7-half{margin-left:7.5rem!important}.m-8{margin:8rem!important}.mt-8,.my-8{margin-top:8rem!important}.mr-8,.mx-8{margin-right:8rem!important}.mb-8,.my-8{margin-bottom:8rem!important}.ml-8,.mx-8{margin-left:8rem!important}.m-8-half{margin:8.5rem!important}.mt-8-half,.my-8-half{margin-top:8.5rem!important}.mr-8-half,.mx-8-half{margin-right:8.5rem!important}.mb-8-half,.my-8-half{margin-bottom:8.5rem!important}.ml-8-half,.mx-8-half{margin-left:8.5rem!important}.m-9{margin:9rem!important}.mt-9,.my-9{margin-top:9rem!important}.mr-9,.mx-9{margin-right:9rem!important}.mb-9,.my-9{margin-bottom:9rem!important}.ml-9,.mx-9{margin-left:9rem!important}.m-9-half{margin:9.5rem!important}.mt-9-half,.my-9-half{margin-top:9.5rem!important}.mr-9-half,.mx-9-half{margin-right:9.5rem!important}.mb-9-half,.my-9-half{margin-bottom:9.5rem!important}.ml-9-half,.mx-9-half{margin-left:9.5rem!important}.m-10{margin:10rem!important}.mt-10,.my-10{margin-top:10rem!important}.mr-10,.mx-10{margin-right:10rem!important}.mb-10,.my-10{margin-bottom:10rem!important}.ml-10,.mx-10{margin-left:10rem!important}.m-10-half{margin:10.5rem!important}.mt-10-half,.my-10-half{margin-top:10.5rem!important}.mr-10-half,.mx-10-half{margin-right:10.5rem!important}.mb-10-half,.my-10-half{margin-bottom:10.5rem!important}.ml-10-half,.mx-10-half{margin-left:10.5rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:1rem!important}.pt-1,.py-1{padding-top:1rem!important}.pr-1,.px-1{padding-right:1rem!important}.pb-1,.py-1{padding-bottom:1rem!important}.pl-1,.px-1{padding-left:1rem!important}.p-2{padding:2rem!important}.pt-2,.py-2{padding-top:2rem!important}.pr-2,.px-2{padding-right:2rem!important}.pb-2,.py-2{padding-bottom:2rem!important}.pl-2,.px-2{padding-left:2rem!important}.p-3{padding:3rem!important}.pt-3,.py-3{padding-top:3rem!important}.pr-3,.px-3{padding-right:3rem!important}.pb-3,.py-3{padding-bottom:3rem!important}.pl-3,.px-3{padding-left:3rem!important}.p-4{padding:4rem!important}.pt-4,.py-4{padding-top:4rem!important}.pr-4,.px-4{padding-right:4rem!important}.pb-4,.py-4{padding-bottom:4rem!important}.pl-4,.px-4{padding-left:4rem!important}.p-5{padding:5rem!important}.pt-5,.py-5{padding-top:5rem!important}.pr-5,.px-5{padding-right:5rem!important}.pb-5,.py-5{padding-bottom:5rem!important}.pl-5,.px-5{padding-left:5rem!important}.p-0-half{padding:.5rem!important}.pt-0-half,.py-0-half{padding-top:.5rem!important}.pr-0-half,.px-0-half{padding-right:.5rem!important}.pb-0-half,.py-0-half{padding-bottom:.5rem!important}.pl-0-half,.px-0-half{padding-left:.5rem!important}.p-1-half{padding:1.5rem!important}.pt-1-half,.py-1-half{padding-top:1.5rem!important}.pr-1-half,.px-1-half{padding-right:1.5rem!important}.pb-1-half,.py-1-half{padding-bottom:1.5rem!important}.pl-1-half,.px-1-half{padding-left:1.5rem!important}.p-2-half{padding:2.5rem!important}.pt-2-half,.py-2-half{padding-top:2.5rem!important}.pr-2-half,.px-2-half{padding-right:2.5rem!important}.pb-2-half,.py-2-half{padding-bottom:2.5rem!important}.pl-2-half,.px-2-half{padding-left:2.5rem!important}.p-3-half{padding:3.5rem!important}.pt-3-half,.py-3-half{padding-top:3.5rem!important}.pr-3-half,.px-3-half{padding-right:3.5rem!important}.pb-3-half,.py-3-half{padding-bottom:3.5rem!important}.pl-3-half,.px-3-half{padding-left:3.5rem!important}.p-4-half{padding:4.5rem!important}.pt-4-half,.py-4-half{padding-top:4.5rem!important}.pr-4-half,.px-4-half{padding-right:4.5rem!important}.pb-4-half,.py-4-half{padding-bottom:4.5rem!important}.pl-4-half,.px-4-half{padding-left:4.5rem!important}.p-5-half{padding:5.5rem!important}.pt-5-half,.py-5-half{padding-top:5.5rem!important}.pr-5-half,.px-5-half{padding-right:5.5rem!important}.pb-5-half,.py-5-half{padding-bottom:5.5rem!important}.pl-5-half,.px-5-half{padding-left:5.5rem!important}.p-6{padding:6rem!important}.pt-6,.py-6{padding-top:6rem!important}.pr-6,.px-6{padding-right:6rem!important}.pb-6,.py-6{padding-bottom:6rem!important}.pl-6,.px-6{padding-left:6rem!important}.p-6-half{padding:6.5rem!important}.pt-6-half,.py-6-half{padding-top:6.5rem!important}.pr-6-half,.px-6-half{padding-right:6.5rem!important}.pb-6-half,.py-6-half{padding-bottom:6.5rem!important}.pl-6-half,.px-6-half{padding-left:6.5rem!important}.p-7{padding:7rem!important}.pt-7,.py-7{padding-top:7rem!important}.pr-7,.px-7{padding-right:7rem!important}.pb-7,.py-7{padding-bottom:7rem!important}.pl-7,.px-7{padding-left:7rem!important}.p-7-half{padding:7.5rem!important}.pt-7-half,.py-7-half{padding-top:7.5rem!important}.pr-7-half,.px-7-half{padding-right:7.5rem!important}.pb-7-half,.py-7-half{padding-bottom:7.5rem!important}.pl-7-half,.px-7-half{padding-left:7.5rem!important}.p-8{padding:8rem!important}.pt-8,.py-8{padding-top:8rem!important}.pr-8,.px-8{padding-right:8rem!important}.pb-8,.py-8{padding-bottom:8rem!important}.pl-8,.px-8{padding-left:8rem!important}.p-8-half{padding:8.5rem!important}.pt-8-half,.py-8-half{padding-top:8.5rem!important}.pr-8-half,.px-8-half{padding-right:8.5rem!important}.pb-8-half,.py-8-half{padding-bottom:8.5rem!important}.pl-8-half,.px-8-half{padding-left:8.5rem!important}.p-9{padding:9rem!important}.pt-9,.py-9{padding-top:9rem!important}.pr-9,.px-9{padding-right:9rem!important}.pb-9,.py-9{padding-bottom:9rem!important}.pl-9,.px-9{padding-left:9rem!important}.p-9-half{padding:9.5rem!important}.pt-9-half,.py-9-half{padding-top:9.5rem!important}.pr-9-half,.px-9-half{padding-right:9.5rem!important}.pb-9-half,.py-9-half{padding-bottom:9.5rem!important}.pl-9-half,.px-9-half{padding-left:9.5rem!important}.p-10{padding:10rem!important}.pt-10,.py-10{padding-top:10rem!important}.pr-10,.px-10{padding-right:10rem!important}.pb-10,.py-10{padding-bottom:10rem!important}.pl-10,.px-10{padding-left:10rem!important}.p-10-half{padding:10.5rem!important}.pt-10-half,.py-10-half{padding-top:10.5rem!important}.pr-10-half,.px-10-half{padding-right:10.5rem!important}.pb-10-half,.py-10-half{padding-bottom:10.5rem!important}.pl-10-half,.px-10-half{padding-left:10.5rem!important}.m-n1{margin:-1rem!important}.mt-n1,.my-n1{margin-top:-1rem!important}.mr-n1,.mx-n1{margin-right:-1rem!important}.mb-n1,.my-n1{margin-bottom:-1rem!important}.ml-n1,.mx-n1{margin-left:-1rem!important}.m-n2{margin:-2rem!important}.mt-n2,.my-n2{margin-top:-2rem!important}.mr-n2,.mx-n2{margin-right:-2rem!important}.mb-n2,.my-n2{margin-bottom:-2rem!important}.ml-n2,.mx-n2{margin-left:-2rem!important}.m-n3{margin:-3rem!important}.mt-n3,.my-n3{margin-top:-3rem!important}.mr-n3,.mx-n3{margin-right:-3rem!important}.mb-n3,.my-n3{margin-bottom:-3rem!important}.ml-n3,.mx-n3{margin-left:-3rem!important}.m-n4{margin:-4rem!important}.mt-n4,.my-n4{margin-top:-4rem!important}.mr-n4,.mx-n4{margin-right:-4rem!important}.mb-n4,.my-n4{margin-bottom:-4rem!important}.ml-n4,.mx-n4{margin-left:-4rem!important}.m-n5{margin:-5rem!important}.mt-n5,.my-n5{margin-top:-5rem!important}.mr-n5,.mx-n5{margin-right:-5rem!important}.mb-n5,.my-n5{margin-bottom:-5rem!important}.ml-n5,.mx-n5{margin-left:-5rem!important}.m-n0-half{margin:-.5rem!important}.mt-n0-half,.my-n0-half{margin-top:-.5rem!important}.mr-n0-half,.mx-n0-half{margin-right:-.5rem!important}.mb-n0-half,.my-n0-half{margin-bottom:-.5rem!important}.ml-n0-half,.mx-n0-half{margin-left:-.5rem!important}.m-n1-half{margin:-1.5rem!important}.mt-n1-half,.my-n1-half{margin-top:-1.5rem!important}.mr-n1-half,.mx-n1-half{margin-right:-1.5rem!important}.mb-n1-half,.my-n1-half{margin-bottom:-1.5rem!important}.ml-n1-half,.mx-n1-half{margin-left:-1.5rem!important}.m-n2-half{margin:-2.5rem!important}.mt-n2-half,.my-n2-half{margin-top:-2.5rem!important}.mr-n2-half,.mx-n2-half{margin-right:-2.5rem!important}.mb-n2-half,.my-n2-half{margin-bottom:-2.5rem!important}.ml-n2-half,.mx-n2-half{margin-left:-2.5rem!important}.m-n3-half{margin:-3.5rem!important}.mt-n3-half,.my-n3-half{margin-top:-3.5rem!important}.mr-n3-half,.mx-n3-half{margin-right:-3.5rem!important}.mb-n3-half,.my-n3-half{margin-bottom:-3.5rem!important}.ml-n3-half,.mx-n3-half{margin-left:-3.5rem!important}.m-n4-half{margin:-4.5rem!important}.mt-n4-half,.my-n4-half{margin-top:-4.5rem!important}.mr-n4-half,.mx-n4-half{margin-right:-4.5rem!important}.mb-n4-half,.my-n4-half{margin-bottom:-4.5rem!important}.ml-n4-half,.mx-n4-half{margin-left:-4.5rem!important}.m-n5-half{margin:-5.5rem!important}.mt-n5-half,.my-n5-half{margin-top:-5.5rem!important}.mr-n5-half,.mx-n5-half{margin-right:-5.5rem!important}.mb-n5-half,.my-n5-half{margin-bottom:-5.5rem!important}.ml-n5-half,.mx-n5-half{margin-left:-5.5rem!important}.m-n6{margin:-6rem!important}.mt-n6,.my-n6{margin-top:-6rem!important}.mr-n6,.mx-n6{margin-right:-6rem!important}.mb-n6,.my-n6{margin-bottom:-6rem!important}.ml-n6,.mx-n6{margin-left:-6rem!important}.m-n6-half{margin:-6.5rem!important}.mt-n6-half,.my-n6-half{margin-top:-6.5rem!important}.mr-n6-half,.mx-n6-half{margin-right:-6.5rem!important}.mb-n6-half,.my-n6-half{margin-bottom:-6.5rem!important}.ml-n6-half,.mx-n6-half{margin-left:-6.5rem!important}.m-n7{margin:-7rem!important}.mt-n7,.my-n7{margin-top:-7rem!important}.mr-n7,.mx-n7{margin-right:-7rem!important}.mb-n7,.my-n7{margin-bottom:-7rem!important}.ml-n7,.mx-n7{margin-left:-7rem!important}.m-n7-half{margin:-7.5rem!important}.mt-n7-half,.my-n7-half{margin-top:-7.5rem!important}.mr-n7-half,.mx-n7-half{margin-right:-7.5rem!important}.mb-n7-half,.my-n7-half{margin-bottom:-7.5rem!important}.ml-n7-half,.mx-n7-half{margin-left:-7.5rem!important}.m-n8{margin:-8rem!important}.mt-n8,.my-n8{margin-top:-8rem!important}.mr-n8,.mx-n8{margin-right:-8rem!important}.mb-n8,.my-n8{margin-bottom:-8rem!important}.ml-n8,.mx-n8{margin-left:-8rem!important}.m-n8-half{margin:-8.5rem!important}.mt-n8-half,.my-n8-half{margin-top:-8.5rem!important}.mr-n8-half,.mx-n8-half{margin-right:-8.5rem!important}.mb-n8-half,.my-n8-half{margin-bottom:-8.5rem!important}.ml-n8-half,.mx-n8-half{margin-left:-8.5rem!important}.m-n9{margin:-9rem!important}.mt-n9,.my-n9{margin-top:-9rem!important}.mr-n9,.mx-n9{margin-right:-9rem!important}.mb-n9,.my-n9{margin-bottom:-9rem!important}.ml-n9,.mx-n9{margin-left:-9rem!important}.m-n9-half{margin:-9.5rem!important}.mt-n9-half,.my-n9-half{margin-top:-9.5rem!important}.mr-n9-half,.mx-n9-half{margin-right:-9.5rem!important}.mb-n9-half,.my-n9-half{margin-bottom:-9.5rem!important}.ml-n9-half,.mx-n9-half{margin-left:-9.5rem!important}.m-n10{margin:-10rem!important}.mt-n10,.my-n10{margin-top:-10rem!important}.mr-n10,.mx-n10{margin-right:-10rem!important}.mb-n10,.my-n10{margin-bottom:-10rem!important}.ml-n10,.mx-n10{margin-left:-10rem!important}.m-n10-half{margin:-10.5rem!important}.mt-n10-half,.my-n10-half{margin-top:-10.5rem!important}.mr-n10-half,.mx-n10-half{margin-right:-10.5rem!important}.mb-n10-half,.my-n10-half{margin-bottom:-10.5rem!important}.ml-n10-half,.mx-n10-half{margin-left:-10.5rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:1rem!important}.mt-sm-1,.my-sm-1{margin-top:1rem!important}.mr-sm-1,.mx-sm-1{margin-right:1rem!important}.mb-sm-1,.my-sm-1{margin-bottom:1rem!important}.ml-sm-1,.mx-sm-1{margin-left:1rem!important}.m-sm-2{margin:2rem!important}.mt-sm-2,.my-sm-2{margin-top:2rem!important}.mr-sm-2,.mx-sm-2{margin-right:2rem!important}.mb-sm-2,.my-sm-2{margin-bottom:2rem!important}.ml-sm-2,.mx-sm-2{margin-left:2rem!important}.m-sm-3{margin:3rem!important}.mt-sm-3,.my-sm-3{margin-top:3rem!important}.mr-sm-3,.mx-sm-3{margin-right:3rem!important}.mb-sm-3,.my-sm-3{margin-bottom:3rem!important}.ml-sm-3,.mx-sm-3{margin-left:3rem!important}.m-sm-4{margin:4rem!important}.mt-sm-4,.my-sm-4{margin-top:4rem!important}.mr-sm-4,.mx-sm-4{margin-right:4rem!important}.mb-sm-4,.my-sm-4{margin-bottom:4rem!important}.ml-sm-4,.mx-sm-4{margin-left:4rem!important}.m-sm-5{margin:5rem!important}.mt-sm-5,.my-sm-5{margin-top:5rem!important}.mr-sm-5,.mx-sm-5{margin-right:5rem!important}.mb-sm-5,.my-sm-5{margin-bottom:5rem!important}.ml-sm-5,.mx-sm-5{margin-left:5rem!important}.m-sm-0-half{margin:.5rem!important}.mt-sm-0-half,.my-sm-0-half{margin-top:.5rem!important}.mr-sm-0-half,.mx-sm-0-half{margin-right:.5rem!important}.mb-sm-0-half,.my-sm-0-half{margin-bottom:.5rem!important}.ml-sm-0-half,.mx-sm-0-half{margin-left:.5rem!important}.m-sm-1-half{margin:1.5rem!important}.mt-sm-1-half,.my-sm-1-half{margin-top:1.5rem!important}.mr-sm-1-half,.mx-sm-1-half{margin-right:1.5rem!important}.mb-sm-1-half,.my-sm-1-half{margin-bottom:1.5rem!important}.ml-sm-1-half,.mx-sm-1-half{margin-left:1.5rem!important}.m-sm-2-half{margin:2.5rem!important}.mt-sm-2-half,.my-sm-2-half{margin-top:2.5rem!important}.mr-sm-2-half,.mx-sm-2-half{margin-right:2.5rem!important}.mb-sm-2-half,.my-sm-2-half{margin-bottom:2.5rem!important}.ml-sm-2-half,.mx-sm-2-half{margin-left:2.5rem!important}.m-sm-3-half{margin:3.5rem!important}.mt-sm-3-half,.my-sm-3-half{margin-top:3.5rem!important}.mr-sm-3-half,.mx-sm-3-half{margin-right:3.5rem!important}.mb-sm-3-half,.my-sm-3-half{margin-bottom:3.5rem!important}.ml-sm-3-half,.mx-sm-3-half{margin-left:3.5rem!important}.m-sm-4-half{margin:4.5rem!important}.mt-sm-4-half,.my-sm-4-half{margin-top:4.5rem!important}.mr-sm-4-half,.mx-sm-4-half{margin-right:4.5rem!important}.mb-sm-4-half,.my-sm-4-half{margin-bottom:4.5rem!important}.ml-sm-4-half,.mx-sm-4-half{margin-left:4.5rem!important}.m-sm-5-half{margin:5.5rem!important}.mt-sm-5-half,.my-sm-5-half{margin-top:5.5rem!important}.mr-sm-5-half,.mx-sm-5-half{margin-right:5.5rem!important}.mb-sm-5-half,.my-sm-5-half{margin-bottom:5.5rem!important}.ml-sm-5-half,.mx-sm-5-half{margin-left:5.5rem!important}.m-sm-6{margin:6rem!important}.mt-sm-6,.my-sm-6{margin-top:6rem!important}.mr-sm-6,.mx-sm-6{margin-right:6rem!important}.mb-sm-6,.my-sm-6{margin-bottom:6rem!important}.ml-sm-6,.mx-sm-6{margin-left:6rem!important}.m-sm-6-half{margin:6.5rem!important}.mt-sm-6-half,.my-sm-6-half{margin-top:6.5rem!important}.mr-sm-6-half,.mx-sm-6-half{margin-right:6.5rem!important}.mb-sm-6-half,.my-sm-6-half{margin-bottom:6.5rem!important}.ml-sm-6-half,.mx-sm-6-half{margin-left:6.5rem!important}.m-sm-7{margin:7rem!important}.mt-sm-7,.my-sm-7{margin-top:7rem!important}.mr-sm-7,.mx-sm-7{margin-right:7rem!important}.mb-sm-7,.my-sm-7{margin-bottom:7rem!important}.ml-sm-7,.mx-sm-7{margin-left:7rem!important}.m-sm-7-half{margin:7.5rem!important}.mt-sm-7-half,.my-sm-7-half{margin-top:7.5rem!important}.mr-sm-7-half,.mx-sm-7-half{margin-right:7.5rem!important}.mb-sm-7-half,.my-sm-7-half{margin-bottom:7.5rem!important}.ml-sm-7-half,.mx-sm-7-half{margin-left:7.5rem!important}.m-sm-8{margin:8rem!important}.mt-sm-8,.my-sm-8{margin-top:8rem!important}.mr-sm-8,.mx-sm-8{margin-right:8rem!important}.mb-sm-8,.my-sm-8{margin-bottom:8rem!important}.ml-sm-8,.mx-sm-8{margin-left:8rem!important}.m-sm-8-half{margin:8.5rem!important}.mt-sm-8-half,.my-sm-8-half{margin-top:8.5rem!important}.mr-sm-8-half,.mx-sm-8-half{margin-right:8.5rem!important}.mb-sm-8-half,.my-sm-8-half{margin-bottom:8.5rem!important}.ml-sm-8-half,.mx-sm-8-half{margin-left:8.5rem!important}.m-sm-9{margin:9rem!important}.mt-sm-9,.my-sm-9{margin-top:9rem!important}.mr-sm-9,.mx-sm-9{margin-right:9rem!important}.mb-sm-9,.my-sm-9{margin-bottom:9rem!important}.ml-sm-9,.mx-sm-9{margin-left:9rem!important}.m-sm-9-half{margin:9.5rem!important}.mt-sm-9-half,.my-sm-9-half{margin-top:9.5rem!important}.mr-sm-9-half,.mx-sm-9-half{margin-right:9.5rem!important}.mb-sm-9-half,.my-sm-9-half{margin-bottom:9.5rem!important}.ml-sm-9-half,.mx-sm-9-half{margin-left:9.5rem!important}.m-sm-10{margin:10rem!important}.mt-sm-10,.my-sm-10{margin-top:10rem!important}.mr-sm-10,.mx-sm-10{margin-right:10rem!important}.mb-sm-10,.my-sm-10{margin-bottom:10rem!important}.ml-sm-10,.mx-sm-10{margin-left:10rem!important}.m-sm-10-half{margin:10.5rem!important}.mt-sm-10-half,.my-sm-10-half{margin-top:10.5rem!important}.mr-sm-10-half,.mx-sm-10-half{margin-right:10.5rem!important}.mb-sm-10-half,.my-sm-10-half{margin-bottom:10.5rem!important}.ml-sm-10-half,.mx-sm-10-half{margin-left:10.5rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:1rem!important}.pt-sm-1,.py-sm-1{padding-top:1rem!important}.pr-sm-1,.px-sm-1{padding-right:1rem!important}.pb-sm-1,.py-sm-1{padding-bottom:1rem!important}.pl-sm-1,.px-sm-1{padding-left:1rem!important}.p-sm-2{padding:2rem!important}.pt-sm-2,.py-sm-2{padding-top:2rem!important}.pr-sm-2,.px-sm-2{padding-right:2rem!important}.pb-sm-2,.py-sm-2{padding-bottom:2rem!important}.pl-sm-2,.px-sm-2{padding-left:2rem!important}.p-sm-3{padding:3rem!important}.pt-sm-3,.py-sm-3{padding-top:3rem!important}.pr-sm-3,.px-sm-3{padding-right:3rem!important}.pb-sm-3,.py-sm-3{padding-bottom:3rem!important}.pl-sm-3,.px-sm-3{padding-left:3rem!important}.p-sm-4{padding:4rem!important}.pt-sm-4,.py-sm-4{padding-top:4rem!important}.pr-sm-4,.px-sm-4{padding-right:4rem!important}.pb-sm-4,.py-sm-4{padding-bottom:4rem!important}.pl-sm-4,.px-sm-4{padding-left:4rem!important}.p-sm-5{padding:5rem!important}.pt-sm-5,.py-sm-5{padding-top:5rem!important}.pr-sm-5,.px-sm-5{padding-right:5rem!important}.pb-sm-5,.py-sm-5{padding-bottom:5rem!important}.pl-sm-5,.px-sm-5{padding-left:5rem!important}.p-sm-0-half{padding:.5rem!important}.pt-sm-0-half,.py-sm-0-half{padding-top:.5rem!important}.pr-sm-0-half,.px-sm-0-half{padding-right:.5rem!important}.pb-sm-0-half,.py-sm-0-half{padding-bottom:.5rem!important}.pl-sm-0-half,.px-sm-0-half{padding-left:.5rem!important}.p-sm-1-half{padding:1.5rem!important}.pt-sm-1-half,.py-sm-1-half{padding-top:1.5rem!important}.pr-sm-1-half,.px-sm-1-half{padding-right:1.5rem!important}.pb-sm-1-half,.py-sm-1-half{padding-bottom:1.5rem!important}.pl-sm-1-half,.px-sm-1-half{padding-left:1.5rem!important}.p-sm-2-half{padding:2.5rem!important}.pt-sm-2-half,.py-sm-2-half{padding-top:2.5rem!important}.pr-sm-2-half,.px-sm-2-half{padding-right:2.5rem!important}.pb-sm-2-half,.py-sm-2-half{padding-bottom:2.5rem!important}.pl-sm-2-half,.px-sm-2-half{padding-left:2.5rem!important}.p-sm-3-half{padding:3.5rem!important}.pt-sm-3-half,.py-sm-3-half{padding-top:3.5rem!important}.pr-sm-3-half,.px-sm-3-half{padding-right:3.5rem!important}.pb-sm-3-half,.py-sm-3-half{padding-bottom:3.5rem!important}.pl-sm-3-half,.px-sm-3-half{padding-left:3.5rem!important}.p-sm-4-half{padding:4.5rem!important}.pt-sm-4-half,.py-sm-4-half{padding-top:4.5rem!important}.pr-sm-4-half,.px-sm-4-half{padding-right:4.5rem!important}.pb-sm-4-half,.py-sm-4-half{padding-bottom:4.5rem!important}.pl-sm-4-half,.px-sm-4-half{padding-left:4.5rem!important}.p-sm-5-half{padding:5.5rem!important}.pt-sm-5-half,.py-sm-5-half{padding-top:5.5rem!important}.pr-sm-5-half,.px-sm-5-half{padding-right:5.5rem!important}.pb-sm-5-half,.py-sm-5-half{padding-bottom:5.5rem!important}.pl-sm-5-half,.px-sm-5-half{padding-left:5.5rem!important}.p-sm-6{padding:6rem!important}.pt-sm-6,.py-sm-6{padding-top:6rem!important}.pr-sm-6,.px-sm-6{padding-right:6rem!important}.pb-sm-6,.py-sm-6{padding-bottom:6rem!important}.pl-sm-6,.px-sm-6{padding-left:6rem!important}.p-sm-6-half{padding:6.5rem!important}.pt-sm-6-half,.py-sm-6-half{padding-top:6.5rem!important}.pr-sm-6-half,.px-sm-6-half{padding-right:6.5rem!important}.pb-sm-6-half,.py-sm-6-half{padding-bottom:6.5rem!important}.pl-sm-6-half,.px-sm-6-half{padding-left:6.5rem!important}.p-sm-7{padding:7rem!important}.pt-sm-7,.py-sm-7{padding-top:7rem!important}.pr-sm-7,.px-sm-7{padding-right:7rem!important}.pb-sm-7,.py-sm-7{padding-bottom:7rem!important}.pl-sm-7,.px-sm-7{padding-left:7rem!important}.p-sm-7-half{padding:7.5rem!important}.pt-sm-7-half,.py-sm-7-half{padding-top:7.5rem!important}.pr-sm-7-half,.px-sm-7-half{padding-right:7.5rem!important}.pb-sm-7-half,.py-sm-7-half{padding-bottom:7.5rem!important}.pl-sm-7-half,.px-sm-7-half{padding-left:7.5rem!important}.p-sm-8{padding:8rem!important}.pt-sm-8,.py-sm-8{padding-top:8rem!important}.pr-sm-8,.px-sm-8{padding-right:8rem!important}.pb-sm-8,.py-sm-8{padding-bottom:8rem!important}.pl-sm-8,.px-sm-8{padding-left:8rem!important}.p-sm-8-half{padding:8.5rem!important}.pt-sm-8-half,.py-sm-8-half{padding-top:8.5rem!important}.pr-sm-8-half,.px-sm-8-half{padding-right:8.5rem!important}.pb-sm-8-half,.py-sm-8-half{padding-bottom:8.5rem!important}.pl-sm-8-half,.px-sm-8-half{padding-left:8.5rem!important}.p-sm-9{padding:9rem!important}.pt-sm-9,.py-sm-9{padding-top:9rem!important}.pr-sm-9,.px-sm-9{padding-right:9rem!important}.pb-sm-9,.py-sm-9{padding-bottom:9rem!important}.pl-sm-9,.px-sm-9{padding-left:9rem!important}.p-sm-9-half{padding:9.5rem!important}.pt-sm-9-half,.py-sm-9-half{padding-top:9.5rem!important}.pr-sm-9-half,.px-sm-9-half{padding-right:9.5rem!important}.pb-sm-9-half,.py-sm-9-half{padding-bottom:9.5rem!important}.pl-sm-9-half,.px-sm-9-half{padding-left:9.5rem!important}.p-sm-10{padding:10rem!important}.pt-sm-10,.py-sm-10{padding-top:10rem!important}.pr-sm-10,.px-sm-10{padding-right:10rem!important}.pb-sm-10,.py-sm-10{padding-bottom:10rem!important}.pl-sm-10,.px-sm-10{padding-left:10rem!important}.p-sm-10-half{padding:10.5rem!important}.pt-sm-10-half,.py-sm-10-half{padding-top:10.5rem!important}.pr-sm-10-half,.px-sm-10-half{padding-right:10.5rem!important}.pb-sm-10-half,.py-sm-10-half{padding-bottom:10.5rem!important}.pl-sm-10-half,.px-sm-10-half{padding-left:10.5rem!important}.m-sm-n1{margin:-1rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-1rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-1rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-1rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-1rem!important}.m-sm-n2{margin:-2rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-2rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-2rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-2rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-2rem!important}.m-sm-n3{margin:-3rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-3rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-3rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-3rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-3rem!important}.m-sm-n4{margin:-4rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-4rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-4rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-4rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-4rem!important}.m-sm-n5{margin:-5rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-5rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-5rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-5rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-5rem!important}.m-sm-n0-half{margin:-.5rem!important}.mt-sm-n0-half,.my-sm-n0-half{margin-top:-.5rem!important}.mr-sm-n0-half,.mx-sm-n0-half{margin-right:-.5rem!important}.mb-sm-n0-half,.my-sm-n0-half{margin-bottom:-.5rem!important}.ml-sm-n0-half,.mx-sm-n0-half{margin-left:-.5rem!important}.m-sm-n1-half{margin:-1.5rem!important}.mt-sm-n1-half,.my-sm-n1-half{margin-top:-1.5rem!important}.mr-sm-n1-half,.mx-sm-n1-half{margin-right:-1.5rem!important}.mb-sm-n1-half,.my-sm-n1-half{margin-bottom:-1.5rem!important}.ml-sm-n1-half,.mx-sm-n1-half{margin-left:-1.5rem!important}.m-sm-n2-half{margin:-2.5rem!important}.mt-sm-n2-half,.my-sm-n2-half{margin-top:-2.5rem!important}.mr-sm-n2-half,.mx-sm-n2-half{margin-right:-2.5rem!important}.mb-sm-n2-half,.my-sm-n2-half{margin-bottom:-2.5rem!important}.ml-sm-n2-half,.mx-sm-n2-half{margin-left:-2.5rem!important}.m-sm-n3-half{margin:-3.5rem!important}.mt-sm-n3-half,.my-sm-n3-half{margin-top:-3.5rem!important}.mr-sm-n3-half,.mx-sm-n3-half{margin-right:-3.5rem!important}.mb-sm-n3-half,.my-sm-n3-half{margin-bottom:-3.5rem!important}.ml-sm-n3-half,.mx-sm-n3-half{margin-left:-3.5rem!important}.m-sm-n4-half{margin:-4.5rem!important}.mt-sm-n4-half,.my-sm-n4-half{margin-top:-4.5rem!important}.mr-sm-n4-half,.mx-sm-n4-half{margin-right:-4.5rem!important}.mb-sm-n4-half,.my-sm-n4-half{margin-bottom:-4.5rem!important}.ml-sm-n4-half,.mx-sm-n4-half{margin-left:-4.5rem!important}.m-sm-n5-half{margin:-5.5rem!important}.mt-sm-n5-half,.my-sm-n5-half{margin-top:-5.5rem!important}.mr-sm-n5-half,.mx-sm-n5-half{margin-right:-5.5rem!important}.mb-sm-n5-half,.my-sm-n5-half{margin-bottom:-5.5rem!important}.ml-sm-n5-half,.mx-sm-n5-half{margin-left:-5.5rem!important}.m-sm-n6{margin:-6rem!important}.mt-sm-n6,.my-sm-n6{margin-top:-6rem!important}.mr-sm-n6,.mx-sm-n6{margin-right:-6rem!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-6rem!important}.ml-sm-n6,.mx-sm-n6{margin-left:-6rem!important}.m-sm-n6-half{margin:-6.5rem!important}.mt-sm-n6-half,.my-sm-n6-half{margin-top:-6.5rem!important}.mr-sm-n6-half,.mx-sm-n6-half{margin-right:-6.5rem!important}.mb-sm-n6-half,.my-sm-n6-half{margin-bottom:-6.5rem!important}.ml-sm-n6-half,.mx-sm-n6-half{margin-left:-6.5rem!important}.m-sm-n7{margin:-7rem!important}.mt-sm-n7,.my-sm-n7{margin-top:-7rem!important}.mr-sm-n7,.mx-sm-n7{margin-right:-7rem!important}.mb-sm-n7,.my-sm-n7{margin-bottom:-7rem!important}.ml-sm-n7,.mx-sm-n7{margin-left:-7rem!important}.m-sm-n7-half{margin:-7.5rem!important}.mt-sm-n7-half,.my-sm-n7-half{margin-top:-7.5rem!important}.mr-sm-n7-half,.mx-sm-n7-half{margin-right:-7.5rem!important}.mb-sm-n7-half,.my-sm-n7-half{margin-bottom:-7.5rem!important}.ml-sm-n7-half,.mx-sm-n7-half{margin-left:-7.5rem!important}.m-sm-n8{margin:-8rem!important}.mt-sm-n8,.my-sm-n8{margin-top:-8rem!important}.mr-sm-n8,.mx-sm-n8{margin-right:-8rem!important}.mb-sm-n8,.my-sm-n8{margin-bottom:-8rem!important}.ml-sm-n8,.mx-sm-n8{margin-left:-8rem!important}.m-sm-n8-half{margin:-8.5rem!important}.mt-sm-n8-half,.my-sm-n8-half{margin-top:-8.5rem!important}.mr-sm-n8-half,.mx-sm-n8-half{margin-right:-8.5rem!important}.mb-sm-n8-half,.my-sm-n8-half{margin-bottom:-8.5rem!important}.ml-sm-n8-half,.mx-sm-n8-half{margin-left:-8.5rem!important}.m-sm-n9{margin:-9rem!important}.mt-sm-n9,.my-sm-n9{margin-top:-9rem!important}.mr-sm-n9,.mx-sm-n9{margin-right:-9rem!important}.mb-sm-n9,.my-sm-n9{margin-bottom:-9rem!important}.ml-sm-n9,.mx-sm-n9{margin-left:-9rem!important}.m-sm-n9-half{margin:-9.5rem!important}.mt-sm-n9-half,.my-sm-n9-half{margin-top:-9.5rem!important}.mr-sm-n9-half,.mx-sm-n9-half{margin-right:-9.5rem!important}.mb-sm-n9-half,.my-sm-n9-half{margin-bottom:-9.5rem!important}.ml-sm-n9-half,.mx-sm-n9-half{margin-left:-9.5rem!important}.m-sm-n10{margin:-10rem!important}.mt-sm-n10,.my-sm-n10{margin-top:-10rem!important}.mr-sm-n10,.mx-sm-n10{margin-right:-10rem!important}.mb-sm-n10,.my-sm-n10{margin-bottom:-10rem!important}.ml-sm-n10,.mx-sm-n10{margin-left:-10rem!important}.m-sm-n10-half{margin:-10.5rem!important}.mt-sm-n10-half,.my-sm-n10-half{margin-top:-10.5rem!important}.mr-sm-n10-half,.mx-sm-n10-half{margin-right:-10.5rem!important}.mb-sm-n10-half,.my-sm-n10-half{margin-bottom:-10.5rem!important}.ml-sm-n10-half,.mx-sm-n10-half{margin-left:-10.5rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:1rem!important}.mt-md-1,.my-md-1{margin-top:1rem!important}.mr-md-1,.mx-md-1{margin-right:1rem!important}.mb-md-1,.my-md-1{margin-bottom:1rem!important}.ml-md-1,.mx-md-1{margin-left:1rem!important}.m-md-2{margin:2rem!important}.mt-md-2,.my-md-2{margin-top:2rem!important}.mr-md-2,.mx-md-2{margin-right:2rem!important}.mb-md-2,.my-md-2{margin-bottom:2rem!important}.ml-md-2,.mx-md-2{margin-left:2rem!important}.m-md-3{margin:3rem!important}.mt-md-3,.my-md-3{margin-top:3rem!important}.mr-md-3,.mx-md-3{margin-right:3rem!important}.mb-md-3,.my-md-3{margin-bottom:3rem!important}.ml-md-3,.mx-md-3{margin-left:3rem!important}.m-md-4{margin:4rem!important}.mt-md-4,.my-md-4{margin-top:4rem!important}.mr-md-4,.mx-md-4{margin-right:4rem!important}.mb-md-4,.my-md-4{margin-bottom:4rem!important}.ml-md-4,.mx-md-4{margin-left:4rem!important}.m-md-5{margin:5rem!important}.mt-md-5,.my-md-5{margin-top:5rem!important}.mr-md-5,.mx-md-5{margin-right:5rem!important}.mb-md-5,.my-md-5{margin-bottom:5rem!important}.ml-md-5,.mx-md-5{margin-left:5rem!important}.m-md-0-half{margin:.5rem!important}.mt-md-0-half,.my-md-0-half{margin-top:.5rem!important}.mr-md-0-half,.mx-md-0-half{margin-right:.5rem!important}.mb-md-0-half,.my-md-0-half{margin-bottom:.5rem!important}.ml-md-0-half,.mx-md-0-half{margin-left:.5rem!important}.m-md-1-half{margin:1.5rem!important}.mt-md-1-half,.my-md-1-half{margin-top:1.5rem!important}.mr-md-1-half,.mx-md-1-half{margin-right:1.5rem!important}.mb-md-1-half,.my-md-1-half{margin-bottom:1.5rem!important}.ml-md-1-half,.mx-md-1-half{margin-left:1.5rem!important}.m-md-2-half{margin:2.5rem!important}.mt-md-2-half,.my-md-2-half{margin-top:2.5rem!important}.mr-md-2-half,.mx-md-2-half{margin-right:2.5rem!important}.mb-md-2-half,.my-md-2-half{margin-bottom:2.5rem!important}.ml-md-2-half,.mx-md-2-half{margin-left:2.5rem!important}.m-md-3-half{margin:3.5rem!important}.mt-md-3-half,.my-md-3-half{margin-top:3.5rem!important}.mr-md-3-half,.mx-md-3-half{margin-right:3.5rem!important}.mb-md-3-half,.my-md-3-half{margin-bottom:3.5rem!important}.ml-md-3-half,.mx-md-3-half{margin-left:3.5rem!important}.m-md-4-half{margin:4.5rem!important}.mt-md-4-half,.my-md-4-half{margin-top:4.5rem!important}.mr-md-4-half,.mx-md-4-half{margin-right:4.5rem!important}.mb-md-4-half,.my-md-4-half{margin-bottom:4.5rem!important}.ml-md-4-half,.mx-md-4-half{margin-left:4.5rem!important}.m-md-5-half{margin:5.5rem!important}.mt-md-5-half,.my-md-5-half{margin-top:5.5rem!important}.mr-md-5-half,.mx-md-5-half{margin-right:5.5rem!important}.mb-md-5-half,.my-md-5-half{margin-bottom:5.5rem!important}.ml-md-5-half,.mx-md-5-half{margin-left:5.5rem!important}.m-md-6{margin:6rem!important}.mt-md-6,.my-md-6{margin-top:6rem!important}.mr-md-6,.mx-md-6{margin-right:6rem!important}.mb-md-6,.my-md-6{margin-bottom:6rem!important}.ml-md-6,.mx-md-6{margin-left:6rem!important}.m-md-6-half{margin:6.5rem!important}.mt-md-6-half,.my-md-6-half{margin-top:6.5rem!important}.mr-md-6-half,.mx-md-6-half{margin-right:6.5rem!important}.mb-md-6-half,.my-md-6-half{margin-bottom:6.5rem!important}.ml-md-6-half,.mx-md-6-half{margin-left:6.5rem!important}.m-md-7{margin:7rem!important}.mt-md-7,.my-md-7{margin-top:7rem!important}.mr-md-7,.mx-md-7{margin-right:7rem!important}.mb-md-7,.my-md-7{margin-bottom:7rem!important}.ml-md-7,.mx-md-7{margin-left:7rem!important}.m-md-7-half{margin:7.5rem!important}.mt-md-7-half,.my-md-7-half{margin-top:7.5rem!important}.mr-md-7-half,.mx-md-7-half{margin-right:7.5rem!important}.mb-md-7-half,.my-md-7-half{margin-bottom:7.5rem!important}.ml-md-7-half,.mx-md-7-half{margin-left:7.5rem!important}.m-md-8{margin:8rem!important}.mt-md-8,.my-md-8{margin-top:8rem!important}.mr-md-8,.mx-md-8{margin-right:8rem!important}.mb-md-8,.my-md-8{margin-bottom:8rem!important}.ml-md-8,.mx-md-8{margin-left:8rem!important}.m-md-8-half{margin:8.5rem!important}.mt-md-8-half,.my-md-8-half{margin-top:8.5rem!important}.mr-md-8-half,.mx-md-8-half{margin-right:8.5rem!important}.mb-md-8-half,.my-md-8-half{margin-bottom:8.5rem!important}.ml-md-8-half,.mx-md-8-half{margin-left:8.5rem!important}.m-md-9{margin:9rem!important}.mt-md-9,.my-md-9{margin-top:9rem!important}.mr-md-9,.mx-md-9{margin-right:9rem!important}.mb-md-9,.my-md-9{margin-bottom:9rem!important}.ml-md-9,.mx-md-9{margin-left:9rem!important}.m-md-9-half{margin:9.5rem!important}.mt-md-9-half,.my-md-9-half{margin-top:9.5rem!important}.mr-md-9-half,.mx-md-9-half{margin-right:9.5rem!important}.mb-md-9-half,.my-md-9-half{margin-bottom:9.5rem!important}.ml-md-9-half,.mx-md-9-half{margin-left:9.5rem!important}.m-md-10{margin:10rem!important}.mt-md-10,.my-md-10{margin-top:10rem!important}.mr-md-10,.mx-md-10{margin-right:10rem!important}.mb-md-10,.my-md-10{margin-bottom:10rem!important}.ml-md-10,.mx-md-10{margin-left:10rem!important}.m-md-10-half{margin:10.5rem!important}.mt-md-10-half,.my-md-10-half{margin-top:10.5rem!important}.mr-md-10-half,.mx-md-10-half{margin-right:10.5rem!important}.mb-md-10-half,.my-md-10-half{margin-bottom:10.5rem!important}.ml-md-10-half,.mx-md-10-half{margin-left:10.5rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:1rem!important}.pt-md-1,.py-md-1{padding-top:1rem!important}.pr-md-1,.px-md-1{padding-right:1rem!important}.pb-md-1,.py-md-1{padding-bottom:1rem!important}.pl-md-1,.px-md-1{padding-left:1rem!important}.p-md-2{padding:2rem!important}.pt-md-2,.py-md-2{padding-top:2rem!important}.pr-md-2,.px-md-2{padding-right:2rem!important}.pb-md-2,.py-md-2{padding-bottom:2rem!important}.pl-md-2,.px-md-2{padding-left:2rem!important}.p-md-3{padding:3rem!important}.pt-md-3,.py-md-3{padding-top:3rem!important}.pr-md-3,.px-md-3{padding-right:3rem!important}.pb-md-3,.py-md-3{padding-bottom:3rem!important}.pl-md-3,.px-md-3{padding-left:3rem!important}.p-md-4{padding:4rem!important}.pt-md-4,.py-md-4{padding-top:4rem!important}.pr-md-4,.px-md-4{padding-right:4rem!important}.pb-md-4,.py-md-4{padding-bottom:4rem!important}.pl-md-4,.px-md-4{padding-left:4rem!important}.p-md-5{padding:5rem!important}.pt-md-5,.py-md-5{padding-top:5rem!important}.pr-md-5,.px-md-5{padding-right:5rem!important}.pb-md-5,.py-md-5{padding-bottom:5rem!important}.pl-md-5,.px-md-5{padding-left:5rem!important}.p-md-0-half{padding:.5rem!important}.pt-md-0-half,.py-md-0-half{padding-top:.5rem!important}.pr-md-0-half,.px-md-0-half{padding-right:.5rem!important}.pb-md-0-half,.py-md-0-half{padding-bottom:.5rem!important}.pl-md-0-half,.px-md-0-half{padding-left:.5rem!important}.p-md-1-half{padding:1.5rem!important}.pt-md-1-half,.py-md-1-half{padding-top:1.5rem!important}.pr-md-1-half,.px-md-1-half{padding-right:1.5rem!important}.pb-md-1-half,.py-md-1-half{padding-bottom:1.5rem!important}.pl-md-1-half,.px-md-1-half{padding-left:1.5rem!important}.p-md-2-half{padding:2.5rem!important}.pt-md-2-half,.py-md-2-half{padding-top:2.5rem!important}.pr-md-2-half,.px-md-2-half{padding-right:2.5rem!important}.pb-md-2-half,.py-md-2-half{padding-bottom:2.5rem!important}.pl-md-2-half,.px-md-2-half{padding-left:2.5rem!important}.p-md-3-half{padding:3.5rem!important}.pt-md-3-half,.py-md-3-half{padding-top:3.5rem!important}.pr-md-3-half,.px-md-3-half{padding-right:3.5rem!important}.pb-md-3-half,.py-md-3-half{padding-bottom:3.5rem!important}.pl-md-3-half,.px-md-3-half{padding-left:3.5rem!important}.p-md-4-half{padding:4.5rem!important}.pt-md-4-half,.py-md-4-half{padding-top:4.5rem!important}.pr-md-4-half,.px-md-4-half{padding-right:4.5rem!important}.pb-md-4-half,.py-md-4-half{padding-bottom:4.5rem!important}.pl-md-4-half,.px-md-4-half{padding-left:4.5rem!important}.p-md-5-half{padding:5.5rem!important}.pt-md-5-half,.py-md-5-half{padding-top:5.5rem!important}.pr-md-5-half,.px-md-5-half{padding-right:5.5rem!important}.pb-md-5-half,.py-md-5-half{padding-bottom:5.5rem!important}.pl-md-5-half,.px-md-5-half{padding-left:5.5rem!important}.p-md-6{padding:6rem!important}.pt-md-6,.py-md-6{padding-top:6rem!important}.pr-md-6,.px-md-6{padding-right:6rem!important}.pb-md-6,.py-md-6{padding-bottom:6rem!important}.pl-md-6,.px-md-6{padding-left:6rem!important}.p-md-6-half{padding:6.5rem!important}.pt-md-6-half,.py-md-6-half{padding-top:6.5rem!important}.pr-md-6-half,.px-md-6-half{padding-right:6.5rem!important}.pb-md-6-half,.py-md-6-half{padding-bottom:6.5rem!important}.pl-md-6-half,.px-md-6-half{padding-left:6.5rem!important}.p-md-7{padding:7rem!important}.pt-md-7,.py-md-7{padding-top:7rem!important}.pr-md-7,.px-md-7{padding-right:7rem!important}.pb-md-7,.py-md-7{padding-bottom:7rem!important}.pl-md-7,.px-md-7{padding-left:7rem!important}.p-md-7-half{padding:7.5rem!important}.pt-md-7-half,.py-md-7-half{padding-top:7.5rem!important}.pr-md-7-half,.px-md-7-half{padding-right:7.5rem!important}.pb-md-7-half,.py-md-7-half{padding-bottom:7.5rem!important}.pl-md-7-half,.px-md-7-half{padding-left:7.5rem!important}.p-md-8{padding:8rem!important}.pt-md-8,.py-md-8{padding-top:8rem!important}.pr-md-8,.px-md-8{padding-right:8rem!important}.pb-md-8,.py-md-8{padding-bottom:8rem!important}.pl-md-8,.px-md-8{padding-left:8rem!important}.p-md-8-half{padding:8.5rem!important}.pt-md-8-half,.py-md-8-half{padding-top:8.5rem!important}.pr-md-8-half,.px-md-8-half{padding-right:8.5rem!important}.pb-md-8-half,.py-md-8-half{padding-bottom:8.5rem!important}.pl-md-8-half,.px-md-8-half{padding-left:8.5rem!important}.p-md-9{padding:9rem!important}.pt-md-9,.py-md-9{padding-top:9rem!important}.pr-md-9,.px-md-9{padding-right:9rem!important}.pb-md-9,.py-md-9{padding-bottom:9rem!important}.pl-md-9,.px-md-9{padding-left:9rem!important}.p-md-9-half{padding:9.5rem!important}.pt-md-9-half,.py-md-9-half{padding-top:9.5rem!important}.pr-md-9-half,.px-md-9-half{padding-right:9.5rem!important}.pb-md-9-half,.py-md-9-half{padding-bottom:9.5rem!important}.pl-md-9-half,.px-md-9-half{padding-left:9.5rem!important}.p-md-10{padding:10rem!important}.pt-md-10,.py-md-10{padding-top:10rem!important}.pr-md-10,.px-md-10{padding-right:10rem!important}.pb-md-10,.py-md-10{padding-bottom:10rem!important}.pl-md-10,.px-md-10{padding-left:10rem!important}.p-md-10-half{padding:10.5rem!important}.pt-md-10-half,.py-md-10-half{padding-top:10.5rem!important}.pr-md-10-half,.px-md-10-half{padding-right:10.5rem!important}.pb-md-10-half,.py-md-10-half{padding-bottom:10.5rem!important}.pl-md-10-half,.px-md-10-half{padding-left:10.5rem!important}.m-md-n1{margin:-1rem!important}.mt-md-n1,.my-md-n1{margin-top:-1rem!important}.mr-md-n1,.mx-md-n1{margin-right:-1rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-1rem!important}.ml-md-n1,.mx-md-n1{margin-left:-1rem!important}.m-md-n2{margin:-2rem!important}.mt-md-n2,.my-md-n2{margin-top:-2rem!important}.mr-md-n2,.mx-md-n2{margin-right:-2rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-2rem!important}.ml-md-n2,.mx-md-n2{margin-left:-2rem!important}.m-md-n3{margin:-3rem!important}.mt-md-n3,.my-md-n3{margin-top:-3rem!important}.mr-md-n3,.mx-md-n3{margin-right:-3rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-3rem!important}.ml-md-n3,.mx-md-n3{margin-left:-3rem!important}.m-md-n4{margin:-4rem!important}.mt-md-n4,.my-md-n4{margin-top:-4rem!important}.mr-md-n4,.mx-md-n4{margin-right:-4rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-4rem!important}.ml-md-n4,.mx-md-n4{margin-left:-4rem!important}.m-md-n5{margin:-5rem!important}.mt-md-n5,.my-md-n5{margin-top:-5rem!important}.mr-md-n5,.mx-md-n5{margin-right:-5rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-5rem!important}.ml-md-n5,.mx-md-n5{margin-left:-5rem!important}.m-md-n0-half{margin:-.5rem!important}.mt-md-n0-half,.my-md-n0-half{margin-top:-.5rem!important}.mr-md-n0-half,.mx-md-n0-half{margin-right:-.5rem!important}.mb-md-n0-half,.my-md-n0-half{margin-bottom:-.5rem!important}.ml-md-n0-half,.mx-md-n0-half{margin-left:-.5rem!important}.m-md-n1-half{margin:-1.5rem!important}.mt-md-n1-half,.my-md-n1-half{margin-top:-1.5rem!important}.mr-md-n1-half,.mx-md-n1-half{margin-right:-1.5rem!important}.mb-md-n1-half,.my-md-n1-half{margin-bottom:-1.5rem!important}.ml-md-n1-half,.mx-md-n1-half{margin-left:-1.5rem!important}.m-md-n2-half{margin:-2.5rem!important}.mt-md-n2-half,.my-md-n2-half{margin-top:-2.5rem!important}.mr-md-n2-half,.mx-md-n2-half{margin-right:-2.5rem!important}.mb-md-n2-half,.my-md-n2-half{margin-bottom:-2.5rem!important}.ml-md-n2-half,.mx-md-n2-half{margin-left:-2.5rem!important}.m-md-n3-half{margin:-3.5rem!important}.mt-md-n3-half,.my-md-n3-half{margin-top:-3.5rem!important}.mr-md-n3-half,.mx-md-n3-half{margin-right:-3.5rem!important}.mb-md-n3-half,.my-md-n3-half{margin-bottom:-3.5rem!important}.ml-md-n3-half,.mx-md-n3-half{margin-left:-3.5rem!important}.m-md-n4-half{margin:-4.5rem!important}.mt-md-n4-half,.my-md-n4-half{margin-top:-4.5rem!important}.mr-md-n4-half,.mx-md-n4-half{margin-right:-4.5rem!important}.mb-md-n4-half,.my-md-n4-half{margin-bottom:-4.5rem!important}.ml-md-n4-half,.mx-md-n4-half{margin-left:-4.5rem!important}.m-md-n5-half{margin:-5.5rem!important}.mt-md-n5-half,.my-md-n5-half{margin-top:-5.5rem!important}.mr-md-n5-half,.mx-md-n5-half{margin-right:-5.5rem!important}.mb-md-n5-half,.my-md-n5-half{margin-bottom:-5.5rem!important}.ml-md-n5-half,.mx-md-n5-half{margin-left:-5.5rem!important}.m-md-n6{margin:-6rem!important}.mt-md-n6,.my-md-n6{margin-top:-6rem!important}.mr-md-n6,.mx-md-n6{margin-right:-6rem!important}.mb-md-n6,.my-md-n6{margin-bottom:-6rem!important}.ml-md-n6,.mx-md-n6{margin-left:-6rem!important}.m-md-n6-half{margin:-6.5rem!important}.mt-md-n6-half,.my-md-n6-half{margin-top:-6.5rem!important}.mr-md-n6-half,.mx-md-n6-half{margin-right:-6.5rem!important}.mb-md-n6-half,.my-md-n6-half{margin-bottom:-6.5rem!important}.ml-md-n6-half,.mx-md-n6-half{margin-left:-6.5rem!important}.m-md-n7{margin:-7rem!important}.mt-md-n7,.my-md-n7{margin-top:-7rem!important}.mr-md-n7,.mx-md-n7{margin-right:-7rem!important}.mb-md-n7,.my-md-n7{margin-bottom:-7rem!important}.ml-md-n7,.mx-md-n7{margin-left:-7rem!important}.m-md-n7-half{margin:-7.5rem!important}.mt-md-n7-half,.my-md-n7-half{margin-top:-7.5rem!important}.mr-md-n7-half,.mx-md-n7-half{margin-right:-7.5rem!important}.mb-md-n7-half,.my-md-n7-half{margin-bottom:-7.5rem!important}.ml-md-n7-half,.mx-md-n7-half{margin-left:-7.5rem!important}.m-md-n8{margin:-8rem!important}.mt-md-n8,.my-md-n8{margin-top:-8rem!important}.mr-md-n8,.mx-md-n8{margin-right:-8rem!important}.mb-md-n8,.my-md-n8{margin-bottom:-8rem!important}.ml-md-n8,.mx-md-n8{margin-left:-8rem!important}.m-md-n8-half{margin:-8.5rem!important}.mt-md-n8-half,.my-md-n8-half{margin-top:-8.5rem!important}.mr-md-n8-half,.mx-md-n8-half{margin-right:-8.5rem!important}.mb-md-n8-half,.my-md-n8-half{margin-bottom:-8.5rem!important}.ml-md-n8-half,.mx-md-n8-half{margin-left:-8.5rem!important}.m-md-n9{margin:-9rem!important}.mt-md-n9,.my-md-n9{margin-top:-9rem!important}.mr-md-n9,.mx-md-n9{margin-right:-9rem!important}.mb-md-n9,.my-md-n9{margin-bottom:-9rem!important}.ml-md-n9,.mx-md-n9{margin-left:-9rem!important}.m-md-n9-half{margin:-9.5rem!important}.mt-md-n9-half,.my-md-n9-half{margin-top:-9.5rem!important}.mr-md-n9-half,.mx-md-n9-half{margin-right:-9.5rem!important}.mb-md-n9-half,.my-md-n9-half{margin-bottom:-9.5rem!important}.ml-md-n9-half,.mx-md-n9-half{margin-left:-9.5rem!important}.m-md-n10{margin:-10rem!important}.mt-md-n10,.my-md-n10{margin-top:-10rem!important}.mr-md-n10,.mx-md-n10{margin-right:-10rem!important}.mb-md-n10,.my-md-n10{margin-bottom:-10rem!important}.ml-md-n10,.mx-md-n10{margin-left:-10rem!important}.m-md-n10-half{margin:-10.5rem!important}.mt-md-n10-half,.my-md-n10-half{margin-top:-10.5rem!important}.mr-md-n10-half,.mx-md-n10-half{margin-right:-10.5rem!important}.mb-md-n10-half,.my-md-n10-half{margin-bottom:-10.5rem!important}.ml-md-n10-half,.mx-md-n10-half{margin-left:-10.5rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:1rem!important}.mt-lg-1,.my-lg-1{margin-top:1rem!important}.mr-lg-1,.mx-lg-1{margin-right:1rem!important}.mb-lg-1,.my-lg-1{margin-bottom:1rem!important}.ml-lg-1,.mx-lg-1{margin-left:1rem!important}.m-lg-2{margin:2rem!important}.mt-lg-2,.my-lg-2{margin-top:2rem!important}.mr-lg-2,.mx-lg-2{margin-right:2rem!important}.mb-lg-2,.my-lg-2{margin-bottom:2rem!important}.ml-lg-2,.mx-lg-2{margin-left:2rem!important}.m-lg-3{margin:3rem!important}.mt-lg-3,.my-lg-3{margin-top:3rem!important}.mr-lg-3,.mx-lg-3{margin-right:3rem!important}.mb-lg-3,.my-lg-3{margin-bottom:3rem!important}.ml-lg-3,.mx-lg-3{margin-left:3rem!important}.m-lg-4{margin:4rem!important}.mt-lg-4,.my-lg-4{margin-top:4rem!important}.mr-lg-4,.mx-lg-4{margin-right:4rem!important}.mb-lg-4,.my-lg-4{margin-bottom:4rem!important}.ml-lg-4,.mx-lg-4{margin-left:4rem!important}.m-lg-5{margin:5rem!important}.mt-lg-5,.my-lg-5{margin-top:5rem!important}.mr-lg-5,.mx-lg-5{margin-right:5rem!important}.mb-lg-5,.my-lg-5{margin-bottom:5rem!important}.ml-lg-5,.mx-lg-5{margin-left:5rem!important}.m-lg-0-half{margin:.5rem!important}.mt-lg-0-half,.my-lg-0-half{margin-top:.5rem!important}.mr-lg-0-half,.mx-lg-0-half{margin-right:.5rem!important}.mb-lg-0-half,.my-lg-0-half{margin-bottom:.5rem!important}.ml-lg-0-half,.mx-lg-0-half{margin-left:.5rem!important}.m-lg-1-half{margin:1.5rem!important}.mt-lg-1-half,.my-lg-1-half{margin-top:1.5rem!important}.mr-lg-1-half,.mx-lg-1-half{margin-right:1.5rem!important}.mb-lg-1-half,.my-lg-1-half{margin-bottom:1.5rem!important}.ml-lg-1-half,.mx-lg-1-half{margin-left:1.5rem!important}.m-lg-2-half{margin:2.5rem!important}.mt-lg-2-half,.my-lg-2-half{margin-top:2.5rem!important}.mr-lg-2-half,.mx-lg-2-half{margin-right:2.5rem!important}.mb-lg-2-half,.my-lg-2-half{margin-bottom:2.5rem!important}.ml-lg-2-half,.mx-lg-2-half{margin-left:2.5rem!important}.m-lg-3-half{margin:3.5rem!important}.mt-lg-3-half,.my-lg-3-half{margin-top:3.5rem!important}.mr-lg-3-half,.mx-lg-3-half{margin-right:3.5rem!important}.mb-lg-3-half,.my-lg-3-half{margin-bottom:3.5rem!important}.ml-lg-3-half,.mx-lg-3-half{margin-left:3.5rem!important}.m-lg-4-half{margin:4.5rem!important}.mt-lg-4-half,.my-lg-4-half{margin-top:4.5rem!important}.mr-lg-4-half,.mx-lg-4-half{margin-right:4.5rem!important}.mb-lg-4-half,.my-lg-4-half{margin-bottom:4.5rem!important}.ml-lg-4-half,.mx-lg-4-half{margin-left:4.5rem!important}.m-lg-5-half{margin:5.5rem!important}.mt-lg-5-half,.my-lg-5-half{margin-top:5.5rem!important}.mr-lg-5-half,.mx-lg-5-half{margin-right:5.5rem!important}.mb-lg-5-half,.my-lg-5-half{margin-bottom:5.5rem!important}.ml-lg-5-half,.mx-lg-5-half{margin-left:5.5rem!important}.m-lg-6{margin:6rem!important}.mt-lg-6,.my-lg-6{margin-top:6rem!important}.mr-lg-6,.mx-lg-6{margin-right:6rem!important}.mb-lg-6,.my-lg-6{margin-bottom:6rem!important}.ml-lg-6,.mx-lg-6{margin-left:6rem!important}.m-lg-6-half{margin:6.5rem!important}.mt-lg-6-half,.my-lg-6-half{margin-top:6.5rem!important}.mr-lg-6-half,.mx-lg-6-half{margin-right:6.5rem!important}.mb-lg-6-half,.my-lg-6-half{margin-bottom:6.5rem!important}.ml-lg-6-half,.mx-lg-6-half{margin-left:6.5rem!important}.m-lg-7{margin:7rem!important}.mt-lg-7,.my-lg-7{margin-top:7rem!important}.mr-lg-7,.mx-lg-7{margin-right:7rem!important}.mb-lg-7,.my-lg-7{margin-bottom:7rem!important}.ml-lg-7,.mx-lg-7{margin-left:7rem!important}.m-lg-7-half{margin:7.5rem!important}.mt-lg-7-half,.my-lg-7-half{margin-top:7.5rem!important}.mr-lg-7-half,.mx-lg-7-half{margin-right:7.5rem!important}.mb-lg-7-half,.my-lg-7-half{margin-bottom:7.5rem!important}.ml-lg-7-half,.mx-lg-7-half{margin-left:7.5rem!important}.m-lg-8{margin:8rem!important}.mt-lg-8,.my-lg-8{margin-top:8rem!important}.mr-lg-8,.mx-lg-8{margin-right:8rem!important}.mb-lg-8,.my-lg-8{margin-bottom:8rem!important}.ml-lg-8,.mx-lg-8{margin-left:8rem!important}.m-lg-8-half{margin:8.5rem!important}.mt-lg-8-half,.my-lg-8-half{margin-top:8.5rem!important}.mr-lg-8-half,.mx-lg-8-half{margin-right:8.5rem!important}.mb-lg-8-half,.my-lg-8-half{margin-bottom:8.5rem!important}.ml-lg-8-half,.mx-lg-8-half{margin-left:8.5rem!important}.m-lg-9{margin:9rem!important}.mt-lg-9,.my-lg-9{margin-top:9rem!important}.mr-lg-9,.mx-lg-9{margin-right:9rem!important}.mb-lg-9,.my-lg-9{margin-bottom:9rem!important}.ml-lg-9,.mx-lg-9{margin-left:9rem!important}.m-lg-9-half{margin:9.5rem!important}.mt-lg-9-half,.my-lg-9-half{margin-top:9.5rem!important}.mr-lg-9-half,.mx-lg-9-half{margin-right:9.5rem!important}.mb-lg-9-half,.my-lg-9-half{margin-bottom:9.5rem!important}.ml-lg-9-half,.mx-lg-9-half{margin-left:9.5rem!important}.m-lg-10{margin:10rem!important}.mt-lg-10,.my-lg-10{margin-top:10rem!important}.mr-lg-10,.mx-lg-10{margin-right:10rem!important}.mb-lg-10,.my-lg-10{margin-bottom:10rem!important}.ml-lg-10,.mx-lg-10{margin-left:10rem!important}.m-lg-10-half{margin:10.5rem!important}.mt-lg-10-half,.my-lg-10-half{margin-top:10.5rem!important}.mr-lg-10-half,.mx-lg-10-half{margin-right:10.5rem!important}.mb-lg-10-half,.my-lg-10-half{margin-bottom:10.5rem!important}.ml-lg-10-half,.mx-lg-10-half{margin-left:10.5rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:1rem!important}.pt-lg-1,.py-lg-1{padding-top:1rem!important}.pr-lg-1,.px-lg-1{padding-right:1rem!important}.pb-lg-1,.py-lg-1{padding-bottom:1rem!important}.pl-lg-1,.px-lg-1{padding-left:1rem!important}.p-lg-2{padding:2rem!important}.pt-lg-2,.py-lg-2{padding-top:2rem!important}.pr-lg-2,.px-lg-2{padding-right:2rem!important}.pb-lg-2,.py-lg-2{padding-bottom:2rem!important}.pl-lg-2,.px-lg-2{padding-left:2rem!important}.p-lg-3{padding:3rem!important}.pt-lg-3,.py-lg-3{padding-top:3rem!important}.pr-lg-3,.px-lg-3{padding-right:3rem!important}.pb-lg-3,.py-lg-3{padding-bottom:3rem!important}.pl-lg-3,.px-lg-3{padding-left:3rem!important}.p-lg-4{padding:4rem!important}.pt-lg-4,.py-lg-4{padding-top:4rem!important}.pr-lg-4,.px-lg-4{padding-right:4rem!important}.pb-lg-4,.py-lg-4{padding-bottom:4rem!important}.pl-lg-4,.px-lg-4{padding-left:4rem!important}.p-lg-5{padding:5rem!important}.pt-lg-5,.py-lg-5{padding-top:5rem!important}.pr-lg-5,.px-lg-5{padding-right:5rem!important}.pb-lg-5,.py-lg-5{padding-bottom:5rem!important}.pl-lg-5,.px-lg-5{padding-left:5rem!important}.p-lg-0-half{padding:.5rem!important}.pt-lg-0-half,.py-lg-0-half{padding-top:.5rem!important}.pr-lg-0-half,.px-lg-0-half{padding-right:.5rem!important}.pb-lg-0-half,.py-lg-0-half{padding-bottom:.5rem!important}.pl-lg-0-half,.px-lg-0-half{padding-left:.5rem!important}.p-lg-1-half{padding:1.5rem!important}.pt-lg-1-half,.py-lg-1-half{padding-top:1.5rem!important}.pr-lg-1-half,.px-lg-1-half{padding-right:1.5rem!important}.pb-lg-1-half,.py-lg-1-half{padding-bottom:1.5rem!important}.pl-lg-1-half,.px-lg-1-half{padding-left:1.5rem!important}.p-lg-2-half{padding:2.5rem!important}.pt-lg-2-half,.py-lg-2-half{padding-top:2.5rem!important}.pr-lg-2-half,.px-lg-2-half{padding-right:2.5rem!important}.pb-lg-2-half,.py-lg-2-half{padding-bottom:2.5rem!important}.pl-lg-2-half,.px-lg-2-half{padding-left:2.5rem!important}.p-lg-3-half{padding:3.5rem!important}.pt-lg-3-half,.py-lg-3-half{padding-top:3.5rem!important}.pr-lg-3-half,.px-lg-3-half{padding-right:3.5rem!important}.pb-lg-3-half,.py-lg-3-half{padding-bottom:3.5rem!important}.pl-lg-3-half,.px-lg-3-half{padding-left:3.5rem!important}.p-lg-4-half{padding:4.5rem!important}.pt-lg-4-half,.py-lg-4-half{padding-top:4.5rem!important}.pr-lg-4-half,.px-lg-4-half{padding-right:4.5rem!important}.pb-lg-4-half,.py-lg-4-half{padding-bottom:4.5rem!important}.pl-lg-4-half,.px-lg-4-half{padding-left:4.5rem!important}.p-lg-5-half{padding:5.5rem!important}.pt-lg-5-half,.py-lg-5-half{padding-top:5.5rem!important}.pr-lg-5-half,.px-lg-5-half{padding-right:5.5rem!important}.pb-lg-5-half,.py-lg-5-half{padding-bottom:5.5rem!important}.pl-lg-5-half,.px-lg-5-half{padding-left:5.5rem!important}.p-lg-6{padding:6rem!important}.pt-lg-6,.py-lg-6{padding-top:6rem!important}.pr-lg-6,.px-lg-6{padding-right:6rem!important}.pb-lg-6,.py-lg-6{padding-bottom:6rem!important}.pl-lg-6,.px-lg-6{padding-left:6rem!important}.p-lg-6-half{padding:6.5rem!important}.pt-lg-6-half,.py-lg-6-half{padding-top:6.5rem!important}.pr-lg-6-half,.px-lg-6-half{padding-right:6.5rem!important}.pb-lg-6-half,.py-lg-6-half{padding-bottom:6.5rem!important}.pl-lg-6-half,.px-lg-6-half{padding-left:6.5rem!important}.p-lg-7{padding:7rem!important}.pt-lg-7,.py-lg-7{padding-top:7rem!important}.pr-lg-7,.px-lg-7{padding-right:7rem!important}.pb-lg-7,.py-lg-7{padding-bottom:7rem!important}.pl-lg-7,.px-lg-7{padding-left:7rem!important}.p-lg-7-half{padding:7.5rem!important}.pt-lg-7-half,.py-lg-7-half{padding-top:7.5rem!important}.pr-lg-7-half,.px-lg-7-half{padding-right:7.5rem!important}.pb-lg-7-half,.py-lg-7-half{padding-bottom:7.5rem!important}.pl-lg-7-half,.px-lg-7-half{padding-left:7.5rem!important}.p-lg-8{padding:8rem!important}.pt-lg-8,.py-lg-8{padding-top:8rem!important}.pr-lg-8,.px-lg-8{padding-right:8rem!important}.pb-lg-8,.py-lg-8{padding-bottom:8rem!important}.pl-lg-8,.px-lg-8{padding-left:8rem!important}.p-lg-8-half{padding:8.5rem!important}.pt-lg-8-half,.py-lg-8-half{padding-top:8.5rem!important}.pr-lg-8-half,.px-lg-8-half{padding-right:8.5rem!important}.pb-lg-8-half,.py-lg-8-half{padding-bottom:8.5rem!important}.pl-lg-8-half,.px-lg-8-half{padding-left:8.5rem!important}.p-lg-9{padding:9rem!important}.pt-lg-9,.py-lg-9{padding-top:9rem!important}.pr-lg-9,.px-lg-9{padding-right:9rem!important}.pb-lg-9,.py-lg-9{padding-bottom:9rem!important}.pl-lg-9,.px-lg-9{padding-left:9rem!important}.p-lg-9-half{padding:9.5rem!important}.pt-lg-9-half,.py-lg-9-half{padding-top:9.5rem!important}.pr-lg-9-half,.px-lg-9-half{padding-right:9.5rem!important}.pb-lg-9-half,.py-lg-9-half{padding-bottom:9.5rem!important}.pl-lg-9-half,.px-lg-9-half{padding-left:9.5rem!important}.p-lg-10{padding:10rem!important}.pt-lg-10,.py-lg-10{padding-top:10rem!important}.pr-lg-10,.px-lg-10{padding-right:10rem!important}.pb-lg-10,.py-lg-10{padding-bottom:10rem!important}.pl-lg-10,.px-lg-10{padding-left:10rem!important}.p-lg-10-half{padding:10.5rem!important}.pt-lg-10-half,.py-lg-10-half{padding-top:10.5rem!important}.pr-lg-10-half,.px-lg-10-half{padding-right:10.5rem!important}.pb-lg-10-half,.py-lg-10-half{padding-bottom:10.5rem!important}.pl-lg-10-half,.px-lg-10-half{padding-left:10.5rem!important}.m-lg-n1{margin:-1rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-1rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-1rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-1rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-1rem!important}.m-lg-n2{margin:-2rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-2rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-2rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-2rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-2rem!important}.m-lg-n3{margin:-3rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-3rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-3rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-3rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-3rem!important}.m-lg-n4{margin:-4rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-4rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-4rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-4rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-4rem!important}.m-lg-n5{margin:-5rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-5rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-5rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-5rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-5rem!important}.m-lg-n0-half{margin:-.5rem!important}.mt-lg-n0-half,.my-lg-n0-half{margin-top:-.5rem!important}.mr-lg-n0-half,.mx-lg-n0-half{margin-right:-.5rem!important}.mb-lg-n0-half,.my-lg-n0-half{margin-bottom:-.5rem!important}.ml-lg-n0-half,.mx-lg-n0-half{margin-left:-.5rem!important}.m-lg-n1-half{margin:-1.5rem!important}.mt-lg-n1-half,.my-lg-n1-half{margin-top:-1.5rem!important}.mr-lg-n1-half,.mx-lg-n1-half{margin-right:-1.5rem!important}.mb-lg-n1-half,.my-lg-n1-half{margin-bottom:-1.5rem!important}.ml-lg-n1-half,.mx-lg-n1-half{margin-left:-1.5rem!important}.m-lg-n2-half{margin:-2.5rem!important}.mt-lg-n2-half,.my-lg-n2-half{margin-top:-2.5rem!important}.mr-lg-n2-half,.mx-lg-n2-half{margin-right:-2.5rem!important}.mb-lg-n2-half,.my-lg-n2-half{margin-bottom:-2.5rem!important}.ml-lg-n2-half,.mx-lg-n2-half{margin-left:-2.5rem!important}.m-lg-n3-half{margin:-3.5rem!important}.mt-lg-n3-half,.my-lg-n3-half{margin-top:-3.5rem!important}.mr-lg-n3-half,.mx-lg-n3-half{margin-right:-3.5rem!important}.mb-lg-n3-half,.my-lg-n3-half{margin-bottom:-3.5rem!important}.ml-lg-n3-half,.mx-lg-n3-half{margin-left:-3.5rem!important}.m-lg-n4-half{margin:-4.5rem!important}.mt-lg-n4-half,.my-lg-n4-half{margin-top:-4.5rem!important}.mr-lg-n4-half,.mx-lg-n4-half{margin-right:-4.5rem!important}.mb-lg-n4-half,.my-lg-n4-half{margin-bottom:-4.5rem!important}.ml-lg-n4-half,.mx-lg-n4-half{margin-left:-4.5rem!important}.m-lg-n5-half{margin:-5.5rem!important}.mt-lg-n5-half,.my-lg-n5-half{margin-top:-5.5rem!important}.mr-lg-n5-half,.mx-lg-n5-half{margin-right:-5.5rem!important}.mb-lg-n5-half,.my-lg-n5-half{margin-bottom:-5.5rem!important}.ml-lg-n5-half,.mx-lg-n5-half{margin-left:-5.5rem!important}.m-lg-n6{margin:-6rem!important}.mt-lg-n6,.my-lg-n6{margin-top:-6rem!important}.mr-lg-n6,.mx-lg-n6{margin-right:-6rem!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-6rem!important}.ml-lg-n6,.mx-lg-n6{margin-left:-6rem!important}.m-lg-n6-half{margin:-6.5rem!important}.mt-lg-n6-half,.my-lg-n6-half{margin-top:-6.5rem!important}.mr-lg-n6-half,.mx-lg-n6-half{margin-right:-6.5rem!important}.mb-lg-n6-half,.my-lg-n6-half{margin-bottom:-6.5rem!important}.ml-lg-n6-half,.mx-lg-n6-half{margin-left:-6.5rem!important}.m-lg-n7{margin:-7rem!important}.mt-lg-n7,.my-lg-n7{margin-top:-7rem!important}.mr-lg-n7,.mx-lg-n7{margin-right:-7rem!important}.mb-lg-n7,.my-lg-n7{margin-bottom:-7rem!important}.ml-lg-n7,.mx-lg-n7{margin-left:-7rem!important}.m-lg-n7-half{margin:-7.5rem!important}.mt-lg-n7-half,.my-lg-n7-half{margin-top:-7.5rem!important}.mr-lg-n7-half,.mx-lg-n7-half{margin-right:-7.5rem!important}.mb-lg-n7-half,.my-lg-n7-half{margin-bottom:-7.5rem!important}.ml-lg-n7-half,.mx-lg-n7-half{margin-left:-7.5rem!important}.m-lg-n8{margin:-8rem!important}.mt-lg-n8,.my-lg-n8{margin-top:-8rem!important}.mr-lg-n8,.mx-lg-n8{margin-right:-8rem!important}.mb-lg-n8,.my-lg-n8{margin-bottom:-8rem!important}.ml-lg-n8,.mx-lg-n8{margin-left:-8rem!important}.m-lg-n8-half{margin:-8.5rem!important}.mt-lg-n8-half,.my-lg-n8-half{margin-top:-8.5rem!important}.mr-lg-n8-half,.mx-lg-n8-half{margin-right:-8.5rem!important}.mb-lg-n8-half,.my-lg-n8-half{margin-bottom:-8.5rem!important}.ml-lg-n8-half,.mx-lg-n8-half{margin-left:-8.5rem!important}.m-lg-n9{margin:-9rem!important}.mt-lg-n9,.my-lg-n9{margin-top:-9rem!important}.mr-lg-n9,.mx-lg-n9{margin-right:-9rem!important}.mb-lg-n9,.my-lg-n9{margin-bottom:-9rem!important}.ml-lg-n9,.mx-lg-n9{margin-left:-9rem!important}.m-lg-n9-half{margin:-9.5rem!important}.mt-lg-n9-half,.my-lg-n9-half{margin-top:-9.5rem!important}.mr-lg-n9-half,.mx-lg-n9-half{margin-right:-9.5rem!important}.mb-lg-n9-half,.my-lg-n9-half{margin-bottom:-9.5rem!important}.ml-lg-n9-half,.mx-lg-n9-half{margin-left:-9.5rem!important}.m-lg-n10{margin:-10rem!important}.mt-lg-n10,.my-lg-n10{margin-top:-10rem!important}.mr-lg-n10,.mx-lg-n10{margin-right:-10rem!important}.mb-lg-n10,.my-lg-n10{margin-bottom:-10rem!important}.ml-lg-n10,.mx-lg-n10{margin-left:-10rem!important}.m-lg-n10-half{margin:-10.5rem!important}.mt-lg-n10-half,.my-lg-n10-half{margin-top:-10.5rem!important}.mr-lg-n10-half,.mx-lg-n10-half{margin-right:-10.5rem!important}.mb-lg-n10-half,.my-lg-n10-half{margin-bottom:-10.5rem!important}.ml-lg-n10-half,.mx-lg-n10-half{margin-left:-10.5rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:1rem!important}.mt-xl-1,.my-xl-1{margin-top:1rem!important}.mr-xl-1,.mx-xl-1{margin-right:1rem!important}.mb-xl-1,.my-xl-1{margin-bottom:1rem!important}.ml-xl-1,.mx-xl-1{margin-left:1rem!important}.m-xl-2{margin:2rem!important}.mt-xl-2,.my-xl-2{margin-top:2rem!important}.mr-xl-2,.mx-xl-2{margin-right:2rem!important}.mb-xl-2,.my-xl-2{margin-bottom:2rem!important}.ml-xl-2,.mx-xl-2{margin-left:2rem!important}.m-xl-3{margin:3rem!important}.mt-xl-3,.my-xl-3{margin-top:3rem!important}.mr-xl-3,.mx-xl-3{margin-right:3rem!important}.mb-xl-3,.my-xl-3{margin-bottom:3rem!important}.ml-xl-3,.mx-xl-3{margin-left:3rem!important}.m-xl-4{margin:4rem!important}.mt-xl-4,.my-xl-4{margin-top:4rem!important}.mr-xl-4,.mx-xl-4{margin-right:4rem!important}.mb-xl-4,.my-xl-4{margin-bottom:4rem!important}.ml-xl-4,.mx-xl-4{margin-left:4rem!important}.m-xl-5{margin:5rem!important}.mt-xl-5,.my-xl-5{margin-top:5rem!important}.mr-xl-5,.mx-xl-5{margin-right:5rem!important}.mb-xl-5,.my-xl-5{margin-bottom:5rem!important}.ml-xl-5,.mx-xl-5{margin-left:5rem!important}.m-xl-0-half{margin:.5rem!important}.mt-xl-0-half,.my-xl-0-half{margin-top:.5rem!important}.mr-xl-0-half,.mx-xl-0-half{margin-right:.5rem!important}.mb-xl-0-half,.my-xl-0-half{margin-bottom:.5rem!important}.ml-xl-0-half,.mx-xl-0-half{margin-left:.5rem!important}.m-xl-1-half{margin:1.5rem!important}.mt-xl-1-half,.my-xl-1-half{margin-top:1.5rem!important}.mr-xl-1-half,.mx-xl-1-half{margin-right:1.5rem!important}.mb-xl-1-half,.my-xl-1-half{margin-bottom:1.5rem!important}.ml-xl-1-half,.mx-xl-1-half{margin-left:1.5rem!important}.m-xl-2-half{margin:2.5rem!important}.mt-xl-2-half,.my-xl-2-half{margin-top:2.5rem!important}.mr-xl-2-half,.mx-xl-2-half{margin-right:2.5rem!important}.mb-xl-2-half,.my-xl-2-half{margin-bottom:2.5rem!important}.ml-xl-2-half,.mx-xl-2-half{margin-left:2.5rem!important}.m-xl-3-half{margin:3.5rem!important}.mt-xl-3-half,.my-xl-3-half{margin-top:3.5rem!important}.mr-xl-3-half,.mx-xl-3-half{margin-right:3.5rem!important}.mb-xl-3-half,.my-xl-3-half{margin-bottom:3.5rem!important}.ml-xl-3-half,.mx-xl-3-half{margin-left:3.5rem!important}.m-xl-4-half{margin:4.5rem!important}.mt-xl-4-half,.my-xl-4-half{margin-top:4.5rem!important}.mr-xl-4-half,.mx-xl-4-half{margin-right:4.5rem!important}.mb-xl-4-half,.my-xl-4-half{margin-bottom:4.5rem!important}.ml-xl-4-half,.mx-xl-4-half{margin-left:4.5rem!important}.m-xl-5-half{margin:5.5rem!important}.mt-xl-5-half,.my-xl-5-half{margin-top:5.5rem!important}.mr-xl-5-half,.mx-xl-5-half{margin-right:5.5rem!important}.mb-xl-5-half,.my-xl-5-half{margin-bottom:5.5rem!important}.ml-xl-5-half,.mx-xl-5-half{margin-left:5.5rem!important}.m-xl-6{margin:6rem!important}.mt-xl-6,.my-xl-6{margin-top:6rem!important}.mr-xl-6,.mx-xl-6{margin-right:6rem!important}.mb-xl-6,.my-xl-6{margin-bottom:6rem!important}.ml-xl-6,.mx-xl-6{margin-left:6rem!important}.m-xl-6-half{margin:6.5rem!important}.mt-xl-6-half,.my-xl-6-half{margin-top:6.5rem!important}.mr-xl-6-half,.mx-xl-6-half{margin-right:6.5rem!important}.mb-xl-6-half,.my-xl-6-half{margin-bottom:6.5rem!important}.ml-xl-6-half,.mx-xl-6-half{margin-left:6.5rem!important}.m-xl-7{margin:7rem!important}.mt-xl-7,.my-xl-7{margin-top:7rem!important}.mr-xl-7,.mx-xl-7{margin-right:7rem!important}.mb-xl-7,.my-xl-7{margin-bottom:7rem!important}.ml-xl-7,.mx-xl-7{margin-left:7rem!important}.m-xl-7-half{margin:7.5rem!important}.mt-xl-7-half,.my-xl-7-half{margin-top:7.5rem!important}.mr-xl-7-half,.mx-xl-7-half{margin-right:7.5rem!important}.mb-xl-7-half,.my-xl-7-half{margin-bottom:7.5rem!important}.ml-xl-7-half,.mx-xl-7-half{margin-left:7.5rem!important}.m-xl-8{margin:8rem!important}.mt-xl-8,.my-xl-8{margin-top:8rem!important}.mr-xl-8,.mx-xl-8{margin-right:8rem!important}.mb-xl-8,.my-xl-8{margin-bottom:8rem!important}.ml-xl-8,.mx-xl-8{margin-left:8rem!important}.m-xl-8-half{margin:8.5rem!important}.mt-xl-8-half,.my-xl-8-half{margin-top:8.5rem!important}.mr-xl-8-half,.mx-xl-8-half{margin-right:8.5rem!important}.mb-xl-8-half,.my-xl-8-half{margin-bottom:8.5rem!important}.ml-xl-8-half,.mx-xl-8-half{margin-left:8.5rem!important}.m-xl-9{margin:9rem!important}.mt-xl-9,.my-xl-9{margin-top:9rem!important}.mr-xl-9,.mx-xl-9{margin-right:9rem!important}.mb-xl-9,.my-xl-9{margin-bottom:9rem!important}.ml-xl-9,.mx-xl-9{margin-left:9rem!important}.m-xl-9-half{margin:9.5rem!important}.mt-xl-9-half,.my-xl-9-half{margin-top:9.5rem!important}.mr-xl-9-half,.mx-xl-9-half{margin-right:9.5rem!important}.mb-xl-9-half,.my-xl-9-half{margin-bottom:9.5rem!important}.ml-xl-9-half,.mx-xl-9-half{margin-left:9.5rem!important}.m-xl-10{margin:10rem!important}.mt-xl-10,.my-xl-10{margin-top:10rem!important}.mr-xl-10,.mx-xl-10{margin-right:10rem!important}.mb-xl-10,.my-xl-10{margin-bottom:10rem!important}.ml-xl-10,.mx-xl-10{margin-left:10rem!important}.m-xl-10-half{margin:10.5rem!important}.mt-xl-10-half,.my-xl-10-half{margin-top:10.5rem!important}.mr-xl-10-half,.mx-xl-10-half{margin-right:10.5rem!important}.mb-xl-10-half,.my-xl-10-half{margin-bottom:10.5rem!important}.ml-xl-10-half,.mx-xl-10-half{margin-left:10.5rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:1rem!important}.pt-xl-1,.py-xl-1{padding-top:1rem!important}.pr-xl-1,.px-xl-1{padding-right:1rem!important}.pb-xl-1,.py-xl-1{padding-bottom:1rem!important}.pl-xl-1,.px-xl-1{padding-left:1rem!important}.p-xl-2{padding:2rem!important}.pt-xl-2,.py-xl-2{padding-top:2rem!important}.pr-xl-2,.px-xl-2{padding-right:2rem!important}.pb-xl-2,.py-xl-2{padding-bottom:2rem!important}.pl-xl-2,.px-xl-2{padding-left:2rem!important}.p-xl-3{padding:3rem!important}.pt-xl-3,.py-xl-3{padding-top:3rem!important}.pr-xl-3,.px-xl-3{padding-right:3rem!important}.pb-xl-3,.py-xl-3{padding-bottom:3rem!important}.pl-xl-3,.px-xl-3{padding-left:3rem!important}.p-xl-4{padding:4rem!important}.pt-xl-4,.py-xl-4{padding-top:4rem!important}.pr-xl-4,.px-xl-4{padding-right:4rem!important}.pb-xl-4,.py-xl-4{padding-bottom:4rem!important}.pl-xl-4,.px-xl-4{padding-left:4rem!important}.p-xl-5{padding:5rem!important}.pt-xl-5,.py-xl-5{padding-top:5rem!important}.pr-xl-5,.px-xl-5{padding-right:5rem!important}.pb-xl-5,.py-xl-5{padding-bottom:5rem!important}.pl-xl-5,.px-xl-5{padding-left:5rem!important}.p-xl-0-half{padding:.5rem!important}.pt-xl-0-half,.py-xl-0-half{padding-top:.5rem!important}.pr-xl-0-half,.px-xl-0-half{padding-right:.5rem!important}.pb-xl-0-half,.py-xl-0-half{padding-bottom:.5rem!important}.pl-xl-0-half,.px-xl-0-half{padding-left:.5rem!important}.p-xl-1-half{padding:1.5rem!important}.pt-xl-1-half,.py-xl-1-half{padding-top:1.5rem!important}.pr-xl-1-half,.px-xl-1-half{padding-right:1.5rem!important}.pb-xl-1-half,.py-xl-1-half{padding-bottom:1.5rem!important}.pl-xl-1-half,.px-xl-1-half{padding-left:1.5rem!important}.p-xl-2-half{padding:2.5rem!important}.pt-xl-2-half,.py-xl-2-half{padding-top:2.5rem!important}.pr-xl-2-half,.px-xl-2-half{padding-right:2.5rem!important}.pb-xl-2-half,.py-xl-2-half{padding-bottom:2.5rem!important}.pl-xl-2-half,.px-xl-2-half{padding-left:2.5rem!important}.p-xl-3-half{padding:3.5rem!important}.pt-xl-3-half,.py-xl-3-half{padding-top:3.5rem!important}.pr-xl-3-half,.px-xl-3-half{padding-right:3.5rem!important}.pb-xl-3-half,.py-xl-3-half{padding-bottom:3.5rem!important}.pl-xl-3-half,.px-xl-3-half{padding-left:3.5rem!important}.p-xl-4-half{padding:4.5rem!important}.pt-xl-4-half,.py-xl-4-half{padding-top:4.5rem!important}.pr-xl-4-half,.px-xl-4-half{padding-right:4.5rem!important}.pb-xl-4-half,.py-xl-4-half{padding-bottom:4.5rem!important}.pl-xl-4-half,.px-xl-4-half{padding-left:4.5rem!important}.p-xl-5-half{padding:5.5rem!important}.pt-xl-5-half,.py-xl-5-half{padding-top:5.5rem!important}.pr-xl-5-half,.px-xl-5-half{padding-right:5.5rem!important}.pb-xl-5-half,.py-xl-5-half{padding-bottom:5.5rem!important}.pl-xl-5-half,.px-xl-5-half{padding-left:5.5rem!important}.p-xl-6{padding:6rem!important}.pt-xl-6,.py-xl-6{padding-top:6rem!important}.pr-xl-6,.px-xl-6{padding-right:6rem!important}.pb-xl-6,.py-xl-6{padding-bottom:6rem!important}.pl-xl-6,.px-xl-6{padding-left:6rem!important}.p-xl-6-half{padding:6.5rem!important}.pt-xl-6-half,.py-xl-6-half{padding-top:6.5rem!important}.pr-xl-6-half,.px-xl-6-half{padding-right:6.5rem!important}.pb-xl-6-half,.py-xl-6-half{padding-bottom:6.5rem!important}.pl-xl-6-half,.px-xl-6-half{padding-left:6.5rem!important}.p-xl-7{padding:7rem!important}.pt-xl-7,.py-xl-7{padding-top:7rem!important}.pr-xl-7,.px-xl-7{padding-right:7rem!important}.pb-xl-7,.py-xl-7{padding-bottom:7rem!important}.pl-xl-7,.px-xl-7{padding-left:7rem!important}.p-xl-7-half{padding:7.5rem!important}.pt-xl-7-half,.py-xl-7-half{padding-top:7.5rem!important}.pr-xl-7-half,.px-xl-7-half{padding-right:7.5rem!important}.pb-xl-7-half,.py-xl-7-half{padding-bottom:7.5rem!important}.pl-xl-7-half,.px-xl-7-half{padding-left:7.5rem!important}.p-xl-8{padding:8rem!important}.pt-xl-8,.py-xl-8{padding-top:8rem!important}.pr-xl-8,.px-xl-8{padding-right:8rem!important}.pb-xl-8,.py-xl-8{padding-bottom:8rem!important}.pl-xl-8,.px-xl-8{padding-left:8rem!important}.p-xl-8-half{padding:8.5rem!important}.pt-xl-8-half,.py-xl-8-half{padding-top:8.5rem!important}.pr-xl-8-half,.px-xl-8-half{padding-right:8.5rem!important}.pb-xl-8-half,.py-xl-8-half{padding-bottom:8.5rem!important}.pl-xl-8-half,.px-xl-8-half{padding-left:8.5rem!important}.p-xl-9{padding:9rem!important}.pt-xl-9,.py-xl-9{padding-top:9rem!important}.pr-xl-9,.px-xl-9{padding-right:9rem!important}.pb-xl-9,.py-xl-9{padding-bottom:9rem!important}.pl-xl-9,.px-xl-9{padding-left:9rem!important}.p-xl-9-half{padding:9.5rem!important}.pt-xl-9-half,.py-xl-9-half{padding-top:9.5rem!important}.pr-xl-9-half,.px-xl-9-half{padding-right:9.5rem!important}.pb-xl-9-half,.py-xl-9-half{padding-bottom:9.5rem!important}.pl-xl-9-half,.px-xl-9-half{padding-left:9.5rem!important}.p-xl-10{padding:10rem!important}.pt-xl-10,.py-xl-10{padding-top:10rem!important}.pr-xl-10,.px-xl-10{padding-right:10rem!important}.pb-xl-10,.py-xl-10{padding-bottom:10rem!important}.pl-xl-10,.px-xl-10{padding-left:10rem!important}.p-xl-10-half{padding:10.5rem!important}.pt-xl-10-half,.py-xl-10-half{padding-top:10.5rem!important}.pr-xl-10-half,.px-xl-10-half{padding-right:10.5rem!important}.pb-xl-10-half,.py-xl-10-half{padding-bottom:10.5rem!important}.pl-xl-10-half,.px-xl-10-half{padding-left:10.5rem!important}.m-xl-n1{margin:-1rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-1rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-1rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-1rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-1rem!important}.m-xl-n2{margin:-2rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-2rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-2rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-2rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-2rem!important}.m-xl-n3{margin:-3rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-3rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-3rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-3rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-3rem!important}.m-xl-n4{margin:-4rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-4rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-4rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-4rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-4rem!important}.m-xl-n5{margin:-5rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-5rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-5rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-5rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-5rem!important}.m-xl-n0-half{margin:-.5rem!important}.mt-xl-n0-half,.my-xl-n0-half{margin-top:-.5rem!important}.mr-xl-n0-half,.mx-xl-n0-half{margin-right:-.5rem!important}.mb-xl-n0-half,.my-xl-n0-half{margin-bottom:-.5rem!important}.ml-xl-n0-half,.mx-xl-n0-half{margin-left:-.5rem!important}.m-xl-n1-half{margin:-1.5rem!important}.mt-xl-n1-half,.my-xl-n1-half{margin-top:-1.5rem!important}.mr-xl-n1-half,.mx-xl-n1-half{margin-right:-1.5rem!important}.mb-xl-n1-half,.my-xl-n1-half{margin-bottom:-1.5rem!important}.ml-xl-n1-half,.mx-xl-n1-half{margin-left:-1.5rem!important}.m-xl-n2-half{margin:-2.5rem!important}.mt-xl-n2-half,.my-xl-n2-half{margin-top:-2.5rem!important}.mr-xl-n2-half,.mx-xl-n2-half{margin-right:-2.5rem!important}.mb-xl-n2-half,.my-xl-n2-half{margin-bottom:-2.5rem!important}.ml-xl-n2-half,.mx-xl-n2-half{margin-left:-2.5rem!important}.m-xl-n3-half{margin:-3.5rem!important}.mt-xl-n3-half,.my-xl-n3-half{margin-top:-3.5rem!important}.mr-xl-n3-half,.mx-xl-n3-half{margin-right:-3.5rem!important}.mb-xl-n3-half,.my-xl-n3-half{margin-bottom:-3.5rem!important}.ml-xl-n3-half,.mx-xl-n3-half{margin-left:-3.5rem!important}.m-xl-n4-half{margin:-4.5rem!important}.mt-xl-n4-half,.my-xl-n4-half{margin-top:-4.5rem!important}.mr-xl-n4-half,.mx-xl-n4-half{margin-right:-4.5rem!important}.mb-xl-n4-half,.my-xl-n4-half{margin-bottom:-4.5rem!important}.ml-xl-n4-half,.mx-xl-n4-half{margin-left:-4.5rem!important}.m-xl-n5-half{margin:-5.5rem!important}.mt-xl-n5-half,.my-xl-n5-half{margin-top:-5.5rem!important}.mr-xl-n5-half,.mx-xl-n5-half{margin-right:-5.5rem!important}.mb-xl-n5-half,.my-xl-n5-half{margin-bottom:-5.5rem!important}.ml-xl-n5-half,.mx-xl-n5-half{margin-left:-5.5rem!important}.m-xl-n6{margin:-6rem!important}.mt-xl-n6,.my-xl-n6{margin-top:-6rem!important}.mr-xl-n6,.mx-xl-n6{margin-right:-6rem!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-6rem!important}.ml-xl-n6,.mx-xl-n6{margin-left:-6rem!important}.m-xl-n6-half{margin:-6.5rem!important}.mt-xl-n6-half,.my-xl-n6-half{margin-top:-6.5rem!important}.mr-xl-n6-half,.mx-xl-n6-half{margin-right:-6.5rem!important}.mb-xl-n6-half,.my-xl-n6-half{margin-bottom:-6.5rem!important}.ml-xl-n6-half,.mx-xl-n6-half{margin-left:-6.5rem!important}.m-xl-n7{margin:-7rem!important}.mt-xl-n7,.my-xl-n7{margin-top:-7rem!important}.mr-xl-n7,.mx-xl-n7{margin-right:-7rem!important}.mb-xl-n7,.my-xl-n7{margin-bottom:-7rem!important}.ml-xl-n7,.mx-xl-n7{margin-left:-7rem!important}.m-xl-n7-half{margin:-7.5rem!important}.mt-xl-n7-half,.my-xl-n7-half{margin-top:-7.5rem!important}.mr-xl-n7-half,.mx-xl-n7-half{margin-right:-7.5rem!important}.mb-xl-n7-half,.my-xl-n7-half{margin-bottom:-7.5rem!important}.ml-xl-n7-half,.mx-xl-n7-half{margin-left:-7.5rem!important}.m-xl-n8{margin:-8rem!important}.mt-xl-n8,.my-xl-n8{margin-top:-8rem!important}.mr-xl-n8,.mx-xl-n8{margin-right:-8rem!important}.mb-xl-n8,.my-xl-n8{margin-bottom:-8rem!important}.ml-xl-n8,.mx-xl-n8{margin-left:-8rem!important}.m-xl-n8-half{margin:-8.5rem!important}.mt-xl-n8-half,.my-xl-n8-half{margin-top:-8.5rem!important}.mr-xl-n8-half,.mx-xl-n8-half{margin-right:-8.5rem!important}.mb-xl-n8-half,.my-xl-n8-half{margin-bottom:-8.5rem!important}.ml-xl-n8-half,.mx-xl-n8-half{margin-left:-8.5rem!important}.m-xl-n9{margin:-9rem!important}.mt-xl-n9,.my-xl-n9{margin-top:-9rem!important}.mr-xl-n9,.mx-xl-n9{margin-right:-9rem!important}.mb-xl-n9,.my-xl-n9{margin-bottom:-9rem!important}.ml-xl-n9,.mx-xl-n9{margin-left:-9rem!important}.m-xl-n9-half{margin:-9.5rem!important}.mt-xl-n9-half,.my-xl-n9-half{margin-top:-9.5rem!important}.mr-xl-n9-half,.mx-xl-n9-half{margin-right:-9.5rem!important}.mb-xl-n9-half,.my-xl-n9-half{margin-bottom:-9.5rem!important}.ml-xl-n9-half,.mx-xl-n9-half{margin-left:-9.5rem!important}.m-xl-n10{margin:-10rem!important}.mt-xl-n10,.my-xl-n10{margin-top:-10rem!important}.mr-xl-n10,.mx-xl-n10{margin-right:-10rem!important}.mb-xl-n10,.my-xl-n10{margin-bottom:-10rem!important}.ml-xl-n10,.mx-xl-n10{margin-left:-10rem!important}.m-xl-n10-half{margin:-10.5rem!important}.mt-xl-n10-half,.my-xl-n10-half{margin-top:-10.5rem!important}.mr-xl-n10-half,.mx-xl-n10-half{margin-right:-10.5rem!important}.mb-xl-n10-half,.my-xl-n10-half{margin-bottom:-10.5rem!important}.ml-xl-n10-half,.mx-xl-n10-half{margin-left:-10.5rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#fff!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(-1*var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-blue,.swiper-button-prev.swiper-button-blue{--swiper-navigation-color:#007bff}.swiper-button-next.swiper-button-indigo,.swiper-button-prev.swiper-button-indigo{--swiper-navigation-color:#6610f2}.swiper-button-next.swiper-button-purple,.swiper-button-prev.swiper-button-purple{--swiper-navigation-color:#6f42c1}.swiper-button-next.swiper-button-pink,.swiper-button-prev.swiper-button-pink{--swiper-navigation-color:#e83e8c}.swiper-button-next.swiper-button-red,.swiper-button-prev.swiper-button-red{--swiper-navigation-color:#dc3545}.swiper-button-next.swiper-button-orange,.swiper-button-prev.swiper-button-orange{--swiper-navigation-color:#fd7e14}.swiper-button-next.swiper-button-yellow,.swiper-button-prev.swiper-button-yellow{--swiper-navigation-color:#ffc107}.swiper-button-next.swiper-button-green,.swiper-button-prev.swiper-button-green{--swiper-navigation-color:#28a745}.swiper-button-next.swiper-button-teal,.swiper-button-prev.swiper-button-teal{--swiper-navigation-color:#20c997}.swiper-button-next.swiper-button-cyan,.swiper-button-prev.swiper-button-cyan{--swiper-navigation-color:#17a2b8}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-gray,.swiper-button-prev.swiper-button-gray{--swiper-navigation-color:#6c757d}.swiper-button-next.swiper-button-gray-dark,.swiper-button-prev.swiper-button-gray-dark{--swiper-navigation-color:#343a40}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-blue{--swiper-pagination-color:#007bff}.swiper-pagination-indigo{--swiper-pagination-color:#6610f2}.swiper-pagination-purple{--swiper-pagination-color:#6f42c1}.swiper-pagination-pink{--swiper-pagination-color:#e83e8c}.swiper-pagination-red{--swiper-pagination-color:#dc3545}.swiper-pagination-orange{--swiper-pagination-color:#fd7e14}.swiper-pagination-yellow{--swiper-pagination-color:#ffc107}.swiper-pagination-green{--swiper-pagination-color:#28a745}.swiper-pagination-teal{--swiper-pagination-color:#20c997}.swiper-pagination-cyan{--swiper-pagination-color:#17a2b8}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-gray{--swiper-pagination-color:#6c757d}.swiper-pagination-gray-dark{--swiper-pagination-color:#343a40}.swiper-pagination-lock{display:none}@-webkit-keyframes spinner{to{transform:rotate(1turn)}}@keyframes spinner{to{transform:rotate(1turn)}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@-webkit-keyframes animation-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes animation-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@-webkit-keyframes rotate-circle{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes rotate-circle{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@-webkit-keyframes icon-line-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes icon-line-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@-webkit-keyframes lightAnimation{0%{-webkit-filter:brightness(1);filter:brightness(1)}50%{-webkit-filter:brightness(1.2);filter:brightness(1.2)}to{-webkit-filter:brightness(1);filter:brightness(1)}}@keyframes lightAnimation{0%{-webkit-filter:brightness(1);filter:brightness(1)}50%{-webkit-filter:brightness(1.2);filter:brightness(1.2)}to{-webkit-filter:brightness(1);filter:brightness(1)}}@-webkit-keyframes leftToright{0%{transform:translateX(30px)}to{transform:translateX(50px)}}@keyframes leftToright{0%{transform:translateX(30px)}to{transform:translateX(50px)}}@-webkit-keyframes balloons{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-25px) rotate(4deg)}}@keyframes balloons{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-25px) rotate(4deg)}}@-webkit-keyframes sway2{33%{transform:rotate(5deg);transform-origin:15px -10px}66%{transform:rotate(-5deg);transform-origin:15px -10px}}@keyframes sway2{33%{transform:rotate(5deg);transform-origin:15px -10px}66%{transform:rotate(-5deg);transform-origin:15px -10px}}@-webkit-keyframes sway{33%{transform:rotate(5deg);transform-origin:5px 10px}66%{transform:rotate(-5deg);transform-origin:5px 10px}}@keyframes sway{33%{transform:rotate(5deg);transform-origin:5px 10px}66%{transform:rotate(-5deg);transform-origin:5px 10px}}@-webkit-keyframes leafRun{33%{transform:rotate(5deg);transform-origin:5px 10px}66%{transform:rotate(-5deg);transform-origin:5px 10px}}@keyframes leafRun{33%{transform:rotate(5deg);transform-origin:5px 10px}66%{transform:rotate(-5deg);transform-origin:5px 10px}}@-webkit-keyframes moveIt{0%,to{transform:rotate(10deg)}50%{transform:rotate(-10deg)}}@keyframes moveIt{0%,to{transform:rotate(10deg)}50%{transform:rotate(-10deg)}}@-webkit-keyframes moveIt2{0%,to{transform:rotate(-15deg)}50%{transform:rotate(15deg)}}@keyframes moveIt2{0%,to{transform:rotate(-15deg)}50%{transform:rotate(15deg)}}@-webkit-keyframes moveIt3{0%,to{transform:rotate(-20deg)}50%{transform:rotate(20deg)}}@keyframes moveIt3{0%,to{transform:rotate(-20deg)}50%{transform:rotate(20deg)}}@-webkit-keyframes drift{0%{transform:translateX(-10px);opacity:.8}to{transform:translateX(1800px);opacity:1}}@keyframes drift{0%{transform:translateX(-10px);opacity:.8}to{transform:translateX(1800px);opacity:1}}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Light.eot);src:url(/fonts/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/roboto/Roboto-Light.woff2) format("woff2"),url(/fonts/roboto/Roboto-Light.woff) format("woff"),url(/fonts/roboto/Roboto-Light.ttf) format("truetype"),url(/fonts/roboto/Roboto-Light.svg#Roboto-Light) format("svg");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Regular.eot);src:url(/fonts/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"),url(/fonts/roboto/Roboto-Regular.woff2) format("woff2"),url(/fonts/roboto/Roboto-Regular.woff) format("woff"),url(/fonts/roboto/Roboto-Regular.ttf) format("truetype"),url(/fonts/roboto/Roboto-Regular.svg#Roboto-Regular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Bold.eot);src:url(/fonts/roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/roboto/Roboto-Bold.woff2) format("woff2"),url(/fonts/roboto/Roboto-Bold.woff) format("woff"),url(/fonts/roboto/Roboto-Bold.ttf) format("truetype"),url(/fonts/roboto/Roboto-Bold.svg#Roboto-Bold) format("svg");font-weight:700;font-style:normal}html.no-scroll{overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;color:#cee9f2;line-height:22px}*{outline:none}a{transition:all .3s}a:hover{text-decoration:none;color:#fcdaab}ul{list-style:none;margin:0;padding:0}img{max-width:100%}button:focus{outline:none}figure{margin:0}.body-hide-scroll{overflow:hidden}input:disabled{background:#123d77}.title,.title__main{font-weight:700;font-size:18px;line-height:22px;text-align:center;text-transform:uppercase;color:#f9d29d;margin-bottom:1rem}.title__main{font-size:30px;text-align:center;margin-top:2rem}.description{font-weight:500;font-size:13px;line-height:20px;text-align:center;color:#f9d29d;margin-bottom:1.5rem}@media (max-width:1199.98px){.description{font-size:11px}}.txt-yellow{color:#fcdaab}.txt-blue{color:#529cff}.txt-pink{color:#cc4083}.view-more{color:#fcdaab;text-decoration:underline}.view-more:hover{color:hsla(0,0%,100%,.6)}.error{color:#fcdaab;font-size:13px;font-style:italic}.hidden-scroll{overflow:hidden}.page.adaptive.mobile{width:640px;margin:0 auto}.page,.page .page{position:relative;overflow:hidden}.header{background:url(/images/common/bg-header-rp.png) repeat-x;height:96px;background-size:contain;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:200}.header__inner{background:url(/images/common/bg-header.png) top no-repeat;min-height:96px;width:100%;background-size:auto 100%;position:relative}.header-wrap{display:flex;align-items:center;justify-content:space-between}.header__logo{position:absolute;top:17%;left:50%;transform:translateX(-50%);z-index:20;width:230px}.header-menu_nav{display:flex;flex:0 35%;justify-content:space-between}.header-menu_form{display:flex;flex:0 65%;justify-content:flex-end;align-items:center;position:relative}.header-menu__item:hover .header-menu__dropdown{opacity:1;visibility:visible;z-index:10;transition:.1ms ease-in-out}.header-menu__link{font-weight:700;font-size:13px;line-height:19px;text-transform:uppercase;color:#d4d7d9;display:flex;padding:.5rem 1rem;flex-direction:column;align-items:center;position:relative;cursor:pointer}.header-menu__link:after{content:"";display:inline-block;transform:scaleX(0);position:absolute;bottom:-2px;left:40%;border-color:transparent transparent #fcdaab;border-style:solid;border-width:0 10px 7px;transition:all .3s ease 0s;z-index:999}.header-menu__link:hover{color:#fcdaab}.header-menu__link:hover:after{transform:scaleX(1)}.header-menu__item:hover .header-menu__link{color:#fcdaab}.header-menu__item:hover .header-menu__link:after{transform:scaleX(1)}.header-menu__icon{width:28px;height:28px;margin-bottom:.2rem;-webkit-filter:contrast(.8) brightness(1.5);filter:contrast(.8) brightness(1.5)}.header-menu__item:hover .header-menu__icon{-webkit-filter:brightness(1) contrast(1);filter:brightness(1) contrast(1)}.header-menu__icon--sport{background:url(/images/icon/icon-sport-hover.svg) no-repeat;background-size:cover}.header-menu__icon--casino{background:url(/images/icon/icon-casino-hover.svg) no-repeat;background-size:cover}.header-menu__icon--quick-game{background:url(/images/icon/icon-quick-game-hover.svg) no-repeat;background-size:cover}.header-menu__icon--tps-game{background:url(/images/icon/icon-tp-game-hover.svg) no-repeat;background-size:contain}.header-menu__content-submenu{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.header-menu__content-submenu--tp{justify-content:center}.header-menu__sub{position:absolute;width:100%;left:0;top:79%;visibility:hidden;text-align:center;opacity:0;z-index:-1;padding:.5rem 0 1rem .7rem;transition:.3s ease-in-out .3s;background:linear-gradient(180deg,#fbd6a3,#fde0b7);box-shadow:0 27px 17px 0 rgba(0,0,0,.29)}.header-menu__sub-icon{width:60px;height:60px;margin-bottom:.5rem}.header-menu__sub-icon--bet-sport{background:url(/images/icon/icon-bet-sport.png);background-size:cover}.header-menu__sub-icon--esport{background:url(/images/icon/icon-esport.png);background-size:cover}.header-menu__sub-icon--virtual-sport{background:url(/images/icon/icon-virtual-sport.png);background-size:cover}.header-menu__sub-icon--casino-chau-au{background:url(/images/icon/icon-casino-chau-au.png);background-size:cover}.header-menu__sub-icon--casino-chau-a{background:url(/images/icon/icon-casino-chau-a.png);background-size:cover}.header-menu__sub-icon--virtual-game{background:url(/images/icon/icon-virtual-sport.png);background-size:cover}.header-menu__sub-icon--virtual-casino{background:url(/images/icon/icon-virtual-casino.png);background-size:cover}.header-menu__sub-icon--table-game{background:url(/images/icon/icon-table-game.png);background-size:cover}.header-menu__sub-icon--keno{background:url(/images/icon/icon-keno.png);background-size:cover}.header-menu__sub-icon--lottery{background:url(/images/icon/icon-lottery.png);background-size:cover}.header-menu__sub-icon--number-game{background:url(/images/icon/icon-number-game.png);background-size:cover}.header-menu__sub-icon--tp-all{background:url(/images/icon/icon-tp-all.png);background-size:cover}.header-menu__sub-icon--ban-ca{background:url(/images/icon/icon-ban-ca-tet.png);background-size:cover}.header-menu__sub-icon--ingame{background:url(/images/icon/icon-ingame.png);background-size:cover}.header-menu__sub-icon--pha-hu{background:url(/images/icon/icon-no-hu.png);background-size:cover}.header-menu__sub-icon--slot{background:url(/images/icon/icon-slot.png);background-size:cover}.header-menu__sub-icon--quay-so{background:url(/images/icon/icon-quay-so.png);background-size:cover}.header-menu__sub-icon--lo-de{background:url(/images/icon/icon-lo-de.png);background-size:cover}.header-menu__sub-icon--spribe{background:url(/images/icon/icon-spribe.png);background-size:cover}.header-menu__sub-icon--saba{background:url(/images/icon/icon-sabagame.png);background-size:cover}.header-menu__sub-icon--pp{background:url(/images/icon/icon-pp.png);background-size:cover}.header-menu__sub-icon--rng{background:url(/images/icon/icon-rng.png?v=1);background-size:cover}.header-menu__sub-icon--co-up{background:url(/images/icon/icon-co-up.png);background-size:cover}.header-menu__sub-icon--trading{background:url(/images/icon/icon-trading.png);background-size:cover}.header-menu__sub-wrap-text{display:flex;align-items:center;justify-content:center}.header-menu__sub-wrap-text>span{font-size:24px;text-transform:uppercase;color:#cc4083;margin-right:.2rem}.header-menu__sub-wrap-text>div{display:flex;flex-direction:column}.header-menu__sub-wrap-text>div span{line-height:1.2}.header-menu__sub-wrap-text>div span:last-child{font-weight:700;font-size:8px;line-height:10px;color:#cc4083}.header-menu__sub-item:hover .header-menu__sub-icon{transform:translateY(-3px);transition-duration:.5s}.header-menu__sub-icon{transform:translateY(3px)}.header-menu__sub-link{position:relative;display:flex;flex-direction:column;padding:0 .9rem;align-items:center;font-weight:900;font-size:12px;line-height:14px;color:#665640;text-transform:uppercase}.header-menu__sub-link:hover{color:#665640}.header-menu__label{margin-left:.2rem;padding:.2rem .5rem;font-size:10px;line-height:12px;font-weight:700;color:#fcdaab;-webkit-animation:lightAnimation .5s linear infinite;animation:lightAnimation .5s linear infinite}.header-menu__label--new{background:#277de1}.header-menu__label--hot{background:#cc4083}.header-menu__btn{position:relative;padding-left:2rem!important}.header-menu__btn:before{content:"";position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.header-menu__btn--login{margin-right:1rem}.header-menu__btn--login:before{content:"";background:url(/images/icon/icon-login.svg);background-size:cover;width:20px;height:20px}.header-menu__btn--register:before{content:"";background:url(/images/icon/icon-register.svg);background-size:cover;width:23px;height:21px}.header__btn{padding:.5rem;border-radius:5px;box-shadow:0 1px 2px rgba(0,0,0,.25)}.header__btn--transfer{background:linear-gradient(56.2deg,#cc4083,#277de1);border:1px solid #fcdaab;margin:0 1rem;position:relative}.header__btn--transfer.active:before{content:"";position:absolute;top:102%;left:50%;width:17px;height:15.5px;background:#33519e;transform:translateX(-50%);border-left:1px solid #f4d5ab;border-right:1px solid #f4d5ab;z-index:9999;border-bottom:1px solid #31509b}.header__btn--logout{border:1px solid #d4d7d9}.header-account{display:flex;align-items:center}.header-account__avt{width:30px}.header-account__info{margin-left:.5rem}.header-account__name{font-weight:700;font-size:14px;line-height:16px;color:#d4d7d9;width:130px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.header-account__main-wallet{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;color:#f2f2f2;margin-right:2rem}.header-account__main-wallet span{color:#fcdaab}.header-bar{background:#113d77;padding:1.5rem;justify-content:center;position:relative}.header-bar__btn-back{position:absolute;top:50%;left:0;transform:translateY(-50%);padding:1rem}.header-bar__title{font-size:16px;line-height:19px;text-align:center;color:#fff;text-transform:uppercase;font-weight:700}.header-transfer{background:linear-gradient(81.12deg,#233a5c -26.35%,#2a457a 22.6%,#2f4e92 61.58%,#3253a1 85.15%,#375ab5 117.79%);box-shadow:0 1px 2px rgba(0,0,0,.25);border-radius:3px;padding:1rem;min-width:400px;position:absolute;top:135%;right:0;opacity:0;transition:opacity .4s ease-in-out;overflow:hidden;pointer-events:none;cursor:none;border:1px solid #ffe2b8}.header-transfer.open{opacity:1;z-index:999;pointer-events:auto;cursor:pointer}.header-transfer .account-top__wallet-btn{width:70%}@media (max-width:1199.98px){.header{height:80px}.header__inner{min-height:80px}.header__logo{width:190px}.header-menu__icon{width:20px;height:20px}.header-menu__sub-icon{width:50px;height:50px}.header-menu__btn{padding:.5rem;font-size:12px}.header .header-account__main-wallet{font-size:12px;margin-right:1rem}.header .btn,.header .header-menu__btn{font-size:12px;padding:.8rem .5rem}}.footer-top{background-color:#1a366b;position:relative}.footer-top__container{padding:0}.footer-top__list{display:flex;justify-content:center}.footer-top__item{padding:.5rem 2rem}.footer-top__link{font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#cee9f2}.footer-top__link:hover{color:#f9d29d}.footer-content{background:linear-gradient(0deg,rgba(11,16,58,.7),rgba(11,16,58,.7)),linear-gradient(145.83deg,rgba(55,213,214,.2) 50.09%,rgba(55,213,214,0) 50.83%),linear-gradient(212.27deg,rgba(67,137,162,.3) 36.29%,rgba(92,37,141,.213) 39.97%),linear-gradient(57.99deg,rgba(92,37,141,.86) -36.47%,rgba(67,137,162,.86) 19.16%,rgba(64,110,198,.86) 52.53%);background-blend-mode:normal,multiply,soft-light,soft-light,normal;position:relative}.footer-bank{padding:30px 0}.footer-bank__list{display:flex;justify-content:center}@media screen and (max-width:768px){.footer-bank__list{flex-wrap:wrap}}.footer-bank__item{padding:0 15px}.footer-bank__item img{width:100%}@media screen and (max-width:768px){.footer-bank__item{padding:0 5px;width:calc((100% - 10px)/4)}}.footer-info h4{font-weight:900;font-size:18px;color:#cee9f2;margin-bottom:20px}.footer-info h4,.footer-info p{line-height:22px;text-align:center}.footer-info p{font-size:12px;color:#8890a9}.footer-partner{margin-top:50px;display:flex;align-items:center;justify-content:space-between}.footer-partner .contact-info{margin-top:0}.footer-partner .contact-item{margin-bottom:0}.footer-partner .contact-item:first-child{border-right:1px solid rgba(206,233,242,.18)}.footer-partner__list{display:flex;justify-content:center}.footer-partner__item{padding:0 20px}.footer-copyright{text-align:center;margin-top:1rem;padding-bottom:1rem;font-size:12px;line-height:22px;color:#8890a9}.section-slider{margin-top:-20px}.section-casino,.section-slots{position:relative}.page-wrap{padding-bottom:6rem}.container__main{padding-bottom:4rem;padding-left:15px!important;padding-right:15px!important}.main{margin-top:-20px}.section-recharge{margin-top:5rem}.btn,.header-menu__btn{white-space:normal;text-align:center;font-size:14px;padding:.8rem 1rem;line-height:13px;color:#ffe1b8;font-weight:700;text-transform:uppercase;border-radius:5px;transition:all .5s cubic-bezier(.19,1,.22,1);box-sizing:border-box;box-shadow:0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(59,61,60,.07),0 4px 8px rgba(59,61,60,.07),0 8px 16px rgba(59,61,60,.07),0 32px 24px rgba(59,61,60,.07),0 4px 4px rgba(59,61,60,.07);border:1px solid #ffe1b8;overflow:hidden}.btn:focus,.header-menu__btn:focus{box-shadow:none}.btn:hover,.header-menu__btn:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.btn-pink,.header-menu__btn--register{background:#cc4083}.btn-blue,.header-menu__btn--login{background:#277de1}.btn__view-more{color:#4fdbfa;font-size:16px;padding:.5rem 1rem;border:1px solid #4fdbfa;border-radius:5px}.btn--loading{pointer-events:none;position:relative;overflow:hidden;color:transparent!important}.btn--loading:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:rgba(0,0,0,.34)}.btn--loading:after{content:"";background:url(/images/icon/icon-spinner.svg);width:32px;height:31px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999;color:#fff;-webkit-animation:animation-rotate .75s linear infinite;animation:animation-rotate .75s linear infinite;background-size:contain}.form__content{display:flex;flex-direction:row;padding:0}.form__content-left{flex:0 0 66.6666666667%;max-width:66.6666666667%;padding:1rem}.form__content-right{padding:1rem;flex:0 0 33.3333333333%;max-width:33.3333333333%}.form__row{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-end}.form__col{flex-direction:column}.form__col-left{flex:0 0 25%;max-width:25%}.form__col-right{flex:0 0 75%;max-width:75%}.form--inline{display:flex;align-items:center;justify-content:flex-start}.form__group{margin-bottom:1rem}.form__group:last-child{margin-bottom:0}.form__group.has-feedback{position:relative}.form__btn{display:block;margin:0 auto;padding:.8rem 3rem}.form__error{margin-top:.5rem;font-size:12px;line-height:1;color:#f9d39e;margin-left:25%}.form__group.required .form__error{display:block}.form__text-convert{margin-left:25%}.form__wrap-input{position:relative}.form__wrap-input span{position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.form__label{line-height:35px}.form__banner-bank{display:flex;align-items:start;flex-direction:column;padding:.5rem 1rem;position:relative;background:rgba(39,125,225,.3);border-radius:3px;margin-bottom:1rem}.form__banner-bank--name{color:hsla(0,0%,100%,.6);font-size:14px}.form__banner-bank--info{display:flex;justify-content:space-between;align-items:center}.form__banner-bank--info p{color:#fffffe}.form__banner-bank li{border-bottom:.5px solid rgba(0,0,0,.1);padding-top:.5rem;padding-bottom:.5rem;width:100%}.form__banner-bank li:last-child{border-bottom:none;padding-bottom:0}.form__banner-bank li:first-child{padding-top:0}.form__banner-bank--btn{border:1px solid #fcdaab;border-radius:3px;background:#cc4083;color:#fff;overflow:hidden}.form__banner-bank--btn-copied{background:#277de1}.form .showpassword{position:absolute;top:50%;right:.5rem;z-index:99;pointer-events:auto;cursor:pointer;display:block;line-height:34px;text-align:center;transform:translateY(-50%)}.fa-eye-slash{background:url(/images/icon/hidden-eye.svg) no-repeat}.fa-eye,.fa-eye-slash{content:"";width:30px;height:20px;display:block}.fa-eye{background:url(/images/icon/eye.svg) no-repeat!important}.input{padding:.5rem 1rem;width:100%;font-size:14px;font-weight:400;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;outline:none;box-sizing:border-box}.input:focus{box-shadow:0 0 5px #f8fdff}.input--type-1{background:rgba(19,46,99,.6);border:.5px solid hsla(0,0%,100%,.2);border-radius:3px;color:#fff;font-size:14px;line-height:16px;padding:.8rem 1rem;width:100%}.input--type-1:focus{border:1px solid #f9d39e}.input--type-1::-moz-placeholder{color:hsla(0,0%,100%,.6)}.input--type-1:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.input--type-1::-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.input--type-1::placeholder{color:hsla(0,0%,100%,.6)}.input--prefix{position:relative}.input--prefix:before{content:"aa";color:#fff;position:absolute;top:-50%;right:.5rem;transform:translateX(-50%);font-size:14px}.input--date-range{background:#132e63;color:#fff;padding-right:1rem;min-width:215px;border:none;border-radius:5px;cursor:pointer}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{color:#000}.daterangepicker td.active,.daterangepicker td.active:hover{background:#cc4083;color:#fff}.daterangepicker .drp-selected{color:#132e63;font-weight:700}.daterangepicker .drp-buttons .btn,.daterangepicker .drp-buttons .header-menu__btn{background:#123d76}.daterangepicker .drp-buttons .applyBtn.header-menu__btn,.daterangepicker .drp-buttons .btn.applyBtn{background:#cc4083}.daterangepicker td.available:hover,.daterangepicker th.available:hover{color:#000}.select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;padding:.5rem 0;position:relative;background:rgba(19,46,99,.6);border:.5px solid hsla(0,0%,100%,.2);border-radius:3px;color:#fff}.select:after{content:"";background:url(/images/icon/arrow-down.svg);width:10px;height:7px;color:#fff;font-size:13px;position:absolute;top:50%;right:.5rem;transform:translateY(-50%);z-index:10}.select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background:#12346a;display:block;width:100%;outline:none;cursor:pointer;z-index:2;border:none;text-overflow:"";text-indent:.5rem;font-size:14px;padding:0 .5rem;color:#cee9f2}.select select option[disabled]{color:#eee;text-shadow:none;border:none}.select select::-moz-placeholder{color:#fff}.select select:-ms-input-placeholder{color:#fff}.select select::-ms-input-placeholder{color:#fff}.select select::placeholder{color:#fff}.select select:-moz-focusring{color:transparent;text-shadow:0 0 0 #888}.select select::-ms-expand{display:none}.checkbox{position:absolute;opacity:0}.checkbox+label{display:flex;align-items:center;font-size:10.5px;font-weight:#f8f9fa;position:relative;cursor:pointer;padding:0}.checkbox+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;border:1px solid #000;background-color:transparent}.checkbox:disabled+label{color:#b8b8b8;cursor:auto}.checkbox:disabled+label:before{box-shadow:none;background:#ddd}.checkbox:checked+label:after{content:"";position:absolute;left:5px;top:9px;background-color:#000;width:2px;height:2px;box-shadow:2px 0 0 #000,4px 0 0 #000,4px -2px 0 #000,4px -4px 0 #000,4px -6px 0 #000,4px -8px 0 #000;transform:rotate(45deg)}.radio-button{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.radio-button input[type=radio]{position:relative;display:inline-block;width:20px;height:20px;border-radius:100%;outline:none!important;-webkit-appearance:none;margin-right:1rem;cursor:pointer}.radio-button input[type=radio]:before{content:"";position:relative;top:0;left:0;display:block;background:#000;border:1.75px solid #000;border-radius:100%;box-shadow:none;width:20px;height:20px;transition:all .3s cubic-bezier(.19,1,.22,1)}.radio-button input[type=radio]:checked:before{background-color:#ff0}.radio-button input[type=radio]:disabled:before{cursor:not-allowed;background-color:#bfbfbf;border-color:#bfbfbf}.table-custom{width:100%}.table-custom__tab-pane{position:relative}.table-custom__box{padding:10px;background:#113d77}.table-custom__wrapper{min-height:500px;flex:1 0 auto;position:relative}.table-custom--loading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:30px;height:30px;border-radius:50%;border:2px solid #b10000;border-top-color:#e8c9c9;-webkit-animation:spinner .6s linear infinite;animation:spinner .6s linear infinite}.table-custom td{padding:.8rem .5rem;border-top:.5px solid hsla(0,0%,100%,.1);vertical-align:top}.table-custom tbody tr{transition:all .3s}.table-custom tbody tr:hover{background:#132e63;color:#fcdaab;cursor:pointer}.table-custom__thead th{background:rgba(20,36,86,.3);border-radius:3px;font-size:12px;line-height:14px;letter-spacing:.01em;color:hsla(0,0%,100%,.6);font-weight:400;padding:1rem .5rem}.table-custom__stt{font-weight:600;font-size:12px;line-height:15px;text-align:center;color:#fff;padding:.3rem .5rem;border-radius:30px}.table-custom__stt--success{background:#00c48c}.table-custom__stt--fail{background:#f4445f}.table-custom__stt--pending{background:#f2c352}.table-custom__stt--draw{background:#516495}.transactions__btn{border:1px solid #fcdaab;border-radius:3px;background:#cc4083;color:#fff;overflow:hidden;padding:.1rem .3rem;text-transform:uppercase;font-weight:700;margin-left:.3rem}.transactions__btn--copied{background:#327eb6}.modal-custom__dialog{max-width:543px}.modal-custom__content{width:100%;background-color:transparent;border:none}.modal-custom__header{background:url(/images/common/bg-title-modal.png) no-repeat;width:100%;height:47px;background-size:cover;position:relative;display:flex;align-items:center;justify-content:center}.modal-custom__header--upgrade{background:#113d77;height:auto;border:1px solid #fddcae;padding:1rem;flex-direction:column}.modal-custom__title{display:flex;align-items:center;justify-content:center;color:#fcdaab;text-transform:uppercase;font-weight:700;font-size:16px}.modal-custom__btn-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;cursor:pointer}.modal-custom__btn-close span{color:#fcdaab;font-size:40px}.modal-custom__body{background:#113d77;border:1px solid #fcdaab;border-top:none;border-bottom:none}.modal-custom__form{padding:2rem 2rem 0}.modal-custom__footer{border:1px solid #fcdaab;border-top:none;padding:2rem;background:#113d77 url(/images/common/bg-footer-modal.png);background-size:cover}.modal-fullscreen .modal-dialog{margin:0;max-width:none;align-items:flex-end;min-height:100%;display:flex;justify-content:center}.modal-fullscreen .modal-content{width:100%;opacity:0;transition:all .5s cubic-bezier(.175,.885,.32,1.275);border:none;border-radius:0;background-color:transparent;position:relative;display:flex;flex-direction:column;pointer-events:auto;outline:0;transform:translate3d(0,100%,0)}.modal-fullscreen.show .modal-content{opacity:1;transform:translateZ(0)}.sidebar-left{border-radius:3px;display:none;padding:0 .5rem;width:100%}@media screen and (min-width:768px){.sidebar-left{flex:0 0 25%;max-width:25%;display:block;padding:0}}.sidebar-left__wrap-info{padding-top:50px}.sidebar-left__user{text-align:center;position:relative;padding:0 1rem 1rem;border-bottom:.5px dashed hsla(0,0%,100%,.2);background:url(/images/common/top-block-menu-profile.png) no-repeat 50%;background-size:cover;min-height:118px}.sidebar-left__user-avt{position:absolute;top:-20px;left:50%;transform:translateX(-50%)}.sidebar-left__user-display-name{font-weight:700;font-size:14px;line-height:16px;text-transform:uppercase;color:#fff}.sidebar-left__user-last-active{font-size:12px;line-height:14px;color:hsla(0,0%,100%,.6);margin-top:.3rem}.sidebar-left__link{color:hsla(0,0%,100%,.7);font-weight:500;font-size:14px;line-height:16px;display:flex;align-items:center;padding:1rem;position:relative;overflow:hidden;z-index:1;transition:all .8s}.sidebar-left__link:before{width:0;background-color:#10376a;transition:all .8s;z-index:-1}.sidebar-left__link:after,.sidebar-left__link:before{content:"";position:absolute;bottom:0;left:0;height:100%}.sidebar-left__link:after{width:100%;background-color:#113d77;z-index:-2}.sidebar-left__link.active,.sidebar-left__link:hover{color:#f9d39e}.sidebar-left__link.active:before,.sidebar-left__link:hover:before{width:100%}.sidebar-left__icon{width:24px;height:24px;margin-right:.5rem;-webkit-filter:contrast(.8) brightness(1.8);filter:contrast(.8) brightness(1.8)}.sidebar-left__link.active .sidebar-left__icon,.sidebar-left__link:hover .sidebar-left__icon{-webkit-filter:contrast(1) brightness(1);filter:contrast(1) brightness(1)}.sidebar-left__icon--wallet{background:url(/images/icon/icon-wallets-hover.svg) no-repeat;background-size:contain}.sidebar-left__icon--account{background:url(/images/icon/icon-account-hover.svg) no-repeat;background-size:contain}.sidebar-left__icon--transaction{background:url(/images/icon/icon-transaction-hover.svg) no-repeat;background-size:contain}.sidebar-left__icon--bet{background:url(/images/icon/icon-bet-hover.svg) no-repeat;background-size:contain}.tab-custom__nav-tabs{position:relative;display:flex;flex-wrap:nowrap;border-bottom:.5px solid rgba(250,226,191,.63)}.tab-custom__nav-tabs--type-3{flex-wrap:wrap;border-bottom:none}.tab-custom__nav-item{margin-right:.3rem;font-size:14px;line-height:16px;text-align:center;text-transform:uppercase;color:hsla(0,0%,100%,.6);padding:1rem 1.5rem;background:rgba(17,61,119,.3);border-radius:3px 3px 0 0;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.19,1,.22,1);position:relative}.tab-custom__nav-tabs--type-3 .tab-custom__nav-item{margin-right:0;width:100%;background:#1b2e5f;color:#bdbdbd;margin-bottom:.3rem}.tab-custom__nav-tabs--type-3 .tab-custom__nav-item:last-child{margin-bottom:0}.tab-custom__nav-item.active,.tab-custom__nav-item:hover{color:#fcdaab;background:#113d77}.tab-custom__nav--type-2 .tab-custom__nav-item.active,.tab-custom__nav--type-2 .tab-custom__nav-item:hover{background:linear-gradient(190.3deg,#f9d29d 20.98%,#f9e3c5 53.46%,#f9d29d 88.8%);color:#113d77}.tab-custom__nav-item.active:before,.tab-custom__nav-item:hover:before{content:"";background:url(/images/icon/icon-tab-hover.png) no-repeat;width:56px;height:3px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.tab-custom__nav-item:last-child{margin-right:0}.tab-custom__nav-tabs--half .tab-custom__nav-item{width:calc((100% - .3rem)/2);padding:1rem}.tab-custom__nav--type-2 .tab-custom__nav-item{width:calc((100% - .9rem)/4)}.tab-custom__tab-content{background:#113d77;border-radius:0 0 5px 5px;overflow:hidden}.account__row{display:flex;align-items:stretch}.account-main{flex:0 0 75%;max-width:75%;margin-left:1rem}.account-top{display:flex;margin-bottom:1rem;flex-direction:row;min-height:130px}.account-top__left{flex:0 0 25%;max-width:25%;display:flex;align-items:center;padding:1rem;justify-content:space-between;background:#113d77}.account-top__right{background:#132e63;padding:1rem}@media screen and (min-width:768px){.account-top__right{flex:0 0 73%;max-width:73%;margin-left:1rem;background:#113d77}}.account-top__img-wallet{width:30%}.account-top__img-wallet img{border:10px solid #132e63;border-radius:9px}.account-top__total-balance{font-size:14px;line-height:16px;color:hsla(0,0%,100%,.6);text-transform:uppercase;margin-left:.5rem;display:flex;flex-direction:column;width:80%;align-items:start}.account-top__total-balance span{font-weight:700;font-size:22px;line-height:33px;text-align:right;color:#f9d39e}.account-top__wrap-wallet{display:flex;justify-content:space-between}.account-top__wallet-txt{font-size:14px;line-height:16px;color:hsla(0,0%,100%,.6);text-transform:uppercase}.account-top__wallet-form{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;margin-top:1rem}.account-top__wallet-form .form__wrap-input{width:100%}@media screen and (min-width:768px){.account-top__wallet-form{flex-direction:row}.account-top__wallet-form .form__wrap-input{width:60%}}.account-top__wallet-btn{display:flex;margin-top:1rem;width:100%}.account-top__wallet-btn .btn,.account-top__wallet-btn .header-menu__btn{margin-right:1rem;width:calc((100% - 1rem)/2)}.account-top__wallet-btn .btn:last-child,.account-top__wallet-btn .header-menu__btn:last-child{margin-right:0}@media (min-width:768px){.account-top__wallet-btn{margin-left:1rem;justify-content:space-between;margin-top:0;width:35%}}.popover-transfer__wrap{background:linear-gradient(80.03deg,#cc4083 -12.68%,#277de1 124.01%);box-shadow:0 1px 2px rgba(0,0,0,.25);border-radius:3px;padding:1rem;min-width:450px;position:relative}.form__content-right--award{background:#185097;padding:1rem}.award__top{background:url(/images/common/bg-award.jpg) no-repeat;background-size:cover;width:100%;padding:1rem;margin-bottom:1rem}.award__title{font-size:16px;line-height:20px;text-align:center;letter-spacing:.01em;text-transform:uppercase;color:#cc4083;font-weight:700}.award__des{font-size:14px;margin-top:.5rem;color:#113d77;text-align:center}.award__stt{color:#fff;font-weight:700}.award__body,.award__stt{margin-bottom:1rem}.award__box{display:flex;flex-wrap:wrap}.award__item{padding:.5rem;margin-right:1rem;width:calc((100% - 1rem)/2);border:1px solid #c7c7c7;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1);border-radius:3px;text-align:center;margin-bottom:1rem}.award__item:nth-of-type(2n){margin-right:0}.award__item:nth-of-type(3){width:100%;margin-right:0}.award___bet-balance{font-weight:800;font-size:18px;line-height:25px;letter-spacing:.01em;color:#fcdaab;margin-bottom:.5rem}.progress-custom{background-color:#142456;height:.5rem}.progress-custom__bar{background-color:#fcdaab}.history__wrap-sort{display:flex}.history__wrap-sort button{padding:.5rem 1rem;margin-left:1rem}.history__display{display:flex;justify-content:space-between;align-items:center;padding:1rem}.history__display--abs{padding:0;margin-left:auto}.history__display--time{display:flex;align-items:center;margin-right:3rem}.history__display--time p{margin-right:.5rem}.history__display--sort{display:flex;align-items:center}.history__display--sort p{margin-right:.5rem}.history__display--sort select{min-width:100px;padding-left:.5rem}.history__display--sort select:after{content:"";background:url(/images/icon/arrow-down.svg) no-repeat;width:10px;height:7px;background-size:contain}.history__wrap-input-date{position:relative}.history__wrap-input-date:after{content:"";background:url(/images/icon/arrow-down.svg) no-repeat;width:10px;height:7px;background-size:contain;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.recharge__content{margin-top:2rem}.recharge__menu{display:flex;text-align:center}.recharge__menu label.radio-label{padding:1rem .5rem .5rem;cursor:pointer;font-size:10px}@media (min-width:768px){.recharge__menu label.radio-label{padding:1rem 1rem .5rem;font-size:14px}}.recharge__menu input[type=radio]{position:absolute;opacity:0}.recharge__menu input[type=radio]+.radio-label:before{content:"";background:transparent;border-radius:100%;border:1px solid #5584c2;display:block;width:1.4em;height:1.4em;position:relative;top:-5px;left:50%;transform:translateX(-50%);cursor:pointer;text-align:center;transition:all .25s ease}.recharge__menu input[type=radio]:checked+.radio-label:before{background-color:#fcdaab;box-shadow:inset 0 0 0 4px #132e63;border:1px solid #fcdaab}.recharge__menu input[type=radio]:focus+.radio-label:before{outline:none;border-color:#fcdaab}.recharge__menu input[type=radio]:disabled+.radio-label:before{box-shadow:inset 0 0 0 4px #fcdaab;border-color:#fcdaab;background:#fcdaab}.recharge__menu input[type=radio]+.radio-label:empty:before{margin-right:0}.recharge__item{width:calc((100% - 1.5rem)/4);display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;text-transform:uppercase;font-size:14px;background:#132e63;margin-right:.5rem;border-radius:5px}.recharge__item:last-child{margin-right:0}.withdraw__content{margin-top:2rem}.slider-wrap{position:relative}.slider-wrap:before{background:linear-gradient(90deg,#142556,rgba(20,37,86,0));left:0}.slider-wrap:after,.slider-wrap:before{content:"";position:absolute;top:0;z-index:10;pointer-events:none;width:10%;height:100%}.slider-wrap:after{background:linear-gradient(90deg,rgba(20,37,86,0),#142556);right:0}.slider__btn-next,.slider__btn-prev{right:-40px;left:auto}.slider__btn-next:after,.slider__btn-prev:after{color:#fcdaab;text-shadow:-7px 0 4px #4d4130,-1px 0 0 #665640,-2px 0 0 #665640,-3px 0 0 #665640,-4px 0 0 #665640,-5px 0 0 #665640,-1px 0 0 rgba(0,0,0,.25)}@media (max-width:1199.98px){.slider__btn-next,.slider__btn-prev{right:-25px}}.slider__btn-prev{left:-40px;right:auto}@media (max-width:1199.98px){.slider__btn-prev{left:-25px}}.main-slider__btn--next{right:3rem}.main-slider__btn--prev{left:3rem}.swiper-pagination-bullet{width:10px;height:10px;background:#23467d}.swiper-pagination-bullet-active{background:#cc4083;width:20px;border-radius:5px}.popup-icon{text-align:center;margin-bottom:1rem}.popup-body{background:#113d77;border:1px solid #fcdaab;border-radius:5px}.popup-status{font-size:23px;text-align:center;font-weight:700;text-transform:uppercase;color:#fcdaab}.popup-status__detail{margin-top:.5rem;text-align:center;color:#fff;font-size:16px}.pagination-custom{justify-content:center;padding-top:1.5rem;padding-bottom:3rem}.pagination-custom__link{color:#fff;background-color:#13366c;cursor:pointer}.pagination-custom__link:focus{box-shadow:none}.pagination-custom__item.active .pagination-custom__link{color:#123d76;background-color:#efca98;border-color:#fff}.live-casino{background:#142456}.live-casino img{max-width:100%;width:100%}.live-casino__top img{width:100%}.live-casino .section-title__txt img{width:40px}.live-casino__section{position:relative}.live-casino__section:after{content:"";width:100%;height:2px;background:linear-gradient(270deg,rgba(194,175,157,0) 1.04%,#c2af9d 48.96%,rgba(194,175,157,0));position:absolute;bottom:0;left:0}.live-casino__section:last-child:after{content:"";background:none}.live-casino__section--vivo{background:url(/images/live-casino/bg-vivo.png);background-size:cover}.live-casino__section--ebet{background:url(/images/live-casino/bg-ebet.png);background-size:cover}.live-casino__section--ae{background:url(/images/live-casino/bg-ae.jpg);background-size:cover}.live-casino__section--evo{background:url(/images/live-casino/bg-evo.jpg);background-size:cover}.live-casino__section--mg{background:url(/images/live-casino/bg-mg.jpg);background-size:cover}.live-casino__section--n2{background:url(/images/live-casino/bg-n2.jpg);background-size:cover}.live-casino__container{max-width:1200px;margin:0 auto;padding:20px 0;display:flex;align-items:center}.live-casino__model{width:27.5%;margin-right:2%}@media screen and (max-width:768px){.live-casino__model{margin-right:5%;width:35%}}.live-casino__right{width:65%}@media screen and (max-width:768px){.live-casino__right{width:100%}}.live-casino__transfer{margin-bottom:20px}@media screen and (max-width:768px){.live-casino__transfer{display:flex;align-items:center;padding:0 15px}}.live-casino__transfer--top{display:flex;font-weight:500;font-size:16px;line-height:19px;justify-content:space-between;margin-bottom:20px}@media screen and (max-width:768px){.live-casino__transfer--top{width:100%;font-size:14px;align-items:center;margin-bottom:0}}@media screen and (max-width:320px){.live-casino__transfer--top{font-size:12px}}.live-casino__transfer--txt{color:#f9d29d;position:relative;padding-left:30px;margin-bottom:0;font-weight:700}.live-casino__transfer--txt:before{content:"";background:url(/images/live-casino/icon-wallet.svg);width:20px;height:18px;position:absolute;top:0;left:0}.live-casino__transfer--money{margin-bottom:0;font-weight:700;color:#64a9f9;margin-left:1rem}.live-casino__transfer--money span{font-weight:400}.live-casino__transfer--group-label{display:flex}.live-casino__transfer--group-label--g .live-casino__transfer--money{color:#f76bae}@media screen and (max-width:414px){.live-casino__transfer--group-label{width:60%;align-items:center}}.live-casino__form{display:flex}@media screen and (max-width:768px){.live-casino__form{margin-top:10px}}@media screen and (max-width:768px){.live-casino__wrapper-form{width:100%}}.live-casino__btn{padding:.5rem 2rem;font-weight:900;font-size:13px;line-height:13px;text-align:center;color:#fddcae;cursor:pointer;border-radius:3px;border:1px solid #fddcae;margin-left:15px}@media screen and (max-width:768px){.live-casino__btn{padding:.5rem 1rem;width:48%}}@media screen and (max-width:414px){.live-casino__btn{padding:10px}}@media screen and (max-width:320px){.live-casino__btn{padding:.5rem}}.live-casino__btn-wrapper{display:flex;justify-content:center}@media screen and (max-width:768px){.live-casino__btn-wrapper{width:55%}}.live-casino__btn--pink{background:#cc4083}.live-casino__btn--blue{background:#277de1}.live-casino__btn:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.live-casino__input-group{width:45%;display:flex;background:#233a5c;box-shadow:inset 0 4px 4px rgba(0,0,0,.25);border-radius:3px;border:1px solid #fddcae}.live-casino__input-group-prepend{padding:16px;border-right:1px solid #fcdaab}.live-casino__input-group-prepend .input-group-text{position:relative}.live-casino__input-group-prepend .input-group-text:before{content:"";background:url(/images/live-casino/icon-exchange.svg) no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:contain;width:20px;height:20px}@media screen and (max-width:414px){.live-casino__input-group-prepend .input-group-text:before{width:25px;height:25px;content:"";background:url(/images/live-casino/icon-exchange.svg) no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:cover}}@media screen and (max-width:414px){.live-casino__input-group-prepend .input-group-text img{width:14px;height:14px}}.live-casino__input-group .form-control{background:#233a5c;border-radius:0 3px 3px 0;border-left:1px solid #fddcae;color:#fff;font-size:14px;padding-left:10px;width:100%}@media screen and (max-width:768px){.live-casino__input-group .form-control{font-size:13px}}@media screen and (max-width:320px){.live-casino__input-group .form-control{font-size:10px}}.live-casino__box-slider{position:relative}.live-casino__swiper{margin-top:20px;padding-right:20px}@media screen and (max-width:768px){.live-casino__swiper-slide:first-child{margin-left:1rem}}.live-casino__swiper--link{display:block;padding-right:20px}.live-casino__swiper--inner{overflow:hidden;position:relative;padding:2px}.live-casino__swiper--inner:before{content:"";position:absolute;display:block;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,#f9d29d,#f9e3c5,#f9d29d);background-size:100% 100%}.live-casino__swiper--inner:hover:before{-webkit-animation:bg-move 3s ease infinite;animation:bg-move 3s ease infinite;background-size:200% 200%}.live-casino__swiper--inner:hover .live-casino__playnow{color:#277de1}.live-casino__live{position:absolute;left:2px;top:1rem;background:linear-gradient(256.89deg,rgba(39,170,225,0),#277de1);font-size:12px;line-height:100%;text-align:center;text-transform:uppercase;color:#f9d29d;text-shadow:0 2px 1px rgba(0,0,0,.15);margin-bottom:0;padding:5px 20px 5px 10px;display:flex}.live-casino__live i{margin-right:5px;line-height:.7}@media screen and (max-width:768px){.live-casino__live{font-size:10px;padding:5px 10px 5px 0;top:.5rem}}.live-casino__playnow{background:url(/images/live-casino/bg-play.png) 50% no-repeat;background-size:contain;text-align:center;position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);margin-bottom:0;width:100%;max-width:180px;padding:4px 0;font-weight:900;font-size:14px;line-height:22px;color:#665640;text-transform:uppercase}@media screen and (max-width:768px){.live-casino__playnow{line-height:16px;font-size:10px}}.live-casino .live-casino__swiper-button-next{width:20px;height:33px;color:#fddcae;right:-35px}@media screen and (max-width:768px){.live-casino .live-casino__swiper-button-next{display:none}}.only-pc{display:block}@media screen and (max-width:768px){.only-pc{display:none}}.only-sp{display:none}@media screen and (max-width:768px){.only-sp{display:block}}@-webkit-keyframes liveAnimation{0%{-webkit-filter:brightness(1);filter:brightness(1)}50%{-webkit-filter:brightness(1.2);filter:brightness(1.2)}to{-webkit-filter:brightness(1);filter:brightness(1)}}@keyframes liveAnimation{0%{-webkit-filter:brightness(1);filter:brightness(1)}50%{-webkit-filter:brightness(1.2);filter:brightness(1.2)}to{-webkit-filter:brightness(1);filter:brightness(1)}}@-webkit-keyframes bg-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes bg-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}#iframe{border:none;height:100vh}.iframe{min-height:585px;height:100%;position:relative}.iframe__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.iframe__loading p{margin-top:1rem}.iframe--a-sport,.iframe--a-vsport,.iframe--sport{background:url(/images/lobby/bg-sport.jpg) no-repeat 50%;background-size:cover}.iframe--a-esport{background:url(/images/lobby/bg-e-sport.jpg) no-repeat 50%;background-size:cover}.iframe--tp-numbergame{background:url(/images/lobby/bg-tp-game.jpg) no-repeat 50%;background-size:cover}.iframe--a-virtualcasino,.iframe--a-virtualgame{background:url(/images/lobby/bg-casino.jpg) no-repeat 50%;background-size:cover}.iframe--a-keno,.iframe--a-lottery,.iframe--a-numbergame,.iframe--a-tablegame,.iframe--tp-lode{background:url(/images/lobby/bg-quick-game.jpg) no-repeat 50%;background-size:cover}.iframe--tp-keno{background:#fff}.iframe--a-saba{margin-top:0}.iframe--tp-lode{margin-top:-10px}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid #fff;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner .75s linear infinite;animation:spinner .75s linear infinite}.sport-section{background:url(/images/sport/bg-sport.jpg) no-repeat;background-size:cover;padding:2rem 0}.sport__wrap{text-align:center}.sport__content .title,.sport__content .title__main{margin-bottom:.5rem}.sport-img{transition:.5s}.sport__link:hover .sport-img{transform:translateY(-5px);-webkit-filter:drop-shadow(10px 10px 10px rgba(255,222,181,.3));filter:drop-shadow(10px 10px 10px rgba(255,222,181,.3))}.sport__txt-wallet{font-weight:900;font-size:16px;line-height:22px;text-align:center;color:#f2f2f2;text-transform:uppercase}.sport__txt-wallet--main span{color:#cc4083}.sport__txt-wallet--sub span{color:#4fdbfa}.promotion-page{padding-top:4rem}.promotion__wrap{padding:2rem;background:#113d77}.promotion__slidebar-left{height:100%;background:none}.contact-info{display:flex;flex-wrap:wrap;width:500px;margin-top:3rem}.contact-item{display:flex;align-items:center;justify-content:center;width:50%;margin-bottom:1rem}.contact-item span{margin-right:.5rem}.contact-item p{color:#e0e0e0;text-transform:uppercase;font-weight:700;margin-bottom:.3rem}.contact-item a{color:#fcdaab;font-weight:700;font-size:18px}.about{background:url(/images/use/bg-about.jpg) no-repeat;padding-top:4rem;background-size:100% auto}.about-list{display:flex;flex-wrap:nowrap;padding-bottom:2rem;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:2rem;justify-content:space-between}.about-list:last-child{border-bottom:none}.about-item{width:calc((100% - 4rem)/2);margin-right:4rem;display:flex;align-items:flex-start}.about-item:last-child{margin-right:0}.about-item img{width:50px}.about-item>div{margin-left:.5rem}.policy{background:url(/images/use/bg-about.jpg) no-repeat;padding-top:4rem;background-size:100% auto}.policy-list{display:flex;flex-wrap:nowrap}.policy-item{width:calc((100% - 1rem)/3);margin-right:.5rem;display:flex;justify-content:space-between;align-items:flex-start;padding:5rem 1rem 1rem;border-radius:10px;border:1px solid #dfdfdf;position:relative}.policy-item:last-child{margin-right:0}.policy-icon{position:absolute;top:-3.5rem;left:50%;transform:translateX(-50%)}.home-banner__item{position:relative}.home-banner__link{display:block;width:100%;height:100%;position:absolute;z-index:99;cursor:pointer}.home-banner__wrap-img{padding-bottom:27%;position:relative}.home-banner__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.home-banner__wrap-img img{width:100%;position:absolute;top:0;z-index:0;height:100%;-o-object-fit:cover;object-fit:cover}.home-banner-fish__left{position:absolute;bottom:0;left:6%;width:30%}.home-banner-fish__right{position:absolute;bottom:0;right:6%;width:32%}.home-banner-fish__btn{position:absolute;top:53%;left:43%;width:14%}.home-banner-fish__title{position:absolute;left:50%;top:12%;width:47%;transform:translateX(-50%)}.home-banner-casino__title{display:block;position:absolute;top:9%;left:44%;width:30%}.home-banner-casino__logo{position:absolute;display:block;top:62%;left:42%;width:49%}.home-banner-casino__logo img{margin-right:1rem;width:11%}.home-banner-casino__btn{position:absolute;display:block;bottom:6%;left:54%;width:11%}.home-banner-sport__character{position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:42%}.home-banner-sport__txt-cuoc{position:absolute;left:58%;top:46%;transform:translate(-50%,-50%);width:14%}.home-banner-sport__txt-chuyen-nghiep{position:absolute;left:41%;top:46%;width:27%}.home-banner-sport__btn{position:absolute;left:51%;top:70.5%;width:10%}.home-banner-noel__title{position:absolute;left:50%;top:10%;width:27%;transform:translateX(-50%)}.home-banner-noel__btn{position:absolute;left:44%;top:70.5%;width:10%}.home-banner-tet__title{position:absolute;left:22%;top:26%;width:27%}.home-banner-tet__btn{position:absolute;left:50%;top:65.5%;width:15%;transform:translateX(-50%)}.home-banner-tet__label{position:absolute;top:4%;left:30%;width:20%}.home-banner-tet__trau{position:absolute;width:15%;bottom:10%;right:17%}.home-banner-tan-nien__long-den-trai{position:absolute;top:0;left:1%;width:7%}.home-banner-tan-nien__long-den-phai{position:absolute;top:0;right:1%;width:12%}.home-banner-tan-nien__btn{position:absolute;left:50%;top:58%;width:18%;transform:translateX(-50%)}.home-bottom{background:url(/images/common/bg-news.png) no-repeat;background-size:cover}.home-bottom__wrap{padding:0 0 2rem}.home-bottom__container{background:#050824}.home-bottom__center,.home-bottom__left,.home-bottom__right{padding:3rem 1rem 2rem}.home-bottom__right{position:relative}.home-bottom__center{position:relative;border-left:1px solid #353e61;border-right:1px solid #353e61}.tip__wrap-img{padding-bottom:37%;position:relative;border-radius:3px;overflow:hidden;margin-top:1rem}.tip__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.tip__wrap-img img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.tip__label{width:124px;height:45px;padding-left:10px;line-height:29px;display:flex;justify-content:center;color:#fcdaab;position:absolute;background:url(/images/common/label-tip.svg) no-repeat;top:.5rem;right:-14px;font-size:12px;font-weight:700}.tip__author{margin-top:.5rem;font-size:12px;line-height:22px;color:#a3b8bf;font-style:italic}.tip__author strong{font-style:normal}.tip__des{margin-top:1rem;font-size:16px;line-height:22px;color:#cee9f2;font-weight:700;font-style:italic;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.tip__link-detail{text-decoration:underline;color:#fcdaab;margin-top:1.5rem}.tip__info,.tip__link-detail{text-align:center;font-style:italic}.tip__info{margin-top:1rem;font-size:16px;line-height:22px;color:#cee9f2;font-weight:700}.slots .game-hot__right{margin-top:0}@media (min-width:768px){.slots .game-hot__right{padding:2rem 0}}.section-title{position:relative;margin-bottom:2rem}.section-title__wrap{background:url(/images/common/bg-title-rp.png) repeat;width:100%;background-size:auto 100%;position:absolute;top:-10px;left:50%;transform:translateX(-50%);z-index:99}.section-title__img{background:url(/images/common/bg-title.png) 50% no-repeat;background-size:contain;width:100%;min-height:63px;z-index:20}@media screen and (max-width:1200px){.section-title__img{min-height:52px}}.section-title__img--casino{background:url(/images/common/bg-title-casino.png) 50% no-repeat;background-size:contain;width:100%;min-height:63px;z-index:20}.section-title__container{display:flex;justify-content:space-between;position:relative;z-index:9}.section-title__txt{display:flex;align-items:center;margin-top:1rem}.section-title__txt p{font-size:12px;line-height:20px;color:#fcdaab;text-align:center;font-weight:700}.section-title__txt p span{color:#4fdbfa}@media screen and (max-width:1200px){.section-title__txt p{font-size:10px}}.section-title__txt.section-title__left .section-title__icon,.section-title__txt.section-title__right .section-title__icon{margin-left:1rem}.highlight-hotmatch-slider__title{text-align:center;text-transform:uppercase;color:#4fdbfa}.highlight-hotmatch-slider__btn-prev{left:8px;right:auto}.highlight-hotmatch-slider__btn-prev:after{content:"";background:url(/images/icon/icon-prev.svg) no-repeat;width:26px;height:26px}.highlight-hotmatch-slider__btn-next{right:8px;left:auto}.highlight-hotmatch-slider__btn-next:after{content:"";background:url(/images/icon/icon-next.svg) no-repeat;width:26px;height:26px}.highlight-hotmatch .slider-wrap:after,.highlight-hotmatch .slider-wrap:before{content:"";z-index:1}.swiper-slide-active .home-banner-fish__left{-webkit-animation:fadeInLeftBig 2s;animation:fadeInLeftBig 2s}.swiper-slide-active .home-banner-fish__right{-webkit-animation:fadeInRight 2s;animation:fadeInRight 2s}.swiper-slide-active .home-banner-fish__title img{-webkit-animation:fadeInDown 3s;animation:fadeInDown 3s}.swiper-slide-active .home-banner-fish__btn{-webkit-animation:fadeInDown 2s;animation:fadeInDown 2s}.swiper-slide-active .home-banner-fish__btn img{-webkit-animation:pulse .3s infinite;animation:pulse .3s infinite}.swiper-slide-active .home-banner-casino__title{-webkit-animation:slideInDown 2s;animation:slideInDown 2s}.swiper-slide-active .home-banner-casino__ae{-webkit-animation:zoomIn 2.5s;animation:zoomIn 2.5s}.swiper-slide-active .home-banner-casino__evo{-webkit-animation:zoomIn 2.75s;animation:zoomIn 2.75s}.swiper-slide-active .home-banner-casino__ebet{-webkit-animation:zoomIn 3s;animation:zoomIn 3s}.swiper-slide-active .home-banner-casino__vivo{-webkit-animation:zoomIn 3.25s;animation:zoomIn 3.25s}.swiper-slide-active .home-banner-casino__n2{-webkit-animation:zoomIn 3.5s;animation:zoomIn 3.5s}.swiper-slide-active .home-banner-casino__btn{-webkit-animation:zoomIn 2s;animation:zoomIn 2s}.swiper-slide-active .home-banner-casino__btn img{-webkit-animation:heartBeat 2s infinite;animation:heartBeat 2s infinite}.swiper-slide-active .home-banner-sport__btn,.swiper-slide-active .home-banner-sport__txt-chuyen-nghiep img,.swiper-slide-active .home-banner-sport__txt-cuoc img{-webkit-animation:zoomIn 1.5s;animation:zoomIn 1.5s}.swiper-slide-active .home-banner-sport__btn img{-webkit-animation:pulse .3s infinite;animation:pulse .3s infinite}.swiper-slide-active .home-banner-noel__btn{-webkit-animation:zoomIn 1.5s;animation:zoomIn 1.5s}.swiper-slide-active .home-banner-noel__btn img{-webkit-animation:pulse .3s infinite;animation:pulse .3s infinite}.swiper-slide-active .home-banner-noel__title img,.swiper-slide-active .home-banner-tet__label img{-webkit-animation:fadeInDown 1.5s;animation:fadeInDown 1.5s}.swiper-slide-active .home-banner-tet__trau{-webkit-animation:zoomIn 1.5s;animation:zoomIn 1.5s}.swiper-slide-active .home-banner-tet__trau img{animation:shakeY 10s linear infinite alternate-reverse}.swiper-slide-active .home-banner-tet__title img{-webkit-animation:fadeInDown 1.5s;animation:fadeInDown 1.5s}.swiper-slide-active .home-banner-tet__btn img{-webkit-animation:pulse .3s infinite;animation:pulse .3s infinite}.swiper-slide-active .home-banner-tan-nien__long-den-phai img{animation:leftToright 4s infinite alternate-reverse}.swiper-slide-active .home-banner-tan-nien__btn img{-webkit-animation:pulse .3s infinite;animation:pulse .3s infinite}.game-hot{background:#162556;padding:4rem 0}.game-hot__container{display:flex;padding:0}.game-hot__left{padding-right:1.5rem;padding-left:0}.game-hot__right{padding-right:0;margin-top:2rem;padding-left:5px}@media (min-width:576px){.game-hot__right{margin-top:0}}.game-hot .game-hot-slider__btn-next{right:-40px;left:auto;top:55%}.game-hot-slider{overflow-x:hidden;padding:10px 0}.game-slider__wrap-img{padding-bottom:135%;position:relative;border:2px solid #fcdaab;border-radius:5px;overflow:hidden}.game-slider__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.game-slider__wrap-img img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.game-slider__link{display:block}.game-slider__link:hover .game-slider__wrap-img img{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.game-slider__list--type-1,.game-slider__list--type-2{display:flex;justify-content:center}.game-slider__list--type-2{flex-wrap:wrap}.game-slider__list .game-slider__item{margin-right:1.5rem}.game-slider__list .game-slider__item:last-child{margin-right:0}.game-slider__item{max-width:236px;width:100%;display:inline-block;vertical-align:middle;transform:translateZ(0);box-shadow:0 0 1px transparent;position:relative;transition-duration:.5s;transition-property:transform}.game-slider__item:before{pointer-events:none;position:absolute;z-index:-1;content:"";top:100%;left:5%;height:10px;width:90%;opacity:0;transition-duration:.5s;transition-property:transform,opacity}.game-slider__item:hover{transform:translateY(-5px)}.game-slider__item:hover:before{opacity:1;transform:translateY(5px)}.game-slider__item:hover .game-slider__title{color:#142556}.game-slider__item--full{max-width:100%}.game-slider__item--full .game-slider__wrap-img{padding-bottom:30%}.game-slider__item--half{max-width:50%}.game-slider__item--half .game-slider__wrap-img{padding-bottom:64%;position:relative}.game-slider__item--half .game-slider__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.game-slider__list--type-2 .game-slider__item{margin-bottom:1.5rem}.game-slider__list--type-2 .game-slider__item:nth-child(4n){margin-right:0}.game-slider__box{position:relative}.game-slider__title{background:url(/images/common/bg-title-game.png) no-repeat;background-size:contain;width:100%;min-height:43px;font-weight:700;font-size:14px;color:#665640;justify-content:center;text-transform:uppercase;margin-top:-3px;display:flex;align-items:center}@media (max-width:1199.98px){.game-slider__title{font-size:13px}}.game-slider__slot{font-weight:700;font-size:16px;line-height:22px;text-align:center;background:url(/images/common/bg-slot.jpg) no-repeat;background-size:contain;width:100%;height:40px;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:50%;transform:translateX(-50%);color:#fcdaab}.game-main{position:relative;display:block;padding-top:10px}.game-main:before{content:" ";position:absolute;background:#27aae1;opacity:.6;-webkit-filter:blur(75px);filter:blur(75px);width:100%;height:100%;top:0;left:0}.game-main__wrap-img{padding-bottom:100%;position:relative;border:2px solid #fcdaab;border-radius:5px;overflow:hidden}.game-main__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.game-main__wrap-img img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.game-main__title{font-weight:700;font-size:14px;line-height:22px;text-transform:uppercase;color:#665640;background:url(/images/common/bg-title-game-main.svg) no-repeat;background-size:contain;min-width:228px;min-height:42px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);justify-content:center;display:flex;align-items:center}@media (max-width:1199.98px){.game-main__title{min-width:213px;min-height:39px}}.casino{padding:4rem 0 3rem}.casino-left{padding-left:0}.casino__list{display:flex;flex-wrap:wrap}.casino__item{min-width:150px;margin-right:30px;margin-bottom:10px;width:calc((100% - 90px)/4)}@media (max-width:1199.98px){.casino__item{margin-right:10px;margin-bottom:10px;width:calc((100% - 30px)/4);padding-right:0;min-width:auto}}.casino__item:nth-child(4n){margin-right:0}.casino__box{position:relative;transition:all .35s ease;transform:translateZ(0);overflow:hidden}.casino__box:hover .casino__btn-play{transform:scale(1);opacity:1}.casino__wrap-img{padding-bottom:96%;position:relative;border:2px solid #fcdaab;border-radius:5px;overflow:hidden}.casino__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.casino__wrap-img img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.casino__title{font-weight:700;font-size:14px;line-height:18px;text-align:center;text-transform:uppercase;color:#f9d29d;margin-top:.5rem}.casino .game-main{padding-top:0}.slots-slider,.spribe-slider{overflow-x:hidden;padding:10px 0}.slots-container{padding:0}.news{background:url(/images/news/bg-news.jpg) #142557 no-repeat top;background-size:contain}.news-content__left{background:#050824;border-radius:5px 5px 0 0;padding:1rem .5rem}.news-content__left .home-bottom__center{border:none}.news__list{display:flex}.news__list,.news__list--type-1,.news__list--type-2{flex-wrap:wrap}.news__item{margin-bottom:2rem;margin-right:1.5rem;width:calc((100% - 1.5rem)/2)}.news__item:nth-child(2n){margin-right:0}.news__list--type-1 .news__item{margin-right:2rem;width:calc((100% - 2rem)/2)}.news__list--type-1 .news__item:nth-child(2n){margin-right:0}.news__list--type-2 .news__item{margin-right:1rem;width:calc((100% - 3rem)/4)}.news__list--type-2 .news__item:nth-child(4n){margin-right:0}.news__list--type-1 .news__box{flex-direction:row;display:flex}.news__wrap-img{padding-bottom:55%;position:relative;overflow:hidden;margin-bottom:1rem;border-radius:5px}.news__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.news__list--type-1 .news__wrap-img{padding-bottom:27%;position:relative;width:45%;margin-right:1rem;margin-bottom:0}.news__list--type-1 .news__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.news__wrap-img img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.news__des{font-weight:500;font-size:14px;line-height:22px;color:#cee9f2;margin-top:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.news__des:hover{color:#fcdaab}.news__list--type-1 .news__des{margin-top:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.news-no-img__list{list-style:disc;padding-left:1rem}.news-no-img__item{margin-bottom:.5rem}.news-no-img__link{font-size:13px;line-height:18px;color:#cee9f2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-no-img__link:hover{color:#fcdaab}.news__info{width:60%}.news__list--type-2 .news__info{width:100%}.article__list{display:flex;flex-wrap:wrap}.article__item{margin-right:1.5rem;width:calc((100% - 1.5rem)/2);margin-bottom:1rem;position:relative;border-radius:5px;overflow:hidden}.article__item:last-child{margin-right:0}.article__item:first-child{width:100%;margin-right:0}.article__item:first-child .article__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article__content{padding:1rem}.article__content img{display:flex;justify-content:center;margin:1rem auto;border-radius:5px}.article__content a{color:#ffdeb5;margin-bottom:.5rem}.article__content ul li{color:#cc4083}.article__content a img hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.article__info{position:absolute;bottom:0;left:0;padding:.5rem;width:100%;background:rgba(6,24,64,.7)}.article__title{color:#fff;font-weight:700;font-size:18px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.article__date{color:#cc4083;font-size:14px}.article__img{padding-bottom:50%;position:relative}.article__img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.article__img img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.category{border-radius:5px;margin-bottom:1rem}.category__item{background:radial-gradient(117.26% 100% at 50% 100%,#061840 30%,#061840 100%)}.category__item:last-child{border-bottom:none}.category__link{padding:.5rem;color:#ffdeb5;background:#113d77;border-radius:5px 5px 0 0}.category__link,.category__link--sub a{display:block;text-transform:uppercase;font-weight:700}.category__link--sub a{color:#f7f7f7;padding:.5rem 2rem;font-size:12px;border:1px solid rgba(17,61,119,.4);position:relative}.category__link--sub a:hover{color:#fcdaab}.category__link--sub a:before{content:"\2022";font-size:23px;position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:#fddfb5}.category h3{font-size:18px;color:#f9d29d;font-weight:700;padding:1rem;text-align:center}.tp-game{position:relative}.tp-game .title,.tp-game .title__main{margin-top:3rem}.tp-game--game-hot-slider .slider__btn-prev{left:40px;padding:10px;cursor:pointer}.tp-game--game-hot-slider .slider__btn-next,.tp-game--game-hot-slider .slider__btn-prev{right:40px;padding:10px;cursor:pointer}.tp-game--game-hot__item{max-width:774px}.tp-game--game-hot__wrap-img{padding-bottom:32%;position:relative}.tp-game--game-hot__wrap-img:hover{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.tp-game--game-hot__wrap-img img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.tp-game .swiper-slide-active .tp-game--game-hot__wrap-img{border:2px solid #fcdaab;border-radius:5px;overflow:hidden}.tp-game-wallet__wrap{display:flex}.tp-game-wallet__left{display:flex;flex:0 75%;padding:1rem}.tp-game-wallet__left-inner{display:flex}.tp-game-wallet__right{background:url(/images/tp-game/bg-wallet.png) no-repeat;background-size:cover;display:flex;position:relative;flex:0 30%}.tp-game-wallet__right p{position:absolute;bottom:0;left:0}.tp-game-wallet__input{display:flex;flex-direction:column;width:70%;margin-right:5%}.tp-game-wallet__input .account-top__wrap-wallet{margin-bottom:1rem}.tp-game-wallet__button{display:flex;flex-direction:column}.tp-game-wallet__button button{margin-bottom:1rem}.tp-game-wallet__button button:last-child{margin-bottom:0}.tp-game-nav__list{display:flex;flex-wrap:nowrap;border-bottom:.5px solid rgba(250,226,191,.63)}.tp-game-nav__item{display:flex;padding:0;position:relative;overflow:hidden;width:120px;height:125px;justify-content:center}.tp-game-nav__item:before{content:"";background:url(/images/tp-game/bg-icon.png) no-repeat;background-size:100% 100%;width:116px;height:138px;position:absolute;top:0;left:0;transform:translateY(100%);opacity:0;transition:.5s ease-in-out}.tp-game-nav__item.active:before,.tp-game-nav__item:hover:before{content:"";transform:translateY(0);opacity:1}.tp-game-nav__item.active:after,.tp-game-nav__item:hover:after{content:"";background:url(/images/icon/icon-tab-hover.png) no-repeat;width:56px;height:3px;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}.tp-game-nav__item.active .tp-game-nav__name,.tp-game-nav__item:hover .tp-game-nav__name{color:#fcdaab}.tp-game-nav__name{position:absolute;bottom:15px;font-size:14px;line-height:21px;text-align:center;text-transform:uppercase;font-weight:700;text-shadow:0 1px 0 hsla(0,0%,52.5%,.6);color:#fff}.tp-game-nav__icon{z-index:9;width:95px}.tp-game-nav__label{position:absolute;top:5%;right:.5rem;width:38px;height:20px;text-transform:uppercase;font-size:8px;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:99;-webkit-animation:lightAnimation .5s linear infinite;animation:lightAnimation .5s linear infinite}.tp-game-nav__label--type-1{top:1px;right:1px}.tp-game-nav__label--type-2{position:relative;top:0;right:0}.tp-game-nav__label--new{background:url(/images/common/label-new.png) no-repeat;background-size:contain}.tp-game-nav__label--hot{background:url(/images/common/label-hot.png) no-repeat;background-size:contain}.tp-game-nav--sub{display:flex;justify-content:center;margin-bottom:2rem}.tp-game-nav--sub li{margin-right:1rem;display:flex}.tp-game-nav--sub li a{display:flex;align-items:center;padding:.5rem 2rem;border-radius:5px;border:1px solid #a3a2a1}.tp-game-nav--sub li a.active{background-color:#101e49;border:1px solid #f9d29d}.tp-game-nav--sub li a.active .tp-game-nav__icon-sub{-webkit-filter:grayscale(0);filter:grayscale(0)}.tp-game-nav--sub li:first-child{border:none;color:#eacdcd;font-size:16px;font-weight:700;text-transform:uppercase;padding-right:1rem;align-items:center}.tp-game-nav--sub li:last-child{margin-right:0}.tp-game-nav--sub li .tp-game-nav__name-sub{font-weight:800;font-size:20px;color:#a3a2a1;text-transform:uppercase;margin-left:.5rem}.tp-game-nav--sub li .tp-game-nav__icon-sub{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.wallet__quick-choice{display:flex;align-items:center;justify-content:flex-start;margin-top:1rem}.wallet__quick-choice-item{padding:.3rem 1rem;border-radius:15px;font-size:14px;line-height:20px;text-align:center;color:#4fdbfa;border:1px solid #4fdbfa;margin-right:1rem;cursor:pointer}.wallet__quick-choice-item:last-child{margin-right:0}.wallet__quick-choice-item.active{color:#fff;background:#cc4083;border:1px solid #ffb1d6}#navBanca .title,#navBanca .title__main,#navIngame .title,#navIngame .title__main,#navLode .title,#navLode .title__main,#navPhahu .title,#navPhahu .title__main,#navQuayso .title,#navQuayso .title__main,#navSlot .title,#navSlot .title__main,#navSpribe .title,#navSpribe .title__main{display:none}.ingame-slider,.slots-q9-slider{padding:10px 0;overflow-x:hidden}.fishing-slider,.tp-hot-slider{padding:10px 0}.contact{display:flex;justify-content:center;align-items:center;margin-top:2rem}.contact__icon{margin-left:1rem}.contact__icon img{width:100%}.contact p{font-weight:700}.contact-item span img{width:100%}.error-404-page{margin-top:6rem}.error-404__content{text-align:center}.error-404__content h2{color:#cc4083;font-size:56px;width:100%}.error-404__content img{margin-top:21px;width:804px;height:325px}.error-404__content span{color:#bebebe;display:block;font-size:20px;margin-top:50px;font-weight:200;margin-bottom:21px}.error-404__content .btn-return{color:#fff;height:51px;font-size:18px;font-weight:500;min-width:251px;padding:0 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:51px;text-align:center;border-radius:25.5px;white-space:nowrap;display:inline-block;vertical-align:middle;border:transparent;transition:all .15s ease-in-out;background:linear-gradient(90deg,#cc4182 50%,#ffa4cf)}.maintain-page{margin-top:6rem}.maintain-page__content{text-align:center}.maintain-page__content h2{color:#f9d29d;font-size:28px;width:100%}.maintain-page__content img{width:340px}.maintain-page__content span{color:#fff;font-size:14px}.hai-loc-page{padding-bottom:5rem}.hai-loc-top{background:url(/images/event/tet/bg-top.jpg) 50% no-repeat;background-size:100% 100%;padding-bottom:4rem}.hai-loc-top__title{padding-top:50px;max-width:35%;margin:0 auto}.hai-loc-top__round{background:url(/images/event/tet/bg-round.png) 50% no-repeat;width:451px;height:79px;background-size:contain;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;text-transform:uppercase;color:#fcf7f7;margin:25px auto 0}.hai-loc-top__round span{color:#fff838;padding:.2rem}.hai-loc-top__tree{position:relative;max-width:50%;margin:0 auto}.hai-loc-top__tree-item{position:absolute}.hai-loc-top__tree-item--active{-webkit-animation:moveIt3 .5s ease-in-out infinite;animation:moveIt3 .5s ease-in-out infinite}.hai-loc-top__tree-item--01{top:19%;right:31%}.hai-loc-top__tree-item--01 img{-webkit-animation:moveIt 4.25s ease-in-out infinite;animation:moveIt 4.25s ease-in-out infinite}.hai-loc-top__tree-item--02{top:45%;right:43%}.hai-loc-top__tree-item--02 img{-webkit-animation:moveIt2 5s ease-in-out infinite;animation:moveIt2 5s ease-in-out infinite}.hai-loc-top__tree-item--03{top:17%;left:40%}.hai-loc-top__tree-item--03 img{-webkit-animation:moveIt 3.75s ease-in-out infinite;animation:moveIt 3.75s ease-in-out infinite}.hai-loc-top__tree-item--04{top:32%;left:30%}.hai-loc-top__tree-item--04 img{-webkit-animation:moveIt2 3.5s ease-in-out infinite;animation:moveIt2 3.5s ease-in-out infinite}.hai-loc-top__tree-item--05{top:48%;right:23%}.hai-loc-top__tree-item--05 img{-webkit-animation:moveIt2 3.5s ease-in-out infinite;animation:moveIt2 3.5s ease-in-out infinite}.hai-loc-top__tree-item--06{top:47%;left:19%}.hai-loc-top__tree-item--06 img{-webkit-animation:moveIt 4s ease-in-out infinite;animation:moveIt 4s ease-in-out infinite}.hai-loc-top__lamp--left{position:absolute;top:5%;left:5%;-webkit-animation:lightAnimation 2s ease-in-out infinite;animation:lightAnimation 2s ease-in-out infinite}.hai-loc-top__lamp--right{position:absolute;top:5%;right:5%;-webkit-animation:lightAnimation 1.5s ease-in-out infinite;animation:lightAnimation 1.5s ease-in-out infinite}.hai-loc-top__btn{max-width:40%;border:none;position:absolute;bottom:0;left:27%;background:none}.hai-loc-top__btn:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.hai-loc-top__btn:disabled{-webkit-filter:contrast(.5) invert(0);filter:contrast(.5) invert(0)}.hai-loc-guide{background:linear-gradient(180deg,#172857,#162556);position:relative}.hai-loc-guide:after{content:"";background:url(/images/event/tet/long-den-khai-xuan-02.png) 50% no-repeat;max-width:14%;height:100%;background-size:contain;position:absolute;bottom:-90%;right:0;width:100%;-webkit-animation:lightAnimation 1.5s ease-in-out infinite;animation:lightAnimation 1.5s ease-in-out infinite}.hai-loc-guide__wrap{display:flex;align-items:center;padding-top:2rem}.hai-loc-guide__des{font-weight:700;font-size:20px;text-align:center;text-transform:uppercase;color:#f9d29d;margin-right:10px}.hai-loc-guide__des span{font-size:16px;text-transform:none}.hai-loc-guide__item,.hai-loc-guide__list{display:flex;justify-content:center}.hai-loc-guide__item{background:url(/images/event/tet/bg-nhiem-vu.png) 50% no-repeat;width:300px;height:95px;align-items:flex-end;padding-bottom:10px;position:relative;margin-right:10px}.hai-loc-guide__item:last-child{margin-right:0}.hai-loc-guide__item i{position:absolute;top:-50%;left:50%;transform:translateX(-50%);max-width:26%}.hai-loc-guide__item span{font-size:12px;text-align:center;color:#f9d29d;text-transform:none}.hai-loc-guide__item p{font-weight:700;font-size:18px;line-height:22px;text-align:center;text-transform:uppercase;color:#f9f9f9}.hai-loc-rule{margin-top:6rem;position:relative}.hai-loc-rule:before{content:"";background:url(/images/event/tet/may.png) 50% no-repeat;max-width:14%;height:100%;background-size:contain;position:absolute;bottom:-90%;left:0;width:100%;-webkit-animation:drift 100s linear infinite;animation:drift 100s linear infinite}.hai-loc-rule__box{display:flex;justify-content:center;align-items:stretch}.hai-loc-rule__wrap{margin-right:1rem;width:calc((100% - 1rem)/2);position:relative;background:url(/images/event/tet/bg-rule.png) no-repeat;background-size:100% 100%}.hai-loc-rule__wrap:last-child{margin-right:0}.hai-loc-rule__title{max-width:63%;position:absolute;top:-10%;left:50%;transform:translateX(-50%);width:100%;justify-content:space-around}.hai-loc-rule__link{display:flex;justify-content:space-around;margin-top:2rem}.hai-loc-rule__link a{font-size:14px;line-height:22px;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:#f2eeee;position:relative;font-weight:700}.hai-loc-rule__link a:hover{color:#fcdaab}.hai-loc-rule__link a:after{content:"";background:url(/images/event/tet/arrow.svg) 50% no-repeat;width:30px;height:30px;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}.hai-loc-rule__content{padding:4rem 1rem 1rem}.hai-loc-rule__content ul{padding-left:2rem;list-style:url(/images/event/tet/icon-list.svg)}.hai-loc-rule__content ul li{margin-top:1rem;font-weight:700}.hai-loc-award{margin-top:2rem}.hai-loc-award__dot{width:68%;border-bottom:1px dashed #2e5a94}.hai-loc-award th{color:#d4d7d9;padding-bottom:1rem}.hai-loc-award td:last-child,.hai-loc-award th{font-weight:700;font-size:14px;text-transform:uppercase}.hai-loc-award td:last-child{width:16%;text-align:right;color:#f9d39e}.hai-loc-award td:first-child{color:#f2eeee;font-size:14px;font-weight:700;text-transform:uppercase;padding-left:1rem;position:relative}.hai-loc-award td:first-child:before{content:"";background:url(/images/event/tet/icon-list.svg) no-repeat;width:12px;height:12px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.hai-loc__get-gift{display:block;position:absolute;max-width:35%;top:68%;left:50%;transform:translateX(-50%);cursor:pointer;pointer-events:auto}.hai-loc__get-gift:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.hai-loc-popup{position:relative}.hai-loc-popup__close{pointer-events:auto;position:absolute;bottom:3%;left:50%;transform:translateX(-50%);cursor:pointer}.hai-loc-popup__light{position:absolute;top:5%;left:0;right:0;z-index:-1;-webkit-filter:brightness(1.2);filter:brightness(1.2);-webkit-animation:spinner 20s infinite;animation:spinner 20s infinite}.hai-loc-popup__content{position:absolute;top:20%;left:50%;transform:translateX(-50%)}.hai-loc-popup__des{font-weight:700;font-size:20px;line-height:22px;text-align:center;text-transform:uppercase;color:#bf170a}.hai-loc-popup__des-top{line-height:22px}.hai-loc-popup__des-top,.hai-loc-popup__des span{font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;color:#66241f}.hai-loc-popup__des span{line-height:30px}.event__list{width:100%;height:100%;margin-left:auto;margin-right:auto}.event-slide__item{margin-bottom:1rem;margin-right:1.5rem;width:calc((100% - 1.5rem)/2)}.event-slide__item:last-child{margin-bottom:0}.event-slide__item:nth-child(2n){margin-right:0}.event-slide__list{position:relative;padding:1rem;display:flex;flex-wrap:wrap;max-height:310px;overflow-y:scroll}.event-winner{background:linear-gradient(180deg,#142456,#192e71 53.12%,#142456);border:2px solid #f9d29d;box-sizing:border-box;border-radius:5px;margin-top:1rem}.event-winner__wrap{display:flex;align-items:center}.event-winner__avt{border-radius:20px;margin-right:1rem;overflow:hidden;border:2px solid #2078ec}.event-slider-pagination{text-align:center}.stick_img{position:fixed;bottom:0;left:0;z-index:111;max-width:140px}