html{height:100%}body{margin:0;background:#2d313c;min-height:100%;position:relative}body *{font-family:"Nunito",sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0) !important}html,body{overflow-y:auto;overflow-x:hidden}.full-container{max-width:100%;margin:0 auto}.container{max-width:1000px;margin:0 auto;padding-bottom:60px;padding-left:15px;padding-right:15px}.container.small{max-width:500px;position:relative}.container.login-page{max-width:340px;position:relative}p,input,textarea,button,form{font-size:16px;font-weight:600}:disabled{background:#e8e8e8;color:#8e8e8e}h2{margin-top:0}h3{margin-bottom:1em}hr{border:0;height:1px;width:100%;border-top:1px solid #dbdfe8;margin:10px 0}hr.space{margin:40px 0}.mt-5{margin-top:40px}.align-left{text-align:left;display:table-cell;vertical-align:middle}.align-right{text-align:right;display:table-cell;vertical-align:middle}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.inline{display:inline-block}.hide{display:none}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.col{max-width:100%;margin-bottom:15px;width:100%}.col-12{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:100%}.col-10{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:83.33333333%}.col-9{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:75%}.col-8{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:66.666667%}.col-6{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:50%}.col-4{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:33.333333%}.col-3{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:25%}.col-2{max-width:100%;padding-right:5px;padding-left:5px;margin-bottom:15px;width:16.66666667%}.no-margin{margin:0 !important}@media(max-width: 768px){h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}p,table,button{font-size:15px}hr.space{margin:30px 0}}@media(max-width: 480px){.col-xs-6{width:100%}}form{margin-top:20px;margin-bottom:20px}#login-email{margin-top:20px}.checkbox-group.bs-row{margin-right:-5px;margin-left:-5px}.checkbox-group .bs-col{padding:0 5px}.checkbox-group label{position:relative;cursor:pointer;display:inline-block;font-weight:600;padding:10px;padding-left:35px;background:#f7f7f7;margin-bottom:15px}.checkbox-group .checkbox{position:absolute;left:10px;border:2px solid #3e528c;border-radius:50%;width:20px;height:20px}.checkbox-group input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-group input:checked+.checkbox{background-color:#3e528c}input,textarea{border:0;outline:none;background:#f7f7f7;color:#3e528c;padding:10px 15px;display:block;width:100%;max-width:100%;box-sizing:border-box;margin-bottom:20px;font-weight:600;border-radius:5px}input:focus,textarea:focus{box-shadow:0 0 0 3px #ddd;color:#3e528c}input::placeholder,textarea::placeholder{font-weight:600;color:#777}.form-group input,.form-group textarea{display:inline-block;width:auto}.toggle{opacity:0;transform:scale(0.5);transition:.2s ease-in;position:absolute;left:0;right:0;pointer-events:none;padding-left:15px;padding-right:15px;transform-origin:top}.toggle.active{opacity:1;pointer-events:auto;transform:scale(1)}button{box-sizing:border-box;cursor:pointer;border-radius:5px;padding:10px 15px;outline:0;border:0;transition:.2s;display:block;width:100%;font-weight:bold}@media(max-width: 768px){button{padding:10px 8px}}button.btn-large{padding:20px}button::-moz-focus-inner{border:0}button:focus{box-shadow:0 0 0px 3px #dfdfdf}button:focus.no-outline{box-shadow:none}button.guess-btn{font-weight:600}button.btn-primary{color:#fff;background:#299279;border:1px solid #299279}button.btn-primary:hover{color:#fff;background:#187760;border:1px solid #187760}button.btn-secondary{color:#ddd;background:#343a40;border:1px solid #ddd}button.btn-secondary:hover{color:#343a40;background:#fff;border:1px solid #fff}button.btn-link{background:rgba(0,0,0,0);color:#bbb;border-radius:0;border-bottom:1px solid #5e6169;display:inline-block;width:auto;padding:3px 0}button.btn-link:hover{color:#fff;border-color:#fff}button.btn-clear{background:rgba(0,0,0,0);color:#bbb;border-radius:0;width:auto;display:inline-block}button.btn-clear:hover{color:#fff}button.btn-circle{width:150px;height:150px;border-radius:50%;display:inline-block;font-size:30px}@media(max-width: 768px){button.btn-circle{width:110px;height:110px;font-size:20px}}button.btn-warning{color:#fff;background:#864343;border:1px solid #864343;pointer-events:none}button.btn-warning:hover{color:#fff;background:#864343;border:1px solid #864343}button.btn-loading{color:#299279 !important;background:#299279;border:1px solid #299279;position:relative}button.btn-loading:after{content:"";display:block;background-image:url("/assets/img/loader.svg");background-size:25px;background-repeat:no-repeat;background-position:center;height:100%;width:25px;position:absolute;top:0;right:0;left:0;margin:0 auto}button.btn-header{color:#dbdfe8;padding:5px;cursor:pointer;font-size:30px;position:relative;background-color:rgba(0,0,0,0);border:0;width:auto;margin-right:15px}@media(max-width: 768px){button.btn-header{margin:0;margin-bottom:20px}}button.btn-header:after{content:"";display:block;width:0px;height:0px;background:#22292f;border-radius:50%;transition:.2s;opacity:1;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;z-index:-1}button.btn-header:hover:after{content:"";display:block;width:70px;height:70px;background:#22292f;border-radius:50%}button.btn-points{height:300px;border-radius:50%;position:relative;z-index:1;background:#fff;box-shadow:inset -10px -70px 40px -30px #dbdfe8,0 0 60px 10px rgba(255,255,255,.168627451)}@media(max-width: 768px){button.btn-points{height:160px}}button.btn-points span{font-size:26px;text-transform:uppercase;font-weight:bold}@media(max-width: 768px){button.btn-points span{font-size:20px}}[class*=icon]:before{font-family:"Font Awesome 5 free";font-weight:900}.icon-reward:before{content:""}.icon-left:before{padding-right:10px}.icon-down:before{content:""}.la{color:#2d313c}.la-check{color:#268664}.popup{display:none}.add-confirm{background:#fff;width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;display:flex;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.add-confirm *{color:#268664 !important}.menu{flex:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:4;top:-4px}.menu .menu-btn{cursor:pointer;position:relative;width:70px;height:70px;border-radius:50%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.menu .menu-btn .la-bars{transform:translate(-50%, -50%) scale(1);transition:.2s ease-in}.menu .menu-btn .la-close{transform:translate(-50%, -50%) scale(0);transition:.2s ease-in}.menu .menu-btn:before{content:"";display:block;width:0px;height:0px;background:#22292f;border-radius:50%;transition:.2s;opacity:1}.menu .menu-btn:hover:before{content:"";display:block;width:70px;height:70px;background:#22292f;border-radius:50%}.menu .menu-btn.active .la-close{transform:translate(-50%, -50%) scale(1)}.menu .menu-btn.active .la-bars{transform:translate(-50%, -50%) scale(0)}.menu .menu-btn .fa{color:#dbdfe8;position:absolute;top:50%;left:50%}.menu .menu-content{position:absolute;opacity:0;pointer-events:none;top:70px;right:9px;background:#fff;border-radius:5px;transform:scale(0.5);transition:.2s ease-in;z-index:1;box-shadow:0px 20px 50px -15px rgba(45,49,60,.5607843137);min-width:180px}.menu .menu-content:before{width:16px;right:10px;transform:translateX(-50%) rotate(-45deg);position:absolute;content:"";height:16px;top:-7px;background:#fff;border-top-right-radius:3px}.menu .menu-content.active{opacity:1;pointer-events:auto;transform:scale(1)}.menu .menu-content ul{position:relative;padding:0;margin:10px 0 0;list-style:none}.menu .menu-content ul li,.menu .menu-content ul a{color:#2d313c;padding:10px 20px;cursor:pointer;font-weight:700;transition:.2s}.menu .menu-content ul li .fa,.menu .menu-content ul a .fa{width:30px;border-right:1px solid #c0c1c5;margin-right:5px}.menu .menu-content ul li:hover:not(.language),.menu .menu-content ul a:hover:not(.language){background:#dbdfe8}.menu .menu-content ul li.language,.menu .menu-content ul a.language{padding:0}.menu .menu-content ul li.language a,.menu .menu-content ul a.language a{padding:10px 20px;color:#2d313c;text-decoration:none;display:block}.menu .menu-content ul li.language a:hover,.menu .menu-content ul a.language a:hover{background:#dbdfe8}.menu .menu-content ul li .dropdown-btn,.menu .menu-content ul a .dropdown-btn{position:relative}.menu .menu-content ul li .dropdown-btn:after,.menu .menu-content ul a .dropdown-btn:after{transition:.2s transform;content:"";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;-webkit-transform:translate(8px, -50%);transform:translate(8px, -50%);top:50%;position:absolute}.menu .menu-content ul li .dropdown-btn.active:after,.menu .menu-content ul a .dropdown-btn.active:after{-webkit-transform:translate(-50%, -50%) scaleY(-1);transform:translate(8px, -50%) scaleY(-1)}.menu .menu-content ul li .dropdown-list,.menu .menu-content ul a .dropdown-list{display:none;background:#eff0f3}.menu .menu-content ul li .dropdown-list ul,.menu .menu-content ul a .dropdown-list ul{border-top:1px solid #c0c1c5;border-bottom:1px solid #c0c1c5;margin:0}.menu .menu-content ul li .dropdown-list ul li,.menu .menu-content ul a .dropdown-list ul li{padding:0}.menu .menu-content ul li .dropdown-list ul li a,.menu .menu-content ul a .dropdown-list ul li a{padding:10px 0 10px 60px;position:relative;font-weight:600}.menu .menu-content ul li .dropdown-list ul li a.check,.menu .menu-content ul a .dropdown-list ul li a.check{font-weight:700}.menu .menu-content ul li .dropdown-list ul li a.check:before,.menu .menu-content ul a .dropdown-list ul li a.check:before{content:"";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;position:absolute;left:0;top:50%;transform:translate(30px, -50%)}.menu .menu-content ul li.sign-out-btn,.menu .menu-content ul a.sign-out-btn{margin-top:5px;border-top:1px solid #c0c1c5;background:#eff0f3;padding:15px 20px;border-radius:0 0 5px 5px}@keyframes close{0%{transform:scale(1);opacity:1}99%{transform:scale(1.5);opacity:0}100%{transform:scale(0);opacity:0}}.header{padding-top:60px;padding-bottom:60px;position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.header .logo-container h1{font-family:"Charmonman",cursive;color:#fff;cursor:default;z-index:5}.header .logo-container h1:hover{text-shadow:0 0 10px #fff,0 0 0 #fff;animation:color-change 2s infinite}@keyframes color-change{0%{text-shadow:0 0 10px #fff,0 0 0 #fff}10%{text-shadow:0 0 10px #fff,0 0 10px red}20%{text-shadow:0 0 10px #fff,0 0 10px purple}40%{text-shadow:0 0 10px #fff,0 0 10px blue}60%{text-shadow:0 0 10px #fff,0 0 10px green}80%{text-shadow:0 0 10px #fff,0 0 10px #ff0}100%{text-shadow:0 0 10px #fff,0 0 10px red}}.header .logo-container .logo{display:block;background-image:url("/assets/img/santa-claus.svg");background-repeat:no-repeat}.header .logo-container .logo.animation{animation:mymove 3s infinite}@keyframes mymove{30%{transform:rotate(20deg)}60%{transform:rotate(-20deg)}100%{transform:rotate(360deg)}}.login-page{text-align:center}.login-page .header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-bottom:0;padding-top:20px}.login-page .header .logo-container{display:block;margin:0 auto;margin-bottom:15px}.login-page .header .logo-container h1{font-family:"Charmonman",cursive;text-align:center;font-size:34px;letter-spacing:2px;color:#f7f7f7;margin-bottom:10px;line-height:1em}.login-page .header .logo-container .logo{display:block;background-image:url("/assets/img/santa-claus-gif.gif");background-repeat:no-repeat;background-size:80px;height:120px;width:120px;border-radius:50%;padding:20px;box-sizing:border-box;background-position:center;margin:0 auto;box-shadow:0 0 60px 10px rgba(255,255,255,.168627451);background-color:#fff}.login-page .header .logo-container .logo:before{content:"";display:block;background-image:url(/assets/img/santa-sleight.svg);background-repeat:no-repeat;background-size:90px;height:90px;width:90px;top:-45px;position:relative;left:-40px;opacity:.8}.app-page .header{margin:0 -15px;margin-top:60px;padding-top:0}@media(max-width: 768px){.app-page .header{margin-top:50px;padding-bottom:30px}}.app-page .header .logo-container{position:relative}.app-page .header .logo-container .logo{position:absolute;background-size:60px 60px;width:60px;height:60px;left:16px;z-index:5;cursor:pointer}@media(max-width: 480px){.app-page .header .logo-container .logo{background-size:50px 50px;width:50px;height:50px;top:7px}}.app-page .header .logo-container .logo.active{transform-origin:50% 50%;animation:jumpLogo 4s linear;pointer-events:none}@keyframes jumpLogo{0%{transform:translate3d(0, 0, 0) scale3d(1, 1, 1);opacity:1}1%{transform:translate3d(0, -70px, 0) scale3d(0.2, 1.5, 1);opacity:1}2%{transform:translate3d(0, -150px, 0) scale3d(0.2, 0.7, 1);opacity:1}3%{transform:translate3d(0, -200px, 0) scale3d(1.5, 0.7, 1);opacity:0}4%{transform:translate3d(0, 0, 0) scale3d(1, 1, 1);opacity:0}70%{transform:translate3d(0, 0, 0) scale3d(1, 1, 1);opacity:0}100%{transform:translate3d(0, 0, 0) scale3d(1, 1, 1);opacity:1}}.app-page .header .logo-container h1{top:0;left:85px;position:relative;font-size:20px;text-align:left;text-shadow:0 0 10px rgba(255,255,255,.168627451)}@media(max-width: 480px){.app-page .header .logo-container h1{width:190px;line-height:1.4;font-size:16px;top:9px;left:75px}}.app-page .header .header-buttons{position:absolute;right:60px;top:15px;z-index:5}@media(max-width: 768px){.app-page .header .header-buttons{width:40px;position:absolute;top:60px;right:14px;z-index:3}}.app-page .header .header-buttons #switchAudio{color:#dbdfe8;cursor:pointer;font-size:30px;position:relative;float:right}@media(max-width: 768px){.app-page .header .header-buttons #switchAudio{float:none}}.snow{position:fixed;top:0;left:0;pointer-events:none;height:100%;width:100%}.footer{position:fixed;bottom:0;left:0;width:100%;height:360px;overflow:hidden;z-index:-1}.footer .footer-inner{height:160px;width:100%;position:absolute;bottom:0;left:0;background:#f6f9fa;box-shadow:0 0 10px 10px #f6f9fa}@media(max-width: 1024px){.footer .footer-inner{height:60px}}.footer .footer-inner:before,.footer .footer-inner:after{content:"";display:block;width:250px;height:250px;position:absolute;top:-62.5px;z-index:-1;background:rgba(0,0,0,0);-webkit-transform:scaleX(0.2) rotate(45deg);transform:scaleX(0.2) rotate(45deg)}.footer .footer-inner:after{left:50%;margin-left:-166.6666666667px;box-shadow:-280px 320px 15px #aab6cb,-630px 570px 15px #bac4d5,-910px 890px 15px #b4bed1,-1180px 1220px 15px #a7b4c9,-1460px 1540px 15px #8e9eba,-1810px 1790px 15px #8a9bb8,-2145px 2055px 15px #94a3be,-2395px 2405px 15px #9aa9c2,-2720px 2680px 15px #8a9bb8,-3020px 2980px 15px #b0bccf,-3255px 3345px 15px #8798b6,-3590px 3610px 15px #8798b6,-3850px 3950px 15px #adb9cd,-4245px 4155px 15px #8e9eba,-4480px 4520px 15px #8a9bb8,-4820px 4780px 15px #8193b2}.footer .footer-inner:before{right:50%;margin-right:-166.6666666667px;box-shadow:340px -260px 15px #a1aec6,585px -615px 15px #8496b4,875px -925px 15px #8798b6,1220px -1180px 15px #8193b2,1540px -1460px 15px #aab6cb,1780px -1820px 15px #adb9cd,2120px -2080px 15px #91a1bc,2355px -2445px 15px #aab6cb,2740px -2660px 15px #b4bed1,3000px -3000px 15px #8a9bb8,3330px -3270px 15px #b4bed1,3630px -3570px 15px #97a6c0,3895px -3905px 15px #a1aec6,4215px -4185px 15px #8193b2,4455px -4545px 15px #9aa9c2,4765px -4835px 15px #a7b4c9}.footer-animation.active{background-image:url("/assets/img/sleight.gif");background-repeat:no-repeat;background-position:center;background-size:150px;height:120px;width:150px;display:inline-block;position:fixed;left:-200px;bottom:30px;cursor:pointer;z-index:2}.footer-animation.active .la-wrench{margin-right:0;top:40px}.footer-animation.active .la-wrench button.btn-header:hover:after{background-color:rgba(0,0,0,0)}@media(max-width: 1024px){.footer-animation.active{bottom:0;background-image:url("/assets/img/sleight-fast.gif")}}@media(max-width: 767px){.footer-animation.active{bottom:0;background-image:url("/assets/img/sleight.gif")}}.footer-animation.active.jump{animation:jump .3s linear alternate forwards}@keyframes jump{0%{transform:translateY(0) rotate(0deg)}5%{transform:translateY(0) rotate(-25deg)}50%{transform:translateY(-50px) rotate(0deg)}95%{transform:translateY(0) rotate(25deg)}100%{transform:translateY(0) rotate(0deg)}}.content{color:#fff;padding-bottom:360px;position:relative;z-index:1}.content.active{z-index:3}.content .content-bottom-space{height:100px;width:100%}.content-box{margin:0 auto;max-width:600px;width:100%;border-radius:5px;box-shadow:0px 20px 50px -15px rgba(45,49,60,.5607843137);padding-left:0;padding-right:0;height:0;overflow:hidden}.content-box:after{content:"";height:100px;width:31px;display:block;position:absolute;left:0}.content-box *:not(button){color:#2d313c}.content-box:not(.calendar){transform-origin:top}.content-box .user-profile{background:#2d313c;padding:20px;border-radius:5px}.content-box .user-profile h3{border-color:#b0d6c9 !important;margin-bottom:20px !important}.content-box .user-profile *{color:#b0d6c9}.content-box .user-profile #user-profile{font-size:14px;font-weight:300}.content-box .user-profile ul.user-highscore-list{display:flex;justify-content:center;list-style:none;padding:0;margin:30px -20px 10px}.content-box .user-profile ul.user-highscore-list li{padding:0 18px;display:flex;flex-direction:column}.content-box .user-profile ul.user-highscore-list li *{color:#f3b105}@media(max-width: 420px){.content-box .user-profile ul.user-highscore-list li{padding:0 12px}}@media(max-width: 340px){.content-box .user-profile ul.user-highscore-list li{padding:0 8px}}.content-box .user-profile ul.user-highscore-list li:not(:last-child){border-right:1px solid #6e6f72}.content-box .user-profile ul.user-highscore-list li h3{margin:0 !important;margin-bottom:7px !important;padding:0;font-size:14px;font-weight:600 !important;border:0 !important;color:#b0d6c9}@media(max-width: 420px){.content-box .user-profile ul.user-highscore-list li h3{font-size:13px}}.content-box .user-profile ul.user-highscore-list li span{font-weight:600}.content-box .user-profile ul.user-highscore-list li span i{margin-right:4px}@media(max-width: 420px){.content-box .user-profile ul.user-highscore-list li span{font-size:14px}}@media(max-width: 340px){.content-box .user-profile ul.user-highscore-list li span{font-size:13px}}.content-box.active{height:auto;overflow:unset}.content-box .content-box-content-outer{background:#fff;border-radius:0 0 5px 5px}.content-box .content-box-header .content-box-header-inner{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#dbdfe8;border-radius:5px 5px 0 0;padding:15px}@media(max-width: 768px){.content-box .content-box-header .content-box-header-inner{padding:10px 15px}}.content-box .content-box-header .content-box-header-inner h2{margin:0;flex:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-box .content-box-header .content-box-header-inner h2 i{line-height:1em;margin-right:7px}.content-box .content-box-header .content-box-header-inner .content-box-btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;height:100%}.content-box .content-box-header .content-box-header-inner .content-box-btn:not(:last-child){margin-right:15px}@media(max-width: 768px){.content-box .content-box-header .content-box-header-inner .content-box-btn:not(:last-child){margin-right:10px}}.content-box .content-box-header .content-box-header-inner .content-box-btn.reload-highscore.active{transform-origin:50% 50%;animation:reloadHighscore 1s linear;pointer-events:none}@keyframes reloadHighscore{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.content-box .content-box-header .content-box-header-inner .content-box-btn .fa{z-index:1;position:relative}.content-box .content-box-header .content-box-header-inner .content-box-btn:after{content:"";background:#c4c9d6;width:50px;height:50px;position:absolute;transform:translate(-50%, -50%) scale(0.5);top:50%;left:50%;border-radius:50%;transition:.2s ease-in;opacity:0}.content-box .content-box-header .content-box-header-inner .content-box-btn:hover:after{opacity:1;transform:translate(-50%, -50%) scale(1)}.content-box .content-box-content .content-box-content-inner{padding:25px 15px}.content-box .content-box-content .content-box-content-inner.content-box-content-inner-fullwide{padding:25px 5px}.content-box .content-box-content .content-box-content-inner.content-box-content-inner--points{background:#eeeeef}.content-box .content-box-content .content-box-content-inner.content-box-content-inner--points .la{color:#d49225}@media(max-width: 768px){.content-box .content-box-content .content-box-content-inner{padding:20px 10px}}.content-box .content-box-content .content-box-content-inner:empty{display:none !important}.content-box .content-box-content .content-box-content-inner p{margin:0;margin-bottom:15px}.content-box .content-box-content .content-box-content-inner h3{margin-top:0;margin-bottom:20px}@media(max-width: 768px){.content-box .content-box-content .content-box-content-inner h3{margin-bottom:12px}}.content-box .content-box-content .content-box-content-inner h3:not(:first-child){border-top:1px solid #dbdfe8;padding-top:20px;margin-top:20px}.content-box .content-box-content .content-box-content-inner .content-box-heading h3{margin-top:7px;padding-bottom:4px;margin-bottom:30px;display:inline-block;border-bottom:2px solid #2d313c}.content-box .content-box-content .content-box-content-inner .content-box-heading h3:not(:first-child){border-top:0;padding-top:0}.content-box .content-box-content .content-box-content-inner .content-box-text{padding:0 40px;text-align:justify}@media(max-width: 768px){.content-box .content-box-content .content-box-content-inner .content-box-text{text-align:left;padding:0 15px}}.content-box .content-box-content .content-box-content-inner .label{font-weight:700;background:#e9ebf1;padding:3px 10px;display:inline-block}.content-box .content-box-content .content-box-content-inner .flex-group{display:flex;flex-direction:column;border:1px solid #eee;padding:1rem;margin-bottom:20px}.content-box .content-box-content .content-box-content-inner .flex-group li:last-child{margin:0}.content-box .content-box-footer .content-box-footer-inner{padding:25px 15px}.calendar{max-width:420px;padding:60px 60px;background:rgba(0,0,0,0);box-shadow:none;overflow:hidden;height:450px}.calendar *{outline:0}.calendar.active:before{content:"";background-image:url("/assets/img/santa-sleight.svg");background-repeat:no-repeat;background-position:center top;background-size:130px;width:100%;z-index:99999;pointer-events:none;height:100%;position:absolute;top:0;left:0;padding:0px;animation:rotate 2s linear forwards}@keyframes rotate{0%{opacity:0;transform:rotate(0deg) translate3d(0, 0, 0) scale3d(0.8, 1, 1);top:0}25%{transform:rotate(50deg) translate3d(0, 0, 0) scale3d(1, 1, 1);top:0;opacity:1}50%{transform:rotate(200deg) translate3d(0, 0, 0) scale3d(1, 1.2, 1);top:0}75%{transform:rotate(320deg) translate3d(25%, -40%, 0) scale3d(1.2, 1.2, 1);top:0}100%{transform:rotate(320deg) translate3d(250%, -50%, 0) scale3d(1.2, 1.2, 1);top:-20%}}.calendar .calendar-days{border-radius:50%;text-align:center;width:100%;max-height:300px;height:100%;background:#fff;box-shadow:inset -10px -70px 40px -30px #dbdfe8,0 0 60px 10px rgba(255,255,255,.168627451)}.calendar .calendar-days .slick-list{box-shadow:inset -10px -70px 40px -30px #dbdfe8;position:relative;height:299px;border-radius:50%}.calendar .calendar-days .slick-list:before{position:absolute;content:"";height:100%;width:100%;bottom:0;left:0;border-radius:50%;box-shadow:0 0 100px #b8d4eb;transition:.3s ease-in-out;opacity:1}.calendar .calendar-days .slick-list:hover:before{transform:scale(0.5);opacity:.2}@media(max-width: 768px){.calendar .calendar-days .slick-list{height:160px}}.calendar .calendar-days .calendar-day{height:300px;text-align:center;z-index:4;position:relative;cursor:pointer;pointer-events:auto;overflow:hidden;border-radius:50%}.calendar .calendar-days .calendar-day span{font-family:"Notable",sans-serif;font-size:100px;position:absolute;transform:translate(-50%, -50%);top:50%;left:50%;margin-top:-12px}.calendar .calendar-days .calendar-day .calendar-day--status{position:absolute;bottom:40px;left:0;right:0;width:100%;font-size:16px}.calendar .calendar-days .calendar-day .calendar-day--status span{font-size:16px;font-family:"Nunito",sans-serif}@media(max-width: 768px){.calendar .calendar-days .calendar-day .calendar-day--status span{font-size:14px}}@media(max-width: 768px){.calendar .calendar-days .calendar-day .calendar-day--status{bottom:20px;font-size:14px}}.calendar .calendar-open-time{color:#fff;border-radius:5px;text-shadow:-1px -1px 4px #ff0051,-1px -1px 20px #ff005f;-webkit-box-shadow:-1px -1px 18px #ff1e22,inset -1px -1px 18px #ff1e61;box-shadow:-1px -1px 18px #ff1e22,inset -1px -1px 18px #ff1e61;border:1px solid #ef646c;padding:14px;font-size:16px;text-transform:uppercase;font-weight:bold;margin:20px 15px 0;background:#2d313c;-webkit-animation:blinkingSign 5s infinite linear;animation:blinkingSign 5s infinite linear}@-webkit-keyframes blinkingSign{0%{text-shadow:-1px -1px 4px #ff0051,-1px -1px 20px #ff005f;-webkit-box-shadow:-1px -1px 18px #ff1e22,inset -1px -1px 18px #ff1e61;box-shadow:-1px -1px 18px #ff1e22,inset -1px -1px 18px #ff1e61}48%{text-shadow:-1px -1px 4px #ff0051,-1px -1px 20px #ff005f;-webkit-box-shadow:-1px -1px 18px #ff0051,inset -1px -1px 18px #ff1e61;box-shadow:-1px -1px 18px #ff1e22,inset -1px -1px 18px #ff0051}50%{text-shadow:-1px -1px 4px #d900ff,-1px -1px 20px #ff00e0;-webkit-box-shadow:-1px -1px 18px #e81eff,inset -1px -1px 18px #ff00cd;box-shadow:-1px -1px 18px #e81eff,inset -1px -1px 18px #ff00cd}98%{text-shadow:-1px -1px 4px #d900ff,-1px -1px 20px #ff00e0;-webkit-box-shadow:-1px -1px 18px #e81eff,inset -1px -1px 18px #ff00cd;box-shadow:-1px -1px 18px #e81eff,inset -1px -1px 18px #ff00cd}100%{text-shadow:-1px -1px 4px #ff0051,-1px -1px 20px #ff005f;-webkit-box-shadow:-1px -1px 18px #ff1e22,inset -1px -1px 18px #ff1e61;box-shadow:-1px -1px 18px #ff1e22,inset -1px -1px 18px #ff1e61}}.calendar .calendar-open-time span{color:#fff}@media(max-width: 768px){.calendar .calendar-open-time{padding:12px;font-size:14px;margin:20px auto 0;background:#2d313c;width:220px;left:0;right:0;position:absolute}}.calendar-box .calender-box-loading:after{content:"";background-image:url("/assets/img/loading-box.svg");background-repeat:no-repeat;background-position:center;background-size:60px;height:30px;width:70px;position:absolute;right:0;left:0;margin:0 auto;opacity:.7}.calendar-box .calendar-box-content img{max-width:50px;max-height:50px}.calendar-box .calendar-box-content .content-box-content-inner{display:inline-block;width:100%}.calendar-box .calendar-box-content .content-box-content-inner>p{font-size:18px;margin-bottom:20px}@media(max-width: 768px){.calendar-box .calendar-box-content .content-box-content-inner>p{font-size:16px}}.calendar-box .calendar-box-content .content-box-content-inner .calendar-box-info{font-weight:400;background:#dbdfe8;border-radius:5px;padding:15px 10px}.calendar-box .calendar-box-content .content-box-content-inner .calendar-box-done .la-check{color:#299279;margin-bottom:10px;transform:scale(0);transition:all .5s}@media(max-width: 768px){.calendar-box .calendar-box-content .content-box-content-inner .calendar-box-done .la-check{font-size:3em}}.calendar-box .calendar-box-content .content-box-content-inner .calendar-box-done .la-check.active{transform:scale(1)}.calendar-box .calendar-box-content .content-box-content-inner .calendar-box-done h2{margin-bottom:30px}.calendar-box .calendar-box-content .content-box-content-inner .calendar-box-done .calendar-box-done-boxes{background:#dbdfe8;padding:15px 10px;border-radius:5px;height:100%}.calendar-box .calendar-box-content .content-box-content-inner .calendar-box-done .calendar-box-done-boxes p{margin:0}.calendar-box .content-box-content-outer .calendar-box-footer .content-box-footer-inner{padding-top:0 !important}@media(max-width: 768px){.calendar{max-width:280px;width:100%;height:350px}.calendar .calendar-days{height:160px}.calendar .calendar-days .calendar-day{height:160px}.calendar .calendar-days .calendar-day span{font-size:70px;margin-top:-11px}}.toggle-on-off{display:inline-block;cursor:pointer}.slick-next{width:32px;height:32px;font-size:32px;display:inline-block;text-align:right;vertical-align:middle;right:-50px}.slick-next:before{font:normal normal normal 16px/1 LineAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;content:""}.slick-prev{width:32px;height:32px;font-size:32px;display:inline-block;text-align:right;vertical-align:middle;left:-50px}.slick-prev:before{font:normal normal normal 16px/1 LineAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;content:""}.loader{background-image:url(/assets/img/loader.svg);background-color:rgba(45,49,60,.9);background-repeat:no-repeat;background-size:150px;height:100%;width:100%;background-position:center;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);z-index:9999}@media(max-width: 480px){.loader{background-size:100px}}.considlogo{margin-top:-15px;background:rgba(255,255,255,.168627451);border-radius:100px;color:#333;z-index:-1;padding:13px;position:relative;box-sizing:border-box;width:100%;max-width:220px}.textbox{border:5px solid #fff;background:#dfe6fb;display:flex;border-radius:6px;flex-direction:column;padding:15px}.textbox p{margin:0;color:#000;text-align:center;padding:10px 0}.login-page .dropdown-container{position:relative;border-radius:5px;padding:0;margin-bottom:45px;background-color:#dbdfe8;z-index:1}.login-page .dropdown-container .dropdown-btn{position:relative;background-color:#fff;border-radius:5px;padding:10px 40px 10px 20px;color:#2d313c;text-decoration:none;display:block}.login-page .dropdown-container .dropdown-btn:hover{background:#dbdfe8}.login-page .dropdown-container .dropdown-btn:after{transition:.2s transform;content:"";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;-webkit-transform:translate(8px, -50%);transform:translate(8px, -50%);top:50%;position:absolute}.login-page .dropdown-container .dropdown-btn.active{border-radius:5px 5px 0 0}.login-page .dropdown-container .dropdown-btn.active:after{-webkit-transform:translate(-50%, -50%) scaleY(-1);transform:translate(8px, -50%) scaleY(-1)}.login-page .dropdown-container .dropdown-list{display:none;background:#eff0f3;text-align:left;border-radius:0 0 5px 5px;overflow:hidden;position:absolute;top:100%;width:100%}.login-page .dropdown-container .dropdown-list ul{border-top:1px solid #c0c1c5;position:relative;margin:0;padding:0;list-style:none}.login-page .dropdown-container .dropdown-list ul li{padding:0}.login-page .dropdown-container .dropdown-list ul li a{padding:10px 0 10px 60px;position:relative;font-weight:600;color:#2d313c;text-decoration:none;display:block}.login-page .dropdown-container .dropdown-list ul li a:hover{background:#dbdfe8}.login-page .dropdown-container .dropdown-list ul li a.check{font-weight:700}.login-page .dropdown-container .dropdown-list ul li a.check:before{content:"";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;position:absolute;left:0;top:50%;transform:translate(30px, -50%)}.login-footer p,.login-footer a{color:rgba(255,255,255,.7);font-weight:500;text-align:center}.login-footer a:hover{color:#fff}.message{background:#864343;padding:10px 15px;border-radius:5px;color:#fff;margin-bottom:15px}.message.message-success{background:#dbdfe8;color:#2d313c}.message-info-box{display:inline-block;background:#fff;border-radius:5px;padding:5px 10px;margin-bottom:30px;box-shadow:0 0 5px rgba(0,0,0,.1294117647)}.content-box .message{margin-top:20px;color:#fff}.stop-content{margin-top:20px}.stop-content i,.stop-content h2{color:#864343 !important}.tryAgain{height:30px;font-weight:bold;text-align:center;text-transform:uppercase;opacity:0;transform:scale(0);transition:.2s ease}@media(max-width: 768px){.tryAgain{font-size:15px}}.tryAgain.show{opacity:1;transform:scale(1)}#countdown{width:100%;margin:0 auto;height:22px;background-color:#dbdfe8;position:relative;border-radius:50px;overflow:hidden}#countdown>div{height:100%;width:0;background-color:#788196;box-sizing:border-box}#countdown>div #timeleft{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);color:#fff;font-size:18px;font-weight:700;text-shadow:1px -1px 0px #788196,1px 1px 0px #788196,-1px 1px 0px #788196,-1px -1px 0px #788196}@media(max-width: 768px){#countdown>div #timeleft{font-size:16px}}#highscore-search{display:flex;margin:0;margin-bottom:20px;padding:0 20px}#highscore-search .highscore-search-inner{position:relative;display:flex;width:100%}#highscore-search .highscore-search-inner input{padding-right:50px;margin:0;margin-right:52px}#highscore-search .highscore-search-inner button{position:absolute;width:50px;padding:0;font-size:21px;height:100%}#highscore-search .highscore-search-inner button.search-clear-btn{right:50px;background-color:rgba(0,0,0,0);display:none}#highscore-search .highscore-search-inner button.search-clear-btn i{position:relative;z-index:1}#highscore-search .highscore-search-inner button.search-clear-btn:after{content:"";display:block;width:0px;height:0px;background:#dbdfe8;border-radius:50%;transition:.2s;opacity:1;position:absolute;top:0;left:0;right:0;bottom:0;transform:translate(-50%, -50%);top:50%;left:50%}#highscore-search .highscore-search-inner button.search-clear-btn:hover:after{content:"";display:block;width:40px;height:40px}#highscore-search .highscore-search-inner button.search-btn{right:0;background-color:#dbdfe8}#highscore-search .highscore-search-inner button.search-btn:hover{background-color:#c4c9d6}#highscore-table{text-align:left;width:100%;border-collapse:collapse}#highscore-table tbody .loading:before{content:"";background-image:url(/assets/img/loading-box.svg);background-repeat:no-repeat;background-position:center;background-size:60px;height:38px;width:70px;position:absolute;top:13px;right:0;left:0;margin:0 auto;opacity:.7}@media(max-width: 768px){#highscore-table tbody .loading:before{top:8px !important}}#highscore-table tr:nth-child(10){border-bottom:5px solid #53a893}#highscore-table tr.user-player{position:relative}@keyframes gradient{0%{background-position:0% 50%;opacity:0}10%{opacity:.2}50%{background-position:100% 50%;opacity:.2}100%{background-position:0% 50%;opacity:0}}#highscore-table tr.user-player.highlight-user:after{content:"";position:absolute;left:0;top:0;bottom:0;right:0;width:100%;height:100%;background:linear-gradient(-45deg, #ee7752, #00daa7, #048cbd, #00daa7);background-size:1000% 1000%;animation:gradient 3s ease infinite}#highscore-table tr.user-player td{z-index:1;position:relative;font-weight:700}#highscore-table tr:nth-child(even){background:#f2f2f5}#highscore-table tr:first-child{padding-top:10px}#highscore-table tr:first-child th{border-bottom:1px solid #f2f2f5;padding-bottom:10px}#highscore-table tr th{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#highscore-table tr th span{font-size:18px}@media(max-width: 768px){#highscore-table tr th span{font-size:16px}}#highscore-table tr td{padding:15px 0;font-weight:600}#highscore-table tr td.highscore-name{position:relative;padding-left:55px}@media(max-width: 480px){#highscore-table tr td.highscore-name{padding-left:40px}}#highscore-table tr td.highscore-name img{display:inline-block;width:30px;height:30px;text-align:left;top:50%;margin-left:-40px;position:absolute;transform:translate(0, -50%)}#highscore-table tr td.highscore-name .office{font-size:12px}#highscore-table tr td.highscore-number .highscore-totals{display:flex;justify-content:flex-end;margin-bottom:.5rem}@media(max-width: 480px){#highscore-table tr td.highscore-number .highscore-totals{flex-direction:column}}#highscore-table tr td.highscore-number .highscore-totals>div{margin-left:15px}#highscore-table tr td.highscore-number .totalPoints{color:#da9e00 !important;font-weight:bold}#highscore-table tr td.highscore-number .totalPoints:before{content:"";color:#f3b105}#highscore-table tr td.highscore-number .totalPoints span{color:#da9e00 !important}#highscore-table tr td.highscore-number .totalTimeLeft:before{content:""}#highscore-table tr td.highscore-number .totalBroken:before{content:""}#highscore-table tr td.highscore-number .totalOpen{color:#3f9882 !important;font-weight:700}#highscore-table tr td.highscore-number .totalOpen:before{content:"";font-size:16px !important}#highscore-table tr td.highscore-number .totalOpen:after{content:" / 24";font-weight:600}@media(max-width: 768px){#highscore-table tr td.highscore-number .totalOpen:after{content:"/24";margin-left:1px}}#highscore-table tr td.highscore-number .totalTimeLeft:before,#highscore-table tr td.highscore-number .totalPoints:before,#highscore-table tr td.highscore-number .totalBroken:before,#highscore-table tr td.highscore-number .totalOpen:before{font:normal normal normal 16px/1 LineAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;margin-right:3px}#highscore-table tr td.highscore-position{width:10px}#highscore-table tr td.highscore-position span{background:#e86478;color:#fff;padding:0;width:35px;display:block;text-align:center;height:35px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#highscore-table tr th,#highscore-table tr td{padding-left:5px;padding-right:5px}#highscore-table tr th:first-child,#highscore-table tr td:first-child{padding-left:15px}#highscore-table tr th:last-child,#highscore-table tr td:last-child{padding-right:15px;text-align:right}.highscore-search-alert{display:block;text-align:center;margin-top:35px}#jp_container_1{text-align:center}.jp-seek-bar,.jp-volume-bar{width:100%;margin:0 auto;height:30px;line-height:30px;background-color:#eee;position:relative;border-radius:5px;overflow:hidden;cursor:pointer;margin-bottom:7px}.jp-play-bar,.jp-volume-bar-value{background-color:#dbdfe8;height:100%}.jp-controls{display:-webkit-box;display:-ms-flexbox;display:flex}.jp-controls .jp-volume-controls{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right}.jp-volume-controls button,.jp-controls button{display:inline-block;width:auto;background:#fff;margin-right:4px;margin-bottom:4px}@media(max-width: 767px){.jp-volume-controls button .la,.jp-controls button .la{font-size:1.8em}}.jp-title{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 5px;border-radius:5px;font-weight:700;position:absolute;right:0;left:0}.jp-current-time,.jp-duration,.jp-title{margin:0 !important}@media(max-width: 480px){.jp-details{width:100%}.jp-details .jp-title{max-width:100%}}.avatar{padding:0 50px;overflow:hidden}.avatar .slick-next:before,.avatar .slick-prev:before{color:#2d313c}.avatar img{cursor:pointer;border:3px solid #dbdfe8;border-radius:50%;padding:20px;transition:.3s ease;outline:none;width:100%}.avatar img.selected{border:3px solid #268664}.avatar .slidecaption{text-align:center;font-weight:700;transition:.3s ease;color:#a3a7b1;margin-top:10px}.avatar .slidecaption.selected{color:#268664}.avatar .slick-slide{margin:0 10px;outline:none !important}.avatar .slick-list{margin:0 -10px;outline:none !important}.avatar .slick-dotted.slick-slider{margin-bottom:40px}.avatar .slick-dots{margin-bottom:-17px}#register-form .avatar{background-color:#f7f7f7;border-radius:5px;margin-bottom:20px}#register-form .avatar .single-item{padding:20px 0}.toast{max-width:450px !important;width:100% !important}.repair-button-container>.la-wrench{transition:1s;pointer-events:none;color:#dbdfe8;font-size:25px;cursor:pointer;animation:end 1s forwards;transform:scale(1)}@keyframes end{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0)}}.repair-button-container>.la-wrench.active{animation:start 2s forwards,colors 5s infinite;pointer-events:auto}.repair-button-container>.la-wrench.active:hover{animation:start 2s forwards,colors 5s infinite,hover 1s infinite}@keyframes start{0%{opacity:0;transform:scale(0)}20%{opacity:1;transform:scale(2)}100%{opacity:1;transform:scale(1)}}@keyframes hover{0%{transform:rotate(0deg)}50%{transform:rotate(40deg)}100%{transform:rotate(0deg)}}@keyframes colors{0%{color:#53a893}25%{color:#f8ca4f}50%{color:#e86478}75%{color:#eeeded}100%{color:#53a893}}#lights{position:absolute;left:0;top:0;width:100%;height:15%;overflow:hidden;z-index:0}.xlsf-light{position:absolute}body.fast .xlsf-light{opacity:.9}.xlsf-fragment{position:absolute;background:rgba(0,0,0,0) url(/assets/js/libs/christmaslights/image/bulbs-50x50-fragments.png) no-repeat 0px 0px;width:50px;height:50px}.xlsf-fragment-box{position:absolute;left:0px;top:0px;width:50px;height:50px;*width:100%;*height:100%;display:none}.xlsf-cover{position:fixed;left:0px;top:0px;width:100%;height:100%;background:#fff;opacity:1;z-index:999;display:none}.loadingpage{position:fixed;width:100%;height:100%;background-color:#863337;z-index:99;top:0;left:0}.loadingpage:after{content:"";width:100%;position:absolute;background-color:#69272a;animation:loading 2s forwards;pointer-events:none}@keyframes loading{0%{height:0}100%{height:100%}}.loadingpage .loadingimage{width:400px;height:400px;position:absolute;z-index:1;background-color:#863337;background-repeat:no-repeat;background-position:center 40%;background-size:310px;border-radius:50%;top:50%;left:50%;transform:translate(-50%, -50%);border:10px solid #fff;box-shadow:0 10px 30px #610004}@media(max-width: 768px){.loadingpage .loadingimage{width:300px;height:300px}}.loadingpage .loadingimage.image1{background-image:url("/assets/img/santa-loading.gif");background-size:cover}.loadingpage .loadingimage.image2{background-image:url("/assets/img/santa-loading-2.gif");background-size:cover}.loadingpage .loadingimage.image3{background-image:url("/assets/img/santa-loading-3.gif");background-size:cover}.loadingpage .btn{max-width:220px;position:absolute;opacity:0;bottom:-12px;left:0;right:0;margin:0 auto;color:#69272a;background:#fff;pointer-events:none;transition:1s;border:10px solid #fff;box-shadow:0 10px 30px #610004}.loadingpage .btn.active{pointer-events:auto;opacity:1}.loadingpage .snow{z-index:1}@media(max-width: 768px){.loadingpage{background-size:300px}}/*!
* Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}.bs-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.bs-container{max-width:540px}}@media(min-width: 768px){.bs-container{max-width:720px}}@media(min-width: 992px){.bs-container{max-width:960px}}@media(min-width: 1200px){.bs-container{max-width:1140px}}.bs-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bs-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bs-no-gutters{margin-right:0;margin-left:0}.bs-no-gutters>.bs-col,.bs-no-gutters>[class*=col-]{padding-right:0;padding-left:0}.bs-col-1,.bs-col-2,.bs-col-3,.bs-col-4,.bs-col-5,.bs-col-6,.bs-col-7,.bs-col-8,.bs-col-9,.bs-col-10,.bs-col-11,.bs-col-12,.bs-col,.bs-col-auto,.bs-col-sm-1,.bs-col-sm-2,.bs-col-sm-3,.bs-col-sm-4,.bs-col-sm-5,.bs-col-sm-6,.bs-col-sm-7,.bs-col-sm-8,.bs-col-sm-9,.bs-col-sm-10,.bs-col-sm-11,.bs-col-sm-12,.bs-col-sm,.bs-col-sm-auto,.bs-col-md-1,.bs-col-md-2,.bs-col-md-3,.bs-col-md-4,.bs-col-md-5,.bs-col-md-6,.bs-col-md-7,.bs-col-md-8,.bs-col-md-9,.bs-col-md-10,.bs-col-md-11,.bs-col-md-12,.bs-col-md,.bs-col-md-auto,.bs-col-lg-1,.bs-col-lg-2,.bs-col-lg-3,.bs-col-lg-4,.bs-col-lg-5,.bs-col-lg-6,.bs-col-lg-7,.bs-col-lg-8,.bs-col-lg-9,.bs-col-lg-10,.bs-col-lg-11,.bs-col-lg-12,.bs-col-lg,.bs-col-lg-auto,.bs-col-xl-1,.bs-col-xl-2,.bs-col-xl-3,.bs-col-xl-4,.bs-col-xl-5,.bs-col-xl-6,.bs-col-xl-7,.bs-col-xl-8,.bs-col-xl-9,.bs-col-xl-10,.bs-col-xl-11,.bs-col-xl-12,.bs-col-xl,.bs-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.bs-col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs-col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs-col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs-col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs-col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs-col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs-col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs-col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs-col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs-col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs-col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs-col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs-col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs-col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bs-order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bs-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bs-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bs-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bs-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bs-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bs-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bs-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bs-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bs-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bs-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bs-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bs-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bs-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bs-offset-1{margin-left:8.3333333333%}.bs-offset-2{margin-left:16.6666666667%}.bs-offset-3{margin-left:25%}.bs-offset-4{margin-left:33.3333333333%}.bs-offset-5{margin-left:41.6666666667%}.bs-offset-6{margin-left:50%}.bs-offset-7{margin-left:58.3333333333%}.bs-offset-8{margin-left:66.6666666667%}.bs-offset-9{margin-left:75%}.bs-offset-10{margin-left:83.3333333333%}.bs-offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.bs-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs-col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs-col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs-col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs-col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs-col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs-col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs-col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs-col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs-col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs-col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs-col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs-col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs-col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bs-order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bs-order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bs-order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bs-order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bs-order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bs-order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bs-order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bs-order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bs-order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bs-order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bs-order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bs-order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bs-order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bs-order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bs-offset-sm-0{margin-left:0}.bs-offset-sm-1{margin-left:8.3333333333%}.bs-offset-sm-2{margin-left:16.6666666667%}.bs-offset-sm-3{margin-left:25%}.bs-offset-sm-4{margin-left:33.3333333333%}.bs-offset-sm-5{margin-left:41.6666666667%}.bs-offset-sm-6{margin-left:50%}.bs-offset-sm-7{margin-left:58.3333333333%}.bs-offset-sm-8{margin-left:66.6666666667%}.bs-offset-sm-9{margin-left:75%}.bs-offset-sm-10{margin-left:83.3333333333%}.bs-offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.bs-col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs-col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs-col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs-col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs-col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs-col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs-col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs-col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs-col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs-col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs-col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs-col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs-col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs-col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bs-order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bs-order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bs-order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bs-order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bs-order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bs-order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bs-order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bs-order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bs-order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bs-order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bs-order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bs-order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bs-order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bs-order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bs-offset-md-0{margin-left:0}.bs-offset-md-1{margin-left:8.3333333333%}.bs-offset-md-2{margin-left:16.6666666667%}.bs-offset-md-3{margin-left:25%}.bs-offset-md-4{margin-left:33.3333333333%}.bs-offset-md-5{margin-left:41.6666666667%}.bs-offset-md-6{margin-left:50%}.bs-offset-md-7{margin-left:58.3333333333%}.bs-offset-md-8{margin-left:66.6666666667%}.bs-offset-md-9{margin-left:75%}.bs-offset-md-10{margin-left:83.3333333333%}.bs-offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.bs-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs-col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs-col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs-col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs-col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs-col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs-col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs-col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs-col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs-col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs-col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs-col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs-col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs-col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bs-order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bs-order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bs-order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bs-order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bs-order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bs-order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bs-order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bs-order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bs-order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bs-order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bs-order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bs-order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bs-order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bs-order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bs-offset-lg-0{margin-left:0}.bs-offset-lg-1{margin-left:8.3333333333%}.bs-offset-lg-2{margin-left:16.6666666667%}.bs-offset-lg-3{margin-left:25%}.bs-offset-lg-4{margin-left:33.3333333333%}.bs-offset-lg-5{margin-left:41.6666666667%}.bs-offset-lg-6{margin-left:50%}.bs-offset-lg-7{margin-left:58.3333333333%}.bs-offset-lg-8{margin-left:66.6666666667%}.bs-offset-lg-9{margin-left:75%}.bs-offset-lg-10{margin-left:83.3333333333%}.bs-offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.bs-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bs-col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bs-col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.bs-col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.bs-col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bs-col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.bs-col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.bs-col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bs-col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.bs-col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.bs-col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bs-col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.bs-col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.bs-col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bs-order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.bs-order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.bs-order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.bs-order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bs-order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bs-order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bs-order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bs-order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bs-order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.bs-order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.bs-order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.bs-order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.bs-order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.bs-order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.bs-order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.bs-offset-xl-0{margin-left:0}.bs-offset-xl-1{margin-left:8.3333333333%}.bs-offset-xl-2{margin-left:16.6666666667%}.bs-offset-xl-3{margin-left:25%}.bs-offset-xl-4{margin-left:33.3333333333%}.bs-offset-xl-5{margin-left:41.6666666667%}.bs-offset-xl-6{margin-left:50%}.bs-offset-xl-7{margin-left:58.3333333333%}.bs-offset-xl-8{margin-left:66.6666666667%}.bs-offset-xl-9{margin-left:75%}.bs-offset-xl-10{margin-left:83.3333333333%}.bs-offset-xl-11{margin-left:91.6666666667%}}.bs-d-none{display:none !important}.bs-d-inline{display:inline !important}.bs-d-inline-block{display:inline-block !important}.bs-d-block{display:block !important}.bs-d-table{display:table !important}.bs-d-table-row{display:table-row !important}.bs-d-table-cell{display:table-cell !important}.bs-d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bs-d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.bs-d-sm-none{display:none !important}.bs-d-sm-inline{display:inline !important}.bs-d-sm-inline-block{display:inline-block !important}.bs-d-sm-block{display:block !important}.bs-d-sm-table{display:table !important}.bs-d-sm-table-row{display:table-row !important}.bs-d-sm-table-cell{display:table-cell !important}.bs-d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bs-d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.bs-d-md-none{display:none !important}.bs-d-md-inline{display:inline !important}.bs-d-md-inline-block{display:inline-block !important}.bs-d-md-block{display:block !important}.bs-d-md-table{display:table !important}.bs-d-md-table-row{display:table-row !important}.bs-d-md-table-cell{display:table-cell !important}.bs-d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bs-d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.bs-d-lg-none{display:none !important}.bs-d-lg-inline{display:inline !important}.bs-d-lg-inline-block{display:inline-block !important}.bs-d-lg-block{display:block !important}.bs-d-lg-table{display:table !important}.bs-d-lg-table-row{display:table-row !important}.bs-d-lg-table-cell{display:table-cell !important}.bs-d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bs-d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.bs-d-xl-none{display:none !important}.bs-d-xl-inline{display:inline !important}.bs-d-xl-inline-block{display:inline-block !important}.bs-d-xl-block{display:block !important}.bs-d-xl-table{display:table !important}.bs-d-xl-table-row{display:table-row !important}.bs-d-xl-table-cell{display:table-cell !important}.bs-d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bs-d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.bs-d-print-none{display:none !important}.bs-d-print-inline{display:inline !important}.bs-d-print-inline-block{display:inline-block !important}.bs-d-print-block{display:block !important}.bs-d-print-table{display:table !important}.bs-d-print-table-row{display:table-row !important}.bs-d-print-table-cell{display:table-cell !important}.bs-d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.bs-d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.bs-flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bs-flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bs-flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bs-flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bs-flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bs-flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bs-flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bs-flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bs-flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bs-flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bs-flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bs-flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bs-justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bs-justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bs-justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bs-justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bs-justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bs-align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bs-align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bs-align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bs-align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bs-align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bs-align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bs-align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bs-align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.bs-align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bs-align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bs-align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bs-align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.bs-align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bs-align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bs-align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.bs-align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bs-align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media(min-width: 576px){.bs-flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bs-flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bs-flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bs-flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bs-flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bs-flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bs-flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bs-flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bs-flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bs-flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bs-flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bs-flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bs-justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bs-justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bs-justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bs-justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bs-justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bs-align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bs-align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bs-align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bs-align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bs-align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bs-align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bs-align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bs-align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.bs-align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bs-align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bs-align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bs-align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.bs-align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bs-align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bs-align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.bs-align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bs-align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 768px){.bs-flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bs-flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bs-flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bs-flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bs-flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bs-flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bs-flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bs-flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bs-flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bs-flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bs-flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bs-flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bs-justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bs-justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bs-justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bs-justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bs-justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bs-align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bs-align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bs-align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bs-align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bs-align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bs-align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bs-align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bs-align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.bs-align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bs-align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bs-align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bs-align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.bs-align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bs-align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bs-align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.bs-align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bs-align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 992px){.bs-flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bs-flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bs-flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bs-flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bs-flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bs-flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bs-flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bs-flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bs-flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bs-flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bs-flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bs-flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bs-justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bs-justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bs-justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bs-justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bs-justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bs-align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bs-align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bs-align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bs-align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bs-align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bs-align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bs-align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bs-align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.bs-align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bs-align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bs-align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bs-align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.bs-align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bs-align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bs-align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.bs-align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bs-align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1200px){.bs-flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.bs-flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.bs-flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.bs-flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.bs-flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.bs-flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.bs-flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.bs-flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.bs-flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.bs-flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.bs-flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.bs-flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.bs-justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.bs-justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bs-justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.bs-justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.bs-justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.bs-align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.bs-align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.bs-align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.bs-align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.bs-align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.bs-align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.bs-align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.bs-align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.bs-align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.bs-align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.bs-align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.bs-align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.bs-align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.bs-align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.bs-align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.bs-align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.bs-align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.bs-w-25{width:25% !important}.bs-w-50{width:50% !important}.bs-w-75{width:75% !important}.bs-w-100{width:100% !important}.bs-w-auto{width:auto !important}.bs-h-25{height:25% !important}.bs-h-50{height:50% !important}.bs-h-75{height:75% !important}.bs-h-100{height:100% !important}.bs-h-auto{height:auto !important}.bs-mw-100{max-width:100% !important}.bs-mh-100{max-height:100% !important}.bs-m-0{margin:0 !important}.bs-mt-0,.bs-my-0{margin-top:0 !important}.bs-mr-0,.bs-mx-0{margin-right:0 !important}.bs-mb-0,.bs-my-0{margin-bottom:0 !important}.bs-ml-0,.bs-mx-0{margin-left:0 !important}.bs-m-1{margin:.25rem !important}.bs-mt-1,.bs-my-1{margin-top:.25rem !important}.bs-mr-1,.bs-mx-1{margin-right:.25rem !important}.bs-mb-1,.bs-my-1{margin-bottom:.25rem !important}.bs-ml-1,.bs-mx-1{margin-left:.25rem !important}.bs-m-2{margin:.5rem !important}.bs-mt-2,.bs-my-2{margin-top:.5rem !important}.bs-mr-2,.bs-mx-2{margin-right:.5rem !important}.bs-mb-2,.bs-my-2{margin-bottom:.5rem !important}.bs-ml-2,.bs-mx-2{margin-left:.5rem !important}.bs-m-3{margin:1rem !important}.bs-mt-3,.bs-my-3{margin-top:1rem !important}.bs-mr-3,.bs-mx-3{margin-right:1rem !important}.bs-mb-3,.bs-my-3{margin-bottom:1rem !important}.bs-ml-3,.bs-mx-3{margin-left:1rem !important}.bs-m-4{margin:1.5rem !important}.bs-mt-4,.bs-my-4{margin-top:1.5rem !important}.bs-mr-4,.bs-mx-4{margin-right:1.5rem !important}.bs-mb-4,.bs-my-4{margin-bottom:1.5rem !important}.bs-ml-4,.bs-mx-4{margin-left:1.5rem !important}.bs-m-5{margin:3rem !important}.bs-mt-5,.bs-my-5{margin-top:3rem !important}.bs-mr-5,.bs-mx-5{margin-right:3rem !important}.bs-mb-5,.bs-my-5{margin-bottom:3rem !important}.bs-ml-5,.bs-mx-5{margin-left:3rem !important}.bs-p-0{padding:0 !important}.bs-pt-0,.bs-py-0{padding-top:0 !important}.bs-pr-0,.bs-px-0{padding-right:0 !important}.bs-pb-0,.bs-py-0{padding-bottom:0 !important}.bs-pl-0,.bs-px-0{padding-left:0 !important}.bs-p-1{padding:.25rem !important}.bs-pt-1,.bs-py-1{padding-top:.25rem !important}.bs-pr-1,.bs-px-1{padding-right:.25rem !important}.bs-pb-1,.bs-py-1{padding-bottom:.25rem !important}.bs-pl-1,.bs-px-1{padding-left:.25rem !important}.bs-p-2{padding:.5rem !important}.bs-pt-2,.bs-py-2{padding-top:.5rem !important}.bs-pr-2,.bs-px-2{padding-right:.5rem !important}.bs-pb-2,.bs-py-2{padding-bottom:.5rem !important}.bs-pl-2,.bs-px-2{padding-left:.5rem !important}.bs-p-3{padding:1rem !important}.bs-pt-3,.bs-py-3{padding-top:1rem !important}.bs-pr-3,.bs-px-3{padding-right:1rem !important}.bs-pb-3,.bs-py-3{padding-bottom:1rem !important}.bs-pl-3,.bs-px-3{padding-left:1rem !important}.bs-p-4{padding:1.5rem !important}.bs-pt-4,.bs-py-4{padding-top:1.5rem !important}.bs-pr-4,.bs-px-4{padding-right:1.5rem !important}.bs-pb-4,.bs-py-4{padding-bottom:1.5rem !important}.bs-pl-4,.bs-px-4{padding-left:1.5rem !important}.bs-p-5{padding:3rem !important}.bs-pt-5,.bs-py-5{padding-top:3rem !important}.bs-pr-5,.bs-px-5{padding-right:3rem !important}.bs-pb-5,.bs-py-5{padding-bottom:3rem !important}.bs-pl-5,.bs-px-5{padding-left:3rem !important}.bs-m-auto{margin:auto !important}.bs-mt-auto,.bs-my-auto{margin-top:auto !important}.bs-mr-auto,.bs-mx-auto{margin-right:auto !important}.bs-mb-auto,.bs-my-auto{margin-bottom:auto !important}.bs-ml-auto,.bs-mx-auto{margin-left:auto !important}@media(min-width: 576px){.bs-m-sm-0{margin:0 !important}.bs-mt-sm-0,.bs-my-sm-0{margin-top:0 !important}.bs-mr-sm-0,.bs-mx-sm-0{margin-right:0 !important}.bs-mb-sm-0,.bs-my-sm-0{margin-bottom:0 !important}.bs-ml-sm-0,.bs-mx-sm-0{margin-left:0 !important}.bs-m-sm-1{margin:.25rem !important}.bs-mt-sm-1,.bs-my-sm-1{margin-top:.25rem !important}.bs-mr-sm-1,.bs-mx-sm-1{margin-right:.25rem !important}.bs-mb-sm-1,.bs-my-sm-1{margin-bottom:.25rem !important}.bs-ml-sm-1,.bs-mx-sm-1{margin-left:.25rem !important}.bs-m-sm-2{margin:.5rem !important}.bs-mt-sm-2,.bs-my-sm-2{margin-top:.5rem !important}.bs-mr-sm-2,.bs-mx-sm-2{margin-right:.5rem !important}.bs-mb-sm-2,.bs-my-sm-2{margin-bottom:.5rem !important}.bs-ml-sm-2,.bs-mx-sm-2{margin-left:.5rem !important}.bs-m-sm-3{margin:1rem !important}.bs-mt-sm-3,.bs-my-sm-3{margin-top:1rem !important}.bs-mr-sm-3,.bs-mx-sm-3{margin-right:1rem !important}.bs-mb-sm-3,.bs-my-sm-3{margin-bottom:1rem !important}.bs-ml-sm-3,.bs-mx-sm-3{margin-left:1rem !important}.bs-m-sm-4{margin:1.5rem !important}.bs-mt-sm-4,.bs-my-sm-4{margin-top:1.5rem !important}.bs-mr-sm-4,.bs-mx-sm-4{margin-right:1.5rem !important}.bs-mb-sm-4,.bs-my-sm-4{margin-bottom:1.5rem !important}.bs-ml-sm-4,.bs-mx-sm-4{margin-left:1.5rem !important}.bs-m-sm-5{margin:3rem !important}.bs-mt-sm-5,.bs-my-sm-5{margin-top:3rem !important}.bs-mr-sm-5,.bs-mx-sm-5{margin-right:3rem !important}.bs-mb-sm-5,.bs-my-sm-5{margin-bottom:3rem !important}.bs-ml-sm-5,.bs-mx-sm-5{margin-left:3rem !important}.bs-p-sm-0{padding:0 !important}.bs-pt-sm-0,.bs-py-sm-0{padding-top:0 !important}.bs-pr-sm-0,.bs-px-sm-0{padding-right:0 !important}.bs-pb-sm-0,.bs-py-sm-0{padding-bottom:0 !important}.bs-pl-sm-0,.bs-px-sm-0{padding-left:0 !important}.bs-p-sm-1{padding:.25rem !important}.bs-pt-sm-1,.bs-py-sm-1{padding-top:.25rem !important}.bs-pr-sm-1,.bs-px-sm-1{padding-right:.25rem !important}.bs-pb-sm-1,.bs-py-sm-1{padding-bottom:.25rem !important}.bs-pl-sm-1,.bs-px-sm-1{padding-left:.25rem !important}.bs-p-sm-2{padding:.5rem !important}.bs-pt-sm-2,.bs-py-sm-2{padding-top:.5rem !important}.bs-pr-sm-2,.bs-px-sm-2{padding-right:.5rem !important}.bs-pb-sm-2,.bs-py-sm-2{padding-bottom:.5rem !important}.bs-pl-sm-2,.bs-px-sm-2{padding-left:.5rem !important}.bs-p-sm-3{padding:1rem !important}.bs-pt-sm-3,.bs-py-sm-3{padding-top:1rem !important}.bs-pr-sm-3,.bs-px-sm-3{padding-right:1rem !important}.bs-pb-sm-3,.bs-py-sm-3{padding-bottom:1rem !important}.bs-pl-sm-3,.bs-px-sm-3{padding-left:1rem !important}.bs-p-sm-4{padding:1.5rem !important}.bs-pt-sm-4,.bs-py-sm-4{padding-top:1.5rem !important}.bs-pr-sm-4,.bs-px-sm-4{padding-right:1.5rem !important}.bs-pb-sm-4,.bs-py-sm-4{padding-bottom:1.5rem !important}.bs-pl-sm-4,.bs-px-sm-4{padding-left:1.5rem !important}.bs-p-sm-5{padding:3rem !important}.bs-pt-sm-5,.bs-py-sm-5{padding-top:3rem !important}.bs-pr-sm-5,.bs-px-sm-5{padding-right:3rem !important}.bs-pb-sm-5,.bs-py-sm-5{padding-bottom:3rem !important}.bs-pl-sm-5,.bs-px-sm-5{padding-left:3rem !important}.bs-m-sm-auto{margin:auto !important}.bs-mt-sm-auto,.bs-my-sm-auto{margin-top:auto !important}.bs-mr-sm-auto,.bs-mx-sm-auto{margin-right:auto !important}.bs-mb-sm-auto,.bs-my-sm-auto{margin-bottom:auto !important}.bs-ml-sm-auto,.bs-mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.bs-m-md-0{margin:0 !important}.bs-mt-md-0,.bs-my-md-0{margin-top:0 !important}.bs-mr-md-0,.bs-mx-md-0{margin-right:0 !important}.bs-mb-md-0,.bs-my-md-0{margin-bottom:0 !important}.bs-ml-md-0,.bs-mx-md-0{margin-left:0 !important}.bs-m-md-1{margin:.25rem !important}.bs-mt-md-1,.bs-my-md-1{margin-top:.25rem !important}.bs-mr-md-1,.bs-mx-md-1{margin-right:.25rem !important}.bs-mb-md-1,.bs-my-md-1{margin-bottom:.25rem !important}.bs-ml-md-1,.bs-mx-md-1{margin-left:.25rem !important}.bs-m-md-2{margin:.5rem !important}.bs-mt-md-2,.bs-my-md-2{margin-top:.5rem !important}.bs-mr-md-2,.bs-mx-md-2{margin-right:.5rem !important}.bs-mb-md-2,.bs-my-md-2{margin-bottom:.5rem !important}.bs-ml-md-2,.bs-mx-md-2{margin-left:.5rem !important}.bs-m-md-3{margin:1rem !important}.bs-mt-md-3,.bs-my-md-3{margin-top:1rem !important}.bs-mr-md-3,.bs-mx-md-3{margin-right:1rem !important}.bs-mb-md-3,.bs-my-md-3{margin-bottom:1rem !important}.bs-ml-md-3,.bs-mx-md-3{margin-left:1rem !important}.bs-m-md-4{margin:1.5rem !important}.bs-mt-md-4,.bs-my-md-4{margin-top:1.5rem !important}.bs-mr-md-4,.bs-mx-md-4{margin-right:1.5rem !important}.bs-mb-md-4,.bs-my-md-4{margin-bottom:1.5rem !important}.bs-ml-md-4,.bs-mx-md-4{margin-left:1.5rem !important}.bs-m-md-5{margin:3rem !important}.bs-mt-md-5,.bs-my-md-5{margin-top:3rem !important}.bs-mr-md-5,.bs-mx-md-5{margin-right:3rem !important}.bs-mb-md-5,.bs-my-md-5{margin-bottom:3rem !important}.bs-ml-md-5,.bs-mx-md-5{margin-left:3rem !important}.bs-p-md-0{padding:0 !important}.bs-pt-md-0,.bs-py-md-0{padding-top:0 !important}.bs-pr-md-0,.bs-px-md-0{padding-right:0 !important}.bs-pb-md-0,.bs-py-md-0{padding-bottom:0 !important}.bs-pl-md-0,.bs-px-md-0{padding-left:0 !important}.bs-p-md-1{padding:.25rem !important}.bs-pt-md-1,.bs-py-md-1{padding-top:.25rem !important}.bs-pr-md-1,.bs-px-md-1{padding-right:.25rem !important}.bs-pb-md-1,.bs-py-md-1{padding-bottom:.25rem !important}.bs-pl-md-1,.bs-px-md-1{padding-left:.25rem !important}.bs-p-md-2{padding:.5rem !important}.bs-pt-md-2,.bs-py-md-2{padding-top:.5rem !important}.bs-pr-md-2,.bs-px-md-2{padding-right:.5rem !important}.bs-pb-md-2,.bs-py-md-2{padding-bottom:.5rem !important}.bs-pl-md-2,.bs-px-md-2{padding-left:.5rem !important}.bs-p-md-3{padding:1rem !important}.bs-pt-md-3,.bs-py-md-3{padding-top:1rem !important}.bs-pr-md-3,.bs-px-md-3{padding-right:1rem !important}.bs-pb-md-3,.bs-py-md-3{padding-bottom:1rem !important}.bs-pl-md-3,.bs-px-md-3{padding-left:1rem !important}.bs-p-md-4{padding:1.5rem !important}.bs-pt-md-4,.bs-py-md-4{padding-top:1.5rem !important}.bs-pr-md-4,.bs-px-md-4{padding-right:1.5rem !important}.bs-pb-md-4,.bs-py-md-4{padding-bottom:1.5rem !important}.bs-pl-md-4,.bs-px-md-4{padding-left:1.5rem !important}.bs-p-md-5{padding:3rem !important}.bs-pt-md-5,.bs-py-md-5{padding-top:3rem !important}.bs-pr-md-5,.bs-px-md-5{padding-right:3rem !important}.bs-pb-md-5,.bs-py-md-5{padding-bottom:3rem !important}.bs-pl-md-5,.bs-px-md-5{padding-left:3rem !important}.bs-m-md-auto{margin:auto !important}.bs-mt-md-auto,.bs-my-md-auto{margin-top:auto !important}.bs-mr-md-auto,.bs-mx-md-auto{margin-right:auto !important}.bs-mb-md-auto,.bs-my-md-auto{margin-bottom:auto !important}.bs-ml-md-auto,.bs-mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.bs-m-lg-0{margin:0 !important}.bs-mt-lg-0,.bs-my-lg-0{margin-top:0 !important}.bs-mr-lg-0,.bs-mx-lg-0{margin-right:0 !important}.bs-mb-lg-0,.bs-my-lg-0{margin-bottom:0 !important}.bs-ml-lg-0,.bs-mx-lg-0{margin-left:0 !important}.bs-m-lg-1{margin:.25rem !important}.bs-mt-lg-1,.bs-my-lg-1{margin-top:.25rem !important}.bs-mr-lg-1,.bs-mx-lg-1{margin-right:.25rem !important}.bs-mb-lg-1,.bs-my-lg-1{margin-bottom:.25rem !important}.bs-ml-lg-1,.bs-mx-lg-1{margin-left:.25rem !important}.bs-m-lg-2{margin:.5rem !important}.bs-mt-lg-2,.bs-my-lg-2{margin-top:.5rem !important}.bs-mr-lg-2,.bs-mx-lg-2{margin-right:.5rem !important}.bs-mb-lg-2,.bs-my-lg-2{margin-bottom:.5rem !important}.bs-ml-lg-2,.bs-mx-lg-2{margin-left:.5rem !important}.bs-m-lg-3{margin:1rem !important}.bs-mt-lg-3,.bs-my-lg-3{margin-top:1rem !important}.bs-mr-lg-3,.bs-mx-lg-3{margin-right:1rem !important}.bs-mb-lg-3,.bs-my-lg-3{margin-bottom:1rem !important}.bs-ml-lg-3,.bs-mx-lg-3{margin-left:1rem !important}.bs-m-lg-4{margin:1.5rem !important}.bs-mt-lg-4,.bs-my-lg-4{margin-top:1.5rem !important}.bs-mr-lg-4,.bs-mx-lg-4{margin-right:1.5rem !important}.bs-mb-lg-4,.bs-my-lg-4{margin-bottom:1.5rem !important}.bs-ml-lg-4,.bs-mx-lg-4{margin-left:1.5rem !important}.bs-m-lg-5{margin:3rem !important}.bs-mt-lg-5,.bs-my-lg-5{margin-top:3rem !important}.bs-mr-lg-5,.bs-mx-lg-5{margin-right:3rem !important}.bs-mb-lg-5,.bs-my-lg-5{margin-bottom:3rem !important}.bs-ml-lg-5,.bs-mx-lg-5{margin-left:3rem !important}.bs-p-lg-0{padding:0 !important}.bs-pt-lg-0,.bs-py-lg-0{padding-top:0 !important}.bs-pr-lg-0,.bs-px-lg-0{padding-right:0 !important}.bs-pb-lg-0,.bs-py-lg-0{padding-bottom:0 !important}.bs-pl-lg-0,.bs-px-lg-0{padding-left:0 !important}.bs-p-lg-1{padding:.25rem !important}.bs-pt-lg-1,.bs-py-lg-1{padding-top:.25rem !important}.bs-pr-lg-1,.bs-px-lg-1{padding-right:.25rem !important}.bs-pb-lg-1,.bs-py-lg-1{padding-bottom:.25rem !important}.bs-pl-lg-1,.bs-px-lg-1{padding-left:.25rem !important}.bs-p-lg-2{padding:.5rem !important}.bs-pt-lg-2,.bs-py-lg-2{padding-top:.5rem !important}.bs-pr-lg-2,.bs-px-lg-2{padding-right:.5rem !important}.bs-pb-lg-2,.bs-py-lg-2{padding-bottom:.5rem !important}.bs-pl-lg-2,.bs-px-lg-2{padding-left:.5rem !important}.bs-p-lg-3{padding:1rem !important}.bs-pt-lg-3,.bs-py-lg-3{padding-top:1rem !important}.bs-pr-lg-3,.bs-px-lg-3{padding-right:1rem !important}.bs-pb-lg-3,.bs-py-lg-3{padding-bottom:1rem !important}.bs-pl-lg-3,.bs-px-lg-3{padding-left:1rem !important}.bs-p-lg-4{padding:1.5rem !important}.bs-pt-lg-4,.bs-py-lg-4{padding-top:1.5rem !important}.bs-pr-lg-4,.bs-px-lg-4{padding-right:1.5rem !important}.bs-pb-lg-4,.bs-py-lg-4{padding-bottom:1.5rem !important}.bs-pl-lg-4,.bs-px-lg-4{padding-left:1.5rem !important}.bs-p-lg-5{padding:3rem !important}.bs-pt-lg-5,.bs-py-lg-5{padding-top:3rem !important}.bs-pr-lg-5,.bs-px-lg-5{padding-right:3rem !important}.bs-pb-lg-5,.bs-py-lg-5{padding-bottom:3rem !important}.bs-pl-lg-5,.bs-px-lg-5{padding-left:3rem !important}.bs-m-lg-auto{margin:auto !important}.bs-mt-lg-auto,.bs-my-lg-auto{margin-top:auto !important}.bs-mr-lg-auto,.bs-mx-lg-auto{margin-right:auto !important}.bs-mb-lg-auto,.bs-my-lg-auto{margin-bottom:auto !important}.bs-ml-lg-auto,.bs-mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.bs-m-xl-0{margin:0 !important}.bs-mt-xl-0,.bs-my-xl-0{margin-top:0 !important}.bs-mr-xl-0,.bs-mx-xl-0{margin-right:0 !important}.bs-mb-xl-0,.bs-my-xl-0{margin-bottom:0 !important}.bs-ml-xl-0,.bs-mx-xl-0{margin-left:0 !important}.bs-m-xl-1{margin:.25rem !important}.bs-mt-xl-1,.bs-my-xl-1{margin-top:.25rem !important}.bs-mr-xl-1,.bs-mx-xl-1{margin-right:.25rem !important}.bs-mb-xl-1,.bs-my-xl-1{margin-bottom:.25rem !important}.bs-ml-xl-1,.bs-mx-xl-1{margin-left:.25rem !important}.bs-m-xl-2{margin:.5rem !important}.bs-mt-xl-2,.bs-my-xl-2{margin-top:.5rem !important}.bs-mr-xl-2,.bs-mx-xl-2{margin-right:.5rem !important}.bs-mb-xl-2,.bs-my-xl-2{margin-bottom:.5rem !important}.bs-ml-xl-2,.bs-mx-xl-2{margin-left:.5rem !important}.bs-m-xl-3{margin:1rem !important}.bs-mt-xl-3,.bs-my-xl-3{margin-top:1rem !important}.bs-mr-xl-3,.bs-mx-xl-3{margin-right:1rem !important}.bs-mb-xl-3,.bs-my-xl-3{margin-bottom:1rem !important}.bs-ml-xl-3,.bs-mx-xl-3{margin-left:1rem !important}.bs-m-xl-4{margin:1.5rem !important}.bs-mt-xl-4,.bs-my-xl-4{margin-top:1.5rem !important}.bs-mr-xl-4,.bs-mx-xl-4{margin-right:1.5rem !important}.bs-mb-xl-4,.bs-my-xl-4{margin-bottom:1.5rem !important}.bs-ml-xl-4,.bs-mx-xl-4{margin-left:1.5rem !important}.bs-m-xl-5{margin:3rem !important}.bs-mt-xl-5,.bs-my-xl-5{margin-top:3rem !important}.bs-mr-xl-5,.bs-mx-xl-5{margin-right:3rem !important}.bs-mb-xl-5,.bs-my-xl-5{margin-bottom:3rem !important}.bs-ml-xl-5,.bs-mx-xl-5{margin-left:3rem !important}.bs-p-xl-0{padding:0 !important}.bs-pt-xl-0,.bs-py-xl-0{padding-top:0 !important}.bs-pr-xl-0,.bs-px-xl-0{padding-right:0 !important}.bs-pb-xl-0,.bs-py-xl-0{padding-bottom:0 !important}.bs-pl-xl-0,.bs-px-xl-0{padding-left:0 !important}.bs-p-xl-1{padding:.25rem !important}.bs-pt-xl-1,.bs-py-xl-1{padding-top:.25rem !important}.bs-pr-xl-1,.bs-px-xl-1{padding-right:.25rem !important}.bs-pb-xl-1,.bs-py-xl-1{padding-bottom:.25rem !important}.bs-pl-xl-1,.bs-px-xl-1{padding-left:.25rem !important}.bs-p-xl-2{padding:.5rem !important}.bs-pt-xl-2,.bs-py-xl-2{padding-top:.5rem !important}.bs-pr-xl-2,.bs-px-xl-2{padding-right:.5rem !important}.bs-pb-xl-2,.bs-py-xl-2{padding-bottom:.5rem !important}.bs-pl-xl-2,.bs-px-xl-2{padding-left:.5rem !important}.bs-p-xl-3{padding:1rem !important}.bs-pt-xl-3,.bs-py-xl-3{padding-top:1rem !important}.bs-pr-xl-3,.bs-px-xl-3{padding-right:1rem !important}.bs-pb-xl-3,.bs-py-xl-3{padding-bottom:1rem !important}.bs-pl-xl-3,.bs-px-xl-3{padding-left:1rem !important}.bs-p-xl-4{padding:1.5rem !important}.bs-pt-xl-4,.bs-py-xl-4{padding-top:1.5rem !important}.bs-pr-xl-4,.bs-px-xl-4{padding-right:1.5rem !important}.bs-pb-xl-4,.bs-py-xl-4{padding-bottom:1.5rem !important}.bs-pl-xl-4,.bs-px-xl-4{padding-left:1.5rem !important}.bs-p-xl-5{padding:3rem !important}.bs-pt-xl-5,.bs-py-xl-5{padding-top:3rem !important}.bs-pr-xl-5,.bs-px-xl-5{padding-right:3rem !important}.bs-pb-xl-5,.bs-py-xl-5{padding-bottom:3rem !important}.bs-pl-xl-5,.bs-px-xl-5{padding-left:3rem !important}.bs-m-xl-auto{margin:auto !important}.bs-mt-xl-auto,.bs-my-xl-auto{margin-top:auto !important}.bs-mr-xl-auto,.bs-mx-xl-auto{margin-right:auto !important}.bs-mb-xl-auto,.bs-my-xl-auto{margin-bottom:auto !important}.bs-ml-xl-auto,.bs-mx-xl-auto{margin-left:auto !important}}.bs-visible{visibility:visible !important}.bs-invisible{visibility:hidden !important}
