.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{20%,53%,80%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}}.bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{50%,0%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{11.1%,0%,to{transform:none}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.jello{transform-origin:50%;animation-name:jello}@keyframes bounceIn{20%,40%,60%,80%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,0%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{opacity:1;transform:skew(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:50%;opacity:0;transform:rotate(-200deg)}to{transform-origin:50%;opacity:1;transform:none}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(-90deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:50%;opacity:1}to{transform-origin:50%;opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform-origin:0 0;animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{transform-origin:0 0;opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform-origin:0;transform:scale(.1)translate(-2000px)}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform-origin:100%;transform:scale(.1)translate(2000px)}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;display:block;position:relative}.slick-list{margin:0;padding:0;display:block;position:relative;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate(0,0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;height:auto;display:block}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/build/debarbati/assets/ajax-loader-BcnMEykj.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/build/debarbati/assets/slick-Bi9J8BMx.eot);src:url(/build/debarbati/assets/slick-Bi9J8BMx.eot?#iefix)format("embedded-opentype"),url(/build/debarbati/assets/slick-BlUtDIuC.woff)format("woff"),url(/build/debarbati/assets/slick-DWzRxEMf.ttf)format("truetype"),url(/build/debarbati/assets/slick-BlzDm7g2.svg#slick)format("svg")}.slick-prev,.slick-next{cursor:pointer;color:#0000;background:0 0;border:none;outline:none;width:20px;height:20px;padding:0;font-size:0;line-height:0;display:block;position:absolute;top:50%;transform:translateY(-50%)}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:#0000;background:0 0;outline:none}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:slick;font-size:20px;line-height:1}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{text-align:center;width:100%;margin:0;padding:0;list-style:none;display:block;position:absolute;bottom:-25px}.slick-dots li{cursor:pointer;width:20px;height:20px;margin:0 5px;padding:0;display:inline-block;position:relative}.slick-dots li button{cursor:pointer;color:#0000;background:0 0;border:0;outline:none;width:20px;height:20px;padding:5px;font-size:0;line-height:0;display:block}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0}.slick-protv-gallery{width:100%!important;height:100%!important}.slick-protv-gallery .slick-slide{object-fit:contain!important;background:0 0!important;height:90vh!important}.slick-protv-gallery .article-latest-news-gallery{overflow:hidden!important}.slick-protv-gallery .slick-list{overflow:hidden}#slider__counter{z-index:1;color:#f60718;pointer-events:none;font-size:20px;font-weight:600;position:fixed;top:10px;left:10px}#protv-gallery-modal{z-index:1;z-index:2147483647;background-color:#0006;width:100%;height:100%;padding-top:100px;display:none;position:fixed;inset:0;overflow:hidden}.protv-modal #gallery{margin-top:30px}.protv-modal-content{background-color:#fff;border:1px solid #ccc;width:100%;height:100%;margin:auto;padding:0;position:fixed;inset:0;overflow:hidden}.protv-gallery-close{color:#ccc;text-align:right;width:100%;padding-right:10px;font-size:28px;font-weight:700;display:block}.protv-gallery-close:hover,.protv-gallery-close:focus{color:#000;cursor:pointer;text-decoration:none}.slick-next-protv{text-align:center;z-index:1;cursor:pointer;background:#f1f1f17a;border-radius:50%;padding:20px;line-height:0;transition:all .5s ease-in-out;position:absolute;top:45%;right:10px;transform:rotate(90deg)}.slick-next-protv svg path{fill:#f60718}.slick-next-protv:hover svg path{fill:#fff;transition:all .5s ease-in-out}.slick-next-protv:hover{background:#f60718;transition:all .5s ease-in-out}.slick-prev-protv{text-align:center;z-index:1;cursor:pointer;background:#f1f1f17a;border-radius:50%;padding:20px;line-height:0;transition:all .5s ease-in-out;position:absolute;top:45%;left:10px;transform:rotate(-90deg)}.slick-prev-protv svg path{fill:#f60718}.slick-prev-protv:hover svg path{fill:#fff;transition:all .5s ease-in-out}.slick-prev-protv:hover{background:#f60718;transition:all .5s ease-in-out}.slider__current{color:#da3a34;height:80px;font-size:80px;line-height:80px}.slider__total{vertical-align:bottom;letter-spacing:-3px;color:#da3a34;font-size:25px;line-height:35px}@media screen and (width<=768px){.slick-protv-gallery .article-latest-news-gallery{overflow-y:scroll!important}#protv-gallery-modal{overflow:auto}.protv-modal-content{overflow-y:scroll}.slick-prev-protv{top:35%;left:-10px}.slick-next-protv{top:35%;right:-10px}.protv-gallery-2{display:none}.slick-protv-gallery .slick-slide{height:75vh!important}.protv-modal #gallery{margin-top:-20px}}.protv-gallery-upscore-reco{height:100%;padding:50px;overflow:hidden scroll}.protv-gallery-upscore-reco .mostviewed-img-wrapper img{max-height:100%}.iframe-parent-class{background-color:#eee}[id^=gallery]{-o-transition:right .3s linear;background:#efeeee no-repeat;border:1px solid #efefef;width:100%;min-width:0;max-width:315px;min-height:260px;margin:0 auto;transition:right .3s linear}.protv-article-gallery:hover{cursor:pointer}.protv-article-gallery:hover img{transform:scale(1.1)}.galerieFoto{border-radius:10px;overflow:hidden}.photogallery{position:relative}.photogallery ul{list-style:none}.overlayGalerieFoto{pointer-events:none;z-index:1;background-color:#00000040;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MDAgODAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA4MDAgODAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0Y5RjlGOTt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6I0Y5RjlGOTtzdHJva2Utd2lkdGg6MztzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQoJLnN0MntmaWxsOm5vbmU7c3Ryb2tlOiNGOUY5Rjk7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjk0LjUsNTExLjJjLTEsMS4yLTIuNCwyLjEtNC4yLDIuOGMtMS44LDAuNy0zLjksMS02LjEsMWMtMi4zLDAtNC40LTAuNS02LjItMS41cy0zLjEtMi41LTQuMS00LjQKCQkJcy0xLjUtNC4yLTEuNS02Ljh2LTEuOWMwLTIuNywwLjUtNSwxLjQtN2MwLjktMiwyLjItMy41LDMuOS00LjVjMS43LTEsMy43LTEuNiw2LTEuNmMzLjIsMCw1LjcsMC44LDcuNSwyLjNzMi45LDMuOCwzLjIsNi43SDI4OQoJCQljLTAuMi0xLjUtMC44LTIuNy0xLjYtMy40Yy0wLjgtMC43LTItMS4xLTMuNS0xLjFjLTEuOSwwLTMuMywwLjctNC4zLDIuMXMtMS41LDMuNS0xLjUsNi4zdjEuN2MwLDIuOCwwLjUsNSwxLjYsNi40CgkJCWMxLjEsMS40LDIuNywyLjIsNC43LDIuMmMyLjEsMCwzLjYtMC40LDQuNS0xLjN2LTQuN2gtNS4xdi00LjFoMTAuNkwyOTQuNSw1MTEuMkwyOTQuNSw1MTEuMnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE0LjIsNTA5LjFoLTkuOGwtMS45LDUuNmgtNS45bDEwLjEtMjdoNS4ybDEwLjEsMjdoLTUuOUwzMTQuMiw1MDkuMXogTTMwNiw1MDQuNmg2LjhsLTMuNC0xMC4xTDMwNiw1MDQuNnoKCQkJIi8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMzMC4xLDUxMC4yaDExLjh2NC41aC0xNy40di0yN2g1LjZWNTEwLjJ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM2MS40LDUwMi45aC0xMC43djcuMmgxMi41djQuNWgtMTguMXYtMjdoMTguMXY0LjVoLTEyLjV2Ni40aDEwLjdWNTAyLjl6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM3Ni41LDUwNC44aC00LjR2OS45aC01LjZ2LTI3aDEwYzMuMiwwLDUuNywwLjcsNy40LDIuMXMyLjYsMy40LDIuNiw2YzAsMS44LTAuNCwzLjQtMS4yLDQuNgoJCQljLTAuOCwxLjItMiwyLjItMy42LDIuOWw1LjgsMTF2MC4zaC02TDM3Ni41LDUwNC44eiBNMzcyLDUwMC4zaDQuNWMxLjQsMCwyLjUtMC40LDMuMi0xLjFjMC44LTAuNywxLjItMS43LDEuMi0yLjkKCQkJYzAtMS4zLTAuNC0yLjMtMS4xLTNzLTEuOC0xLjEtMy4zLTEuMUgzNzJMMzcyLDUwMC4zTDM3Miw1MDAuM3oiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzk2LjcsNTE0LjZoLTUuNnYtMjdoNS42VjUxNC42eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MTguMSw1MDIuOWgtMTAuN3Y3LjJoMTIuNXY0LjVoLTE4LjF2LTI3aDE4LjF2NC41aC0xMi41djYuNGgxMC43TDQxOC4xLDUwMi45TDQxOC4xLDUwMi45eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NDguOSw1MDMuNmgtMTAuN3YxMWgtNS42di0yN2gxNy42djQuNWgtMTJ2N2gxMC43VjUwMy42eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NzUuNyw1MDEuOGMwLDIuNy0wLjUsNS0xLjQsN2MtMC45LDItMi4zLDMuNi00LDQuNmMtMS44LDEuMS0zLjgsMS42LTYsMS42cy00LjItMC41LTYtMS42CgkJCWMtMS44LTEuMS0zLjEtMi42LTQuMS00LjZzLTEuNS00LjMtMS41LTYuOXYtMS4zYzAtMi43LDAuNS01LDEuNC03YzEtMiwyLjMtMy42LDQuMS00LjdjMS44LTEuMSwzLjgtMS42LDYtMS42CgkJCWMyLjMsMCw0LjMsMC41LDYsMS42YzEuOCwxLjEsMy4xLDIuNiw0LjEsNC43YzEsMiwxLjQsNC40LDEuNCw3VjUwMS44eiBNNDcwLDUwMC41YzAtMi44LTAuNS01LTEuNS02LjVzLTIuNS0yLjItNC4zLTIuMgoJCQljLTEuOSwwLTMuMywwLjctNC4zLDIuMnMtMS41LDMuNi0xLjUsNi40djEuM2MwLDIuOCwwLjUsNC45LDEuNSw2LjRzMi41LDIuMyw0LjQsMi4zYzEuOSwwLDMuMy0wLjcsNC4zLTIuMnMxLjUtMy42LDEuNS02LjR2LTEuMwoJCQlINDcweiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OTguNSw0OTIuMWgtOC4zdjIyLjVoLTUuNnYtMjIuNWgtOC4ydi00LjVoMjJMNDk4LjUsNDkyLjFMNDk4LjUsNDkyLjF6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUyMy4zLDUwMS44YzAsMi43LTAuNSw1LTEuNCw3cy0yLjMsMy42LTQsNC42Yy0xLjgsMS4xLTMuOCwxLjYtNiwxLjZzLTQuMi0wLjUtNi0xLjYKCQkJYy0xLjgtMS4xLTMuMS0yLjYtNC4xLTQuNnMtMS41LTQuMy0xLjUtNi45di0xLjNjMC0yLjcsMC41LTUsMS40LTdjMS0yLDIuMy0zLjYsNC4xLTQuN2MxLjgtMS4xLDMuOC0xLjYsNi0xLjYKCQkJYzIuMywwLDQuMywwLjUsNiwxLjZjMS44LDEuMSwzLjEsMi42LDQuMSw0LjdjMSwyLDEuNCw0LjQsMS40LDdWNTAxLjh6IE01MTcuNyw1MDAuNWMwLTIuOC0wLjUtNS0xLjUtNi41cy0yLjUtMi4yLTQuMy0yLjIKCQkJYy0xLjksMC0zLjMsMC43LTQuMywyLjJzLTEuNSwzLjYtMS41LDYuNHYxLjNjMCwyLjgsMC41LDQuOSwxLjUsNi40czIuNSwyLjMsNC40LDIuM3MzLjMtMC43LDQuMy0yLjJzMS41LTMuNiwxLjUtNi40di0xLjNINTE3LjcKCQkJeiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxNy43LDUzNS40YzAtMS4zLDAuMi0yLjYsMC41LTMuOHMwLjktMi4zLDEuNi0zLjNzMS40LTEuNywyLjItMi4xbDAuMywxLjFjLTAuOSwwLjctMS42LDEuNy0yLjEsMwoJCQlzLTAuOCwyLjktMC45LDQuNXYwLjdjMCwyLjMsMC40LDQuMiwxLjIsNS45YzAuNSwxLDEuMSwxLjgsMS44LDIuM2wtMC4zLDFjLTAuOC0wLjQtMS41LTEuMi0yLjItMi4yCgkJCUMyMTguNCw1NDAuNSwyMTcuNyw1MzguMiwyMTcuNyw1MzUuNHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjMzLjYsNTM2LjVjLTAuMiwxLjQtMC43LDIuNC0xLjUsMy4xYy0wLjgsMC43LTIsMS4xLTMuNCwxLjFjLTEuNSwwLTIuNy0wLjUtMy42LTEuNnMtMS40LTIuNS0xLjQtNC40di0xLjIKCQkJYzAtMS4yLDAuMi0yLjIsMC42LTMuMXMxLTEuNiwxLjgtMi4xczEuNy0wLjcsMi43LTAuN2MxLjQsMCwyLjQsMC40LDMuMywxLjFzMS4zLDEuOCwxLjQsMy4yaC0xLjdjLTAuMS0xLTAuNS0xLjgtMS0yLjIKCQkJYy0wLjUtMC41LTEuMi0wLjctMi4xLTAuN2MtMS4xLDAtMS45LDAuNC0yLjUsMS4ycy0wLjksMS45LTAuOSwzLjR2MS4yYzAsMS40LDAuMywyLjUsMC45LDMuM3MxLjQsMS4yLDIuNCwxLjIKCQkJYzAuOSwwLDEuNy0wLjIsMi4yLTAuNmMwLjUtMC40LDAuOC0xLjIsMS0yLjJIMjMzLjZ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzNy40LDU0MC42aC0xLjZ2LTEzLjVoMS42VjU0MC42eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNDAsNTI4LjZjMC0wLjMsMC4xLTAuNSwwLjItMC43czAuNC0wLjMsMC43LTAuM3MwLjYsMC4xLDAuNywwLjNzMC4yLDAuNCwwLjIsMC43cy0wLjEsMC41LTAuMiwwLjcKCQkJcy0wLjQsMC4zLTAuNywwLjNzLTAuNi0wLjEtMC43LTAuM1MyNDAsNTI4LjgsMjQwLDUyOC42eiBNMjQxLjcsNTQwLjZoLTEuNnYtOS41aDEuNlY1NDAuNnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQ4LjEsNTM5LjRjMC42LDAsMS4xLTAuMiwxLjUtMC41czAuNy0wLjgsMC43LTEuM2gxLjVjMCwwLjUtMC4yLDEuMS0wLjYsMS42cy0wLjgsMC45LTEuNCwxLjIKCQkJcy0xLjIsMC40LTEuOCwwLjRjLTEuMywwLTIuMy0wLjQtMy4xLTEuM2MtMC44LTAuOS0xLjEtMi0xLjEtMy41di0wLjNjMC0wLjksMC4yLTEuNywwLjUtMi41czAuOC0xLjMsMS41LTEuN3MxLjQtMC42LDIuMy0wLjYKCQkJYzEuMSwwLDIsMC4zLDIuNywxczEuMSwxLjUsMS4xLDIuNWgtMS41YzAtMC42LTAuMy0xLjEtMC43LTEuNXMtMC45LTAuNi0xLjYtMC42Yy0wLjgsMC0xLjUsMC4zLTEuOSwwLjlzLTAuNywxLjUtMC43LDIuNnYwLjMKCQkJYzAsMS4xLDAuMiwxLjksMC43LDIuNVMyNDcuMyw1MzkuNCwyNDguMSw1MzkuNHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjU2LjQsNTM2LjJsLTEsMS4xdjMuM2gtMS42VjUyN2gxLjZ2OC4ybDAuOS0xbDMtMy4xaDJsLTMuNyw0bDQuMSw1LjVoLTEuOUwyNTYuNCw1MzYuMnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjc1LjQsNTM1LjljMCwxLjQtMC4zLDIuNi0xLDMuNXMtMS42LDEuMy0yLjcsMS4zYy0xLjIsMC0yLjEtMC40LTIuNy0xLjF2NC42aC0xLjZWNTMxaDEuNWwwLjEsMS4xCgkJCWMwLjctMC44LDEuNi0xLjIsMi44LTEuMmMxLjEsMCwyLDAuNCwyLjcsMS4zczEsMi4xLDEsMy42TDI3NS40LDUzNS45TDI3NS40LDUzNS45eiBNMjczLjcsNTM1LjhjMC0xLjEtMC4yLTEuOS0wLjctMi41CgkJCXMtMS4xLTAuOS0xLjktMC45Yy0xLDAtMS43LDAuNC0yLjIsMS4zdjQuNWMwLjUsMC45LDEuMiwxLjMsMi4yLDEuM2MwLjgsMCwxLjQtMC4zLDEuOS0wLjlTMjczLjcsNTM3LDI3My43LDUzNS44eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yODEuNCw1NDAuOGMtMS4zLDAtMi4zLTAuNC0zLjEtMS4zYy0wLjgtMC45LTEuMi0yLTEuMi0zLjR2LTAuM2MwLTAuOSwwLjItMS44LDAuNS0yLjVzMC45LTEuMywxLjUtMS43CgkJCWMwLjYtMC40LDEuMy0wLjYsMi4xLTAuNmMxLjIsMCwyLjIsMC40LDIuOSwxLjJjMC43LDAuOCwxLDIsMSwzLjV2MC43aC02LjRjMCwwLjksMC4zLDEuNywwLjgsMi4zczEuMiwwLjksMiwwLjkKCQkJYzAuNiwwLDEuMS0wLjEsMS41LTAuNGMwLjQtMC4zLDAuNy0wLjUsMS0wLjlsMSwwLjhDMjg0LjIsNTQwLjIsMjgzLDU0MC44LDI4MS40LDU0MC44eiBNMjgxLjIsNTMyLjJjLTAuNywwLTEuMiwwLjItMS43LDAuNwoJCQlzLTAuNywxLjEtMC44LDJoNC44di0wLjFjMC0wLjgtMC4zLTEuNS0wLjctMS45UzI4MS45LDUzMi4yLDI4MS4yLDUzMi4yeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOTEuNCw1MjguNmMwLTAuMywwLjEtMC41LDAuMi0wLjdjMC4xLTAuMiwwLjQtMC4zLDAuNy0wLjNjMC4zLDAsMC42LDAuMSwwLjcsMC4zYzAuMSwwLjIsMC4yLDAuNCwwLjIsMC43CgkJCXMtMC4xLDAuNS0wLjIsMC43Yy0wLjEsMC4yLTAuNCwwLjMtMC43LDAuM2MtMC4zLDAtMC42LTAuMS0wLjctMC4zQzI5MS41LDUyOS4xLDI5MS40LDUyOC44LDI5MS40LDUyOC42eiBNMjkzLjIsNTQwLjZoLTEuNnYtOS41CgkJCWgxLjZWNTQwLjZ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5Ny4zLDUzMS4xdjEuMWMwLjctMC44LDEuNi0xLjIsMi44LTEuMmMxLjMsMCwyLjIsMC41LDIuNywxLjVjMC4zLTAuNSwwLjctMC44LDEuMi0xLjFzMS4xLTAuNCwxLjgtMC40CgkJCWMyLjEsMCwzLjEsMS4xLDMuMiwzLjN2Ni40aC0xLjZ2LTYuM2MwLTAuNy0wLjItMS4yLTAuNS0xLjVzLTAuOC0wLjUtMS42LTAuNWMtMC42LDAtMS4xLDAuMi0xLjUsMC41Yy0wLjQsMC40LTAuNiwwLjgtMC43LDEuNQoJCQl2Ni4zaC0xLjZ2LTYuM2MwLTEuNC0wLjctMi4xLTItMi4xYy0xLjEsMC0xLjgsMC41LTIuMiwxLjR2Ni45aC0xLjV2LTkuNUwyOTcuMyw1MzEuMUwyOTcuMyw1MzEuMXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE3LjQsNTQwLjZjLTAuMS0wLjItMC4yLTAuNS0wLjItMWMtMC44LDAuOC0xLjcsMS4yLTIuNywxLjJjLTAuOSwwLTEuNy0wLjMtMi4zLTAuOHMtMC45LTEuMi0wLjktMgoJCQljMC0xLDAuNC0xLjgsMS4xLTIuM3MxLjgtMC44LDMuMi0wLjhoMS42di0wLjdjMC0wLjYtMC4yLTEtMC41LTEuNGMtMC4zLTAuMy0wLjgtMC41LTEuNS0wLjVjLTAuNiwwLTEuMSwwLjEtMS41LDAuNAoJCQljLTAuNCwwLjMtMC42LDAuNi0wLjYsMS4xaC0xLjZjMC0wLjUsMC4yLTAuOSwwLjUtMS40czAuOC0wLjgsMS40LTEuMWMwLjYtMC4zLDEuMi0wLjQsMS45LTAuNGMxLjEsMCwyLDAuMywyLjYsMC44CgkJCWMwLjYsMC41LDAuOSwxLjMsMSwyLjN2NC40YzAsMC45LDAuMSwxLjYsMC4zLDIuMXYwLjFMMzE3LjQsNTQwLjZMMzE3LjQsNTQwLjZ6IE0zMTQuNyw1MzkuM2MwLjUsMCwxLTAuMSwxLjUtMC40czAuOC0wLjYsMS0xdi0yCgkJCWgtMS4zYy0yLDAtMywwLjYtMywxLjdjMCwwLjUsMC4yLDAuOSwwLjUsMS4yUzMxNC4yLDUzOS4zLDMxNC43LDUzOS4zeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMjEsNTM1LjhjMC0xLjUsMC4zLTIuNywxLTMuNXMxLjYtMS4zLDIuNy0xLjNjMS4yLDAsMi4xLDAuNCwyLjcsMS4ybDAuMS0xLjFoMS41djkuMwoJCQljMCwxLjItMC40LDIuMi0xLjEsMi45cy0xLjcsMS4xLTIuOSwxLjFjLTAuNywwLTEuNC0wLjEtMi0wLjRjLTAuNi0wLjMtMS4yLTAuNy0xLjUtMS4ybDAuOC0xYzAuNywwLjksMS41LDEuMywyLjYsMS4zCgkJCWMwLjgsMCwxLjQtMC4yLDEuOS0wLjdzMC43LTEuMSwwLjctMS45di0wLjhjLTAuNywwLjgtMS41LDEuMS0yLjcsMS4xYy0xLjEsMC0yLTAuNC0yLjctMS4zUzMyMSw1MzcuMywzMjEsNTM1Ljh6IE0zMjIuNiw1MzUuOQoJCQljMCwxLjEsMC4yLDEuOSwwLjcsMi41YzAuNCwwLjYsMS4xLDAuOSwxLjgsMC45YzEsMCwxLjgtMC41LDIuMy0xLjR2LTQuM2MtMC41LTAuOS0xLjItMS40LTIuMi0xLjRjLTAuOCwwLTEuNCwwLjMtMS45LDAuOQoJCQlTMzIyLjYsNTM0LjcsMzIyLjYsNTM1Ljl6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMzMS41LDUyOC42YzAtMC4zLDAuMS0wLjUsMC4yLTAuN2MwLjEtMC4yLDAuNC0wLjMsMC43LTAuM2MwLjMsMCwwLjYsMC4xLDAuNywwLjNjMC4xLDAuMiwwLjIsMC40LDAuMiwwLjcKCQkJcy0wLjEsMC41LTAuMiwwLjdjLTAuMSwwLjItMC40LDAuMy0wLjcsMC4zYy0wLjMsMC0wLjYtMC4xLTAuNy0wLjNDMzMxLjYsNTI5LjEsMzMxLjUsNTI4LjgsMzMxLjUsNTI4LjZ6IE0zMzMuMiw1NDAuNmgtMS42di05LjUKCQkJaDEuNlY1NDAuNnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzM3LjQsNTMxLjFsMC4xLDEuMmMwLjctMC45LDEuNy0xLjQsMi44LTEuNGMyLDAsMywxLjEsMywzLjR2Ni4zaC0xLjZ2LTYuM2MwLTAuNy0wLjItMS4yLTAuNS0xLjUKCQkJcy0wLjgtMC41LTEuNC0wLjVjLTAuNSwwLTEsMC4xLTEuNCwwLjRjLTAuNCwwLjMtMC43LDAuNy0wLjksMS4xdjYuOGgtMS43di05LjVIMzM3LjR6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM0OS43LDU0MC44Yy0xLjMsMC0yLjMtMC40LTMuMS0xLjNjLTAuOC0wLjktMS4yLTItMS4yLTMuNHYtMC4zYzAtMC45LDAuMi0xLjgsMC41LTIuNXMwLjktMS4zLDEuNS0xLjcKCQkJYzAuNi0wLjQsMS4zLTAuNiwyLjEtMC42YzEuMiwwLDIuMiwwLjQsMi45LDEuMmMwLjcsMC44LDEsMiwxLDMuNXYwLjdIMzQ3YzAsMC45LDAuMywxLjcsMC44LDIuM3MxLjIsMC45LDIsMC45CgkJCWMwLjYsMCwxLjEtMC4xLDEuNS0wLjRjMC40LTAuMywwLjctMC41LDEtMC45bDEsMC44QzM1Mi41LDU0MC4yLDM1MS4zLDU0MC44LDM0OS43LDU0MC44eiBNMzQ5LjUsNTMyLjJjLTAuNywwLTEuMiwwLjItMS43LDAuNwoJCQlzLTAuNywxLjEtMC44LDJoNC44di0wLjFjMC0wLjgtMC4zLTEuNS0wLjctMS45UzM1MC4yLDUzMi4yLDM0OS41LDUzMi4yeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNjcuOCw1MzUuOWMwLDEuNC0wLjMsMi42LTEsMy41cy0xLjYsMS4zLTIuNywxLjNjLTEuMiwwLTIuMS0wLjQtMi43LTEuMXY0LjZoLTEuNlY1MzFoMS41bDAuMSwxLjEKCQkJYzAuNy0wLjgsMS42LTEuMiwyLjgtMS4yYzEuMSwwLDIsMC40LDIuNywxLjNzMSwyLjEsMSwzLjZ2MC4xSDM2Ny44eiBNMzY2LjIsNTM1LjhjMC0xLjEtMC4yLTEuOS0wLjctMi41cy0xLjEtMC45LTEuOS0wLjkKCQkJYy0xLDAtMS43LDAuNC0yLjIsMS4zdjQuNWMwLjUsMC45LDEuMiwxLjMsMi4yLDEuM2MwLjgsMCwxLjQtMC4zLDEuOS0wLjlTMzY2LjIsNTM3LDM2Ni4yLDUzNS44eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNzMuOCw1NDAuOGMtMS4zLDAtMi4zLTAuNC0zLjEtMS4zYy0wLjgtMC45LTEuMi0yLTEuMi0zLjR2LTAuM2MwLTAuOSwwLjItMS44LDAuNS0yLjVzMC45LTEuMywxLjUtMS43CgkJCWMwLjYtMC40LDEuMy0wLjYsMi4xLTAuNmMxLjIsMCwyLjIsMC40LDIuOSwxLjJjMC43LDAuOCwxLDIsMSwzLjV2MC43aC02LjRjMCwwLjksMC4zLDEuNywwLjgsMi4zczEuMiwwLjksMiwwLjkKCQkJYzAuNiwwLDEuMS0wLjEsMS41LTAuNGMwLjQtMC4zLDAuNy0wLjUsMS0wLjlsMSwwLjhDMzc2LjYsNTQwLjIsMzc1LjQsNTQwLjgsMzczLjgsNTQwLjh6IE0zNzMuNiw1MzIuMmMtMC43LDAtMS4yLDAuMi0xLjcsMC43CgkJCXMtMC43LDEuMS0wLjgsMmg0Ljh2LTAuMWMwLTAuOC0wLjMtMS41LTAuNy0xLjlTMzc0LjMsNTMyLjIsMzczLjYsNTMyLjJ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM4MC45LDUzMS4xbDAuMSwxLjJjMC43LTAuOSwxLjctMS40LDIuOC0xLjRjMiwwLDMsMS4xLDMsMy40djYuM2gtMS42di02LjNjMC0wLjctMC4yLTEuMi0wLjUtMS41CgkJCXMtMC44LTAuNS0xLjQtMC41Yy0wLjUsMC0xLDAuMS0xLjQsMC40Yy0wLjQsMC4zLTAuNywwLjctMC45LDEuMXY2LjhoLTEuNnYtOS41SDM4MC45eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zOTEuNSw1MjguOHYyLjNoMS44djEuM2gtMS44djUuOWMwLDAuNCwwLjEsMC43LDAuMiwwLjljMC4xLDAuMiwwLjQsMC4zLDAuOCwwLjNjMC4yLDAsMC40LDAsMC44LTAuMXYxLjMKCQkJYy0wLjQsMC4xLTAuOCwwLjItMS4yLDAuMmMtMC43LDAtMS4zLTAuMi0xLjYtMC43Yy0wLjMtMC41LTAuNi0xLjEtMC42LTEuOXYtNS45aC0xLjd2LTEuM2gxLjd2LTIuM0gzOTEuNXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzk5LjgsNTMyLjVjLTAuMiwwLTAuNS0wLjEtMC44LTAuMWMtMS4xLDAtMS44LDAuNS0yLjIsMS40djYuOGgtMS42di05LjVoMS42djEuMWMwLjUtMC44LDEuMy0xLjMsMi4zLTEuMwoJCQljMC4zLDAsMC42LDAsMC43LDAuMVY1MzIuNXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDA3LjIsNTM5LjZjLTAuNiwwLjctMS42LDEuMS0yLjgsMS4xYy0xLDAtMS44LTAuMy0yLjMtMC45Yy0wLjUtMC42LTAuOC0xLjUtMC44LTIuNlY1MzFoMS42djYuMQoJCQljMCwxLjQsMC42LDIuMiwxLjgsMi4yYzEuMiwwLDIuMS0wLjUsMi41LTEuNHYtNi45aDEuNnY5LjVoLTEuNUw0MDcuMiw1MzkuNnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDIxLjUsNTQwLjZjLTAuMS0wLjItMC4yLTAuNS0wLjItMWMtMC44LDAuOC0xLjcsMS4yLTIuNywxLjJjLTAuOSwwLTEuNy0wLjMtMi4zLTAuOHMtMC45LTEuMi0wLjktMgoJCQljMC0xLDAuNC0xLjgsMS4xLTIuM3MxLjgtMC44LDMuMi0wLjhoMS42di0wLjdjMC0wLjYtMC4yLTEtMC41LTEuNGMtMC4zLTAuMy0wLjgtMC41LTEuNS0wLjVjLTAuNiwwLTEuMSwwLjEtMS41LDAuNAoJCQljLTAuNCwwLjMtMC42LDAuNi0wLjYsMS4xaC0xLjZjMC0wLjUsMC4yLTAuOSwwLjUtMS40czAuOC0wLjgsMS40LTEuMWMwLjYtMC4zLDEuMi0wLjQsMS45LTAuNGMxLjEsMCwyLDAuMywyLjYsMC44CgkJCWMwLjYsMC41LDAuOSwxLjMsMSwyLjN2NC40YzAsMC45LDAuMSwxLjYsMC4zLDIuMXYwLjFMNDIxLjUsNTQwLjZMNDIxLjUsNTQwLjZ6IE00MTguOCw1MzkuM2MwLjUsMCwxLTAuMSwxLjUtMC40czAuOC0wLjYsMS0xdi0yCgkJCUg0MjBjLTIsMC0zLDAuNi0zLDEuN2MwLDAuNSwwLjIsMC45LDAuNSwxLjJTNDE4LjMsNTM5LjMsNDE4LjgsNTM5LjN6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQyOS41LDUzNS44YzAtMS41LDAuMy0yLjYsMS0zLjVzMS42LTEuMywyLjctMS4zYzEuMSwwLDIsMC40LDIuNiwxLjF2LTVoMS42djEzLjVoLTEuNWwtMC4xLTEKCQkJYy0wLjcsMC44LTEuNiwxLjItMi43LDEuMmMtMS4xLDAtMi0wLjUtMi43LTEuNFM0MjkuNCw1MzcuMyw0MjkuNSw1MzUuOEw0MjkuNSw1MzUuOEw0MjkuNSw1MzUuOHogTTQzMS4xLDUzNS45CgkJCWMwLDEuMSwwLjIsMS45LDAuNywyLjVzMS4xLDAuOSwxLjgsMC45YzEsMCwxLjgtMC41LDIuMy0xLjR2LTQuNGMtMC41LTAuOS0xLjItMS4zLTIuMi0xLjNjLTAuOCwwLTEuNCwwLjMtMS45LDAuOQoJCQlTNDMxLjEsNTM0LjcsNDMxLjEsNTM1Ljl6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ0NCw1NDAuOGMtMS4zLDAtMi4zLTAuNC0zLjEtMS4zYy0wLjgtMC45LTEuMi0yLTEuMi0zLjR2LTAuM2MwLTAuOSwwLjItMS44LDAuNS0yLjUKCQkJYzAuNC0wLjcsMC45LTEuMywxLjUtMS43YzAuNi0wLjQsMS4zLTAuNiwyLjEtMC42YzEuMiwwLDIuMiwwLjQsMi45LDEuMmMwLjcsMC44LDEsMiwxLDMuNXYwLjdoLTYuNGMwLDAuOSwwLjMsMS43LDAuOCwyLjMKCQkJczEuMiwwLjksMiwwLjljMC42LDAsMS4xLTAuMSwxLjUtMC40YzAuNC0wLjMsMC43LTAuNSwxLTAuOWwxLDAuOEM0NDYuOCw1NDAuMiw0NDUuNiw1NDAuOCw0NDQsNTQwLjh6IE00NDMuOCw1MzIuMgoJCQljLTAuNywwLTEuMiwwLjItMS43LDAuN3MtMC43LDEuMS0wLjgsMmg0Ljh2LTAuMWMwLTAuOC0wLjMtMS41LTAuNy0xLjlTNDQ0LjUsNTMyLjIsNDQzLjgsNTMyLjJ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ1NS4xLDUzOC4xYzAtMC40LTAuMi0wLjgtMC41LTFzLTAuOS0wLjUtMS43LTAuNmMtMC44LTAuMS0xLjUtMC40LTItMC42Yy0wLjUtMC4yLTAuOC0wLjUtMS4xLTAuOQoJCQljLTAuMi0wLjMtMC4zLTAuNy0wLjMtMS4yYzAtMC44LDAuMy0xLjQsMS0yYzAuNy0wLjUsMS41LTAuOCwyLjUtMC44YzEuMSwwLDIsMC4zLDIuNiwwLjhjMC42LDAuNSwxLDEuMywxLDIuMUg0NTUKCQkJYzAtMC40LTAuMi0wLjgtMC42LTEuMmMtMC40LTAuMy0wLjktMC41LTEuNC0wLjVjLTAuNiwwLTEuMSwwLjEtMS40LDAuNHMtMC41LDAuNi0wLjUsMXMwLjIsMC43LDAuNSwwLjlzMC45LDAuNCwxLjcsMC42CgkJCWMwLjgsMC4yLDEuNSwwLjQsMiwwLjdzMC45LDAuNiwxLjEsMC45YzAuMiwwLjQsMC40LDAuOCwwLjQsMS4zYzAsMC44LTAuMywxLjUtMSwycy0xLjYsMC44LTIuNiwwLjhjLTAuOCwwLTEuNC0wLjEtMi0wLjQKCQkJYy0wLjYtMC4zLTEtMC42LTEuNC0xLjFjLTAuMy0wLjUtMC41LTEtMC41LTEuNmgxLjZjMCwwLjUsMC4yLDEsMC43LDEuM2MwLjQsMC4zLDAuOSwwLjUsMS42LDAuNWMwLjYsMCwxLjEtMC4xLDEuNS0wLjQKCQkJQzQ1NSw1MzguOCw0NTUuMSw1MzguNSw0NTUuMSw1MzguMXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDYyLjcsNTM5LjRjMC42LDAsMS4xLTAuMiwxLjUtMC41YzAuNC0wLjMsMC43LTAuOCwwLjctMS4zaDEuNWMwLDAuNS0wLjIsMS4xLTAuNiwxLjYKCQkJYy0wLjQsMC41LTAuOCwwLjktMS40LDEuMmMtMC42LDAuMy0xLjIsMC40LTEuOCwwLjRjLTEuMywwLTIuMy0wLjQtMy4xLTEuM2MtMC44LTAuOS0xLjEtMi0xLjEtMy41di0wLjNjMC0wLjksMC4yLTEuNywwLjUtMi41CgkJCXMwLjgtMS4zLDEuNS0xLjdzMS40LTAuNiwyLjMtMC42YzEuMSwwLDIsMC4zLDIuNywxYzAuNywwLjYsMS4xLDEuNSwxLjEsMi41SDQ2NWMwLTAuNi0wLjMtMS4xLTAuNy0xLjVjLTAuNC0wLjQtMC45LTAuNi0xLjYtMC42CgkJCWMtMC44LDAtMS41LDAuMy0xLjksMC45Yy0wLjQsMC42LTAuNywxLjUtMC43LDIuNnYwLjNjMCwxLjEsMC4yLDEuOSwwLjcsMi41UzQ2MS45LDUzOS40LDQ2Mi43LDUzOS40eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NjkuOSw1MzIuMmMwLjctMC45LDEuNy0xLjMsMi44LTEuM2MyLDAsMywxLjEsMywzLjR2Ni4zaC0xLjZ2LTYuM2MwLTAuNy0wLjItMS4yLTAuNS0xLjVzLTAuOC0wLjUtMS40LTAuNQoJCQljLTAuNSwwLTEsMC4xLTEuNCwwLjRjLTAuNCwwLjMtMC43LDAuNy0wLjksMS4xdjYuOGgtMS42di0xMy41aDEuNlY1MzIuMnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDc4LjIsNTI4LjZjMC0wLjMsMC4xLTAuNSwwLjItMC43YzAuMS0wLjIsMC40LTAuMywwLjctMC4zYzAuMywwLDAuNiwwLjEsMC43LDAuM2MwLjEsMC4yLDAuMiwwLjQsMC4yLDAuNwoJCQlzLTAuMSwwLjUtMC4yLDAuN2MtMC4xLDAuMi0wLjQsMC4zLTAuNywwLjNjLTAuMywwLTAuNi0wLjEtMC43LTAuM0M0NzguMyw1MjkuMSw0NzguMiw1MjguOCw0NzguMiw1MjguNnogTTQ4MCw1NDAuNmgtMS42di05LjUKCQkJaDEuNlY1NDAuNnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDgyLjIsNTM1LjhjMC0xLjUsMC4zLTIuNiwxLTMuNXMxLjYtMS4zLDIuNy0xLjNjMS4xLDAsMiwwLjQsMi42LDEuMXYtNWgxLjZ2MTMuNWgtMS41bC0wLjEtMQoJCQljLTAuNywwLjgtMS42LDEuMi0yLjcsMS4yYy0xLjEsMC0yLTAuNS0yLjctMS40cy0xLTIuMS0xLTMuNXYtMC4xSDQ4Mi4yeiBNNDgzLjgsNTM1LjljMCwxLjEsMC4yLDEuOSwwLjcsMi41czEuMSwwLjksMS44LDAuOQoJCQljMSwwLDEuOC0wLjUsMi4zLTEuNHYtNC40Yy0wLjUtMC45LTEuMi0xLjMtMi4yLTEuM2MtMC44LDAtMS40LDAuMy0xLjksMC45UzQ4My44LDUzNC43LDQ4My44LDUzNS45eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00OTYuNyw1NDAuOGMtMS4zLDAtMi4zLTAuNC0zLjEtMS4zYy0wLjgtMC45LTEuMi0yLTEuMi0zLjR2LTAuM2MwLTAuOSwwLjItMS44LDAuNS0yLjUKCQkJYzAuNC0wLjcsMC45LTEuMywxLjUtMS43YzAuNi0wLjQsMS4zLTAuNiwyLjEtMC42YzEuMiwwLDIuMiwwLjQsMi45LDEuMmMwLjcsMC44LDEsMiwxLDMuNXYwLjdINDk0YzAsMC45LDAuMywxLjcsMC44LDIuMwoJCQlzMS4yLDAuOSwyLDAuOWMwLjYsMCwxLjEtMC4xLDEuNS0wLjRjMC40LTAuMywwLjctMC41LDEtMC45bDEsMC44QzQ5OS41LDU0MC4yLDQ5OC4zLDU0MC44LDQ5Ni43LDU0MC44eiBNNDk2LjUsNTMyLjIKCQkJYy0wLjcsMC0xLjIsMC4yLTEuNywwLjdzLTAuNywxLjEtMC44LDJoNC44di0wLjFjMC0wLjgtMC4zLTEuNS0wLjctMS45UzQ5Ny4yLDUzMi4yLDQ5Ni41LDUzMi4yeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01MTYuNCw1MzguOWMtMC40LDAuNi0xLDEuMS0xLjgsMS40Yy0wLjgsMC4zLTEuNywwLjUtMi43LDAuNXMtMi0wLjItMi44LTAuN3MtMS40LTEuMi0xLjktMi4xCgkJCWMtMC40LTAuOS0wLjctMS45LTAuNy0zLjF2LTEuMWMwLTEuOSwwLjQtMy40LDEuMy00LjVjMC45LTEuMSwyLjItMS42LDMuOC0xLjZjMS4zLDAsMi40LDAuMywzLjIsMXMxLjMsMS43LDEuNSwyLjloLTEuNwoJCQljLTAuMy0xLjctMS4zLTIuNS0zLTIuNWMtMS4xLDAtMiwwLjQtMi42LDEuMmMtMC42LDAuOC0wLjksMS45LTAuOSwzLjV2MWMwLDEuNCwwLjMsMi42LDEsMy40YzAuNywwLjgsMS41LDEuMywyLjcsMS4zCgkJCWMwLjYsMCwxLjItMC4xLDEuNy0wLjJjMC41LTAuMSwwLjktMC40LDEuMi0wLjd2LTIuOWgtM3YtMS40aDQuNkw1MTYuNCw1MzguOUw1MTYuNCw1MzguOXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTI2LjMsNTM3LjJoLTUuNGwtMS4yLDMuM0g1MThsNC45LTEyLjhoMS41bDQuOSwxMi44aC0xLjdMNTI2LjMsNTM3LjJ6IE01MjEuNSw1MzUuOWg0LjRsLTIuMi02CgkJCUw1MjEuNSw1MzUuOXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTMyLjcsNTM5LjJoNi4xdjEuNEg1MzF2LTEyLjhoMS43VjUzOS4yeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01NDcuOSw1MzQuN2gtNS41djQuNWg2LjR2MS40aC04LjF2LTEyLjhoOHYxLjRoLTYuNHY0LjFoNS41TDU0Ny45LDUzNC43TDU0Ny45LDUzNC43eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01NTUuNiw1MzUuNGgtM3Y1LjJoLTEuN3YtMTIuOGg0LjJjMS40LDAsMi41LDAuMywzLjMsMXMxLjIsMS42LDEuMiwyLjljMCwwLjgtMC4yLDEuNS0wLjYsMi4xCgkJCWMtMC40LDAuNi0xLDEtMS44LDEuM2wzLDUuNHYwLjFoLTEuOEw1NTUuNiw1MzUuNHogTTU1Mi42LDUzNGgyLjZjMC44LDAsMS41LTAuMiwyLTAuN2MwLjUtMC40LDAuNy0xLDAuNy0xLjcKCQkJYzAtMC44LTAuMi0xLjQtMC43LTEuOGMtMC41LTAuNC0xLjItMC42LTItMC42aC0yLjZWNTM0eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01NjMuOCw1NDAuNmgtMS43di0xMi44aDEuN1Y1NDAuNnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTc0LjEsNTM3LjJoLTUuNGwtMS4yLDMuM2gtMS43bDQuOS0xMi44aDEuNWw0LjksMTIuOGgtMS43TDU3NC4xLDUzNy4yeiBNNTY5LjMsNTM1LjloNC40bC0yLjItNgoJCQlMNTY5LjMsNTM1Ljl6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU4Mi4zLDUzNS41YzAsMS4zLTAuMiwyLjYtMC41LDMuOHMtMC45LDIuMy0xLjYsMy4zYy0wLjcsMS0xLjQsMS43LTIuMiwyLjJsLTAuMy0xYzAuOS0wLjcsMS42LTEuOCwyLjItMy4yCgkJCWMwLjUtMS41LDAuOC0zLjEsMC44LTQuOHYtMC40YzAtMS4yLTAuMS0yLjQtMC40LTMuNGMtMC4zLTEuMS0wLjYtMi0xLjEtMi44cy0xLTEuNS0xLjYtMmwwLjMtMWMwLjgsMC40LDEuNSwxLjEsMi4yLDIuMQoJCQlzMS4yLDIuMSwxLjYsMy4zQzU4Mi4xLDUzMi44LDU4Mi4zLDUzNC4xLDU4Mi4zLDUzNS41eiIvPgoJPC9nPgoJPGcgaWQ9IkJsYWNrIj4KCQk8Zz4KCQkJPGc+CgkJCQk8cmVjdCB4PSIyOTYiIHk9IjI1NS4zIiBjbGFzcz0ic3QxIiB3aWR0aD0iMTY2LjYiIGhlaWdodD0iMTY2LjUiLz4KCQkJCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIyOTYuMSIgeTE9IjM4NC45IiB4Mj0iNDYyLjciIHkyPSIzODQuOSIvPgoJCQkJPHBvbHlsaW5lIGNsYXNzPSJzdDIiIHBvaW50cz0iMzY4LDQ0MC40IDQ3My40LDQ1OC45IDQ5OS42LDMwOS42IDQ4MS4xLDMwNi4zIAkJCQkiLz4KCQkJCTxnPgoJCQkJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNDExLjcsMzIwLjEgMzgzLjksMzY2LjQgMzYwLjgsMzU3LjEgMzQyLjMsMzg0LjkgNDM0LjgsMzg0LjkgCQkJCQkiLz4KCQkJCTwvZz4KCQkJPC9nPgoJCQk8cG9seWdvbiBjbGFzcz0ic3QyIiBwb2ludHM9IjM3MCwzMTcuOCAzNTEuNSwzMjkuNCAzMzMsMzE3LjggMzMzLDI5OS4zIDM1MS41LDI4Ny43IDM3MCwyOTkuMyAJCQkiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzM1LjQsMzY1LjdsMzMsMzNjMC43LDAuNywwLjcsMS45LDAsMi43bC0zMywzM2MtMC43LDAuNy0xLjksMC43LTIuNywwbC0xLjEtMS4xYy0wLjctMC43LTAuNy0xLjksMC0yLjcKCQkJbDMwLjUtMzAuNWwtMzAuNS0zMC41Yy0wLjctMC43LTAuNy0xLjksMC0yLjdsMS4xLTEuMUM3MzMuNSwzNjUsNzM0LjcsMzY1LDczNS40LDM2NS43eiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTY3LjIsMzY1LjdsMS4xLDEuMWMwLjcsMC43LDAuNywxLjksMCwyLjdMMzcuOCw0MDBsMzAuNSwzMC41YzAuNywwLjcsMC43LDEuOSwwLDIuN2wtMS4xLDEuMQoJCQljLTAuNywwLjctMS45LDAuNy0yLjcsMGwtMzMtMzNjLTAuNy0wLjctMC43LTEuOSwwLTIuN2wzMy0zM0M2NS4zLDM2NSw2Ni41LDM2NSw2Ny4yLDM2NS43eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);background-position:50%;background-repeat:no-repeat;background-size:70%;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.pswp__caption__center:before{content:"Denumire: ";text-align:left;color:#ccc;padding-right:5px;font-size:13px;line-height:20px;display:inline-block}.br-3{width:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.picture img{object-fit:cover;width:100%;height:100%}.picture{opacity:1;position:relative}.picture:after{content:"";color:#fff;font-size:20px;position:static;top:10px;right:20px}.picture:hover{opacity:.8}#pswp{z-index:99999999;position:relative}.pswp__top-bar,.pswp__button{opacity:1!important}.galerieFoto{width:100%;max-height:300px;margin:0;padding:0;list-style:none;position:relative}.galerieFoto:hover{box-shadow:10px 10px #f60718}.galerieFoto li{width:inherit;position:inherit;text-align:center;margin:0;padding:0}.imgPhotoswipe{background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}@media screen and (width<=768px){.galerieFoto{max-height:130px}}dl,h1,h2,h3,h4,h5,h6,ol,p,ul{margin-top:0}address,dl,ol,p,pre,ul{margin-bottom:1rem}body,caption{text-align:left}dd,h1,h2,h3,h4,h5,h6,label{margin-bottom:.5rem}pre,textarea{overflow:auto}article,aside,figcaption,figure,footer,header,hgroup,legend,main,nav,section{display:block}address,legend{line-height:inherit}progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}.img-fluid,.img-thumbnail,legend{max-width:100%}.btn.focus,.btn:focus,.form-control:focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.dropdown-menu,.nav,.navbar-nav{list-style:none}.badge,.btn,.dropdown-header,.dropdown-item,.input-group-text,.progress-bar{white-space:nowrap}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:400}.alert-link,dt,kbd kbd{font-weight:700}[tabindex="-1"]:focus{outline:0!important}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.card-text:last-child,.form-check-label,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd{margin-left:0}blockquote,figure{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative}.btn,.custom-select,.navbar-toggler-icon,img,svg{vertical-align:middle}sub{bottom:-.25em}sup{top:-.5em}a{-webkit-text-decoration-skip:objects;background-color:#0000}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.custom-range:focus,a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-top:0}img{border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{color:#6c757d;caption-side:bottom;padding-top:.75rem;padding-bottom:.75rem}th{text-align:inherit}label{display:inline-block}.accordion .card:not(:first-of-type) .card-header:first-child,.page-item,button{border-radius:0}button:focus{outline:1px dotted;outline:-webkit-focus-ring-color auto 5px}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;color:inherit;white-space:normal;margin-bottom:.5rem;padding:0;font-size:1.5rem}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.display-1,.display-2,.display-3,.display-4{line-height:1.2}.figure,.list-inline-item,.multiline,output{display:inline-block}summary{cursor:pointer;display:list-item}.badge:empty,.collapse:not(.show),.nav-brand,.navbar-expand .navbar-toggler,.popover-header:empty,.search-wrap,.tab-content>.tab-pane,template{display:none}.d-none,[hidden]{display:none!important}.sticky-ribbon{display:none}@media only screen and (width<=768px){.sticky-ribbon{z-index:1000;width:100%;max-width:340px;height:70px;display:none;position:fixed;bottom:-150px;left:50%;transform:translate(-50%)}#stickyclose{color:#fff;-o-transition:all .5s linear;background:#f60718;border-radius:50%;padding:6px;line-height:1;transition:all .5s linear;display:none;position:absolute;top:-27px;right:-2px}#stickyclose i{color:var(--white);font-size:15px}#stickyclose:focus,#stickyclose:hover{-o-transition:all .5s linear;background:#000;transition:all .5s linear}}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#f60718;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#f60718;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2}.blockquote,hr{margin-bottom:1rem}.display-1,.display-2,.display-3,.display-4,.lead{font-weight:300}.h6,h6{font-size:1rem}.lead{font-size:1.25rem}.display-1{font-size:6rem}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-4{font-size:3.5rem}.btn,.btn-link,.dropdown-item,.small,small{font-weight:400}hr{box-sizing:content-box;border:0;border-top:1px solid #0000001a;height:0;margin-top:1rem}.small,small{font-size:80%}code,kbd,pre{font-size:87.5%}.mark,mark{background-color:#fcf8e3;padding:.2em}.carousel-indicators .active,.img-thumbnail,.table .table{background-color:#fff}body,header,html,main{background:#fff}.list-inline,.list-unstyled{padding-left:0;list-style:none}.bs-popover-auto[x-placement^=left],.bs-popover-left,.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{text-transform:uppercase;font-size:90%}.blockquote{font-size:1.25rem}.blockquote-footer{color:#6c757d;font-size:80%;display:block}.blockquote-footer:before{content:"— "}.img-thumbnail{border:1px solid #dee2e6;border-radius:.25rem;height:auto;padding:.25rem}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{color:#6c757d;font-size:90%}.alert-heading,a>code,pre code{color:inherit}code{color:#e83e8c;word-break:break-word}kbd{color:#fff;background-color:#212529;border-radius:.2rem;padding:.2rem .4rem}kbd kbd{padding:0;font-size:100%}pre{color:#212529;display:block}pre code{font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.row{flex-wrap:wrap;margin-left:-15px;margin-right:-15px;display:flex}.card>hr,.no-gutters{margin-left:0;margin-right:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.navbar-nav .nav-link,.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.grid-column{width:100%;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.col{flex-grow:1;flex-basis:0;max-width:100%}.col-auto{flex:none;width:auto;max-width:none}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.6667%;max-width:16.6667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333%;max-width:33.3333%}.col-5{flex:0 0 41.6667%;max-width:41.6667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333%;max-width:58.3333%}.col-8{flex:0 0 66.6667%;max-width:66.6667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333%;max-width:83.3333%}.col-11{flex:0 0 91.6667%;max-width:91.6667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}.table{background-color:#0000;width:100%;margin-bottom:1rem}.table td,.table th{vertical-align:top;border-top:1px solid #dee2e6;padding:.75rem}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th,.table-dark.table-bordered,.table-responsive>.table-bordered{border:0}.table .thead-dark th,.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th,.table-hover tbody tr:hover{background-color:#00000013}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#fcbabe}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#fba2a7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf5}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table .thead-dark th,.table-dark{color:#fff;background-color:#212529}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{background-color:#ffffff13}.table-responsive{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:100%;display:block;overflow-x:auto}.collapsing,.modal,.modal-open,.progress{overflow:hidden}.form-control{color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.form-control::-ms-expand{background-color:#0000;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{opacity:1;background-color:#e9ecef}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.btn-block,.form-control-file,.form-control-range{width:100%;display:block}.col-form-label{font-size:inherit;margin-bottom:0;padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{color:#212529;background-color:#0000;border:1px solid #0000;border-width:1px 0;width:100%;margin-bottom:0;padding-top:.375rem;padding-bottom:.375rem;line-height:1.5;display:block}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{margin-top:.25rem;display:block}.form-row{flex-wrap:wrap;margin-left:-5px;margin-right:-5px;display:flex}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{padding-left:1.25rem;display:block;position:relative}.form-check-input{margin-top:.3rem;margin-left:-1.25rem;position:absolute}.breadcrumb-item.active,.custom-control-input:disabled~.custom-control-label,.form-check-input:disabled~.form-check-label,.nav-link.disabled{color:#6c757d}.form-check-inline{align-items:center;margin-right:.75rem;padding-left:0;display:inline-flex}.invalid-tooltip,.valid-tooltip{z-index:5;border-radius:.25rem;max-width:100%;padding:.25rem .5rem;line-height:1.5;display:none;position:absolute;top:100%}.form-check-inline .form-check-input{margin-top:0;margin-left:0;margin-right:.3125rem;position:static}.valid-feedback{color:#28a745;width:100%;margin-top:.25rem;font-size:80%;display:none}.valid-tooltip{color:#fff;background-color:#28a745e6;margin-top:.1rem;font-size:.875rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #28a74540}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{color:#f60718;width:100%;margin-top:.25rem;font-size:80%;display:none}.invalid-tooltip{color:#fff;background-color:#f60718e6;margin-top:.1rem;font-size:.875rem}.carousel,.collapsing,.dropdown,.dropleft,.dropright,.dropup,.fa-ul>li,.video .prime-video{position:relative}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#f60718}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#f60718;box-shadow:0 0 0 .2rem #f6071840}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f60718}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#f60718}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#fb818a}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#f93745}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #f6071840}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#f60718}.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem #f6071840}.form-inline{flex-flow:wrap;align-items:center;display:flex}.article-prime-video,.btn-group-vertical .btn,.btn-group-vertical .btn-group,.card-img,.embed-iframe iframe,.form-inline .form-check,input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn{text-align:center;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:.25rem;padding:.375rem .75rem;font-size:1rem;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}.article-text u,.breadcrumb-item+.breadcrumb-item:hover:before,.btn:focus,.btn:hover,.card-link:hover,.h1 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.nav-link:focus,.nav-link:hover,.navbar-brand:focus,.navbar-brand:hover,.navbar-toggler:focus,.navbar-toggler:hover,h1 a:hover,h3 a:hover,h4 a:hover,h5 a:hover{text-decoration:none}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled),.close:not(:disabled):not(.disabled),.navbar .nav-item,.navbar-toggler:not(:disabled):not(.disabled),.page-link:not(:disabled):not(.disabled),.slider-hp-big .left svg,.slider-hp-big .right svg{cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-primary,.btn-primary.disabled,.btn-primary:disabled,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-primary.focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-outline-secondary:hover,.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-secondary,.btn-secondary.disabled,.btn-secondary:disabled,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-outline-secondary.focus,.btn-outline-secondary:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-outline-success:hover,.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.btn-success,.btn-success.disabled,.btn-success:disabled,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-outline-success.focus,.btn-outline-success:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-success.focus,.btn-success:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-info,.btn-info.disabled,.btn-info:disabled,.btn-outline-info:hover,.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info.focus,.btn-outline-info:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-outline-warning:hover,.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-warning,.btn-warning.disabled,.btn-warning:disabled,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-outline-warning.focus,.btn-outline-warning:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-warning.focus,.btn-warning:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-danger,.btn-danger.disabled,.btn-danger:disabled,.btn-outline-danger:hover,.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#f60718;border-color:#f60718}.btn-danger:hover{color:#fff;background-color:#d10614;border-color:#c40613}.btn-danger.focus,.btn-danger:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger.focus,.btn-outline-danger:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f6071880}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#c40613;border-color:#b80512}.btn-light,.btn-light.disabled,.btn-light:disabled,.btn-outline-light:hover,.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light.focus,.btn-outline-light:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-dark,.btn-dark.disabled,.btn-dark:disabled,.btn-outline-dark:hover,.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark.focus,.btn-outline-dark:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-link.focus,.btn-link:focus,.btn-link:hover{border-color:#0000;text-decoration:underline}.btn-outline-primary{color:#007bff;background-color:#0000;background-image:none;border-color:#007bff}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:#0000}.btn-outline-secondary,.btn-outline-secondary.disabled,.btn-outline-secondary:disabled,.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:#0000}.btn-outline-secondary{background-image:none;border-color:#6c757d}.btn-outline-success{color:#28a745;background-color:#0000;background-image:none;border-color:#28a745}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:#0000}.btn-outline-info,.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:#0000}.btn-outline-info{background-image:none;border-color:#17a2b8}.btn-outline-warning{color:#ffc107;background-color:#0000;background-image:none;border-color:#ffc107}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:#0000}.btn-outline-danger,.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#f60718;background-color:#0000}.btn-outline-danger{background-image:none;border-color:#f60718}.btn-outline-light{color:#f8f9fa;background-color:#0000;background-image:none;border-color:#f8f9fa}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:#0000}.btn-outline-dark,.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:#0000}.btn-outline-dark{background-image:none;border-color:#343a40}.btn-link{color:#007bff;background-color:#0000}.btn-link:hover{color:#0056b3;background-color:#0000}.btn-link.focus,.btn-link:focus{box-shadow:none}.dropdown-toggle:after,.dropup .dropdown-toggle:after{vertical-align:.255em;content:"";border-left:.3em solid #0000;border-right:.3em solid #0000;width:0;height:0;display:inline-block}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom,.btn-block+.btn-block{margin-top:.5rem}.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}.collapsing{height:0;transition:height .35s}.dropdown-toggle:after{border-top:.3em solid;border-bottom:0;margin-left:.255em}.custom-control-label:after,.custom-control-label:before{width:1rem;height:1rem;position:absolute;top:.25rem;left:-1.5rem}.btn-group>.btn:first-child,.dropdown-toggle-split:after,.dropdown-toggle:empty:after,.dropleft .dropdown-toggle:empty:after,.dropright .dropdown-toggle-split:after,.dropright .dropdown-toggle:empty:after,.dropup .dropdown-toggle-split:after,.dropup .dropdown-toggle:empty:after,.page-item:first-child .page-link{margin-left:0}.dropdown-menu{z-index:1000;float:left;color:#212529;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #00000026;border-radius:.25rem;min-width:10rem;margin:.125rem 0 0;padding:.5rem 0;font-size:1rem;display:none;position:absolute;top:100%;left:0}.dropdown-menu-right{left:auto;right:0}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem;top:auto;bottom:100%}.dropup .dropdown-toggle:after{border-top:0;border-bottom:.3em solid;margin-left:.255em}.dropleft .dropdown-toggle:before,.dropright .dropdown-toggle:after{content:"";border-top:.3em solid #0000;border-bottom:.3em solid #0000;width:0;height:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem;top:0;left:100%;right:auto}.dropright .dropdown-toggle:after{vertical-align:0;border-left:.3em solid;border-right:0;margin-left:.255em;display:inline-block}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem;top:0;left:auto;right:100%}.dropleft .dropdown-toggle:after{vertical-align:.255em;content:"";width:0;height:0;margin-left:.255em;display:none}.dropleft .dropdown-toggle:before{vertical-align:0;border-right:.3em solid;margin-right:.255em;display:inline-block}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.custom-file-input:focus~.custom-file-label:after,.custom-select:focus{border-color:#80bdff}.dropdown-item{clear:both;color:#212529;width:100%;text-align:inherit;background-color:#0000;border:0;padding:.25rem 1.5rem;display:block}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;background-color:#f8f9fa;text-decoration:none}.dropdown-item.active,.dropdown-item:active{color:#fff;background-color:#007bff;text-decoration:none}.dropdown-menu.show,.tab-content>.active{display:block}.dropdown-header{color:#6c757d;margin-bottom:0;padding:.5rem 1.5rem;font-size:.875rem;display:block}.dropdown-item-text{color:#212529;padding:.25rem 1.5rem;display:block}.btn-group,.btn-group-vertical{vertical-align:middle;display:inline-flex;position:relative}.btn-group-vertical>.btn,.btn-group>.btn{flex:0 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.btn-toolbar{flex-wrap:wrap;justify-content:flex-start;display:flex}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child),.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child),.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child),.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}#social-icons-mobile .social-icons:last-child,.dropleft .dropdown-toggle-split:before,.social-author-icons:last-child,a .social-icons:last-child{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{flex-direction:column;justify-content:center;align-items:flex-start}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type,.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.custom-select,.input-group-text{border:1px solid #ced4da;line-height:1.5}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0, 0, 0, 0);pointer-events:none;position:absolute}.input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{flex:auto;width:1%;margin-bottom:0;position:relative}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file{align-items:center;display:flex}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{z-index:2;position:relative}.input-group-prepend{margin-right:-1px}.input-group-text{color:#495057;text-align:center;background-color:#e9ecef;border-radius:.25rem;align-items:center;margin-bottom:0;padding:.375rem .75rem;font-size:1rem;font-weight:400;display:flex}.nav,.navbar{flex-wrap:wrap}.custom-checkbox .custom-control-input:checked~.custom-control-label:before,.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.custom-control{min-height:1.5rem;padding-left:1.5rem;display:block;position:relative}.custom-control-inline{margin-right:1rem;display:inline-flex}.custom-file,.custom-select{width:100%;display:inline-block}.custom-control-input{z-index:-1;opacity:0;position:absolute}.badge-primary,.custom-control-input:checked~.custom-control-label:before,.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-control-input:active~.custom-control-label:before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label:before,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative}.custom-control-label:before{pointer-events:none;content:"";-webkit-user-select:none;user-select:none;background-color:#dee2e6;display:block}.custom-control-label:after{content:"";background-position:50%;background-repeat:no-repeat;background-size:50% 50%;display:block}.custom-checkbox .custom-control-label:before,.nav-pills .nav-link{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E")}.custom-select{color:#495057;appearance:none;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border-radius:.25rem;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem}.custom-select-lg,.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem}.custom-select:focus{outline:0;box-shadow:0 0 0 .2rem #80bdff80}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);font-size:125%}.custom-file,.custom-file-input,.custom-file-label{height:calc(2.25rem + 2px)}.custom-file{margin-bottom:0;position:relative}.custom-file-input{z-index:2;opacity:0;width:100%;margin:0;position:relative}.custom-file-label,.custom-file-label:after{color:#495057;padding:.375rem .75rem;line-height:1.5;position:absolute;top:0;right:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{z-index:1;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;left:0}.custom-file-label:after{z-index:3;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0;height:2.25rem;display:block;bottom:0}.custom-range{appearance:none;background-color:#0000;width:100%;padding-left:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;width:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.custom-range::-moz-range-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.custom-range::-ms-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;width:1rem;height:1rem;margin-top:0;margin-left:.2rem;margin-right:.2rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.nav-tabs .nav-link.disabled,.navbar-toggler,button.close{background-color:#0000}.custom-range::-ms-track{color:#0000;cursor:pointer;background-color:#0000;border-width:.5rem;border-color:#0000;width:100%;height:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem;margin-right:15px}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.nav{margin-bottom:0;padding-left:0;display:flex}.nav-link{padding:.5rem 1rem;display:block}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;border-color:#0000}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-fill .nav-item{text-align:center;flex:auto}.nav-justified .nav-item{text-align:center;flex-grow:1;flex-basis:0}.navbar{justify-content:space-between;align-items:center;display:flex;position:relative}.card-img-overlay,.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar>.container,.navbar>.container-fluid{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.navbar-brand{line-height:inherit;margin-right:1rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.navbar-nav{flex-direction:column;margin-bottom:0;padding-left:0;display:flex}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;display:inline-block}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{border:1px solid #0000;border-radius:.25rem;line-height:1}.navbar-toggler-icon{content:"";background:50%/100% 100% no-repeat;width:1.5em;height:1.5em;display:inline-block}.card-footer,.card-header{background-color:#00000008;padding:.75rem 1.25rem}.navbar-expand{flex-flow:row;justify-content:flex-start}@media (width<=575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:100%;display:block;overflow-x:auto}.table-responsive-sm>.table-bordered{border:0}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-left:0;padding-right:0}}@media (width<=767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:100%;display:block;overflow-x:auto}.table-responsive-md>.table-bordered{border:0}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-left:0;padding-right:0}}@media (width<=991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:100%;display:block;overflow-x:auto}.table-responsive-lg>.table-bordered{border:0}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-left:0;padding-right:0}}@media (width<=1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;width:100%;display:block;overflow-x:auto}.table-responsive-xl>.table-bordered{border:0}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-left:0;padding-right:0}}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap;padding-left:0;padding-right:0}.navbar-expand .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link,.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}#search-btn,#social-icons-mobile .social-icons a,.fa-inverse,.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover,.shopping .btn-shopping-link a,.video .prime-video .prime-video-title h3 a{color:#fff}.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{word-wrap:break-word;background-clip:border-box;flex-direction:column;min-width:0;display:flex}.modal-content,.popover{background-clip:padding-box}.card>.list-group:first-child .list-group-item:first-child,.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:auto}.card-columns .card,.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-link+.card-link{margin-left:1.25rem}.card-header{border-bottom:1px solid #00000020;margin-bottom:0}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child,.list-group-flush:first-child .list-group-item:first-child{border-top:0}.card-footer{border-top:1px solid #00000020}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-img-overlay{padding:1.25rem;inset:0}.alert,.btn .badge,.list-group-item,.page-link{position:relative}.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);width:100%}.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px);width:100%}.breadcrumb,.pagination{border-radius:.25rem;list-style:none;display:flex}.card-deck,.card-group{flex-direction:column;display:flex}.card-deck .card,.card-group>.card{margin-bottom:15px}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.breadcrumb{background-color:#e9ecef;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";padding-right:.5rem;display:inline-block}.pagination{padding-left:0}.page-link{color:#007bff;background-color:#fff;border:1px solid #dee2e6;margin-left:-1px;padding:.5rem .75rem;line-height:1.25;display:block}.badge,.close{font-weight:700;line-height:1}.page-link:hover{z-index:2;color:#0056b3;background-color:#e9ecef;border-color:#dee2e6;text-decoration:none}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem #007bff40}.page-item.disabled .page-link{pointer-events:none;background-color:#fff}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{text-align:center;vertical-align:baseline;border-radius:.25rem;padding:.25em .4em;font-size:75%;display:inline-block}.btn .badge{top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;background-color:#0062cc;text-decoration:none}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;background-color:#545b62;text-decoration:none}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;background-color:#1e7e34;text-decoration:none}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;background-color:#117a8b;text-decoration:none}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;background-color:#d39e00;text-decoration:none}.badge-danger{color:#fff;background-color:#f60718}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;background-color:#c40613;text-decoration:none}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;background-color:#dae0e5;text-decoration:none}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;background-color:#1d2124;text-decoration:none}.jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;top:0;right:0}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#80040c;background-color:#fdcdd1;border-color:#fcbabe}.alert-danger hr{border-top-color:#fba2a7}.alert-danger .alert-link{color:#4f0207}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf5}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040405}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e9ecef;border-radius:.25rem;height:1rem;font-size:.75rem;display:flex}.progress-bar{color:#fff;text-align:center;background-color:#007bff;flex-direction:column;justify-content:center;transition:width .6s;display:flex}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 25% 50%,#ffffff26 50% 75%,#0000 75%,#0000);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{flex-direction:column;margin-bottom:0;padding-left:0;display:flex}.list-group-item-action{color:#495057;width:100%;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;background-color:#f8f9fa;text-decoration:none}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{background-color:#fff;border:1px solid #00000020;margin-bottom:-1px;padding:.75rem 1.25rem;display:block}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;margin-bottom:0}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-left:0;border-right:0;border-radius:0}.article-bottom-line:last-child,.list-group-flush:last-child .list-group-item:last-child,.social-author-icons a:hover,a:hover,footer a:hover{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#80040c;background-color:#fcbabe}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#80040c;background-color:#fba2a7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#80040c;border-color:#80040c}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;color:#000;text-shadow:0 1px #fff;opacity:.5;font-size:1.5rem}.popover,.tooltip{text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;line-break:auto;word-wrap:break-word;white-space:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;text-decoration:none}.modal-title,.popover,.tooltip{line-height:1.5}.article-text a,.popover,.text-hide,.tooltip{text-shadow:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;opacity:.75;text-decoration:none}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right,.modal-backdrop.fade,.tooltip{opacity:0}button.close{-webkit-appearance:none;border:0;padding:0}.modal-open .modal{overflow:hidden auto}.modal{z-index:1050;outline:0;display:none;position:fixed;inset:0}.modal-dialog{pointer-events:none;width:auto;margin:.5rem;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-25%)}.modal.show .modal-dialog{transform:translate(0)}.modal-dialog-centered{align-items:center;min-height:calc(100% - 1rem);display:flex}.modal-dialog-centered:before{content:"";height:calc(100vh - 1rem);display:block}.modal-content{pointer-events:auto;background-color:#fff;border:1px solid #0003;border-radius:.3rem;outline:0;flex-direction:column;width:100%;display:flex;position:relative}.modal-backdrop{z-index:1040;background-color:#000;position:fixed;inset:0}.modal-backdrop.show{opacity:.5}.modal-header{border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem;justify-content:space-between;align-items:flex-start;padding:1rem;display:flex}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{margin-bottom:0}.modal-body{flex:auto;padding:1rem;position:relative}.modal-footer{border-top:1px solid #e9ecef;justify-content:flex-end;align-items:center;padding:1rem;display:flex}.popover,.popover .arrow,.popover .arrow:after,.popover .arrow:before,.tooltip,.tooltip .arrow{display:block;position:absolute}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{width:50px;height:50px;position:absolute;top:-9999px;overflow:scroll}.tooltip{z-index:1070;text-align:left;text-align:start;margin:0;font-weight:400}.debarbati-logo:hover,.tooltip.show{opacity:.9}.tooltip .arrow{width:.8rem;height:.4rem}.tooltip .arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-auto[x-placement^=top],.bs-tooltip-bottom,.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-width:.4rem .4rem 0;border-top-color:#000;top:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-auto[x-placement^=right],.bs-tooltip-left,.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{width:.4rem;height:.8rem;left:0}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-width:.4rem .4rem .4rem 0;border-right-color:#000;right:0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-width:0 .4rem .4rem;border-bottom-color:#000;bottom:0}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{width:.4rem;height:.8rem;right:0}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-width:.4rem 0 .4rem .4rem;border-left-color:#000;left:0}.tooltip-inner{color:#fff;text-align:center;background-color:#000;border-radius:.25rem;max-width:200px;padding:.25rem .5rem}.popover{z-index:1060;text-align:left;text-align:start;background-color:#fff;border:1px solid #0003;border-radius:.3rem;max-width:276px;font-weight:400;top:0;left:0}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{content:"";border-style:solid;border-color:#0000}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{border-top-color:#00000040;bottom:0}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{border-top-color:#fff;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{width:.5rem;height:1rem;margin:.3rem 0;left:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{border-right-color:#00000040;left:0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{border-right-color:#fff;left:1px}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{border-bottom-color:#00000040;top:0}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{border-bottom-color:#fff;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{content:"";border-bottom:1px solid #f7f7f7;width:1rem;margin-left:-.5rem;display:block;position:absolute;top:0;left:50%}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{width:.5rem;height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{border-left-color:#00000040;right:0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{border-left-color:#fff;right:1px}.popover-header{color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);margin-bottom:0;padding:.5rem .75rem;font-size:1rem}.popover-body{color:#212529;padding:.5rem .75rem}.carousel-inner{width:100%;position:relative;overflow:hidden}.carousel-item{backface-visibility:hidden;perspective:1000px;align-items:center;width:100%;display:none;position:relative}.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:transform .6s;display:block}@media screen and (prefers-reduced-motion:reduce){.btn,.collapsing,.fade,.form-control{transition:none}.custom-range::-webkit-slider-thumb{transition:none}.custom-range::-moz-range-thumb{transition:none}.custom-range::-ms-thumb{transition:none}.carousel-item-next,.carousel-item-prev,.carousel-item.active,.custom-control-label:before,.custom-file-label,.custom-select,.modal.fade .modal-dialog,.progress-bar{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate(0)}.active.carousel-item-right,.carousel-item-next{transform:translate(100%)}.active.carousel-item-left,.carousel-item-prev{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transition-duration:.6s}.card-img:hover:after,.card:hover .card-img:after,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}@supports (transform-style:preserve-3d){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate(0,0)}.active.carousel-item-right,.carousel-item-next{transform:translate(100%)}.active.carousel-item-left,.carousel-item-prev{transform:translate(-100%)}}.carousel-control-next,.carousel-control-prev{color:#fff;text-align:center;opacity:.5;justify-content:center;align-items:center;width:15%;display:flex;position:absolute;top:0;bottom:0}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat;width:20px;height:20px;display:inline-block}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{z-index:15;justify-content:center;margin-left:15%;margin-right:15%;padding-left:0;list-style:none;display:flex;position:absolute;bottom:10px;left:0;right:0}.carousel-indicators li{text-indent:-999px;cursor:pointer;background-color:#ffffff80;flex:0 auto;width:30px;height:3px;margin-left:3px;margin-right:3px;position:relative}.carousel-indicators li:before{content:"";width:100%;height:10px;display:inline-block;position:absolute;top:-10px;left:0}.carousel-indicators li:after{content:"";width:100%;height:10px;display:inline-block;position:absolute;bottom:-10px;left:0}.carousel-caption{z-index:10;color:#fff;text-align:center;padding-top:20px;padding-bottom:20px;position:absolute;bottom:20px;left:15%;right:15%}.fixed-bottom,footer{bottom:0}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#f60718!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#c40613!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:#0000!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-left,.rounded-top{border-top-left-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#f60718!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.embed-responsive{width:100%;padding:0;display:block;position:relative;overflow:hidden}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0}.embed-responsive-21by9:before{padding-top:42.8571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-bottom,.fixed-top{z-index:1030;position:fixed;left:0;right:0}.fixed-top{top:0}@supports (position:sticky){.sticky-top{z-index:1020;position:sticky;top:0}}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50,.w50{width:50%!important}.w-75{width:75%!important}.video .w-50,.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.navbar-brand,.sr-only,.text-truncate{white-space:nowrap}.text-truncate{text-overflow:ellipsis;overflow:hidden}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (width>=576px){.container{max-width:540px}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-auto{flex:none;width:auto;max-width:none}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.col-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.col-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.col-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}.form-inline label{justify-content:center;align-items:center;margin-bottom:0;display:flex}.form-inline .form-group{flex-flow:wrap;flex:none;align-items:center;margin-bottom:0;display:flex}.form-inline .form-control{vertical-align:middle;width:auto;display:inline-block}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{justify-content:center;align-items:center;width:auto;padding-left:0;display:flex}.form-inline .form-check-input{margin-top:0;margin-left:0;margin-right:.25rem;position:relative}.form-inline .custom-control{justify-content:center;align-items:center}.form-inline .custom-control-label{margin-bottom:0}.navbar-expand-sm{flex-flow:row;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}.card-deck{flex-flow:wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{flex-direction:column;flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px;display:flex}.card-group{flex-flow:wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}.card-columns{column-count:3;orphans:1;widows:1;column-gap:1.25rem}.card-columns .card{width:100%;display:inline-block}.jumbotron{padding:4rem 2rem}.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (width>=768px){.container{max-width:720px}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-auto{flex:none;width:auto;max-width:none}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}.navbar-expand-md{flex-flow:row;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (width>=992px){.container{max-width:960px}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-auto{flex:none;width:auto;max-width:none}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}.navbar-expand-lg{flex-flow:row;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}.modal-lg{max-width:800px}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (width>=1200px){.container{max-width:1140px}.col-xl{flex-grow:1;flex-basis:0;max-width:100%}.col-xl-auto{flex:none;width:auto;max-width:none}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}.navbar-expand-xl{flex-flow:row;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-muted,.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#f60718!important}a.text-danger:focus,a.text-danger:hover{color:#c40613!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:#0000;background-color:#0000;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}blockquote,img,pre,tr{page-break-inside:avoid}*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.card a,.card a:hover,.card-btn,.card:hover .card-title,.h2 a,.h2 a:hover,.navbar .de-link,.recommend-article-title a,a,a:hover,h2 a,h2 a:hover{text-decoration:none}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-variant:normal;text-rendering:auto;font-style:normal;line-height:1;display:inline-block}.fa-lg{vertical-align:-.0667em;font-size:1.33333em;line-height:.75em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x,.fa-stack-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:10em/4;padding-left:0;list-style-type:none}.fa-li{text-align:center;width:2em;line-height:inherit;position:absolute;left:-2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{vertical-align:middle;width:2em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-alarm-clock:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-alt-down:before{content:""}.fa-arrow-alt-from-bottom:before{content:""}.fa-arrow-alt-from-left:before{content:""}.fa-arrow-alt-from-right:before{content:""}.fa-arrow-alt-from-top:before{content:""}.fa-arrow-alt-left:before{content:""}.fa-arrow-alt-right:before{content:""}.fa-arrow-alt-square-down:before{content:""}.fa-arrow-alt-square-left:before{content:""}.fa-arrow-alt-square-right:before{content:""}.fa-arrow-alt-square-up:before{content:""}.fa-arrow-alt-to-bottom:before{content:""}.fa-arrow-alt-to-left:before{content:""}.fa-arrow-alt-to-right:before{content:""}.fa-arrow-alt-to-top:before{content:""}.fa-arrow-alt-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-from-bottom:before{content:""}.fa-arrow-from-left:before{content:""}.fa-arrow-from-right:before{content:""}.fa-arrow-from-top:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-square-down:before{content:""}.fa-arrow-square-left:before{content:""}.fa-arrow-square-right:before{content:""}.fa-arrow-square-up:before{content:""}.fa-arrow-to-bottom:before{content:""}.fa-arrow-to-left:before{content:""}.fa-arrow-to-right:before{content:""}.fa-arrow-to-top:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-arrows-h:before{content:""}.fa-arrows-v:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-aws:before{content:""}.fa-backward:before{content:""}.fa-badge:before{content:""}.fa-badge-check:before{content:""}.fa-balance-scale:before{content:""}.fa-ban:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-bath:before{content:""}.fa-battery-bolt:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-slash:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bicycle:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blind:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-braille:before{content:""}.fa-briefcase:before{content:""}.fa-browser:before{content:""}.fa-btc:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-edit:before{content:""}.fa-calendar-exclamation:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-camera:before{content:""}.fa-camera-alt:before{content:""}.fa-camera-retro:before{content:""}.fa-car:before{content:""}.fa-caret-circle-down:before{content:""}.fa-caret-circle-left:before{content:""}.fa-caret-circle-right:before{content:""}.fa-caret-circle-up:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-certificate:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-square:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-double-down:before{content:""}.fa-chevron-double-left:before{content:""}.fa-chevron-double-right:before{content:""}.fa-chevron-double-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-square-down:before{content:""}.fa-chevron-square-left:before{content:""}.fa-chevron-square-right:before{content:""}.fa-chevron-square-up:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-clipboard:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-upload:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-club:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-code-commit:before{content:""}.fa-code-merge:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comments:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-wide:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-credit-card:before{content:""}.fa-credit-card-blank:before{content:""}.fa-credit-card-front:before{content:""}.fa-crop:before{content:""}.fa-crosshairs:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-desktop-alt:before{content:""}.fa-deviantart:before{content:""}.fa-diamond:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dollar-sign:before{content:""}.fa-dot-circle:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drupal:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-h-alt:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ellipsis-v-alt:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-exchange:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-square:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expand-wide:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-check:before{content:""}.fa-file-code:before{content:""}.fa-file-edit:before{content:""}.fa-file-excel:before{content:""}.fa-file-exclamation:before{content:""}.fa-file-image:before{content:""}.fa-file-minus:before{content:""}.fa-file-pdf:before{content:""}.fa-file-plus:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-times:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-film:before{content:""}.fa-film-alt:before{content:""}.fa-filter:before{content:""}.fa-fire:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-first-order:before{content:""}.fa-firstdraft:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frown:before{content:""}.fa-futbol:before{content:""}.fa-gamepad:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-gift:before{content:""}.fa-git:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-martini:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-gofore:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-h1:before{content:""}.fa-h2:before{content:""}.fa-h3:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-handshake:before{content:""}.fa-hashtag:before{content:""}.fa-hdd:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-heart:before{content:""}.fa-heartbeat:before{content:""}.fa-hexagon:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hospital:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-houzz:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-inbox-in:before{content:""}.fa-inbox-out:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-industry-alt:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-info-square:before{content:""}.fa-instagram:before{content:""}.fa-internet-explorer:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-jack-o-lantern:before{content:""}.fa-jenkins:before{content:""}.fa-joget:before{content:""}.fa-joomla:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-key:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-korvue:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-level-down:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-alt:before{content:""}.fa-lock-open:before{content:""}.fa-lock-open-alt:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-long-arrow-up:before{content:""}.fa-low-vision:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-male:before{content:""}.fa-map:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-maxcdn:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-meh:before{content:""}.fa-mercury:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-slash:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-hexagon:before{content:""}.fa-minus-octagon:before{content:""}.fa-minus-square:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-mobile-android:before{content:""}.fa-mobile-android-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-moon:before{content:""}.fa-motorcycle:before{content:""}.fa-mouse-pointer:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nintendo-switch:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octagon:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-osi:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-paint-brush:before{content:""}.fa-palfed:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-paragraph:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-square:before{content:""}.fa-pencil:before{content:""}.fa-pencil-alt:before{content:""}.fa-percent:before{content:""}.fa-periscope:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phone:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-volume:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-plane:before{content:""}.fa-plane-alt:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-hexagon:before{content:""}.fa-plus-octagon:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poo:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-print:before{content:""}.fa-product-hunt:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-question-square:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-random:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-rebel:before{content:""}.fa-rectangle-landscape:before{content:""}.fa-rectangle-portrait:before{content:""}.fa-rectangle-wide:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-rendact:before{content:""}.fa-renren:before{content:""}.fa-repeat:before{content:""}.fa-repeat-1:before{content:""}.fa-repeat-1-alt:before{content:""}.fa-repeat-alt:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-resolving:before{content:""}.fa-retweet:before{content:""}.fa-retweet-alt:before{content:""}.fa-road:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-rupee-sign:before{content:""}.fa-safari:before{content:""}.fa-sass:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-scribd:before{content:""}.fa-scrubber:before{content:""}.fa-search:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-share:before{content:""}.fa-share-all:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-check:before{content:""}.fa-ship:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shower:before{content:""}.fa-sign-in:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-sliders-h:before{content:""}.fa-sliders-h-square:before{content:""}.fa-sliders-v:before{content:""}.fa-sliders-v-square:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowflake:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-space-shuttle:before{content:""}.fa-spade:before{content:""}.fa-speakap:before{content:""}.fa-spinner:before{content:""}.fa-spinner-third:before{content:""}.fa-spotify:before{content:""}.fa-square:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-star:before{content:""}.fa-star-exclamation:before{content:""}.fa-star-half:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-strava:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-table:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablet-android:before{content:""}.fa-tablet-android-alt:before{content:""}.fa-tachometer:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-tencent-weibo:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-times-hexagon:before{content:""}.fa-times-octagon:before{content:""}.fa-times-square:before{content:""}.fa-tint:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-trademark:before{content:""}.fa-train:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-tree:before{content:""}.fa-tree-alt:before{content:""}.fa-trello:before{content:""}.fa-triangle:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-trophy-alt:before{content:""}.fa-truck:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-tv-retro:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-uikit:before{content:""}.fa-umbrella:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-usb:before{content:""}.fa-usd-circle:before{content:""}.fa-usd-square:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-circle:before{content:""}.fa-user-md:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-fork:before{content:""}.fa-utensil-knife:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-utensils-alt:before{content:""}.fa-vaadin:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vuejs:before{content:""}.fa-watch:before{content:""}.fa-weibo:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-window:before{content:""}.fa-window-alt:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wrench:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{white-space:normal;clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-brands-400.eot);src:url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-brands-400.eot?#iefix)format("embedded-opentype"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-brands-400.woff2)format("woff2"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-brands-400.woff)format("woff"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-brands-400.ttf)format("truetype"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-brands-400.svg#fontawesome)format("svg")}.fab{font-family:"Font Awesome 5 Brands"}.fa,.fal,.fas{font-family:"Font Awesome 5 Pro"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;src:url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-light-300.eot);src:url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-light-300.eot?#iefix)format("embedded-opentype"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-light-300.woff2)format("woff2"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-light-300.woff)format("woff"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-light-300.ttf)format("truetype"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-light-300.svg#fontawesome)format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;src:url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-solid-900.eot);src:url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-solid-900.eot?#iefix)format("embedded-opentype"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-solid-900.woff2)format("woff2"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-solid-900.woff)format("woff"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-solid-900.ttf)format("truetype"),url(https://d1.debarbati.ro/debarbati/_css/webfonts/fa-solid-900.svg#fontawesome)format("svg")}.fa,.fas{font-weight:900}::selection{color:#fff;text-shadow:0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff;background-color:#f60718}@keyframes progressBar{0%{width:0}to{width:100%}}.bg-black{background-color:#000}.bg-grey{background-color:#f2f1f2}.bg-red{background-color:#f60718}#search-wrap,#search-wrap input:focus,.animated-nav,.menu-navigation,.navbar{background:#000}a{color:#000;transition:all .5s ease-in-out}a:hover{color:#000;transition:all .2s ease-in-out}.debarbati-logo,.debarbati-nav{width:100%;-webkit-transition:all .3s ease-in-out}.recommend-article-title a{color:#000;border-bottom:0}.recommend-article-title a:hover{color:#f60718;text-decoration:none}body,html{width:100%;height:100%;margin:0;padding:0}body{margin:0;padding:0;font-family:Montserrat,sans-serif;font-size:16px;line-height:1.25}header{border-bottom:1px solid #f60718;width:100%;max-width:100%;margin:0;padding:0;top:0}.debarbati-nav{border-bottom:0;max-width:100%;margin:0;padding:0;transition:all .3s ease-in-out;box-shadow:0 3px 1px #0006}.navbar-header{margin:0;padding:0}.animated-nav .debarbati-logo svg{fill:#fff;max-width:175px;margin:0 auto;padding:5px 0 0}.navbar-brand{padding:0;font-size:1.25rem;display:inline-block}.debarbati-logo{cursor:pointer;height:auto;padding:30px 0;transition:all .3s ease-in-out}.debarbati-logo svg{max-width:475px;max-height:76px}.navbar-toggler{color:#f60718;padding:0 15px 0 0;font-size:28px;display:none}.navbar,.nopadding,footer,section #recommend{padding:0}#search-btn-mobile{padding:.25rem 0;font-size:20px;line-height:1}.container{max-width:1000px}.nopadding-left{padding-left:0}.navbar{margin:0;line-height:45px;transition:all .3s ease-in-out}.navbar .de-link{text-transform:uppercase;color:#fff;border-bottom:0;padding-top:0;padding-bottom:0;font-size:20px;font-weight:400;display:inline-block}.navbar .de-link:after{content:"";background:#000;width:0;height:4px;margin:2px auto 0;transition:width .3s;display:block}.navbar .de-link.active:after,.navbar .de-link:focus:after,.navbar .de-link:hover:after{background:#f60718;width:90%;font-weight:600}#search-wrap{z-index:0;width:100%;transition:height 1s ease-in-out;position:relative}#search-wrap input{text-align:left;color:#fff;background:0 0;border:none;outline:0;width:100%;height:100%;padding:2% 7%;font-size:26px}#search-wrap input::-webkit-input-placeholder{color:#fff;opacity:1}#search-wrap input:-moz-placeholder-shown{color:#fff;opacity:1}#search-wrap input::-moz-placeholder{color:#fff;opacity:1}#search-wrap input:-ms-placeholder-shown{color:#fff;opacity:1}.search-container{color:#fff;position:relative}.search-wrap.active{transition:height 1s ease-in-out;display:inline-block}input[type=search]::-webkit-search-decoration{display:none}input[type=search]::-webkit-search-cancel-button{display:none}input[type=search]::-webkit-search-results-button{display:none}input[type=search]::-webkit-search-results-decoration{display:none}#search-btn-mobile,#search-close{color:#fff;cursor:pointer;display:none}.search-overlay{z-index:99;background:#00000080;width:100%;max-width:100vw;height:100%;max-height:100vh;display:none;position:fixed;top:0;left:0}.card-img,.slider-item-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}footer{background:#f2f1f2;margin:0}.socialbg,.socialmedia-footer,section{padding:15px 0}main{width:100%;min-height:100svh;margin:15px 0 0;padding:0}img.lazy{visibility:visible}img.lazy[src=""]{color:#0000;visibility:hidden}.fake_grooveskin{margin:170px auto 0}.img-fluid{object-fit:cover;width:100%;height:100%}.img-circle{border-radius:50%}.card-two .card-date,.card-two .card-details,.margins{padding:0 0 15px}.article-item{padding:15px 0 0}.article-item img{min-width:72px;max-width:72px;min-height:72px;max-height:72px}.article-bottom-line{border-bottom:1px solid #d9d7d9;padding-bottom:15px}.article-category{color:#f60718;text-transform:uppercase;font-size:12px;line-height:1}.article-category a{color:#f60718;border:0}.article-category a:hover{color:#000;border:0}.h1,h1{font-size:48px}.h2,h2{margin:0 15px;padding:25px 0 40px;font-size:39.2px;font-weight:700;line-height:1.103}.h2 a span,.h2 a:hover span,.h2 span,h2 a span,h2 a:hover span,h2 span{text-transform:uppercase;display:inline-block}.h2 a span:after,.h2 span:after,h2 a span:after,h2 span:after{content:"";background:#f60718;width:90%;height:4px;margin:3px auto 0;display:block}.h2 a,h2 a{color:#000}.h2 a:hover,h2 a:hover{color:#000;border-bottom:0}.h2 a:hover span:after,h2 a:hover span:after{content:"";background:#c40613;width:90%;height:4px;margin:3px auto 0;display:block}.h3,h3{font-size:32px}.h4,h4{font-size:16px}.h5,h5{font-size:16px/.9}.article-text .h2,.article-text h2{margin:0;padding:15px 0;font-size:25px;font-weight:bolder;line-height:1}.article-text .h3,.article-text h3{margin:0;padding:15px 0;font-size:20px;font-weight:bolder;line-height:.8}.article-text .h4,.article-text h4{margin:0;padding:15px 0;font-size:15px;font-weight:700;line-height:.6}.slider-hp-big{width:100%;max-height:500px;margin:0;padding:0;position:relative;overflow:hidden}.slider-hp-big .left{z-index:9;position:absolute;top:250px;left:30px}.slider-hp-big .left:hover svg path,.slider-hp-big .right:hover svg path{stroke:#000;cursor:pointer}.slider-hp-big .right{z-index:9;position:absolute;top:250px;right:40px}.slick-list,.slick-track{perspective:2000px;backface-visibility:hidden}.slider-item{height:100%;transition:transform .5s ease-in-out .3s;position:relative}.card a,.card-img:after,.slider-big-title{position:absolute;left:0}.slider-item-bg{height:500px}.slider-big-title{width:50%;bottom:35px}.card,.card-img{position:relative}.multiline .multiline-title-1{text-transform:uppercase;background-color:#fff;margin-left:10px;font-size:34.4px;font-weight:700;line-height:1.45;display:inline-block;box-shadow:-5px 0 0 5px #fff}.card,.card-two,.shopping .card{box-shadow:0 0 5px #0001011a}.multiline .multiline-title-1 span{color:#000;border-bottom:4px solid #f60718;margin:0;padding:4px 5px 0}.latest-articles-mobile,.multiline .multiline-title-1 span:empty{display:none}.slick-dots{top:auto;bottom:0}.slick-dots li,.slick-dots li button{width:40px;height:40px}.slick-dots li button:before{opacity:1;color:#000;width:40px;height:40px;font-size:25px;line-height:40px}.slick-dots li.slick-active button:before{opacity:1;color:#f60718}.recommend-borders{border:1px solid #f60718;border-width:1px 0}.recommend-title{text-transform:uppercase;color:#000;font-size:20px;font-weight:500;line-height:1.1}.recommend-article-title{font-size:20px;font-style:italic;font-weight:400;line-height:1}.recommend-icon{text-align:center;color:#f60718;font-size:4em}.recommend-icon a,.video .next-video:hover a,.video .prime-video:hover a{color:#f60718}.card{cursor:pointer;background-color:#fff;border:1px solid #f2f1f2;border-radius:0;margin:0 0 25px;transition:all .5s}.card a,.card-img{cursor:pointer;transition:all .5s}.card a{z-index:1;width:100%;height:100%;-webkit-transition:all .5s;display:block;top:0}.card a:hover{border-bottom:0}.card:hover .card-title{border-bottom:2px solid #f93745}.card .card-body{height:186px;overflow:hidden}.card-body{margin:0;padding:.75em 1em}.card-img{border:0;border-radius:0;height:100%;margin:0;padding:0;-webkit-transition:all .5s}.card-btn,.card-btn:hover{border:1px solid #f60718}.card-img:after{content:"\a ";opacity:0;background:#00000080;width:100%;height:100%;transition:all .5s;top:0}.card-img img{vertical-align:top;object-fit:cover;width:100%;height:100%;min-height:400px}.card-img div{background:0 0/cover no-repeat;width:100%;height:100%}.card-title{color:#000;text-shadow:0 4px #fff,-3px 5px #fff,3px 5px #fff,3px 5px #fff;font-size:25px;font-weight:700;line-height:1.2;display:inline}.article-related,.article-tags{text-shadow:-2px -2px #fff,-2px 2px #fff,2px -2px #fff,2px 2px #fff}.card-subtitle{color:#f60718;text-transform:uppercase;font-size:12px;line-height:2.5}.card-date,.card-text{color:#000;padding:15px 0;font-size:12px;line-height:1.5}.card-btn{color:#fff;cursor:pointer;background:#f60718;margin:5px 0 20px;padding:10px 20px;transition:all .3s;display:inline-block;position:relative}.card-btn:hover{color:#f60718;background:#fff}.morat,.morat:hover{color:#000;text-decoration:none}.morat{border-bottom:1px solid #000;font-size:15px;line-height:2.5}.card-two,.shopping .card{background-color:#fff;border:1px solid #f2f1f2;border-radius:0;margin:0 0 25px;transition:all .5s;position:relative}.social-author-icons,a .social-icons{border-radius:50%;align-items:center}.adm div div:after,.inverse-section{background:#f2f1f2}.facebook:hover,.instagram:hover,.pinterest:hover,.twitter:hover,.whatsapp:hover,a:hover .facebook,a:hover .instagram,a:hover .pinterest{box-shadow:0 3px 10px #00000040}.card-two .card-img,.shopping .card .card-img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0}.card-two .card-body{height:100%;overflow:visible}.card-two .card-title{font-size:30px;font-weight:700;line-height:1.275}.card-two .card-text{height:70px;overflow:hidden}.inverse-section .baad{border-color:#fff}.inverse-section .container{background:0 0!important}.big-article{cursor:pointer;transition:all .5s;position:relative}.big-article a{z-index:5;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.big-article:hover .big-article-img:after{opacity:1;background:linear-gradient(#000000bf,#000000bf);transition:all .5s}.big-article:hover .big-article-title{background-color:#f60718e6;transition:all .5s}.big-article:hover .big-article-subtitle{background-color:#000000e6;transition:all .5s}.big-article-body{width:calc(80% - 100px);margin:auto auto 30px;position:relative}.big-article-body .big-article-title{z-index:2;color:#fff;text-transform:uppercase;text-align:center;background-color:#f6071899;padding:15px 10px;font-size:35px;font-weight:700;line-height:1.143;position:absolute;bottom:140px}.big-article-body .big-article-subtitle{z-index:3;color:#fff;text-align:center;background-color:#0009;width:90%;padding:15px 10px;font-size:15px;line-height:1.267;position:absolute;bottom:50px;left:5%}.big-article-img{opacity:1;backface-visibility:hidden;cursor:pointer;transition:all .5s ease-in-out;position:relative}.big-article-img img{object-fit:cover;vertical-align:bottom;width:100%;height:100%;min-height:400px}.big-article-img:after{content:"\a ";opacity:1;background:linear-gradient(#00000080,#00000080);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.big-article-more{width:100%;display:block;position:absolute;bottom:0}.big-article-more:after{content:"";background:#f60718;width:100%;height:1px;display:block}.big-article-more a,.shopping .btn-shopping-link{color:#fff;background:#000;display:block;position:relative}.big-article-more a{width:180px;margin:0 auto;padding:10px 20px;text-decoration:none}.article-related a,.article-tags a{background-size:1px 1em;text-decoration:none}.big-article-more a:hover{color:#fff;background:#1a1a1a;text-decoration:none}.health .card .card-title{text-shadow:0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff;font-size:20px;font-weight:400;line-height:1.25}.health .card:hover .card-title{border-bottom-width:1px}.health .card .card-img img{min-height:188px}.shopping a{text-decoration:none;display:block;position:relative}.shopping a:hover{background:0 0;text-decoration:none}.shopping .card .card-body{font-size:inherit}.shopping .btn-shopping-link{text-align:center;width:100%;height:40px;padding:10px}.shopping .btn-shopping-link:hover,.video .video-now{background:#f60718}.article-text a:hover,.carousel-control,.video .next-video h4 a{color:#000}.video{padding-bottom:30px}.video .prime-video .prime-video-img{background-position:bottom;background-repeat:no-repeat;background-size:cover;height:430px}.video .prime-video .prime-video-img:after{content:"\a ";background:linear-gradient(#0000,#000000bf);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.video .prime-video .prime-video-title{position:absolute;bottom:20px;left:5%;right:5%}.video .prime-video .prime-video-title h3{color:#fff;padding:15px 0;font-size:25px;font-weight:500;line-height:1.2}.video .next-video{padding:10px 0 15px;font-size:20px;line-height:1;position:relative}.video .next-video:first-child{padding-top:0}.video .next-video .next-video-img{height:140px;transition:all .5s;position:relative}.video .next-video .next-video-img a{z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.video .next-video h4{margin-top:10px;font-size:17px;line-height:1}.video .next-video:hover{cursor:pointer;position:relative}.video .next-video:hover .next-video-img:after{content:"\a ";background:#0009;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0}.facebook,.facebook:hover,.instagram,.pinterest,.pinterest:hover,.twitter,.twitter:hover,.whatsapp,.whatsapp:hover,a .social-icons,a:hover .facebook,a:hover .pinterest{transition:all .5s ease-in-out}.video .all-video{color:#f60718;font-size:12px}.video .video-play{color:#fff;font-size:50px}.video .video-now{text-transform:uppercase;color:#fff;padding:10px 15px;display:inline-block}.socialmedia-footer a{margin-right:30px}.adm div,.adm div div,.article-content p{margin:0 auto}.twitter:hover{color:#fff;background-color:#55acee}.facebook:hover,a:hover .facebook{color:#fff;background-color:#3b5998}.instagram:hover,a:hover .instagram{color:#fff;background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);transition:all .5s ease-in-out}.pinterest:hover,a:hover .pinterest{color:#fff;background-color:#bd081c}.whatsapp:hover{color:#fff;background-color:#43d854}a .social-icons{border:2px solid #000;justify-content:center;width:36px;height:36px;display:inline-flex}a .social-icons .fab{text-align:center;padding:2px 5px;font-size:20px;line-height:1}.social-author-icons{border:2px solid #000;justify-content:center;width:30px;height:30px;margin-right:10px;display:inline-flex}#social-icons-mobile .social-icons .fab,.social-author-icons .fab{text-align:center;padding:4px 6px;font-size:14px;line-height:1}#social-icons-mobile .social-icons{border:1px solid #f60718;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-right:0;display:inline-flex}#social-icons-mobile .social-icons a:hover{color:#fff;border-bottom:0}.adm{margin-bottom:25px;display:flex}.adm div{place-content:center;display:block}.adm div div:before{content:"";background:#f2f1f2;width:100%;height:1px;margin-bottom:10px;display:block}.adm div div:after{content:"";width:100%;height:1px;margin-top:10px;display:block}.article-content p{text-align:justify;padding:.5em 0 1em}.article-content blockquote,.article-content iframe{margin:0 auto .25em;display:block}.article-content blockquote{width:100%;max-width:600px}.article-content .instagram-media,.article-content .twitter-tweet{margin:0 auto .5em!important}.article-content div[id*=div-gpt-ad-]{text-align:center;margin:0 auto;display:block;overflow:hidden}.article-content div[id*=div-gpt-ad-] iframe{text-align:center;max-width:100%;display:inline-block}.cmggallery{margin:10px 0}.btn-social-pro{color:#fff;background-color:#000;border:1px solid #000;border-radius:0;padding:10px 15px;font-size:14.4px}.btn-social-pro:hover{color:#000;background:0 0}.socialbg a{border-bottom:1px solid #000;text-decoration:none}.article-related a:hover,.article-tags a:hover,.article-text a,.socialbg a:hover{border-bottom:1px solid #f60718}.socialbg a:hover{text-decoration:none}.article-prime-image figure{height:100%;max-height:600px;position:relative;overflow:hidden}.article-prime-image figure img{outline:1px solid #000;width:100%;height:100%;min-height:400px;display:block}.article-prime-image figure figcaption{text-align:center;width:90%;max-width:873px;margin:0 5%;font-size:1rem;line-height:1;position:absolute;bottom:10%}.article-prime-image figure figcaption h1{text-align:center;background-color:#f60718a6;width:90%;margin:0 auto;padding:0;line-height:1.05}.article-prime-image figure figcaption h1 span{text-transform:uppercase;color:#fff;padding:.09em .25em;font-size:36px;font-weight:700}.article-prime-image figure figcaption h2{width:80%;margin:0 auto;padding:0;display:inline-block}.article-prime-image figure figcaption h2 span{color:#fff;text-transform:none;background:#000000a6;padding:1.25em 1.5em;font-size:16px;font-weight:400}.article-prime-image figure figcaption h2 span:after{content:"";height:0}.article-prime-video .flowplayer .is-ready{border:1px solid #000;border-radius:0}.video-title{color:#000;text-transform:uppercase;text-align:center;width:90%;margin:0 auto;padding:0;font-size:36px;font-weight:700;line-height:1.05}.video-subtitle{text-align:center;color:#000;text-transform:none;padding:1.25em 1.5em;font-size:20px;font-weight:400;line-height:1.5}.article-author{text-align:left;padding-bottom:15px;font-family:Lato,sans-serif;font-size:14px;line-height:1.2}.article-lead h3,.article-text p:first-child{font-size:20px;font-weight:500;line-height:1.2}u{text-decoration:underline}.article-text a{color:#f60718;text-decoration:none}.article-related{padding:0 0 15px;font-size:20px}.article-related a{color:#f60718}.article-tags{text-transform:uppercase;margin:15px 0;font-size:15px;font-style:italic}.article-tags a{color:#f60718;text-transform:none}.embed-iframe{max-width:600px;height:100%;margin:0 auto;padding:.5em 0 1em}.article-text figure{max-width:70%;margin:0 auto;padding:.5em 0 1em}.article-text .lazy-card{outline:1px solid #000;max-width:70%;height:auto;margin:.5em auto 1em;padding:0;display:block}.article-text .lazy-card img{width:100%;height:auto;min-height:400px}.page-item:first-child .page-link{color:#000;border-top-left-radius:0;border-bottom-left-radius:0}.page-item:last-child .page-link{color:#000;border-top-right-radius:0;border-bottom-right-radius:0}.page-item .page-link{color:#f60718;background-color:#fff;border:1px solid #fff}.page-item.active .page-link{z-index:1;color:#fff;background-color:#f60718;border-color:#f60718}.page-item.disabled .page-link{color:#000;pointer-events:none;cursor:auto;border-color:#fff}.card-img[src=""],.lazy-card[src=""],figure{background-color:#e5e5e5}@media screen and (width<=992px){.shopping .card{border-color:#000}.shopping .card .card-body{height:auto}.cat-title,.latest-articles-mobile{display:block}footer{display:block!important}footer .social-icons{padding-right:0;display:inline-block}.socialmedia-footer a{margin-top:15px;margin-bottom:25px;margin-right:0;display:block}.socialmedia-footer a:first-child{margin-top:0}.footer-internet-column{float:none;width:100%}.cat-group{padding:15px 15px 0}#search-btn,.cat-group a,.visible-desktop{display:none}.h1,h1{font-size:44px}.h2,h2{padding:5px 0 20px;font-size:32px}.h3,h3{font-size:20.8px}#slider-hp,.nopadding-mobile,section #recommend{padding:0}.w50{width:100%!important}header.fixed-top{background:#000;border-bottom:2px solid #f60718;width:100%;max-width:100vw}.animated-nav{background:#000}.animated-nav .debarbati-logo{padding:10px 0}.navbar-toggler{outline:0;display:inline-block}.navbar-toggler:focus{outline:0}.nopadding-left{padding-left:15px}.debarbati-logo{margin:0 auto;padding:15px 0}.debarbati-logo svg{fill:#fff;width:100%;height:auto}#search-btn-mobile{display:inline-flex}main{margin-top:10px;overflow:hidden}section{padding:5px 0}.adm{margin-bottom:5px}.fake_grooveskin{margin:60px auto 0}.fake_grooveskin .adm{margin-top:0;margin-bottom:0;padding-top:5px;padding-bottom:5px}.fake_grooveskin .adm div div div{margin:0 auto 15px}.multiline{width:calc(100% - 30px);margin:0 15px;padding:15px 10px}.multiline .multiline-title-1{font-size:24px}.recommend-borders{z-index:1;border-top:0;padding:15px 0 10px;position:relative}.recommend-borders:before{content:"";text-transform:uppercase;background:#f60718;width:100%;height:1px;display:block;position:absolute;top:0;left:0}.recommend-borders .recommend-title{color:#f60718;background:#fff;width:155px;padding-right:5px;font-size:12.5px;position:absolute;top:-20px;left:0}.recommend-icon{text-align:left;font-size:3em}.card-text{height:100%;overflow:visible}.card-two .card-text{height:70px;overflow:hidden}.card-body{padding:.25em .4em}.card-two .card-img{height:230px}.big-article-body{width:95%;margin:0 auto}.big-article-body .big-article-title{font-size:17.6px}.big-article-body .big-article-subtitle{max-height:130px;padding:2px 10px 5px;font-size:16.8px;bottom:10px;overflow:hidden}.big-article-img img{min-height:500px}.big-article-more{width:calc(100% - 30px);margin:0 auto 20px;position:relative;top:auto;bottom:auto}a .social-icons .fab{padding:6px 5px}.recommend-article-title{font-size:16.8px}.card-title,.card-two .card-title{font-size:16.016px}.card-title{text-shadow:none}.card-img img,.health .card .card-img img{min-height:120px}.health .card .card-title{font-size:16.016px;line-height:1}.article-text p:first-child{font-size:15.2px;font-weight:700;line-height:1.2}.article-text .lazy-card{max-width:85%;margin:.25em auto .5em}.article-text .lazy-card img{min-height:200px}.article-prime-image figure{min-height:300px}.article-prime-image figure img{height:300px;min-height:300px}.article-prime-image figure figcaption{margin:0 5%;bottom:0}.article-prime-image figure figcaption h1{width:98%;line-height:1.15}.article-prime-image figure figcaption h1 span{font-size:18.4px;display:inline-block}.article-prime-image figure figcaption h2{width:90%;margin:0 0 .15em}.article-prime-image figure figcaption h2 span{padding:.25em;font-size:15.2px}.embed-iframe{max-width:90vw;height:56vw}.article-image figure{max-width:100%}.video .prime-video .prime-video-title h3{padding:5px 0;font-size:18.4px}.video .prime-video .prime-video-img{height:240px}.video .w-50{width:50%!important}.video .next-video{float:left;padding:15px 0}.video .next-video:first-child{border-right:4px solid #fff;padding-top:15px}.video .next-video h4{font-size:16px}.video-title{padding:1rem 0 0;font-size:18.4px}.video-subtitle{font-size:15.2px}}@media screen and (width<=767px){iframe[src*="protvplus.ro/embed"]{width:100%;height:56.5vw}}.article-image{text-align:center;padding:15px 0}.article-embed{width:100%;max-width:550px;margin-top:10px;margin-bottom:10px;display:flex}.article-embed iframe{width:100%!important}.article-quote{padding:15px 0}.article-content blockquote{quotes:"“""”""‘""’";background:#f9f9f9;border-left:10px solid #f60718;flex-flow:column;justify-content:center;align-items:flex-start;margin:1.5em 10px;padding:.5em 10px;display:flex;position:relative}.article-content blockquote:before{color:#ccc;content:open-quote;vertical-align:-.4em;margin-right:.25em;font-size:4em;line-height:.1em;position:absolute;top:15px}.article-content blockquote p{display:inline}.article-content ul{background:#eee;border-left:5px solid #f60718;width:auto;padding:10px 30px}#ot-sdk-btn{color:#0631b7;white-space:normal;word-wrap:break-word;cursor:pointer;-o-transition:.1s ease;-moz-transition:all .1s;-webkit-transition:all 1s;z-index:99999;text-indent:-4000px;vertical-align:middle;opacity:1;background:#fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzA2MzFCNzt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTY4LDIwNGMwLTExLDktMjAsMjAtMjBzMjAsOSwyMCwyMHMtOSwyMC0yMCwyMFMxNjgsMjE1LDE2OCwyMDR6IE0xMTgsMzA5YzAtMTEsOS0yMCwyMC0yMAoJczIwLDksMjAsMjBzLTksMjAtMjAsMjBTMTE4LDMyMCwxMTgsMzA5eiBNMTU5LDExNWMwLTExLDktMjAsMjAtMjBzMjAsOSwyMCwyMHMtOSwyMC0yMCwyMFMxNTksMTI2LDE1OSwxMTV6IE00MTEsMTIzCgljMC0xMSw5LTIwLDIwLTIwczIwLDksMjAsMjBzLTksMjAtMjAsMjBTNDExLDEzNCw0MTEsMTIzeiBNMjcxLjQsMzIuN2M3LTguNSw1LjgtMjEuMS0yLjgtMjguMkMyNjUuMSwxLjYsMjYwLjYsMCwyNTYsMAoJYy0xOC42LDAtMzcuMSwyLTU1LjMsNmMtMTAuOCwyLjMtMTcuNywxMi45LTE1LjQsMjMuN3MxMi45LDE3LjcsMjMuNywxNS40YzAuMSwwLDAuMiwwLDAuMy0wLjFjNC45LTEuMSw5LjktMiwxNC45LTIuNwoJYy0xLjUsNi40LTIuMiwxMy0yLjIsMTkuN2MwLDQwLjMsMzAsNzQuMyw3MCw3OS40YzAsMC4yLDAsMC40LDAsMC42YzAuMSw0NC4yLDM1LjgsNzkuOSw4MCw4MGMwLjgsMCwxLjcsMCwyLjUsMAoJYzkuMiwzNS4zLDQxLDYwLDc3LjUsNjBjNi43LDAsMTIuOS0wLjIsMTguNS0wLjdDNDU3LjksMzg4LjUsMzY2LjUsNDcyLDI1Niw0NzJjLTExOS4xLDAtMjE2LTk2LjktMjE2LTIxNgoJYzAuMS02OS43LDMzLjctMTM1LjEsOTAuNC0xNzUuN2M5LjEtNi4zLDExLjMtMTguOCw1LTI3LjhzLTE4LjgtMTEuMy0yNy44LTVjLTAuMiwwLjEtMC4zLDAuMi0wLjUsMC4zQzM5LjgsOTUuOC0wLjEsMTczLjQsMCwyNTYKCWMwLDE0MS40LDExNC42LDI1NiwyNTYsMjU2YzY3LjksMCwxMzMtMjcsMTgxLTc1YzQ4LjItNDcuOSw3NS4yLTExMy4xLDc1LTE4MXYwYzAtMC42LDAtMS4zLTAuMS0xLjljMC0wLjItMC4xLTAuNC0wLjEtMC42CgljLTAuMS0wLjQtMC4xLTAuOC0wLjItMS4yYzAtMC4zLTAuMS0wLjUtMC4yLTAuOGMtMC4xLTAuNC0wLjItMC43LTAuMy0xLjFjLTAuMS0wLjMtMC4yLTAuNS0wLjItMC44Yy0wLjEtMC4zLTAuMi0wLjctMC40LTEKCWMtMC4xLTAuMy0wLjItMC41LTAuMy0wLjhjLTAuMS0wLjMtMC4zLTAuNi0wLjUtMWMtMC4xLTAuMi0wLjMtMC41LTAuNC0wLjdjLTAuMi0wLjMtMC40LTAuNi0wLjUtMC45Yy0wLjItMC4yLTAuMy0wLjUtMC41LTAuNwoJYy0wLjItMC4zLTAuNC0wLjUtMC42LTAuOGMtMC4yLTAuMi0wLjQtMC41LTAuNi0wLjdjLTAuMS0wLjEtMC4xLTAuMi0wLjItMC4yYy0wLjItMC4yLTAuMy0wLjMtMC41LTAuNWMtMC4yLTAuMi0wLjQtMC40LTAuNi0wLjYKCWMtMC4zLTAuMy0wLjYtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41Yy0wLjMtMC4zLTAuNy0wLjUtMS0wLjhjLTAuMi0wLjEtMC4zLTAuMi0wLjQtMC4zYy0wLjQtMC4zLTAuOC0wLjUtMS4zLTAuOAoJYy0wLjEtMC4xLTAuMi0wLjEtMC4zLTAuMmMtMC41LTAuMy0xLjEtMC42LTEuNy0wLjhjLTAuMS0wLjEtMC4zLTAuMS0wLjUtMC4yYy0wLjQtMC4yLTAuOC0wLjMtMS4zLTAuNWMtMC4zLTAuMS0wLjUtMC4xLTAuOC0wLjIKCWMtMC4zLTAuMS0wLjctMC4yLTEtMC4zYy0wLjMtMC4xLTAuNS0wLjEtMC44LTAuMmMtMC40LTAuMS0wLjctMC4xLTEuMS0wLjJjLTAuMywwLTAuNS0wLjEtMC44LTAuMWMtMC40LDAtMC44LTAuMS0xLjItMC4xCgljLTAuMSwwLTAuMywwLTAuNCwwYy0wLjEsMC0wLjIsMC0wLjMsMGMtMC40LDAtMC45LDAtMS4zLDAuMWMtMC4yLDAtMC40LDAtMC42LDBjLTAuNSwwLjEtMSwwLjEtMS41LDAuMmMtMC4xLDAtMC4yLDAtMC4zLDAuMQoJYy0wLjYsMC4xLTEuMiwwLjMtMS44LDAuNWMtMC4yLDAuMS0wLjQsMC4xLTAuNiwwLjJjLTAuNCwwLjEtMC44LDAuMy0xLjIsMC40Yy0wLjIsMC4xLTAuNCwwLjItMC43LDAuM2MtMC4zLDAuMi0wLjcsMC4zLTEsMC41CgljLTAuMiwwLjEtMC41LDAuMy0wLjcsMC40Yy0wLjIsMC4xLTAuNCwwLjItMC42LDAuNGMtMS43LDAuNi05LjYsMi45LTI5LjQsMi45Yy0yMi4xLDAtNDAtMTcuOS00MC00MGMwLTAuNywwLTEuNCwwLjEtMi4zCgljMC42LTExLTcuOC0yMC41LTE4LjgtMjEuMWMtMi43LTAuMi01LjMsMC4yLTcuOCwxLjFjLTIwLjgsNy40LTQzLjctMy41LTUxLjEtMjQuM2MtMy4yLTktMy4xLTE4LjksMC40LTI3LjgKCWM0LTEwLjMtMS4xLTIxLjktMTEuNC0yNS45Yy0zLjgtMS41LTcuOS0xLjctMTEuOS0wLjhjLTIxLjUsNS4yLTQzLjEtOC00OC4zLTI5LjVjLTAuNy0zLjEtMS4xLTYuMi0xLjEtOS40CgljMC4xLTEwLjYsMy41LTIwLjgsOS42LTI5LjVMMjcxLjQsMzIuN3ogTTI0MCwzOTljMC0xMSw5LTIwLDIwLTIwYzExLDAsMjAsOSwyMCwyMHMtOSwyMC0yMCwyMEMyNDksNDE5LDI0MCw0MTAsMjQwLDM5OXogTTQ3MiwyMgoJYzAtMTEsOS0yMCwyMC0yMHMyMCw5LDIwLDIwcy05LDIwLTIwLDIwUzQ3MiwzMyw0NzIsMjJ6IE0zODQsMjJjMC0xMSw5LTIwLDIwLTIwczIwLDksMjAsMjBzLTksMjAtMjAsMjBTMzg0LDMzLDM4NCwyMnogTTMyOCwzNDIKCWMwLTExLDktMjAsMjAtMjBzMjAsOSwyMCwyMHMtOSwyMC0yMCwyMFMzMjgsMzUzLDMyOCwzNDJ6IE0yNjEsMzAxYzAtMTEsOS0yMCwyMC0yMHMyMCw5LDIwLDIwcy05LDIwLTIwLDIwUzI2MSwzMTIsMjYxLDMwMXoiLz4KPC9zdmc+Cg==) 50%/20px no-repeat;border-top:2px solid #0631b7;border-right:2px solid #0631b7;border-radius:0 3px 0 0;height:auto;margin-left:0;padding:1em 2em;font-size:14px;line-height:1.2;transition:all .3s ease-in-out;display:inline-block;position:fixed;bottom:0;left:0;right:auto}#ot-sdk-btn:hover{color:#fff;text-indent:0;background-color:#0631b7;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTY4LDIwNGMwLTExLDktMjAsMjAtMjBzMjAsOSwyMCwyMHMtOSwyMC0yMCwyMFMxNjgsMjE1LDE2OCwyMDR6IE0xMTgsMzA5YzAtMTEsOS0yMCwyMC0yMAoJczIwLDksMjAsMjBzLTksMjAtMjAsMjBTMTE4LDMyMCwxMTgsMzA5eiBNMTU5LDExNWMwLTExLDktMjAsMjAtMjBzMjAsOSwyMCwyMHMtOSwyMC0yMCwyMFMxNTksMTI2LDE1OSwxMTV6IE00MTEsMTIzCgljMC0xMSw5LTIwLDIwLTIwczIwLDksMjAsMjBzLTksMjAtMjAsMjBTNDExLDEzNCw0MTEsMTIzeiBNMjcxLjQsMzIuN2M3LTguNSw1LjgtMjEuMS0yLjgtMjguMmMtMy41LTIuOS04LTQuNS0xMi42LTQuNQoJYy0xOC42LDAtMzcuMSwyLTU1LjMsNmMtMTAuOCwyLjMtMTcuNywxMi45LTE1LjQsMjMuN3MxMi45LDE3LjcsMjMuNywxNS40YzAuMSwwLDAuMiwwLDAuMy0wLjFjNC45LTEuMSw5LjktMiwxNC45LTIuNwoJYy0xLjUsNi40LTIuMiwxMy0yLjIsMTkuN2MwLDQwLjMsMzAsNzQuMyw3MCw3OS40YzAsMC4yLDAsMC40LDAsMC42YzAuMSw0NC4yLDM1LjgsNzkuOSw4MCw4MGMwLjgsMCwxLjcsMCwyLjUsMAoJYzkuMiwzNS4zLDQxLDYwLDc3LjUsNjBjNi43LDAsMTIuOS0wLjIsMTguNS0wLjdDNDU3LjksMzg4LjUsMzY2LjUsNDcyLDI1Niw0NzJjLTExOS4xLDAtMjE2LTk2LjktMjE2LTIxNgoJYzAuMS02OS43LDMzLjctMTM1LjEsOTAuNC0xNzUuN2M5LjEtNi4zLDExLjMtMTguOCw1LTI3LjhzLTE4LjgtMTEuMy0yNy44LTVjLTAuMiwwLjEtMC4zLDAuMi0wLjUsMC4zQzM5LjgsOTUuOC0wLjEsMTczLjQsMCwyNTYKCWMwLDE0MS40LDExNC42LDI1NiwyNTYsMjU2YzY3LjksMCwxMzMtMjcsMTgxLTc1YzQ4LjItNDcuOSw3NS4yLTExMy4xLDc1LTE4MWwwLDBjMC0wLjYsMC0xLjMtMC4xLTEuOWMwLTAuMi0wLjEtMC40LTAuMS0wLjYKCWMtMC4xLTAuNC0wLjEtMC44LTAuMi0xLjJjMC0wLjMtMC4xLTAuNS0wLjItMC44Yy0wLjEtMC40LTAuMi0wLjctMC4zLTEuMWMtMC4xLTAuMy0wLjItMC41LTAuMi0wLjhjLTAuMS0wLjMtMC4yLTAuNy0wLjQtMQoJYy0wLjEtMC4zLTAuMi0wLjUtMC4zLTAuOGMtMC4xLTAuMy0wLjMtMC42LTAuNS0xYy0wLjEtMC4yLTAuMy0wLjUtMC40LTAuN2MtMC4yLTAuMy0wLjQtMC42LTAuNS0wLjljLTAuMi0wLjItMC4zLTAuNS0wLjUtMC43CgljLTAuMi0wLjMtMC40LTAuNS0wLjYtMC44Yy0wLjItMC4yLTAuNC0wLjUtMC42LTAuN2MtMC4xLTAuMS0wLjEtMC4yLTAuMi0wLjJjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41cy0wLjQtMC40LTAuNi0wLjYKCWMtMC4zLTAuMy0wLjYtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41Yy0wLjMtMC4zLTAuNy0wLjUtMS0wLjhjLTAuMi0wLjEtMC4zLTAuMi0wLjQtMC4zYy0wLjQtMC4zLTAuOC0wLjUtMS4zLTAuOAoJYy0wLjEtMC4xLTAuMi0wLjEtMC4zLTAuMmMtMC41LTAuMy0xLjEtMC42LTEuNy0wLjhjLTAuMS0wLjEtMC4zLTAuMS0wLjUtMC4yYy0wLjQtMC4yLTAuOC0wLjMtMS4zLTAuNWMtMC4zLTAuMS0wLjUtMC4xLTAuOC0wLjIKCWMtMC4zLTAuMS0wLjctMC4yLTEtMC4zcy0wLjUtMC4xLTAuOC0wLjJjLTAuNC0wLjEtMC43LTAuMS0xLjEtMC4yYy0wLjMsMC0wLjUtMC4xLTAuOC0wLjFjLTAuNCwwLTAuOC0wLjEtMS4yLTAuMQoJYy0wLjEsMC0wLjMsMC0wLjQsMHMtMC4yLDAtMC4zLDBjLTAuNCwwLTAuOSwwLTEuMywwLjFjLTAuMiwwLTAuNCwwLTAuNiwwYy0wLjUsMC4xLTEsMC4xLTEuNSwwLjJjLTAuMSwwLTAuMiwwLTAuMywwLjEKCWMtMC42LDAuMS0xLjIsMC4zLTEuOCwwLjVjLTAuMiwwLjEtMC40LDAuMS0wLjYsMC4yYy0wLjQsMC4xLTAuOCwwLjMtMS4yLDAuNGMtMC4yLDAuMS0wLjQsMC4yLTAuNywwLjNjLTAuMywwLjItMC43LDAuMy0xLDAuNQoJYy0wLjIsMC4xLTAuNSwwLjMtMC43LDAuNGMtMC4yLDAuMS0wLjQsMC4yLTAuNiwwLjRjLTEuNywwLjYtOS42LDIuOS0yOS40LDIuOWMtMjIuMSwwLTQwLTE3LjktNDAtNDBjMC0wLjcsMC0xLjQsMC4xLTIuMwoJYzAuNi0xMS03LjgtMjAuNS0xOC44LTIxLjFjLTIuNy0wLjItNS4zLDAuMi03LjgsMS4xYy0yMC44LDcuNC00My43LTMuNS01MS4xLTI0LjNjLTMuMi05LTMuMS0xOC45LDAuNC0yNy44CgljNC0xMC4zLTEuMS0yMS45LTExLjQtMjUuOWMtMy44LTEuNS03LjktMS43LTExLjktMC44Yy0yMS41LDUuMi00My4xLTgtNDguMy0yOS41Yy0wLjctMy4xLTEuMS02LjItMS4xLTkuNAoJYzAuMS0xMC42LDMuNS0yMC44LDkuNi0yOS41TDI3MS40LDMyLjd6IE0yNDAsMzk5YzAtMTEsOS0yMCwyMC0yMHMyMCw5LDIwLDIwcy05LDIwLTIwLDIwUzI0MCw0MTAsMjQwLDM5OXogTTQ3MiwyMgoJYzAtMTEsOS0yMCwyMC0yMHMyMCw5LDIwLDIwcy05LDIwLTIwLDIwUzQ3MiwzMyw0NzIsMjJ6IE0zODQsMjJjMC0xMSw5LTIwLDIwLTIwczIwLDksMjAsMjBzLTksMjAtMjAsMjBTMzg0LDMzLDM4NCwyMnogTTMyOCwzNDIKCWMwLTExLDktMjAsMjAtMjBzMjAsOSwyMCwyMHMtOSwyMC0yMCwyMFMzMjgsMzUzLDMyOCwzNDJ6IE0yNjEsMzAxYzAtMTEsOS0yMCwyMC0yMHMyMCw5LDIwLDIwcy05LDIwLTIwLDIwUzI2MSwzMTIsMjYxLDMwMXoiLz4KPC9zdmc+Cg==);background-position:90%;min-width:260px}.ot-sdk-btn-text{display:none}#ot-sdk-btn:hover .ot-sdk-btn-text{display:inline-block}.ot-sdk-btn-icon,#ot-sdk-btn:hover .ot-sdk-btn-icon{display:none}html,body{margin:0;padding:0}footer{font-family:Roboto,sans-serif!important}.footer-internet-main{background:#3e3e40;width:100%;font-family:Roboto,Arial,Verdana,sans-serif;font-weight:400;line-height:18px;text-align:left!important}.footer-internet-main .container{background:0 0}.footer-internet-main .mb0{margin-bottom:0!important}.footer-internet-main .pb0{padding-bottom:0!important}.footer-internet-main a{outline:none!important}.footerinternet{margin:0 auto;overflow:hidden}.footer-internet-column{float:left;width:25%}.footer-internet-column .cat-group{padding:20px}.footer-internet-column .cat-group .cat-title{text-transform:uppercase;width:100%;margin:0 0 10px;font-size:23px;font-weight:400;line-height:23px;display:block;color:#fff!important}.footer-internet-column .cat-group .cat-title a,.footer-internet-column .cat-group .cat-title a:visited{cursor:pointer;color:#fff;font-size:18px;line-height:18px}.footer-internet-column .cat-group a{cursor:pointer;color:#ababab;width:100%;margin:0 0 5px;font-size:15px;text-decoration:none;display:block}.footer-internet-column .cat-group .cat-title a:hover,.footer-internet-column .cat-group a:hover{color:#ffffff80}#ibu_footer_container{float:left;width:100%}#ibu_traffic{text-align:center;background:#3e3e40;width:100%;margin:0 auto}@media (width<=992px){.footer-internet-column{text-align:left;width:98%;margin-left:0}.footer-internet-column:first-child{padding-top:20px}.footer-internet-column .cat-group{padding:2px 5px 0}.footer-internet-column .cat-group .cat-title,.footer-internet-column .cat-group .cat-title a{font-size:17px;line-height:19px;display:block}.footer-internet-column div[id^=category-]{transition:all .5s ease-in-out;display:none}.footer-internet-column div[id^=category-] a{float:left;width:90%;margin:0 20px 0 0;font-size:14px;line-height:24px}.footer-internet-column div[id^=category-] a:last-child{padding-bottom:15px}footer p{text-align:left;margin-left:0;font-size:12px}}:root{--fp-play-circle-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 50 50' fill='white' %3E%3Ccircle cx='22.9' cy='22.9' r='23.5' stroke='white' fill='none' stroke-width='2'%3E%3C/circle%3E%3Cpath d='M19.201 4.78l18.546 30.001a2.001 2.001 0 0 1-1.707 3.052H-1.046a2 2 0 0 1-1.701-3.052l18.545-30a2 2 0 0 1 3.403 0' transform='translate(11.5, 9.8) scale(.57) rotate(90 20 25.4)'%3E%3C/path%3E%3C/svg%3E");--fp-play-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-2 -2 50 50' fill='white' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='fp-play-button' d='M19.201 4.78l18.546 30.001a2.001 2.001 0 0 1-1.707 3.052H-1.046a2 2 0 0 1-1.701-3.052l18.545-30a2 2 0 0 1 3.403 0' transform='rotate(90 20 25.4)' /%3E%3C/svg%3E");--fp-play-stroke-icon:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-2 -2 50 50' fill='none' stroke-width='2' stroke='white' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='fp-play-button' d='M19.201 4.78l18.546 30.001a2.001 2.001 0 0 1-1.707 3.052H-1.046a2 2 0 0 1-1.701-3.052l18.545-30a2 2 0 0 1 3.403 0' transform='rotate(90 20 25.4)' /%3E%3C/svg%3E");--fp-pause-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-2 -2 50 50' fill='white' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='8.5' y='5' width='11' height='36'/%3E%3Crect x='26.5' y='5' width='11' height='36'/%3E%3C/svg%3E");--fp-pause-stroke-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-2 -2 50 50' fill='none' stroke-width='2' stroke='white' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect x='8.5' y='5' width='11' height='36'/%3E%3Crect x='26.5' y='5' width='11' height='36'/%3E%3C/svg%3E");--fp-volume-icon:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-2 -2 36 58' fill='white' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath rx='1' ry='1' d='M0 15h30v24H0z' /%3E%3Cpath d='M1 27L31 0v54z' /%3E%3C/svg%3E");--fp-fs-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-1 -2 40 30' fill='none' stroke-width='2' stroke='white' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='FS' d='M1 9V1h12' /%3E%3Cpath id='FS' d='M1 9V1h12' transform='matrix(1 0 0 -1 0 26)' /%3E%3Cpath id='FS' d='M1 9V1h12' transform='matrix(-1 0 0 1 36 0)' /%3E%3Cpath id='FS' d='M1 9V1h12' transform='rotate(180 18 13)' /%3E%3C/svg%3E");--fp-fs-exit-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-1 -2 40 30' fill='none' stroke-width='2' stroke='white' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath id='FS' d='M1 9V1h12' transform='translate(22 17)' /%3E%3Cpath id='FS' d='M1 9V1h12' transform='matrix(-1 0 0 1 13 17)' /%3E%3Cpath id='FS' d='M1 9V1h12' transform='rotate(180 6.5 4.5)' /%3E%3Cpath id='FS' d='M1 9V1h12' transform='matrix(1 0 0 -1 22 9)' /%3E%3C/svg%3E");--fp-facebook-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-5 25 460 460' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%234469B0' d='M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z'/%3E%3C/svg%3E%0A");--fp-link-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 512 512' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='white' d='M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z'/%3E%3C/svg%3E");--fp-share-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='white' viewBox='0 0 448 512' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M448 416c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-12.965 2.576-25.327 7.235-36.61l-95.45-59.657C150.199 339.525 124.558 352 96 352c-53.019 0-96-42.981-96-96s42.981-96 96-96c28.558 0 54.199 12.475 71.784 32.267l95.45-59.657C258.576 121.327 256 108.965 256 96c0-53.019 42.981-96 96-96s96 42.981 96 96-42.981 96-96 96c-28.558 0-54.199-12.475-71.784-32.267l-95.451 59.656c9.661 23.396 9.641 49.87 0 73.22l95.451 59.656C297.801 332.475 323.442 320 352 320c53.019 0 96 42.981 96 96zM352 32c-35.29 0-64 28.71-64 64s28.71 64 64 64 64-28.71 64-64-28.71-64-64-64M96 192c-35.29 0-64 28.71-64 64s28.71 64 64 64 64-28.71 64-64-28.71-64-64-64m256 160c-35.29 0-64 28.71-64 64s28.71 64 64 64 64-28.71 64-64-28.71-64-64-64'/%3E%3C/svg%3E");--fp-embed-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='white' viewBox='0 0 512 512' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M448 416c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-12.965 2.576-25.327 7.235-36.61l-95.45-59.657C150.199 339.525 124.558 352 96 352c-53.019 0-96-42.981-96-96s42.981-96 96-96c28.558 0 54.199 12.475 71.784 32.267l95.45-59.657C258.576 121.327 256 108.965 256 96c0-53.019 42.981-96 96-96s96 42.981 96 96-42.981 96-96 96c-28.558 0-54.199-12.475-71.784-32.267l-95.451 59.656c9.661 23.396 9.641 49.87 0 73.22l95.451 59.656C297.801 332.475 323.442 320 352 320c53.019 0 96 42.981 96 96zM352 32c-35.29 0-64 28.71-64 64s28.71 64 64 64 64-28.71 64-64-28.71-64-64-64M96 192c-35.29 0-64 28.71-64 64s28.71 64 64 64 64-28.71 64-64-28.71-64-64-64m256 160c-35.29 0-64 28.71-64 64s28.71 64 64 64 64-28.71 64-64-28.71-64-64-64'/%3E%3C/svg%3E");--fp-twitter-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 512 512' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%2329A3EF' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");--fp-airplay-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='white' viewBox='0 0 512 512' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M116.364 477.091h279.272L256 337.455z'/%3E%3Cpath d='M465.455 34.909H46.545C20.945 34.909 0 55.855 0 81.455v279.273c0 25.6 20.945 46.545 46.545 46.545h93.091v-46.545H46.545V81.455h418.909v279.273h-93.091v46.545h93.091c25.6 0 46.545-20.945 46.545-46.545V81.455c.001-25.6-20.944-46.546-46.544-46.546z'/%3E%3C/svg%3E");--fp-skip-prev-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 41 42' fill='%23fff' fill-rule='evenodd'%3E%3Cpath transform='rotate(180 21 21)' d='M33.23 22.696L3.56 41.223A2 2 0 0 1 .5 39.527V2.473A2 2 0 0 1 3.56.776l29.67 18.527a2 2 0 0 1 0 3.393z'/%3E%3Crect transform='rotate(180 21 21)' x='33' y='.5' width='7' height='41' rx='2'/%3E%3C/svg%3E");--fp-skip-next-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 41 42' fill='%23fff' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M33.23 22.696L3.56 41.223A2 2 0 0 1 .5 39.527V2.473A2 2 0 0 1 3.56.776l29.67 18.527a2 2 0 0 1 0 3.393z'/%3E%3Crect x='33' y='.5' width='7' height='41' rx='2'/%3E%3C/svg%3E");--fp-close-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='19 0 80 80' fill='%23fff' stroke='%23fff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M 48.651772,50.269646 69.395223,25.971024'/%3E%3Cpath d='M 69.395223,50.269646 48.651772,25.971024'/%3E%3C/svg%3E");--fp-unmute-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-22 -22 122 122' fill='%23fff' stroke='%23fff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M39.389,13.769 L22.235,28.606 L6,28.606 L6,47.699 L21.989,47.699 L39.389,62.75 L39.389,13.769z'/%3E%3Cpath fill='none' d='M48,27.6a19.5,19.5 0 0 1 0,21.4M55.1,20.5a30,30 0 0 1 0,35.6M61.6,14a38.8,38.8 0 0 1 0,48.6'/%3E%3C/svg%3E");--fp-mute-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='-22 -22 122 122' fill='%23fff' stroke='%23fff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M39.389,13.769 L22.235,28.606 L6,28.606 L6,47.699 L21.989,47.699 L39.389,62.75 L39.389,13.769z'/%3E%3Cpath d='M 48.651772,50.269646 69.395223,25.971024'/%3E%3Cpath d='M 69.395223,50.269646 48.651772,25.971024'/%3E%3C/svg%3E");--fp-fast-forward-icon:url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.201 4.78l18.546 30.001a2.001 2.001 0 0 1-1.707 3.052H-1.046a2 2 0 0 1-1.701-3.052l18.545-30a2 2 0 0 1 3.403 0' transform='rotate(90 20 25.4)' /%3E%3C/svg%3E%3Csvg viewBox='-25 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.201 4.78l18.546 30.001a2.001 2.001 0 0 1-1.707 3.052H-1.046a2 2 0 0 1-1.701-3.052l18.545-30a2 2 0 0 1 3.403 0' transform='rotate(90 20 25.4)' /%3E%3C/svg%3E%3C/svg%3E");--fp-rewind-icon:url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.201 4.78l18.546 30.001a2.001 2.001 0 0 1-1.707 3.052H-1.046a2 2 0 0 1-1.701-3.052l18.545-30a2 2 0 0 1 3.403 0' transform='rotate(270 20 25.4)' /%3E%3C/svg%3E%3Csvg viewBox='-25 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.201 4.78l18.546 30.001a2.001 2.001 0 0 1-1.707 3.052H-1.046a2 2 0 0 1-1.701-3.052l18.545-30a2 2 0 0 1 3.403 0' transform='rotate(270 20 25.4)' /%3E%3C/svg%3E%3C/svg%3E");--fp-previous-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='6 4 23 23'%3E%3Cpath d='M 19.41,20.09 14.83,15.5 19.41,10.91 18,9.5 l -6,6 6,6 z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");--fp-brand-color:#006680;--fp-subtitles-menu-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 512 512'%3E%3Cpath d='M256 0c17 0 33.6 1.7 49.8 4.8c7.9 1.5 21.8 6.1 29.4 20.1c2 3.7 3.6 7.6 4.6 11.8l9.3 38.5C350.5 81 360.3 86.7 366 85l38-11.2c4-1.2 8.1-1.8 12.2-1.9c16.1-.5 27 9.4 32.3 15.4c22.1 25.1 39.1 54.6 49.9 86.3c2.6 7.6 5.6 21.8-2.7 35.4c-2.2 3.6-4.9 7-8 10L459 246.3c-4.2 4-4.2 15.5 0 19.5l28.7 27.3c3.1 3 5.8 6.4 8 10c8.2 13.6 5.2 27.8 2.7 35.4c-10.8 31.7-27.8 61.1-49.9 86.3c-5.3 6-16.3 15.9-32.3 15.4c-4.1-.1-8.2-.8-12.2-1.9L366 427c-5.7-1.7-15.5 4-16.9 9.8l-9.3 38.5c-1 4.2-2.6 8.2-4.6 11.8c-7.7 14-21.6 18.5-29.4 20.1C289.6 510.3 273 512 256 512s-33.6-1.7-49.8-4.8c-7.9-1.5-21.8-6.1-29.4-20.1c-2-3.7-3.6-7.6-4.6-11.8l-9.3-38.5c-1.4-5.8-11.2-11.5-16.9-9.8l-38 11.2c-4 1.2-8.1 1.8-12.2 1.9c-16.1 .5-27-9.4-32.3-15.4c-22-25.1-39.1-54.6-49.9-86.3c-2.6-7.6-5.6-21.8 2.7-35.4c2.2-3.6 4.9-7 8-10L53 265.7c4.2-4 4.2-15.5 0-19.5L24.2 218.9c-3.1-3-5.8-6.4-8-10C8 195.3 11 181.1 13.6 173.6c10.8-31.7 27.8-61.1 49.9-86.3c5.3-6 16.3-15.9 32.3-15.4c4.1 .1 8.2 .8 12.2 1.9L146 85c5.7 1.7 15.5-4 16.9-9.8l9.3-38.5c1-4.2 2.6-8.2 4.6-11.8c7.7-14 21.6-18.5 29.4-20.1C222.4 1.7 239 0 256 0zM218.1 51.4l-8.5 35.1c-7.8 32.3-45.3 53.9-77.2 44.6L97.9 120.9c-16.5 19.3-29.5 41.7-38 65.7l26.2 24.9c24 22.8 24 66.2 0 89L59.9 325.4c8.5 24 21.5 46.4 38 65.7l34.6-10.2c31.8-9.4 69.4 12.3 77.2 44.6l8.5 35.1c24.6 4.5 51.3 4.5 75.9 0l8.5-35.1c7.8-32.3 45.3-53.9 77.2-44.6l34.6 10.2c16.5-19.3 29.5-41.7 38-65.7l-26.2-24.9c-24-22.8-24-66.2 0-89l26.2-24.9c-8.5-24-21.5-46.4-38-65.7l-34.6 10.2c-31.8 9.4-69.4-12.3-77.2-44.6l-8.5-35.1c-24.6-4.5-51.3-4.5-75.9 0zM208 256a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zm48 96a96 96 0 1 1 0-192 96 96 0 1 1 0 192z'/%3E%3C/svg%3E");--fp-menu-back-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 256 512'%3E%3Cpath d='M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z'/%3E%3C/svg%3E")}.fp-subtitles-menu{background-image:var(--fp-subtitles-menu-icon)}.fp-menu-back{background-image:var(--fp-menu-back-icon)}.fp-fullscreen{background-image:var(--fp-fs-icon)}.fp-fullscreen-exit{background-image:var(--fp-fs-exit-icon)}.fp-play,.fp-pause{display:inline-block}.use-play-1 .fp-play,.fp-small-play{background-image:var(--fp-play-icon)}.use-play-3 .fp-play{background-image:var(--fp-play-circle-icon)}.use-play-1 .fp-pause,.fp-small-pause{background-image:var(--fp-pause-icon)}.use-play-2 .fp-play{background-image:var(--fp-play-stroke-icon)}.use-play-2 .fp-pause,.use-play-3 .fp-pause{background-image:var(--fp-pause-stroke-icon)}.fp-small-play,.fp-small-pause{width:1.8em;height:1.8em}.fp-pause,.fp-play{width:5em;height:5em}.fp-facebook{background-image:var(--fp-facebook-icon)}.fp-embed{background-image:var(--fp-embed-icon)}.fp-link{content:var(--fp-link-icon)}.fp-share{background-image:var(--fp-share-icon);display:inline-block}.fp-volume-mute-unmute{background-image:var(--fp-volume-icon);align-items:center;width:.7em;height:1.127em;display:flex}.fp-twitter{background-image:var(--fp-twitter-icon)}.fp-airplay{content:var(--fp-airplay-icon)}.fp-skip-next{background-image:var(--fp-skip-next-icon)}.fp-skip-prev{background-image:var(--fp-skip-prev-icon)}.fp-exit-float .fp-close{background-image:var(--fp-close-icon);display:block}.fp-mute{background-image:var(--fp-mute-icon)}.fp-unmute{background-image:var(--fp-unmute-icon)}.fp-fast-forward{background-image:var(--fp-fast-forward-icon);width:4em;height:1em;display:none}.fp-rewind{background-image:var(--fp-rewind-icon);width:4em;height:1em;display:none}.fp-previous,.fp-next{background-image:var(--fp-previous-icon);width:1.5em;height:1.5em;display:none;position:absolute;top:45%}.fp-previous:hover,.fp-next:hover{cursor:pointer}.fp-previous{left:0}.fp-next{right:0;transform:rotate(180deg)}.flowplayer *{color:#fff;-webkit-user-select:none;background-color:#0000;border:none}.flowplayer ul,.flowplayer li{list-style-type:none}.flowplayer [role=button]{appearance:none}#fp-icons{display:none}.flowplayer{text-align:left;color:#fff;background-color:#333;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;font-family:work sans,avenir,sans-serif;font-size:16px;display:inline-block;position:relative;overflow:hidden}.flowplayer,.flowplayer *{box-sizing:border-box}.flowplayer.is-small{font-size:14px}.flowplayer.is-tiny{font-size:12px}.fp-engine,.fp-ui{width:100%;height:100%;position:absolute;top:0;left:0}.fp-ui{flex-direction:column;justify-content:space-between;display:flex}.fp-header{z-index:1;align-items:center;min-height:3.6em;padding:1em;line-height:1;display:flex}.fp-header .fp-duration{background-color:#000c;border-radius:2px;padding:.3rem .6rem;display:none}.fp-header .fp-left{flex:1;align-items:center;display:flex}.fp-header .fp-right{text-align:right;flex:1}.fp-fullscreen,.fp-fullscreen-exit{cursor:pointer;width:2em;height:1.5em;display:inline-block}.fp-fullscreen-exit{display:none}.fp-middle{direction:ltr;flex-direction:row;flex:1;display:flex}.fp-middle>*{width:33%}.fp-middle .fp-middle-zone{text-align:center;cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.fp-footer{z-index:1;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:70%;max-height:30%;font-size:85%;line-height:1.5;display:none;position:absolute;bottom:2.2em;left:2.2em}.fp-controls .fp-timestamp,.fp-controls .fp-elapsed,.fp-controls .fp-duration,.fp-controls .fp-title,.fp-controls .fp-desc,.fp-footer .fp-timestamp,.fp-footer .fp-elapsed,.fp-footer .fp-duration,.fp-footer .fp-title,.fp-footer .fp-desc{text-shadow:0 1px 2px #000}.is-live .fp-duration,.is-live .fp-elapsed{display:none!important}.fp-title{text-transform:uppercase;letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:110%;font-weight:500;overflow:hidden}.fp-desc{opacity:.8;max-height:6em;overflow:hidden}.fp-time{text-align:center}.fp-explorer-logo{opacity:1;visibility:visible;z-index:9999;background-image:url(https://static.flowplayer.com/explorer/explorer.svg);background-size:cover;width:33%;padding-top:9%;display:block;position:absolute;bottom:3.6em;left:20px}.fp-controls{text-align:right;z-index:1;direction:ltr;justify-content:space-between;align-items:center;height:3.6em;padding:.72em;font-weight:500;display:flex;position:static}.fp-controls *{position:static}.fp-controls>*{margin:0 .45em}.fp-controls>:empty :not(.fp-volume-mute-unmute){display:none}.fp-timeline{cursor:col-resize;background-color:#ffffff1a;flex:1;height:.9em;position:relative}.fp-timeline:before{content:"";z-index:-1;position:absolute;inset:-.9em 0}.fp-timeline>*{background-color:#fff3;height:100%;position:absolute}.fp-timeline>.fp-chapter{background-color:#0000;border-right:2px solid #fff6}.fp-timeline>.fp-chapter:hover{background-color:var(--fp-brand-color)}.flowplayer:not(.is-seeking) .fp-progress,.flowplayer:not(.is-seeking) .fp-buffer{transition:width .2s}.flowplayer:not(.is-starting){background-size:0 0}.fp-volume-control{align-items:center;display:flex}.fp-volume-mute-unmute{cursor:pointer;margin-right:.9em;line-height:.5}.fp-volume-mute-unmute:hover{transform:scale(1.1)}.fp-volume-mute-unmute+.fp-volume{margin-left:-.45em}.fp-volume{cursor:pointer;width:5em;height:.9em;display:flex}.fp-tick{background-color:#ffffff1a;width:100%;height:100%;margin-left:4px;display:inline-block}.fp-tick:hover{transform:scale(1.2)}.fp-timestamp{background:0 0;font-size:80%;font-weight:400;line-height:0;top:-.9em}.fp-error-details{white-space:pre;line-height:0}.fp-chapter-info{padding:.9em .9em 0}.fp-icon{filter:drop-shadow(0 0 2px #0006);background-repeat:no-repeat}.fp-color{background-color:var(--fp-brand-color,white)}.fp-color-text{color:#99c80c}.use-thin-controlbar .fp-timeline,.use-drag-handle .fp-timeline{height:2px;transition:height .2s}.use-thin-controlbar .fp-controls:hover .fp-timeline,.use-drag-handle .fp-controls:hover .fp-timeline{height:.9em}.use-drag-handle .fp-dragger{border-radius:3em;width:1em;height:1em;transition:transform .2s;display:inline-block;position:relative;top:-.44em}.use-drag-handle .fp-controls:hover .fp-timeline{height:.3em}.use-drag-handle .fp-controls:hover .fp-dragger{transform:translateY(1px)scale(1.3)}.use-drag-handle .fp-timestamp{margin-top:-1.8em;margin-left:.4rem}.use-muted-autoplay .fp-right,.use-muted-autoplay .fp-share-menu{display:none}.use-muted-autoplay .fp-controls{opacity:1;justify-content:flex-end}.is-touch-device .use-muted-autoplay .fp-controls{visibility:visible}.use-muted-autoplay .fp-controls>:not(.fp-volume-control),.use-muted-autoplay .fp-volume,.no-mute>.fp-ui .fp-volume-mute-unmute,.no-fullscreen .fp-fullscreen,.no-fullscreen .fp-fullscreen-exit,.no-volume>.fp-ui .fp-volume{display:none}.poor-flex .fp-ui{display:block}.poor-flex .fp-ui>*{width:100%;position:absolute}.poor-flex .fp-header{height:3em;top:.45em}.poor-flex .fp-middle{height:65%;top:50px}.poor-flex .fp-controls{height:3em;bottom:0}.is-playing.is-touched .fp-play,.is-paused.is-touched .fp-pause,.is-paused:not(.is-touched):not(.is-starting) .fp-play,.is-playing:not(.is-touched) .fp-pause,.is-ended .fp-pause{width:0;height:0}@keyframes waiting{0%{transform:scale(1)}20%{transform:scaleY(2)}40%{transform:scale(1)}}.fp-livecountdown{color:#fff;text-transform:uppercase;text-align:center;background-image:linear-gradient(#000000bf,#0000 33%);position:absolute;inset:0}.fp-livecountdown p{margin:0;padding:0 0 .45em}.fp-livecountdown .fp-inner{letter-spacing:1px;min-width:15em;padding-top:3.6em;font-size:85%;font-weight:500;display:inline-block}.fp-livecountdown .fp-countdown{text-transform:none;font-size:230%;font-weight:300}.fp-menu-container,.fp-menu-container:before{font-weight:600}.fp-menu-container summary{list-style:none}.fp-menu-container summary::-webkit-details-marker{display:none}.fp-menu-container:hover{cursor:pointer}.fp-menu ol{margin:0;padding:0}.fp-menu>.fp-menu-header:empty{display:none}.flowplayer .fp-menu{background:#010000;border-radius:.2em;flex-direction:column;max-height:80%;margin:0 0 .9em;padding:0;list-style-type:none;display:flex;position:absolute;bottom:2.52em;right:.9em}.fp-menu ol::-webkit-scrollbar{width:.2em}.fp-menu ol::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #0000004d}.fp-menu ol::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090}.fp-menu-back{background-position:50%;background-size:.7em;padding:1.5em;display:none;position:absolute;left:0}.flowplayer:not(.is-tv) .fp-menu.fp-submenu .fp-menu-back{display:block}.fp-subtitles-menu{background-position:50%;background-size:1em;padding:1.5em;display:none;position:absolute;left:0}.flowplayer:not(.is-tv) .fp-menu:not(.fp-submenu) .fp-subtitles-menu{display:block}.fp-menu-header,.fp-menu li{text-align:center;color:#fdfdfd;justify-content:center;align-items:center;padding:.9em 2.7em;font-weight:700;display:flex}.fp-menu-header{border-bottom:1px solid #232323;position:relative}.fp-menu h3{text-transform:uppercase;letter-spacing:1px;margin:0;font-size:.99em;font-weight:700}.flowplayer:not(.is-tv) .fp-cc:not(.subs-native) .fp-menu h3{padding:0 3em}.fp-menu ol{overflow:hidden auto}.fp-invis{display:none}.fp-menu .fp-close{cursor:pointer;content:none;font-size:150%;display:none;position:absolute;right:1em}.fp-menu li.fp-on{background:#373737}.fp-menu li:hover{background:#505050;font-weight:900}.fp-menu li.on{background:#1d1d1d}.fp-menu li :not(span){vertical-align:top;width:1.08em;max-width:2.7em;height:1.08em;margin-right:.9em;display:inline-block}.fp-menu.fp-icons .fp-menu-header,.fp-menu.fp-icons li{text-align:left;white-space:nowrap}.is-small .fp-menu-container .fp-menu,.is-popped-out:not(.is-fullscreen) .fp-menu-container .fp-menu{border-radius:0;font-size:110%;position:absolute}.is-small .fp-menu-container .fp-menu .fp-menu-header,.is-popped-out:not(.is-fullscreen) .fp-menu-container .fp-menu .fp-menu-header{min-width:100%;padding-bottom:.45em;font-size:.9em}.is-small .fp-menu-container .fp-menu .fp-close,.is-popped-out:not(.is-fullscreen) .fp-menu-container .fp-menu .fp-close{display:block}.is-small .fp-menu-container .fp-menu,.is-popped-out:not(.is-fullscreen) .fp-menu-container .fp-menu{z-index:9999;height:100%;margin-bottom:0;max-height:100%!important;inset:0!important}.is-small .fp-menu-container .fp-menu li,.is-popped-out:not(.is-fullscreen) .fp-menu-container .fp-menu li{padding:.45em .27em}.is-starting .fp-captions{display:none}.fp-captions{flex-direction:column;align-items:center;width:100%;display:flex;position:absolute;bottom:.9em}.fp-captions *{color:unset}.is-chromecast-playing .fp-captions{display:none}.is-hovered .fp-captions,.is-touched .fp-captions,.is-paused .fp-captions,.is-kb-active .fp-captions{bottom:3.2em}.fp-captions:hover{cursor:pointer}.fp-captions pre{text-align:center;white-space:pre-wrap;font-size:var(--fp-sub-font-size);font-family:var(--fp-sub-font-family);color:rgba(var(--fp-sub-font-color), var(--fp-sub-font-opacity));background-color:rgba(var(--fp-sub-background-color), var(--fp-sub-background-opacity));text-shadow:var(--fp-sub-edge-style);margin:0;padding:.45em .9em}.fp-logo{z-index:1;max-width:20%;position:absolute;top:1em;left:1em}.fp-logo img{width:100%}.is-starting .fp-logo,.logo-on-right .fp-logo{right:1em;left:unset}.is-starting .fp-logo,.logo-on-bottom .fp-logo{bottom:1em;top:unset}.is-hovered:not(.is-starting) .fp-logo,.is-paused:not(.is-starting) .fp-logo,.is-touched:not(.is-starting) .fp-logo{display:none}.fp-playlist-controls{font-family:work sans,avenir,sans-serif}.fp-playlist-controls.is-empty{display:none}.fp-playlist-controls ol{flex-direction:column;gap:1em;margin:0;padding:0;list-style-type:none;display:flex;overflow-y:auto}.fp-playlist-controls .fp-playlist-controls-item{flex-direction:row;gap:.8em;display:flex}.fp-playlist-controls li{cursor:pointer;flex-direction:column;margin:0;display:flex}.fp-playlist-controls li.is-current{background-color:#80808040}.fp-playlist-controls li.is-current .fp-playlist-controls-playing{flex-direction:row;justify-content:center;align-items:center;gap:3px;width:100%;font-size:clamp(.725em,.7082em + .1389vw,1.025em);display:flex}.fp-playlist-controls li.is-current .fp-playlist-controls-duration{display:none}.fp-playlist-controls li.is-current .fp-playlist-controls-item-header:before{content:"";opacity:.6;background-color:#000;width:100%;height:100%;position:absolute}.fp-playlist-controls li:hover:not(.is-current){background-color:#80808033}.fp-playlist-controls li:hover:not(.is-current) .fp-playlist-controls-image{transform:scale(1.2)}.fp-playlist-controls .fp-playlist-controls-item-content{flex-direction:column;flex:1;justify-content:space-around;gap:.1em;display:flex}.fp-playlist-controls .fp-playlist-controls-item-content .fp-playlist-controls-item-title{padding-top:.2em;font-size:clamp(.9em,.8492em + .2541vw,1.4996em)}.fp-playlist-controls .fp-playlist-controls-item-content .fp-playlist-controls-item-desc{font-size:clamp(.725em,.7082em + .1389vw,1.025em)}.fp-playlist-controls .fp-playlist-controls-item-content *{-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;line-height:1.1em;display:-webkit-box;overflow:hidden}.fp-playlist-controls .fp-playlist-controls-item-header{color:#fdfdfd;flex:.8;max-width:20em;font-size:clamp(.725em,.7082em + .1389vw,1.025em);font-weight:600;display:flex;position:relative;overflow:hidden}.fp-playlist-controls .fp-playlist-controls-item-header .fp-playlist-controls-duration{background:#000000b3;border-top-left-radius:.3em;padding:.2em;font-size:clamp(.725em,.7082em + .1389vw,1.025em);position:absolute;bottom:0;right:0}.fp-playlist-controls .fp-playlist-controls-item-header .fp-playlist-controls-image{aspect-ratio:1.8;object-fit:cover;width:100%;transition:transform .25s}.fp-playlist-controls .fp-playlist-controls-item-header .fp-playlist-controls-playing{text-align:center;padding:.2em;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fp-playlist-controls .fp-playlist-controls-item-header .fp-playlist-controls-playing .fp-play{width:1em;height:1em}.is-playlist .fp-playlist-prev-preview,.is-playlist .fp-playlist-next-preview{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:contain;width:0;height:0;transition:width .2s ease-in-out,height .2s ease-in-out,top .2s ease-in-out;display:block;position:absolute;top:-2em}.is-playlist .fp-playlist-prev-preview{left:.5em}.is-playlist .fp-playlist-next-preview{left:6.5em}.is-playlist .fp-skip-prev{fill:#fff;width:1.2em;height:1.229em;margin-left:.5em;margin-right:1.5em;display:inline-block}.is-playlist .fp-skip-prev:hover~.fp-playlist-prev-preview{width:8em;height:6em;top:-7em}.is-playlist .fp-skip-next{fill:#fff;width:1.2em;height:1.229em;margin-left:1.5em;margin-right:1em;display:inline-block}.is-playlist .fp-skip-next:hover~.fp-playlist-next-preview{width:8em;height:6em;top:-7em}.is-prev-button-disabled .fp-skip-prev{opacity:.5;cursor:default}.is-prev-button-disabled .fp-skip-prev~.fp-playlist-prev-preview{display:none!important}.is-next-button-disabled .fp-skip-next{opacity:.5;cursor:default}.is-next-button-disabled .fp-skip-next~.fp-playlist-next-preview{display:none!important}.fp-playlist-controls-header{justify-content:space-between;align-items:center;margin-bottom:.5em;display:flex}.fp-playlist-controls-header .fp-playlist-title{margin:0;font-size:clamp(.9em,.8492em + .2541vw,1.4996em)}.fp-playlist-controls-header .fp-playlist-toggle{align-items:center;gap:.5em;display:flex}.fp-playlist-controls-header .fp-playlist-toggle .fp-playlist-toggle-label{cursor:pointer;background-color:#00000040;border-radius:20px;width:34px;height:16px;transition:all .3s;display:inline-block;position:relative}.fp-playlist-controls-header .fp-playlist-toggle .fp-playlist-toggle-label:after{content:"";background-color:#fff;border-radius:50%;width:13px;height:14px;transition:all .3s;position:absolute;top:1px;left:1px}.fp-playlist-controls-header .fp-playlist-toggle .fp-playlist-toggle-input{display:none}.fp-playlist-controls-header .fp-playlist-toggle .fp-playlist-toggle-input:checked+.fp-playlist-toggle-label{background-color:var(--fp-brand-color)}.fp-playlist-controls-header .fp-playlist-toggle .fp-playlist-toggle-input:checked+.fp-playlist-toggle-label:after{left:20px}.fp-playlist-controls-header .fp-playlist-toggle .fp-playlist-toggle-title{font-size:clamp(.625em,.6064em + .0928vw,.844em)}.fp-playlist-layout{grid-template:"player playlist"minmax(0,1fr)/2fr minmax(0,1fr);gap:12px;height:min-content;display:grid;position:relative;overflow:hidden}.fp-playlist-layout .flowplayer{grid-area:player;height:fit-content;max-height:100%}.fp-playlist-layout .fp-playlist-controls{flex-direction:column;grid-area:playlist;width:100%;display:flex;position:absolute;top:0;bottom:0}.fp-playlist-layout .fp-playlist-controls.is-empty{display:block}.fp-playlist-layout.left{grid-template-columns:minmax(0,1fr) 2fr;grid-template-areas:"playlist player"}.fp-playlist-layout.top{grid-template:"playlist"minmax(0,2fr)"player"1fr/1fr}.fp-playlist-layout.bottom{grid-template:"player"1fr"playlist"minmax(0,2fr)/1fr}@media only screen and (width<=768px){.fp-playlist-layout{gap:6px}.fp-playlist-layout,.fp-playlist-layout.right,.fp-playlist-layout.left{grid-template:"player"1fr"playlist"minmax(0,2fr)/1fr}}@media only screen and (width>=480px) and (width<=768px) and (orientation:landscape){.fp-playlist-layout,.fp-playlist-layout.right{grid-template:"player playlist"minmax(0,1fr)/2fr minmax(0,1fr)}.fp-playlist-layout.left{grid-template-columns:minmax(0,1fr) 2fr;grid-template-areas:"playlist player"}}@media only screen and (width>=768px) and (width<=1024px) and (orientation:portrait){.fp-playlist-layout,.fp-playlist-layout.right{grid-template-columns:3fr minmax(0,1fr)}.fp-playlist-layout.left{grid-template-columns:minmax(0,1fr) 3fr;grid-template-areas:"playlist player"}.fp-playlist-layout .fp-playlist-controls .fp-playlist-controls-item{flex-direction:column}.fp-playlist-layout .fp-playlist-controls .fp-playlist-controls-item .fp-playlist-controls-item-header{flex:1;max-width:100%}.fp-playlist-layout .fp-playlist-controls .fp-playlist-controls-item .fp-playlist-controls-item-content{flex:0}.fp-playlist-layout .fp-playlist-controls .fp-playlist-controls-item .fp-playlist-controls-item-content .fp-playlist-controls-item-desc{display:none}}.flowplayer-fatal{color:#a6a6a6;text-align:center;background-color:#262626e6;padding:8em 3em 3em}.flowplayer-fatal h2{color:#fff}.flowplayer-fatal .troubleshoot{color:#fff;border:1px solid #a6a6a6;border-radius:.2em;width:10em;margin:1em auto 8em;padding:.5em;text-decoration:none;display:block}.flowplayer-fatal img{height:1em}.fp-header .fp-share-menu .fp-share{width:.9em;height:1.028em}.fp-header .fp-share-menu .fp-menu{inset:auto auto auto 2em}.fp-share-menu .fp-menu-header,.fp-share-menu li{justify-content:flex-start}.is-starting .fp-share{display:none}.is-small.is-share-menu .fp-controls,.is-popped-out:not(.is-fullscreen).is-share-menu .fp-controls{display:none!important}.is-small.is-share-menu .fp-share-menu,.is-popped-out:not(.is-fullscreen).is-share-menu .fp-share-menu{z-index:99999}.is-small .fp-share-menu li,.is-popped-out:not(.is-fullscreen) .fp-share-menu li{padding:.27em .27em .27em 1.62em!important}.fp-share-menu.webshare-enabled{display:inline-block}.fp-message{color:#fff;z-index:10;background-color:#0000;max-height:0;transition:max-height .3s ease-in-out;display:block;position:absolute;top:3.6em;left:0;right:0;overflow:hidden}.fp-message.fp-shown{max-height:3em}.fp-message p{text-align:center;text-shadow:0 1px 2px #000;margin:1em}.is-small .fp-message{top:2.7em}.is-small .fp-message.fp-shown{max-height:3em}.is-small .fp-message p{margin:.5em}.is-tiny .fp-message{top:1.8em}.is-tiny .fp-message.fp-shown{max-height:2em}.is-tiny .fp-message p{margin:.25em}.fp-airplay{width:0}.is-airplay-available .fp-airplay{fill:#fff;order:1;width:2em;height:1.6em;margin-right:.6em;padding-top:.2em;display:inline-block}.is-starting .fp-airplay{width:0}.flowplayer *{outline:none}.is-accessibility :focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.up-next{color:#f1f1f1;grid-template-columns:50% 50%;align-content:center;width:100%;height:100%;display:none}.up-next .pane{flex-direction:column;padding:1em;display:flex;position:relative}.up-next .title{margin-bottom:.5em;font-weight:600}.up-next .description{font-size:.85em;font-weight:500}.up-next .poster{background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:66%;position:relative}.up-next .poster:hover{cursor:pointer}.up-next .countdown{visibility:hidden}.up-next .countdown.go{visibility:visible;background-color:var(--fp-brand-color);width:1%;height:3px;animation-name:countdown;animation-duration:var(--up-next-delay);transform-origin:0;display:block}@keyframes countdown{0%{transform:scaleX(1)}to{transform:scaleX(100)}}.up-next.cancelled .cancel{display:none}.up-next .cancel{margin:2em 0 .5em}.up-next .cancel:hover{cursor:pointer}.up-next .poster .fp-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.interstitial-grid{background-color:#030303;place-content:center;gap:.2em;height:100%;display:none}.interstitial-grid .grid-item{background-size:cover;overflow:hidden}.interstitial-grid .grid-item span{text-overflow:ellipsis;white-space:nowrap;filter:drop-shadow(0 0 2px #000);margin:.5em .5em 0;overflow:hidden}.interstitial-grid .grid-item .overlay{color:#f1f1f1;height:100%;font-size:.8em;display:grid}.interstitial-grid .grid-item:hover{cursor:pointer;transition:transform .2s ease-in-out;transform:scale(1.1)}.fp-endscreen,.fp-interstitial{z-index:2;width:100%;height:100%;padding:3.6em;display:none;position:absolute;top:0;left:0;background:#030303!important}.is-endscreen .fp-endscreen{display:block}.is-endscreen .fp-controls{z-index:3}.is-endscreen.is-up-next .up-next:not(.fp-interstitial),.is-endscreen.is-grid .interstitial-grid,.is-interstitial .fp-interstitial{display:grid}.is-starting.has-poster .fp-engine,.is-starting.is-live .fp-engine{visibility:hidden}.is-small .fp-play,.is-small .fp-pause{width:4em;height:4em}.is-small .fp-header{padding:.5em}.is-tiny .fp-play,.is-tiny .fp-pause{width:2.6em;height:2.6em}.is-tiny .fp-duration{display:none}.is-tiny .fp-timeline{margin:0 .45em}.is-tiny .fp-footer{font-size:65%;bottom:1.2em;left:1.2em}.fp-switch{will-change:transform,opacity;opacity:0;margin-top:-.9em;transition:transform .2s ease-out;display:inline;transform:scale(.5)}.is-waiting .fp-switch,.is-seeking .fp-switch{opacity:0;transition:none;transform:none}.is-toggling:not(.is-seeking) .fp-switch{opacity:1;transform:scale(1)}.is-small.is-toggling:not(.is-seeking) .fp-switch{transform:scale(.85)}.is-tiny.is-toggling:not(.is-seeking) .fp-switch{transform:scale(.7)}.is-starting:not(.is-waiting):not(.is-seeking.is-playing) .fp-switch{opacity:1;transform:scale(1)}.is-small.is-starting:not(.is-waiting):not(.is-seeking.is-playing) .fp-switch{transform:scale(.85)}.is-tiny.is-starting:not(.is-waiting):not(.is-seeking.is-playing) .fp-switch{transform:scale(.7)}.is-touched:not(.is-seeking) .fp-switch{opacity:1;transform:scale(1)}.is-small.is-touched:not(.is-seeking) .fp-switch{transform:scale(.85)}.is-tiny.is-touched:not(.is-seeking) .fp-switch{transform:scale(.7)}.is-ended .fp-switch{opacity:1;transform:scale(1)}.is-small.is-ended .fp-switch{transform:scale(.85)}.is-tiny.is-ended .fp-switch{transform:scale(.7)}.is-touch-device .is-playing:not(.is-touched) .is-seeking .fp-pause,.is-touch-device .is-paused:not(.is-touched) .is-seeking .fp-play{width:0;height:0}.fp-small-switch{align-items:center;margin:0;display:flex;position:relative}.fp-small-switch>*{cursor:pointer;display:none}.is-playing .fp-small-pause,.is-paused:not(.will-play) .fp-small-play,.will-play .fp-small-pause,.is-ended:not(.is-waiting):not(.is-seeking) .fp-small-play{display:inline-block}.is-playing.is-touched .fp-play,.is-paused.is-touched .fp-pause,.is-paused:not(.is-touched):not(.is-starting) .fp-play,.is-playing:not(.is-touched) .fp-pause,.is-ended .fp-pause{width:0;height:0}.is-starting .fp-controls{visibility:hidden!important}.is-starting .fp-pause{width:0}.is-starting .fp-header .fp-duration{display:inline-block}.is-starting .fp-footer{display:block}.is-starting .fp-fullscreen{visibility:hidden}.is-starting .fp-left>:empty{display:none}.is-seamless .fp-pause,.is-seamless .fp-play,.is-autoplay.is-starting .fp-pause,.is-autoplay.is-starting .fp-play,.is-livecountdown .fp-pause,.is-livecountdown .fp-play{width:0;height:0}.fp-togglable{will-change:visibility;opacity:0}.is-touch-device .fp-togglable{visibility:hidden}.is-hovered .fp-togglable,.is-kb-active .fp-togglable,.has-menu-opened .fp-togglable,.is-paused .fp-togglable,.is-touched .fp-togglable{opacity:1}.is-hovered.is-touch-device .fp-togglable,.is-kb-active.is-touch-device .fp-togglable,.has-menu-opened.is-touch-device .fp-togglable,.is-paused.is-touch-device .fp-togglable,.is-touched.is-touch-device .fp-togglable{visibility:visible}.is-hovered .fp-ui,.is-kb-active .fp-ui,.has-menu-opened .fp-ui,.is-paused .fp-ui,.is-touched .fp-ui{background-image:linear-gradient(#0000 85%,#00000080),linear-gradient(#00000080,#0000 20%)}.flowplayer.is-playing:not(.is-hovered) *{cursor:none}.is-muted:not(.no-mute) .fp-volume{visibility:hidden}.is-muted:not(.no-mute) .fp-volume-mute-unmute{white-space:nowrap}.is-muted:not(.no-mute) .fp-volume-mute-unmute:after{content:"×";margin-left:.4em;font-size:170%;font-weight:400;line-height:0}.is-fullscreen:not(.is-starting){background-image:none!important}.is-fullscreen{background-color:#262626;position:fixed;z-index:99999!important;border-radius:0!important;width:100%!important;max-width:100%!important;height:100%!important;margin:0!important;top:0!important;left:0!important}.is-fullscreen .fp-fullscreen{display:none}.is-fullscreen .fp-fullscreen-exit{display:inline-block}.fp-wait{opacity:0;height:2em;transition:opacity .3s .1s;position:absolute}.is-waiting:not(.is-toggling):not(.is-livecountdown) .fp-wait,.is-seeking:not(.is-toggling):not(.is-starting) .fp-wait,.is-seeking.is-starting.is-playing .fp-wait,.is-loading.is-autoplay .fp-wait{opacity:1}.is-waiting .fp-wait b,.is-seeking .fp-wait b,.is-loading .fp-wait b{animation:1s ease-in-out infinite waiting}.fp-wait b{background-color:#fff;border-radius:.1em;width:.4em;height:2em;margin:0 .2em;display:inline-block;box-shadow:0 0 .5rem #222}.fp-wait b:first-child{animation-delay:0}.fp-wait b:nth-child(2){animation-delay:.1s}.fp-wait b:nth-child(3){animation-delay:.15s}.fp-wait b:nth-child(4){animation-delay:.25s}.fp-live-status{margin:0 15px 0 7px;display:none}.fp-live-status .fp-live-indicator{float:left;content:"";border-radius:12px;width:12px;height:12px;margin:0 5px;display:block}.fp-live-status .fp-live-text{float:right;text-transform:uppercase;letter-spacing:1px;font-size:85%}.is-live .fp-live-status{cursor:pointer;align-items:center;display:flex}.is-live .fp-buffer{display:none}.is-live .fp-duration{min-width:2.8em}.is-live-seeked .fp-live-status:hover{cursor:pointer}.is-live-seeked .fp-live-indicator{background-color:#cccccc80}.no-timeline .fp-timeline{visibility:hidden}.has-chapters .fp-timeline>.fp-hover{display:none}.fp-cast-button{cursor:pointer;order:1;width:1.8em;height:1.6em;margin-left:.2em;margin-right:.2em;transition:transform .2s ease-in;display:inline-block}.fp-cast-button:hover{transform:scale(1.1)}.fp-cast-button google-cast-launcher{--disconnected-color:#fff}.fp-middle .fp-chromecast{color:#fff;text-align:center;text-shadow:0 1px 2px #000;background-color:#0000004d;background-size:cover;width:100%;padding-top:3em;font-size:200%;display:none;position:absolute;inset:0}.is-chromecast-playing .fp-fullscreen,.is-chromecast-playing .fp-fullscreen-exit{display:none}.is-chromecast-playing .fp-chromecast{display:block}.is-chromecast-playing.no-chromecast-controls .fp-controls{display:none!important}.flowplayer.is-flashls .fp-flashls{position:absolute}.flowplayer.is-flashls .fp-flashls.is-initialising{z-index:9999}.flowplayer.is-audio-player:not(.ad-linear){background-size:cover}.flowplayer.is-audio-player:not(.ad-linear) .fp-engine{visibility:hidden}.flowplayer.is-audio-player:not(.ad-linear) .fp-fullscreen{display:none}.flowplayer.is-audio-player:not(.ad-linear) .fp-togglable{visibility:visible;opacity:1}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only{height:3.6em}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only .fp-header,.flowplayer.is-audio-player:not(.ad-linear).show-controls-only .fp-middle{display:none}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only .fp-controls{height:100%}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting{flex-flow:row-reverse;justify-content:center;align-items:center;display:flex}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting video{display:none}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting .fp-ui,.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting .fp-footer{width:auto;max-width:none;position:relative;bottom:auto;left:auto;right:auto}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting .fp-footer{flex-grow:1}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting .fp-ui .fp-header,.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting .fp-ui .fp-controls{display:none}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting .fp-ui .fp-middle{max-height:3.6em;display:flex}.flowplayer.is-audio-player:not(.ad-linear).show-controls-only.is-starting .fp-ui .fp-middle .fp-switch{margin-top:.2em;transform:scale(.6)}#flowplayer-floating-placeholder{color:#a6a6a6;background-color:#262626e6}#flowplayer-floating-placeholder p{color:#fff;text-align:center;margin:0 auto;padding:3em 0 0;font-size:1.2em;font-weight:600;text-decoration:none;display:block}.flowplayer.is-popped-out .fp-float-wrapper{background-color:#333;width:100%;position:fixed!important}.flowplayer.is-popped-out{z-index:10}body>#flowplayer-floating-container,.flowplayer.is-popped-out .fp-float-wrapper{max-width:33%;position:sticky;bottom:1em;left:1em}@media screen and (orientation:portrait){body>#flowplayer-floating-container,.flowplayer.is-popped-out .fp-float-wrapper{max-width:none;bottom:0;left:0;right:0}}.no-standard-controls .fp-controls,.no-standard-controls .fp-header>*,.fp-exit-float{display:none}.fp-exit-float .fp-close:hover{transform:scale(1.1)}.fp-mute-float,.fp-mute-float .fp-mute{display:none}.fp-mute-float .fp-unmute{display:block}.fp-mute-float .fp-mute:hover,.fp-mute-float .fp-unmute:hover{transform:scale(1.1)}.is-muted .fp-mute-float .fp-mute{display:block}.is-muted .fp-mute-float .fp-unmute,.is-popped-out:not(.is-fullscreen) .fp-volume-control{display:none}.is-popped-out:not(.is-fullscreen) .fp-exit-float,.is-popped-out:not(.is-fullscreen) .fp-mute-float{background-color:#0005;border-radius:100%;width:3.15em;height:2.925em;display:block;position:absolute;top:50%;right:1em;transform:translateY(-50%)}@media screen and (orientation:portrait){.is-popped-out:not(.is-fullscreen) .fp-exit-float,.is-popped-out:not(.is-fullscreen) .fp-mute-float{width:12vw;height:12vw;right:1vw}}.is-popped-out:not(.is-fullscreen) .fp-exit-float>*,.is-popped-out:not(.is-fullscreen) .fp-mute-float>*{height:100%}.is-popped-out:not(.is-fullscreen) .fp-mute-float{left:1em}.fp-float-player-icons{fill:#fff;stroke:#fff;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round}.is-popped-out .fp-middle{width:100%;height:100%;position:absolute}.is-popped-out .fp-controls{width:100%;position:absolute;bottom:0}.is-ad-showing.is-popped-out:not(.is-fullscreen) .fp-exit-float{width:1.6em;height:1.6em;margin-left:1.8em;position:relative}.has-menu-opened.is-popped-out .fp-controls{position:static}.no-title .fp-title,.no-description .fp-desc,.no-controls .fp-controls{display:none}.no-controls .fp-middle{padding-bottom:3.6em}.no-duration .fp-header .fp-duration,.no-header .fp-header{display:none}.no-header .fp-middle{padding-top:3.6em}.fp-right-zone,.fp-left-zone{background:0 0;align-content:center;align-items:center;display:flex}.fp-right-zone .fp-zone-seconds,.fp-left-zone .fp-zone-seconds{filter:drop-shadow(0 0 2px #0006);align-content:center;align-items:center;width:2em;font-size:1.5em;font-weight:700;display:none}.fp-right-zone .fp-zone-seconds:empty,.fp-left-zone .fp-zone-seconds:empty{visibility:hidden}.fp-left-zone{flex-direction:row-reverse}.fp-left-zone .fp-zone-seconds:before{content:"-"}.fp-right-zone .fp-zone-seconds{justify-content:flex-end}.fp-right-zone .fp-zone-seconds:before{content:"+"}.is-touched .fp-ui{background:#0003}.is-touched.is-seekable:not(.no-touch-zones):not(.no-timeline) .fp-left-zone .fp-rewind,.is-touched.is-seekable:not(.no-touch-zones):not(.no-timeline) .fp-left-zone .fp-zone-seconds,.is-touched.is-seekable:not(.no-touch-zones):not(.no-timeline):not(.is-disabled) .fp-right-zone .fp-fast-forward,.is-touched.is-seekable:not(.no-touch-zones):not(.no-timeline):not(.is-disabled) .fp-right-zone .fp-zone-seconds,.will-seek.forward .fp-right-zone .fp-fast-forward,.will-seek.forward .fp-right-zone .fp-zone-seconds,.will-seek.backward .fp-left-zone .fp-rewind,.will-seek.backward .fp-left-zone .fp-zone-seconds{display:flex}.is-casting .fp-right-zone,.is-casting .fp-left-zone{z-index:1}.fp-thumbnail-carousel{display:none}.is-hovered.with-thumbnails .fp-thumbnail-carousel{justify-content:center;width:100%;padding:1em 0;display:flex;position:absolute;bottom:3.6em;left:0}.fp-thumbnail-carousel .thumbnail{filter:drop-shadow(0 0 1em #000);margin:0 1em}.fp-thumbnail-carousel .thumbnail:first-child,.fp-thumbnail-carousel .thumbnail:last-child{transform:scale(.6)}.with-thumbnails .fp-ui{background:#0003}.is-tv{width:100%;height:100%}.is-tv .fp-header{visibility:hidden}.is-tv .fp-controls{padding:0 8em;font-weight:900}.is-tv .fp-controls .fp-btns,.is-tv .fp-controls .fp-volumebtn,.is-tv .fp-controls .fp-volume{display:none}.is-tv .fp-controls .fp-timeline{background-color:#ffffff80}.is-tv .fp-controls .fp-live-status:focus{outline:2px auto highlight}.is-tv .fp-captions pre{font-size:25px}.tv-menu{max-height:80%;font-size:25px;display:none;position:absolute;bottom:1.5em;right:0}.tv-menu.is-open{display:flex}.tv-menu .fp-menu{right:unset;bottom:unset;max-height:unset;border-style:solid;position:static}.tv-menu .fp-menu li:focus{background:#505050}flowplayer-ssai-ui{--ssai-accent-color:gold;--ssai-percent-complete:0;--ssai-percent-previous:0}flowplayer-ssai-ui .fp-fullscreen,flowplayer-ssai-ui .fp-fullscreen-exit{z-index:1;margin:1em;position:absolute;right:0}.fp-ssai-ui{width:100%;height:100%;display:none;position:absolute;top:0}.fp-ssai-ui flowplayer-ssai-indicator{color:var(--ssai-accent-color);font-weight:700;position:absolute;bottom:1em;left:1.2em}.ssai-ad-active:not(.is-starting):not(.is-error){background:0 0!important}.ssai-ad-active:not(.is-starting):not(.is-error) .fp-ui{display:none}.ssai-ad-active:not(.is-starting):not(.is-error) .fp-ssai-ui{display:block}.ssai-ad-active:not(.is-starting):not(.is-error).is-hovered flowplayer-ssai-ui,.ssai-ad-active:not(.is-starting):not(.is-error).is-paused flowplayer-ssai-ui{background-image:linear-gradient(#0000 85%,#00000080),linear-gradient(#00000080,#0000 20%)}.ssai-ad-active:not(.is-starting):not(.is-error).is-hovered flowplayer-ssai-indicator,.ssai-ad-active:not(.is-starting):not(.is-error).is-paused flowplayer-ssai-indicator{bottom:3em}.ssai-ad-active:not(.is-starting):not(.is-error).is-hovered flowplayer-ssai-controls,.ssai-ad-active:not(.is-starting):not(.is-error).is-paused flowplayer-ssai-controls{text-align:right;z-index:1;direction:ltr;justify-content:space-between;align-items:center;height:3.6em;padding:.72em;font-weight:500}.ssai-ad-active:not(.is-starting):not(.is-error).is-hovered flowplayer-ssai-controls flowplayer-ssai-timeline,.ssai-ad-active:not(.is-starting):not(.is-error).is-paused flowplayer-ssai-controls flowplayer-ssai-timeline{background-color:#ffffff1a;height:.9em}.ssai-ad-active:not(.is-starting):not(.is-error).is-hovered flowplayer-ssai-controls>*,.ssai-ad-active:not(.is-starting):not(.is-error).is-paused flowplayer-ssai-controls>*{margin:0 .45em;display:flex!important}.fp-ssai-controls{z-index:1}flowplayer-ssai-controls{text-shadow:0 1px 2px #000;flex-direction:row;align-self:flex-end;width:100%;display:flex;position:absolute;bottom:0}flowplayer-ssai-controls>*{display:none!important}flowplayer-ssai-controls flowplayer-ssai-timeline{background-clip:content-box;flex:1;height:.3em;position:relative;display:block!important}flowplayer-ssai-controls flowplayer-ssai-timeline .fp-ssai-progress{transform-origin:0;width:1%;transform:scaleX(var(--ssai-percent-previous));height:100%;position:absolute}flowplayer-ssai-controls flowplayer-ssai-timeline .fp-ssai-progress.go{animation-name:progress;animation-duration:.16s}@keyframes progress{0%{transform:scaleX(var(--ssai-percent-previous))}to{transform:scaleX(var(--ssai-percent-complete))}}.fp-preview{object-fit:contain;background:#333;width:100%;height:100%;display:none;position:absolute}.is-in-viewport.is-starting .in-viewport.fp-preview,.is-hovered.is-starting .fp-preview{display:block}.fp-ad-ui{--ad-accent-color:gold;--ad-percent-complete:0;--ad-percent-previous:0;z-index:100;flex-direction:column-reverse;width:100%;height:100%;display:none;position:absolute;top:0}.ad-linear .fp-ad-ui,.ad-non-linear .fp-ad-ui{display:flex}.ad-non-linear .fp-ad-ui{top:unset;align-items:center;height:0;bottom:3.5em}flowplayer-ad-controls{z-index:1000;flex-direction:row;height:3em;padding:.72em 0 .72em 2em;line-height:2em;position:absolute;bottom:.2em}flowplayer-ad-controls:not(.is-ad-remaining) .fp-ad-remaining,flowplayer-ad-controls:not(.is-ad-choices) .fp-ad-choices,flowplayer-ad-controls.no-volume-bar .fp-volume,flowplayer-ad-controls.no-indicator .ad-indicator,flowplayer-ad-controls:not(.no-fullscreen) .fp-fullscreen .fp-fullscreen-exit{display:none}flowplayer-ad-controls .fp-color-text{color:gold;font-weight:700;line-height:1.8em}flowplayer-ad-controls .fp-ad-remaining:after{content:"·";margin-left:.5em;margin-right:.5em}flowplayer-ad-controls .ad-indicator{margin-right:1em}flowplayer-ad-controls .fp-fullscreen,flowplayer-ad-controls .fp-fullscreen-exit{visibility:visible!important}flowplayer-ad-controls .ad-indicator:before{margin-right:.5em}flowplayer-ad-controls .fp-volumebtn{width:1.12em;height:100%;margin-right:2.38em}flowplayer-ad-controls .fp-volumebtn:after{font-size:230%!important;line-height:inherit!important}flowplayer-ad-controls .fp-volume-mute-unmute{height:100%}flowplayer-ad-controls .fp-volume{margin-top:.4em;margin-right:.6em;margin-left:-2.2em!important}flowplayer-ad-controls .fp-ad-choices{color:#000;z-index:11;cursor:pointer;background-color:#ffffffb3;border-bottom-left-radius:8px;width:77px;height:15px;margin-left:1em;padding-left:5px;font-size:11px;font-weight:500;display:block;position:relative;top:-.3em;right:0}flowplayer-ad-controls .fp-ad-choices:after{content:" ";cursor:pointer;background-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI1MDAiIHZpZXdCb3g9Ii4yIDAgMTkuNCAyMCIgd2lkdGg9IjI0MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTIuMiAyMGMxIDAgMS43LS41IDIuNC0uOS42LS4zIDEuMi0uNyAxLjktMSAzLjItMS43IDYuNC0zLjUgOS42LTUuMyAxLS41IDIuMy0xIDMtMS45LjItLjMuNS0uNy40LTEuMi0uMy0xLjEtMS43LTEuNS0yLjYtMi0yLjItMS4yLTQuNS0yLjUtNi43LTMuNy0uOC0uNS0yLTEuNC0zLS43LS40LjItLjYuNC0uNy43LS4xLjQgMCAuOSAwIDEuM3YzLjJjMCAuOS0uMSAxLjYuNSAyIC4yLjEuNi4yLjkuMSAxLS40LjctMi4yLjctMy42di0xLjFjMS43LjkgMy40IDEuOCA1LjEgMi42LjYuMyAxLjYuNiAxLjggMS40LjIuOS0xLjcgMS42LTIuMyAxLjlsLTYuOSAzLjljLS41LjMtMS44IDEuMy0yLjYgMS0uMy0uMS0uNS0uNC0uNS0uNi0uMS0uNC0uMS0xLS4xLTEuNXYtMy4yLTUuNGMwLS44LS4xLTEuOC4yLTIuMy43LTEgMi4zLjggMi44LS44LjEtLjQtLjEtLjgtLjMtMS0uNC0uNi0yLjItMS41LTIuOS0xLjctLjItLjEtLjctLjItMS0uMi0xLjcuMy0xLjMgMy0xLjMgNXY5LjljMCAxLjUtLjIgMy41LjQgNC40LjMuNS42LjUgMS4yLjd6bTUuMi02LjVjMS41IDAgMS42LTEuOS4yLTIuMi0uOC0uMS0xLjQuNy0xLjIgMS40LjIuNS41LjYgMSAuOHoiIGZpbGw9IiMwMGFlY2QiLz48L3N2Zz4=);background-size:contain;width:13px;height:13.747px;display:inline-block;position:absolute;top:.8em;right:1px}.fp-ad-controls{display:none}.ad-linear.ad-paused .fp-ad-controls,.ad-linear.is-hovered .fp-ad-controls,.ad-linear .fp-ad-controls.is-ad-controls-sticky{display:flex}.ad-playback-controls>*{width:1.8em;height:1.8em;margin-right:1em;display:none}.ad-playback-controls>:hover{cursor:pointer}.ad-paused.ad-linear .fp-small-play{display:inline-block}.ad-playing.ad-linear .fp-small-play{display:none!important}.ad-playing.ad-linear .fp-small-pause{display:inline-block}.ad-hide-first-frame .fp-wait{opacity:1}.ad-hide-first-frame .fp-engine{visibility:hidden}.ad-hide-first-frame>.fp-ui .fp-switch{display:none}flowplayer-ad-countdown{background:var(--flowplayer-background-color,#333);transform-origin:0;width:1%;height:.2em;transform:scaleX(var(--ad-percent-previous));position:absolute;bottom:0;left:0;background-color:var(--ad-accent-color)!important}flowplayer-ad-countdown.go{animation-name:adProgress;animation-duration:.15s}.fp-ad-countdown{display:none}.ad-linear .fp-ad-countdown{display:flex}@keyframes adProgress{0%{transform:scaleX(var(--ad-percent-previous))}to{transform:scaleX(var(--ad-percent-complete))}}.is-popped-out.ad-linear :not(.is-fullscreen) .fp-exit-float{width:1.6em;height:1.6em;margin-left:1.8em;position:relative}.ad-attribution{text-align:center;z-index:10;color:#dadada;width:100%;font-size:11px;font-weight:500;position:absolute;top:0}.preroll-ios.is-starting:not(.is-error):not(.ad-playing):not(.ad-paused) .fp-wait{opacity:1}.preroll-ios.is-starting:not(.is-error):not(.ad-playing):not(.ad-paused) .fp-switch{display:none}.ads-custom-playback-enabled:not(.is-error).ad-playing,.ads-custom-playback-enabled:not(.is-error).ad-paused{background-image:none!important}.ads-custom-playback-enabled:not(.is-error).ad-playing .fp-engine,.ads-custom-playback-enabled:not(.is-error).ad-paused .fp-engine{visibility:visible!important;display:block!important}.ads-custom-playback-enabled:not(.is-error).ad-playing .fp-ui,.ads-custom-playback-enabled:not(.is-error).ad-playing .fp-logo,.ads-custom-playback-enabled:not(.is-error).ad-playing .fp-footer,.ads-custom-playback-enabled:not(.is-error).ad-paused .fp-ui,.ads-custom-playback-enabled:not(.is-error).ad-paused .fp-logo,.ads-custom-playback-enabled:not(.is-error).ad-paused .fp-footer{display:none!important}.debug-info{z-index:1;background-color:#0000004d;flex-direction:column;display:flex;position:absolute;bottom:4em;left:0}.debug-info .row{flex-direction:row;padding:.5em}.debug-info .row span{display:inline-flex}.debug-info .attr{justify-content:end;width:10em;padding-right:.5em}.is-error .fp-middle{display:none}.fp-error{text-shadow:0 0 1px #010000;z-index:100;background-color:#010000;place-content:center;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.fp-error p{padding:0 1em}.is-error .fp-error{display:grid}.fp-error .error-message{margin:0}.is-live.has-poster.is-starting .fp-error{background-color:#0009}
