/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.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(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,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:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(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-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.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:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;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%{animation-timing-function:ease-in;opacity:0;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-duration:.75s;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-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) 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%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.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%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{-webkit-font-smoothing:subpixel-antialiased;-webkit-touch-callout:none;color:#ccc;font-size:13px;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{-webkit-overflow-scrolling:touch;background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:transparent;border:4px solid;border-color:#888 #888 #fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}
.fancybox-button--fullscreen:before{background:none;border:2px solid;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);width:15px}
.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}
.fancybox-button--pause:before,.fancybox-button--play:before{background:transparent;left:calc(50% - 4px);top:calc(50% - 6px)}.fancybox-button--play:before{border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;border-top:6px inset transparent;height:0;width:0}.fancybox-button--pause:before{border-style:solid;border-width:0 2px;height:11px;width:7px}
.fancybox-thumbs{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#ddd;bottom:0;display:none;margin:0;padding:2px 2px 4px;position:absolute;right:0;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-tap-highlight-color:transparent;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
@charset "UTF-8";:root{--new-color:#fff;--new-color-bg:#b51a29;--new-color--hover:#b51a29;--new-color-bg--hover:#fff;--banner-height:70px;--gray:#6e6e6e;--gray-dark:#343a40;--primary:#b51a29;--secondary:#584991;--success:#28a745;--info:#0c7492;--warning:#eba00a;--danger:#b51a29;--light:#9c9d9f;--dark:#565b5d;--blue:#0c7492;--indigo:#6610f2;--purple:#584991;--pink:#e83e8c;--red:#b51a29;--orange:#e16103;--yellow:#eba00a;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--grey-100:#f8f9fa;--grey-200:#e9ecef;--grey-300:#dee2e6;--grey-400:#ced4da;--grey-500:#adb5bd;--grey-600:#6e6e6e;--grey-700:#495057;--grey-800:#343a40;--grey-900:#212529;--black:#000;--lighterGrey:#f7f7f7;--darkerLightGrey:#f5f5f5;--lightGrey:#f2f2f2;--darkGrey:#ececec;--lighter-grey:#f7f7f7;--darker-light-grey:#f5f5f5;--light-grey:#f2f2f2;--dark-grey:#ececec;--spotkania:#fbd998;--cookies:#d5e5ed;--poir:#00a097;--popw:#4b4894;--power:#dc651e;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1350px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#b51a29;text-decoration:none}a:hover{color:#72101a;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6e6e6e;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#6e6e6e;display:block;font-size:80%}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6e6e6e;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-xl{margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px;width:100%}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1176px}}.row{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.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,.col-xxl,.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-auto{padding-left:10px;padding-right:10px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}@media (min-width:1350px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}}.table{color:#000;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#000}.table-primary,.table-primary>td,.table-primary>th{background-color:#eabfc3}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#d98890}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#e4acb1}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d0cce0}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#a8a0c6}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c1bcd6}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bbd8e0}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#81b7c6}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a9ced8}.table-warning,.table-warning>td,.table-warning>th{background-color:#f9e4ba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#f5ce80}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f7dba3}.table-danger,.table-danger>td,.table-danger>th{background-color:#eabfc3}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#d98890}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#e4acb1}.table-light,.table-light>td,.table-light>th{background-color:#e3e4e4}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#cccccd}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#d6d7d7}.table-dark,.table-dark>td,.table-dark>th{background-color:#d0d1d2}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#a7aaab}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c3c4c6}.table-blue,.table-blue>td,.table-blue>th{background-color:#bbd8e0}.table-blue tbody+tbody,.table-blue td,.table-blue th,.table-blue thead th{border-color:#81b7c6}.table-hover .table-blue:hover,.table-hover .table-blue:hover>td,.table-hover .table-blue:hover>th{background-color:#a9ced8}.table-indigo,.table-indigo>td,.table-indigo>th{background-color:#d4bcfb}.table-indigo tbody+tbody,.table-indigo td,.table-indigo th,.table-indigo thead th{border-color:#af83f8}.table-hover .table-indigo:hover,.table-hover .table-indigo:hover>td,.table-hover .table-indigo:hover>th{background-color:#c5a4fa}.table-purple,.table-purple>td,.table-purple>th{background-color:#d0cce0}.table-purple tbody+tbody,.table-purple td,.table-purple th,.table-purple thead th{border-color:#a8a0c6}.table-hover .table-purple:hover,.table-hover .table-purple:hover>td,.table-hover .table-purple:hover>th{background-color:#c1bcd6}.table-pink,.table-pink>td,.table-pink>th{background-color:#f9c9df}.table-pink tbody+tbody,.table-pink td,.table-pink th,.table-pink thead th{border-color:#f39bc3}.table-hover .table-pink:hover,.table-hover .table-pink:hover>td,.table-hover .table-pink:hover>th{background-color:#f6b2d1}.table-red,.table-red>td,.table-red>th{background-color:#eabfc3}.table-red tbody+tbody,.table-red td,.table-red th,.table-red thead th{border-color:#d98890}.table-hover .table-red:hover,.table-hover .table-red:hover>td,.table-hover .table-red:hover>th{background-color:#e4acb1}.table-orange,.table-orange>td,.table-orange>th{background-color:#f7d3b8}.table-orange tbody+tbody,.table-orange td,.table-orange th,.table-orange thead th{border-color:#efad7c}.table-hover .table-orange:hover,.table-hover .table-orange:hover>td,.table-hover .table-orange:hover>th{background-color:#f4c5a1}.table-yellow,.table-yellow>td,.table-yellow>th{background-color:#f9e4ba}.table-yellow tbody+tbody,.table-yellow td,.table-yellow th,.table-yellow thead th{border-color:#f5ce80}.table-hover .table-yellow:hover,.table-hover .table-yellow:hover>td,.table-hover .table-yellow:hover>th{background-color:#f7dba3}.table-green,.table-green>td,.table-green>th{background-color:#c3e6cb}.table-green tbody+tbody,.table-green td,.table-green th,.table-green thead th{border-color:#8fd19e}.table-hover .table-green:hover,.table-hover .table-green:hover>td,.table-hover .table-green:hover>th{background-color:#b1dfbb}.table-teal,.table-teal>td,.table-teal>th{background-color:#c1f0e2}.table-teal tbody+tbody,.table-teal td,.table-teal th,.table-teal thead th{border-color:#8be3c9}.table-hover .table-teal:hover,.table-hover .table-teal:hover>td,.table-hover .table-teal:hover>th{background-color:#acebd8}.table-cyan,.table-cyan>td,.table-cyan>th{background-color:#bee5eb}.table-cyan tbody+tbody,.table-cyan td,.table-cyan th,.table-cyan thead th{border-color:#86cfda}.table-hover .table-cyan:hover,.table-hover .table-cyan:hover>td,.table-hover .table-cyan:hover>th{background-color:#abdde5}.table-white,.table-white>td,.table-white>th{background-color:#fff}.table-white tbody+tbody,.table-white td,.table-white th,.table-white thead th{border-color:#fff}.table-hover .table-white:hover,.table-hover .table-white:hover>td,.table-hover .table-white:hover>th{background-color:#f2f2f2}.table-grey-100,.table-grey-100>td,.table-grey-100>th{background-color:#fdfdfe}.table-grey-100 tbody+tbody,.table-grey-100 td,.table-grey-100 th,.table-grey-100 thead th{border-color:#fbfcfc}.table-hover .table-grey-100:hover,.table-hover .table-grey-100:hover>td,.table-hover .table-grey-100:hover>th{background-color:#ececf6}.table-grey-200,.table-grey-200>td,.table-grey-200>th{background-color:#f9fafb}.table-grey-200 tbody+tbody,.table-grey-200 td,.table-grey-200 th,.table-grey-200 thead th{border-color:#f4f5f7}.table-hover .table-grey-200:hover,.table-hover .table-grey-200:hover>td,.table-hover .table-grey-200:hover>th{background-color:#eaedf1}.table-grey-300,.table-grey-300>td,.table-grey-300>th{background-color:#f6f7f8}.table-grey-300 tbody+tbody,.table-grey-300 td,.table-grey-300 th,.table-grey-300 thead th{border-color:#eef0f2}.table-hover .table-grey-300:hover,.table-hover .table-grey-300:hover>td,.table-hover .table-grey-300:hover>th{background-color:#e8eaed}.table-grey-400,.table-grey-400>td,.table-grey-400>th{background-color:#f1f3f5}.table-grey-400 tbody+tbody,.table-grey-400 td,.table-grey-400 th,.table-grey-400 thead th{border-color:#e6e9ec}.table-hover .table-grey-400:hover,.table-hover .table-grey-400:hover>td,.table-hover .table-grey-400:hover>th{background-color:#e2e6ea}.table-grey-500,.table-grey-500>td,.table-grey-500>th{background-color:#e8eaed}.table-grey-500 tbody+tbody,.table-grey-500 td,.table-grey-500 th,.table-grey-500 thead th{border-color:#d4d9dd}.table-hover .table-grey-500:hover,.table-hover .table-grey-500:hover>td,.table-hover .table-grey-500:hover>th{background-color:#dadde2}.table-grey-600,.table-grey-600>td,.table-grey-600>th{background-color:#d6d6d6}.table-grey-600 tbody+tbody,.table-grey-600 td,.table-grey-600 th,.table-grey-600 thead th{border-color:#b4b4b4}.table-hover .table-grey-600:hover,.table-hover .table-grey-600:hover>td,.table-hover .table-grey-600:hover>th{background-color:#c9c9c9}.table-grey-700,.table-grey-700>td,.table-grey-700>th{background-color:#ccced0}.table-grey-700 tbody+tbody,.table-grey-700 td,.table-grey-700 th,.table-grey-700 thead th{border-color:#a0a4a8}.table-hover .table-grey-700:hover,.table-hover .table-grey-700:hover>td,.table-hover .table-grey-700:hover>th{background-color:#bfc1c4}.table-grey-800,.table-grey-800>td,.table-grey-800>th{background-color:#c6c8ca}.table-grey-800 tbody+tbody,.table-grey-800 td,.table-grey-800 th,.table-grey-800 thead th{border-color:#95999c}.table-hover .table-grey-800:hover,.table-hover .table-grey-800:hover>td,.table-hover .table-grey-800:hover>th{background-color:#b9bbbe}.table-grey-900,.table-grey-900>td,.table-grey-900>th{background-color:#c1c2c3}.table-grey-900 tbody+tbody,.table-grey-900 td,.table-grey-900 th,.table-grey-900 thead th{border-color:#8c8e90}.table-hover .table-grey-900:hover,.table-hover .table-grey-900:hover>td,.table-hover .table-grey-900:hover>th{background-color:#b4b5b6}.table-black,.table-black>td,.table-black>th{background-color:#b8b8b8}.table-black tbody+tbody,.table-black td,.table-black th,.table-black thead th{border-color:#7a7a7a}.table-hover .table-black:hover,.table-hover .table-black:hover>td,.table-hover .table-black:hover>th{background-color:#ababab}.table-lighterGrey,.table-lighterGrey>td,.table-lighterGrey>th{background-color:#fdfdfd}.table-lighterGrey tbody+tbody,.table-lighterGrey td,.table-lighterGrey th,.table-lighterGrey thead th{border-color:#fbfbfb}.table-hover .table-lighterGrey:hover,.table-hover .table-lighterGrey:hover>td,.table-hover .table-lighterGrey:hover>th{background-color:#f0f0f0}.table-darkerLightGrey,.table-darkerLightGrey>td,.table-darkerLightGrey>th{background-color:#fcfcfc}.table-darkerLightGrey tbody+tbody,.table-darkerLightGrey td,.table-darkerLightGrey th,.table-darkerLightGrey thead th{border-color:#fafafa}.table-hover .table-darkerLightGrey:hover,.table-hover .table-darkerLightGrey:hover>td,.table-hover .table-darkerLightGrey:hover>th{background-color:#efefef}.table-lightGrey,.table-lightGrey>td,.table-lightGrey>th{background-color:#fbfbfb}.table-lightGrey tbody+tbody,.table-lightGrey td,.table-lightGrey th,.table-lightGrey thead th{border-color:#f8f8f8}.table-hover .table-lightGrey:hover,.table-hover .table-lightGrey:hover>td,.table-hover .table-lightGrey:hover>th{background-color:#eee}.table-darkGrey,.table-darkGrey>td,.table-darkGrey>th{background-color:#fafafa}.table-darkGrey tbody+tbody,.table-darkGrey td,.table-darkGrey th,.table-darkGrey thead th{border-color:#f5f5f5}.table-hover .table-darkGrey:hover,.table-hover .table-darkGrey:hover>td,.table-hover .table-darkGrey:hover>th{background-color:#ededed}.table-lighter-grey,.table-lighter-grey>td,.table-lighter-grey>th{background-color:#fdfdfd}.table-lighter-grey tbody+tbody,.table-lighter-grey td,.table-lighter-grey th,.table-lighter-grey thead th{border-color:#fbfbfb}.table-hover .table-lighter-grey:hover,.table-hover .table-lighter-grey:hover>td,.table-hover .table-lighter-grey:hover>th{background-color:#f0f0f0}.table-darker-light-grey,.table-darker-light-grey>td,.table-darker-light-grey>th{background-color:#fcfcfc}.table-darker-light-grey tbody+tbody,.table-darker-light-grey td,.table-darker-light-grey th,.table-darker-light-grey thead th{border-color:#fafafa}.table-hover .table-darker-light-grey:hover,.table-hover .table-darker-light-grey:hover>td,.table-hover .table-darker-light-grey:hover>th{background-color:#efefef}.table-light-grey,.table-light-grey>td,.table-light-grey>th{background-color:#fbfbfb}.table-light-grey tbody+tbody,.table-light-grey td,.table-light-grey th,.table-light-grey thead th{border-color:#f8f8f8}.table-hover .table-light-grey:hover,.table-hover .table-light-grey:hover>td,.table-hover .table-light-grey:hover>th{background-color:#eee}.table-dark-grey,.table-dark-grey>td,.table-dark-grey>th{background-color:#fafafa}.table-dark-grey tbody+tbody,.table-dark-grey td,.table-dark-grey th,.table-dark-grey thead th{border-color:#f5f5f5}.table-hover .table-dark-grey:hover,.table-hover .table-dark-grey:hover>td,.table-hover .table-dark-grey:hover>th{background-color:#ededed}.table-spotkania,.table-spotkania>td,.table-spotkania>th{background-color:#fef4e2}.table-spotkania tbody+tbody,.table-spotkania td,.table-spotkania th,.table-spotkania thead th{border-color:#fdebc9}.table-hover .table-spotkania:hover,.table-hover .table-spotkania:hover>td,.table-hover .table-spotkania:hover>th{background-color:#fdebc9}.table-cookies,.table-cookies>td,.table-cookies>th{background-color:#f3f8fa}.table-cookies tbody+tbody,.table-cookies td,.table-cookies th,.table-cookies thead th{border-color:#e9f1f6}.table-hover .table-cookies:hover,.table-hover .table-cookies:hover>td,.table-hover .table-cookies:hover>th{background-color:#e1eef3}.table-poir,.table-poir>td,.table-poir>th{background-color:#b8e4e2}.table-poir tbody+tbody,.table-poir td,.table-poir th,.table-poir thead th{border-color:#7acec9}.table-hover .table-poir:hover,.table-hover .table-poir:hover>td,.table-hover .table-poir:hover>th{background-color:#a6ddda}.table-popw,.table-popw>td,.table-popw>th{background-color:#cdcce1}.table-popw tbody+tbody,.table-popw td,.table-popw th,.table-popw thead th{border-color:#a1a0c7}.table-hover .table-popw:hover,.table-hover .table-popw:hover>td,.table-hover .table-popw:hover>th{background-color:#bdbcd8}.table-power,.table-power>td,.table-power>th{background-color:#f5d4c0}.table-power tbody+tbody,.table-power td,.table-power th,.table-power thead th{border-color:#edaf8a}.table-hover .table-power:hover,.table-hover .table-power:hover>td,.table-hover .table-power:hover>th{background-color:#f2c5aa}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.table-dark{background-color:#343a40;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}@media (max-width:1349.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xxl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.bfFormDiv form .form-select,.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:0;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .9rem + 2px);line-height:1.5;padding:.45rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.bfFormDiv form .form-select,.form-control{transition:none}}.bfFormDiv form .form-select::-ms-expand,.form-control::-ms-expand{background-color:transparent;border:0}.bfFormDiv form .form-select:-moz-focusring,.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.bfFormDiv form .form-select:focus,.form-control:focus{background-color:#fff;border-color:#e96672;box-shadow:0 0 0 .2rem #6ba2f9;color:#495057;outline:0}.bfFormDiv form .form-select::-moz-placeholder,.form-control::-moz-placeholder{color:#6e6e6e;opacity:1}.bfFormDiv form .form-select::placeholder,.form-control::placeholder{color:#6e6e6e;opacity:1}.bfFormDiv form .form-select:disabled,.bfFormDiv form [readonly].form-select,.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.bfFormDiv form input[type=date].form-select,.bfFormDiv form input[type=datetime-local].form-select,.bfFormDiv form input[type=month].form-select,.bfFormDiv form input[type=time].form-select,input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bfFormDiv form select.form-select:focus::-ms-value,select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.45rem + 1px);padding-top:calc(.45rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#000;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.45rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}.bfFormDiv form select[multiple].form-select,.bfFormDiv form select[size].form-select,.bfFormDiv form textarea.form-select,select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6e6e6e}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:#28a745;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.5rem 1rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.bfFormDiv form .is-valid.form-select,.bfFormDiv form .was-validated .form-select:valid,.form-control.is-valid,.was-validated .bfFormDiv form .form-select:valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .225rem) center;background-repeat:no-repeat;background-size:calc(.75em + .45rem) calc(.75em + .45rem);border-color:#28a745;padding-right:calc(1.5em + .9rem)}.bfFormDiv form .is-valid.form-select:focus,.bfFormDiv form .was-validated .form-select:valid:focus,.form-control.is-valid:focus,.was-validated .bfFormDiv form .form-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bfFormDiv form .was-validated textarea.form-select:valid,.bfFormDiv form textarea.is-valid.form-select,.was-validated .bfFormDiv form textarea.form-select:valid,.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .225rem) right calc(.375em + .225rem);padding-right:calc(1.5em + .9rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .45rem) calc(.75em + .45rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.425rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.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{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-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 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.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:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#b51a29;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:#b51a29;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.5rem 1rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.bfFormDiv form .is-invalid.form-select,.bfFormDiv form .was-validated .form-select:invalid,.form-control.is-invalid,.was-validated .bfFormDiv form .form-select:invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b51a29'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23b51a29' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .225rem) center;background-repeat:no-repeat;background-size:calc(.75em + .45rem) calc(.75em + .45rem);border-color:#b51a29;padding-right:calc(1.5em + .9rem)}.bfFormDiv form .is-invalid.form-select:focus,.bfFormDiv form .was-validated .form-select:invalid:focus,.form-control.is-invalid:focus,.was-validated .bfFormDiv form .form-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#b51a29;box-shadow:0 0 0 .2rem rgba(181,26,41,.25)}.bfFormDiv form .was-validated textarea.form-select:invalid,.bfFormDiv form textarea.is-invalid.form-select,.was-validated .bfFormDiv form textarea.form-select:invalid,.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .225rem) right calc(.375em + .225rem);padding-right:calc(1.5em + .9rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b51a29'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23b51a29' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .45rem) calc(.75em + .45rem) no-repeat;border-color:#b51a29;padding-right:calc(.75em + 2.425rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#b51a29;box-shadow:0 0 0 .2rem rgba(181,26,41,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#b51a29}.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:#b51a29}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#b51a29}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#df2335;border-color:#df2335}.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 .2rem rgba(181,26,41,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#b51a29}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#b51a29}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#b51a29;box-shadow:0 0 0 .2rem rgba(181,26,41,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.bfFormDiv form .form-inline .form-select,.form-inline .bfFormDiv form .form-select,.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:0;color:#000;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.45rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#000;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem #6ba2f9;outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#941521;border-color:#88141f;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(192,60,73,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#88141f;border-color:#7d121c;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(192,60,73,.5)}.btn-secondary{background-color:#584991;border-color:#584991;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#493c78;border-color:#43386f;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(113,100,162,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#584991;border-color:#584991;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#43386f;border-color:#3e3467;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(113,100,162,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#09586f;border-color:#084f63;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(48,137,162,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#084f63;border-color:#074557;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(48,137,162,.5)}.btn-warning{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#c68708;border-color:#ba7f08;color:#fff}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(205,142,15,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#ba7f08;border-color:#ae7607;color:#fff}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(205,142,15,.5)}.btn-danger{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#941521;border-color:#88141f;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(192,60,73,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#88141f;border-color:#7d121c;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(192,60,73,.5)}.btn-light{background-color:#9c9d9f;border-color:#9c9d9f;color:#212529}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#898a8c;border-color:#828386;color:#fff}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,1%,55%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#9c9d9f;border-color:#9c9d9f;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#828386;border-color:#7c7d80;color:#fff}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,1%,55%,.5)}.btn-dark{background-color:#565b5d;border-color:#565b5d;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#444849;border-color:#3d4143;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem hsla(190,3%,45%,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#565b5d;border-color:#565b5d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#3d4143;border-color:#373b3c;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(190,3%,45%,.5)}.btn-blue{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-blue.focus,.btn-blue:focus,.btn-blue:hover{background-color:#09586f;border-color:#084f63;color:#fff}.btn-blue.focus,.btn-blue:focus{box-shadow:0 0 0 .2rem rgba(48,137,162,.5)}.btn-blue.disabled,.btn-blue:disabled{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-blue:not(:disabled):not(.disabled).active,.btn-blue:not(:disabled):not(.disabled):active,.show>.btn-blue.dropdown-toggle{background-color:#084f63;border-color:#074557;color:#fff}.btn-blue:not(:disabled):not(.disabled).active:focus,.btn-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(48,137,162,.5)}.btn-indigo{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-indigo.focus,.btn-indigo:focus,.btn-indigo:hover{background-color:#560bd0;border-color:#510bc4;color:#fff}.btn-indigo.focus,.btn-indigo:focus{box-shadow:0 0 0 .2rem rgba(125,52,244,.5)}.btn-indigo.disabled,.btn-indigo:disabled{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-indigo:not(:disabled):not(.disabled).active,.btn-indigo:not(:disabled):not(.disabled):active,.show>.btn-indigo.dropdown-toggle{background-color:#510bc4;border-color:#4c0ab8;color:#fff}.btn-indigo:not(:disabled):not(.disabled).active:focus,.btn-indigo:not(:disabled):not(.disabled):active:focus,.show>.btn-indigo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(125,52,244,.5)}.btn-purple{background-color:#584991;border-color:#584991;color:#fff}.btn-purple.focus,.btn-purple:focus,.btn-purple:hover{background-color:#493c78;border-color:#43386f;color:#fff}.btn-purple.focus,.btn-purple:focus{box-shadow:0 0 0 .2rem rgba(113,100,162,.5)}.btn-purple.disabled,.btn-purple:disabled{background-color:#584991;border-color:#584991;color:#fff}.btn-purple:not(:disabled):not(.disabled).active,.btn-purple:not(:disabled):not(.disabled):active,.show>.btn-purple.dropdown-toggle{background-color:#43386f;border-color:#3e3467;color:#fff}.btn-purple:not(:disabled):not(.disabled).active:focus,.btn-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(113,100,162,.5)}.btn-pink{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-pink.focus,.btn-pink:focus,.btn-pink:hover{background-color:#e41c78;border-color:#d91a72;color:#fff}.btn-pink.focus,.btn-pink:focus{box-shadow:0 0 0 .2rem rgba(235,91,157,.5)}.btn-pink.disabled,.btn-pink:disabled{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-pink:not(:disabled):not(.disabled).active,.btn-pink:not(:disabled):not(.disabled):active,.show>.btn-pink.dropdown-toggle{background-color:#d91a72;border-color:#ce196c;color:#fff}.btn-pink:not(:disabled):not(.disabled).active:focus,.btn-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,91,157,.5)}.btn-red{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-red.focus,.btn-red:focus,.btn-red:hover{background-color:#941521;border-color:#88141f;color:#fff}.btn-red.focus,.btn-red:focus{box-shadow:0 0 0 .2rem rgba(192,60,73,.5)}.btn-red.disabled,.btn-red:disabled{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-red:not(:disabled):not(.disabled).active,.btn-red:not(:disabled):not(.disabled):active,.show>.btn-red.dropdown-toggle{background-color:#88141f;border-color:#7d121c;color:#fff}.btn-red:not(:disabled):not(.disabled).active:focus,.btn-red:not(:disabled):not(.disabled):active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(192,60,73,.5)}.btn-orange{background-color:#e16103;border-color:#e16103;color:#fff}.btn-orange.focus,.btn-orange:focus,.btn-orange:hover{background-color:#bb5102;border-color:#af4b02;color:#fff}.btn-orange.focus,.btn-orange:focus{box-shadow:0 0 0 .2rem rgba(230,121,41,.5)}.btn-orange.disabled,.btn-orange:disabled{background-color:#e16103;border-color:#e16103;color:#fff}.btn-orange:not(:disabled):not(.disabled).active,.btn-orange:not(:disabled):not(.disabled):active,.show>.btn-orange.dropdown-toggle{background-color:#af4b02;border-color:#a24602;color:#fff}.btn-orange:not(:disabled):not(.disabled).active:focus,.btn-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(230,121,41,.5)}.btn-yellow{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-yellow.focus,.btn-yellow:focus,.btn-yellow:hover{background-color:#c68708;border-color:#ba7f08;color:#fff}.btn-yellow.focus,.btn-yellow:focus{box-shadow:0 0 0 .2rem rgba(205,142,15,.5)}.btn-yellow.disabled,.btn-yellow:disabled{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.show>.btn-yellow.dropdown-toggle{background-color:#ba7f08;border-color:#ae7607;color:#fff}.btn-yellow:not(:disabled):not(.disabled).active:focus,.btn-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(205,142,15,.5)}.btn-green{background-color:#28a745;border-color:#28a745;color:#fff}.btn-green.focus,.btn-green:focus,.btn-green:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-green.focus,.btn-green:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-green.disabled,.btn-green:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-green:not(:disabled):not(.disabled).active,.btn-green:not(:disabled):not(.disabled):active,.show>.btn-green.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-green:not(:disabled):not(.disabled).active:focus,.btn-green:not(:disabled):not(.disabled):active:focus,.show>.btn-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-teal{background-color:#20c997;border-color:#20c997;color:#fff}.btn-teal.focus,.btn-teal:focus,.btn-teal:hover{background-color:#1ba87e;border-color:#199d76;color:#fff}.btn-teal.focus,.btn-teal:focus{box-shadow:0 0 0 .2rem rgba(65,209,167,.5)}.btn-teal.disabled,.btn-teal:disabled{background-color:#20c997;border-color:#20c997;color:#fff}.btn-teal:not(:disabled):not(.disabled).active,.btn-teal:not(:disabled):not(.disabled):active,.show>.btn-teal.dropdown-toggle{background-color:#199d76;border-color:#17926e;color:#fff}.btn-teal:not(:disabled):not(.disabled).active:focus,.btn-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(65,209,167,.5)}.btn-cyan{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-cyan.focus,.btn-cyan:focus,.btn-cyan:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-cyan.focus,.btn-cyan:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-cyan.disabled,.btn-cyan:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-cyan:not(:disabled):not(.disabled).active,.btn-cyan:not(:disabled):not(.disabled):active,.show>.btn-cyan.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-cyan:not(:disabled):not(.disabled).active:focus,.btn-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-cyan.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-white{background-color:#fff;border-color:#fff;color:#212529}.btn-white.focus,.btn-white:focus,.btn-white:hover{background-color:#ececec;border-color:#e6e6e6;color:#212529}.btn-white.focus,.btn-white:focus{box-shadow:0 0 0 .2rem hsla(240,2%,87%,.5)}.btn-white.disabled,.btn-white:disabled{background-color:#fff;border-color:#fff;color:#212529}.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle{background-color:#e6e6e6;border-color:#dfdfdf;color:#212529}.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(240,2%,87%,.5)}.btn-grey-100{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-grey-100.focus,.btn-grey-100:focus,.btn-grey-100:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-grey-100.focus,.btn-grey-100:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-grey-100.disabled,.btn-grey-100:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-grey-100:not(:disabled):not(.disabled).active,.btn-grey-100:not(:disabled):not(.disabled):active,.show>.btn-grey-100.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-grey-100:not(:disabled):not(.disabled).active:focus,.btn-grey-100:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-100.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-grey-200{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-grey-200.focus,.btn-grey-200:focus,.btn-grey-200:hover{background-color:#d3d9df;border-color:#cbd3da;color:#212529}.btn-grey-200.focus,.btn-grey-200:focus{box-shadow:0 0 0 .2rem hsla(210,6%,81%,.5)}.btn-grey-200.disabled,.btn-grey-200:disabled{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-grey-200:not(:disabled):not(.disabled).active,.btn-grey-200:not(:disabled):not(.disabled):active,.show>.btn-grey-200.dropdown-toggle{background-color:#cbd3da;border-color:#c4ccd4;color:#212529}.btn-grey-200:not(:disabled):not(.disabled).active:focus,.btn-grey-200:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-200.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(210,6%,81%,.5)}.btn-grey-300{background-color:#dee2e6;border-color:#dee2e6;color:#212529}.btn-grey-300.focus,.btn-grey-300:focus,.btn-grey-300:hover{background-color:#c8cfd6;border-color:#c1c9d0;color:#212529}.btn-grey-300.focus,.btn-grey-300:focus{box-shadow:0 0 0 .2rem hsla(210,7%,78%,.5)}.btn-grey-300.disabled,.btn-grey-300:disabled{background-color:#dee2e6;border-color:#dee2e6;color:#212529}.btn-grey-300:not(:disabled):not(.disabled).active,.btn-grey-300:not(:disabled):not(.disabled):active,.show>.btn-grey-300.dropdown-toggle{background-color:#c1c9d0;border-color:#bac2cb;color:#212529}.btn-grey-300:not(:disabled):not(.disabled).active:focus,.btn-grey-300:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-300.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(210,7%,78%,.5)}.btn-grey-400{background-color:#ced4da;border-color:#ced4da;color:#212529}.btn-grey-400.focus,.btn-grey-400:focus,.btn-grey-400:hover{background-color:#b8c1ca;border-color:#b1bbc4;color:#212529}.btn-grey-400.focus,.btn-grey-400:focus{box-shadow:0 0 0 .2rem hsla(207,8%,73%,.5)}.btn-grey-400.disabled,.btn-grey-400:disabled{background-color:#ced4da;border-color:#ced4da;color:#212529}.btn-grey-400:not(:disabled):not(.disabled).active,.btn-grey-400:not(:disabled):not(.disabled):active,.show>.btn-grey-400.dropdown-toggle{background-color:#b1bbc4;border-color:#aab4bf;color:#212529}.btn-grey-400:not(:disabled):not(.disabled).active:focus,.btn-grey-400:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-400.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(207,8%,73%,.5)}.btn-grey-500{background-color:#adb5bd;border-color:#adb5bd;color:#212529}.btn-grey-500.focus,.btn-grey-500:focus,.btn-grey-500:hover{background-color:#98a2ac;border-color:#919ca6;color:#212529}.btn-grey-500.focus,.btn-grey-500:focus{box-shadow:0 0 0 .2rem hsla(212,8%,63%,.5)}.btn-grey-500.disabled,.btn-grey-500:disabled{background-color:#adb5bd;border-color:#adb5bd;color:#212529}.btn-grey-500:not(:disabled):not(.disabled).active,.btn-grey-500:not(:disabled):not(.disabled):active,.show>.btn-grey-500.dropdown-toggle{background-color:#919ca6;border-color:#8a95a1;color:#212529}.btn-grey-500:not(:disabled):not(.disabled).active:focus,.btn-grey-500:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-500.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(212,8%,63%,.5)}.btn-grey-600{background-color:#6e6e6e;border-color:#6e6e6e;color:#fff}.btn-grey-600.focus,.btn-grey-600:focus,.btn-grey-600:hover{background-color:#5b5b5b;border-color:#555;color:#fff}.btn-grey-600.focus,.btn-grey-600:focus{box-shadow:0 0 0 .2rem hsla(0,0%,52%,.5)}.btn-grey-600.disabled,.btn-grey-600:disabled{background-color:#6e6e6e;border-color:#6e6e6e;color:#fff}.btn-grey-600:not(:disabled):not(.disabled).active,.btn-grey-600:not(:disabled):not(.disabled):active,.show>.btn-grey-600.dropdown-toggle{background-color:#555;border-color:#4e4e4e;color:#fff}.btn-grey-600:not(:disabled):not(.disabled).active:focus,.btn-grey-600:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-600.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,52%,.5)}.btn-grey-700{background-color:#495057;border-color:#495057;color:#fff}.btn-grey-700.focus,.btn-grey-700:focus,.btn-grey-700:hover{background-color:#383d42;border-color:#32373b;color:#fff}.btn-grey-700.focus,.btn-grey-700:focus{box-shadow:0 0 0 .2rem hsla(210,6%,42%,.5)}.btn-grey-700.disabled,.btn-grey-700:disabled{background-color:#495057;border-color:#495057;color:#fff}.btn-grey-700:not(:disabled):not(.disabled).active,.btn-grey-700:not(:disabled):not(.disabled):active,.show>.btn-grey-700.dropdown-toggle{background-color:#32373b;border-color:#2c3034;color:#fff}.btn-grey-700:not(:disabled):not(.disabled).active:focus,.btn-grey-700:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-700.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(210,6%,42%,.5)}.btn-grey-800{background-color:#343a40;border-color:#343a40;color:#fff}.btn-grey-800.focus,.btn-grey-800:focus,.btn-grey-800:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-grey-800.focus,.btn-grey-800:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-grey-800.disabled,.btn-grey-800:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-grey-800:not(:disabled):not(.disabled).active,.btn-grey-800:not(:disabled):not(.disabled):active,.show>.btn-grey-800.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-grey-800:not(:disabled):not(.disabled).active:focus,.btn-grey-800:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-800.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-grey-900{background-color:#212529;border-color:#212529;color:#fff}.btn-grey-900.focus,.btn-grey-900:focus,.btn-grey-900:hover{background-color:#101214;border-color:#0a0c0d;color:#fff}.btn-grey-900.focus,.btn-grey-900:focus{box-shadow:0 0 0 .2rem rgba(66,70,73,.5)}.btn-grey-900.disabled,.btn-grey-900:disabled{background-color:#212529;border-color:#212529;color:#fff}.btn-grey-900:not(:disabled):not(.disabled).active,.btn-grey-900:not(:disabled):not(.disabled):active,.show>.btn-grey-900.dropdown-toggle{background-color:#0a0c0d;border-color:#050506;color:#fff}.btn-grey-900:not(:disabled):not(.disabled).active:focus,.btn-grey-900:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-900.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(66,70,73,.5)}.btn-black,.btn-black.focus,.btn-black:focus,.btn-black:hover{background-color:#000;border-color:#000;color:#fff}.btn-black.focus,.btn-black:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-black.disabled,.btn-black:disabled,.btn-black:not(:disabled):not(.disabled).active,.btn-black:not(:disabled):not(.disabled):active,.show>.btn-black.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-black:not(:disabled):not(.disabled).active:focus,.btn-black:not(:disabled):not(.disabled):active:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-lighterGrey{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-lighterGrey.focus,.btn-lighterGrey:focus,.btn-lighterGrey:hover{background-color:#e4e4e4;border-color:#dedede;color:#212529}.btn-lighterGrey.focus,.btn-lighterGrey:focus{box-shadow:0 0 0 .2rem hsla(180,1%,85%,.5)}.btn-lighterGrey.disabled,.btn-lighterGrey:disabled{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-lighterGrey:not(:disabled):not(.disabled).active,.btn-lighterGrey:not(:disabled):not(.disabled):active,.show>.btn-lighterGrey.dropdown-toggle{background-color:#dedede;border-color:#d7d7d7;color:#212529}.btn-lighterGrey:not(:disabled):not(.disabled).active:focus,.btn-lighterGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-lighterGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(180,1%,85%,.5)}.btn-darkerLightGrey{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-darkerLightGrey.focus,.btn-darkerLightGrey:focus,.btn-darkerLightGrey:hover{background-color:#e2e2e2;border-color:#dcdcdc;color:#212529}.btn-darkerLightGrey.focus,.btn-darkerLightGrey:focus{box-shadow:0 0 0 .2rem hsla(180,1%,84%,.5)}.btn-darkerLightGrey.disabled,.btn-darkerLightGrey:disabled{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-darkerLightGrey:not(:disabled):not(.disabled).active,.btn-darkerLightGrey:not(:disabled):not(.disabled):active,.show>.btn-darkerLightGrey.dropdown-toggle{background-color:#dcdcdc;border-color:#d5d5d5;color:#212529}.btn-darkerLightGrey:not(:disabled):not(.disabled).active:focus,.btn-darkerLightGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-darkerLightGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(180,1%,84%,.5)}.btn-lightGrey{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-lightGrey.focus,.btn-lightGrey:focus,.btn-lightGrey:hover{background-color:#dfdfdf;border-color:#d9d9d9;color:#212529}.btn-lightGrey.focus,.btn-lightGrey:focus{box-shadow:0 0 0 .2rem hsla(240,1%,83%,.5)}.btn-lightGrey.disabled,.btn-lightGrey:disabled{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-lightGrey:not(:disabled):not(.disabled).active,.btn-lightGrey:not(:disabled):not(.disabled):active,.show>.btn-lightGrey.dropdown-toggle{background-color:#d9d9d9;border-color:#d2d2d2;color:#212529}.btn-lightGrey:not(:disabled):not(.disabled).active:focus,.btn-lightGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-lightGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(240,1%,83%,.5)}.btn-darkGrey{background-color:#ececec;border-color:#ececec;color:#212529}.btn-darkGrey.focus,.btn-darkGrey:focus,.btn-darkGrey:hover{background-color:#d9d9d9;border-color:#d3d3d3;color:#212529}.btn-darkGrey.focus,.btn-darkGrey:focus{box-shadow:0 0 0 .2rem hsla(240,1%,81%,.5)}.btn-darkGrey.disabled,.btn-darkGrey:disabled{background-color:#ececec;border-color:#ececec;color:#212529}.btn-darkGrey:not(:disabled):not(.disabled).active,.btn-darkGrey:not(:disabled):not(.disabled):active,.show>.btn-darkGrey.dropdown-toggle{background-color:#d3d3d3;border-color:#ccc;color:#212529}.btn-darkGrey:not(:disabled):not(.disabled).active:focus,.btn-darkGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-darkGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(240,1%,81%,.5)}.btn-lighter-grey{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-lighter-grey.focus,.btn-lighter-grey:focus,.btn-lighter-grey:hover{background-color:#e4e4e4;border-color:#dedede;color:#212529}.btn-lighter-grey.focus,.btn-lighter-grey:focus{box-shadow:0 0 0 .2rem hsla(180,1%,85%,.5)}.btn-lighter-grey.disabled,.btn-lighter-grey:disabled{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-lighter-grey:not(:disabled):not(.disabled).active,.btn-lighter-grey:not(:disabled):not(.disabled):active,.show>.btn-lighter-grey.dropdown-toggle{background-color:#dedede;border-color:#d7d7d7;color:#212529}.btn-lighter-grey:not(:disabled):not(.disabled).active:focus,.btn-lighter-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-lighter-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(180,1%,85%,.5)}.btn-darker-light-grey{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-darker-light-grey.focus,.btn-darker-light-grey:focus,.btn-darker-light-grey:hover{background-color:#e2e2e2;border-color:#dcdcdc;color:#212529}.btn-darker-light-grey.focus,.btn-darker-light-grey:focus{box-shadow:0 0 0 .2rem hsla(180,1%,84%,.5)}.btn-darker-light-grey.disabled,.btn-darker-light-grey:disabled{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-darker-light-grey:not(:disabled):not(.disabled).active,.btn-darker-light-grey:not(:disabled):not(.disabled):active,.show>.btn-darker-light-grey.dropdown-toggle{background-color:#dcdcdc;border-color:#d5d5d5;color:#212529}.btn-darker-light-grey:not(:disabled):not(.disabled).active:focus,.btn-darker-light-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-darker-light-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(180,1%,84%,.5)}.btn-light-grey{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-light-grey.focus,.btn-light-grey:focus,.btn-light-grey:hover{background-color:#dfdfdf;border-color:#d9d9d9;color:#212529}.btn-light-grey.focus,.btn-light-grey:focus{box-shadow:0 0 0 .2rem hsla(240,1%,83%,.5)}.btn-light-grey.disabled,.btn-light-grey:disabled{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-light-grey:not(:disabled):not(.disabled).active,.btn-light-grey:not(:disabled):not(.disabled):active,.show>.btn-light-grey.dropdown-toggle{background-color:#d9d9d9;border-color:#d2d2d2;color:#212529}.btn-light-grey:not(:disabled):not(.disabled).active:focus,.btn-light-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-light-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(240,1%,83%,.5)}.btn-dark-grey{background-color:#ececec;border-color:#ececec;color:#212529}.btn-dark-grey.focus,.btn-dark-grey:focus,.btn-dark-grey:hover{background-color:#d9d9d9;border-color:#d3d3d3;color:#212529}.btn-dark-grey.focus,.btn-dark-grey:focus{box-shadow:0 0 0 .2rem hsla(240,1%,81%,.5)}.btn-dark-grey.disabled,.btn-dark-grey:disabled{background-color:#ececec;border-color:#ececec;color:#212529}.btn-dark-grey:not(:disabled):not(.disabled).active,.btn-dark-grey:not(:disabled):not(.disabled):active,.show>.btn-dark-grey.dropdown-toggle{background-color:#d3d3d3;border-color:#ccc;color:#212529}.btn-dark-grey:not(:disabled):not(.disabled).active:focus,.btn-dark-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-dark-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(240,1%,81%,.5)}.btn-spotkania{background-color:#fbd998;border-color:#fbd998;color:#212529}.btn-spotkania.focus,.btn-spotkania:focus,.btn-spotkania:hover{background-color:#facb73;border-color:#f9c767;color:#212529}.btn-spotkania.focus,.btn-spotkania:focus{box-shadow:0 0 0 .2rem hsla(40,53%,69%,.5)}.btn-spotkania.disabled,.btn-spotkania:disabled{background-color:#fbd998;border-color:#fbd998;color:#212529}.btn-spotkania:not(:disabled):not(.disabled).active,.btn-spotkania:not(:disabled):not(.disabled):active,.show>.btn-spotkania.dropdown-toggle{background-color:#f9c767;border-color:#f9c25b;color:#212529}.btn-spotkania:not(:disabled):not(.disabled).active:focus,.btn-spotkania:not(:disabled):not(.disabled):active:focus,.show>.btn-spotkania.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(40,53%,69%,.5)}.btn-cookies{background-color:#d5e5ed;border-color:#d5e5ed;color:#212529}.btn-cookies.focus,.btn-cookies:focus,.btn-cookies:hover{background-color:#bad4e2;border-color:#b1cfde;color:#212529}.btn-cookies.focus,.btn-cookies:focus{box-shadow:0 0 0 .2rem rgba(186,200,208,.5)}.btn-cookies.disabled,.btn-cookies:disabled{background-color:#d5e5ed;border-color:#d5e5ed;color:#212529}.btn-cookies:not(:disabled):not(.disabled).active,.btn-cookies:not(:disabled):not(.disabled):active,.show>.btn-cookies.dropdown-toggle{background-color:#b1cfde;border-color:#a8c9da;color:#212529}.btn-cookies:not(:disabled):not(.disabled).active:focus,.btn-cookies:not(:disabled):not(.disabled):active:focus,.show>.btn-cookies.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(186,200,208,.5)}.btn-poir{background-color:#00a097;border-color:#00a097;color:#fff}.btn-poir.focus,.btn-poir:focus,.btn-poir:hover{background-color:#007a73;border-color:#006d67;color:#fff}.btn-poir.focus,.btn-poir:focus{box-shadow:0 0 0 .2rem rgba(38,174,167,.5)}.btn-poir.disabled,.btn-poir:disabled{background-color:#00a097;border-color:#00a097;color:#fff}.btn-poir:not(:disabled):not(.disabled).active,.btn-poir:not(:disabled):not(.disabled):active,.show>.btn-poir.dropdown-toggle{background-color:#006d67;border-color:#00605b;color:#fff}.btn-poir:not(:disabled):not(.disabled).active:focus,.btn-poir:not(:disabled):not(.disabled):active:focus,.show>.btn-poir.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,174,167,.5)}.btn-popw{background-color:#4b4894;border-color:#4b4894;color:#fff}.btn-popw.focus,.btn-popw:focus,.btn-popw:hover{background-color:#3e3b7a;border-color:#3a3772;color:#fff}.btn-popw.focus,.btn-popw:focus{box-shadow:0 0 0 .2rem rgba(102,99,164,.5)}.btn-popw.disabled,.btn-popw:disabled{background-color:#4b4894;border-color:#4b4894;color:#fff}.btn-popw:not(:disabled):not(.disabled).active,.btn-popw:not(:disabled):not(.disabled):active,.show>.btn-popw.dropdown-toggle{background-color:#3a3772;border-color:#353369;color:#fff}.btn-popw:not(:disabled):not(.disabled).active:focus,.btn-popw:not(:disabled):not(.disabled):active:focus,.show>.btn-popw.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(102,99,164,.5)}.btn-power{background-color:#dc651e;border-color:#dc651e;color:#fff}.btn-power.focus,.btn-power:focus,.btn-power:hover{background-color:#ba5619;border-color:#af5018;color:#fff}.btn-power.focus,.btn-power:focus{box-shadow:0 0 0 .2rem rgba(225,124,64,.5)}.btn-power.disabled,.btn-power:disabled{background-color:#dc651e;border-color:#dc651e;color:#fff}.btn-power:not(:disabled):not(.disabled).active,.btn-power:not(:disabled):not(.disabled):active,.show>.btn-power.dropdown-toggle{background-color:#af5018;border-color:#a44b16;color:#fff}.btn-power:not(:disabled):not(.disabled).active:focus,.btn-power:not(:disabled):not(.disabled):active:focus,.show>.btn-power.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,124,64,.5)}.btn-outline-primary{border-color:#b51a29;color:#b51a29}.btn-outline-primary:hover{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#b51a29}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5)}.btn-outline-secondary{border-color:#584991;color:#584991}.btn-outline-secondary:hover{background-color:#584991;border-color:#584991;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(88,73,145,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#584991}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#584991;border-color:#584991;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(88,73,145,.5)}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{border-color:#0c7492;color:#0c7492}.btn-outline-info:hover{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(12,116,146,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#0c7492}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(12,116,146,.5)}.btn-outline-warning{border-color:#eba00a;color:#eba00a}.btn-outline-warning:hover{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(235,160,10,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#eba00a}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,160,10,.5)}.btn-outline-danger{border-color:#b51a29;color:#b51a29}.btn-outline-danger:hover{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#b51a29}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5)}.btn-outline-light{border-color:#9c9d9f;color:#9c9d9f}.btn-outline-light:hover{background-color:#9c9d9f;border-color:#9c9d9f;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem hsla(220,2%,62%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#9c9d9f}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#9c9d9f;border-color:#9c9d9f;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,2%,62%,.5)}.btn-outline-dark{border-color:#565b5d;color:#565b5d}.btn-outline-dark:hover{background-color:#565b5d;border-color:#565b5d;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(86,91,93,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#565b5d}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#565b5d;border-color:#565b5d;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(86,91,93,.5)}.btn-outline-blue{border-color:#0c7492;color:#0c7492}.btn-outline-blue:hover{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-outline-blue.focus,.btn-outline-blue:focus{box-shadow:0 0 0 .2rem rgba(12,116,146,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{background-color:transparent;color:#0c7492}.btn-outline-blue:not(:disabled):not(.disabled).active,.btn-outline-blue:not(:disabled):not(.disabled):active,.show>.btn-outline-blue.dropdown-toggle{background-color:#0c7492;border-color:#0c7492;color:#fff}.btn-outline-blue:not(:disabled):not(.disabled).active:focus,.btn-outline-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(12,116,146,.5)}.btn-outline-indigo{border-color:#6610f2;color:#6610f2}.btn-outline-indigo:hover{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-outline-indigo.focus,.btn-outline-indigo:focus{box-shadow:0 0 0 .2rem rgba(102,16,242,.5)}.btn-outline-indigo.disabled,.btn-outline-indigo:disabled{background-color:transparent;color:#6610f2}.btn-outline-indigo:not(:disabled):not(.disabled).active,.btn-outline-indigo:not(:disabled):not(.disabled):active,.show>.btn-outline-indigo.dropdown-toggle{background-color:#6610f2;border-color:#6610f2;color:#fff}.btn-outline-indigo:not(:disabled):not(.disabled).active:focus,.btn-outline-indigo:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-indigo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(102,16,242,.5)}.btn-outline-purple{border-color:#584991;color:#584991}.btn-outline-purple:hover{background-color:#584991;border-color:#584991;color:#fff}.btn-outline-purple.focus,.btn-outline-purple:focus{box-shadow:0 0 0 .2rem rgba(88,73,145,.5)}.btn-outline-purple.disabled,.btn-outline-purple:disabled{background-color:transparent;color:#584991}.btn-outline-purple:not(:disabled):not(.disabled).active,.btn-outline-purple:not(:disabled):not(.disabled):active,.show>.btn-outline-purple.dropdown-toggle{background-color:#584991;border-color:#584991;color:#fff}.btn-outline-purple:not(:disabled):not(.disabled).active:focus,.btn-outline-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-purple.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(88,73,145,.5)}.btn-outline-pink{border-color:#e83e8c;color:#e83e8c}.btn-outline-pink:hover{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-outline-pink.focus,.btn-outline-pink:focus{box-shadow:0 0 0 .2rem rgba(232,62,140,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{background-color:transparent;color:#e83e8c}.btn-outline-pink:not(:disabled):not(.disabled).active,.btn-outline-pink:not(:disabled):not(.disabled):active,.show>.btn-outline-pink.dropdown-toggle{background-color:#e83e8c;border-color:#e83e8c;color:#fff}.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(232,62,140,.5)}.btn-outline-red{border-color:#b51a29;color:#b51a29}.btn-outline-red:hover{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-outline-red.focus,.btn-outline-red:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5)}.btn-outline-red.disabled,.btn-outline-red:disabled{background-color:transparent;color:#b51a29}.btn-outline-red:not(:disabled):not(.disabled).active,.btn-outline-red:not(:disabled):not(.disabled):active,.show>.btn-outline-red.dropdown-toggle{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-outline-red:not(:disabled):not(.disabled).active:focus,.btn-outline-red:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-red.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5)}.btn-outline-orange{border-color:#e16103;color:#e16103}.btn-outline-orange:hover{background-color:#e16103;border-color:#e16103;color:#fff}.btn-outline-orange.focus,.btn-outline-orange:focus{box-shadow:0 0 0 .2rem rgba(225,97,3,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{background-color:transparent;color:#e16103}.btn-outline-orange:not(:disabled):not(.disabled).active,.btn-outline-orange:not(:disabled):not(.disabled):active,.show>.btn-outline-orange.dropdown-toggle{background-color:#e16103;border-color:#e16103;color:#fff}.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-orange.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,97,3,.5)}.btn-outline-yellow{border-color:#eba00a;color:#eba00a}.btn-outline-yellow:hover{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-outline-yellow.focus,.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem rgba(235,160,10,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{background-color:transparent;color:#eba00a}.btn-outline-yellow:not(:disabled):not(.disabled).active,.btn-outline-yellow:not(:disabled):not(.disabled):active,.show>.btn-outline-yellow.dropdown-toggle{background-color:#eba00a;border-color:#eba00a;color:#212529}.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,160,10,.5)}.btn-outline-green{border-color:#28a745;color:#28a745}.btn-outline-green:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-green.focus,.btn-outline-green:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{background-color:transparent;color:#28a745}.btn-outline-green:not(:disabled):not(.disabled).active,.btn-outline-green:not(:disabled):not(.disabled):active,.show>.btn-outline-green.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-green:not(:disabled):not(.disabled).active:focus,.btn-outline-green:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-teal{border-color:#20c997;color:#20c997}.btn-outline-teal:hover{background-color:#20c997;border-color:#20c997;color:#fff}.btn-outline-teal.focus,.btn-outline-teal:focus{box-shadow:0 0 0 .2rem rgba(32,201,151,.5)}.btn-outline-teal.disabled,.btn-outline-teal:disabled{background-color:transparent;color:#20c997}.btn-outline-teal:not(:disabled):not(.disabled).active,.btn-outline-teal:not(:disabled):not(.disabled):active,.show>.btn-outline-teal.dropdown-toggle{background-color:#20c997;border-color:#20c997;color:#fff}.btn-outline-teal:not(:disabled):not(.disabled).active:focus,.btn-outline-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-teal.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(32,201,151,.5)}.btn-outline-cyan{border-color:#17a2b8;color:#17a2b8}.btn-outline-cyan:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-cyan.focus,.btn-outline-cyan:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-cyan.disabled,.btn-outline-cyan:disabled{background-color:transparent;color:#17a2b8}.btn-outline-cyan:not(:disabled):not(.disabled).active,.btn-outline-cyan:not(:disabled):not(.disabled):active,.show>.btn-outline-cyan.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-cyan.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-white{border-color:#fff;color:#fff}.btn-outline-white:hover{background-color:#fff;border-color:#fff;color:#212529}.btn-outline-white.focus,.btn-outline-white:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{background-color:transparent;color:#fff}.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle{background-color:#fff;border-color:#fff;color:#212529}.btn-outline-white:not(:disabled):not(.disabled).active:focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-grey-100{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-grey-100:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-grey-100.focus,.btn-outline-grey-100:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-grey-100.disabled,.btn-outline-grey-100:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-grey-100:not(:disabled):not(.disabled).active,.btn-outline-grey-100:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-100.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-grey-100:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-100:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-100.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-grey-200{border-color:#e9ecef;color:#e9ecef}.btn-outline-grey-200:hover{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-outline-grey-200.focus,.btn-outline-grey-200:focus{box-shadow:0 0 0 .2rem rgba(233,236,239,.5)}.btn-outline-grey-200.disabled,.btn-outline-grey-200:disabled{background-color:transparent;color:#e9ecef}.btn-outline-grey-200:not(:disabled):not(.disabled).active,.btn-outline-grey-200:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-200.dropdown-toggle{background-color:#e9ecef;border-color:#e9ecef;color:#212529}.btn-outline-grey-200:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-200:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-200.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(233,236,239,.5)}.btn-outline-grey-300{border-color:#dee2e6;color:#dee2e6}.btn-outline-grey-300:hover{background-color:#dee2e6;border-color:#dee2e6;color:#212529}.btn-outline-grey-300.focus,.btn-outline-grey-300:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}.btn-outline-grey-300.disabled,.btn-outline-grey-300:disabled{background-color:transparent;color:#dee2e6}.btn-outline-grey-300:not(:disabled):not(.disabled).active,.btn-outline-grey-300:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-300.dropdown-toggle{background-color:#dee2e6;border-color:#dee2e6;color:#212529}.btn-outline-grey-300:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-300:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-300.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5)}.btn-outline-grey-400{border-color:#ced4da;color:#ced4da}.btn-outline-grey-400:hover{background-color:#ced4da;border-color:#ced4da;color:#212529}.btn-outline-grey-400.focus,.btn-outline-grey-400:focus{box-shadow:0 0 0 .2rem rgba(206,212,218,.5)}.btn-outline-grey-400.disabled,.btn-outline-grey-400:disabled{background-color:transparent;color:#ced4da}.btn-outline-grey-400:not(:disabled):not(.disabled).active,.btn-outline-grey-400:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-400.dropdown-toggle{background-color:#ced4da;border-color:#ced4da;color:#212529}.btn-outline-grey-400:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-400:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-400.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(206,212,218,.5)}.btn-outline-grey-500{border-color:#adb5bd;color:#adb5bd}.btn-outline-grey-500:hover{background-color:#adb5bd;border-color:#adb5bd;color:#212529}.btn-outline-grey-500.focus,.btn-outline-grey-500:focus{box-shadow:0 0 0 .2rem rgba(173,181,189,.5)}.btn-outline-grey-500.disabled,.btn-outline-grey-500:disabled{background-color:transparent;color:#adb5bd}.btn-outline-grey-500:not(:disabled):not(.disabled).active,.btn-outline-grey-500:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-500.dropdown-toggle{background-color:#adb5bd;border-color:#adb5bd;color:#212529}.btn-outline-grey-500:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-500:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-500.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(173,181,189,.5)}.btn-outline-grey-600{border-color:#6e6e6e;color:#6e6e6e}.btn-outline-grey-600:hover{background-color:#6e6e6e;border-color:#6e6e6e;color:#fff}.btn-outline-grey-600.focus,.btn-outline-grey-600:focus{box-shadow:0 0 0 .2rem hsla(0,0%,43%,.5)}.btn-outline-grey-600.disabled,.btn-outline-grey-600:disabled{background-color:transparent;color:#6e6e6e}.btn-outline-grey-600:not(:disabled):not(.disabled).active,.btn-outline-grey-600:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-600.dropdown-toggle{background-color:#6e6e6e;border-color:#6e6e6e;color:#fff}.btn-outline-grey-600:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-600:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-600.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,43%,.5)}.btn-outline-grey-700{border-color:#495057;color:#495057}.btn-outline-grey-700:hover{background-color:#495057;border-color:#495057;color:#fff}.btn-outline-grey-700.focus,.btn-outline-grey-700:focus{box-shadow:0 0 0 .2rem rgba(73,80,87,.5)}.btn-outline-grey-700.disabled,.btn-outline-grey-700:disabled{background-color:transparent;color:#495057}.btn-outline-grey-700:not(:disabled):not(.disabled).active,.btn-outline-grey-700:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-700.dropdown-toggle{background-color:#495057;border-color:#495057;color:#fff}.btn-outline-grey-700:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-700:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-700.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(73,80,87,.5)}.btn-outline-grey-800{border-color:#343a40;color:#343a40}.btn-outline-grey-800:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-grey-800.focus,.btn-outline-grey-800:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-grey-800.disabled,.btn-outline-grey-800:disabled{background-color:transparent;color:#343a40}.btn-outline-grey-800:not(:disabled):not(.disabled).active,.btn-outline-grey-800:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-800.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-grey-800:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-800:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-800.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-grey-900{border-color:#212529;color:#212529}.btn-outline-grey-900:hover{background-color:#212529;border-color:#212529;color:#fff}.btn-outline-grey-900.focus,.btn-outline-grey-900:focus{box-shadow:0 0 0 .2rem rgba(33,37,41,.5)}.btn-outline-grey-900.disabled,.btn-outline-grey-900:disabled{background-color:transparent;color:#212529}.btn-outline-grey-900:not(:disabled):not(.disabled).active,.btn-outline-grey-900:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-900.dropdown-toggle{background-color:#212529;border-color:#212529;color:#fff}.btn-outline-grey-900:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-900:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-900.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(33,37,41,.5)}.btn-outline-black{border-color:#000;color:#000}.btn-outline-black:hover{background-color:#000;border-color:#000;color:#fff}.btn-outline-black.focus,.btn-outline-black:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-black.disabled,.btn-outline-black:disabled{background-color:transparent;color:#000}.btn-outline-black:not(:disabled):not(.disabled).active,.btn-outline-black:not(:disabled):not(.disabled):active,.show>.btn-outline-black.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-outline-black:not(:disabled):not(.disabled).active:focus,.btn-outline-black:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-lighterGrey{border-color:#f7f7f7;color:#f7f7f7}.btn-outline-lighterGrey:hover{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-outline-lighterGrey.focus,.btn-outline-lighterGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,97%,.5)}.btn-outline-lighterGrey.disabled,.btn-outline-lighterGrey:disabled{background-color:transparent;color:#f7f7f7}.btn-outline-lighterGrey:not(:disabled):not(.disabled).active,.btn-outline-lighterGrey:not(:disabled):not(.disabled):active,.show>.btn-outline-lighterGrey.dropdown-toggle{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-outline-lighterGrey:not(:disabled):not(.disabled).active:focus,.btn-outline-lighterGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-lighterGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,97%,.5)}.btn-outline-darkerLightGrey{border-color:#f5f5f5;color:#f5f5f5}.btn-outline-darkerLightGrey:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-outline-darkerLightGrey.focus,.btn-outline-darkerLightGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5)}.btn-outline-darkerLightGrey.disabled,.btn-outline-darkerLightGrey:disabled{background-color:transparent;color:#f5f5f5}.btn-outline-darkerLightGrey:not(:disabled):not(.disabled).active,.btn-outline-darkerLightGrey:not(:disabled):not(.disabled):active,.show>.btn-outline-darkerLightGrey.dropdown-toggle{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-outline-darkerLightGrey:not(:disabled):not(.disabled).active:focus,.btn-outline-darkerLightGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-darkerLightGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5)}.btn-outline-lightGrey{border-color:#f2f2f2;color:#f2f2f2}.btn-outline-lightGrey:hover{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-outline-lightGrey.focus,.btn-outline-lightGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5)}.btn-outline-lightGrey.disabled,.btn-outline-lightGrey:disabled{background-color:transparent;color:#f2f2f2}.btn-outline-lightGrey:not(:disabled):not(.disabled).active,.btn-outline-lightGrey:not(:disabled):not(.disabled):active,.show>.btn-outline-lightGrey.dropdown-toggle{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-outline-lightGrey:not(:disabled):not(.disabled).active:focus,.btn-outline-lightGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-lightGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5)}.btn-outline-darkGrey{border-color:#ececec;color:#ececec}.btn-outline-darkGrey:hover{background-color:#ececec;border-color:#ececec;color:#212529}.btn-outline-darkGrey.focus,.btn-outline-darkGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,93%,.5)}.btn-outline-darkGrey.disabled,.btn-outline-darkGrey:disabled{background-color:transparent;color:#ececec}.btn-outline-darkGrey:not(:disabled):not(.disabled).active,.btn-outline-darkGrey:not(:disabled):not(.disabled):active,.show>.btn-outline-darkGrey.dropdown-toggle{background-color:#ececec;border-color:#ececec;color:#212529}.btn-outline-darkGrey:not(:disabled):not(.disabled).active:focus,.btn-outline-darkGrey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-darkGrey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,93%,.5)}.btn-outline-lighter-grey{border-color:#f7f7f7;color:#f7f7f7}.btn-outline-lighter-grey:hover{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-outline-lighter-grey.focus,.btn-outline-lighter-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,97%,.5)}.btn-outline-lighter-grey.disabled,.btn-outline-lighter-grey:disabled{background-color:transparent;color:#f7f7f7}.btn-outline-lighter-grey:not(:disabled):not(.disabled).active,.btn-outline-lighter-grey:not(:disabled):not(.disabled):active,.show>.btn-outline-lighter-grey.dropdown-toggle{background-color:#f7f7f7;border-color:#f7f7f7;color:#212529}.btn-outline-lighter-grey:not(:disabled):not(.disabled).active:focus,.btn-outline-lighter-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-lighter-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,97%,.5)}.btn-outline-darker-light-grey{border-color:#f5f5f5;color:#f5f5f5}.btn-outline-darker-light-grey:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-outline-darker-light-grey.focus,.btn-outline-darker-light-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5)}.btn-outline-darker-light-grey.disabled,.btn-outline-darker-light-grey:disabled{background-color:transparent;color:#f5f5f5}.btn-outline-darker-light-grey:not(:disabled):not(.disabled).active,.btn-outline-darker-light-grey:not(:disabled):not(.disabled):active,.show>.btn-outline-darker-light-grey.dropdown-toggle{background-color:#f5f5f5;border-color:#f5f5f5;color:#212529}.btn-outline-darker-light-grey:not(:disabled):not(.disabled).active:focus,.btn-outline-darker-light-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-darker-light-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5)}.btn-outline-light-grey{border-color:#f2f2f2;color:#f2f2f2}.btn-outline-light-grey:hover{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-outline-light-grey.focus,.btn-outline-light-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5)}.btn-outline-light-grey.disabled,.btn-outline-light-grey:disabled{background-color:transparent;color:#f2f2f2}.btn-outline-light-grey:not(:disabled):not(.disabled).active,.btn-outline-light-grey:not(:disabled):not(.disabled):active,.show>.btn-outline-light-grey.dropdown-toggle{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-outline-light-grey:not(:disabled):not(.disabled).active:focus,.btn-outline-light-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5)}.btn-outline-dark-grey{border-color:#ececec;color:#ececec}.btn-outline-dark-grey:hover{background-color:#ececec;border-color:#ececec;color:#212529}.btn-outline-dark-grey.focus,.btn-outline-dark-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,93%,.5)}.btn-outline-dark-grey.disabled,.btn-outline-dark-grey:disabled{background-color:transparent;color:#ececec}.btn-outline-dark-grey:not(:disabled):not(.disabled).active,.btn-outline-dark-grey:not(:disabled):not(.disabled):active,.show>.btn-outline-dark-grey.dropdown-toggle{background-color:#ececec;border-color:#ececec;color:#212529}.btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus,.btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark-grey.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,93%,.5)}.btn-outline-spotkania{border-color:#fbd998;color:#fbd998}.btn-outline-spotkania:hover{background-color:#fbd998;border-color:#fbd998;color:#212529}.btn-outline-spotkania.focus,.btn-outline-spotkania:focus{box-shadow:0 0 0 .2rem hsla(39,93%,79%,.5)}.btn-outline-spotkania.disabled,.btn-outline-spotkania:disabled{background-color:transparent;color:#fbd998}.btn-outline-spotkania:not(:disabled):not(.disabled).active,.btn-outline-spotkania:not(:disabled):not(.disabled):active,.show>.btn-outline-spotkania.dropdown-toggle{background-color:#fbd998;border-color:#fbd998;color:#212529}.btn-outline-spotkania:not(:disabled):not(.disabled).active:focus,.btn-outline-spotkania:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-spotkania.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(39,93%,79%,.5)}.btn-outline-cookies{border-color:#d5e5ed;color:#d5e5ed}.btn-outline-cookies:hover{background-color:#d5e5ed;border-color:#d5e5ed;color:#212529}.btn-outline-cookies.focus,.btn-outline-cookies:focus{box-shadow:0 0 0 .2rem rgba(213,229,237,.5)}.btn-outline-cookies.disabled,.btn-outline-cookies:disabled{background-color:transparent;color:#d5e5ed}.btn-outline-cookies:not(:disabled):not(.disabled).active,.btn-outline-cookies:not(:disabled):not(.disabled):active,.show>.btn-outline-cookies.dropdown-toggle{background-color:#d5e5ed;border-color:#d5e5ed;color:#212529}.btn-outline-cookies:not(:disabled):not(.disabled).active:focus,.btn-outline-cookies:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-cookies.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(213,229,237,.5)}.btn-outline-poir{border-color:#00a097;color:#00a097}.btn-outline-poir:hover{background-color:#00a097;border-color:#00a097;color:#fff}.btn-outline-poir.focus,.btn-outline-poir:focus{box-shadow:0 0 0 .2rem rgba(0,160,151,.5)}.btn-outline-poir.disabled,.btn-outline-poir:disabled{background-color:transparent;color:#00a097}.btn-outline-poir:not(:disabled):not(.disabled).active,.btn-outline-poir:not(:disabled):not(.disabled):active,.show>.btn-outline-poir.dropdown-toggle{background-color:#00a097;border-color:#00a097;color:#fff}.btn-outline-poir:not(:disabled):not(.disabled).active:focus,.btn-outline-poir:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-poir.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,160,151,.5)}.btn-outline-popw{border-color:#4b4894;color:#4b4894}.btn-outline-popw:hover{background-color:#4b4894;border-color:#4b4894;color:#fff}.btn-outline-popw.focus,.btn-outline-popw:focus{box-shadow:0 0 0 .2rem rgba(75,72,148,.5)}.btn-outline-popw.disabled,.btn-outline-popw:disabled{background-color:transparent;color:#4b4894}.btn-outline-popw:not(:disabled):not(.disabled).active,.btn-outline-popw:not(:disabled):not(.disabled):active,.show>.btn-outline-popw.dropdown-toggle{background-color:#4b4894;border-color:#4b4894;color:#fff}.btn-outline-popw:not(:disabled):not(.disabled).active:focus,.btn-outline-popw:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-popw.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(75,72,148,.5)}.btn-outline-power{border-color:#dc651e;color:#dc651e}.btn-outline-power:hover{background-color:#dc651e;border-color:#dc651e;color:#fff}.btn-outline-power.focus,.btn-outline-power:focus{box-shadow:0 0 0 .2rem rgba(220,101,30,.5)}.btn-outline-power.disabled,.btn-outline-power:disabled{background-color:transparent;color:#dc651e}.btn-outline-power:not(:disabled):not(.disabled).active,.btn-outline-power:not(:disabled):not(.disabled):active,.show>.btn-outline-power.dropdown-toggle{background-color:#dc651e;border-color:#dc651e;color:#fff}.btn-outline-power:not(:disabled):not(.disabled).active:focus,.btn-outline-power:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-power.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,101,30,.5)}.btn-link{color:#b51a29;font-weight:400;text-decoration:none}.btn-link:hover{color:#72101a}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6e6e6e;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:0;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:0;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#000;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}@media (min-width:1350px){.dropdown-menu-xxl-left{left:0;right:auto}.dropdown-menu-xxl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.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}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#b51a29;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6e6e6e;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 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-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{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{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.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{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.bfFormDiv form .input-group>.form-select,.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.bfFormDiv form .input-group>.custom-file+.form-select,.bfFormDiv form .input-group>.custom-select+.form-select,.bfFormDiv form .input-group>.form-control+.form-select,.bfFormDiv form .input-group>.form-control-plaintext+.form-select,.bfFormDiv form .input-group>.form-select+.custom-file,.bfFormDiv form .input-group>.form-select+.custom-select,.bfFormDiv form .input-group>.form-select+.form-control,.bfFormDiv form .input-group>.form-select+.form-select,.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,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.bfFormDiv form .input-group>.form-select:focus,.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{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.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{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.45rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.bfFormDiv form .input-group-lg>.form-select:not(textarea),.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.bfFormDiv form .input-group-lg>.form-select,.input-group-lg>.custom-select,.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{font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.bfFormDiv form .input-group-sm>.form-select:not(textarea),.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.bfFormDiv form .input-group-sm>.form-select,.input-group-sm>.custom-select,.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{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.custom-control{color-adjust:exact;display:block;min-height:1.5rem;padding-left:1rem;position:relative;-webkit-print-color-adjust:exact;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#b51a29;border-color:#b51a29;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#e96672}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#ef929b;border-color:#ef929b;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6e6e6e}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1rem;position:absolute;top:.25rem;width:1rem}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#b51a29;border-color:#b51a29}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(181,26,41,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(181,26,41,.5)}.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=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(181,26,41,.5)}.custom-switch{padding-left:1.75rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-1.75rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-1.75rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(181,26,41,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:0;color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .9rem + 2px);line-height:1.5;padding:.45rem 1.75rem .45rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#e96672;box-shadow:0 0 0 .2rem #6ba2f9;outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e9ecef;color:#6e6e6e}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + .9rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#e96672;box-shadow:0 0 0 .2rem #6ba2f9}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #ced4da;font-weight:400;height:calc(1.5em + .9rem + 2px);left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#495057;line-height:1.5;padding:.45rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:inherit;bottom:0;content:"Browse";display:block;height:calc(1.5em + .9rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #6ba2f9}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #6ba2f9}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #6ba2f9}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#b51a29;border:0;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#ef929b}.custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#b51a29;border:0;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#ef929b}.custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#b51a29;border:0;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#ef929b}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower{background-color:#dee2e6}.custom-range::-ms-fill-upper{background-color:#dee2e6;margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.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}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6e6e6e;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{border:1px solid transparent;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6e6e6e}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{margin-top:-1px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#b51a29;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width:1349.98px){.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1350px){.navbar-expand-xxl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid,.navbar-expand-xxl>.container-xl{flex-wrap:nowrap}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-width:0}.card>.list-group:last-child{border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0}.card-footer,.card-header{background-color:rgba(0,0,0,.03);padding:.75rem 1.25rem}.card-footer{border-top:1px solid rgba(0,0,0,.125)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-deck .card{margin-bottom:10px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-10px;margin-right:-10px}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:10px;margin-right:10px}}.card-group>.card{margin-bottom:10px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0}.accordion>.card>.card-header{margin-bottom:-1px}.breadcrumb{background-color:#e9ecef;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6e6e6e;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6e6e6e}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#b51a29;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#72101a;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem #6ba2f9;outline:0;z-index:3}.page-item:first-child .page-link{margin-left:0}.page-item.active .page-link{background-color:#b51a29;border-color:#b51a29;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6e6e6e;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.badge{display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-left:.6em;padding-right:.6em}a.badge-primary:focus,a.badge-primary:hover{background-color:#88141f;color:#fff}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5);outline:0}.badge-secondary{background-color:#584991;color:#fff}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#43386f;color:#fff}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(88,73,145,.5);outline:0}.badge-success{background-color:#28a745;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#1e7e34;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);outline:0}.badge-info{background-color:#0c7492;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#084f63;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(12,116,146,.5);outline:0}.badge-warning{background-color:#eba00a;color:#212529}a.badge-warning:focus,a.badge-warning:hover{background-color:#ba7f08;color:#212529}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(235,160,10,.5);outline:0}.badge-danger{background-color:#b51a29;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#88141f;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5);outline:0}.badge-light{background-color:#9c9d9f;color:#212529}a.badge-light:focus,a.badge-light:hover{background-color:#828386;color:#212529}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem hsla(220,2%,62%,.5);outline:0}.badge-dark{background-color:#565b5d;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#3d4143;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(86,91,93,.5);outline:0}.badge-blue{background-color:#0c7492;color:#fff}a.badge-blue:focus,a.badge-blue:hover{background-color:#084f63;color:#fff}a.badge-blue.focus,a.badge-blue:focus{box-shadow:0 0 0 .2rem rgba(12,116,146,.5);outline:0}.badge-indigo{background-color:#6610f2;color:#fff}a.badge-indigo:focus,a.badge-indigo:hover{background-color:#510bc4;color:#fff}a.badge-indigo.focus,a.badge-indigo:focus{box-shadow:0 0 0 .2rem rgba(102,16,242,.5);outline:0}.badge-purple{background-color:#584991;color:#fff}a.badge-purple:focus,a.badge-purple:hover{background-color:#43386f;color:#fff}a.badge-purple.focus,a.badge-purple:focus{box-shadow:0 0 0 .2rem rgba(88,73,145,.5);outline:0}.badge-pink{background-color:#e83e8c;color:#fff}a.badge-pink:focus,a.badge-pink:hover{background-color:#d91a72;color:#fff}a.badge-pink.focus,a.badge-pink:focus{box-shadow:0 0 0 .2rem rgba(232,62,140,.5);outline:0}.badge-red{background-color:#b51a29;color:#fff}a.badge-red:focus,a.badge-red:hover{background-color:#88141f;color:#fff}a.badge-red.focus,a.badge-red:focus{box-shadow:0 0 0 .2rem rgba(181,26,41,.5);outline:0}.badge-orange{background-color:#e16103;color:#fff}a.badge-orange:focus,a.badge-orange:hover{background-color:#af4b02;color:#fff}a.badge-orange.focus,a.badge-orange:focus{box-shadow:0 0 0 .2rem rgba(225,97,3,.5);outline:0}.badge-yellow{background-color:#eba00a;color:#212529}a.badge-yellow:focus,a.badge-yellow:hover{background-color:#ba7f08;color:#212529}a.badge-yellow.focus,a.badge-yellow:focus{box-shadow:0 0 0 .2rem rgba(235,160,10,.5);outline:0}.badge-green{background-color:#28a745;color:#fff}a.badge-green:focus,a.badge-green:hover{background-color:#1e7e34;color:#fff}a.badge-green.focus,a.badge-green:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);outline:0}.badge-teal{background-color:#20c997;color:#fff}a.badge-teal:focus,a.badge-teal:hover{background-color:#199d76;color:#fff}a.badge-teal.focus,a.badge-teal:focus{box-shadow:0 0 0 .2rem rgba(32,201,151,.5);outline:0}.badge-cyan{background-color:#17a2b8;color:#fff}a.badge-cyan:focus,a.badge-cyan:hover{background-color:#117a8b;color:#fff}a.badge-cyan.focus,a.badge-cyan:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5);outline:0}.badge-white{background-color:#fff;color:#212529}a.badge-white:focus,a.badge-white:hover{background-color:#e6e6e6;color:#212529}a.badge-white.focus,a.badge-white:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);outline:0}.badge-grey-100{background-color:#f8f9fa;color:#212529}a.badge-grey-100:focus,a.badge-grey-100:hover{background-color:#dae0e5;color:#212529}a.badge-grey-100.focus,a.badge-grey-100:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5);outline:0}.badge-grey-200{background-color:#e9ecef;color:#212529}a.badge-grey-200:focus,a.badge-grey-200:hover{background-color:#cbd3da;color:#212529}a.badge-grey-200.focus,a.badge-grey-200:focus{box-shadow:0 0 0 .2rem rgba(233,236,239,.5);outline:0}.badge-grey-300{background-color:#dee2e6;color:#212529}a.badge-grey-300:focus,a.badge-grey-300:hover{background-color:#c1c9d0;color:#212529}a.badge-grey-300.focus,a.badge-grey-300:focus{box-shadow:0 0 0 .2rem rgba(222,226,230,.5);outline:0}.badge-grey-400{background-color:#ced4da;color:#212529}a.badge-grey-400:focus,a.badge-grey-400:hover{background-color:#b1bbc4;color:#212529}a.badge-grey-400.focus,a.badge-grey-400:focus{box-shadow:0 0 0 .2rem rgba(206,212,218,.5);outline:0}.badge-grey-500{background-color:#adb5bd;color:#212529}a.badge-grey-500:focus,a.badge-grey-500:hover{background-color:#919ca6;color:#212529}a.badge-grey-500.focus,a.badge-grey-500:focus{box-shadow:0 0 0 .2rem rgba(173,181,189,.5);outline:0}.badge-grey-600{background-color:#6e6e6e;color:#fff}a.badge-grey-600:focus,a.badge-grey-600:hover{background-color:#555;color:#fff}a.badge-grey-600.focus,a.badge-grey-600:focus{box-shadow:0 0 0 .2rem hsla(0,0%,43%,.5);outline:0}.badge-grey-700{background-color:#495057;color:#fff}a.badge-grey-700:focus,a.badge-grey-700:hover{background-color:#32373b;color:#fff}a.badge-grey-700.focus,a.badge-grey-700:focus{box-shadow:0 0 0 .2rem rgba(73,80,87,.5);outline:0}.badge-grey-800{background-color:#343a40;color:#fff}a.badge-grey-800:focus,a.badge-grey-800:hover{background-color:#1d2124;color:#fff}a.badge-grey-800.focus,a.badge-grey-800:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5);outline:0}.badge-grey-900{background-color:#212529;color:#fff}a.badge-grey-900:focus,a.badge-grey-900:hover{background-color:#0a0c0d;color:#fff}a.badge-grey-900.focus,a.badge-grey-900:focus{box-shadow:0 0 0 .2rem rgba(33,37,41,.5);outline:0}.badge-black,a.badge-black:focus,a.badge-black:hover{background-color:#000;color:#fff}a.badge-black.focus,a.badge-black:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5);outline:0}.badge-lighterGrey{background-color:#f7f7f7;color:#212529}a.badge-lighterGrey:focus,a.badge-lighterGrey:hover{background-color:#dedede;color:#212529}a.badge-lighterGrey.focus,a.badge-lighterGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,97%,.5);outline:0}.badge-darkerLightGrey{background-color:#f5f5f5;color:#212529}a.badge-darkerLightGrey:focus,a.badge-darkerLightGrey:hover{background-color:#dcdcdc;color:#212529}a.badge-darkerLightGrey.focus,a.badge-darkerLightGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5);outline:0}.badge-lightGrey{background-color:#f2f2f2;color:#212529}a.badge-lightGrey:focus,a.badge-lightGrey:hover{background-color:#d9d9d9;color:#212529}a.badge-lightGrey.focus,a.badge-lightGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5);outline:0}.badge-darkGrey{background-color:#ececec;color:#212529}a.badge-darkGrey:focus,a.badge-darkGrey:hover{background-color:#d3d3d3;color:#212529}a.badge-darkGrey.focus,a.badge-darkGrey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,93%,.5);outline:0}.badge-lighter-grey{background-color:#f7f7f7;color:#212529}a.badge-lighter-grey:focus,a.badge-lighter-grey:hover{background-color:#dedede;color:#212529}a.badge-lighter-grey.focus,a.badge-lighter-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,97%,.5);outline:0}.badge-darker-light-grey{background-color:#f5f5f5;color:#212529}a.badge-darker-light-grey:focus,a.badge-darker-light-grey:hover{background-color:#dcdcdc;color:#212529}a.badge-darker-light-grey.focus,a.badge-darker-light-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,96%,.5);outline:0}.badge-light-grey{background-color:#f2f2f2;color:#212529}a.badge-light-grey:focus,a.badge-light-grey:hover{background-color:#d9d9d9;color:#212529}a.badge-light-grey.focus,a.badge-light-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5);outline:0}.badge-dark-grey{background-color:#ececec;color:#212529}a.badge-dark-grey:focus,a.badge-dark-grey:hover{background-color:#d3d3d3;color:#212529}a.badge-dark-grey.focus,a.badge-dark-grey:focus{box-shadow:0 0 0 .2rem hsla(0,0%,93%,.5);outline:0}.badge-spotkania{background-color:#fbd998;color:#212529}a.badge-spotkania:focus,a.badge-spotkania:hover{background-color:#f9c767;color:#212529}a.badge-spotkania.focus,a.badge-spotkania:focus{box-shadow:0 0 0 .2rem hsla(39,93%,79%,.5);outline:0}.badge-cookies{background-color:#d5e5ed;color:#212529}a.badge-cookies:focus,a.badge-cookies:hover{background-color:#b1cfde;color:#212529}a.badge-cookies.focus,a.badge-cookies:focus{box-shadow:0 0 0 .2rem rgba(213,229,237,.5);outline:0}.badge-poir{background-color:#00a097;color:#fff}a.badge-poir:focus,a.badge-poir:hover{background-color:#006d67;color:#fff}a.badge-poir.focus,a.badge-poir:focus{box-shadow:0 0 0 .2rem rgba(0,160,151,.5);outline:0}.badge-popw{background-color:#4b4894;color:#fff}a.badge-popw:focus,a.badge-popw:hover{background-color:#3a3772;color:#fff}a.badge-popw.focus,a.badge-popw:focus{box-shadow:0 0 0 .2rem rgba(75,72,148,.5);outline:0}.badge-power{background-color:#dc651e;color:#fff}a.badge-power:focus,a.badge-power:hover{background-color:#af5018;color:#fff}a.badge-power.focus,a.badge-power:focus{box-shadow:0 0 0 .2rem rgba(220,101,30,.5);outline:0}.jumbotron{background-color:#e9ecef;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-left:0;padding-right:0}.alert{border:1px solid transparent;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#f0d1d4;border-color:#eabfc3;color:#5e0e15}.alert-primary hr{border-top-color:#e4acb1}.alert-primary .alert-link{color:#32070b}.alert-secondary{background-color:#dedbe9;border-color:#d0cce0;color:#2e264b}.alert-secondary hr{border-top-color:#c1bcd6}.alert-secondary .alert-link{color:#191529}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background-color:#cee3e9;border-color:#bbd8e0;color:#063c4c}.alert-info hr{border-top-color:#a9ced8}.alert-info .alert-link{color:#02171d}.alert-warning{background-color:#fbecce;border-color:#f9e4ba;color:#7a5305}.alert-warning hr{border-top-color:#f7dba3}.alert-warning .alert-link{color:#493203}.alert-danger{background-color:#f0d1d4;border-color:#eabfc3;color:#5e0e15}.alert-danger hr{border-top-color:#e4acb1}.alert-danger .alert-link{color:#32070b}.alert-light{background-color:#ebebec;border-color:#e3e4e4;color:#515253}.alert-light hr{border-top-color:#d6d7d7}.alert-light .alert-link{color:#383939}.alert-dark{background-color:#dddedf;border-color:#d0d1d2;color:#2d2f30}.alert-dark hr{border-top-color:#c3c4c6}.alert-dark .alert-link{color:#141516}.alert-blue{background-color:#cee3e9;border-color:#bbd8e0;color:#063c4c}.alert-blue hr{border-top-color:#a9ced8}.alert-blue .alert-link{color:#02171d}.alert-indigo{background-color:#e0cffc;border-color:#d4bcfb;color:#35087e}.alert-indigo hr{border-top-color:#c5a4fa}.alert-indigo .alert-link{color:#21054e}.alert-purple{background-color:#dedbe9;border-color:#d0cce0;color:#2e264b}.alert-purple hr{border-top-color:#c1bcd6}.alert-purple .alert-link{color:#191529}.alert-pink{background-color:#fad8e8;border-color:#f9c9df;color:#792049}.alert-pink hr{border-top-color:#f6b2d1}.alert-pink .alert-link{color:#511531}.alert-red{background-color:#f0d1d4;border-color:#eabfc3;color:#5e0e15}.alert-red hr{border-top-color:#e4acb1}.alert-red .alert-link{color:#32070b}.alert-orange{background-color:#f9dfcd;border-color:#f7d3b8;color:#753202}.alert-orange hr{border-top-color:#f4c5a1}.alert-orange .alert-link{color:#431d01}.alert-yellow{background-color:#fbecce;border-color:#f9e4ba;color:#7a5305}.alert-yellow hr{border-top-color:#f7dba3}.alert-yellow .alert-link{color:#493203}.alert-green{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-green hr{border-top-color:#b1dfbb}.alert-green .alert-link{color:#0b2e13}.alert-teal{background-color:#d2f4ea;border-color:#c1f0e2;color:#11694f}.alert-teal hr{border-top-color:#acebd8}.alert-teal .alert-link{color:#0a3d2e}.alert-cyan{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-cyan hr{border-top-color:#abdde5}.alert-cyan .alert-link{color:#062c33}.alert-white{background-color:#fff;border-color:#fff;color:#858585}.alert-white hr{border-top-color:#f2f2f2}.alert-white .alert-link{color:#6c6c6c}.alert-grey-100{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-grey-100 hr{border-top-color:#ececf6}.alert-grey-100 .alert-link{color:#686868}.alert-grey-200{background-color:#fbfbfc;border-color:#f9fafb;color:#797b7c}.alert-grey-200 hr{border-top-color:#eaedf1}.alert-grey-200 .alert-link{color:#606162}.alert-grey-300{background-color:#f8f9fa;border-color:#f6f7f8;color:#737678}.alert-grey-300 hr{border-top-color:#e8eaed}.alert-grey-300 .alert-link{color:#5a5c5e}.alert-grey-400{background-color:#f5f6f8;border-color:#f1f3f5;color:#6b6e71}.alert-grey-400 hr{border-top-color:#e2e6ea}.alert-grey-400 .alert-link{color:#525557}.alert-grey-500{background-color:#eff0f2;border-color:#e8eaed;color:#5a5e62}.alert-grey-500 hr{border-top-color:#dadde2}.alert-grey-500 .alert-link{color:#424547}.alert-grey-600{background-color:#e2e2e2;border-color:#d6d6d6;color:#393939}.alert-grey-600 hr{border-top-color:#c9c9c9}.alert-grey-600 .alert-link{color:#202020}.alert-grey-700{background-color:#dbdcdd;border-color:#ccced0;color:#262a2d}.alert-grey-700 hr{border-top-color:#bfc1c4}.alert-grey-700 .alert-link{color:#0f1011}.alert-grey-800{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-grey-800 hr{border-top-color:#b9bbbe}.alert-grey-800 .alert-link{color:#040505}.alert-grey-900{background-color:#d3d3d4;border-color:#c1c2c3;color:#111315}.alert-grey-900 hr{border-top-color:#b4b5b6}.alert-grey-900 .alert-link{color:#000}.alert-black{background-color:#ccc;border-color:#b8b8b8;color:#000}.alert-black hr{border-top-color:#ababab}.alert-black .alert-link{color:#000}.alert-lighterGrey{background-color:#fdfdfd;border-color:#fdfdfd;color:gray}.alert-lighterGrey hr{border-top-color:#f0f0f0}.alert-lighterGrey .alert-link{color:#676767}.alert-darkerLightGrey{background-color:#fdfdfd;border-color:#fcfcfc;color:#7f7f7f}.alert-darkerLightGrey hr{border-top-color:#efefef}.alert-darkerLightGrey .alert-link{color:#666}.alert-lightGrey{background-color:#fcfcfc;border-color:#fbfbfb;color:#7e7e7e}.alert-lightGrey hr{border-top-color:#eee}.alert-lightGrey .alert-link{color:#656565}.alert-darkGrey{background-color:#fbfbfb;border-color:#fafafa;color:#7b7b7b}.alert-darkGrey hr{border-top-color:#ededed}.alert-darkGrey .alert-link{color:#626262}.alert-lighter-grey{background-color:#fdfdfd;border-color:#fdfdfd;color:gray}.alert-lighter-grey hr{border-top-color:#f0f0f0}.alert-lighter-grey .alert-link{color:#676767}.alert-darker-light-grey{background-color:#fdfdfd;border-color:#fcfcfc;color:#7f7f7f}.alert-darker-light-grey hr{border-top-color:#efefef}.alert-darker-light-grey .alert-link{color:#666}.alert-light-grey{background-color:#fcfcfc;border-color:#fbfbfb;color:#7e7e7e}.alert-light-grey hr{border-top-color:#eee}.alert-light-grey .alert-link{color:#656565}.alert-dark-grey{background-color:#fbfbfb;border-color:#fafafa;color:#7b7b7b}.alert-dark-grey hr{border-top-color:#ededed}.alert-dark-grey .alert-link{color:#626262}.alert-spotkania{background-color:#fef7ea;border-color:#fef4e2;color:#83714f}.alert-spotkania hr{border-top-color:#fdebc9}.alert-spotkania .alert-link{color:#63563c}.alert-cookies{background-color:#f7fafb;border-color:#f3f8fa;color:#6f777b}.alert-cookies hr{border-top-color:#e1eef3}.alert-cookies .alert-link{color:#575d60}.alert-poir{background-color:#ccecea;border-color:#b8e4e2;color:#00534f}.alert-poir hr{border-top-color:#a6ddda}.alert-poir .alert-link{color:#00201e}.alert-popw{background-color:#dbdaea;border-color:#cdcce1;color:#27254d}.alert-popw hr{border-top-color:#bdbcd8}.alert-popw .alert-link{color:#16142b}.alert-power{background-color:#f8e0d2;border-color:#f5d4c0;color:#723510}.alert-power hr{border-top-color:#f2c5aa}.alert-power .alert-link{color:#45200a}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e9ecef;font-size:.75rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#b51a29;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#000}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6e6e6e;pointer-events:none}.list-group-item.active{background-color:#b51a29;border-color:#b51a29;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1350px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#eabfc3;color:#5e0e15}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#e4acb1;color:#5e0e15}.list-group-item-primary.list-group-item-action.active{background-color:#5e0e15;border-color:#5e0e15;color:#fff}.list-group-item-secondary{background-color:#d0cce0;color:#2e264b}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#c1bcd6;color:#2e264b}.list-group-item-secondary.list-group-item-action.active{background-color:#2e264b;border-color:#2e264b;color:#fff}.list-group-item-success{background-color:#c3e6cb;color:#155724}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.list-group-item-info{background-color:#bbd8e0;color:#063c4c}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#a9ced8;color:#063c4c}.list-group-item-info.list-group-item-action.active{background-color:#063c4c;border-color:#063c4c;color:#fff}.list-group-item-warning{background-color:#f9e4ba;color:#7a5305}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#f7dba3;color:#7a5305}.list-group-item-warning.list-group-item-action.active{background-color:#7a5305;border-color:#7a5305;color:#fff}.list-group-item-danger{background-color:#eabfc3;color:#5e0e15}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#e4acb1;color:#5e0e15}.list-group-item-danger.list-group-item-action.active{background-color:#5e0e15;border-color:#5e0e15;color:#fff}.list-group-item-light{background-color:#e3e4e4;color:#515253}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#d6d7d7;color:#515253}.list-group-item-light.list-group-item-action.active{background-color:#515253;border-color:#515253;color:#fff}.list-group-item-dark{background-color:#d0d1d2;color:#2d2f30}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#c3c4c6;color:#2d2f30}.list-group-item-dark.list-group-item-action.active{background-color:#2d2f30;border-color:#2d2f30;color:#fff}.list-group-item-blue{background-color:#bbd8e0;color:#063c4c}.list-group-item-blue.list-group-item-action:focus,.list-group-item-blue.list-group-item-action:hover{background-color:#a9ced8;color:#063c4c}.list-group-item-blue.list-group-item-action.active{background-color:#063c4c;border-color:#063c4c;color:#fff}.list-group-item-indigo{background-color:#d4bcfb;color:#35087e}.list-group-item-indigo.list-group-item-action:focus,.list-group-item-indigo.list-group-item-action:hover{background-color:#c5a4fa;color:#35087e}.list-group-item-indigo.list-group-item-action.active{background-color:#35087e;border-color:#35087e;color:#fff}.list-group-item-purple{background-color:#d0cce0;color:#2e264b}.list-group-item-purple.list-group-item-action:focus,.list-group-item-purple.list-group-item-action:hover{background-color:#c1bcd6;color:#2e264b}.list-group-item-purple.list-group-item-action.active{background-color:#2e264b;border-color:#2e264b;color:#fff}.list-group-item-pink{background-color:#f9c9df;color:#792049}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{background-color:#f6b2d1;color:#792049}.list-group-item-pink.list-group-item-action.active{background-color:#792049;border-color:#792049;color:#fff}.list-group-item-red{background-color:#eabfc3;color:#5e0e15}.list-group-item-red.list-group-item-action:focus,.list-group-item-red.list-group-item-action:hover{background-color:#e4acb1;color:#5e0e15}.list-group-item-red.list-group-item-action.active{background-color:#5e0e15;border-color:#5e0e15;color:#fff}.list-group-item-orange{background-color:#f7d3b8;color:#753202}.list-group-item-orange.list-group-item-action:focus,.list-group-item-orange.list-group-item-action:hover{background-color:#f4c5a1;color:#753202}.list-group-item-orange.list-group-item-action.active{background-color:#753202;border-color:#753202;color:#fff}.list-group-item-yellow{background-color:#f9e4ba;color:#7a5305}.list-group-item-yellow.list-group-item-action:focus,.list-group-item-yellow.list-group-item-action:hover{background-color:#f7dba3;color:#7a5305}.list-group-item-yellow.list-group-item-action.active{background-color:#7a5305;border-color:#7a5305;color:#fff}.list-group-item-green{background-color:#c3e6cb;color:#155724}.list-group-item-green.list-group-item-action:focus,.list-group-item-green.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.list-group-item-green.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.list-group-item-teal{background-color:#c1f0e2;color:#11694f}.list-group-item-teal.list-group-item-action:focus,.list-group-item-teal.list-group-item-action:hover{background-color:#acebd8;color:#11694f}.list-group-item-teal.list-group-item-action.active{background-color:#11694f;border-color:#11694f;color:#fff}.list-group-item-cyan{background-color:#bee5eb;color:#0c5460}.list-group-item-cyan.list-group-item-action:focus,.list-group-item-cyan.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-cyan.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-white{background-color:#fff;color:#858585}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{background-color:#f2f2f2;color:#858585}.list-group-item-white.list-group-item-action.active{background-color:#858585;border-color:#858585;color:#fff}.list-group-item-grey-100{background-color:#fdfdfe;color:#818182}.list-group-item-grey-100.list-group-item-action:focus,.list-group-item-grey-100.list-group-item-action:hover{background-color:#ececf6;color:#818182}.list-group-item-grey-100.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.list-group-item-grey-200{background-color:#f9fafb;color:#797b7c}.list-group-item-grey-200.list-group-item-action:focus,.list-group-item-grey-200.list-group-item-action:hover{background-color:#eaedf1;color:#797b7c}.list-group-item-grey-200.list-group-item-action.active{background-color:#797b7c;border-color:#797b7c;color:#fff}.list-group-item-grey-300{background-color:#f6f7f8;color:#737678}.list-group-item-grey-300.list-group-item-action:focus,.list-group-item-grey-300.list-group-item-action:hover{background-color:#e8eaed;color:#737678}.list-group-item-grey-300.list-group-item-action.active{background-color:#737678;border-color:#737678;color:#fff}.list-group-item-grey-400{background-color:#f1f3f5;color:#6b6e71}.list-group-item-grey-400.list-group-item-action:focus,.list-group-item-grey-400.list-group-item-action:hover{background-color:#e2e6ea;color:#6b6e71}.list-group-item-grey-400.list-group-item-action.active{background-color:#6b6e71;border-color:#6b6e71;color:#fff}.list-group-item-grey-500{background-color:#e8eaed;color:#5a5e62}.list-group-item-grey-500.list-group-item-action:focus,.list-group-item-grey-500.list-group-item-action:hover{background-color:#dadde2;color:#5a5e62}.list-group-item-grey-500.list-group-item-action.active{background-color:#5a5e62;border-color:#5a5e62;color:#fff}.list-group-item-grey-600{background-color:#d6d6d6;color:#393939}.list-group-item-grey-600.list-group-item-action:focus,.list-group-item-grey-600.list-group-item-action:hover{background-color:#c9c9c9;color:#393939}.list-group-item-grey-600.list-group-item-action.active{background-color:#393939;border-color:#393939;color:#fff}.list-group-item-grey-700{background-color:#ccced0;color:#262a2d}.list-group-item-grey-700.list-group-item-action:focus,.list-group-item-grey-700.list-group-item-action:hover{background-color:#bfc1c4;color:#262a2d}.list-group-item-grey-700.list-group-item-action.active{background-color:#262a2d;border-color:#262a2d;color:#fff}.list-group-item-grey-800{background-color:#c6c8ca;color:#1b1e21}.list-group-item-grey-800.list-group-item-action:focus,.list-group-item-grey-800.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.list-group-item-grey-800.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.list-group-item-grey-900{background-color:#c1c2c3;color:#111315}.list-group-item-grey-900.list-group-item-action:focus,.list-group-item-grey-900.list-group-item-action:hover{background-color:#b4b5b6;color:#111315}.list-group-item-grey-900.list-group-item-action.active{background-color:#111315;border-color:#111315;color:#fff}.list-group-item-black{background-color:#b8b8b8;color:#000}.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover{background-color:#ababab;color:#000}.list-group-item-black.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.list-group-item-lighterGrey{background-color:#fdfdfd;color:gray}.list-group-item-lighterGrey.list-group-item-action:focus,.list-group-item-lighterGrey.list-group-item-action:hover{background-color:#f0f0f0;color:gray}.list-group-item-lighterGrey.list-group-item-action.active{background-color:gray;border-color:gray;color:#fff}.list-group-item-darkerLightGrey{background-color:#fcfcfc;color:#7f7f7f}.list-group-item-darkerLightGrey.list-group-item-action:focus,.list-group-item-darkerLightGrey.list-group-item-action:hover{background-color:#efefef;color:#7f7f7f}.list-group-item-darkerLightGrey.list-group-item-action.active{background-color:#7f7f7f;border-color:#7f7f7f;color:#fff}.list-group-item-lightGrey{background-color:#fbfbfb;color:#7e7e7e}.list-group-item-lightGrey.list-group-item-action:focus,.list-group-item-lightGrey.list-group-item-action:hover{background-color:#eee;color:#7e7e7e}.list-group-item-lightGrey.list-group-item-action.active{background-color:#7e7e7e;border-color:#7e7e7e;color:#fff}.list-group-item-darkGrey{background-color:#fafafa;color:#7b7b7b}.list-group-item-darkGrey.list-group-item-action:focus,.list-group-item-darkGrey.list-group-item-action:hover{background-color:#ededed;color:#7b7b7b}.list-group-item-darkGrey.list-group-item-action.active{background-color:#7b7b7b;border-color:#7b7b7b;color:#fff}.list-group-item-lighter-grey{background-color:#fdfdfd;color:gray}.list-group-item-lighter-grey.list-group-item-action:focus,.list-group-item-lighter-grey.list-group-item-action:hover{background-color:#f0f0f0;color:gray}.list-group-item-lighter-grey.list-group-item-action.active{background-color:gray;border-color:gray;color:#fff}.list-group-item-darker-light-grey{background-color:#fcfcfc;color:#7f7f7f}.list-group-item-darker-light-grey.list-group-item-action:focus,.list-group-item-darker-light-grey.list-group-item-action:hover{background-color:#efefef;color:#7f7f7f}.list-group-item-darker-light-grey.list-group-item-action.active{background-color:#7f7f7f;border-color:#7f7f7f;color:#fff}.list-group-item-light-grey{background-color:#fbfbfb;color:#7e7e7e}.list-group-item-light-grey.list-group-item-action:focus,.list-group-item-light-grey.list-group-item-action:hover{background-color:#eee;color:#7e7e7e}.list-group-item-light-grey.list-group-item-action.active{background-color:#7e7e7e;border-color:#7e7e7e;color:#fff}.list-group-item-dark-grey{background-color:#fafafa;color:#7b7b7b}.list-group-item-dark-grey.list-group-item-action:focus,.list-group-item-dark-grey.list-group-item-action:hover{background-color:#ededed;color:#7b7b7b}.list-group-item-dark-grey.list-group-item-action.active{background-color:#7b7b7b;border-color:#7b7b7b;color:#fff}.list-group-item-spotkania{background-color:#fef4e2;color:#83714f}.list-group-item-spotkania.list-group-item-action:focus,.list-group-item-spotkania.list-group-item-action:hover{background-color:#fdebc9;color:#83714f}.list-group-item-spotkania.list-group-item-action.active{background-color:#83714f;border-color:#83714f;color:#fff}.list-group-item-cookies{background-color:#f3f8fa;color:#6f777b}.list-group-item-cookies.list-group-item-action:focus,.list-group-item-cookies.list-group-item-action:hover{background-color:#e1eef3;color:#6f777b}.list-group-item-cookies.list-group-item-action.active{background-color:#6f777b;border-color:#6f777b;color:#fff}.list-group-item-poir{background-color:#b8e4e2;color:#00534f}.list-group-item-poir.list-group-item-action:focus,.list-group-item-poir.list-group-item-action:hover{background-color:#a6ddda;color:#00534f}.list-group-item-poir.list-group-item-action.active{background-color:#00534f;border-color:#00534f;color:#fff}.list-group-item-popw{background-color:#cdcce1;color:#27254d}.list-group-item-popw.list-group-item-action:focus,.list-group-item-popw.list-group-item-action:hover{background-color:#bdbcd8;color:#27254d}.list-group-item-popw.list-group-item-action.active{background-color:#27254d;border-color:#27254d;color:#fff}.list-group-item-power{background-color:#f5d4c0;color:#723510}.list-group-item-power.list-group-item-action:focus,.list-group-item-power.list-group-item-action:hover{background-color:#f2c5aa;color:#723510}.list-group-item-power.list-group-item-action.active{background-color:#723510;border-color:#723510;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);color:#6e6e6e;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.8}.modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{word-wrap:break-word;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:1}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.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-top-color:#e9ecef;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#e9ecef;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 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-bottom-color:#e9ecef;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#e9ecef;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#e9ecef;max-width:200px;padding:.5rem 1rem}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.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:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;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{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#000;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.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;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:text-bottom;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:text-bottom;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.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:#b51a29!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#88141f!important}.bg-secondary{background-color:#584991!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#43386f!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:#0c7492!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#084f63!important}.bg-warning{background-color:#eba00a!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#ba7f08!important}.bg-danger{background-color:#b51a29!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#88141f!important}.bg-light{background-color:#9c9d9f!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#828386!important}.bg-dark{background-color:#565b5d!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#3d4143!important}.bg-blue{background-color:#0c7492!important}a.bg-blue:focus,a.bg-blue:hover,button.bg-blue:focus,button.bg-blue:hover{background-color:#084f63!important}.bg-indigo{background-color:#6610f2!important}a.bg-indigo:focus,a.bg-indigo:hover,button.bg-indigo:focus,button.bg-indigo:hover{background-color:#510bc4!important}.bg-purple{background-color:#584991!important}a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover{background-color:#43386f!important}.bg-pink{background-color:#e83e8c!important}a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover{background-color:#d91a72!important}.bg-red{background-color:#b51a29!important}a.bg-red:focus,a.bg-red:hover,button.bg-red:focus,button.bg-red:hover{background-color:#88141f!important}.bg-orange{background-color:#e16103!important}a.bg-orange:focus,a.bg-orange:hover,button.bg-orange:focus,button.bg-orange:hover{background-color:#af4b02!important}.bg-yellow{background-color:#eba00a!important}a.bg-yellow:focus,a.bg-yellow:hover,button.bg-yellow:focus,button.bg-yellow:hover{background-color:#ba7f08!important}.bg-green{background-color:#28a745!important}a.bg-green:focus,a.bg-green:hover,button.bg-green:focus,button.bg-green:hover{background-color:#1e7e34!important}.bg-teal{background-color:#20c997!important}a.bg-teal:focus,a.bg-teal:hover,button.bg-teal:focus,button.bg-teal:hover{background-color:#199d76!important}.bg-cyan{background-color:#17a2b8!important}a.bg-cyan:focus,a.bg-cyan:hover,button.bg-cyan:focus,button.bg-cyan:hover{background-color:#117a8b!important}a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e6e6!important}.bg-grey-100{background-color:#f8f9fa!important}a.bg-grey-100:focus,a.bg-grey-100:hover,button.bg-grey-100:focus,button.bg-grey-100:hover{background-color:#dae0e5!important}.bg-grey-200{background-color:#e9ecef!important}a.bg-grey-200:focus,a.bg-grey-200:hover,button.bg-grey-200:focus,button.bg-grey-200:hover{background-color:#cbd3da!important}.bg-grey-300{background-color:#dee2e6!important}a.bg-grey-300:focus,a.bg-grey-300:hover,button.bg-grey-300:focus,button.bg-grey-300:hover{background-color:#c1c9d0!important}.bg-grey-400{background-color:#ced4da!important}a.bg-grey-400:focus,a.bg-grey-400:hover,button.bg-grey-400:focus,button.bg-grey-400:hover{background-color:#b1bbc4!important}.bg-grey-500{background-color:#adb5bd!important}a.bg-grey-500:focus,a.bg-grey-500:hover,button.bg-grey-500:focus,button.bg-grey-500:hover{background-color:#919ca6!important}.bg-grey-600{background-color:#6e6e6e!important}a.bg-grey-600:focus,a.bg-grey-600:hover,button.bg-grey-600:focus,button.bg-grey-600:hover{background-color:#555!important}.bg-grey-700{background-color:#495057!important}a.bg-grey-700:focus,a.bg-grey-700:hover,button.bg-grey-700:focus,button.bg-grey-700:hover{background-color:#32373b!important}.bg-grey-800{background-color:#343a40!important}a.bg-grey-800:focus,a.bg-grey-800:hover,button.bg-grey-800:focus,button.bg-grey-800:hover{background-color:#1d2124!important}.bg-grey-900{background-color:#212529!important}a.bg-grey-900:focus,a.bg-grey-900:hover,button.bg-grey-900:focus,button.bg-grey-900:hover{background-color:#0a0c0d!important}.bg-black,a.bg-black:focus,a.bg-black:hover,button.bg-black:focus,button.bg-black:hover{background-color:#000!important}.bg-lighterGrey{background-color:#f7f7f7!important}a.bg-lighterGrey:focus,a.bg-lighterGrey:hover,button.bg-lighterGrey:focus,button.bg-lighterGrey:hover{background-color:#dedede!important}.bg-darkerLightGrey{background-color:#f5f5f5!important}a.bg-darkerLightGrey:focus,a.bg-darkerLightGrey:hover,button.bg-darkerLightGrey:focus,button.bg-darkerLightGrey:hover{background-color:#dcdcdc!important}.bg-lightGrey{background-color:#f2f2f2!important}a.bg-lightGrey:focus,a.bg-lightGrey:hover,button.bg-lightGrey:focus,button.bg-lightGrey:hover{background-color:#d9d9d9!important}.bg-darkGrey{background-color:#ececec!important}a.bg-darkGrey:focus,a.bg-darkGrey:hover,button.bg-darkGrey:focus,button.bg-darkGrey:hover{background-color:#d3d3d3!important}.bg-lighter-grey{background-color:#f7f7f7!important}a.bg-lighter-grey:focus,a.bg-lighter-grey:hover,button.bg-lighter-grey:focus,button.bg-lighter-grey:hover{background-color:#dedede!important}.bg-darker-light-grey{background-color:#f5f5f5!important}a.bg-darker-light-grey:focus,a.bg-darker-light-grey:hover,button.bg-darker-light-grey:focus,button.bg-darker-light-grey:hover{background-color:#dcdcdc!important}.bg-light-grey{background-color:#f2f2f2!important}a.bg-light-grey:focus,a.bg-light-grey:hover,button.bg-light-grey:focus,button.bg-light-grey:hover{background-color:#d9d9d9!important}.bg-dark-grey{background-color:#ececec!important}a.bg-dark-grey:focus,a.bg-dark-grey:hover,button.bg-dark-grey:focus,button.bg-dark-grey:hover{background-color:#d3d3d3!important}.bg-spotkania{background-color:#fbd998!important}a.bg-spotkania:focus,a.bg-spotkania:hover,button.bg-spotkania:focus,button.bg-spotkania:hover{background-color:#f9c767!important}.bg-cookies{background-color:#d5e5ed!important}a.bg-cookies:focus,a.bg-cookies:hover,button.bg-cookies:focus,button.bg-cookies:hover{background-color:#b1cfde!important}.bg-poir{background-color:#00a097!important}a.bg-poir:focus,a.bg-poir:hover,button.bg-poir:focus,button.bg-poir:hover{background-color:#006d67!important}.bg-popw{background-color:#4b4894!important}a.bg-popw:focus,a.bg-popw:hover,button.bg-popw:focus,button.bg-popw:hover{background-color:#3a3772!important}.bg-power{background-color:#dc651e!important}a.bg-power:focus,a.bg-power:hover,button.bg-power:focus,button.bg-power:hover{background-color:#af5018!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.5rem!important}.rounded-top{border-top-left-radius:.5rem!important}.rounded-right,.rounded-top{border-top-right-radius:.5rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.5rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.5rem!important}.rounded-left{border-top-left-radius:.5rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width:1350px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.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;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.8571428571%}.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:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width:1350px){.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1350px){.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.float-xxl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!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-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=today]:after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,.bootstrap-datetimepicker-widget .picker-switch:after,.bootstrap-datetimepicker-widget table th.next:after,.bootstrap-datetimepicker-widget table th.prev:after,.sr-only{height:1px;margin:-1px;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-20{width:20%!important}.w-40{width:40%!important}.w-80{width:80%!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}.h-20{height:20%!important}.h-40{height:40%!important}.h-80{height:80%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!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}.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-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-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}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.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-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-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}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.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-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-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}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.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-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-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}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.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-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-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}}@media (min-width:1350px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1350px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-primary{color:#b51a29!important}a.text-primary:focus,a.text-primary:hover{color:#72101a!important}.text-secondary{color:#584991!important}a.text-secondary:focus,a.text-secondary:hover{color:#392f5e!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#0c7492!important}a.text-info:focus,a.text-info:hover{color:#063c4b!important}.text-warning{color:#eba00a!important}a.text-warning:focus,a.text-warning:hover{color:#a26e07!important}.text-danger{color:#b51a29!important}a.text-danger:focus,a.text-danger:hover{color:#72101a!important}.text-light{color:#9c9d9f!important}a.text-light:focus,a.text-light:hover{color:#757779!important}.text-dark{color:#565b5d!important}a.text-dark:focus,a.text-dark:hover{color:#313435!important}.text-blue{color:#0c7492!important}a.text-blue:focus,a.text-blue:hover{color:#063c4b!important}.text-indigo{color:#6610f2!important}a.text-indigo:focus,a.text-indigo:hover{color:#4709ac!important}.text-purple{color:#584991!important}a.text-purple:focus,a.text-purple:hover{color:#392f5e!important}.text-pink{color:#e83e8c!important}a.text-pink:focus,a.text-pink:hover{color:#c21766!important}.text-red{color:#b51a29!important}a.text-red:focus,a.text-red:hover{color:#72101a!important}.text-orange{color:#e16103!important}a.text-orange:focus,a.text-orange:hover{color:#964002!important}.text-yellow{color:#eba00a!important}a.text-yellow:focus,a.text-yellow:hover{color:#a26e07!important}.text-green{color:#28a745!important}a.text-green:focus,a.text-green:hover{color:#19692c!important}.text-teal{color:#20c997!important}a.text-teal:focus,a.text-teal:hover{color:#158765!important}.text-cyan{color:#17a2b8!important}a.text-cyan:focus,a.text-cyan:hover{color:#0f6674!important}.text-white{color:#fff!important}a.text-white:focus,a.text-white:hover{color:#d9d9d9!important}.text-grey-100{color:#f8f9fa!important}a.text-grey-100:focus,a.text-grey-100:hover{color:#cbd3da!important}.text-grey-200{color:#e9ecef!important}a.text-grey-200:focus,a.text-grey-200:hover{color:#bdc6cf!important}.text-grey-300{color:#dee2e6!important}a.text-grey-300:focus,a.text-grey-300:hover{color:#b2bcc5!important}.text-grey-400{color:#ced4da!important}a.text-grey-400:focus,a.text-grey-400:hover{color:#a2aeb9!important}.text-grey-500{color:#adb5bd!important}a.text-grey-500:focus,a.text-grey-500:hover{color:#838f9b!important}.text-grey-600{color:#6e6e6e!important}a.text-grey-600:focus,a.text-grey-600:hover{color:#484848!important}.text-grey-700{color:#495057!important}a.text-grey-700:focus,a.text-grey-700:hover{color:#262a2d!important}.text-grey-800{color:#343a40!important}a.text-grey-800:focus,a.text-grey-800:hover{color:#121416!important}.text-grey-900{color:#212529!important}.text-black,a.text-black:focus,a.text-black:hover,a.text-grey-900:focus,a.text-grey-900:hover{color:#000!important}.text-lighterGrey{color:#f7f7f7!important}a.text-lighterGrey:focus,a.text-lighterGrey:hover{color:#d1d1d1!important}.text-darkerLightGrey{color:#f5f5f5!important}a.text-darkerLightGrey:focus,a.text-darkerLightGrey:hover{color:#cfcfcf!important}.text-lightGrey{color:#f2f2f2!important}a.text-lightGrey:focus,a.text-lightGrey:hover{color:#ccc!important}.text-darkGrey{color:#ececec!important}a.text-darkGrey:focus,a.text-darkGrey:hover{color:#c6c6c6!important}.text-lighter-grey{color:#f7f7f7!important}a.text-lighter-grey:focus,a.text-lighter-grey:hover{color:#d1d1d1!important}.text-darker-light-grey{color:#f5f5f5!important}a.text-darker-light-grey:focus,a.text-darker-light-grey:hover{color:#cfcfcf!important}.text-light-grey{color:#f2f2f2!important}a.text-light-grey:focus,a.text-light-grey:hover{color:#ccc!important}.text-dark-grey{color:#ececec!important}a.text-dark-grey:focus,a.text-dark-grey:hover{color:#c6c6c6!important}.text-spotkania{color:#fbd998!important}a.text-spotkania:focus,a.text-spotkania:hover{color:#f8be4e!important}.text-cookies{color:#d5e5ed!important}a.text-cookies:focus,a.text-cookies:hover{color:#9fc4d6!important}.text-poir{color:#00a097!important}a.text-poir:focus,a.text-poir:hover{color:#00544f!important}a.text-popw:focus,a.text-popw:hover{color:#312f61!important}a.text-power:focus,a.text-power:hover{color:#994615!important}.text-body{color:#000!important}.text-muted{color:#6e6e6e!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-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;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}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{border-color:#dee2e6;color:inherit}}.blockquote-footer:before{content:"— "}a.text-primary:focus,a.text-primary:hover{color:inherit!important}@keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{vertical-align:middle;width:220px \0}.bootstrap-select>.dropdown-toggle{align-items:center;display:inline-flex;justify-content:space-between;position:relative;text-align:right;white-space:nowrap;width:100%}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:hsla(0,0%,100%,.5)}.bootstrap-select>select{border:none;bottom:0;display:block!important;height:100%!important;left:50%;opacity:0!important;padding:0!important;position:absolute!important;width:.5px!important;z-index:0!important}.bootstrap-select>select.mobile-device{display:block!important;left:0;top:0;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bfFormDiv form .bootstrap-select.form-select,.bootstrap-select.form-control{border:none;height:auto;margin-bottom:0;padding:0}.bfFormDiv form :not(.input-group)>.bootstrap-select.form-select:not([class*=col-]),:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bfFormDiv form .bootstrap-select.input-group-btn.form-select,.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.bfFormDiv form .form-inline .bootstrap-select.form-select:not([class*=col-]),.form-inline .bfFormDiv form .bootstrap-select.form-select:not([class*=col-]),.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{display:inline-block;float:none;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.bfFormDiv form .form-group-lg .bootstrap-select.form-select,.bfFormDiv form .form-group-sm .bootstrap-select.form-select,.form-group-lg .bfFormDiv form .bootstrap-select.form-select,.form-group-lg .bootstrap-select.form-control,.form-group-sm .bfFormDiv form .bootstrap-select.form-select,.form-group-sm .bootstrap-select.form-control{padding:0}.bfFormDiv form .form-group-lg .bootstrap-select.form-select .dropdown-toggle,.bfFormDiv form .form-group-sm .bootstrap-select.form-select .dropdown-toggle,.form-group-lg .bfFormDiv form .bootstrap-select.form-select .dropdown-toggle,.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bfFormDiv form .bootstrap-select.form-select .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit;font-size:inherit;height:100%;line-height:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{border-radius:inherit;font-size:inherit;line-height:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.bfFormDiv form .form-inline .bootstrap-select .form-select,.form-inline .bootstrap-select .bfFormDiv form .form-select,.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none!important}.bootstrap-select.bs-container{height:0!important;left:0;padding:0!important;position:absolute;top:0}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{flex:0 1 auto;float:left;height:100%;left:0;overflow:hidden;position:static;text-align:left;top:0;width:100%}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{float:none;padding-bottom:inherit;padding-left:inherit;padding-top:inherit;position:absolute}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{float:left;opacity:0!important;overflow:hidden;width:0!important}.bootstrap-select .dropdown-toggle .caret{margin-top:-2px;position:absolute;right:12px;top:50%;vertical-align:middle}.bfFormDiv form .input-group .bootstrap-select.form-select .dropdown-toggle,.input-group .bfFormDiv form .bootstrap-select.form-select .dropdown-toggle,.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{box-sizing:border-box;min-width:100%}.bootstrap-select .dropdown-menu>.inner:focus{outline:none!important}.bootstrap-select .dropdown-menu.inner{border:0;border-radius:0;box-shadow:none;float:none;margin:0;padding:0;position:static}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:hsla(0,0%,100%,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{padding-left:2.25em;position:relative}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{background:#f5f5f5;border:1px solid #e3e3e3;bottom:5px;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-sizing:border-box;margin:0 2%;min-height:26px;opacity:.9;padding:3px 5px;pointer-events:none;position:absolute;width:96%}.bootstrap-select .dropdown-menu .notify.fadeOut{animation:bs-notify-fadeOut .3s linear .75s forwards}.bootstrap-select .no-results{background:#f5f5f5;margin:0 5px;padding:3px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{display:inline;padding:0;position:static}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:" "}.bootstrap-select.fit-width .dropdown-toggle .caret{margin-top:-1px;position:static;top:auto}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{display:inline-block;position:absolute;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{border-style:solid;border-width:0 .26em .26em 0;content:"";display:block;height:1em;transform:rotate(45deg);transform-style:preserve-3d;width:.5em}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{border-bottom:7px solid hsla(0,0%,80%,.2);border-left:7px solid transparent;border-right:7px solid transparent;bottom:-4px;content:"";display:none;left:9px;position:absolute}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;bottom:-4px;content:"";display:none;left:10px;position:absolute}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{border-bottom:0;border-top:7px solid hsla(0,0%,80%,.2);bottom:auto;top:-4px}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{border-bottom:0;border-top:6px solid #fff;bottom:auto;top:-4px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{left:auto;right:12px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{left:auto;right:13px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{box-sizing:border-box;width:100%}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{box-sizing:border-box;float:left;width:100%}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bfFormDiv form .bs-searchbox .form-select,.bs-searchbox .bfFormDiv form .form-select,.bs-searchbox .form-control{float:none;margin-bottom:0;width:100%}body.tempusdominus-bootstrap-datetimepicker-widget-day-click,body.tempusdominus-bootstrap-datetimepicker-widget-day-click *{cursor:pointer!important}body.tempusdominus-bootstrap-datetimepicker-widget-day-click{position:relative!important}.tempusdominus-bootstrap-datetimepicker-widget-day-click-glass-panel{bottom:0;cursor:pointer!important;left:0;position:absolute;right:0;top:0;z-index:999999999999}.bootstrap-datetimepicker-widget .datepicker-days tbody td{cursor:pointer}.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks,.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons{width:16rem}.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons{width:17rem}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]{font-family:Arial,sans-serif,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;height:38px;text-align:center;width:38px}.bootstrap-datetimepicker-widget .picker-switch.picker-switch-with-feathers-icons td span{height:2.8em;line-height:2.8}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{border-radius:.5rem}.bootstrap-datetimepicker-widget table td.cw{cursor:default}.bootstrap-datetimepicker-widget table td span{border-radius:.5rem;margin-bottom:2px;margin-top:2px}.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn{color:#007bff;color:var(--blue,#007bff)}.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover{color:#0056b3}.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second{cursor:default;pointer-events:none}.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second:hover{background:none}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.text-uppercase{text-transform:uppercase!important}.decoration-none{text-decoration:none!important}.bg-inherit{background:inherit}.rotated{transform:rotate(-180deg)}.text-underline{text-decoration:underline}.bg-cover{background-size:cover}.bg-center{background-position:50%}.style-type-none{list-style-type:none}.border-bottom-radius{border-radius:0 0 5px 5px}img.filter-grayscale{filter:grayscale(100%)}a[data-toggle=collapse].collapsed .collapse-arrow{transform:rotate(180deg)}.rounded-bottom{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.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-primary{border-color:#b51a29!important}.border-secondary{border-color:#584991!important}.border-success{border-color:#28a745!important}.border-info{border-color:#0c7492!important}.border-warning{border-color:#eba00a!important}.border-danger{border-color:#b51a29!important}.border-light{border-color:#9c9d9f!important}.border-dark{border-color:#565b5d!important}.border-blue{border-color:#0c7492!important}.border-indigo{border-color:#6610f2!important}.border-purple{border-color:#584991!important}.border-pink{border-color:#e83e8c!important}.border-red{border-color:#b51a29!important}.border-orange{border-color:#e16103!important}.border-yellow{border-color:#eba00a!important}.border-green{border-color:#28a745!important}.border-teal{border-color:#20c997!important}.border-cyan{border-color:#17a2b8!important}.border-white{border-color:#fff!important}.border-grey-100{border-color:#f8f9fa!important}.border-grey-200{border-color:#e9ecef!important}.border-grey-300{border-color:#dee2e6!important}.border-grey-400{border-color:#ced4da!important}.border-grey-500{border-color:#adb5bd!important}.border-grey-600{border-color:#6e6e6e!important}.border-grey-700{border-color:#495057!important}.border-grey-800{border-color:#343a40!important}.border-grey-900{border-color:#212529!important}.border-black{border-color:#000!important}.border-lighterGrey{border-color:#f7f7f7!important}.border-darkerLightGrey{border-color:#f5f5f5!important}.border-lightGrey{border-color:#f2f2f2!important}.border-darkGrey{border-color:#ececec!important}.border-lighter-grey{border-color:#f7f7f7!important}.border-darker-light-grey{border-color:#f5f5f5!important}.border-light-grey{border-color:#f2f2f2!important}.border-dark-grey{border-color:#ececec!important}.border-spotkania{border-color:#fbd998!important}.border-cookies{border-color:#d5e5ed!important}.border-poir{border-color:#00a097!important}.border-popw{border-color:#4b4894!important}.border-power{border-color:#dc651e!important}.border-top-primary{border-top-color:#b51a29!important}.border-right-primary{border-right-color:#b51a29!important}.border-bottom-primary{border-bottom-color:#b51a29!important}.border-left-primary{border-left-color:#b51a29!important}.border-top-secondary{border-top-color:#584991!important}.border-right-secondary{border-right-color:#584991!important}.border-bottom-secondary{border-bottom-color:#584991!important}.border-left-secondary{border-left-color:#584991!important}.border-top-success{border-top-color:#28a745!important}.border-right-success{border-right-color:#28a745!important}.border-bottom-success{border-bottom-color:#28a745!important}.border-left-success{border-left-color:#28a745!important}.border-top-info{border-top-color:#0c7492!important}.border-right-info{border-right-color:#0c7492!important}.border-bottom-info{border-bottom-color:#0c7492!important}.border-left-info{border-left-color:#0c7492!important}.border-top-warning{border-top-color:#eba00a!important}.border-right-warning{border-right-color:#eba00a!important}.border-bottom-warning{border-bottom-color:#eba00a!important}.border-left-warning{border-left-color:#eba00a!important}.border-top-danger{border-top-color:#b51a29!important}.border-right-danger{border-right-color:#b51a29!important}.border-bottom-danger{border-bottom-color:#b51a29!important}.border-left-danger{border-left-color:#b51a29!important}.border-top-light{border-top-color:#9c9d9f!important}.border-right-light{border-right-color:#9c9d9f!important}.border-bottom-light{border-bottom-color:#9c9d9f!important}.border-left-light{border-left-color:#9c9d9f!important}.border-top-dark{border-top-color:#565b5d!important}.border-right-dark{border-right-color:#565b5d!important}.border-bottom-dark{border-bottom-color:#565b5d!important}.border-left-dark{border-left-color:#565b5d!important}.border-top-blue{border-top-color:#0c7492!important}.border-right-blue{border-right-color:#0c7492!important}.border-bottom-blue{border-bottom-color:#0c7492!important}.border-left-blue{border-left-color:#0c7492!important}.border-top-indigo{border-top-color:#6610f2!important}.border-right-indigo{border-right-color:#6610f2!important}.border-bottom-indigo{border-bottom-color:#6610f2!important}.border-left-indigo{border-left-color:#6610f2!important}.border-top-purple{border-top-color:#584991!important}.border-right-purple{border-right-color:#584991!important}.border-bottom-purple{border-bottom-color:#584991!important}.border-left-purple{border-left-color:#584991!important}.border-top-pink{border-top-color:#e83e8c!important}.border-right-pink{border-right-color:#e83e8c!important}.border-bottom-pink{border-bottom-color:#e83e8c!important}.border-left-pink{border-left-color:#e83e8c!important}.border-top-red{border-top-color:#b51a29!important}.border-right-red{border-right-color:#b51a29!important}.border-bottom-red{border-bottom-color:#b51a29!important}.border-left-red{border-left-color:#b51a29!important}.border-top-orange{border-top-color:#e16103!important}.border-right-orange{border-right-color:#e16103!important}.border-bottom-orange{border-bottom-color:#e16103!important}.border-left-orange{border-left-color:#e16103!important}.border-top-yellow{border-top-color:#eba00a!important}.border-right-yellow{border-right-color:#eba00a!important}.border-bottom-yellow{border-bottom-color:#eba00a!important}.border-left-yellow{border-left-color:#eba00a!important}.border-top-green{border-top-color:#28a745!important}.border-right-green{border-right-color:#28a745!important}.border-bottom-green{border-bottom-color:#28a745!important}.border-left-green{border-left-color:#28a745!important}.border-top-teal{border-top-color:#20c997!important}.border-right-teal{border-right-color:#20c997!important}.border-bottom-teal{border-bottom-color:#20c997!important}.border-left-teal{border-left-color:#20c997!important}.border-top-cyan{border-top-color:#17a2b8!important}.border-right-cyan{border-right-color:#17a2b8!important}.border-bottom-cyan{border-bottom-color:#17a2b8!important}.border-left-cyan{border-left-color:#17a2b8!important}.border-top-white{border-top-color:#fff!important}.border-right-white{border-right-color:#fff!important}.border-bottom-white{border-bottom-color:#fff!important}.border-left-white{border-left-color:#fff!important}.border-top-grey-100{border-top-color:#f8f9fa!important}.border-right-grey-100{border-right-color:#f8f9fa!important}.border-bottom-grey-100{border-bottom-color:#f8f9fa!important}.border-left-grey-100{border-left-color:#f8f9fa!important}.border-top-grey-200{border-top-color:#e9ecef!important}.border-right-grey-200{border-right-color:#e9ecef!important}.border-bottom-grey-200{border-bottom-color:#e9ecef!important}.border-left-grey-200{border-left-color:#e9ecef!important}.border-top-grey-300{border-top-color:#dee2e6!important}.border-right-grey-300{border-right-color:#dee2e6!important}.border-bottom-grey-300{border-bottom-color:#dee2e6!important}.border-left-grey-300{border-left-color:#dee2e6!important}.border-top-grey-400{border-top-color:#ced4da!important}.border-right-grey-400{border-right-color:#ced4da!important}.border-bottom-grey-400{border-bottom-color:#ced4da!important}.border-left-grey-400{border-left-color:#ced4da!important}.border-top-grey-500{border-top-color:#adb5bd!important}.border-right-grey-500{border-right-color:#adb5bd!important}.border-bottom-grey-500{border-bottom-color:#adb5bd!important}.border-left-grey-500{border-left-color:#adb5bd!important}.border-top-grey-600{border-top-color:#6e6e6e!important}.border-right-grey-600{border-right-color:#6e6e6e!important}.border-bottom-grey-600{border-bottom-color:#6e6e6e!important}.border-left-grey-600{border-left-color:#6e6e6e!important}.border-top-grey-700{border-top-color:#495057!important}.border-right-grey-700{border-right-color:#495057!important}.border-bottom-grey-700{border-bottom-color:#495057!important}.border-left-grey-700{border-left-color:#495057!important}.border-top-grey-800{border-top-color:#343a40!important}.border-right-grey-800{border-right-color:#343a40!important}.border-bottom-grey-800{border-bottom-color:#343a40!important}.border-left-grey-800{border-left-color:#343a40!important}.border-top-grey-900{border-top-color:#212529!important}.border-right-grey-900{border-right-color:#212529!important}.border-bottom-grey-900{border-bottom-color:#212529!important}.border-left-grey-900{border-left-color:#212529!important}.border-top-black{border-top-color:#000!important}.border-right-black{border-right-color:#000!important}.border-bottom-black{border-bottom-color:#000!important}.border-left-black{border-left-color:#000!important}.border-top-lighterGrey{border-top-color:#f7f7f7!important}.border-right-lighterGrey{border-right-color:#f7f7f7!important}.border-bottom-lighterGrey{border-bottom-color:#f7f7f7!important}.border-left-lighterGrey{border-left-color:#f7f7f7!important}.border-top-darkerLightGrey{border-top-color:#f5f5f5!important}.border-right-darkerLightGrey{border-right-color:#f5f5f5!important}.border-bottom-darkerLightGrey{border-bottom-color:#f5f5f5!important}.border-left-darkerLightGrey{border-left-color:#f5f5f5!important}.border-top-lightGrey{border-top-color:#f2f2f2!important}.border-right-lightGrey{border-right-color:#f2f2f2!important}.border-bottom-lightGrey{border-bottom-color:#f2f2f2!important}.border-left-lightGrey{border-left-color:#f2f2f2!important}.border-top-darkGrey{border-top-color:#ececec!important}.border-right-darkGrey{border-right-color:#ececec!important}.border-bottom-darkGrey{border-bottom-color:#ececec!important}.border-left-darkGrey{border-left-color:#ececec!important}.border-top-lighter-grey{border-top-color:#f7f7f7!important}.border-right-lighter-grey{border-right-color:#f7f7f7!important}.border-bottom-lighter-grey{border-bottom-color:#f7f7f7!important}.border-left-lighter-grey{border-left-color:#f7f7f7!important}.border-top-darker-light-grey{border-top-color:#f5f5f5!important}.border-right-darker-light-grey{border-right-color:#f5f5f5!important}.border-bottom-darker-light-grey{border-bottom-color:#f5f5f5!important}.border-left-darker-light-grey{border-left-color:#f5f5f5!important}.border-top-light-grey{border-top-color:#f2f2f2!important}.border-right-light-grey{border-right-color:#f2f2f2!important}.border-bottom-light-grey{border-bottom-color:#f2f2f2!important}.border-left-light-grey{border-left-color:#f2f2f2!important}.border-top-dark-grey{border-top-color:#ececec!important}.border-right-dark-grey{border-right-color:#ececec!important}.border-bottom-dark-grey{border-bottom-color:#ececec!important}.border-left-dark-grey{border-left-color:#ececec!important}.border-top-spotkania{border-top-color:#fbd998!important}.border-right-spotkania{border-right-color:#fbd998!important}.border-bottom-spotkania{border-bottom-color:#fbd998!important}.border-left-spotkania{border-left-color:#fbd998!important}.border-top-cookies{border-top-color:#d5e5ed!important}.border-right-cookies{border-right-color:#d5e5ed!important}.border-bottom-cookies{border-bottom-color:#d5e5ed!important}.border-left-cookies{border-left-color:#d5e5ed!important}.border-top-poir{border-top-color:#00a097!important}.border-right-poir{border-right-color:#00a097!important}.border-bottom-poir{border-bottom-color:#00a097!important}.border-left-poir{border-left-color:#00a097!important}.border-top-popw{border-top-color:#4b4894!important}.border-right-popw{border-right-color:#4b4894!important}.border-bottom-popw{border-bottom-color:#4b4894!important}.border-left-popw{border-left-color:#4b4894!important}.border-top-power{border-top-color:#dc651e!important}.border-right-power{border-right-color:#dc651e!important}.border-bottom-power{border-bottom-color:#dc651e!important}.border-left-power{border-left-color:#dc651e!important}.border-thick{border-width:4px!important}.border-top-thick{border-top-width:4px!important}.border-right-thick{border-right-width:4px!important}.border-bottom-thick{border-bottom-width:4px!important}.border-left-thick{border-left-width:4px!important}.border-0{border:0!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}@media (min-width:576px){.border-sm{border:1px solid #dee2e6!important}.border-sm-top{border-top:1px solid #dee2e6!important}.border-sm-right{border-right:1px solid #dee2e6!important}.border-sm-bottom{border-bottom:1px solid #dee2e6!important}.border-sm-left{border-left:1px solid #dee2e6!important}.border-sm-primary{border-color:#b51a29!important}.border-sm-secondary{border-color:#584991!important}.border-sm-success{border-color:#28a745!important}.border-sm-info{border-color:#0c7492!important}.border-sm-warning{border-color:#eba00a!important}.border-sm-danger{border-color:#b51a29!important}.border-sm-light{border-color:#9c9d9f!important}.border-sm-dark{border-color:#565b5d!important}.border-sm-blue{border-color:#0c7492!important}.border-sm-indigo{border-color:#6610f2!important}.border-sm-purple{border-color:#584991!important}.border-sm-pink{border-color:#e83e8c!important}.border-sm-red{border-color:#b51a29!important}.border-sm-orange{border-color:#e16103!important}.border-sm-yellow{border-color:#eba00a!important}.border-sm-green{border-color:#28a745!important}.border-sm-teal{border-color:#20c997!important}.border-sm-cyan{border-color:#17a2b8!important}.border-sm-white{border-color:#fff!important}.border-sm-grey-100{border-color:#f8f9fa!important}.border-sm-grey-200{border-color:#e9ecef!important}.border-sm-grey-300{border-color:#dee2e6!important}.border-sm-grey-400{border-color:#ced4da!important}.border-sm-grey-500{border-color:#adb5bd!important}.border-sm-grey-600{border-color:#6e6e6e!important}.border-sm-grey-700{border-color:#495057!important}.border-sm-grey-800{border-color:#343a40!important}.border-sm-grey-900{border-color:#212529!important}.border-sm-black{border-color:#000!important}.border-sm-lighterGrey{border-color:#f7f7f7!important}.border-sm-darkerLightGrey{border-color:#f5f5f5!important}.border-sm-lightGrey{border-color:#f2f2f2!important}.border-sm-darkGrey{border-color:#ececec!important}.border-sm-lighter-grey{border-color:#f7f7f7!important}.border-sm-darker-light-grey{border-color:#f5f5f5!important}.border-sm-light-grey{border-color:#f2f2f2!important}.border-sm-dark-grey{border-color:#ececec!important}.border-sm-spotkania{border-color:#fbd998!important}.border-sm-cookies{border-color:#d5e5ed!important}.border-sm-poir{border-color:#00a097!important}.border-sm-popw{border-color:#4b4894!important}.border-sm-power{border-color:#dc651e!important}.border-sm-top-primary{border-top-color:#b51a29!important}.border-sm-right-primary{border-right-color:#b51a29!important}.border-sm-bottom-primary{border-bottom-color:#b51a29!important}.border-sm-left-primary{border-left-color:#b51a29!important}.border-sm-top-secondary{border-top-color:#584991!important}.border-sm-right-secondary{border-right-color:#584991!important}.border-sm-bottom-secondary{border-bottom-color:#584991!important}.border-sm-left-secondary{border-left-color:#584991!important}.border-sm-top-success{border-top-color:#28a745!important}.border-sm-right-success{border-right-color:#28a745!important}.border-sm-bottom-success{border-bottom-color:#28a745!important}.border-sm-left-success{border-left-color:#28a745!important}.border-sm-top-info{border-top-color:#0c7492!important}.border-sm-right-info{border-right-color:#0c7492!important}.border-sm-bottom-info{border-bottom-color:#0c7492!important}.border-sm-left-info{border-left-color:#0c7492!important}.border-sm-top-warning{border-top-color:#eba00a!important}.border-sm-right-warning{border-right-color:#eba00a!important}.border-sm-bottom-warning{border-bottom-color:#eba00a!important}.border-sm-left-warning{border-left-color:#eba00a!important}.border-sm-top-danger{border-top-color:#b51a29!important}.border-sm-right-danger{border-right-color:#b51a29!important}.border-sm-bottom-danger{border-bottom-color:#b51a29!important}.border-sm-left-danger{border-left-color:#b51a29!important}.border-sm-top-light{border-top-color:#9c9d9f!important}.border-sm-right-light{border-right-color:#9c9d9f!important}.border-sm-bottom-light{border-bottom-color:#9c9d9f!important}.border-sm-left-light{border-left-color:#9c9d9f!important}.border-sm-top-dark{border-top-color:#565b5d!important}.border-sm-right-dark{border-right-color:#565b5d!important}.border-sm-bottom-dark{border-bottom-color:#565b5d!important}.border-sm-left-dark{border-left-color:#565b5d!important}.border-sm-top-blue{border-top-color:#0c7492!important}.border-sm-right-blue{border-right-color:#0c7492!important}.border-sm-bottom-blue{border-bottom-color:#0c7492!important}.border-sm-left-blue{border-left-color:#0c7492!important}.border-sm-top-indigo{border-top-color:#6610f2!important}.border-sm-right-indigo{border-right-color:#6610f2!important}.border-sm-bottom-indigo{border-bottom-color:#6610f2!important}.border-sm-left-indigo{border-left-color:#6610f2!important}.border-sm-top-purple{border-top-color:#584991!important}.border-sm-right-purple{border-right-color:#584991!important}.border-sm-bottom-purple{border-bottom-color:#584991!important}.border-sm-left-purple{border-left-color:#584991!important}.border-sm-top-pink{border-top-color:#e83e8c!important}.border-sm-right-pink{border-right-color:#e83e8c!important}.border-sm-bottom-pink{border-bottom-color:#e83e8c!important}.border-sm-left-pink{border-left-color:#e83e8c!important}.border-sm-top-red{border-top-color:#b51a29!important}.border-sm-right-red{border-right-color:#b51a29!important}.border-sm-bottom-red{border-bottom-color:#b51a29!important}.border-sm-left-red{border-left-color:#b51a29!important}.border-sm-top-orange{border-top-color:#e16103!important}.border-sm-right-orange{border-right-color:#e16103!important}.border-sm-bottom-orange{border-bottom-color:#e16103!important}.border-sm-left-orange{border-left-color:#e16103!important}.border-sm-top-yellow{border-top-color:#eba00a!important}.border-sm-right-yellow{border-right-color:#eba00a!important}.border-sm-bottom-yellow{border-bottom-color:#eba00a!important}.border-sm-left-yellow{border-left-color:#eba00a!important}.border-sm-top-green{border-top-color:#28a745!important}.border-sm-right-green{border-right-color:#28a745!important}.border-sm-bottom-green{border-bottom-color:#28a745!important}.border-sm-left-green{border-left-color:#28a745!important}.border-sm-top-teal{border-top-color:#20c997!important}.border-sm-right-teal{border-right-color:#20c997!important}.border-sm-bottom-teal{border-bottom-color:#20c997!important}.border-sm-left-teal{border-left-color:#20c997!important}.border-sm-top-cyan{border-top-color:#17a2b8!important}.border-sm-right-cyan{border-right-color:#17a2b8!important}.border-sm-bottom-cyan{border-bottom-color:#17a2b8!important}.border-sm-left-cyan{border-left-color:#17a2b8!important}.border-sm-top-white{border-top-color:#fff!important}.border-sm-right-white{border-right-color:#fff!important}.border-sm-bottom-white{border-bottom-color:#fff!important}.border-sm-left-white{border-left-color:#fff!important}.border-sm-top-grey-100{border-top-color:#f8f9fa!important}.border-sm-right-grey-100{border-right-color:#f8f9fa!important}.border-sm-bottom-grey-100{border-bottom-color:#f8f9fa!important}.border-sm-left-grey-100{border-left-color:#f8f9fa!important}.border-sm-top-grey-200{border-top-color:#e9ecef!important}.border-sm-right-grey-200{border-right-color:#e9ecef!important}.border-sm-bottom-grey-200{border-bottom-color:#e9ecef!important}.border-sm-left-grey-200{border-left-color:#e9ecef!important}.border-sm-top-grey-300{border-top-color:#dee2e6!important}.border-sm-right-grey-300{border-right-color:#dee2e6!important}.border-sm-bottom-grey-300{border-bottom-color:#dee2e6!important}.border-sm-left-grey-300{border-left-color:#dee2e6!important}.border-sm-top-grey-400{border-top-color:#ced4da!important}.border-sm-right-grey-400{border-right-color:#ced4da!important}.border-sm-bottom-grey-400{border-bottom-color:#ced4da!important}.border-sm-left-grey-400{border-left-color:#ced4da!important}.border-sm-top-grey-500{border-top-color:#adb5bd!important}.border-sm-right-grey-500{border-right-color:#adb5bd!important}.border-sm-bottom-grey-500{border-bottom-color:#adb5bd!important}.border-sm-left-grey-500{border-left-color:#adb5bd!important}.border-sm-top-grey-600{border-top-color:#6e6e6e!important}.border-sm-right-grey-600{border-right-color:#6e6e6e!important}.border-sm-bottom-grey-600{border-bottom-color:#6e6e6e!important}.border-sm-left-grey-600{border-left-color:#6e6e6e!important}.border-sm-top-grey-700{border-top-color:#495057!important}.border-sm-right-grey-700{border-right-color:#495057!important}.border-sm-bottom-grey-700{border-bottom-color:#495057!important}.border-sm-left-grey-700{border-left-color:#495057!important}.border-sm-top-grey-800{border-top-color:#343a40!important}.border-sm-right-grey-800{border-right-color:#343a40!important}.border-sm-bottom-grey-800{border-bottom-color:#343a40!important}.border-sm-left-grey-800{border-left-color:#343a40!important}.border-sm-top-grey-900{border-top-color:#212529!important}.border-sm-right-grey-900{border-right-color:#212529!important}.border-sm-bottom-grey-900{border-bottom-color:#212529!important}.border-sm-left-grey-900{border-left-color:#212529!important}.border-sm-top-black{border-top-color:#000!important}.border-sm-right-black{border-right-color:#000!important}.border-sm-bottom-black{border-bottom-color:#000!important}.border-sm-left-black{border-left-color:#000!important}.border-sm-top-lighterGrey{border-top-color:#f7f7f7!important}.border-sm-right-lighterGrey{border-right-color:#f7f7f7!important}.border-sm-bottom-lighterGrey{border-bottom-color:#f7f7f7!important}.border-sm-left-lighterGrey{border-left-color:#f7f7f7!important}.border-sm-top-darkerLightGrey{border-top-color:#f5f5f5!important}.border-sm-right-darkerLightGrey{border-right-color:#f5f5f5!important}.border-sm-bottom-darkerLightGrey{border-bottom-color:#f5f5f5!important}.border-sm-left-darkerLightGrey{border-left-color:#f5f5f5!important}.border-sm-top-lightGrey{border-top-color:#f2f2f2!important}.border-sm-right-lightGrey{border-right-color:#f2f2f2!important}.border-sm-bottom-lightGrey{border-bottom-color:#f2f2f2!important}.border-sm-left-lightGrey{border-left-color:#f2f2f2!important}.border-sm-top-darkGrey{border-top-color:#ececec!important}.border-sm-right-darkGrey{border-right-color:#ececec!important}.border-sm-bottom-darkGrey{border-bottom-color:#ececec!important}.border-sm-left-darkGrey{border-left-color:#ececec!important}.border-sm-top-lighter-grey{border-top-color:#f7f7f7!important}.border-sm-right-lighter-grey{border-right-color:#f7f7f7!important}.border-sm-bottom-lighter-grey{border-bottom-color:#f7f7f7!important}.border-sm-left-lighter-grey{border-left-color:#f7f7f7!important}.border-sm-top-darker-light-grey{border-top-color:#f5f5f5!important}.border-sm-right-darker-light-grey{border-right-color:#f5f5f5!important}.border-sm-bottom-darker-light-grey{border-bottom-color:#f5f5f5!important}.border-sm-left-darker-light-grey{border-left-color:#f5f5f5!important}.border-sm-top-light-grey{border-top-color:#f2f2f2!important}.border-sm-right-light-grey{border-right-color:#f2f2f2!important}.border-sm-bottom-light-grey{border-bottom-color:#f2f2f2!important}.border-sm-left-light-grey{border-left-color:#f2f2f2!important}.border-sm-top-dark-grey{border-top-color:#ececec!important}.border-sm-right-dark-grey{border-right-color:#ececec!important}.border-sm-bottom-dark-grey{border-bottom-color:#ececec!important}.border-sm-left-dark-grey{border-left-color:#ececec!important}.border-sm-top-spotkania{border-top-color:#fbd998!important}.border-sm-right-spotkania{border-right-color:#fbd998!important}.border-sm-bottom-spotkania{border-bottom-color:#fbd998!important}.border-sm-left-spotkania{border-left-color:#fbd998!important}.border-sm-top-cookies{border-top-color:#d5e5ed!important}.border-sm-right-cookies{border-right-color:#d5e5ed!important}.border-sm-bottom-cookies{border-bottom-color:#d5e5ed!important}.border-sm-left-cookies{border-left-color:#d5e5ed!important}.border-sm-top-poir{border-top-color:#00a097!important}.border-sm-right-poir{border-right-color:#00a097!important}.border-sm-bottom-poir{border-bottom-color:#00a097!important}.border-sm-left-poir{border-left-color:#00a097!important}.border-sm-top-popw{border-top-color:#4b4894!important}.border-sm-right-popw{border-right-color:#4b4894!important}.border-sm-bottom-popw{border-bottom-color:#4b4894!important}.border-sm-left-popw{border-left-color:#4b4894!important}.border-sm-top-power{border-top-color:#dc651e!important}.border-sm-right-power{border-right-color:#dc651e!important}.border-sm-bottom-power{border-bottom-color:#dc651e!important}.border-sm-left-power{border-left-color:#dc651e!important}.border-sm-thick{border-width:4px!important}.border-sm-top-thick{border-top-width:4px!important}.border-sm-right-thick{border-right-width:4px!important}.border-sm-bottom-thick{border-bottom-width:4px!important}.border-sm-left-thick{border-left-width:4px!important}.border-sm-0{border:0!important}.border-sm-top-0{border-top:0!important}.border-sm-right-0{border-right:0!important}.border-sm-bottom-0{border-bottom:0!important}.border-sm-left-0{border-left:0!important}}@media (min-width:768px){.border-md{border:1px solid #dee2e6!important}.border-md-top{border-top:1px solid #dee2e6!important}.border-md-right{border-right:1px solid #dee2e6!important}.border-md-bottom{border-bottom:1px solid #dee2e6!important}.border-md-left{border-left:1px solid #dee2e6!important}.border-md-primary{border-color:#b51a29!important}.border-md-secondary{border-color:#584991!important}.border-md-success{border-color:#28a745!important}.border-md-info{border-color:#0c7492!important}.border-md-warning{border-color:#eba00a!important}.border-md-danger{border-color:#b51a29!important}.border-md-light{border-color:#9c9d9f!important}.border-md-dark{border-color:#565b5d!important}.border-md-blue{border-color:#0c7492!important}.border-md-indigo{border-color:#6610f2!important}.border-md-purple{border-color:#584991!important}.border-md-pink{border-color:#e83e8c!important}.border-md-red{border-color:#b51a29!important}.border-md-orange{border-color:#e16103!important}.border-md-yellow{border-color:#eba00a!important}.border-md-green{border-color:#28a745!important}.border-md-teal{border-color:#20c997!important}.border-md-cyan{border-color:#17a2b8!important}.border-md-white{border-color:#fff!important}.border-md-grey-100{border-color:#f8f9fa!important}.border-md-grey-200{border-color:#e9ecef!important}.border-md-grey-300{border-color:#dee2e6!important}.border-md-grey-400{border-color:#ced4da!important}.border-md-grey-500{border-color:#adb5bd!important}.border-md-grey-600{border-color:#6e6e6e!important}.border-md-grey-700{border-color:#495057!important}.border-md-grey-800{border-color:#343a40!important}.border-md-grey-900{border-color:#212529!important}.border-md-black{border-color:#000!important}.border-md-lighterGrey{border-color:#f7f7f7!important}.border-md-darkerLightGrey{border-color:#f5f5f5!important}.border-md-lightGrey{border-color:#f2f2f2!important}.border-md-darkGrey{border-color:#ececec!important}.border-md-lighter-grey{border-color:#f7f7f7!important}.border-md-darker-light-grey{border-color:#f5f5f5!important}.border-md-light-grey{border-color:#f2f2f2!important}.border-md-dark-grey{border-color:#ececec!important}.border-md-spotkania{border-color:#fbd998!important}.border-md-cookies{border-color:#d5e5ed!important}.border-md-poir{border-color:#00a097!important}.border-md-popw{border-color:#4b4894!important}.border-md-power{border-color:#dc651e!important}.border-md-top-primary{border-top-color:#b51a29!important}.border-md-right-primary{border-right-color:#b51a29!important}.border-md-bottom-primary{border-bottom-color:#b51a29!important}.border-md-left-primary{border-left-color:#b51a29!important}.border-md-top-secondary{border-top-color:#584991!important}.border-md-right-secondary{border-right-color:#584991!important}.border-md-bottom-secondary{border-bottom-color:#584991!important}.border-md-left-secondary{border-left-color:#584991!important}.border-md-top-success{border-top-color:#28a745!important}.border-md-right-success{border-right-color:#28a745!important}.border-md-bottom-success{border-bottom-color:#28a745!important}.border-md-left-success{border-left-color:#28a745!important}.border-md-top-info{border-top-color:#0c7492!important}.border-md-right-info{border-right-color:#0c7492!important}.border-md-bottom-info{border-bottom-color:#0c7492!important}.border-md-left-info{border-left-color:#0c7492!important}.border-md-top-warning{border-top-color:#eba00a!important}.border-md-right-warning{border-right-color:#eba00a!important}.border-md-bottom-warning{border-bottom-color:#eba00a!important}.border-md-left-warning{border-left-color:#eba00a!important}.border-md-top-danger{border-top-color:#b51a29!important}.border-md-right-danger{border-right-color:#b51a29!important}.border-md-bottom-danger{border-bottom-color:#b51a29!important}.border-md-left-danger{border-left-color:#b51a29!important}.border-md-top-light{border-top-color:#9c9d9f!important}.border-md-right-light{border-right-color:#9c9d9f!important}.border-md-bottom-light{border-bottom-color:#9c9d9f!important}.border-md-left-light{border-left-color:#9c9d9f!important}.border-md-top-dark{border-top-color:#565b5d!important}.border-md-right-dark{border-right-color:#565b5d!important}.border-md-bottom-dark{border-bottom-color:#565b5d!important}.border-md-left-dark{border-left-color:#565b5d!important}.border-md-top-blue{border-top-color:#0c7492!important}.border-md-right-blue{border-right-color:#0c7492!important}.border-md-bottom-blue{border-bottom-color:#0c7492!important}.border-md-left-blue{border-left-color:#0c7492!important}.border-md-top-indigo{border-top-color:#6610f2!important}.border-md-right-indigo{border-right-color:#6610f2!important}.border-md-bottom-indigo{border-bottom-color:#6610f2!important}.border-md-left-indigo{border-left-color:#6610f2!important}.border-md-top-purple{border-top-color:#584991!important}.border-md-right-purple{border-right-color:#584991!important}.border-md-bottom-purple{border-bottom-color:#584991!important}.border-md-left-purple{border-left-color:#584991!important}.border-md-top-pink{border-top-color:#e83e8c!important}.border-md-right-pink{border-right-color:#e83e8c!important}.border-md-bottom-pink{border-bottom-color:#e83e8c!important}.border-md-left-pink{border-left-color:#e83e8c!important}.border-md-top-red{border-top-color:#b51a29!important}.border-md-right-red{border-right-color:#b51a29!important}.border-md-bottom-red{border-bottom-color:#b51a29!important}.border-md-left-red{border-left-color:#b51a29!important}.border-md-top-orange{border-top-color:#e16103!important}.border-md-right-orange{border-right-color:#e16103!important}.border-md-bottom-orange{border-bottom-color:#e16103!important}.border-md-left-orange{border-left-color:#e16103!important}.border-md-top-yellow{border-top-color:#eba00a!important}.border-md-right-yellow{border-right-color:#eba00a!important}.border-md-bottom-yellow{border-bottom-color:#eba00a!important}.border-md-left-yellow{border-left-color:#eba00a!important}.border-md-top-green{border-top-color:#28a745!important}.border-md-right-green{border-right-color:#28a745!important}.border-md-bottom-green{border-bottom-color:#28a745!important}.border-md-left-green{border-left-color:#28a745!important}.border-md-top-teal{border-top-color:#20c997!important}.border-md-right-teal{border-right-color:#20c997!important}.border-md-bottom-teal{border-bottom-color:#20c997!important}.border-md-left-teal{border-left-color:#20c997!important}.border-md-top-cyan{border-top-color:#17a2b8!important}.border-md-right-cyan{border-right-color:#17a2b8!important}.border-md-bottom-cyan{border-bottom-color:#17a2b8!important}.border-md-left-cyan{border-left-color:#17a2b8!important}.border-md-top-white{border-top-color:#fff!important}.border-md-right-white{border-right-color:#fff!important}.border-md-bottom-white{border-bottom-color:#fff!important}.border-md-left-white{border-left-color:#fff!important}.border-md-top-grey-100{border-top-color:#f8f9fa!important}.border-md-right-grey-100{border-right-color:#f8f9fa!important}.border-md-bottom-grey-100{border-bottom-color:#f8f9fa!important}.border-md-left-grey-100{border-left-color:#f8f9fa!important}.border-md-top-grey-200{border-top-color:#e9ecef!important}.border-md-right-grey-200{border-right-color:#e9ecef!important}.border-md-bottom-grey-200{border-bottom-color:#e9ecef!important}.border-md-left-grey-200{border-left-color:#e9ecef!important}.border-md-top-grey-300{border-top-color:#dee2e6!important}.border-md-right-grey-300{border-right-color:#dee2e6!important}.border-md-bottom-grey-300{border-bottom-color:#dee2e6!important}.border-md-left-grey-300{border-left-color:#dee2e6!important}.border-md-top-grey-400{border-top-color:#ced4da!important}.border-md-right-grey-400{border-right-color:#ced4da!important}.border-md-bottom-grey-400{border-bottom-color:#ced4da!important}.border-md-left-grey-400{border-left-color:#ced4da!important}.border-md-top-grey-500{border-top-color:#adb5bd!important}.border-md-right-grey-500{border-right-color:#adb5bd!important}.border-md-bottom-grey-500{border-bottom-color:#adb5bd!important}.border-md-left-grey-500{border-left-color:#adb5bd!important}.border-md-top-grey-600{border-top-color:#6e6e6e!important}.border-md-right-grey-600{border-right-color:#6e6e6e!important}.border-md-bottom-grey-600{border-bottom-color:#6e6e6e!important}.border-md-left-grey-600{border-left-color:#6e6e6e!important}.border-md-top-grey-700{border-top-color:#495057!important}.border-md-right-grey-700{border-right-color:#495057!important}.border-md-bottom-grey-700{border-bottom-color:#495057!important}.border-md-left-grey-700{border-left-color:#495057!important}.border-md-top-grey-800{border-top-color:#343a40!important}.border-md-right-grey-800{border-right-color:#343a40!important}.border-md-bottom-grey-800{border-bottom-color:#343a40!important}.border-md-left-grey-800{border-left-color:#343a40!important}.border-md-top-grey-900{border-top-color:#212529!important}.border-md-right-grey-900{border-right-color:#212529!important}.border-md-bottom-grey-900{border-bottom-color:#212529!important}.border-md-left-grey-900{border-left-color:#212529!important}.border-md-top-black{border-top-color:#000!important}.border-md-right-black{border-right-color:#000!important}.border-md-bottom-black{border-bottom-color:#000!important}.border-md-left-black{border-left-color:#000!important}.border-md-top-lighterGrey{border-top-color:#f7f7f7!important}.border-md-right-lighterGrey{border-right-color:#f7f7f7!important}.border-md-bottom-lighterGrey{border-bottom-color:#f7f7f7!important}.border-md-left-lighterGrey{border-left-color:#f7f7f7!important}.border-md-top-darkerLightGrey{border-top-color:#f5f5f5!important}.border-md-right-darkerLightGrey{border-right-color:#f5f5f5!important}.border-md-bottom-darkerLightGrey{border-bottom-color:#f5f5f5!important}.border-md-left-darkerLightGrey{border-left-color:#f5f5f5!important}.border-md-top-lightGrey{border-top-color:#f2f2f2!important}.border-md-right-lightGrey{border-right-color:#f2f2f2!important}.border-md-bottom-lightGrey{border-bottom-color:#f2f2f2!important}.border-md-left-lightGrey{border-left-color:#f2f2f2!important}.border-md-top-darkGrey{border-top-color:#ececec!important}.border-md-right-darkGrey{border-right-color:#ececec!important}.border-md-bottom-darkGrey{border-bottom-color:#ececec!important}.border-md-left-darkGrey{border-left-color:#ececec!important}.border-md-top-lighter-grey{border-top-color:#f7f7f7!important}.border-md-right-lighter-grey{border-right-color:#f7f7f7!important}.border-md-bottom-lighter-grey{border-bottom-color:#f7f7f7!important}.border-md-left-lighter-grey{border-left-color:#f7f7f7!important}.border-md-top-darker-light-grey{border-top-color:#f5f5f5!important}.border-md-right-darker-light-grey{border-right-color:#f5f5f5!important}.border-md-bottom-darker-light-grey{border-bottom-color:#f5f5f5!important}.border-md-left-darker-light-grey{border-left-color:#f5f5f5!important}.border-md-top-light-grey{border-top-color:#f2f2f2!important}.border-md-right-light-grey{border-right-color:#f2f2f2!important}.border-md-bottom-light-grey{border-bottom-color:#f2f2f2!important}.border-md-left-light-grey{border-left-color:#f2f2f2!important}.border-md-top-dark-grey{border-top-color:#ececec!important}.border-md-right-dark-grey{border-right-color:#ececec!important}.border-md-bottom-dark-grey{border-bottom-color:#ececec!important}.border-md-left-dark-grey{border-left-color:#ececec!important}.border-md-top-spotkania{border-top-color:#fbd998!important}.border-md-right-spotkania{border-right-color:#fbd998!important}.border-md-bottom-spotkania{border-bottom-color:#fbd998!important}.border-md-left-spotkania{border-left-color:#fbd998!important}.border-md-top-cookies{border-top-color:#d5e5ed!important}.border-md-right-cookies{border-right-color:#d5e5ed!important}.border-md-bottom-cookies{border-bottom-color:#d5e5ed!important}.border-md-left-cookies{border-left-color:#d5e5ed!important}.border-md-top-poir{border-top-color:#00a097!important}.border-md-right-poir{border-right-color:#00a097!important}.border-md-bottom-poir{border-bottom-color:#00a097!important}.border-md-left-poir{border-left-color:#00a097!important}.border-md-top-popw{border-top-color:#4b4894!important}.border-md-right-popw{border-right-color:#4b4894!important}.border-md-bottom-popw{border-bottom-color:#4b4894!important}.border-md-left-popw{border-left-color:#4b4894!important}.border-md-top-power{border-top-color:#dc651e!important}.border-md-right-power{border-right-color:#dc651e!important}.border-md-bottom-power{border-bottom-color:#dc651e!important}.border-md-left-power{border-left-color:#dc651e!important}.border-md-thick{border-width:4px!important}.border-md-top-thick{border-top-width:4px!important}.border-md-right-thick{border-right-width:4px!important}.border-md-bottom-thick{border-bottom-width:4px!important}.border-md-left-thick{border-left-width:4px!important}.border-md-0{border:0!important}.border-md-top-0{border-top:0!important}.border-md-right-0{border-right:0!important}.border-md-bottom-0{border-bottom:0!important}.border-md-left-0{border-left:0!important}}@media (min-width:992px){.border-lg{border:1px solid #dee2e6!important}.border-lg-top{border-top:1px solid #dee2e6!important}.border-lg-right{border-right:1px solid #dee2e6!important}.border-lg-bottom{border-bottom:1px solid #dee2e6!important}.border-lg-left{border-left:1px solid #dee2e6!important}.border-lg-primary{border-color:#b51a29!important}.border-lg-secondary{border-color:#584991!important}.border-lg-success{border-color:#28a745!important}.border-lg-info{border-color:#0c7492!important}.border-lg-warning{border-color:#eba00a!important}.border-lg-danger{border-color:#b51a29!important}.border-lg-light{border-color:#9c9d9f!important}.border-lg-dark{border-color:#565b5d!important}.border-lg-blue{border-color:#0c7492!important}.border-lg-indigo{border-color:#6610f2!important}.border-lg-purple{border-color:#584991!important}.border-lg-pink{border-color:#e83e8c!important}.border-lg-red{border-color:#b51a29!important}.border-lg-orange{border-color:#e16103!important}.border-lg-yellow{border-color:#eba00a!important}.border-lg-green{border-color:#28a745!important}.border-lg-teal{border-color:#20c997!important}.border-lg-cyan{border-color:#17a2b8!important}.border-lg-white{border-color:#fff!important}.border-lg-grey-100{border-color:#f8f9fa!important}.border-lg-grey-200{border-color:#e9ecef!important}.border-lg-grey-300{border-color:#dee2e6!important}.border-lg-grey-400{border-color:#ced4da!important}.border-lg-grey-500{border-color:#adb5bd!important}.border-lg-grey-600{border-color:#6e6e6e!important}.border-lg-grey-700{border-color:#495057!important}.border-lg-grey-800{border-color:#343a40!important}.border-lg-grey-900{border-color:#212529!important}.border-lg-black{border-color:#000!important}.border-lg-lighterGrey{border-color:#f7f7f7!important}.border-lg-darkerLightGrey{border-color:#f5f5f5!important}.border-lg-lightGrey{border-color:#f2f2f2!important}.border-lg-darkGrey{border-color:#ececec!important}.border-lg-lighter-grey{border-color:#f7f7f7!important}.border-lg-darker-light-grey{border-color:#f5f5f5!important}.border-lg-light-grey{border-color:#f2f2f2!important}.border-lg-dark-grey{border-color:#ececec!important}.border-lg-spotkania{border-color:#fbd998!important}.border-lg-cookies{border-color:#d5e5ed!important}.border-lg-poir{border-color:#00a097!important}.border-lg-popw{border-color:#4b4894!important}.border-lg-power{border-color:#dc651e!important}.border-lg-top-primary{border-top-color:#b51a29!important}.border-lg-right-primary{border-right-color:#b51a29!important}.border-lg-bottom-primary{border-bottom-color:#b51a29!important}.border-lg-left-primary{border-left-color:#b51a29!important}.border-lg-top-secondary{border-top-color:#584991!important}.border-lg-right-secondary{border-right-color:#584991!important}.border-lg-bottom-secondary{border-bottom-color:#584991!important}.border-lg-left-secondary{border-left-color:#584991!important}.border-lg-top-success{border-top-color:#28a745!important}.border-lg-right-success{border-right-color:#28a745!important}.border-lg-bottom-success{border-bottom-color:#28a745!important}.border-lg-left-success{border-left-color:#28a745!important}.border-lg-top-info{border-top-color:#0c7492!important}.border-lg-right-info{border-right-color:#0c7492!important}.border-lg-bottom-info{border-bottom-color:#0c7492!important}.border-lg-left-info{border-left-color:#0c7492!important}.border-lg-top-warning{border-top-color:#eba00a!important}.border-lg-right-warning{border-right-color:#eba00a!important}.border-lg-bottom-warning{border-bottom-color:#eba00a!important}.border-lg-left-warning{border-left-color:#eba00a!important}.border-lg-top-danger{border-top-color:#b51a29!important}.border-lg-right-danger{border-right-color:#b51a29!important}.border-lg-bottom-danger{border-bottom-color:#b51a29!important}.border-lg-left-danger{border-left-color:#b51a29!important}.border-lg-top-light{border-top-color:#9c9d9f!important}.border-lg-right-light{border-right-color:#9c9d9f!important}.border-lg-bottom-light{border-bottom-color:#9c9d9f!important}.border-lg-left-light{border-left-color:#9c9d9f!important}.border-lg-top-dark{border-top-color:#565b5d!important}.border-lg-right-dark{border-right-color:#565b5d!important}.border-lg-bottom-dark{border-bottom-color:#565b5d!important}.border-lg-left-dark{border-left-color:#565b5d!important}.border-lg-top-blue{border-top-color:#0c7492!important}.border-lg-right-blue{border-right-color:#0c7492!important}.border-lg-bottom-blue{border-bottom-color:#0c7492!important}.border-lg-left-blue{border-left-color:#0c7492!important}.border-lg-top-indigo{border-top-color:#6610f2!important}.border-lg-right-indigo{border-right-color:#6610f2!important}.border-lg-bottom-indigo{border-bottom-color:#6610f2!important}.border-lg-left-indigo{border-left-color:#6610f2!important}.border-lg-top-purple{border-top-color:#584991!important}.border-lg-right-purple{border-right-color:#584991!important}.border-lg-bottom-purple{border-bottom-color:#584991!important}.border-lg-left-purple{border-left-color:#584991!important}.border-lg-top-pink{border-top-color:#e83e8c!important}.border-lg-right-pink{border-right-color:#e83e8c!important}.border-lg-bottom-pink{border-bottom-color:#e83e8c!important}.border-lg-left-pink{border-left-color:#e83e8c!important}.border-lg-top-red{border-top-color:#b51a29!important}.border-lg-right-red{border-right-color:#b51a29!important}.border-lg-bottom-red{border-bottom-color:#b51a29!important}.border-lg-left-red{border-left-color:#b51a29!important}.border-lg-top-orange{border-top-color:#e16103!important}.border-lg-right-orange{border-right-color:#e16103!important}.border-lg-bottom-orange{border-bottom-color:#e16103!important}.border-lg-left-orange{border-left-color:#e16103!important}.border-lg-top-yellow{border-top-color:#eba00a!important}.border-lg-right-yellow{border-right-color:#eba00a!important}.border-lg-bottom-yellow{border-bottom-color:#eba00a!important}.border-lg-left-yellow{border-left-color:#eba00a!important}.border-lg-top-green{border-top-color:#28a745!important}.border-lg-right-green{border-right-color:#28a745!important}.border-lg-bottom-green{border-bottom-color:#28a745!important}.border-lg-left-green{border-left-color:#28a745!important}.border-lg-top-teal{border-top-color:#20c997!important}.border-lg-right-teal{border-right-color:#20c997!important}.border-lg-bottom-teal{border-bottom-color:#20c997!important}.border-lg-left-teal{border-left-color:#20c997!important}.border-lg-top-cyan{border-top-color:#17a2b8!important}.border-lg-right-cyan{border-right-color:#17a2b8!important}.border-lg-bottom-cyan{border-bottom-color:#17a2b8!important}.border-lg-left-cyan{border-left-color:#17a2b8!important}.border-lg-top-white{border-top-color:#fff!important}.border-lg-right-white{border-right-color:#fff!important}.border-lg-bottom-white{border-bottom-color:#fff!important}.border-lg-left-white{border-left-color:#fff!important}.border-lg-top-grey-100{border-top-color:#f8f9fa!important}.border-lg-right-grey-100{border-right-color:#f8f9fa!important}.border-lg-bottom-grey-100{border-bottom-color:#f8f9fa!important}.border-lg-left-grey-100{border-left-color:#f8f9fa!important}.border-lg-top-grey-200{border-top-color:#e9ecef!important}.border-lg-right-grey-200{border-right-color:#e9ecef!important}.border-lg-bottom-grey-200{border-bottom-color:#e9ecef!important}.border-lg-left-grey-200{border-left-color:#e9ecef!important}.border-lg-top-grey-300{border-top-color:#dee2e6!important}.border-lg-right-grey-300{border-right-color:#dee2e6!important}.border-lg-bottom-grey-300{border-bottom-color:#dee2e6!important}.border-lg-left-grey-300{border-left-color:#dee2e6!important}.border-lg-top-grey-400{border-top-color:#ced4da!important}.border-lg-right-grey-400{border-right-color:#ced4da!important}.border-lg-bottom-grey-400{border-bottom-color:#ced4da!important}.border-lg-left-grey-400{border-left-color:#ced4da!important}.border-lg-top-grey-500{border-top-color:#adb5bd!important}.border-lg-right-grey-500{border-right-color:#adb5bd!important}.border-lg-bottom-grey-500{border-bottom-color:#adb5bd!important}.border-lg-left-grey-500{border-left-color:#adb5bd!important}.border-lg-top-grey-600{border-top-color:#6e6e6e!important}.border-lg-right-grey-600{border-right-color:#6e6e6e!important}.border-lg-bottom-grey-600{border-bottom-color:#6e6e6e!important}.border-lg-left-grey-600{border-left-color:#6e6e6e!important}.border-lg-top-grey-700{border-top-color:#495057!important}.border-lg-right-grey-700{border-right-color:#495057!important}.border-lg-bottom-grey-700{border-bottom-color:#495057!important}.border-lg-left-grey-700{border-left-color:#495057!important}.border-lg-top-grey-800{border-top-color:#343a40!important}.border-lg-right-grey-800{border-right-color:#343a40!important}.border-lg-bottom-grey-800{border-bottom-color:#343a40!important}.border-lg-left-grey-800{border-left-color:#343a40!important}.border-lg-top-grey-900{border-top-color:#212529!important}.border-lg-right-grey-900{border-right-color:#212529!important}.border-lg-bottom-grey-900{border-bottom-color:#212529!important}.border-lg-left-grey-900{border-left-color:#212529!important}.border-lg-top-black{border-top-color:#000!important}.border-lg-right-black{border-right-color:#000!important}.border-lg-bottom-black{border-bottom-color:#000!important}.border-lg-left-black{border-left-color:#000!important}.border-lg-top-lighterGrey{border-top-color:#f7f7f7!important}.border-lg-right-lighterGrey{border-right-color:#f7f7f7!important}.border-lg-bottom-lighterGrey{border-bottom-color:#f7f7f7!important}.border-lg-left-lighterGrey{border-left-color:#f7f7f7!important}.border-lg-top-darkerLightGrey{border-top-color:#f5f5f5!important}.border-lg-right-darkerLightGrey{border-right-color:#f5f5f5!important}.border-lg-bottom-darkerLightGrey{border-bottom-color:#f5f5f5!important}.border-lg-left-darkerLightGrey{border-left-color:#f5f5f5!important}.border-lg-top-lightGrey{border-top-color:#f2f2f2!important}.border-lg-right-lightGrey{border-right-color:#f2f2f2!important}.border-lg-bottom-lightGrey{border-bottom-color:#f2f2f2!important}.border-lg-left-lightGrey{border-left-color:#f2f2f2!important}.border-lg-top-darkGrey{border-top-color:#ececec!important}.border-lg-right-darkGrey{border-right-color:#ececec!important}.border-lg-bottom-darkGrey{border-bottom-color:#ececec!important}.border-lg-left-darkGrey{border-left-color:#ececec!important}.border-lg-top-lighter-grey{border-top-color:#f7f7f7!important}.border-lg-right-lighter-grey{border-right-color:#f7f7f7!important}.border-lg-bottom-lighter-grey{border-bottom-color:#f7f7f7!important}.border-lg-left-lighter-grey{border-left-color:#f7f7f7!important}.border-lg-top-darker-light-grey{border-top-color:#f5f5f5!important}.border-lg-right-darker-light-grey{border-right-color:#f5f5f5!important}.border-lg-bottom-darker-light-grey{border-bottom-color:#f5f5f5!important}.border-lg-left-darker-light-grey{border-left-color:#f5f5f5!important}.border-lg-top-light-grey{border-top-color:#f2f2f2!important}.border-lg-right-light-grey{border-right-color:#f2f2f2!important}.border-lg-bottom-light-grey{border-bottom-color:#f2f2f2!important}.border-lg-left-light-grey{border-left-color:#f2f2f2!important}.border-lg-top-dark-grey{border-top-color:#ececec!important}.border-lg-right-dark-grey{border-right-color:#ececec!important}.border-lg-bottom-dark-grey{border-bottom-color:#ececec!important}.border-lg-left-dark-grey{border-left-color:#ececec!important}.border-lg-top-spotkania{border-top-color:#fbd998!important}.border-lg-right-spotkania{border-right-color:#fbd998!important}.border-lg-bottom-spotkania{border-bottom-color:#fbd998!important}.border-lg-left-spotkania{border-left-color:#fbd998!important}.border-lg-top-cookies{border-top-color:#d5e5ed!important}.border-lg-right-cookies{border-right-color:#d5e5ed!important}.border-lg-bottom-cookies{border-bottom-color:#d5e5ed!important}.border-lg-left-cookies{border-left-color:#d5e5ed!important}.border-lg-top-poir{border-top-color:#00a097!important}.border-lg-right-poir{border-right-color:#00a097!important}.border-lg-bottom-poir{border-bottom-color:#00a097!important}.border-lg-left-poir{border-left-color:#00a097!important}.border-lg-top-popw{border-top-color:#4b4894!important}.border-lg-right-popw{border-right-color:#4b4894!important}.border-lg-bottom-popw{border-bottom-color:#4b4894!important}.border-lg-left-popw{border-left-color:#4b4894!important}.border-lg-top-power{border-top-color:#dc651e!important}.border-lg-right-power{border-right-color:#dc651e!important}.border-lg-bottom-power{border-bottom-color:#dc651e!important}.border-lg-left-power{border-left-color:#dc651e!important}.border-lg-thick{border-width:4px!important}.border-lg-top-thick{border-top-width:4px!important}.border-lg-right-thick{border-right-width:4px!important}.border-lg-bottom-thick{border-bottom-width:4px!important}.border-lg-left-thick{border-left-width:4px!important}.border-lg-0{border:0!important}.border-lg-top-0{border-top:0!important}.border-lg-right-0{border-right:0!important}.border-lg-bottom-0{border-bottom:0!important}.border-lg-left-0{border-left:0!important}}@media (min-width:1200px){.border-xl{border:1px solid #dee2e6!important}.border-xl-top{border-top:1px solid #dee2e6!important}.border-xl-right{border-right:1px solid #dee2e6!important}.border-xl-bottom{border-bottom:1px solid #dee2e6!important}.border-xl-left{border-left:1px solid #dee2e6!important}.border-xl-primary{border-color:#b51a29!important}.border-xl-secondary{border-color:#584991!important}.border-xl-success{border-color:#28a745!important}.border-xl-info{border-color:#0c7492!important}.border-xl-warning{border-color:#eba00a!important}.border-xl-danger{border-color:#b51a29!important}.border-xl-light{border-color:#9c9d9f!important}.border-xl-dark{border-color:#565b5d!important}.border-xl-blue{border-color:#0c7492!important}.border-xl-indigo{border-color:#6610f2!important}.border-xl-purple{border-color:#584991!important}.border-xl-pink{border-color:#e83e8c!important}.border-xl-red{border-color:#b51a29!important}.border-xl-orange{border-color:#e16103!important}.border-xl-yellow{border-color:#eba00a!important}.border-xl-green{border-color:#28a745!important}.border-xl-teal{border-color:#20c997!important}.border-xl-cyan{border-color:#17a2b8!important}.border-xl-white{border-color:#fff!important}.border-xl-grey-100{border-color:#f8f9fa!important}.border-xl-grey-200{border-color:#e9ecef!important}.border-xl-grey-300{border-color:#dee2e6!important}.border-xl-grey-400{border-color:#ced4da!important}.border-xl-grey-500{border-color:#adb5bd!important}.border-xl-grey-600{border-color:#6e6e6e!important}.border-xl-grey-700{border-color:#495057!important}.border-xl-grey-800{border-color:#343a40!important}.border-xl-grey-900{border-color:#212529!important}.border-xl-black{border-color:#000!important}.border-xl-lighterGrey{border-color:#f7f7f7!important}.border-xl-darkerLightGrey{border-color:#f5f5f5!important}.border-xl-lightGrey{border-color:#f2f2f2!important}.border-xl-darkGrey{border-color:#ececec!important}.border-xl-lighter-grey{border-color:#f7f7f7!important}.border-xl-darker-light-grey{border-color:#f5f5f5!important}.border-xl-light-grey{border-color:#f2f2f2!important}.border-xl-dark-grey{border-color:#ececec!important}.border-xl-spotkania{border-color:#fbd998!important}.border-xl-cookies{border-color:#d5e5ed!important}.border-xl-poir{border-color:#00a097!important}.border-xl-popw{border-color:#4b4894!important}.border-xl-power{border-color:#dc651e!important}.border-xl-top-primary{border-top-color:#b51a29!important}.border-xl-right-primary{border-right-color:#b51a29!important}.border-xl-bottom-primary{border-bottom-color:#b51a29!important}.border-xl-left-primary{border-left-color:#b51a29!important}.border-xl-top-secondary{border-top-color:#584991!important}.border-xl-right-secondary{border-right-color:#584991!important}.border-xl-bottom-secondary{border-bottom-color:#584991!important}.border-xl-left-secondary{border-left-color:#584991!important}.border-xl-top-success{border-top-color:#28a745!important}.border-xl-right-success{border-right-color:#28a745!important}.border-xl-bottom-success{border-bottom-color:#28a745!important}.border-xl-left-success{border-left-color:#28a745!important}.border-xl-top-info{border-top-color:#0c7492!important}.border-xl-right-info{border-right-color:#0c7492!important}.border-xl-bottom-info{border-bottom-color:#0c7492!important}.border-xl-left-info{border-left-color:#0c7492!important}.border-xl-top-warning{border-top-color:#eba00a!important}.border-xl-right-warning{border-right-color:#eba00a!important}.border-xl-bottom-warning{border-bottom-color:#eba00a!important}.border-xl-left-warning{border-left-color:#eba00a!important}.border-xl-top-danger{border-top-color:#b51a29!important}.border-xl-right-danger{border-right-color:#b51a29!important}.border-xl-bottom-danger{border-bottom-color:#b51a29!important}.border-xl-left-danger{border-left-color:#b51a29!important}.border-xl-top-light{border-top-color:#9c9d9f!important}.border-xl-right-light{border-right-color:#9c9d9f!important}.border-xl-bottom-light{border-bottom-color:#9c9d9f!important}.border-xl-left-light{border-left-color:#9c9d9f!important}.border-xl-top-dark{border-top-color:#565b5d!important}.border-xl-right-dark{border-right-color:#565b5d!important}.border-xl-bottom-dark{border-bottom-color:#565b5d!important}.border-xl-left-dark{border-left-color:#565b5d!important}.border-xl-top-blue{border-top-color:#0c7492!important}.border-xl-right-blue{border-right-color:#0c7492!important}.border-xl-bottom-blue{border-bottom-color:#0c7492!important}.border-xl-left-blue{border-left-color:#0c7492!important}.border-xl-top-indigo{border-top-color:#6610f2!important}.border-xl-right-indigo{border-right-color:#6610f2!important}.border-xl-bottom-indigo{border-bottom-color:#6610f2!important}.border-xl-left-indigo{border-left-color:#6610f2!important}.border-xl-top-purple{border-top-color:#584991!important}.border-xl-right-purple{border-right-color:#584991!important}.border-xl-bottom-purple{border-bottom-color:#584991!important}.border-xl-left-purple{border-left-color:#584991!important}.border-xl-top-pink{border-top-color:#e83e8c!important}.border-xl-right-pink{border-right-color:#e83e8c!important}.border-xl-bottom-pink{border-bottom-color:#e83e8c!important}.border-xl-left-pink{border-left-color:#e83e8c!important}.border-xl-top-red{border-top-color:#b51a29!important}.border-xl-right-red{border-right-color:#b51a29!important}.border-xl-bottom-red{border-bottom-color:#b51a29!important}.border-xl-left-red{border-left-color:#b51a29!important}.border-xl-top-orange{border-top-color:#e16103!important}.border-xl-right-orange{border-right-color:#e16103!important}.border-xl-bottom-orange{border-bottom-color:#e16103!important}.border-xl-left-orange{border-left-color:#e16103!important}.border-xl-top-yellow{border-top-color:#eba00a!important}.border-xl-right-yellow{border-right-color:#eba00a!important}.border-xl-bottom-yellow{border-bottom-color:#eba00a!important}.border-xl-left-yellow{border-left-color:#eba00a!important}.border-xl-top-green{border-top-color:#28a745!important}.border-xl-right-green{border-right-color:#28a745!important}.border-xl-bottom-green{border-bottom-color:#28a745!important}.border-xl-left-green{border-left-color:#28a745!important}.border-xl-top-teal{border-top-color:#20c997!important}.border-xl-right-teal{border-right-color:#20c997!important}.border-xl-bottom-teal{border-bottom-color:#20c997!important}.border-xl-left-teal{border-left-color:#20c997!important}.border-xl-top-cyan{border-top-color:#17a2b8!important}.border-xl-right-cyan{border-right-color:#17a2b8!important}.border-xl-bottom-cyan{border-bottom-color:#17a2b8!important}.border-xl-left-cyan{border-left-color:#17a2b8!important}.border-xl-top-white{border-top-color:#fff!important}.border-xl-right-white{border-right-color:#fff!important}.border-xl-bottom-white{border-bottom-color:#fff!important}.border-xl-left-white{border-left-color:#fff!important}.border-xl-top-grey-100{border-top-color:#f8f9fa!important}.border-xl-right-grey-100{border-right-color:#f8f9fa!important}.border-xl-bottom-grey-100{border-bottom-color:#f8f9fa!important}.border-xl-left-grey-100{border-left-color:#f8f9fa!important}.border-xl-top-grey-200{border-top-color:#e9ecef!important}.border-xl-right-grey-200{border-right-color:#e9ecef!important}.border-xl-bottom-grey-200{border-bottom-color:#e9ecef!important}.border-xl-left-grey-200{border-left-color:#e9ecef!important}.border-xl-top-grey-300{border-top-color:#dee2e6!important}.border-xl-right-grey-300{border-right-color:#dee2e6!important}.border-xl-bottom-grey-300{border-bottom-color:#dee2e6!important}.border-xl-left-grey-300{border-left-color:#dee2e6!important}.border-xl-top-grey-400{border-top-color:#ced4da!important}.border-xl-right-grey-400{border-right-color:#ced4da!important}.border-xl-bottom-grey-400{border-bottom-color:#ced4da!important}.border-xl-left-grey-400{border-left-color:#ced4da!important}.border-xl-top-grey-500{border-top-color:#adb5bd!important}.border-xl-right-grey-500{border-right-color:#adb5bd!important}.border-xl-bottom-grey-500{border-bottom-color:#adb5bd!important}.border-xl-left-grey-500{border-left-color:#adb5bd!important}.border-xl-top-grey-600{border-top-color:#6e6e6e!important}.border-xl-right-grey-600{border-right-color:#6e6e6e!important}.border-xl-bottom-grey-600{border-bottom-color:#6e6e6e!important}.border-xl-left-grey-600{border-left-color:#6e6e6e!important}.border-xl-top-grey-700{border-top-color:#495057!important}.border-xl-right-grey-700{border-right-color:#495057!important}.border-xl-bottom-grey-700{border-bottom-color:#495057!important}.border-xl-left-grey-700{border-left-color:#495057!important}.border-xl-top-grey-800{border-top-color:#343a40!important}.border-xl-right-grey-800{border-right-color:#343a40!important}.border-xl-bottom-grey-800{border-bottom-color:#343a40!important}.border-xl-left-grey-800{border-left-color:#343a40!important}.border-xl-top-grey-900{border-top-color:#212529!important}.border-xl-right-grey-900{border-right-color:#212529!important}.border-xl-bottom-grey-900{border-bottom-color:#212529!important}.border-xl-left-grey-900{border-left-color:#212529!important}.border-xl-top-black{border-top-color:#000!important}.border-xl-right-black{border-right-color:#000!important}.border-xl-bottom-black{border-bottom-color:#000!important}.border-xl-left-black{border-left-color:#000!important}.border-xl-top-lighterGrey{border-top-color:#f7f7f7!important}.border-xl-right-lighterGrey{border-right-color:#f7f7f7!important}.border-xl-bottom-lighterGrey{border-bottom-color:#f7f7f7!important}.border-xl-left-lighterGrey{border-left-color:#f7f7f7!important}.border-xl-top-darkerLightGrey{border-top-color:#f5f5f5!important}.border-xl-right-darkerLightGrey{border-right-color:#f5f5f5!important}.border-xl-bottom-darkerLightGrey{border-bottom-color:#f5f5f5!important}.border-xl-left-darkerLightGrey{border-left-color:#f5f5f5!important}.border-xl-top-lightGrey{border-top-color:#f2f2f2!important}.border-xl-right-lightGrey{border-right-color:#f2f2f2!important}.border-xl-bottom-lightGrey{border-bottom-color:#f2f2f2!important}.border-xl-left-lightGrey{border-left-color:#f2f2f2!important}.border-xl-top-darkGrey{border-top-color:#ececec!important}.border-xl-right-darkGrey{border-right-color:#ececec!important}.border-xl-bottom-darkGrey{border-bottom-color:#ececec!important}.border-xl-left-darkGrey{border-left-color:#ececec!important}.border-xl-top-lighter-grey{border-top-color:#f7f7f7!important}.border-xl-right-lighter-grey{border-right-color:#f7f7f7!important}.border-xl-bottom-lighter-grey{border-bottom-color:#f7f7f7!important}.border-xl-left-lighter-grey{border-left-color:#f7f7f7!important}.border-xl-top-darker-light-grey{border-top-color:#f5f5f5!important}.border-xl-right-darker-light-grey{border-right-color:#f5f5f5!important}.border-xl-bottom-darker-light-grey{border-bottom-color:#f5f5f5!important}.border-xl-left-darker-light-grey{border-left-color:#f5f5f5!important}.border-xl-top-light-grey{border-top-color:#f2f2f2!important}.border-xl-right-light-grey{border-right-color:#f2f2f2!important}.border-xl-bottom-light-grey{border-bottom-color:#f2f2f2!important}.border-xl-left-light-grey{border-left-color:#f2f2f2!important}.border-xl-top-dark-grey{border-top-color:#ececec!important}.border-xl-right-dark-grey{border-right-color:#ececec!important}.border-xl-bottom-dark-grey{border-bottom-color:#ececec!important}.border-xl-left-dark-grey{border-left-color:#ececec!important}.border-xl-top-spotkania{border-top-color:#fbd998!important}.border-xl-right-spotkania{border-right-color:#fbd998!important}.border-xl-bottom-spotkania{border-bottom-color:#fbd998!important}.border-xl-left-spotkania{border-left-color:#fbd998!important}.border-xl-top-cookies{border-top-color:#d5e5ed!important}.border-xl-right-cookies{border-right-color:#d5e5ed!important}.border-xl-bottom-cookies{border-bottom-color:#d5e5ed!important}.border-xl-left-cookies{border-left-color:#d5e5ed!important}.border-xl-top-poir{border-top-color:#00a097!important}.border-xl-right-poir{border-right-color:#00a097!important}.border-xl-bottom-poir{border-bottom-color:#00a097!important}.border-xl-left-poir{border-left-color:#00a097!important}.border-xl-top-popw{border-top-color:#4b4894!important}.border-xl-right-popw{border-right-color:#4b4894!important}.border-xl-bottom-popw{border-bottom-color:#4b4894!important}.border-xl-left-popw{border-left-color:#4b4894!important}.border-xl-top-power{border-top-color:#dc651e!important}.border-xl-right-power{border-right-color:#dc651e!important}.border-xl-bottom-power{border-bottom-color:#dc651e!important}.border-xl-left-power{border-left-color:#dc651e!important}.border-xl-thick{border-width:4px!important}.border-xl-top-thick{border-top-width:4px!important}.border-xl-right-thick{border-right-width:4px!important}.border-xl-bottom-thick{border-bottom-width:4px!important}.border-xl-left-thick{border-left-width:4px!important}.border-xl-0{border:0!important}.border-xl-top-0{border-top:0!important}.border-xl-right-0{border-right:0!important}.border-xl-bottom-0{border-bottom:0!important}.border-xl-left-0{border-left:0!important}}@media (min-width:1350px){.border-xxl{border:1px solid #dee2e6!important}.border-xxl-top{border-top:1px solid #dee2e6!important}.border-xxl-right{border-right:1px solid #dee2e6!important}.border-xxl-bottom{border-bottom:1px solid #dee2e6!important}.border-xxl-left{border-left:1px solid #dee2e6!important}.border-xxl-primary{border-color:#b51a29!important}.border-xxl-secondary{border-color:#584991!important}.border-xxl-success{border-color:#28a745!important}.border-xxl-info{border-color:#0c7492!important}.border-xxl-warning{border-color:#eba00a!important}.border-xxl-danger{border-color:#b51a29!important}.border-xxl-light{border-color:#9c9d9f!important}.border-xxl-dark{border-color:#565b5d!important}.border-xxl-blue{border-color:#0c7492!important}.border-xxl-indigo{border-color:#6610f2!important}.border-xxl-purple{border-color:#584991!important}.border-xxl-pink{border-color:#e83e8c!important}.border-xxl-red{border-color:#b51a29!important}.border-xxl-orange{border-color:#e16103!important}.border-xxl-yellow{border-color:#eba00a!important}.border-xxl-green{border-color:#28a745!important}.border-xxl-teal{border-color:#20c997!important}.border-xxl-cyan{border-color:#17a2b8!important}.border-xxl-white{border-color:#fff!important}.border-xxl-grey-100{border-color:#f8f9fa!important}.border-xxl-grey-200{border-color:#e9ecef!important}.border-xxl-grey-300{border-color:#dee2e6!important}.border-xxl-grey-400{border-color:#ced4da!important}.border-xxl-grey-500{border-color:#adb5bd!important}.border-xxl-grey-600{border-color:#6e6e6e!important}.border-xxl-grey-700{border-color:#495057!important}.border-xxl-grey-800{border-color:#343a40!important}.border-xxl-grey-900{border-color:#212529!important}.border-xxl-black{border-color:#000!important}.border-xxl-lighterGrey{border-color:#f7f7f7!important}.border-xxl-darkerLightGrey{border-color:#f5f5f5!important}.border-xxl-lightGrey{border-color:#f2f2f2!important}.border-xxl-darkGrey{border-color:#ececec!important}.border-xxl-lighter-grey{border-color:#f7f7f7!important}.border-xxl-darker-light-grey{border-color:#f5f5f5!important}.border-xxl-light-grey{border-color:#f2f2f2!important}.border-xxl-dark-grey{border-color:#ececec!important}.border-xxl-spotkania{border-color:#fbd998!important}.border-xxl-cookies{border-color:#d5e5ed!important}.border-xxl-poir{border-color:#00a097!important}.border-xxl-popw{border-color:#4b4894!important}.border-xxl-power{border-color:#dc651e!important}.border-xxl-top-primary{border-top-color:#b51a29!important}.border-xxl-right-primary{border-right-color:#b51a29!important}.border-xxl-bottom-primary{border-bottom-color:#b51a29!important}.border-xxl-left-primary{border-left-color:#b51a29!important}.border-xxl-top-secondary{border-top-color:#584991!important}.border-xxl-right-secondary{border-right-color:#584991!important}.border-xxl-bottom-secondary{border-bottom-color:#584991!important}.border-xxl-left-secondary{border-left-color:#584991!important}.border-xxl-top-success{border-top-color:#28a745!important}.border-xxl-right-success{border-right-color:#28a745!important}.border-xxl-bottom-success{border-bottom-color:#28a745!important}.border-xxl-left-success{border-left-color:#28a745!important}.border-xxl-top-info{border-top-color:#0c7492!important}.border-xxl-right-info{border-right-color:#0c7492!important}.border-xxl-bottom-info{border-bottom-color:#0c7492!important}.border-xxl-left-info{border-left-color:#0c7492!important}.border-xxl-top-warning{border-top-color:#eba00a!important}.border-xxl-right-warning{border-right-color:#eba00a!important}.border-xxl-bottom-warning{border-bottom-color:#eba00a!important}.border-xxl-left-warning{border-left-color:#eba00a!important}.border-xxl-top-danger{border-top-color:#b51a29!important}.border-xxl-right-danger{border-right-color:#b51a29!important}.border-xxl-bottom-danger{border-bottom-color:#b51a29!important}.border-xxl-left-danger{border-left-color:#b51a29!important}.border-xxl-top-light{border-top-color:#9c9d9f!important}.border-xxl-right-light{border-right-color:#9c9d9f!important}.border-xxl-bottom-light{border-bottom-color:#9c9d9f!important}.border-xxl-left-light{border-left-color:#9c9d9f!important}.border-xxl-top-dark{border-top-color:#565b5d!important}.border-xxl-right-dark{border-right-color:#565b5d!important}.border-xxl-bottom-dark{border-bottom-color:#565b5d!important}.border-xxl-left-dark{border-left-color:#565b5d!important}.border-xxl-top-blue{border-top-color:#0c7492!important}.border-xxl-right-blue{border-right-color:#0c7492!important}.border-xxl-bottom-blue{border-bottom-color:#0c7492!important}.border-xxl-left-blue{border-left-color:#0c7492!important}.border-xxl-top-indigo{border-top-color:#6610f2!important}.border-xxl-right-indigo{border-right-color:#6610f2!important}.border-xxl-bottom-indigo{border-bottom-color:#6610f2!important}.border-xxl-left-indigo{border-left-color:#6610f2!important}.border-xxl-top-purple{border-top-color:#584991!important}.border-xxl-right-purple{border-right-color:#584991!important}.border-xxl-bottom-purple{border-bottom-color:#584991!important}.border-xxl-left-purple{border-left-color:#584991!important}.border-xxl-top-pink{border-top-color:#e83e8c!important}.border-xxl-right-pink{border-right-color:#e83e8c!important}.border-xxl-bottom-pink{border-bottom-color:#e83e8c!important}.border-xxl-left-pink{border-left-color:#e83e8c!important}.border-xxl-top-red{border-top-color:#b51a29!important}.border-xxl-right-red{border-right-color:#b51a29!important}.border-xxl-bottom-red{border-bottom-color:#b51a29!important}.border-xxl-left-red{border-left-color:#b51a29!important}.border-xxl-top-orange{border-top-color:#e16103!important}.border-xxl-right-orange{border-right-color:#e16103!important}.border-xxl-bottom-orange{border-bottom-color:#e16103!important}.border-xxl-left-orange{border-left-color:#e16103!important}.border-xxl-top-yellow{border-top-color:#eba00a!important}.border-xxl-right-yellow{border-right-color:#eba00a!important}.border-xxl-bottom-yellow{border-bottom-color:#eba00a!important}.border-xxl-left-yellow{border-left-color:#eba00a!important}.border-xxl-top-green{border-top-color:#28a745!important}.border-xxl-right-green{border-right-color:#28a745!important}.border-xxl-bottom-green{border-bottom-color:#28a745!important}.border-xxl-left-green{border-left-color:#28a745!important}.border-xxl-top-teal{border-top-color:#20c997!important}.border-xxl-right-teal{border-right-color:#20c997!important}.border-xxl-bottom-teal{border-bottom-color:#20c997!important}.border-xxl-left-teal{border-left-color:#20c997!important}.border-xxl-top-cyan{border-top-color:#17a2b8!important}.border-xxl-right-cyan{border-right-color:#17a2b8!important}.border-xxl-bottom-cyan{border-bottom-color:#17a2b8!important}.border-xxl-left-cyan{border-left-color:#17a2b8!important}.border-xxl-top-white{border-top-color:#fff!important}.border-xxl-right-white{border-right-color:#fff!important}.border-xxl-bottom-white{border-bottom-color:#fff!important}.border-xxl-left-white{border-left-color:#fff!important}.border-xxl-top-grey-100{border-top-color:#f8f9fa!important}.border-xxl-right-grey-100{border-right-color:#f8f9fa!important}.border-xxl-bottom-grey-100{border-bottom-color:#f8f9fa!important}.border-xxl-left-grey-100{border-left-color:#f8f9fa!important}.border-xxl-top-grey-200{border-top-color:#e9ecef!important}.border-xxl-right-grey-200{border-right-color:#e9ecef!important}.border-xxl-bottom-grey-200{border-bottom-color:#e9ecef!important}.border-xxl-left-grey-200{border-left-color:#e9ecef!important}.border-xxl-top-grey-300{border-top-color:#dee2e6!important}.border-xxl-right-grey-300{border-right-color:#dee2e6!important}.border-xxl-bottom-grey-300{border-bottom-color:#dee2e6!important}.border-xxl-left-grey-300{border-left-color:#dee2e6!important}.border-xxl-top-grey-400{border-top-color:#ced4da!important}.border-xxl-right-grey-400{border-right-color:#ced4da!important}.border-xxl-bottom-grey-400{border-bottom-color:#ced4da!important}.border-xxl-left-grey-400{border-left-color:#ced4da!important}.border-xxl-top-grey-500{border-top-color:#adb5bd!important}.border-xxl-right-grey-500{border-right-color:#adb5bd!important}.border-xxl-bottom-grey-500{border-bottom-color:#adb5bd!important}.border-xxl-left-grey-500{border-left-color:#adb5bd!important}.border-xxl-top-grey-600{border-top-color:#6e6e6e!important}.border-xxl-right-grey-600{border-right-color:#6e6e6e!important}.border-xxl-bottom-grey-600{border-bottom-color:#6e6e6e!important}.border-xxl-left-grey-600{border-left-color:#6e6e6e!important}.border-xxl-top-grey-700{border-top-color:#495057!important}.border-xxl-right-grey-700{border-right-color:#495057!important}.border-xxl-bottom-grey-700{border-bottom-color:#495057!important}.border-xxl-left-grey-700{border-left-color:#495057!important}.border-xxl-top-grey-800{border-top-color:#343a40!important}.border-xxl-right-grey-800{border-right-color:#343a40!important}.border-xxl-bottom-grey-800{border-bottom-color:#343a40!important}.border-xxl-left-grey-800{border-left-color:#343a40!important}.border-xxl-top-grey-900{border-top-color:#212529!important}.border-xxl-right-grey-900{border-right-color:#212529!important}.border-xxl-bottom-grey-900{border-bottom-color:#212529!important}.border-xxl-left-grey-900{border-left-color:#212529!important}.border-xxl-top-black{border-top-color:#000!important}.border-xxl-right-black{border-right-color:#000!important}.border-xxl-bottom-black{border-bottom-color:#000!important}.border-xxl-left-black{border-left-color:#000!important}.border-xxl-top-lighterGrey{border-top-color:#f7f7f7!important}.border-xxl-right-lighterGrey{border-right-color:#f7f7f7!important}.border-xxl-bottom-lighterGrey{border-bottom-color:#f7f7f7!important}.border-xxl-left-lighterGrey{border-left-color:#f7f7f7!important}.border-xxl-top-darkerLightGrey{border-top-color:#f5f5f5!important}.border-xxl-right-darkerLightGrey{border-right-color:#f5f5f5!important}.border-xxl-bottom-darkerLightGrey{border-bottom-color:#f5f5f5!important}.border-xxl-left-darkerLightGrey{border-left-color:#f5f5f5!important}.border-xxl-top-lightGrey{border-top-color:#f2f2f2!important}.border-xxl-right-lightGrey{border-right-color:#f2f2f2!important}.border-xxl-bottom-lightGrey{border-bottom-color:#f2f2f2!important}.border-xxl-left-lightGrey{border-left-color:#f2f2f2!important}.border-xxl-top-darkGrey{border-top-color:#ececec!important}.border-xxl-right-darkGrey{border-right-color:#ececec!important}.border-xxl-bottom-darkGrey{border-bottom-color:#ececec!important}.border-xxl-left-darkGrey{border-left-color:#ececec!important}.border-xxl-top-lighter-grey{border-top-color:#f7f7f7!important}.border-xxl-right-lighter-grey{border-right-color:#f7f7f7!important}.border-xxl-bottom-lighter-grey{border-bottom-color:#f7f7f7!important}.border-xxl-left-lighter-grey{border-left-color:#f7f7f7!important}.border-xxl-top-darker-light-grey{border-top-color:#f5f5f5!important}.border-xxl-right-darker-light-grey{border-right-color:#f5f5f5!important}.border-xxl-bottom-darker-light-grey{border-bottom-color:#f5f5f5!important}.border-xxl-left-darker-light-grey{border-left-color:#f5f5f5!important}.border-xxl-top-light-grey{border-top-color:#f2f2f2!important}.border-xxl-right-light-grey{border-right-color:#f2f2f2!important}.border-xxl-bottom-light-grey{border-bottom-color:#f2f2f2!important}.border-xxl-left-light-grey{border-left-color:#f2f2f2!important}.border-xxl-top-dark-grey{border-top-color:#ececec!important}.border-xxl-right-dark-grey{border-right-color:#ececec!important}.border-xxl-bottom-dark-grey{border-bottom-color:#ececec!important}.border-xxl-left-dark-grey{border-left-color:#ececec!important}.border-xxl-top-spotkania{border-top-color:#fbd998!important}.border-xxl-right-spotkania{border-right-color:#fbd998!important}.border-xxl-bottom-spotkania{border-bottom-color:#fbd998!important}.border-xxl-left-spotkania{border-left-color:#fbd998!important}.border-xxl-top-cookies{border-top-color:#d5e5ed!important}.border-xxl-right-cookies{border-right-color:#d5e5ed!important}.border-xxl-bottom-cookies{border-bottom-color:#d5e5ed!important}.border-xxl-left-cookies{border-left-color:#d5e5ed!important}.border-xxl-top-poir{border-top-color:#00a097!important}.border-xxl-right-poir{border-right-color:#00a097!important}.border-xxl-bottom-poir{border-bottom-color:#00a097!important}.border-xxl-left-poir{border-left-color:#00a097!important}.border-xxl-top-popw{border-top-color:#4b4894!important}.border-xxl-right-popw{border-right-color:#4b4894!important}.border-xxl-bottom-popw{border-bottom-color:#4b4894!important}.border-xxl-left-popw{border-left-color:#4b4894!important}.border-xxl-top-power{border-top-color:#dc651e!important}.border-xxl-right-power{border-right-color:#dc651e!important}.border-xxl-bottom-power{border-bottom-color:#dc651e!important}.border-xxl-left-power{border-left-color:#dc651e!important}.border-xxl-thick{border-width:4px!important}.border-xxl-top-thick{border-top-width:4px!important}.border-xxl-right-thick{border-right-width:4px!important}.border-xxl-bottom-thick{border-bottom-width:4px!important}.border-xxl-left-thick{border-left-width:4px!important}.border-xxl-0{border:0!important}.border-xxl-top-0{border-top:0!important}.border-xxl-right-0{border-right:0!important}.border-xxl-bottom-0{border-bottom:0!important}.border-xxl-left-0{border-left:0!important}}.breadcrumb-primary .breadcrumb-item+.breadcrumb-item:before{color:#b51a29}.breadcrumb-secondary .breadcrumb-item+.breadcrumb-item:before{color:#584991}.breadcrumb-success .breadcrumb-item+.breadcrumb-item:before{color:#28a745}.breadcrumb-info .breadcrumb-item+.breadcrumb-item:before{color:#0c7492}.breadcrumb-warning .breadcrumb-item+.breadcrumb-item:before{color:#eba00a}.breadcrumb-danger .breadcrumb-item+.breadcrumb-item:before{color:#b51a29}.breadcrumb-light .breadcrumb-item+.breadcrumb-item:before{color:#9c9d9f}.breadcrumb-dark .breadcrumb-item+.breadcrumb-item:before{color:#565b5d}.breadcrumb-blue .breadcrumb-item+.breadcrumb-item:before{color:#0c7492}.breadcrumb-indigo .breadcrumb-item+.breadcrumb-item:before{color:#6610f2}.breadcrumb-purple .breadcrumb-item+.breadcrumb-item:before{color:#584991}.breadcrumb-pink .breadcrumb-item+.breadcrumb-item:before{color:#e83e8c}.breadcrumb-red .breadcrumb-item+.breadcrumb-item:before{color:#b51a29}.breadcrumb-orange .breadcrumb-item+.breadcrumb-item:before{color:#e16103}.breadcrumb-yellow .breadcrumb-item+.breadcrumb-item:before{color:#eba00a}.breadcrumb-green .breadcrumb-item+.breadcrumb-item:before{color:#28a745}.breadcrumb-teal .breadcrumb-item+.breadcrumb-item:before{color:#20c997}.breadcrumb-cyan .breadcrumb-item+.breadcrumb-item:before{color:#17a2b8}.breadcrumb-white .breadcrumb-item+.breadcrumb-item:before{color:#fff}.breadcrumb-grey-100 .breadcrumb-item+.breadcrumb-item:before{color:#f8f9fa}.breadcrumb-grey-200 .breadcrumb-item+.breadcrumb-item:before{color:#e9ecef}.breadcrumb-grey-300 .breadcrumb-item+.breadcrumb-item:before{color:#dee2e6}.breadcrumb-grey-400 .breadcrumb-item+.breadcrumb-item:before{color:#ced4da}.breadcrumb-grey-500 .breadcrumb-item+.breadcrumb-item:before{color:#adb5bd}.breadcrumb-grey-600 .breadcrumb-item+.breadcrumb-item:before{color:#6e6e6e}.breadcrumb-grey-700 .breadcrumb-item+.breadcrumb-item:before{color:#495057}.breadcrumb-grey-800 .breadcrumb-item+.breadcrumb-item:before{color:#343a40}.breadcrumb-grey-900 .breadcrumb-item+.breadcrumb-item:before{color:#212529}.breadcrumb-black .breadcrumb-item+.breadcrumb-item:before{color:#000}.breadcrumb-lighterGrey .breadcrumb-item+.breadcrumb-item:before{color:#f7f7f7}.breadcrumb-darkerLightGrey .breadcrumb-item+.breadcrumb-item:before{color:#f5f5f5}.breadcrumb-lightGrey .breadcrumb-item+.breadcrumb-item:before{color:#f2f2f2}.breadcrumb-darkGrey .breadcrumb-item+.breadcrumb-item:before{color:#ececec}.breadcrumb-lighter-grey .breadcrumb-item+.breadcrumb-item:before{color:#f7f7f7}.breadcrumb-darker-light-grey .breadcrumb-item+.breadcrumb-item:before{color:#f5f5f5}.breadcrumb-light-grey .breadcrumb-item+.breadcrumb-item:before{color:#f2f2f2}.breadcrumb-dark-grey .breadcrumb-item+.breadcrumb-item:before{color:#ececec}.breadcrumb-spotkania .breadcrumb-item+.breadcrumb-item:before{color:#fbd998}.breadcrumb-cookies .breadcrumb-item+.breadcrumb-item:before{color:#d5e5ed}.breadcrumb-poir .breadcrumb-item+.breadcrumb-item:before{color:#00a097}.breadcrumb-popw .breadcrumb-item+.breadcrumb-item:before{color:#4b4894}.breadcrumb-power .breadcrumb-item+.breadcrumb-item:before{color:#dc651e}.breadcrumb-item.active{color:#000}.overflow-hidden,.overflow-x-hidden,.overflow-y-hidden{overflow:hidden!important}.h-bar{background-color:#fff;height:2px;margin:1rem 0 0;max-width:100%;width:66px}#cookies{z-index:3030}.border-radius-0{border-radius:0!important}.select-css{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(180deg,#fff 0,#e5e5e5);background-position:right .7em top 50%,0 0;background-repeat:no-repeat,repeat;background-size:.65em auto,100%;border:1px solid #aaa;border-radius:.5em;box-shadow:0 1px 0 1px rgba(0,0,0,.04);box-sizing:border-box;color:#444;display:block;font-family:sans-serif;font-size:16px;font-weight:700;line-height:1.3;margin:0;max-width:100%;padding:.6em 1.4em .5em .8em;width:100%}.select-css::-ms-expand{display:none}.select-css:hover{border-color:#888}.select-css:focus{border-color:#aaa;box-shadow:0 0 1px 3px rgba(59,153,252,.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.select-css option{font-weight:400}:root:lang(ar) .select-css,:root:lang(iw) .select-css,[dir=rtl] .select-css{background-position:left .7em top 50%,0 0;padding:.6em .8em .5em 1.4em}.select-css:disabled,.select-css[aria-disabled=true]{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(180deg,#fff 0,#e5e5e5);color:graytext}.select-css:disabled:hover,.select-css[aria-disabled=true]{border-color:#aaa}body{font-family:Calibri;font-size:1rem;font-weight:400;line-height:1.2;overflow-x:hidden;scroll-behavior:smooth}.d-list-item{display:list-item!important}@media (min-width:992px){.d-lg-list-item{display:list-item!important}}@media (min-width:1200px){.d-xl-list-item{display:list-item!important}}@media (min-width:1350px){.d-xxl-list-item{display:list-item!important}}h1{font-size:2rem}h1,h2{font-family:NovelPro;font-weight:600}h2{font-size:2.375rem}h2.background,h3.background{position:relative;text-align:center;z-index:1}h2.background:before,h3.background:before{border-top:1px solid #e0e1e1;bottom:0;content:"";left:0;margin:0 auto;position:absolute;right:0;top:50%;width:100%;z-index:-1}h2>span,h3>span{background-color:#fff}.bg-corners{border-bottom-right-radius:1rem;border-top-left-radius:1rem}.breadcrumb{margin-bottom:0;padding:0;position:absolute;z-index:2}a:hover{color:#b51a29}.skip-menu{color:#000;font-size:1.125rem;font-weight:700;margin-left:26px!important;position:fixed!important;top:0;z-index:6000}.navbar-light .navbar-nav .nav-link:hover{color:#b51a29}.mt-5,.my-5{margin-top:3rem!important}.badge-primary{background-color:#b51a29;color:#fff}.badge{font-size:1rem}#mainPage .jumbotron{margin:0;padding:0}#introText p{color:#626769;font-size:2rem}#introText .input-search{border-left:7px solid #b51a29;font-size:1.7rem;height:3.5rem;padding:1rem 1rem 1rem 2rem}#businessDev,#businessEnd,#businessExtra,#businessStart{position:relative}#businessDev:not(.active):hover,#businessEnd:not(.active):hover,#businessExtra:not(.active):hover,#businessStart:not(.active):hover{transform:scale(1.03);transition-duration:.7s;z-index:1000}#businessDev>div,#businessEnd>div,#businessExtra>div,#businessStart>div{flex-grow:1}.tileDev:hover{background-color:#e16103!important}.tileStart:hover{background-color:#b61928!important}.tileEnd:hover{background-color:#0c7492!important}.tileDev:hover p,.tileEnd:hover p,.tileStart:hover p{color:#fff!important}.bg-start{background-color:#b61928!important}.bg-dev{background-color:#c45502!important}.bg-end{background-color:#00749a!important}#businessSteps .col-md-3,#businessSteps .col-md-4,#businessSteps .col-md-6{padding-left:0;padding-right:0}#businessSteps .com-md-6.active{max-height:37.5rem}#businessSteps h2{font-family:Montserrat;font-size:1.125rem;font-weight:500}#businessSteps .col-md-3{margin-bottom:2.5rem;margin-top:.8125rem;padding-left:0;padding-right:0}#businessStart.knowledge:not(.active)>div{background-color:#490a10!important;position:relative;z-index:3}#businessDev.knowledge:not(.active)>div{background-color:#5a2701!important;position:relative;z-index:3}#businessEnd.knowledge:not(.active)>div{background-color:#052e3a!important;position:relative;z-index:3}#businessDev.knowledge:before,#businessEnd.knowledge:before,#businessStart.knowledge:before{background-color:rgba(0,0,0,.5);content:"";height:100%;position:absolute;top:0;width:100%;z-index:1}#businessDev.knowledge.active,#businessEnd.knowledge.active,#businessStart.knowledge.active{box-shadow:0 .6rem 3rem rgba(0,0,0,.25)!important;min-height:40.625rem;position:relative}#businessStart.knowledge.active:after{background-color:#b61928}#businessDev.knowledge.active:after,#businessStart.knowledge.active:after{bottom:-1.5rem;content:"";display:block;height:3rem;left:calc(50% - 1.5rem);position:absolute;transform:rotate(45deg);width:3rem}#businessDev.knowledge.active:after{background-color:#c45502}#businessEnd.knowledge.active:after{background-color:#0c7492;bottom:-1.5rem;content:"";display:block;height:3rem;left:calc(50% - 1.5rem);position:absolute;transform:rotate(45deg);width:3rem}#businessDev.knowledge:hover:before,#businessEnd.knowledge:hover:before,#businessStart.knowledge:hover:before{background-color:transparent}#businessDev.knowledge.active:before,#businessEnd.knowledge.active:before,#businessStart.knowledge.active:before{background-color:transparent!important}#businessStart.knowledge:hover>div{background-color:#b61928!important}#businessStart.knowledge:hover>div p{display:block!important}#businessDev.knowledge:hover>div{background-color:#c45502!important}#businessDev.knowledge:hover>div p{display:block!important}#businessEnd.knowledge:hover>div{background-color:#0c7492!important}#businessEnd.knowledge:hover>div p{display:block!important}#news h6{font-family:Montserrat;font-size:1.12rem;font-weight:500}#news .list-group-item{margin-bottom:.5rem}#news .borderNews{border-bottom:1px solid #e6f1f4}.borderFeatured{border-bottom:2px solid #b51a29}.list-group-item-action{color:#000}#guidesReportsArticles h6{font-family:Montserrat;font-size:1.125rem;font-weight:500}#guidesReportsArticles .bg-icon{border-bottom-right-radius:1rem;border-top-left-radius:1rem;padding:.9375rem}#guidesReportsArticles .icon:hover a{color:#b61928!important}#news .bg-icon{border-bottom-left-radius:.3125rem;border-top-right-radius:.3125rem;padding:.625rem}#guidesReportsArticles .bg-icon.guides{background-color:#b61928}#guidesReportsArticles .icon:hover .bg-icon.articles,#guidesReportsArticles .icon:hover .bg-icon.guides,#guidesReportsArticles .icon:hover .bg-icon.reports,#guidesReportsArticles .icon:hover .bg-icon.research{box-shadow:0 0 15px 0 rgba(0,0,0,.7)}#guidesReportsArticles .bg-icon.reports{background-color:#0c7492}#guidesReportsArticles .bg-icon.articles{background-color:#f7a500}#guidesReportsArticles .bg-icon.research{background-color:#00a097}#fundingJumbotron{background-image:url(/templates/clean-bootstrapv2/images/finansowanie-bg.jpg?11868a5971be1d9e0758bcd1648b977c)}#fundingJumbotron,#fundingPageJumbotron{background-position:top;background-size:cover}#fundingPageJumbotron{background-image:url(/templates/clean-bootstrapv2/images/finansowanie-bg-small-2022.jpg?30be03a1199b3ff4138968f390955950);background-image:image-set(url(/templates/clean-bootstrapv2/images/finansowanie-bg-small-2022.jpg?30be03a1199b3ff4138968f390955950) 1x,url(/templates/clean-bootstrapv2/images/finansowanie-bg-small-2022@2x.jpg?107803de007aa4b487ebd380ee217a5f) 2x);background-image:-webkit-image-set(url(/templates/clean-bootstrapv2/images/finansowanie-bg-small-2022.jpg?30be03a1199b3ff4138968f390955950) 1x,url(/templates/clean-bootstrapv2/images/finansowanie-bg-small-2022@2x.jpg?107803de007aa4b487ebd380ee217a5f) 2x)}@media (min-width:768px){#fundingPageJumbotron{background-image:url(/templates/clean-bootstrapv2/images/finansowanie-bg-2022.jpg?0e9d54cfd53d72fe21e0863297239937);background-image:image-set(url(/templates/clean-bootstrapv2/images/finansowanie-bg-2022.jpg?0e9d54cfd53d72fe21e0863297239937) 1x,url(/templates/clean-bootstrapv2/images/finansowanie-bg-2022@2x.jpg?179619e2880798b6b6a493ee887025a9) 2x);background-image:-webkit-image-set(url(/templates/clean-bootstrapv2/images/finansowanie-bg-2022.jpg?0e9d54cfd53d72fe21e0863297239937) 1x,url(/templates/clean-bootstrapv2/images/finansowanie-bg-2022@2x.jpg?179619e2880798b6b6a493ee887025a9) 2x);background-position:top;background-size:cover}}#stationary-trainings{background-image:url(/templates/clean-bootstrapv2/images/stacjonarne-bg.jpg?ccbb560efe411ed9e129581ef6879342);background-position:top;background-size:cover}#fundingJumbotron{border-top:15px solid #a8132b}#fundingJumbotron h4{font-family:Montserrat;font-size:1.75rem;font-weight:500}#fundingJumbotron #deadlines{font-size:1.25rem}#fundingPageJumbotron .row>.col{padding:0}#fundingPageJumbotron .row.jumbotron-main-row{padding-top:2.625rem}@media (min-width:768px){#fundingPageJumbotron .row.jumbotron-main-row{padding:115px 0}}#fundingPageJumbotron .row.jumbotron-main-row>div{padding:0 1rem}@media (min-width:768px){#fundingPageJumbotron .row.jumbotron-main-row>div{padding:0}}@media (min-width:1200px){#fundingPageJumbotron .row.jumbotron-main-row .jumbotron-content{max-width:43.75rem}}#fundingPageJumbotron .logo-square{height:3.375rem;width:3.375rem}@media (min-width:768px){#fundingPageJumbotron .logo-square{height:5.0625rem;width:5.0625rem}}#fundingPageJumbotron h1{font-family:Roboto,sans-serif;font-size:2.625rem;font-weight:700;margin-bottom:1rem;margin-top:.5rem;text-align:left}@media (min-width:768px){#fundingPageJumbotron h1{font-size:3.625rem;margin-top:0}}#fundingPageJumbotron h1+p{font-family:Calibri,sans-serif;font-size:1rem;font-weight:400;margin-bottom:2rem;text-align:left}@media (min-width:768px){#fundingPageJumbotron h1+p{font-size:1.25rem;margin-bottom:0}}#fundingPageJumbotron .timetable-link{margin:0 1rem 1rem auto;padding:.75rem 1rem}@media (min-width:768px){#fundingPageJumbotron .timetable-link{bottom:1rem;position:absolute;right:1rem}}#fundingPageJumbotron .timetable-link img{margin-right:.5rem;position:relative;top:-.1875rem}.eventList .eventCard:hover{box-shadow:0 0 1rem 0 rgba(0,0,0,.25)}.bg-parp{background-color:#f7f7f7!important;background-image:url(/templates/clean-bootstrapv2/images/bg-parp.png?383c80456ba8468db53cb80b7f36db26);background-position:50%;background-repeat:no-repeat}#footerLinks{background-color:#8e0b18}#footerLinks ul{margin-bottom:0;padding:0}#footerLinks ul li{list-style-type:none;padding:.45rem 0}#footerLinks span.border-bottom{border-width:2px!important}#footerLinks .more{text-transform:uppercase}footer p.address{font-size:.815rem;line-height:100%}.img-corners{border-bottom-right-radius:1.25rem;border-top-left-radius:1.25rem}#trainings h6{font-family:Montserrat;font-weight:700}#trainings h6,#trainings p{font-size:1.25rem}#trainings ul{padding:0}#trainings li{background-image:url(/templates/clean-bootstrapv2/images/arrow-right.svg?8bdb3956eb95a72bd978a19d440456ab);background-position:0 .5rem;background-repeat:no-repeat;background-size:20px 1.25rem;list-style-type:none;padding-bottom:.4375rem;padding-left:1.25rem;padding-top:.4375rem}#events .eventDate{font-family:Calibri;font-size:1rem;font-weight:400}#events .eventTitle{font-family:Montserrat;font-size:1.125rem;font-weight:500}#events .eventLink{font-family:Calibri,sans-serif;font-size:1.25rem;font-weight:500}#events .eventList div:nth-child(3){border:none!important}#lastAdded h6{font-family:Calibri,sans-serif;font-size:.81rem;font-weight:500;text-transform:uppercase}#contactForm h6{font-family:NovelPro,sans-serif;font-size:2.4rem;font-weight:600}#contactForm legend,#contactForm p{font-family:Calibri,sans-serif;font-size:1.25rem;font-weight:500}.social-link{border:1px solid #000;border-bottom-right-radius:.625rem;border-top-left-radius:.625rem;margin-right:.875rem;padding:.3125rem}.social-link:hover{border:1px solid #b61928}.social-link:hover path{fill:#b61928}.social-link-white{border:1px solid #fff;border-bottom-right-radius:.625rem;border-top-left-radius:.625rem;margin-right:.625rem;padding:.3125rem}.social-link-white:hover{border:1px solid #fff}.social-link-white:hover path{fill:#fff}#contactForm label{font-family:Calibri,sans-serif;font-size:.81rem;font-weight:500}#container-search{display:none}.form-search{border:none;border-bottom:1px solid #90a4ae;width:31.875rem}.results-search{background-color:#fff;font-family:Montserrat,sans-serif;font-weight:500;width:37.5rem}.results-search li{list-style-type:none}.panel-search{background-color:#fff;height:4.25rem}#details .goals ul,.red-diamond-list ul,ul.red-diamond-list{list-style:none;padding-left:0}#details .goals ul li,.red-diamond-list ul li,ul.red-diamond-list li{margin:0 0 1em;padding-left:2rem;position:relative}#details .goals ul>li:after,.red-diamond-list>li:after{background-image:url(/templates/clean-bootstrapv2/images/falka-red.svg?c70b4c0ded8773db3afb8245fc83d79a);background-repeat:no-repeat;content:"";height:.625rem;left:0;position:absolute;top:.65rem;width:1.5625rem}#details .goals ul>li ul>li:before,.red-diamond-list>li ul>li:before{background-image:url(/templates/clean-bootstrapv2/images/falka2.svg?d0ef08b5eda73b964386a626abc9ffb3);background-repeat:no-repeat;content:"";height:.625rem;left:0;position:absolute;top:.65rem;width:1.5625rem}#details .goals ul>li ul.red-diamond-list>li:after,.red-diamond-list>li ul.red-diamond-list>li:after{background-image:none!important;background-repeat:no-repeat!important;content:"";height:0!important;position:static!important;width:0!important}#details .goals ul>li ul.red-diamond-list>li:before,.red-diamond-list>li ul.red-diamond-list>li:before{background-image:url(/templates/clean-bootstrapv2/images/falka2.svg?d0ef08b5eda73b964386a626abc9ffb3);background-repeat:no-repeat;content:"";height:.625rem;left:0;position:absolute;top:.65rem;width:1.5625rem}#details .goals ul li>ul li:after{content:none}.goal{font-family:Calibri;font-size:1.25rem;font-weight:400}#nav-event-details,#nav-grant{background-color:#fff;border-bottom:1px solid #e0e1e1;padding:0;top:4.25rem;z-index:2000}#nav-event-details .max-width,#nav-grant .max-width{margin:0 auto;max-width:1176px}#nav-event-details li.nav-item,#nav-grant li.nav-item{padding-bottom:0}#nav-event-details .nav-link,#nav-grant .nav-link{border:0;font-family:Calibri;font-size:1rem;font-weight:400;line-height:1.5;padding:0 15px 15px .9375rem;text-transform:none}#nav-event-details .nav-link.active,#nav-grant .nav-link.active{border-bottom:2px solid #b61928;padding:0 15px 15px .9375rem}#goalMenu{background-color:#f7f7f7}#goalMenu ul{margin-left:12.25rem}#goalMenu .nav-link{font-family:Calibri,sans-serif;font-size:.88rem;font-weight:600;text-transform:none}#goalMenu .start{border-bottom:4px solid #b51a29}#goalMenu .dev{border-bottom:4px solid #eba00a}#goalMenu .finish{border-bottom:4px solid #316a96}.breadcrumb{background-color:initial!important}#grantDocuments .card{border:none}#grantDocuments .card-header{background-color:#fff;border:none}#grantDocuments .card .collapse.show,#results-archive .card .collapse.show{background:none}#grantDocuments .card:first-child .card-header.collapsed{background-color:#fff}#grantDocuments .card:first-child .card-body{border-bottom:none!important}#grantDocuments .card-header.collapsed{background-color:#fff}#grantDocuments .card-header:not(.collapsed){background-color:#f7f7f7;border-bottom:0!important}#grantDocuments .card:last-child .card-header{border-bottom:1px solid #dee2e6!important}#grantDocuments .card:last-child .card-header:not(.collapsed){border-bottom:none!important}#grantDates .line{border-bottom:2px solid #565b5d}.card-scroll{flex-wrap:nowrap;overflow-x:hidden}.card-scroll-container{position:relative}.card-scroll-left{display:none;left:.3125rem}.card-scroll-left,.card-scroll-right{color:#b51a29;font-size:2rem;position:absolute;top:6.25rem;z-index:1}.card-scroll-right{right:.3125rem}.grant-scroll-left{display:none;left:.3125rem}.grant-scroll-left,.grant-scroll-right{color:#b51a29;font-size:2rem;position:absolute;top:6.25rem;z-index:1}.grant-scroll-right{right:.3125rem}#grantDates .card{border-radius:.5rem}#grantDates .card .card-body.fill-form{border-radius:0 0 .5rem .5rem}.angle-down{margin-top:.1875rem}#trainings-cards .card{border:none}.bg-poir,.poir:hover{background-color:#00847d!important}.text-poir{color:#00847d!important}.bg-power,.power:hover{background-color:#dc651e!important}.text-power{color:#dc651e!important}.bg-popw,.popw:hover{background-color:#4b4894!important}.bg-feng,.feng:hover{background-color:#00847d!important}.bg-fepw,.fepw:hover{background-color:#4b4894!important}.bg-fers,.fers:hover{background-color:#c45502!important}.bg-kpo,.kpo:hover{background-color:#263779!important}.bg-funduszenorweskie,.funduszenorweskie:hover{background-color:#03c!important}.text-popw{color:#4b4894!important}.bg-default,.bg-program-default,.default:hover,.program-default:hover{background-color:#b61928!important}#programy a:hover h6.text-black,#programy a:hover li.text-light,#programy a:hover p.text-black,#programy a:hover p.text-info,#programy a:hover p.text-light{color:#fff!important}#grantFAQ .card-header{border:none}#grantFAQ .card{border-left:none!important;border-right:none!important;border-top:none!important}#grantFAQ .faq-container>div:first-child{border-top:1px solid rgba(0,0,0,.125)}.breadcrumb,.breadcrumb-back{font-size:.875rem}#publication .bg-publication-cover{background-blend-mode:normal;background-image:linear-gradient(90deg,#b61928 0,rgba(182,25,40,.9) 10%,rgba(182,25,40,.85) 50%,rgba(182,25,40,.9) 90%,#b61928),url(/templates/clean-bootstrapv2/images/default-cover.png?3415b61feb601aa6e378dc0b29058f2c);background-repeat:no-repeat;background-size:cover;min-height:34.6875rem}.bg-english{background-blend-mode:normal;background-image:linear-gradient(90deg,#b61928 0,rgba(182,25,40,.9) 10%,rgba(182,25,40,.85) 50%,rgba(182,25,40,.9) 90%,#b61928),url(/templates/clean-bootstrapv2/images/bg-english.jpg?572561beb81c5a22d317e5ad97998128);background-repeat:no-repeat;background-size:cover;min-height:34.6875rem}.breadcrumb.breadcrumb-white .breadcrumb-item+.breadcrumb-item:before,.breadcrumb.breadcrumb-white .breadcrumb-item.active,.breadcrumb.breadcrumb-white a,.publication-description a{color:#fff}#publication .toc{border-bottom:3px solid #757575;color:#757575}#author .bg-author-cover{background-blend-mode:normal;background-image:linear-gradient(90deg,#0c7492 0,rgba(12,116,146,.9) 10%,rgba(12,116,146,.85) 50%,rgba(12,116,146,.9) 90%,#0c7492),url(/templates/clean-bootstrapv2/images/default-cover.png?3415b61feb601aa6e378dc0b29058f2c);background-position:top;background-repeat:no-repeat;background-size:cover;min-height:34.6875rem}.bg-author{background-color:#0c7492}.bg-lightGrey50{background:linear-gradient(180deg,#f2f2f2 0,#f2f2f2 50%,#fff 0,#fff)}#nav-author{background-color:#fff;border-bottom:1px solid #e0e1e1;z-index:2000}#nav-author .nav-link{border:0;font-size:1.25rem;font-weight:600;padding:0 15px 15px .9375rem;text-transform:none}#nav-author li.nav-item{padding-bottom:0}#nav-author .nav-link.active{border-bottom:2px solid #b61928;padding:0 15px 15px .9375rem}#author-publications img.shadow{border:1px solid #ccc;box-shadow:4px 4px 0 0 #8f8f8f!important}.pagination .page-link{color:#565b5d;font-weight:600}.page-item.active .page-link{background:none;color:#b61928}.pagination img.arrow-left,.pagination img.arrow-right{height:1.5rem;width:1.5rem}.card.card-publication{background-color:initial}.card-publication:hover img{opacity:.4}.card-publication:hover a{color:#b51a29!important}.width-1176{max-width:1176px}#lastAdded .bg-report{background-blend-mode:multiply;background-color:#00749a;background-position-x:center;background-size:cover;opacity:.8}#lastAdded .bg-article{background-color:#278900}#lastAdded .bg-guide{background-blend-mode:multiply;background-color:#b61928;background-position-x:center;background-size:cover;opacity:.8}#lastAdded .bg-video{background-blend-mode:multiply;background-color:#222;background-repeat:no-repeat;background-size:cover;opacity:.8}.balloon{border-bottom:1px solid #b51a29;border-left:1px solid #b51a29}.balloon:after{background-image:url(/templates/clean-bootstrapv2/images/arrow-balloon.svg?1f5c3adc9f575d62813aa33593d0bc7a);background-repeat:no-repeat;bottom:-.625rem;content:"";display:block;height:.75rem;left:8%;position:absolute;width:1.5625rem;z-index:1}.documents-list li{background-position:0;background-repeat:no-repeat;list-style-type:none;padding-left:4rem}.documents-list li.pdf,.pdf{background-image:url(/templates/clean-bootstrapv2/images/pdf.svg?96c843740edfc25953ed4403e1f59416)}.doc,.documents-list li.doc{background-image:url(/templates/clean-bootstrapv2/images/doc.svg?4d144675b2738ba2403d134937ed6a0f)}.documents-list li.mobi,.mobi{background-image:url(/templates/clean-bootstrapv2/images/mobi.svg?863a91893df91b724c951869c542ecbc)}.documents-list li.download,.download{background-image:url(/templates/clean-bootstrapv2/images/download.svg?34038094a39e9b7b6c8a80e3b2c5ea62)}.documents-list li.docx,.docx{background-image:url(/templates/clean-bootstrapv2/images/docx.svg?c3374fbbabb405476965bae08c3d180d)}.documents-list li.xlsx,.xlsx{background-image:url(/templates/clean-bootstrapv2/images/xlsx.svg?0edc2339d605c3d90ef1d6e553d6dbe4)}.documents-list li.xls,.xls{background-image:url(/templates/clean-bootstrapv2/images/xls.svg?55b2c03d50c89175813204101a0e3e92)}.documents-list li.zip,.zip{background-image:url(/templates/clean-bootstrapv2/images/zip.svg?ea162e9769009269092b8a1d52d74c5b)}.documents-list li.ppt,.ppt{background-image:url(/templates/clean-bootstrapv2/images/ppt.svg?7ea419e20900f57ef7d3592eb62d50ef)}.documents-list li.pptx,.pptx{background-image:url(/templates/clean-bootstrapv2/images/pptx.svg?5ac10c546ec2250b5eabedfe6e94c809)}.documents-list li.www,.www{background-image:url(/templates/clean-bootstrapv2/images/www.svg?e166fea19d6fde7a32b021f8e1fa3a30)}.csv,.documents-list li.csv{background-image:url(/templates/clean-bootstrapv2/images/csv.svg?a697f886db8846ba0b370d84aaacd086)}.documents-list li.others,.others{background-image:url(/templates/clean-bootstrapv2/images/others.svg?fac5a8f1b78c958e0a4c93445b656532)}.documents-list li.pdf-small,.pdf-small{background-image:url(/templates/clean-bootstrapv2/images/pdf-small.svg?11a976c0bca7b8ec4a6d2b324a500c74)}.doc-small,.documents-list li.doc-small{background-image:url(/templates/clean-bootstrapv2/images/doc-small.svg?4d144675b2738ba2403d134937ed6a0f)}.documents-list li.mobi-small,.mobi-small{background-image:url(/templates/clean-bootstrapv2/images/mobi-small.svg?bcdae8c2ba1733b2c7fbc09979b19fa9)}.documents-list li.download-small,.download-small{background-image:url(/templates/clean-bootstrapv2/images/download-small.svg?52c09133a81bfdc41f3b3510180cdaa7)}.documents-list li.docx-small,.docx-small{background-image:url(/templates/clean-bootstrapv2/images/docx-small.svg?106c54a150b75817593caa628fb0a404)}.documents-list li.xlsx-small,.xlsx-small{background-image:url(/templates/clean-bootstrapv2/images/xlsx-small.svg?c1598239b9abf36aec987596e0b86eb8)}.documents-list li.xls-small,.xls-small{background-image:url(/templates/clean-bootstrapv2/images/xls-small.svg?c0d73d1bf07b20f98a59bead6a8ed1de)}.documents-list li.zip-small,.zip-small{background-image:url(/templates/clean-bootstrapv2/images/zip-small.svg?55c41570064a064b747a054d917c87b0)}.documents-list li.ppt-small,.ppt-small{background-image:url(/templates/clean-bootstrapv2/images/ppt-small.svg?cd14e094fc72a0e0d4935fb311f51dde)}.documents-list li.pptx-small,.pptx-small{background-image:url(/templates/clean-bootstrapv2/images/pptx-small.svg?a9ec797eeedeb3006f99d0027970c427)}.badge-light{color:#fff}.badge-circle{border-radius:.8rem;cursor:help;font-size:.7rem;height:1rem;width:1rem}.red-border-circle{border:1px solid #b51a29;border-radius:50%}#nav-main .nav-link{padding-left:.25rem;padding-right:.25rem}#nav-main .navbar-nav .flaga-UE{width:46px!important}#nav-main.navbar-collapse-visible,#nav-secondary.navbar-collapse-visible{flex-basis:auto!important}@media (min-width:1200px){#nav-main.navbar-collapse-visible,#nav-secondary.navbar-collapse-visible{display:inherit}#nav-main.navbar-collapse-visible .navbar-nav,#nav-secondary.navbar-collapse-visible .navbar-nav{flex-direction:row}}@media (max-width:1349.98px){#nav-main,#nav-secondary{border-top:1px solid #dee2e6;margin-top:.125rem}#nav-main .dropdown-item,#nav-secondary .dropdown-item{white-space:normal}}@media (min-width:1350px){#nav-main.navbar-collapse-hiding,#nav-main.navbar-collapse-hiding.show,#nav-secondary.navbar-collapse-hiding,#nav-secondary.navbar-collapse-hiding.show{display:none!important}}#nav-main .dropdown-menu,#nav-secondary .dropdown-menu{background-color:#fff;border:1px solid #dfdfdf;border-bottom-left-radius:.3125rem;border-bottom-right-radius:.3125rem;border-top-right-radius:.3125rem;left:-.0625rem;margin:0;top:2.3125rem;z-index:-4}#nav-main .dropdown-item,#nav-secondary .dropdown-item{font-family:Open Sans,sans-serif;font-size:.875rem;font-weight:600;padding:.6rem 1.5rem}#nav-main .dropdown-item:focus,#nav-main .dropdown-item:hover,#nav-secondary .dropdown-item:focus,#nav-secondary .dropdown-item:hover{background-color:#b51a29;color:#fff}#nav-main p.dropdown-item,#nav-secondary p.dropdown-item{border-bottom:1px solid #dfdfdf;color:#565b5d;font-family:Open Sans,sans-serif;font-size:.625rem;margin:1rem 1.5rem 0;padding-bottom:.1rem;padding-left:0;text-transform:uppercase;width:auto}#nav-main p.dropdown-item:focus,#nav-main p.dropdown-item:hover,#nav-secondary p.dropdown-item:focus,#nav-secondary p.dropdown-item:hover{background-color:initial;color:#565b5d}#nav-main .nav-item.dropdown,#nav-secondary .nav-item.dropdown{display:list-item}#nav-main{border-top:none!important}#nav-secondary .nav-item{background:#fff;padding:0}#nav-secondary .nav-item:not(.d-none.d-md-block) .nav-link{background:#fff;border-bottom:none;border-right:none;padding:20px .75rem}#nav-secondary .nav-item:not(.d-none.d-md-block) .nav-link:focus{position:relative;z-index:10}#dropdown-download:after{display:none}.icon-card{max-width:8rem}.icon-card .icon-round{background-color:var(--grey-200);border-radius:50%;height:4.6875rem;padding:1.5rem;width:4.6875rem}.bg-white-square:before{background-color:#fff;content:"";display:block;height:3rem;margin:0 auto;position:relative;top:-4.5rem;transform:rotate(45deg);width:3rem}nav>ul>li{list-style-type:none}.offer.border{border-color:var(--grey-100)!important}.offer.border:hover{background-color:var(--grey-100)}.offer.border:not(:last-child){border-bottom:none!important}.cursor-pointer{cursor:pointer}.bg-hover:hover{background-color:#f2f2f2}.accordion-head{background-image:url(/templates/clean-bootstrapv2/images/arrow-down.svg?4f099a145fd03904378e8087ad229a79);background-position:right .9375rem top .9375rem;background-repeat:no-repeat;background-size:1.5625rem 1.5625rem;list-style-type:none}.accordion-head:not(.collapsed){fill:red;background-color:var(--grey-100);background-image:url(/templates/clean-bootstrapv2/images/arrow-up.svg?4605e9f5ba9d06b46eac79b8ea1b1691)}.accordion-content.show{background:none}.card-docs:not(:last-child){border-bottom:none!important}.bootstrap-select .dropdown-toggle:after{background-image:url(/templates/clean-bootstrapv2/images/arrow-down.svg?4f099a145fd03904378e8087ad229a79);background-position:5px .3125rem;background-repeat:no-repeat;border:none;height:.875rem;width:1.25rem}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{color:#000}.bootstrap-select .dropdown-menu{min-width:100%!important;padding:0}.bootstrap-select .dropdown-menu.inner li{padding:.25rem}.bootstrap-select .dropdown-menu.inner li a .text{color:#000;font-size:1rem}.bootstrap-select .dropdown-menu.inner li.selected a .text{color:#000;font-weight:700}.bootstrap-select .dropdown-menu.inner li:focus,.bootstrap-select .dropdown-menu.inner li:hover{background-color:#f2f2f2}.bootstrap-select .dropdown-menu div{margin:0}.bootstrap-select.show .dropdown-menu{display:block}.select-css{background-image:url(/templates/clean-bootstrapv2/images/arrow-down.svg?4f099a145fd03904378e8087ad229a79),linear-gradient(180deg,#fff 0,#fff)}.grants-scroll-container{max-width:1366px;position:relative}.grants-scroll{overflow-x:hidden;padding-left:5.625rem}.grant-gradient-right{background:linear-gradient(90deg,hsla(0,0%,60%,0) 0,hsla(0,0%,60%,0) 1%,#fff);right:0}.grant-gradient-left,.grant-gradient-right{height:100%;position:absolute;width:3.75rem;z-index:1}.grant-gradient-left{background:linear-gradient(270deg,hsla(0,0%,60%,0) 0,hsla(0,0%,60%,0) 1%,#fff);display:none;left:0}.bg-bell{background-color:#b61929;border-radius:50%;cursor:pointer;height:2.625rem;padding:.625rem;width:2.625rem}#bell-message{background-color:#fff;border-radius:.4em;position:absolute;right:1.3125rem;top:3.875rem;z-index:1}.filter-element{display:block!important}.tooltip-inner{background-color:#f7f7f7;box-shadow:0 .6rem 3rem rgba(0,0,0,.25)!important;color:#000;max-width:31.25rem;min-width:15.625rem;padding:1rem;text-align:center}.tooltip-inner table td,.tooltip-inner table th{padding:.25rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#f7f7f7}.tooltip-close-holder{background-color:#f7f7f7}.tooltip-close-holder .tooltip-close{background:none;border:none;margin:0;padding:1rem 1rem 0 0}.text-year{color:#949494;margin-bottom:-3rem}.schedule-default:hover,.schedule-main:hover{text-decoration:none}.schedule-default:hover div{background-color:#dee2e6}.schedule-main:hover p{color:#fff!important}.schedule-default>div{border-left:5px solid #dee2e6!important;border-radius:.25rem}.schedule-box:hover{background-color:rgba(2,29,39,.5);box-shadow:0 .1rem .2rem rgba(0,0,0,.15)!important}a.schedule-link:hover{text-decoration:none!important}.news-link:hover div.row{background-color:#f8f9fa!important}#devAreaNav,#stickyAreaNav{top:4.25rem;z-index:3000}#devAreaNav .nav-link,#stickyAreaNav .nav-link{color:inherit;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0;text-transform:inherit}#devAreaNav .nav-link.active,#stickyAreaNav .nav-link.active{color:#b51a29}#devArea .shadow,#stickyArea .shadow{box-shadow:0 .1rem .2rem rgba(0,0,0,.15)!important}.publication-hover:hover img{opacity:.4;transition:.5s ease-in-out}.publication-hover:hover p:not(.btn){color:#b51a29!important}.publication-hover:hover .btn-outline-primary{background-color:#b51a29;border-color:#b51a29;color:#fff}.btn-outline-primary:hover .svg-outline-primary-hover path{fill:#fff}.bg-falka{background-image:url(/templates/clean-bootstrapv2/images/bg-falka.png?ed6cbfd7493aeeb5480bdd0735260c6e);background-position:top;background-repeat:no-repeat}ul.falka-list li{background-image:url(/templates/clean-bootstrapv2/images/falka.svg?e1e64894459fe591e5c852404525f1d5)}ul.falka-list li,ul.falka-list li>ul li{background-repeat:no-repeat;list-style-type:none;margin-bottom:2rem;padding-top:1rem}ul.falka-list li>ul li{background-image:url(/templates/clean-bootstrapv2/images/falka2.svg?d0ef08b5eda73b964386a626abc9ffb3)}.bg-img-poir{background-image:url(/templates/clean-bootstrapv2/images/bg-poir.jpg?c257c5f6747fb3e95c139f10c0a970d4)}.bg-img-default,.bg-img-poir{background-position:top;background-size:cover}.bg-img-default{background-image:url(/templates/clean-bootstrapv2/images/bg-default.jpg?dc86abc100826b702fc6e36d3668bec8)}.bg-img-popw{background-image:url(/templates/clean-bootstrapv2/images/bg-popw.jpg?36f08836d76b31e34bbd45cbb6c0fe05)}.bg-img-popw,.bg-img-power{background-position:top;background-size:cover}.bg-img-power{background-image:url(/templates/clean-bootstrapv2/images/bg-power.jpg?373a5601a9f7b92453184f487e291ed9)}.bg-knowledge{background-image:url(/templates/clean-bootstrapv2/images/bg-knowledge.jpg?0ad664071b166cbe100720264b8455b7);background-position:top;background-size:cover}.bg-form-wide{background:url(/templates/clean-bootstrapv2/images/bg-form1.png?ee056332f561bfde5b1e815b3db975f6) 0 100% no-repeat,url(/templates/clean-bootstrapv2/images/bg-form2.png?a6298f18073eeb6c87a26dc44878c891) 100% 100% no-repeat}.bg-form-narrow{background:url(/templates/clean-bootstrapv2/images/bg-form1.png?ee056332f561bfde5b1e815b3db975f6) 0 100% no-repeat}.knowledge-card{box-shadow:0 3px 2px 0 rgba(0,0,0,.1);min-height:6.25rem;min-width:18.75rem}.knowledge-card.bg-white:hover{background-color:#b51a29!important}.knowledge-card:hover p{color:#fff}.knowledge-card:hover path{fill:#fff}.video-modal{max-width:50rem}.video-modal .modal-content{background-color:initial;border:none}.video-modal .close{font-size:2rem;font-weight:300;opacity:1;padding-bottom:2rem;text-shadow:none}.video-btn:hover{cursor:pointer;text-decoration:underline}.bg-video{background-repeat:no-repeat;background-size:contain;cursor:pointer;padding-top:75.25%;width:100%}.video-play{left:calc(50% - 30px);opacity:.7;top:calc(50% - 4rem - 30px);z-index:100}.video-play.small{top:calc(50% - 30px)}.video-btn:hover .video-play{opacity:1}.btn-search-left{border-left:1px solid #ced4da;padding-right:0}.btn-search-left,.btn-search-right{background-color:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da}.btn-search-right{border-right:1px solid #ced4da}.input-search{border-left:none;border-right:none}.bg-event{background-color:#b51a29;background-position:0 0;background-repeat:no-repeat;background-size:contain}.event-hover:hover{background-color:#f7f7f7}a .training-category{min-height:4.6875rem}a .cooperation-category{min-height:8.75rem}a:focus .cooperation-category,a:focus .training-category,a:hover .cooperation-category,a:hover .training-category{background-color:#b61929!important;color:#fff}.training-column,.training-column .training-item{display:flex;flex-direction:column}.training-column .training-item{flex-grow:1}.training-column .training-item .training-card{flex-grow:1;min-height:12.1875rem}.training-column .training-item .training-card .akademia-rating{font-family:Montserrat;font-size:1.375rem;font-weight:600;margin-right:.3125rem;margin-top:.1875rem}.training-column .training-item .training-card .akademia-fullname{min-height:4.0625rem;overflow:hidden}.training-column .training-item:focus .training-card,.training-column .training-item:hover .training-card{background-color:#b61929!important}.training-column .training-item:focus .training-card p,.training-column .training-item:hover .training-card p{color:#fff!important}.training-column .training-item:focus .training-card p .akademia-star path,.training-column .training-item:hover .training-card p .akademia-star path{fill:#fff;stroke:#fff}.training-column .training-item:focus .training-card p .akademia-star-stroke path,.training-column .training-item:hover .training-card p .akademia-star-stroke path{stroke:#fff}.akademia-filters .btn-group-toggle .btn{background-color:#fff;border:1px solid #ebe9eb;display:flex;font-weight:500;line-height:1.2;margin:0;padding:.5rem 1.5rem}.akademia-filters .btn-group-toggle .btn.active{background-color:#036b98;background-image:url(/templates/clean-bootstrapv2/images/akademia-check.svg?fe81d7e866c9622b1be53bfb1ae3adf7);background-position-x:calc(100% - 6px);background-position-y:center;background-repeat:no-repeat;border:1px solid #036b98;color:#fff}.akademia-filters .btn-group-toggle .btn.inative{background-color:#e5e5e5;color:#323232;cursor:not-allowed}.akademia-filters .btn-group-toggle .btn:hover{background-color:#036b98;border:1px solid #ebe9eb;color:#fff;cursor:pointer}.akademia-filters li{padding:.5rem .15rem}.akademia-filters .separator{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;width:.25rem}.akademia-filters .separator span{background:#666466;display:block;height:75%;width:.0625rem}.akademia-filters.filters-border{border-bottom:4px solid #edaa1d}.akademia-filter.custom-select{cursor:pointer;height:2.375rem;min-width:10.9375rem;padding:0 1rem;width:auto}.training-img{background-size:cover;border:1px solid #f0f6f5;border-top-left-radius:0;border-top-right-radius:0;height:calc(1rem + 180px);position:relative}.training-img .popular{background-color:#b61929!important;bottom:0;color:#fff;margin-bottom:1rem;margin-right:1rem;padding:.25rem 1rem;position:absolute;right:0;text-transform:uppercase;width:auto}.bg-training-finansowanie{background-color:#edece4!important;background-image:url(/templates/clean-bootstrapv2/images/bg-training.png?98bd9f2c22b5854406e9011e5ebadab9);background-position:0;background-repeat:no-repeat}.border-training-finansowanie{border:1px solid #edece4}.bg-trainng-marketing-i-sprzedaz{background-color:#ecf4f3!important;background-image:url(/templates/clean-bootstrapv2/images/bg-training.png?98bd9f2c22b5854406e9011e5ebadab9);background-position:0;background-repeat:no-repeat}.border-training-marketing-i-sprzedaz{border:1px solid #ecf4f3}.bg-training-prawo{background-color:#e7e8ee!important;background-image:url(/templates/clean-bootstrapv2/images/bg-training.png?98bd9f2c22b5854406e9011e5ebadab9);background-position:0;background-repeat:no-repeat}.border-training-prawo{border:1px solid #e7e8ee}.bg-training-wsparcie-otoczenia-biznesu{background-color:#ecf4ee!important;background-image:url(/templates/clean-bootstrapv2/images/bg-training.png?98bd9f2c22b5854406e9011e5ebadab9);background-position:0;background-repeat:no-repeat}.border-training-wsparcie-otoczenia-biznesu{border:1px solid #ecf4ee}.bg-training-zarzadzanie{background-color:#eee7ea!important;background-image:url(/templates/clean-bootstrapv2/images/bg-training.png?98bd9f2c22b5854406e9011e5ebadab9);background-position:0;background-repeat:no-repeat}.border-training-zarzadzanie{border:1px solid #eee7ea}.border-training-kompetencje{border:1px solid #e8e8e8}.border-bottom-red-4{border-bottom:4px solid #b61928}.table{margin:0}.table thead th{background-color:#b51a29;color:#fff}.table td,.table th{border:3px solid #fff}span.highlight{background-color:#b3f7b3;font-weight:700}#tags a{cursor:pointer}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=today]:after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,.bootstrap-datetimepicker-widget .picker-switch:after,.bootstrap-datetimepicker-widget table th.next:after,.bootstrap-datetimepicker-widget table th.prev:after,.sr-only{clip:rect(0,0,0,0);border:0;height:.0625rem;margin:-.0625rem;overflow:hidden;padding:0;position:absolute;width:.0625rem}.min-height-250{min-height:15.625rem}.btn:focus{box-shadow:0 0 0 .2rem #6ba2f9}.text-shadow{text-shadow:2px 2px 2px #000}.checkbox-outline:checked{outline:2px solid #fff}.open_widget{display:inline-block}.open_widget .btn-outline-primary{border-width:2px}.open_widget:hover svg path{fill:#fff}.force-new-features section,body.event-2023 section,body.events-2023 section,body.featured-2023 section,body.parpnewscom-2023 section,body.resources-2023 section,body.site-2023 section{scroll-margin-top:7.5rem}.force-new-features .bg-events-new,body.event-2023 .bg-events-new,body.events-2023 .bg-events-new,body.featured-2023 .bg-events-new,body.parpnewscom-2023 .bg-events-new,body.resources-2023 .bg-events-new,body.site-2023 .bg-events-new{background-image:url(/templates/clean-bootstrapv2/images/najblizsze_wydarzenia_bg.jpg?3b94feca38d3bfa63bb6f1052ddfb6d7)}.force-new-features .bg-events-new .eventCard,body.event-2023 .bg-events-new .eventCard,body.events-2023 .bg-events-new .eventCard,body.featured-2023 .bg-events-new .eventCard,body.parpnewscom-2023 .bg-events-new .eventCard,body.resources-2023 .bg-events-new .eventCard,body.site-2023 .bg-events-new .eventCard{border:none!important}.force-new-features .bg-events-new-dark,body.event-2023 .bg-events-new-dark,body.events-2023 .bg-events-new-dark,body.featured-2023 .bg-events-new-dark,body.parpnewscom-2023 .bg-events-new-dark,body.resources-2023 .bg-events-new-dark,body.site-2023 .bg-events-new-dark{background-image:url(/templates/clean-bootstrapv2/images/bg-dark-event.jpg?ed40915a78644ec4196debc6c0a905fb)}.force-new-features .bg-events-new-dark .eventCard,body.event-2023 .bg-events-new-dark .eventCard,body.events-2023 .bg-events-new-dark .eventCard,body.featured-2023 .bg-events-new-dark .eventCard,body.parpnewscom-2023 .bg-events-new-dark .eventCard,body.resources-2023 .bg-events-new-dark .eventCard,body.site-2023 .bg-events-new-dark .eventCard{border:none!important}.force-new-features .eventsHero,body.event-2023 .eventsHero,body.events-2023 .eventsHero,body.featured-2023 .eventsHero,body.parpnewscom-2023 .eventsHero,body.resources-2023 .eventsHero,body.site-2023 .eventsHero{background-image:url(/templates/clean-bootstrapv2/images/bg-events.jpg?6683e81040f6d9951ba4f273b7cfc3b4);background-position-x:center;background-repeat:no-repeat;background-size:cover}.force-new-features .eventHero,body.event-2023 .eventHero,body.events-2023 .eventHero,body.featured-2023 .eventHero,body.parpnewscom-2023 .eventHero,body.resources-2023 .eventHero,body.site-2023 .eventHero{background-image:url(/templates/clean-bootstrapv2/images/bg-event.jpg?fd6561d0fa57cd0984db9187dfaff570);background-position-x:center;background-repeat:no-repeat;background-size:cover}.force-new-features .eventHero .eventTag,body.event-2023 .eventHero .eventTag,body.events-2023 .eventHero .eventTag,body.featured-2023 .eventHero .eventTag,body.parpnewscom-2023 .eventHero .eventTag,body.resources-2023 .eventHero .eventTag,body.site-2023 .eventHero .eventTag{background:#c6c7c8;border-radius:10px .5rem;font-family:Calibri;font-size:.9375rem;font-weight:700;margin-right:.625rem;padding:.5rem 1rem}.force-new-features .eventHero .eventRegister,body.event-2023 .eventHero .eventRegister,body.events-2023 .eventHero .eventRegister,body.featured-2023 .eventHero .eventRegister,body.parpnewscom-2023 .eventHero .eventRegister,body.resources-2023 .eventHero .eventRegister,body.site-2023 .eventHero .eventRegister{border-radius:1rem .5rem;color:#fff}.force-new-features .filters-round,body.event-2023 .filters-round,body.events-2023 .filters-round,body.featured-2023 .filters-round,body.parpnewscom-2023 .filters-round,body.resources-2023 .filters-round,body.site-2023 .filters-round{border-radius:25px .5rem}.force-new-features .mod-parp-events,body.event-2023 .mod-parp-events,body.events-2023 .mod-parp-events,body.featured-2023 .mod-parp-events,body.parpnewscom-2023 .mod-parp-events,body.resources-2023 .mod-parp-events,body.site-2023 .mod-parp-events{background-position-y:center;background-repeat:no-repeat;background-size:cover}.force-new-features .mod-parp-events.no-bg,body.event-2023 .mod-parp-events.no-bg,body.events-2023 .mod-parp-events.no-bg,body.featured-2023 .mod-parp-events.no-bg,body.parpnewscom-2023 .mod-parp-events.no-bg,body.resources-2023 .mod-parp-events.no-bg,body.site-2023 .mod-parp-events.no-bg{background-image:none}.force-new-features .mod-parp-events.no-bg .eventCard,body.event-2023 .mod-parp-events.no-bg .eventCard,body.events-2023 .mod-parp-events.no-bg .eventCard,body.featured-2023 .mod-parp-events.no-bg .eventCard,body.parpnewscom-2023 .mod-parp-events.no-bg .eventCard,body.resources-2023 .mod-parp-events.no-bg .eventCard,body.site-2023 .mod-parp-events.no-bg .eventCard{border:1px solid #dee2e6}.force-new-features .mod-parp-events .slick-track,body.event-2023 .mod-parp-events .slick-track,body.events-2023 .mod-parp-events .slick-track,body.featured-2023 .mod-parp-events .slick-track,body.parpnewscom-2023 .mod-parp-events .slick-track,body.resources-2023 .mod-parp-events .slick-track,body.site-2023 .mod-parp-events .slick-track{height:100%;padding-bottom:1rem}.force-new-features .mod-parp-events .slick-list,body.event-2023 .mod-parp-events .slick-list,body.events-2023 .mod-parp-events .slick-list,body.featured-2023 .mod-parp-events .slick-list,body.parpnewscom-2023 .mod-parp-events .slick-list,body.resources-2023 .mod-parp-events .slick-list,body.site-2023 .mod-parp-events .slick-list{z-index:100}.force-new-features .mod-parp-events .slick-slide .eventCard,body.event-2023 .mod-parp-events .slick-slide .eventCard,body.events-2023 .mod-parp-events .slick-slide .eventCard,body.featured-2023 .mod-parp-events .slick-slide .eventCard,body.parpnewscom-2023 .mod-parp-events .slick-slide .eventCard,body.resources-2023 .mod-parp-events .slick-slide .eventCard,body.site-2023 .mod-parp-events .slick-slide .eventCard{left:-.5rem}.force-new-features .mod-parp-events .slick-arrow,body.event-2023 .mod-parp-events .slick-arrow,body.events-2023 .mod-parp-events .slick-arrow,body.featured-2023 .mod-parp-events .slick-arrow,body.parpnewscom-2023 .mod-parp-events .slick-arrow,body.resources-2023 .mod-parp-events .slick-arrow,body.site-2023 .mod-parp-events .slick-arrow{top:calc(50% - 42px)}.force-new-features .mod-parp-events .slick-arrow:first-of-type,body.event-2023 .mod-parp-events .slick-arrow:first-of-type,body.events-2023 .mod-parp-events .slick-arrow:first-of-type,body.featured-2023 .mod-parp-events .slick-arrow:first-of-type,body.parpnewscom-2023 .mod-parp-events .slick-arrow:first-of-type,body.resources-2023 .mod-parp-events .slick-arrow:first-of-type,body.site-2023 .mod-parp-events .slick-arrow:first-of-type{left:-2.125rem}.force-new-features .mod-parp-events .slick-arrow:last-of-type,body.event-2023 .mod-parp-events .slick-arrow:last-of-type,body.events-2023 .mod-parp-events .slick-arrow:last-of-type,body.featured-2023 .mod-parp-events .slick-arrow:last-of-type,body.parpnewscom-2023 .mod-parp-events .slick-arrow:last-of-type,body.resources-2023 .mod-parp-events .slick-arrow:last-of-type,body.site-2023 .mod-parp-events .slick-arrow:last-of-type{right:-2.125rem}.force-new-features .mod-parp-events .slick-disabled,body.event-2023 .mod-parp-events .slick-disabled,body.events-2023 .mod-parp-events .slick-disabled,body.featured-2023 .mod-parp-events .slick-disabled,body.parpnewscom-2023 .mod-parp-events .slick-disabled,body.resources-2023 .mod-parp-events .slick-disabled,body.site-2023 .mod-parp-events .slick-disabled{display:none!important;opacity:0;pointer-events:none}.force-new-features .mod-parp-events .eventCard,body.event-2023 .mod-parp-events .eventCard,body.events-2023 .mod-parp-events .eventCard,body.featured-2023 .mod-parp-events .eventCard,body.parpnewscom-2023 .mod-parp-events .eventCard,body.resources-2023 .mod-parp-events .eventCard,body.site-2023 .mod-parp-events .eventCard{border-bottom-right-radius:1rem;border-top-left-radius:1rem;position:relative;width:100%}.force-new-features .mod-parp-events .eventCard .eventOnline,body.event-2023 .mod-parp-events .eventCard .eventOnline,body.events-2023 .mod-parp-events .eventCard .eventOnline,body.featured-2023 .mod-parp-events .eventCard .eventOnline,body.parpnewscom-2023 .mod-parp-events .eventCard .eventOnline,body.resources-2023 .mod-parp-events .eventCard .eventOnline,body.site-2023 .mod-parp-events .eventCard .eventOnline{background-color:#b51a29;color:#fff;font-family:Calibri;font-size:.9375rem;font-style:normal;font-weight:700;padding:.5rem 1rem;position:absolute;right:.3125rem;top:-.625rem;z-index:2}.force-new-features .mod-parp-events .eventCard .eventOnlineTriangle,body.event-2023 .mod-parp-events .eventCard .eventOnlineTriangle,body.events-2023 .mod-parp-events .eventCard .eventOnlineTriangle,body.featured-2023 .mod-parp-events .eventCard .eventOnlineTriangle,body.parpnewscom-2023 .mod-parp-events .eventCard .eventOnlineTriangle,body.resources-2023 .mod-parp-events .eventCard .eventOnlineTriangle,body.site-2023 .mod-parp-events .eventCard .eventOnlineTriangle{border-color:transparent transparent #771c25;border-style:solid;border-width:0 0 11px 17px;height:0;position:absolute;right:6rem;top:-.625rem;width:0}.force-new-features .mod-parp-events .eventCard .eventDate,body.event-2023 .mod-parp-events .eventCard .eventDate,body.events-2023 .mod-parp-events .eventCard .eventDate,body.featured-2023 .mod-parp-events .eventCard .eventDate,body.parpnewscom-2023 .mod-parp-events .eventCard .eventDate,body.resources-2023 .mod-parp-events .eventCard .eventDate,body.site-2023 .mod-parp-events .eventCard .eventDate{border-bottom-right-radius:1rem;border-top-left-radius:1rem;color:#fff;padding:.625rem;width:5.5rem}.force-new-features .mod-parp-events .eventCard .eventDate .line,body.event-2023 .mod-parp-events .eventCard .eventDate .line,body.events-2023 .mod-parp-events .eventCard .eventDate .line,body.featured-2023 .mod-parp-events .eventCard .eventDate .line,body.parpnewscom-2023 .mod-parp-events .eventCard .eventDate .line,body.resources-2023 .mod-parp-events .eventCard .eventDate .line,body.site-2023 .mod-parp-events .eventCard .eventDate .line{background-color:#fff;height:.0625rem;margin-bottom:.5rem;margin-top:.5rem;width:80%}.force-new-features .mod-parp-events .eventCard .eventDate .eventDateCenter,body.event-2023 .mod-parp-events .eventCard .eventDate .eventDateCenter,body.events-2023 .mod-parp-events .eventCard .eventDate .eventDateCenter,body.featured-2023 .mod-parp-events .eventCard .eventDate .eventDateCenter,body.parpnewscom-2023 .mod-parp-events .eventCard .eventDate .eventDateCenter,body.resources-2023 .mod-parp-events .eventCard .eventDate .eventDateCenter,body.site-2023 .mod-parp-events .eventCard .eventDate .eventDateCenter{text-align:center;width:1.8125rem}.force-new-features .mod-parp-events .eventCard .eventContent,body.event-2023 .mod-parp-events .eventCard .eventContent,body.events-2023 .mod-parp-events .eventCard .eventContent,body.featured-2023 .mod-parp-events .eventCard .eventContent,body.parpnewscom-2023 .mod-parp-events .eventCard .eventContent,body.resources-2023 .mod-parp-events .eventCard .eventContent,body.site-2023 .mod-parp-events .eventCard .eventContent{flex:1}.force-new-features .mod-parp-events .eventCard .eventContent p:first-child,body.event-2023 .mod-parp-events .eventCard .eventContent p:first-child,body.events-2023 .mod-parp-events .eventCard .eventContent p:first-child,body.featured-2023 .mod-parp-events .eventCard .eventContent p:first-child,body.parpnewscom-2023 .mod-parp-events .eventCard .eventContent p:first-child,body.resources-2023 .mod-parp-events .eventCard .eventContent p:first-child,body.site-2023 .mod-parp-events .eventCard .eventContent p:first-child{min-height:5.625rem}.force-new-features .mod-parp-events .eventCard .eventAlert,body.event-2023 .mod-parp-events .eventCard .eventAlert,body.events-2023 .mod-parp-events .eventCard .eventAlert,body.featured-2023 .mod-parp-events .eventCard .eventAlert,body.parpnewscom-2023 .mod-parp-events .eventCard .eventAlert,body.resources-2023 .mod-parp-events .eventCard .eventAlert,body.site-2023 .mod-parp-events .eventCard .eventAlert{min-height:3.0625rem}.force-new-features .mod-parp-events .eventCard .eventAlert p,body.event-2023 .mod-parp-events .eventCard .eventAlert p,body.events-2023 .mod-parp-events .eventCard .eventAlert p,body.featured-2023 .mod-parp-events .eventCard .eventAlert p,body.parpnewscom-2023 .mod-parp-events .eventCard .eventAlert p,body.resources-2023 .mod-parp-events .eventCard .eventAlert p,body.site-2023 .mod-parp-events .eventCard .eventAlert p{align-items:center;border-bottom-right-radius:1rem;color:#fff;display:flex;justify-content:center;margin:0;min-height:3.0625rem;text-align:center}.force-new-features .mod-parp-events .eventCard .misje,body.event-2023 .mod-parp-events .eventCard .misje,body.events-2023 .mod-parp-events .eventCard .misje,body.featured-2023 .mod-parp-events .eventCard .misje,body.parpnewscom-2023 .mod-parp-events .eventCard .misje,body.resources-2023 .mod-parp-events .eventCard .misje,body.site-2023 .mod-parp-events .eventCard .misje{background-color:#0c7492}.force-new-features .mod-parp-events .eventCard .szkolenia,body.event-2023 .mod-parp-events .eventCard .szkolenia,body.events-2023 .mod-parp-events .eventCard .szkolenia,body.featured-2023 .mod-parp-events .eventCard .szkolenia,body.parpnewscom-2023 .mod-parp-events .eventCard .szkolenia,body.resources-2023 .mod-parp-events .eventCard .szkolenia,body.site-2023 .mod-parp-events .eventCard .szkolenia{background-color:#b61928}.force-new-features .mod-parp-events .eventCard .spotkanie,body.event-2023 .mod-parp-events .eventCard .spotkanie,body.events-2023 .mod-parp-events .eventCard .spotkanie,body.featured-2023 .mod-parp-events .eventCard .spotkanie,body.parpnewscom-2023 .mod-parp-events .eventCard .spotkanie,body.resources-2023 .mod-parp-events .eventCard .spotkanie,body.site-2023 .mod-parp-events .eventCard .spotkanie{background-color:#c45502}.force-new-features .mod-parp-events .eventCard .konferencja,body.event-2023 .mod-parp-events .eventCard .konferencja,body.events-2023 .mod-parp-events .eventCard .konferencja,body.featured-2023 .mod-parp-events .eventCard .konferencja,body.parpnewscom-2023 .mod-parp-events .eventCard .konferencja,body.resources-2023 .mod-parp-events .eventCard .konferencja,body.site-2023 .mod-parp-events .eventCard .konferencja{background-color:#584991}.force-new-features .mod-parp-events .eventCard .transmisja,body.event-2023 .mod-parp-events .eventCard .transmisja,body.events-2023 .mod-parp-events .eventCard .transmisja,body.featured-2023 .mod-parp-events .eventCard .transmisja,body.parpnewscom-2023 .mod-parp-events .eventCard .transmisja,body.resources-2023 .mod-parp-events .eventCard .transmisja,body.site-2023 .mod-parp-events .eventCard .transmisja{background-color:#278900}.force-new-features .mod-parp-events .eventCard .webinarium,body.event-2023 .mod-parp-events .eventCard .webinarium,body.events-2023 .mod-parp-events .eventCard .webinarium,body.featured-2023 .mod-parp-events .eventCard .webinarium,body.parpnewscom-2023 .mod-parp-events .eventCard .webinarium,body.resources-2023 .mod-parp-events .eventCard .webinarium,body.site-2023 .mod-parp-events .eventCard .webinarium{background-color:#c84b27}.force-new-features .mod-parp-events .eventCard .konkursy,body.event-2023 .mod-parp-events .eventCard .konkursy,body.events-2023 .mod-parp-events .eventCard .konkursy,body.featured-2023 .mod-parp-events .eventCard .konkursy,body.parpnewscom-2023 .mod-parp-events .eventCard .konkursy,body.resources-2023 .mod-parp-events .eventCard .konkursy,body.site-2023 .mod-parp-events .eventCard .konkursy{background-color:#b61928}.force-new-features .mod-parp-events .events-pagination,body.event-2023 .mod-parp-events .events-pagination,body.events-2023 .mod-parp-events .events-pagination,body.featured-2023 .mod-parp-events .events-pagination,body.parpnewscom-2023 .mod-parp-events .events-pagination,body.resources-2023 .mod-parp-events .events-pagination,body.site-2023 .mod-parp-events .events-pagination{bottom:0;display:flex;justify-content:space-between;max-width:100%;width:100%}.force-new-features .mod-parp-events .btn-event-all:hover,body.event-2023 .mod-parp-events .btn-event-all:hover,body.events-2023 .mod-parp-events .btn-event-all:hover,body.featured-2023 .mod-parp-events .btn-event-all:hover,body.parpnewscom-2023 .mod-parp-events .btn-event-all:hover,body.resources-2023 .mod-parp-events .btn-event-all:hover,body.site-2023 .mod-parp-events .btn-event-all:hover{background-color:#b51a29!important}.force-new-features .eventCollapse.collapsed svg,body.event-2023 .eventCollapse.collapsed svg,body.events-2023 .eventCollapse.collapsed svg,body.featured-2023 .eventCollapse.collapsed svg,body.parpnewscom-2023 .eventCollapse.collapsed svg,body.resources-2023 .eventCollapse.collapsed svg,body.site-2023 .eventCollapse.collapsed svg{transform:rotate(-180deg)}.force-new-features .modal-backdrop,body.event-2023 .modal-backdrop,body.events-2023 .modal-backdrop,body.featured-2023 .modal-backdrop,body.parpnewscom-2023 .modal-backdrop,body.resources-2023 .modal-backdrop,body.site-2023 .modal-backdrop{z-index:7777!important}.force-new-features .modalEvent,body.event-2023 .modalEvent,body.events-2023 .modalEvent,body.featured-2023 .modalEvent,body.parpnewscom-2023 .modalEvent,body.resources-2023 .modalEvent,body.site-2023 .modalEvent{z-index:9999}.force-new-features .event-form-button,body.event-2023 .event-form-button,body.events-2023 .event-form-button,body.featured-2023 .event-form-button,body.parpnewscom-2023 .event-form-button,body.resources-2023 .event-form-button,body.site-2023 .event-form-button{background:#b51a29!important;border-radius:8px 0!important;margin-left:.25rem}.force-new-features #event-program-list p span strong,body.event-2023 #event-program-list p span strong,body.events-2023 #event-program-list p span strong,body.featured-2023 #event-program-list p span strong,body.parpnewscom-2023 #event-program-list p span strong,body.resources-2023 #event-program-list p span strong,body.site-2023 #event-program-list p span strong{font-family:Montserrat,sans-serif!important;font-size:1.125rem!important;font-weight:600!important}@media (min-width:576px){.force-new-features #event-program-list .border-top-program,body.event-2023 #event-program-list .border-top-program,body.events-2023 #event-program-list .border-top-program,body.featured-2023 #event-program-list .border-top-program,body.parpnewscom-2023 #event-program-list .border-top-program,body.resources-2023 #event-program-list .border-top-program,body.site-2023 #event-program-list .border-top-program{border-top:none!important}}.force-new-features .was-validated .modalEvent .form-check-input:valid~.form-check-label,body.event-2023 .was-validated .modalEvent .form-check-input:valid~.form-check-label,body.events-2023 .was-validated .modalEvent .form-check-input:valid~.form-check-label,body.featured-2023 .was-validated .modalEvent .form-check-input:valid~.form-check-label,body.parpnewscom-2023 .was-validated .modalEvent .form-check-input:valid~.form-check-label,body.resources-2023 .was-validated .modalEvent .form-check-input:valid~.form-check-label,body.site-2023 .was-validated .modalEvent .form-check-input:valid~.form-check-label{color:inherit}.force-new-features .was-validated .valid-feedback,body.event-2023 .was-validated .valid-feedback,body.events-2023 .was-validated .valid-feedback,body.featured-2023 .was-validated .valid-feedback,body.parpnewscom-2023 .was-validated .valid-feedback,body.resources-2023 .was-validated .valid-feedback,body.site-2023 .was-validated .valid-feedback{color:#1e7e34}@media (max-width:991.98px){.force-new-features #nav-event-details .collapse>div,body.event-2023 #nav-event-details .collapse>div,body.events-2023 #nav-event-details .collapse>div,body.featured-2023 #nav-event-details .collapse>div,body.parpnewscom-2023 #nav-event-details .collapse>div,body.resources-2023 #nav-event-details .collapse>div,body.site-2023 #nav-event-details .collapse>div{padding:0 .4375rem}.force-new-features #nav-event-details .collapse .nav-item:not(:last-child),body.event-2023 #nav-event-details .collapse .nav-item:not(:last-child),body.events-2023 #nav-event-details .collapse .nav-item:not(:last-child),body.featured-2023 #nav-event-details .collapse .nav-item:not(:last-child),body.parpnewscom-2023 #nav-event-details .collapse .nav-item:not(:last-child),body.resources-2023 #nav-event-details .collapse .nav-item:not(:last-child),body.site-2023 #nav-event-details .collapse .nav-item:not(:last-child){border-bottom:1px solid #dee2e6}}.force-new-features h2,body.featured-2023 h2,body.resources-2023 h2,body.site h2{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:400;line-height:2.875rem}@media (max-width:767px){.force-new-features .mod-news .grid,body.featured-2023 .mod-news .grid,body.resources-2023 .mod-news .grid,body.site .mod-news .grid{grid-gap:1.25rem;display:grid;grid-template-columns:repeat(1,1fr)}.force-new-features .mod-news .ekspert,body.featured-2023 .mod-news .ekspert,body.resources-2023 .mod-news .ekspert,body.site .mod-news .ekspert{grid-area:2/1}.force-new-features .mod-news .news-box-big,body.featured-2023 .mod-news .news-box-big,body.resources-2023 .mod-news .news-box-big,body.site .mod-news .news-box-big{border-radius:1rem}.force-new-features .mod-news .news-box-big img,body.featured-2023 .mod-news .news-box-big img,body.resources-2023 .mod-news .news-box-big img,body.site .mod-news .news-box-big img{border-top-left-radius:1rem;border-top-right-radius:1rem}.force-new-features .mod-news .news-box-big .news-intro,body.featured-2023 .mod-news .news-box-big .news-intro,body.resources-2023 .mod-news .news-box-big .news-intro,body.site .mod-news .news-box-big .news-intro{display:none}.force-new-features .mod-news .news-box-big div.news-content,body.featured-2023 .mod-news .news-box-big div.news-content,body.resources-2023 .mod-news .news-box-big div.news-content,body.site .mod-news .news-box-big div.news-content{padding:1.75rem}}@media (min-width:768px){.force-new-features .mod-news .grid,body.featured-2023 .mod-news .grid,body.resources-2023 .mod-news .grid,body.site .mod-news .grid{grid-gap:.625rem;display:grid;grid-template-columns:repeat(4,1fr)}.force-new-features .mod-news .news-box-big,body.featured-2023 .mod-news .news-box-big,body.resources-2023 .mod-news .news-box-big,body.site .mod-news .news-box-big{border-radius:1rem;grid-column-start:span 2;height:28.4375rem;width:100%}.force-new-features .mod-news .news-box-big img,body.featured-2023 .mod-news .news-box-big img,body.resources-2023 .mod-news .news-box-big img,body.site .mod-news .news-box-big img{border-top-left-radius:1rem;border-top-right-radius:1rem;height:12.5rem;margin-bottom:.75rem;-o-object-fit:cover;object-fit:cover}.force-new-features .mod-news .news-box-big .news-intro,body.featured-2023 .mod-news .news-box-big .news-intro,body.resources-2023 .mod-news .news-box-big .news-intro,body.site .mod-news .news-box-big .news-intro{display:none}.force-new-features .mod-news .news-box-big .news-content,body.featured-2023 .mod-news .news-box-big .news-content,body.resources-2023 .mod-news .news-box-big .news-content,body.site .mod-news .news-box-big .news-content{padding:.9375rem}.force-new-features .mod-news .ekspert,body.featured-2023 .mod-news .ekspert,body.resources-2023 .mod-news .ekspert,body.site .mod-news .ekspert{grid-area:1/4}}@media (min-width:1176px){.force-new-features .mod-news .grid,body.featured-2023 .mod-news .grid,body.resources-2023 .mod-news .grid,body.site .mod-news .grid{display:grid;grid-template-columns:repeat(5,1fr)}.force-new-features .mod-news .news-box-big,body.featured-2023 .mod-news .news-box-big,body.resources-2023 .mod-news .news-box-big,body.site .mod-news .news-box-big{border-radius:1rem;grid-row-start:span 2;height:54.0625rem;width:100%}.force-new-features .mod-news .news-box-big img,body.featured-2023 .mod-news .news-box-big img,body.resources-2023 .mod-news .news-box-big img,body.site .mod-news .news-box-big img{border-top-left-radius:1rem;border-top-right-radius:1rem;height:25rem;margin-bottom:1.375rem;-o-object-fit:cover;object-fit:cover}.force-new-features .mod-news .news-box-big .news-content,body.featured-2023 .mod-news .news-box-big .news-content,body.resources-2023 .mod-news .news-box-big .news-content,body.site .mod-news .news-box-big .news-content{padding:1.75rem}.force-new-features .mod-news .news-box-big .news-intro,body.featured-2023 .mod-news .news-box-big .news-intro,body.resources-2023 .mod-news .news-box-big .news-intro,body.site .mod-news .news-box-big .news-intro{display:block}.force-new-features .mod-news .ekspert,body.featured-2023 .mod-news .ekspert,body.resources-2023 .mod-news .ekspert,body.site .mod-news .ekspert{grid-area:1/5;height:100%;min-height:50%}}.force-new-features .mod-news .news-box-big:hover,body.featured-2023 .mod-news .news-box-big:hover,body.resources-2023 .mod-news .news-box-big:hover,body.site .mod-news .news-box-big:hover{background-color:#f0f0f0}.force-new-features .mod-news .news-box-big:hover a,body.featured-2023 .mod-news .news-box-big:hover a,body.resources-2023 .mod-news .news-box-big:hover a,body.site .mod-news .news-box-big:hover a{text-decoration:none}.force-new-features .mod-news .news-box-big.carousel,body.featured-2023 .mod-news .news-box-big.carousel,body.resources-2023 .mod-news .news-box-big.carousel,body.site .mod-news .news-box-big.carousel{display:flex;flex-direction:column}.force-new-features .mod-news .news-box-big.carousel:has(.carousel-item:focus-visible),body.featured-2023 .mod-news .news-box-big.carousel:has(.carousel-item:focus-visible),body.resources-2023 .mod-news .news-box-big.carousel:has(.carousel-item:focus-visible),body.site .mod-news .news-box-big.carousel:has(.carousel-item:focus-visible){outline:2px solid #0060df;outline:2px auto -webkit-focus-ring-color}.force-new-features .mod-news .news-box-big .modnews-carousel-pagination,body.featured-2023 .mod-news .news-box-big .modnews-carousel-pagination,body.resources-2023 .mod-news .news-box-big .modnews-carousel-pagination,body.site .mod-news .news-box-big .modnews-carousel-pagination{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.force-new-features .mod-news .news-box,body.featured-2023 .mod-news .news-box,body.resources-2023 .mod-news .news-box,body.site .mod-news .news-box{border-radius:.5rem;height:100%;min-height:1.5625rem;text-decoration:none;width:100%}.force-new-features .mod-news .news-box img,body.featured-2023 .mod-news .news-box img,body.resources-2023 .mod-news .news-box img,body.site .mod-news .news-box img{border-top-left-radius:.5rem;border-top-right-radius:.5rem;height:12.5rem;margin-bottom:.75rem;-o-object-fit:cover;object-fit:cover}.force-new-features .mod-news .news-box .news-content,body.featured-2023 .mod-news .news-box .news-content,body.resources-2023 .mod-news .news-box .news-content,body.site .mod-news .news-box .news-content{padding:.9375rem}.force-new-features .mod-news .news-box:hover,body.featured-2023 .mod-news .news-box:hover,body.resources-2023 .mod-news .news-box:hover,body.site .mod-news .news-box:hover{background-color:#f0f0f0}.force-new-features .mod-news .ekspert,body.featured-2023 .mod-news .ekspert,body.resources-2023 .mod-news .ekspert,body.site .mod-news .ekspert{border-radius:.5rem}.force-new-features .mod-news .ekspert .ekspert-title,body.featured-2023 .mod-news .ekspert .ekspert-title,body.resources-2023 .mod-news .ekspert .ekspert-title,body.site .mod-news .ekspert .ekspert-title{border-top-left-radius:.5rem;border-top-right-radius:.5rem;height:9.375rem;-o-object-fit:cover;object-fit:cover}.force-new-features .mod-news .ekspert:hover,body.featured-2023 .mod-news .ekspert:hover,body.resources-2023 .mod-news .ekspert:hover,body.site .mod-news .ekspert:hover{background-color:#f0f0f0}.force-new-features .mod-news .ekspert:hover a,body.featured-2023 .mod-news .ekspert:hover a,body.resources-2023 .mod-news .ekspert:hover a,body.site .mod-news .ekspert:hover a{text-decoration:none}.force-new-features .mod-news .ekspert #carouselEkspert,body.featured-2023 .mod-news .ekspert #carouselEkspert,body.resources-2023 .mod-news .ekspert #carouselEkspert,body.site .mod-news .ekspert #carouselEkspert{display:flex;flex-direction:column;flex-grow:1}.force-new-features .mod-news .ekspert #carouselEkspert .card-body p.text-black,body.featured-2023 .mod-news .ekspert #carouselEkspert .card-body p.text-black,body.resources-2023 .mod-news .ekspert #carouselEkspert .card-body p.text-black,body.site .mod-news .ekspert #carouselEkspert .card-body p.text-black{height:3.875rem}.force-new-features .mod-news #hotNewsItem,body.featured-2023 .mod-news #hotNewsItem,body.resources-2023 .mod-news #hotNewsItem,body.site .mod-news #hotNewsItem{display:flex;flex-direction:column;flex-grow:1}.force-new-features .mod-news #hotNewsItem .card-body p.text-black,body.featured-2023 .mod-news #hotNewsItem .card-body p.text-black,body.resources-2023 .mod-news #hotNewsItem .card-body p.text-black,body.site .mod-news #hotNewsItem .card-body p.text-black{height:6.5625rem}.force-new-features .mod-news .modnews-carousel-pagination,body.featured-2023 .mod-news .modnews-carousel-pagination,body.resources-2023 .mod-news .modnews-carousel-pagination,body.site .mod-news .modnews-carousel-pagination{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-top-left-radius:1rem;height:2.6875rem}.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination{align-content:center;display:flex;flex-direction:row;justify-content:flex-end;position:relative}.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item{background-clip:initial;background-color:transparent;border:none;box-sizing:content-box;cursor:pointer;flex:none;height:auto;margin-left:0;margin-right:0;opacity:1!important;text-indent:0;transition:none;width:auto}.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item a,.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item button,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item a,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item button,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item a,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item button,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item a,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item button{border:none;padding:.375rem}.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active{background-color:#e2e2e2;text-decoration:none}.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active a,.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active button,.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus,.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active a,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active button,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active a,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active button,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active a,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item.active button,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover{background-color:#e2e2e2}.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus a,.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus button,.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover a,.force-new-features .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover button,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus a,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus button,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover a,body.featured-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover button,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus a,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus button,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover a,body.resources-2023 .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover button,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus a,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:focus button,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover a,body.site .mod-news .modnews-carousel-pagination .carousel-indicators.pagination .page-item:hover button{background-color:#e2e2e2;padding:.375rem;text-decoration:none}.force-new-features .mod-static-cooperation .transparent-line-left,body.featured-2023 .mod-static-cooperation .transparent-line-left,body.resources-2023 .mod-static-cooperation .transparent-line-left,body.site .mod-static-cooperation .transparent-line-left{background-color:hsla(0,0%,100%,.44);bottom:2.9375rem;height:2.5625rem;width:100%}@media (max-width:767.98px){.force-new-features .mod-static-cooperation .transparent-line-left,body.featured-2023 .mod-static-cooperation .transparent-line-left,body.resources-2023 .mod-static-cooperation .transparent-line-left,body.site .mod-static-cooperation .transparent-line-left{bottom:-1.3125rem}}.force-new-features .mod-static-cooperation .transparent-line-left .wspolpraca-fala,body.featured-2023 .mod-static-cooperation .transparent-line-left .wspolpraca-fala,body.resources-2023 .mod-static-cooperation .transparent-line-left .wspolpraca-fala,body.site .mod-static-cooperation .transparent-line-left .wspolpraca-fala{bottom:3rem;position:absolute;right:-1rem;width:2.5625rem;z-index:1}.force-new-features .mod-static-cooperation .transparent-line-right,body.featured-2023 .mod-static-cooperation .transparent-line-right,body.resources-2023 .mod-static-cooperation .transparent-line-right,body.site .mod-static-cooperation .transparent-line-right{background-color:hsla(0,0%,100%,.44);bottom:2.9375rem;height:2.5625rem;position:absolute;width:100%}@media (max-width:767.98px){.force-new-features .mod-static-cooperation .transparent-line-right,body.featured-2023 .mod-static-cooperation .transparent-line-right,body.resources-2023 .mod-static-cooperation .transparent-line-right,body.site .mod-static-cooperation .transparent-line-right{bottom:-1.3125rem}}.force-new-features .mod-static-cooperation .transparent-line-right .wspolpraca-fala,body.featured-2023 .mod-static-cooperation .transparent-line-right .wspolpraca-fala,body.resources-2023 .mod-static-cooperation .transparent-line-right .wspolpraca-fala,body.site .mod-static-cooperation .transparent-line-right .wspolpraca-fala{left:2.875rem;position:absolute;width:2.5625rem;z-index:1}.force-new-features .mod-static-cooperation .bg-wspolpraca,body.featured-2023 .mod-static-cooperation .bg-wspolpraca,body.resources-2023 .mod-static-cooperation .bg-wspolpraca,body.site .mod-static-cooperation .bg-wspolpraca{background-image:url(/templates/clean-bootstrapv2/images/wspolpraca_przedsiebiorstw_bg.jpg?a5cb01387d1d18c06ec0929eb6d15de7);background-size:cover;height:auto}@media (max-width:767.98px){.force-new-features .mod-static-cooperation .bg-wspolpraca,body.featured-2023 .mod-static-cooperation .bg-wspolpraca,body.resources-2023 .mod-static-cooperation .bg-wspolpraca,body.site .mod-static-cooperation .bg-wspolpraca{height:1.5625rem}}.force-new-features .business-steps .falka,body.featured-2023 .business-steps .falka,body.resources-2023 .business-steps .falka,body.site .business-steps .falka{left:calc(50% - 40px);position:absolute;top:19.6875rem;z-index:2222}@media (max-width:767.98px){.force-new-features .business-steps .falka,body.featured-2023 .business-steps .falka,body.resources-2023 .business-steps .falka,body.site .business-steps .falka{display:none}}.force-new-features .business-steps .falka.mobile,body.featured-2023 .business-steps .falka.mobile,body.resources-2023 .business-steps .falka.mobile,body.site .business-steps .falka.mobile{bottom:2.5rem;display:block;top:auto}@media (min-width:768px){.force-new-features .business-steps .falka.mobile,body.featured-2023 .business-steps .falka.mobile,body.resources-2023 .business-steps .falka.mobile,body.site .business-steps .falka.mobile{display:none}}.force-new-features .business-steps .step-image .gradient-left,body.featured-2023 .business-steps .step-image .gradient-left,body.resources-2023 .business-steps .step-image .gradient-left,body.site .business-steps .step-image .gradient-left{background:#fff;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));max-height:22.5rem;min-height:22.5rem;position:absolute;right:0;top:0;width:.1875rem}.force-new-features .business-steps .step-image img,body.featured-2023 .business-steps .step-image img,body.resources-2023 .business-steps .step-image img,body.site .business-steps .step-image img{max-height:22.5rem;min-height:22.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.force-new-features .business-steps .step-content,body.featured-2023 .business-steps .step-content,body.resources-2023 .business-steps .step-content,body.site .business-steps .step-content{min-height:17.1875rem;padding:1.5rem 5rem}.force-new-features .business-steps .step-content p,body.featured-2023 .business-steps .step-content p,body.resources-2023 .business-steps .step-content p,body.site .business-steps .step-content p{width:75%}@media (max-width:991.98px){.force-new-features .business-steps .step-content p,body.featured-2023 .business-steps .step-content p,body.resources-2023 .business-steps .step-content p,body.site .business-steps .step-content p{width:100%}}.force-new-features .business-steps .step-content .gradient-right,body.featured-2023 .business-steps .step-content .gradient-right,body.resources-2023 .business-steps .step-content .gradient-right,body.site .business-steps .step-content .gradient-right{background:#fff;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));height:100%;left:0;position:absolute;top:0;width:.1875rem}@media (max-width:767.98px){.force-new-features .business-steps .step-content,body.featured-2023 .business-steps .step-content,body.resources-2023 .business-steps .step-content,body.site .business-steps .step-content{padding:3.75rem 1rem}}.force-new-features .business-steps a,body.featured-2023 .business-steps a,body.resources-2023 .business-steps a,body.site .business-steps a{height:100%;position:relative;text-decoration:none}.force-new-features .business-steps a:hover,body.featured-2023 .business-steps a:hover,body.resources-2023 .business-steps a:hover,body.site .business-steps a:hover{transform:scale(1.03);transition-duration:.7s;z-index:1000}.platformy-startowe .jumbotron{background-image:url(/templates/clean-bootstrapv2/images/platformy-bg.jpg?36e59012cdca8d516eb0c41138207e12);background-position:top;background-size:cover}@media (min-width:768px){.platformy-startowe .jumbotron p{width:70%}}.platformy-startowe .poradnik,.platformy-startowe .poradnik img{border-bottom-right-radius:1rem;border-top-left-radius:1rem}.platformy-startowe .poradnik .title:after{background:#565b5d;bottom:-.625rem;content:"";height:.125rem;left:0;position:absolute;width:3.75rem;z-index:1}.realizujesz-projekt .jumbotron{background-image:url(/templates/clean-bootstrapv2/images/realizujesz-projekt-bg.jpg?4e128fc778cc5b39e4897e5dc37c1109);background-position:top;background-size:cover}@media (min-width:768px){.realizujesz-projekt .jumbotron p{width:70%}}.realizujesz-projekt form.znajdz-program ol>li>div{align-items:center;border-bottom-right-radius:.625rem;border-top-left-radius:.625rem;color:#fff;display:flex;height:2.5rem;justify-content:center;margin-right:1.875rem;margin-top:.9375rem;width:2.5rem}@media (max-width:767.98px){.realizujesz-projekt form.znajdz-program ol>li>div{margin-right:.9375rem}}.bfFormDiv .realizujesz-projekt form.znajdz-program .form-select,.realizujesz-projekt .bfFormDiv form.znajdz-program .form-select,.realizujesz-projekt form.znajdz-program .form-control{border-radius:.5rem;height:100%;padding:.75rem}.sukcesy-beneficjentow .sukces img{max-height:13.75rem;-o-object-fit:cover;object-fit:cover}.sukcesy-beneficjentow .sukces .title:after{background:#565b5d;bottom:-.625rem;content:"";height:.125rem;left:0;position:absolute;width:3.75rem;z-index:1}section.linki .container-fluid,section.linki .container-xl{background-image:url(/templates/clean-bootstrapv2/images/linki-bg.jpg?7b36f417a54b2684693612dc184b6b6e);background-position:top;background-size:cover}.border-top-left-15{border-top-left-radius:1rem}.border-bottom-right-15{border-bottom-right-radius:1rem}.bg-disabled{background-color:#4a4a4a!important;border-color:#4a4a4a!important}.featured-2023.bur-2023{color:#212529;line-height:1.5}.featured-2023.bur-2023 h1{color:#4a4a4a;font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:400;margin-bottom:1rem}@media (min-width:992px){.featured-2023.bur-2023 h1{font-size:2.9375rem}}.featured-2023.bur-2023 h2{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.5;position:relative}@media (min-width:992px){.featured-2023.bur-2023 h2{font-size:2rem}}.featured-2023.bur-2023 h2.line span{left:.5rem;padding:0 .5rem;position:relative}@media (min-width:992px){.featured-2023.bur-2023 h2.line span{left:2.5rem;padding:0 1rem}}.featured-2023.bur-2023 h2.line:before{border-top:1px solid #d9d9d9;bottom:0;content:"";left:0;margin:0 auto;position:absolute;right:0;top:50%;width:100%;z-index:0}.featured-2023.bur-2023 h3{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:130%}@media (min-width:992px){.featured-2023.bur-2023 h3{font-size:1.5rem}}.featured-2023.bur-2023 h4.formy{font-size:.875rem;text-transform:uppercase}.featured-2023.bur-2023 .breadcrumb{font-size:.75rem;position:static}.featured-2023.bur-2023 .breadcrumb-item{padding-left:.25rem}.featured-2023.bur-2023 .breadcrumb-item+.breadcrumb-item:before{color:#6e6e6e;content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.776 12.834a.75.75 0 0 0 1.115 1.004l-1.115-1.004Zm5.357-4.833.558.502a.75.75 0 0 0 0-1.004l-.558.502ZM5.891 2.164a.75.75 0 1 0-1.115 1.004l1.115-1.004Zm0 11.674 4.8-5.335-1.115-1.004-4.8 5.335 1.115 1.004Zm4.8-6.339-2.4-2.667-1.115 1.003 2.4 2.668 1.115-1.004Zm-2.4-2.667-2.4-2.668-1.115 1.004 2.4 2.667 1.115-1.003Z' fill='%23212529'/%3E%3C/svg%3E");padding-right:.25rem;position:relative;top:.0625rem}.featured-2023.bur-2023 .bur-box{background-color:#f0f0f0;border-bottom-right-radius:1rem;border-top-left-radius:1rem;padding:1.5rem}.featured-2023.bur-2023 .bur-box ul li{margin-bottom:.25rem}.featured-2023.bur-2023 .bur-box ul li a{text-decoration:underline}.featured-2023.bur-2023 .bur-box h4{color:#0c7492;font-size:1rem;text-transform:uppercase}.featured-2023.bur-2023 .text-bur-blue{color:#0c7492}.featured-2023.bur-2023 .bg-bur-blue{background-color:#0c7492;color:#fff}.featured-2023.bur-2023 .bur-radius{border-bottom-right-radius:1rem;border-top-left-radius:1rem}.featured-2023.bur-2023 .bur-news .results img{height:100%;-o-object-fit:cover;object-fit:cover}.featured-2023.bur-2023 .bur-news .results .separator{background-color:#727272;height:.125rem;margin:.75rem 0;width:3.75rem}.featured-2023.bur-2023 .bur-big-news .news-box,.featured-2023.bur-2023 .bur-big-news .news-box img,.featured-2023.bur-2023 .bur-big-news .news-box-big,.featured-2023.bur-2023 .bur-big-news .news-box-big img{border-radius:0;border-bottom-right-radius:1rem;border-top-left-radius:1rem}.featured-2023.bur-2023 .bur-pagination .page-item .page-link{border-radius:.3125rem}.featured-2023.bur-2023 .bur-pagination .page-item.active .page-link{background-color:#b51a29;color:#fff}.featured-2023.bur-2023 .bur-download-list li{margin-bottom:1rem}.featured-2023.bur-2023 .bur-download-list li span{margin-left:2.25rem}.video-carousel{gap:.75rem;max-height:21.125rem;position:relative}.video-carousel .slick-list{margin:0 1rem}.video-carousel .arrow-left{left:-1%;position:absolute;top:50%}.video-carousel .arrow-right{position:absolute;right:-1%;top:50%}.video-carousel .video-card{background-color:#fff;border:1px solid rgba(0,0,0,.2);border-bottom-right-radius:1rem;border-top-left-radius:1rem;min-width:230px!important;width:17rem}.video-carousel .video-card:hover{background-color:#f0f0f0;text-decoration:none}.video-carousel .video-card:hover .video-description{background-color:#f0f0f0!important}.video-carousel .video-card.akademia{border:none;border-bottom-left-radius:1rem}.video-carousel .video-card.akademia:hover{background-color:#b61929!important}.video-carousel .video-card.akademia:hover .video-description{background-color:inherit!important}.video-carousel .video-card.akademia:hover p{color:#fff!important}.video-carousel .video-card.akademia .bg-video-2023{border-bottom-right-radius:0;border-top-left-radius:0}.video-carousel .video-card.akademia .video-description{border-bottom-left-radius:1rem}.video-carousel .video-card.slick-slide{margin:0 .3rem}.video-carousel .video-card .bg-video-2023{background-color:#fff;background-position:50%;background-size:cover;border-bottom-right-radius:1rem;border-top-left-radius:1rem;height:11.9375rem;position:relative}.video-carousel .video-card .bg-video-2023 svg.play{left:calc(50% - 20px);position:absolute;top:calc(50% - 20px)}.video-carousel .video-card .bg-video-2023 .video-category{background-color:#b51928;border-bottom-right-radius:1rem;border-top-left-radius:1rem;color:#fff;display:inline-block}.video-carousel .video-card .bg-video-2023 .parp-category{background-color:#c6c7c8;border-bottom-right-radius:1rem;border-top-left-radius:1rem;bottom:0;position:absolute;right:0}.video-carousel .video-card .video-description{border-bottom-right-radius:1rem;border-top-left-radius:1rem;display:flex;flex-direction:column;min-height:8.75rem;position:relative}body.events-2023 .select-order li.selected.active{background-color:var(--primary)}body.event-2023 .container-flex-logo,body.event-2023 .event-details-details{max-width:53.875rem}@media (max-width:767.98px){body.event-2023 .belka-logotypow{width:70%}}body.event-2023 .map-object iframe{width:100%}.events-slick-new .slick-track{padding-top:1rem!important}.events-slick-new .eventCard{min-height:100%}@media (max-width:991.98px){.player img.falki,.video-2023 img.falki,.videolist-2023 img.falki,main.video img.falki{width:3rem}}.player .select-order li.selected.active .text,.video-2023 .select-order li.selected.active .text,.videolist-2023 .select-order li.selected.active .text,main.video .select-order li.selected.active .text{color:#fff}.player #video-list-filters,.video-2023 #video-list-filters,.videolist-2023 #video-list-filters,main.video #video-list-filters{z-index:4999}.player .container-flex-logo,.video-2023 .container-flex-logo,.videolist-2023 .container-flex-logo,main.video .container-flex-logo{flex-direction:column;margin:auto -.625rem}.player .container-flex-logo img,.video-2023 .container-flex-logo img,.videolist-2023 .container-flex-logo img,main.video .container-flex-logo img{max-width:1146px;width:100%}.player .video-container,.video-2023 .video-container,.videolist-2023 .video-container,main.video .video-container{height:0;margin-bottom:1rem;overflow:hidden;padding-bottom:53%;padding-top:1.875rem;position:relative}.player .video-container iframe,.video-2023 .video-container iframe,.videolist-2023 .video-container iframe,main.video .video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.player .parp-category,.player .video-category,.video-2023 .parp-category,.video-2023 .video-category,.videolist-2023 .parp-category,.videolist-2023 .video-category,main.video .parp-category,main.video .video-category{background-color:#c6c7c8;border-bottom-right-radius:1rem;border-top-left-radius:1rem}.player .video-hero,.video-2023 .video-hero,.videolist-2023 .video-hero,main.video .video-hero{background-image:url(/templates/clean-bootstrapv2/images/video-bg-mobile.jpg?d887bf6288a57c474c67293cde7136e3);background-position-x:center;background-repeat:no-repeat;background-size:cover}@media (min-width:768px){.player .video-hero,.video-2023 .video-hero,.videolist-2023 .video-hero,main.video .video-hero{background-image:url(/templates/clean-bootstrapv2/images/video-bg.jpg?0deb11929b6ff536c0176b88dfb17a3f)}}@media (max-width:991.98px){.player .video-hero h1,.player .video-hero p.text-rb-42,.video-2023 .video-hero h1,.video-2023 .video-hero p.text-rb-42,.videolist-2023 .video-hero h1,.videolist-2023 .video-hero p.text-rb-42,main.video .video-hero h1,main.video .video-hero p.text-rb-42{font-size:1.5rem!important}}.player .videos-container,.video-2023 .videos-container,.videolist-2023 .videos-container,main.video .videos-container{gap:.75rem;position:relative}.player .videos-container .arrow-left,.video-2023 .videos-container .arrow-left,.videolist-2023 .videos-container .arrow-left,main.video .videos-container .arrow-left{left:1.875rem;position:absolute}.player .videos-container .arrow-right,.video-2023 .videos-container .arrow-right,.videolist-2023 .videos-container .arrow-right,main.video .videos-container .arrow-right{position:absolute;right:1.875rem}.player .video-card,.video-2023 .video-card,.videolist-2023 .video-card,main.video .video-card{background-color:#fff;border:1px solid rgba(0,0,0,.2);border-bottom-right-radius:1rem;border-top-left-radius:1rem;width:17rem}.player .video-card:hover,.video-2023 .video-card:hover,.videolist-2023 .video-card:hover,main.video .video-card:hover{background-color:#f0f0f0;text-decoration:none}.player .video-card:hover .video-description,.video-2023 .video-card:hover .video-description,.videolist-2023 .video-card:hover .video-description,main.video .video-card:hover .video-description{background-color:#f0f0f0!important}@media (max-width:767.98px){.player .video-card,.video-2023 .video-card,.videolist-2023 .video-card,main.video .video-card{max-width:none}}.player .video-card.akademia,.video-2023 .video-card.akademia,.videolist-2023 .video-card.akademia,main.video .video-card.akademia{border:none}.player .video-card .bg-video-2023,.video-2023 .video-card .bg-video-2023,.videolist-2023 .video-card .bg-video-2023,main.video .video-card .bg-video-2023{background-color:#fff;background-position:50%;background-size:cover;border-bottom-right-radius:1rem;border-top-left-radius:1rem;height:11.9375rem;position:relative}.player .video-card .bg-video-2023 svg.play,.video-2023 .video-card .bg-video-2023 svg.play,.videolist-2023 .video-card .bg-video-2023 svg.play,main.video .video-card .bg-video-2023 svg.play{left:calc(50% - 20px);position:absolute;top:calc(50% - 20px)}.player .video-card .bg-video-2023 .video-category,.video-2023 .video-card .bg-video-2023 .video-category,.videolist-2023 .video-card .bg-video-2023 .video-category,main.video .video-card .bg-video-2023 .video-category{background-color:#b51928;border-bottom-right-radius:1rem;border-top-left-radius:1rem;color:#fff;display:inline-block}.player .video-card .bg-video-2023 .parp-category,.video-2023 .video-card .bg-video-2023 .parp-category,.videolist-2023 .video-card .bg-video-2023 .parp-category,main.video .video-card .bg-video-2023 .parp-category{background-color:#c6c7c8;border-bottom-right-radius:1rem;border-top-left-radius:1rem;bottom:0;position:absolute;right:0}.player .video-card .video-description,.video-2023 .video-card .video-description,.videolist-2023 .video-card .video-description,main.video .video-card .video-description{border-bottom-right-radius:1rem;border-top-left-radius:1rem;display:flex;flex-direction:column;min-height:8.75rem;position:relative}.player #video-filter-form ul,.player #video-filter-modal ul,.video-2023 #video-filter-form ul,.video-2023 #video-filter-modal ul,.videolist-2023 #video-filter-form ul,.videolist-2023 #video-filter-modal ul,main.video #video-filter-form ul,main.video #video-filter-modal ul{list-style:none}.player #video-filter-form ul li,.player #video-filter-modal ul li,.video-2023 #video-filter-form ul li,.video-2023 #video-filter-modal ul li,.videolist-2023 #video-filter-form ul li,.videolist-2023 #video-filter-modal ul li,main.video #video-filter-form ul li,main.video #video-filter-modal ul li{max-width:9.1875rem}.player #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link,.player #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link,.video-2023 #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link,.video-2023 #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link,.videolist-2023 #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link,.videolist-2023 #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link,main.video #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link,main.video #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link{background-color:transparent;border:none}.player #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:after,.player #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:before,.player #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:after,.player #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:before,.video-2023 #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:after,.video-2023 #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:before,.video-2023 #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:after,.video-2023 #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:before,.videolist-2023 #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:after,.videolist-2023 #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:before,.videolist-2023 #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:after,.videolist-2023 #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:before,main.video #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:after,main.video #video-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:before,main.video #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:after,main.video #video-filter-modal ul li .custom-control.custom-radio .custom-control-label.page-link:before{left:auto}@media (max-width:991.98px){.player #video-filter-modal-form .card.bg-light-grey,.video-2023 #video-filter-modal-form .card.bg-light-grey,.videolist-2023 #video-filter-modal-form .card.bg-light-grey,main.video #video-filter-modal-form .card.bg-light-grey{border-radius:0}.player .video-selected-filter #active-filters .select-filters-label,.video-2023 .video-selected-filter #active-filters .select-filters-label,.videolist-2023 .video-selected-filter #active-filters .select-filters-label,main.video .video-selected-filter #active-filters .select-filters-label{align-items:center}}@keyframes heartbeat{0%{animation-timing-function:ease-out;transform:scale(1);transform-origin:center center}10%{animation-timing-function:ease-in;transform:scale(.91)}17%{animation-timing-function:ease-out;transform:scale(.98)}33%{animation-timing-function:ease-in;transform:scale(.87)}45%{animation-timing-function:ease-out;transform:scale(1)}}.badge-pill{border-radius:10rem}.custom-control.custom-radio input~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3E%3Ccircle r='3' stroke='%23FFF' fill='none'/%3E%3C/svg%3E")!important;background-size:100% 100%}.custom-control.custom-radio input:focus~label{outline:2px solid Highlight}@media (-webkit-min-device-pixel-ratio:0){.custom-control.custom-radio input:focus~label{outline:5px auto -webkit-focus-ring-color}}.custom-control.custom-checkbox input:checked~.custom-control-label:before{background-color:transparent;border:1px solid #b51a29}.custom-control.custom-checkbox input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23B51A29' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")!important}.custom-control.custom-checkbox input~.custom-control-label:before{background-color:transparent;border:1px solid #adb5bd}.custom-control.custom-checkbox input:focus~label{outline:2px solid Highlight}@media (-webkit-min-device-pixel-ratio:0){.custom-control.custom-checkbox input:focus~label{outline:5px auto -webkit-focus-ring-color}}.custom-control.custom-switch input:focus~label{outline:2px solid Highlight}@media (-webkit-min-device-pixel-ratio:0){.custom-control.custom-switch input:focus~label{outline:5px auto -webkit-focus-ring-color}}.custom-control .custom-control-label{border-color:#fff;border-radius:0;border-width:2px;color:#000;font-size:.875rem;line-height:1.5;margin-bottom:0;margin-left:-1px;padding:0}@media (min-width:992px){.custom-control .custom-control-label:after,.custom-control .custom-control-label:before{top:.35rem!important}.custom-control .custom-control-label:hover{background-color:transparent;color:#b51a29}.custom-control .custom-control-input:disabled~.custom-control-label:hover,.custom-control .custom-control-input[disabled]~.custom-control-label:hover{color:#6e6e6e}}@media (max-width:991.98px){.custom-control.custom-checkbox input:checked~label.custom-control-label,.custom-control.custom-radio input:checked~label.custom-control-label{background-color:#e9ecef;color:#b51a29}.custom-control label{border:none;font-size:.875rem;font-weight:500}.custom-control label.custom-control-label:after,.custom-control label.custom-control-label:before{left:.25rem!important;top:.35rem!important}}form.early_warning_form .row{flex-direction:column;margin:0}form.early_warning_form .form-inline{display:block}form.early_warning_form .form-inline .form-group{margin-bottom:1rem}.bfFormDiv form.early_warning_form .form-inline .form-group .form-select,form.early_warning_form .form-inline .form-group .form-control{border:none;border-bottom:1px solid #e0e1e1;margin-bottom:0;padding-left:0;width:100%}.bfFormDiv form.early_warning_form .form-inline .form-group .form-select select,form.early_warning_form .form-inline .form-group .form-control select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:0}form.early_warning_form .form-inline .form-group .control-label{display:block;margin-right:1rem}form.early_warning_form .form-inline .form-group .nonform-control .field-calendar .input-group{display:flex;flex-grow:1;flex-wrap:nowrap}form.early_warning_form .form-inline .form-group.other-form-group>.control-label{color:#757575}form.early_warning_form .form-group-actions{padding-top:2rem;text-align:center}form.early_warning_form .form-group-actions .btn{padding-left:2rem;padding-right:2rem}form.early_warning_form span[data-toggle=tooltip]{display:inline!important}form.early_warning_form #bfElemWrap1077 .form-group,form.early_warning_form #bfElemWrap1083 .form-group{direction:rtl;float:left}form.early_warning_form #bfElemWrap1077 .form-group label,form.early_warning_form #bfElemWrap1083 .form-group label{margin-left:.75rem;margin-right:0}form.early_warning_form #bfElemWrap1077:after,form.early_warning_form #bfElemWrap1083:after{clear:both;content:"";display:block}.fancybox-toolbar .fancybox-button:not(.fancybox-button--close){display:none!important}.has-magnifying-glass{padding-top:5rem}.has-magnifying-glass.heartbeat:before{animation:heartbeat 1.5s ease-in-out infinite both}.has-magnifying-glass:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cpath fill-rule='evenodd' fill='%23B51A29' d='M42.773 42.773a4.12 4.12 0 0 1-5.83 0l-10.091-10.09a19.44 19.44 0 0 0 5.831-5.831l10.09 10.09a4.122 4.122 0 0 1 0 5.831zm-26.28-9.787C7.385 32.986 0 25.601 0 16.493 0 7.385 7.385 0 16.493 0c9.108 0 16.493 7.385 16.493 16.493 0 9.108-7.385 16.493-16.493 16.493zm0-28.863c-6.822 0-12.37 5.548-12.37 12.37 0 6.821 5.548 12.37 12.37 12.37 6.821 0 12.37-5.549 12.37-12.37 0-6.822-5.549-12.37-12.37-12.37zm-6.872 12.37H6.872c0-5.305 4.317-9.622 9.621-9.622v2.75a6.88 6.88 0 0 0-6.872 6.872z'/%3E%3C/svg%3E");background-size:5rem 5rem;content:"";height:5rem;left:50%;margin-left:-2.5rem;position:absolute;top:0;width:5rem}.text-cl-13{font-size:.814rem!important}.text-cl-13,.text-cl-16{font-family:Calibri,sans-serif!important;font-weight:300!important}.text-cl-16{font-size:1rem!important}.text-cl-18{font-family:Calibri,sans-serif!important;font-size:1.125rem!important;font-weight:300!important}.text-cr-13{font-size:.814rem!important}.text-cr-13,.text-cr-14{font-family:Calibri,sans-serif!important;font-weight:400!important}.text-cr-14{font-size:.875rem!important}.text-cr-16{font-size:1rem!important}.text-cr-16,.text-cr-18{font-family:Calibri,sans-serif!important;font-weight:400!important}.text-cr-18{font-size:1.125rem!important}.text-cr-32{font-family:Calibri,sans-serif!important;font-size:2rem!important;font-weight:400!important}.text-cb-14{font-size:.875rem!important}.text-cb-14,.text-cb-18{font-family:Calibri,sans-serif!important;font-weight:600!important}.text-cb-18{font-size:1.125rem!important}.text-cr-20{font-family:Calibri,sans-serif!important;font-size:1.25rem!important;font-weight:400!important}.text-cb-16{font-size:1rem!important}.text-cb-16,.text-cb-20{font-family:Calibri,sans-serif!important;font-weight:600!important}.text-cb-20{font-size:1.25rem!important}.text-bb-20{font-size:1.25rem!important}.text-bb-20,.text-mb-16{font-family:Montserrat,sans-serif!important;font-weight:600!important}.text-mb-16{font-size:1rem!important}.text-mb-18{font-size:1.125rem!important}.text-mb-18,.text-mb-20{font-family:Montserrat,sans-serif!important;font-weight:600!important}.text-mb-20{font-size:1.25rem!important}.text-mb-24{font-family:Montserrat,sans-serif!important;font-size:1.5rem!important;font-weight:600!important}.text-mm-26{font-weight:500!important}.text-mb-26,.text-mm-26{font-family:Montserrat,sans-serif!important;font-size:1.625rem!important}.text-mb-26,.text-mb-28{font-weight:600!important}.text-mb-28{font-size:1.75rem!important}.text-mb-28,.text-mb-32{font-family:Montserrat,sans-serif!important}.text-mb-32{font-size:2rem!important;font-weight:700!important}.text-mm-28{font-size:1.75rem!important}.text-mm-24,.text-mm-28{font-family:Montserrat,sans-serif!important;font-weight:500!important}.text-mm-24{font-size:1.5rem!important}.text-mm-20{font-size:1.25rem!important}.text-mm-18,.text-mm-20{font-family:Montserrat,sans-serif!important;font-weight:500!important}.text-mm-18{font-size:1.125rem!important}.text-mm-16{font-size:1rem!important}.text-mm-15,.text-mm-16{font-family:Montserrat,sans-serif!important;font-weight:500!important}.text-mm-15{font-size:.9375rem!important}.text-mm-14{font-weight:500!important}.text-mb-14,.text-mm-14{font-family:Montserrat,sans-serif!important;font-size:.875rem!important}.text-mb-14{font-weight:600!important}.text-mm-13{font-size:.814rem!important}.text-mm-12,.text-mm-13{font-family:Montserrat,sans-serif!important;font-weight:500!important}.text-mm-12{font-size:.75rem!important}.text-mm-11{font-size:.6875rem!important}.text-mm-10,.text-mm-11{font-family:Montserrat,sans-serif!important;font-weight:500!important}.text-mm-10{font-size:.814rem!important}.text-mr-10{font-size:.814rem!important}.text-mr-10,.text-mr-20{font-family:Montserrat,sans-serif!important;font-weight:400!important}.text-mr-20{font-size:1.25rem!important}.text-nb-20{font-size:1.25rem!important}.text-nb-20,.text-nb-28{font-family:NovelPro,serif!important;font-weight:600!important}.text-nb-28{font-size:1.75rem!important}.text-nb-32{font-size:2rem!important}.text-nb-32,.text-nb-38{font-family:NovelPro,serif!important;font-weight:600!important}.text-nb-38{font-size:2.375rem!important}.text-nb-80{font-family:NovelPro,serif!important;font-size:5rem!important;font-weight:600!important}.text-rr-13{font-size:.8125rem!important}.text-rr-13,.text-rr-14{font-family:Roboto,sans-serif!important;font-weight:400!important}.text-rr-14{font-size:.875rem!important}.text-rr-16{font-size:1rem!important}.text-rr-16,.text-rr-17{font-family:Roboto,sans-serif!important;font-weight:400!important}.text-rr-17{font-size:1.0625rem!important}.text-rr-18{font-size:1.125rem!important}.text-rr-18,.text-rr-20{font-family:Roboto,sans-serif!important;font-weight:400!important}.text-rr-20{font-size:1.25rem!important}.text-rr-26{font-size:1.625rem!important}.text-rr-26,.text-rr-32{font-family:Roboto,sans-serif!important;font-weight:400!important}.text-rr-32{font-size:2rem!important}.text-rr-37{font-size:2.3125rem!important}.text-rr-37,.text-rr-47{font-family:Roboto,sans-serif!important;font-weight:400!important}.text-rr-47{font-size:2.9375rem!important}.text-rm-12{font-size:.75rem!important}.text-rm-12,.text-rm-15{font-family:Roboto,sans-serif!important;font-weight:500!important}.text-rb-15,.text-rm-15{font-size:.9375rem!important}.text-rb-15{font-family:Roboto,sans-serif!important;font-weight:700!important}.text-rm-16{font-size:1rem!important}.text-rm-16,.text-rm-24{font-family:Roboto,sans-serif!important;font-weight:500!important}.text-rm-24{font-size:1.5rem!important}.text-rm-32{font-family:Roboto,sans-serif!important;font-size:2rem!important;font-weight:500!important}.text-rb-18{font-size:1.125rem!important}.text-rb-18,.text-rb-22{font-family:Roboto,sans-serif!important;font-weight:700!important}.text-rb-22{font-size:1.375rem!important}.text-rb-24{font-size:1.5rem!important}.text-rb-24,.text-rb-28{font-family:Roboto,sans-serif!important;font-weight:700!important}.text-rb-28{font-size:1.75rem!important}.text-rb-32{font-size:2rem!important}.text-rb-32,.text-rb-38{font-family:Roboto,sans-serif!important;font-weight:700!important}.text-rb-38{font-size:2.375rem!important}.text-rb-42{font-size:2.625rem!important}.text-rb-42,.text-rb-48{font-family:Roboto,sans-serif!important;font-weight:700!important}.text-rb-48{font-size:3rem!important}.text-rb-58{font-family:Roboto,sans-serif!important;font-size:3.625rem!important;font-weight:700!important}.font-weight-normal{font-weight:400!important}body:not(.is-ie) #devAreaNav,body:not(.is-ie) #stickyAreaNav{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);margin-top:-80px;visibility:hidden}body:not(.is-ie) #devAreaNav.is-sticky,body:not(.is-ie) #stickyAreaNav.is-sticky{visibility:visible}body:not(.is-ie) #devAreaNav>.menu,body:not(.is-ie) #stickyAreaNav>.menu{min-height:75px;padding:.5rem!important}body:not(.is-ie) #devAreaNav>.menu.akademia-menu,body:not(.is-ie) #stickyAreaNav>.menu.akademia-menu{padding:0!important}body:not(.is-ie) #devAreaNav>.menu.akademia-menu .akademia-logo,body:not(.is-ie) #stickyAreaNav>.menu.akademia-menu .akademia-logo{align-items:center;background-color:#fff;border-right:4px solid #ddd;display:grid;height:115px;justify-items:center;left:-35px;min-width:280px;position:relative;transform:skewX(335deg);width:30%}body:not(.is-ie) #devAreaNav>.menu.akademia-menu .akademia-logo img,body:not(.is-ie) #stickyAreaNav>.menu.akademia-menu .akademia-logo img{transform:skewX(25deg);width:150px}@media screen and (max-width:600px){body:not(.is-ie) #devAreaNav>.menu.akademia-menu .akademia-logo,body:not(.is-ie) #stickyAreaNav>.menu.akademia-menu .akademia-logo{background-color:initial;border-right:0;left:10px;min-width:100px;width:100px}}body:not(.is-ie) #devAreaNav .sticky-hide,body:not(.is-ie) #stickyAreaNav .sticky-hide{display:none!important}body:not(.is-ie) #devAreaNav p,body:not(.is-ie) #stickyAreaNav p{font-size:13px!important;line-height:1;margin:0!important}body:not(.is-ie) #devAreaNav p.description,body:not(.is-ie) #stickyAreaNav p.description{display:none}body:not(.is-ie) #devAreaNav .nav-link.active,body:not(.is-ie) #devAreaNav p:hover,body:not(.is-ie) #stickyAreaNav .nav-link.active,body:not(.is-ie) #stickyAreaNav p:hover{color:#b51a29!important}@media screen and (max-width:600px){body:not(.is-ie) #devAreaNav .nav-link.active,body:not(.is-ie) #stickyAreaNav .nav-link.active{display:none}}body:not(.is-ie) #devAreaNav .nav-link .bg-white,body:not(.is-ie) #stickyAreaNav .nav-link .bg-white{background-color:initial!important}body:not(.is-ie) #devAreaNav .accordion-head,body:not(.is-ie) #stickyAreaNav .accordion-head{min-height:45px}body:not(.is-ie) #stickyAreaNav.py-5{padding-bottom:0!important;padding-top:0!important}body:not(.is-ie) #devAreaNav .tileDev{background-color:initial!important;box-shadow:none!important;margin:0!important}body:not(.is-ie) #devAreaNav .tileDev:hover p{color:#b51a29!important}body:not(.is-ie) #devAreaNav h2{display:none}body:not(.is-ie) #devAreaNav .tileDev.h-100,body:not(.is-ie) #devAreaNav .tileEnd.h-100,body:not(.is-ie) #devAreaNav .tileStart.h-100{height:auto!important;padding:0!important}@media (min-width:768px){#devAreaNav .sticky-fixme,#stickyAreaNav .sticky-fixme{display:none!important}#devAreaNav ul li,#stickyAreaNav ul li{float:left;width:33%}}@media (max-width:767.98px){body:not(.is-ie) #devAreaNav .nav-link.mobile-only-one.active~.sticky-fixme,body:not(.is-ie) #devAreaNav .nav-link.mobile-only-one:not(.active),body:not(.is-ie) #devAreaNav ul~.sticky-fixme,body:not(.is-ie) #stickyAreaNav .nav-link.mobile-only-one.active~.sticky-fixme,body:not(.is-ie) #stickyAreaNav .nav-link.mobile-only-one:not(.active),body:not(.is-ie) #stickyAreaNav ul~.sticky-fixme{display:none}}.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:14rem}@media (min-width:576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:"";display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;left:7px;top:-7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;left:8px;top:-6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget.dropdown-menu.wider{width:16rem}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{font-size:1.2em;font-weight:700;margin:0;width:54px}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after{content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after{content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after{content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after{content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after{content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after{content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after{content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after{content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action=today]:after{content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch:after{content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{height:auto;line-height:inherit;margin:0;padding:0;width:auto}.bootstrap-datetimepicker-widget .picker-switch td span{height:2.5em;line-height:2.5;width:100%}.bootstrap-datetimepicker-widget table{margin:0;width:100%}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{border-radius:0;text-align:center}.bootstrap-datetimepicker-widget table th{background-color:#dee2e6;color:#000;height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#6e6e6e;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev:after{content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next:after{content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{color:#6e6e6e;font-size:.8em;height:20px;line-height:20px}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#e9ecef;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#6e6e6e}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{border-color:rgba(0,0,0,.2) transparent #0c7492;border-style:solid;border-width:0 0 7px 7px;bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#0c7492;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#6e6e6e;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{border-radius:0;cursor:pointer;display:inline-block;height:54px;line-height:54px;margin:2px 1.5px;width:54px}.bootstrap-datetimepicker-widget table td span:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td span.active{background-color:#0c7492;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#6e6e6e}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#6e6e6e;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.input-group [data-toggle=datetimepicker]{cursor:pointer}form.contact-parp-form .row{flex-direction:column;margin:0}form.contact-parp-form .form-inline,form.contact-parp-form .form-inline label{display:block}form.contact-parp-form .bfElemWrap:last-of-type .form-group{direction:rtl;float:left}form.contact-parp-form .bfElemWrap:last-of-type .form-group label{margin-left:.75rem}.bfFormDiv form.contact-parp-form .form-select,form.contact-parp-form .form-control{border:none;border-bottom:1px solid #e0e1e1;padding-left:0;width:100%}form.contact-parp-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:0}form.contact-parp-form .form-group-actions{padding-top:2rem;text-align:center}form.contact-parp-form .form-group-actions .btn{padding-left:2rem;padding-right:2rem}form.contact-parp-form span[data-toggle=tooltip]{display:inline!important}#infoline-form .row{flex-direction:column;margin:0}#infoline-form .form-inline{display:block}#infoline-form .form-inline label{margin-right:.5rem;width:auto}#infoline-form .form-inline .nonform-control{width:auto}#infoline-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:0}#infoline-form .bfFormDiv form .form-select,#infoline-form .form-control,.bfFormDiv form #infoline-form .form-select{border:none;border-bottom:1px solid #e0e1e1;padding-left:0;width:100%}#infoline-form .form-group-actions{padding-top:2rem;text-align:center}#infoline-form .form-group-actions .btn{padding-left:2rem;padding-right:2rem}#infoline-form span[data-toggle=tooltip]{display:inline!important}#infoline-form input[type=checkbox]{margin-left:.5rem}#infoline-form .control-label span.hasTooltip{display:block!important}#infoline-form #sprawa #zalaczniki{padding-top:2rem}#infoline-form #zgoda{padding-bottom:1rem;padding-top:3rem}#event-list #event-list-filter label.btn.active .vector-icon.vector-icon-grayed-out,#event-list #event-list-filter label.btn:not(.active) .vector-icon:not(.vector-icon-grayed-out){display:none}#event-list #event-list-filter label.btn.focus,#event-list #event-list-filter label.btn:focus{outline:5px auto #6ba2f9}@media (min-width:992px){#event-list .organizer-list{max-height:14.5rem;overflow-x:hidden;overflow-y:scroll}}@media (max-width:575.98px){#event-details #details #nav-event-details.position-sticky{position:relative!important}}@media (max-width:1199.98px){#event-details #details #nav-event-details .navbar-collapse{padding-left:10px;padding-right:10px}}#funding,#grants-filter-modal,#video-list-filters,#videos,.video-selected-filter{z-index:9999}#funding .fundingEnd,#grants-filter-modal .fundingEnd,#video-list-filters .fundingEnd,#videos .fundingEnd,.video-selected-filter .fundingEnd{border-radius:0 0 1rem 0;color:#393e42}#funding .list-inline,#grants-filter-modal .list-inline,#video-list-filters .list-inline,#videos .list-inline,.video-selected-filter .list-inline{font-size:.815rem}#funding .grants-filter-form .card,#grants-filter-modal .grants-filter-form .card,#video-list-filters .grants-filter-form .card,#videos .grants-filter-form .card,.video-selected-filter .grants-filter-form .card{border:none;border-radius:1.5rem 0 1.5rem 0}#funding .grants-filter-form .card .card-body,#grants-filter-modal .grants-filter-form .card .card-body,#video-list-filters .grants-filter-form .card .card-body,#videos .grants-filter-form .card .card-body,.video-selected-filter .grants-filter-form .card .card-body{padding:2.625rem 1.5rem}@media (min-width:768px){#funding .grants-filter-form .card .card-body,#grants-filter-modal .grants-filter-form .card .card-body,#video-list-filters .grants-filter-form .card .card-body,#videos .grants-filter-form .card .card-body,.video-selected-filter .grants-filter-form .card .card-body{padding:2.625rem 2rem}}#funding .grants-filter-form fieldset,#grants-filter-modal .grants-filter-form fieldset,#video-list-filters .grants-filter-form fieldset,#videos .grants-filter-form fieldset,.video-selected-filter .grants-filter-form fieldset{border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;padding:0 0 2rem;width:100%}#funding .grants-filter-form fieldset:last-of-type,#grants-filter-modal .grants-filter-form fieldset:last-of-type,#video-list-filters .grants-filter-form fieldset:last-of-type,#videos .grants-filter-form fieldset:last-of-type,.video-selected-filter .grants-filter-form fieldset:last-of-type{margin-bottom:2rem}#funding .grants-filter-form fieldset:not(:first-child),#grants-filter-modal .grants-filter-form fieldset:not(:first-child),#video-list-filters .grants-filter-form fieldset:not(:first-child),#videos .grants-filter-form fieldset:not(:first-child),.video-selected-filter .grants-filter-form fieldset:not(:first-child){margin-top:2rem}#funding .grants-filter-form fieldset legend,#grants-filter-modal .grants-filter-form fieldset legend,#video-list-filters .grants-filter-form fieldset legend,#videos .grants-filter-form fieldset legend,.video-selected-filter .grants-filter-form fieldset legend{font-family:Calibri,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:29px;text-align:left}#funding .grants-filter-form fieldset ul,#grants-filter-modal .grants-filter-form fieldset ul,#video-list-filters .grants-filter-form fieldset ul,#videos .grants-filter-form fieldset ul,.video-selected-filter .grants-filter-form fieldset ul{list-style:none;margin-bottom:0;padding:0}#funding .grants-filter-form fieldset ul li.extra-option,#grants-filter-modal .grants-filter-form fieldset ul li.extra-option,#video-list-filters .grants-filter-form fieldset ul li.extra-option,#videos .grants-filter-form fieldset ul li.extra-option,.video-selected-filter .grants-filter-form fieldset ul li.extra-option{display:none}#funding .grants-filter-form fieldset ul li.extra-option.show,#grants-filter-modal .grants-filter-form fieldset ul li.extra-option.show,#video-list-filters .grants-filter-form fieldset ul li.extra-option.show,#videos .grants-filter-form fieldset ul li.extra-option.show,.video-selected-filter .grants-filter-form fieldset ul li.extra-option.show{display:inherit!important}#funding .grants-filter-form fieldset ul li .custom-control,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control,#video-list-filters .grants-filter-form fieldset ul li .custom-control,#videos .grants-filter-form fieldset ul li .custom-control,.video-selected-filter .grants-filter-form fieldset ul li .custom-control{padding-left:0}@media (max-width:991.98px){#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label:before{left:0!important}}#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label{font-size:1.125rem;line-height:1.375rem;padding-left:1.75rem}#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label:before,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label:after,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label:before{left:0}#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation{color:#6e6e6e;font-size:1rem;line-height:1.25rem;margin-left:.75rem}#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:before,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:before,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:before,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:before,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:before{content:"("}#funding .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:after,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:after,#video-list-filters .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:after,#videos .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:after,.video-selected-filter .grants-filter-form fieldset ul li .custom-control .custom-control-label .input-aggregation .input-aggregation-value:after{content:")"}#funding .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link,#video-list-filters .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link,#videos .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link,.video-selected-filter .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link{background-color:transparent;border:none}#funding .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:after,#funding .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:before,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:after,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:before,#video-list-filters .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:after,#video-list-filters .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:before,#videos .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:after,#videos .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:before,.video-selected-filter .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:after,.video-selected-filter .grants-filter-form fieldset ul li .custom-control.custom-radio .custom-control-label.page-link:before{left:auto}#funding .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:before,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:before,#video-list-filters .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:before,#videos .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:before,.video-selected-filter .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:before{left:-6px}#funding .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:after,#grants-filter-modal .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:after,#video-list-filters .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:after,#videos .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:after,.video-selected-filter .grants-filter-form fieldset ul li .custom-control.custom-switch .custom-control-label:after{left:-4px;top:calc(.35rem + 2px)!important}#funding .grants-filter-form fieldset .more-options,#funding .grants-filter-form fieldset .more-options:focus,#funding .grants-filter-form fieldset .more-options:hover,#grants-filter-modal .grants-filter-form fieldset .more-options,#grants-filter-modal .grants-filter-form fieldset .more-options:focus,#grants-filter-modal .grants-filter-form fieldset .more-options:hover,#video-list-filters .grants-filter-form fieldset .more-options,#video-list-filters .grants-filter-form fieldset .more-options:focus,#video-list-filters .grants-filter-form fieldset .more-options:hover,#videos .grants-filter-form fieldset .more-options,#videos .grants-filter-form fieldset .more-options:focus,#videos .grants-filter-form fieldset .more-options:hover,.video-selected-filter .grants-filter-form fieldset .more-options,.video-selected-filter .grants-filter-form fieldset .more-options:focus,.video-selected-filter .grants-filter-form fieldset .more-options:hover{text-decoration:none}#funding .grants-filter-form fieldset .more-options .more-text:focus,#funding .grants-filter-form fieldset .more-options .more-text:hover,#grants-filter-modal .grants-filter-form fieldset .more-options .more-text:focus,#grants-filter-modal .grants-filter-form fieldset .more-options .more-text:hover,#video-list-filters .grants-filter-form fieldset .more-options .more-text:focus,#video-list-filters .grants-filter-form fieldset .more-options .more-text:hover,#videos .grants-filter-form fieldset .more-options .more-text:focus,#videos .grants-filter-form fieldset .more-options .more-text:hover,.video-selected-filter .grants-filter-form fieldset .more-options .more-text:focus,.video-selected-filter .grants-filter-form fieldset .more-options .more-text:hover{text-decoration:underline}#funding .grants-filter-form fieldset label.text-input,#grants-filter-modal .grants-filter-form fieldset label.text-input,#video-list-filters .grants-filter-form fieldset label.text-input,#videos .grants-filter-form fieldset label.text-input,.video-selected-filter .grants-filter-form fieldset label.text-input{align-items:center;display:flex}#funding .grants-filter-form fieldset label.text-input .label-text,#grants-filter-modal .grants-filter-form fieldset label.text-input .label-text,#video-list-filters .grants-filter-form fieldset label.text-input .label-text,#videos .grants-filter-form fieldset label.text-input .label-text,.video-selected-filter .grants-filter-form fieldset label.text-input .label-text{margin-right:.5rem}#funding .grants-filter-form fieldset .bfFormDiv form .max-funding-input.form-select,#funding .grants-filter-form fieldset .form-control.max-funding-input,#grants-filter-modal .grants-filter-form fieldset .bfFormDiv form .max-funding-input.form-select,#grants-filter-modal .grants-filter-form fieldset .form-control.max-funding-input,#video-list-filters .grants-filter-form fieldset .bfFormDiv form .max-funding-input.form-select,#video-list-filters .grants-filter-form fieldset .form-control.max-funding-input,#videos .grants-filter-form fieldset .bfFormDiv form .max-funding-input.form-select,#videos .grants-filter-form fieldset .form-control.max-funding-input,.bfFormDiv form #funding .grants-filter-form fieldset .max-funding-input.form-select,.bfFormDiv form #grants-filter-modal .grants-filter-form fieldset .max-funding-input.form-select,.bfFormDiv form #video-list-filters .grants-filter-form fieldset .max-funding-input.form-select,.bfFormDiv form #videos .grants-filter-form fieldset .max-funding-input.form-select,.bfFormDiv form .video-selected-filter .grants-filter-form fieldset .max-funding-input.form-select,.video-selected-filter .grants-filter-form fieldset .bfFormDiv form .max-funding-input.form-select,.video-selected-filter .grants-filter-form fieldset .form-control.max-funding-input{width:125px}#funding .grants-filter-form fieldset .text-search+button,#grants-filter-modal .grants-filter-form fieldset .text-search+button,#video-list-filters .grants-filter-form fieldset .text-search+button,#videos .grants-filter-form fieldset .text-search+button,.video-selected-filter .grants-filter-form fieldset .text-search+button{align-items:center;aspect-ratio:1;background-color:#b51a29;border:none;border-radius:.25rem;display:flex;justify-content:center;padding:.5rem}#funding .grants-filter-form fieldset .text-search+button:disabled,#funding .grants-filter-form fieldset .text-search+button[disabled],#grants-filter-modal .grants-filter-form fieldset .text-search+button:disabled,#grants-filter-modal .grants-filter-form fieldset .text-search+button[disabled],#video-list-filters .grants-filter-form fieldset .text-search+button:disabled,#video-list-filters .grants-filter-form fieldset .text-search+button[disabled],#videos .grants-filter-form fieldset .text-search+button:disabled,#videos .grants-filter-form fieldset .text-search+button[disabled],.video-selected-filter .grants-filter-form fieldset .text-search+button:disabled,.video-selected-filter .grants-filter-form fieldset .text-search+button[disabled]{background-color:#9c9d9f;cursor:default}#funding .grants-filter-form fieldset .infobox-holder .infobox,#funding .grants-filter-form fieldset.infobox-holder .infobox,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .infobox,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .infobox,#video-list-filters .grants-filter-form fieldset .infobox-holder .infobox,#video-list-filters .grants-filter-form fieldset.infobox-holder .infobox,#videos .grants-filter-form fieldset .infobox-holder .infobox,#videos .grants-filter-form fieldset.infobox-holder .infobox,.video-selected-filter .grants-filter-form fieldset .infobox-holder .infobox,.video-selected-filter .grants-filter-form fieldset.infobox-holder .infobox{display:flex;flex-direction:column;padding-left:1.75rem;position:relative}#funding .grants-filter-form fieldset .infobox-holder .infobox:before,#funding .grants-filter-form fieldset.infobox-holder .infobox:before,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .infobox:before,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .infobox:before,#video-list-filters .grants-filter-form fieldset .infobox-holder .infobox:before,#video-list-filters .grants-filter-form fieldset.infobox-holder .infobox:before,#videos .grants-filter-form fieldset .infobox-holder .infobox:before,#videos .grants-filter-form fieldset.infobox-holder .infobox:before,.video-selected-filter .grants-filter-form fieldset .infobox-holder .infobox:before,.video-selected-filter .grants-filter-form fieldset.infobox-holder .infobox:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8.5' r='8' fill='%23ced4da'/%3E%3Cpath d='M7.15 3.718c0-.263.086-.478.257-.644.17-.171.39-.257.659-.257.288 0 .527.09.718.271.19.176.285.376.285.601 0 .166-.039.332-.117.498a.89.89 0 0 1-.359.403.949.949 0 0 1-.498.146c-.234 0-.451-.1-.652-.3a.992.992 0 0 1-.293-.718Zm-1.025 8.738-.015-.476.828-.11c.122-.034.205-.083.249-.146.049-.069.073-.218.073-.447v-.08c0-.06.003-.164.008-.316a6.68 6.68 0 0 0 .014-.41c0-.093-.007-.27-.022-.534l.008-.367-.008-.344.015-1.194a2.62 2.62 0 0 0-.044-.469c-.054-.073-.151-.136-.293-.19-.142-.054-.388-.093-.74-.117v-.41c.503-.03.945-.135 1.326-.315.259-.117.54-.325.842-.623h.49c.02.606.03 1.392.03 2.359l-.051 2.988c0 .205.01.39.03.556.15.054.397.108.739.162.132.02.237.044.315.073l-.007.403c-.132.005-.23.007-.293.007-.074 0-.186-.005-.337-.015a42.932 42.932 0 0 0-2-.036c-.239 0-.471.01-.696.03a8.592 8.592 0 0 1-.461.021Z' fill='%23000'/%3E%3C/svg%3E");left:0;position:absolute;top:0}#funding .grants-filter-form fieldset .infobox-holder .infobox button,#funding .grants-filter-form fieldset.infobox-holder .infobox button,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .infobox button,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .infobox button,#video-list-filters .grants-filter-form fieldset .infobox-holder .infobox button,#video-list-filters .grants-filter-form fieldset.infobox-holder .infobox button,#videos .grants-filter-form fieldset .infobox-holder .infobox button,#videos .grants-filter-form fieldset.infobox-holder .infobox button,.video-selected-filter .grants-filter-form fieldset .infobox-holder .infobox button,.video-selected-filter .grants-filter-form fieldset.infobox-holder .infobox button{text-decoration:underline}#funding .grants-filter-form fieldset .infobox-holder .infobox button:focus,#funding .grants-filter-form fieldset .infobox-holder .infobox button:hover,#funding .grants-filter-form fieldset.infobox-holder .infobox button:focus,#funding .grants-filter-form fieldset.infobox-holder .infobox button:hover,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .infobox button:focus,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .infobox button:hover,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .infobox button:focus,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .infobox button:hover,#video-list-filters .grants-filter-form fieldset .infobox-holder .infobox button:focus,#video-list-filters .grants-filter-form fieldset .infobox-holder .infobox button:hover,#video-list-filters .grants-filter-form fieldset.infobox-holder .infobox button:focus,#video-list-filters .grants-filter-form fieldset.infobox-holder .infobox button:hover,#videos .grants-filter-form fieldset .infobox-holder .infobox button:focus,#videos .grants-filter-form fieldset .infobox-holder .infobox button:hover,#videos .grants-filter-form fieldset.infobox-holder .infobox button:focus,#videos .grants-filter-form fieldset.infobox-holder .infobox button:hover,.video-selected-filter .grants-filter-form fieldset .infobox-holder .infobox button:focus,.video-selected-filter .grants-filter-form fieldset .infobox-holder .infobox button:hover,.video-selected-filter .grants-filter-form fieldset.infobox-holder .infobox button:focus,.video-selected-filter .grants-filter-form fieldset.infobox-holder .infobox button:hover{text-decoration:none}#funding .grants-filter-form fieldset .infobox-holder .tooltip,#funding .grants-filter-form fieldset.infobox-holder .tooltip,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip,#videos .grants-filter-form fieldset .infobox-holder .tooltip,#videos .grants-filter-form fieldset.infobox-holder .tooltip,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip{opacity:1}#funding .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#funding .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,#videos .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#videos .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner{padding:1rem 0 1rem 1rem}#funding .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#funding .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#videos .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#videos .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close{margin:.5rem .5rem 0;padding:.5rem}@media (max-width:991.98px){#funding .grants-filter-form fieldset .infobox-holder .tooltip,#funding .grants-filter-form fieldset.infobox-holder .tooltip,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip,#videos .grants-filter-form fieldset .infobox-holder .tooltip,#videos .grants-filter-form fieldset.infobox-holder .tooltip,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);left:0!important;position:relative;top:0!important;width:100%}#funding .grants-filter-form fieldset .infobox-holder .tooltip>.d-flex,#funding .grants-filter-form fieldset.infobox-holder .tooltip>.d-flex,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip>.d-flex,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip>.d-flex,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip>.d-flex,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip>.d-flex,#videos .grants-filter-form fieldset .infobox-holder .tooltip>.d-flex,#videos .grants-filter-form fieldset.infobox-holder .tooltip>.d-flex,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip>.d-flex,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip>.d-flex{flex-direction:column-reverse!important}#funding .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#funding .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,#videos .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,#videos .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner{background:transparent;box-shadow:none!important;max-width:none}#funding .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner>p,#funding .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner>p,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner>p,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner>p,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner>p,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner>p,#videos .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner>p,#videos .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner>p,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-inner>p,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-inner>p{text-align:left}#funding .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder,#funding .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder,#videos .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder,#videos .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder{background:transparent;display:flex;flex-direction:row-reverse;padding:.5rem}#funding .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#funding .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#grants-filter-modal .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#grants-filter-modal .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#video-list-filters .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#video-list-filters .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#videos .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,#videos .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close,.video-selected-filter .grants-filter-form fieldset .infobox-holder .tooltip .tooltip-close-holder .tooltip-close,.video-selected-filter .grants-filter-form fieldset.infobox-holder .tooltip .tooltip-close-holder .tooltip-close{padding:.5rem}}#funding .grants-filter-form .clear-all,#grants-filter-modal .grants-filter-form .clear-all,#video-list-filters .grants-filter-form .clear-all,#videos .grants-filter-form .clear-all,.video-selected-filter .grants-filter-form .clear-all{text-decoration:underline}#funding .grants-filter-form .clear-all:focus,#funding .grants-filter-form .clear-all:hover,#grants-filter-modal .grants-filter-form .clear-all:focus,#grants-filter-modal .grants-filter-form .clear-all:hover,#video-list-filters .grants-filter-form .clear-all:focus,#video-list-filters .grants-filter-form .clear-all:hover,#videos .grants-filter-form .clear-all:focus,#videos .grants-filter-form .clear-all:hover,.video-selected-filter .grants-filter-form .clear-all:focus,.video-selected-filter .grants-filter-form .clear-all:hover{text-decoration:none}#funding #active-filters,#grants-filter-modal #active-filters,#video-list-filters #active-filters,#videos #active-filters,.video-selected-filter #active-filters{padding:0 1.5rem}@media (min-width:768px){#funding #active-filters,#grants-filter-modal #active-filters,#video-list-filters #active-filters,#videos #active-filters,.video-selected-filter #active-filters{padding:0}}#funding #active-filters .active-filters-header,#grants-filter-modal #active-filters .active-filters-header,#video-list-filters #active-filters .active-filters-header,#videos #active-filters .active-filters-header,.video-selected-filter #active-filters .active-filters-header{font-family:Calibri,sans-serif;font-size:22px;font-weight:700}#funding #active-filters .number-of-results,#grants-filter-modal #active-filters .number-of-results,#video-list-filters #active-filters .number-of-results,#videos #active-filters .number-of-results,.video-selected-filter #active-filters .number-of-results{font-weight:700}#funding #active-filters #active-filter-list,#grants-filter-modal #active-filters #active-filter-list,#video-list-filters #active-filters #active-filter-list,#videos #active-filters #active-filter-list,.video-selected-filter #active-filters #active-filter-list{margin-left:-1rem}@media (min-width:768px){#funding #active-filters #active-filter-list,#grants-filter-modal #active-filters #active-filter-list,#video-list-filters #active-filters #active-filter-list,#videos #active-filters #active-filter-list,.video-selected-filter #active-filters #active-filter-list{margin-left:0}}#funding #active-filters #active-filter-list button,#grants-filter-modal #active-filters #active-filter-list button,#video-list-filters #active-filters #active-filter-list button,#videos #active-filters #active-filter-list button,.video-selected-filter #active-filters #active-filter-list button{align-items:center;background-color:#f2f2f2;border:none;border-radius:1.5rem;color:#000;display:flex;font-family:Calibri,sans-serif;font-size:16px;font-weight:400;margin-bottom:1rem;margin-left:1rem;padding:.25rem .75rem}#funding #active-filters #active-filter-list button:focus,#funding #active-filters #active-filter-list button:hover,#grants-filter-modal #active-filters #active-filter-list button:focus,#grants-filter-modal #active-filters #active-filter-list button:hover,#video-list-filters #active-filters #active-filter-list button:focus,#video-list-filters #active-filters #active-filter-list button:hover,#videos #active-filters #active-filter-list button:focus,#videos #active-filters #active-filter-list button:hover,.video-selected-filter #active-filters #active-filter-list button:focus,.video-selected-filter #active-filters #active-filter-list button:hover{background-color:#d9d9d9}@media (min-width:768px){#funding #active-filters #active-filter-list button,#grants-filter-modal #active-filters #active-filter-list button,#video-list-filters #active-filters #active-filter-list button,#videos #active-filters #active-filter-list button,.video-selected-filter #active-filters #active-filter-list button{padding:.5rem .75rem}}#funding #active-filters #active-filter-list button .button-text,#grants-filter-modal #active-filters #active-filter-list button .button-text,#video-list-filters #active-filters #active-filter-list button .button-text,#videos #active-filters #active-filter-list button .button-text,.video-selected-filter #active-filters #active-filter-list button .button-text{align-items:flex-start;display:flex;flex-direction:column}@media (min-width:768px){#funding #active-filters #active-filter-list button .button-text,#grants-filter-modal #active-filters #active-filter-list button .button-text,#video-list-filters #active-filters #active-filter-list button .button-text,#videos #active-filters #active-filter-list button .button-text,.video-selected-filter #active-filters #active-filter-list button .button-text{align-items:center;flex-direction:row}}#funding #active-filters #active-filter-list button .button-text .active-filter-name,#grants-filter-modal #active-filters #active-filter-list button .button-text .active-filter-name,#video-list-filters #active-filters #active-filter-list button .button-text .active-filter-name,#videos #active-filters #active-filter-list button .button-text .active-filter-name,.video-selected-filter #active-filters #active-filter-list button .button-text .active-filter-name{font-weight:700}@media (min-width:768px){#funding #active-filters #active-filter-list button .button-text .active-filter-value,#grants-filter-modal #active-filters #active-filter-list button .button-text .active-filter-value,#video-list-filters #active-filters #active-filter-list button .button-text .active-filter-value,#videos #active-filters #active-filter-list button .button-text .active-filter-value,.video-selected-filter #active-filters #active-filter-list button .button-text .active-filter-value{margin-left:.25rem}}#funding #active-filters .clear-all,#grants-filter-modal #active-filters .clear-all,#video-list-filters #active-filters .clear-all,#videos #active-filters .clear-all,.video-selected-filter #active-filters .clear-all{align-items:center;display:flex}#funding #active-filter-stats-and-sort,#grants-filter-modal #active-filter-stats-and-sort,#video-list-filters #active-filter-stats-and-sort,#videos #active-filter-stats-and-sort,.video-selected-filter #active-filter-stats-and-sort{border-top:1px solid rgba(0,0,0,.1);margin-top:1.5rem;padding:2rem 0}@media (min-width:768px){#funding #active-filter-stats-and-sort,#grants-filter-modal #active-filter-stats-and-sort,#video-list-filters #active-filter-stats-and-sort,#videos #active-filter-stats-and-sort,.video-selected-filter #active-filter-stats-and-sort{border-top:none;margin-top:0;padding:0}}#funding #active-filter-stats-and-sort .dropdown-menu li a:active span,#funding #active-filter-stats-and-sort .dropdown-menu li.active span,#grants-filter-modal #active-filter-stats-and-sort .dropdown-menu li a:active span,#grants-filter-modal #active-filter-stats-and-sort .dropdown-menu li.active span,#video-list-filters #active-filter-stats-and-sort .dropdown-menu li a:active span,#video-list-filters #active-filter-stats-and-sort .dropdown-menu li.active span,#videos #active-filter-stats-and-sort .dropdown-menu li a:active span,#videos #active-filter-stats-and-sort .dropdown-menu li.active span,.video-selected-filter #active-filter-stats-and-sort .dropdown-menu li a:active span,.video-selected-filter #active-filter-stats-and-sort .dropdown-menu li.active span{color:#fff}#funding .select-order,#grants-filter-modal .select-order,#video-list-filters .select-order,#videos .select-order,.video-selected-filter .select-order{width:120px}#funding button#grants-filter-form-submit,#funding button[data-toggle=modal][data-target="#grants-filter-modal"],#grants-filter-modal button#grants-filter-form-submit,#grants-filter-modal button[data-toggle=modal][data-target="#grants-filter-modal"],#video-list-filters button#grants-filter-form-submit,#video-list-filters button[data-toggle=modal][data-target="#grants-filter-modal"],#videos button#grants-filter-form-submit,#videos button[data-toggle=modal][data-target="#grants-filter-modal"],.video-selected-filter button#grants-filter-form-submit,.video-selected-filter button[data-toggle=modal][data-target="#grants-filter-modal"]{border-radius:.25rem;font-family:Calibri,sans-serif;font-size:1.125rem;font-weight:700;padding:.75rem 2.625rem}#funding .remove-icon,#grants-filter-modal .remove-icon,#video-list-filters .remove-icon,#videos .remove-icon,.video-selected-filter .remove-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.369.235A.802.802 0 0 0 .235 1.369L4.865 6l-4.63 4.631a.802.802 0 1 0 1.134 1.134L6 7.135l4.631 4.63a.802.802 0 1 0 1.134-1.134L7.135 6l4.63-4.631A.802.802 0 1 0 10.631.235L6 4.865 1.369.236Z' fill='%23b51a29'/%3E%3C/svg%3E");display:block;height:.75rem;margin-left:.5rem;position:relative;top:-1px;width:.75rem}#funding button:disabled .remove-icon,#funding button[disabled] .remove-icon,#grants-filter-modal button:disabled .remove-icon,#grants-filter-modal button[disabled] .remove-icon,#video-list-filters button:disabled .remove-icon,#video-list-filters button[disabled] .remove-icon,#videos button:disabled .remove-icon,#videos button[disabled] .remove-icon,.video-selected-filter button:disabled .remove-icon,.video-selected-filter button[disabled] .remove-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.369.235A.802.802 0 0 0 .235 1.369L4.865 6l-4.63 4.631a.802.802 0 1 0 1.134 1.134L6 7.135l4.631 4.63a.802.802 0 1 0 1.134-1.134L7.135 6l4.63-4.631A.802.802 0 1 0 10.631.235L6 4.865 1.369.236Z' fill='%23f2f2f2'/%3E%3C/svg%3E")}@media (max-width:991.98px){#funding #grants-filter-form fieldset{border-bottom:none!important;padding-bottom:0!important}}#grants-filter-modal #grants-filter-modal-form .card{border-radius:0!important}.grants-items{--item-bg:$primary}.grants-items a:hover{text-decoration:none}.grants-items a:hover h6.text-black,.grants-items a:hover li.text-light,.grants-items a:hover p.text-black,.grants-items a:hover p.text-info,.grants-items a:hover p.text-parp{color:#fff!important}.grants-items .card{border:none;border-radius:1rem 0 1rem 0}.grants-items .card:hover{box-shadow:0 0 15px 0 rgba(0,0,0,.25)}.grants-items .card:hover .text-hover-white{color:#fff!important}.grants-items .card hr{border-color:#000!important}.grants-items .card .img-container>img{aspect-ratio:1.74;border-radius:1rem 0 1rem 0;-o-object-fit:cover;object-fit:cover}.grants-items .card .img-container .grant-ending-alert,.grants-items .card .img-container .grant-promoted-alert{background-color:var(--item-bg);border-radius:1rem 0 1rem 0;padding:.75rem 1rem .5rem;position:absolute}.grants-items .card .img-container .grant-ending-alert:empty,.grants-items .card .img-container .grant-promoted-alert:empty{display:none}.grants-items .card .img-container .grant-ending-alert{bottom:0;right:0}.grants-items .card .img-container .grant-promoted-alert{left:0;top:0}#events-results .eventContent p.text-black{color:#000!important}.results .wow{visibility:visible!important}#grant{background-color:#ededed}#grant h1{font-size:2rem}#grant h1,#grant h2{color:#000;font-family:NovelPro;font-weight:600}#grant h2{font-size:2.38rem}#grant h3{font-family:Montserrat;font-size:1.25rem;font-weight:500}#grant .timeline .badge{border-radius:6px;font-size:25%;height:8px;width:8px}#grant .timeline p{font-size:.01rem}#grant .grantCard{border-top:4px solid #b61928}#grant .grantCard ul{list-style:none}#grant .label{font-family:Calibri;font-size:.85rem;font-weight:500}#grant .value{color:#000;font-family:Montserrat;font-size:1rem;font-weight:500}#grant #grant-header{position:relative;z-index:100}#grant picture.belka-logotypow{text-align:center}@media (max-width:1199.98px){#grant{background-image:none}}#public-orders .public-orders-filters label.btn.active .vector-icon.vector-icon-grayed-out,#public-orders .public-orders-filters label.btn:not(.active) .vector-icon:not(.vector-icon-grayed-out){display:none}#public-orders .public-orders-filters label.btn.focus,#public-orders .public-orders-filters label.btn:focus{outline:5px auto #6ba2f9}#publications div.shadow{border:1px solid #ccc;box-shadow:10px 10px 0 0 #8f8f8f!important;margin-bottom:10px;margin-right:10px}#publications .container-fluid.shadow,#publications .shadow.container-xl{box-shadow:0 5px 5px 0 #e4e4e4!important}#publications .card{border:none}#publications #filter-publications .bfFormDiv form .input-group input.form-select,#publications #filter-publications form .input-group input.form-control,.bfFormDiv #publications #filter-publications form .input-group input.form-select{height:auto}#publications #filter-publications #publications-filters .dropdown.filter-element:not(:first-child){margin-left:1rem}.publication-shadow{border:1px solid #ccc;box-shadow:5px 5px 0 0 #8f8f8f!important;margin-bottom:5px;margin-right:5px}.card-publication .card-cover{min-height:233px}#searchForm .bfFormDiv form .form-select:focus,#searchForm .form-control:focus,.bfFormDiv form #searchForm .form-select:focus{border-color:#ced4da;box-shadow:none}#searchForm #closeSearch:focus,#searchForm button[name=Search]{box-shadow:none}#searchForm input[name=searchword]{height:auto}#searchForm .ordering-box .dropdown button{padding:.45rem .75rem .1rem!important}@media (max-width:767.98px){#container-search .panel-search{max-width:100vw}#container-search .panel-search svg.fa-search{flex-shrink:0;margin:0 0 0 8px}#container-search .panel-search form{flex-grow:1;flex-shrink:1;padding:0 16px}#container-search .panel-search form label,#container-search .panel-search form label .form-search{margin:0!important;width:100%}#container-search .panel-search #closeSearch{flex-shrink:0}}#schedules-form .form-check-inline:focus-within{outline:4px solid #6ba2f9}@media (min-width:1200px){body{padding-top:68px}}.navbar{padding:0}.navbar-brand{margin-right:0}@media (min-width:1200px){.featured-2023 .navbar-brand{display:none}.featured-2023 .navbar-nav.flex-column{margin-left:0}.featured-2023 .navbar-collapse.navbar-collapse-visible{margin-left:1.5rem}}.navbar.fixed-top{z-index:5000}nav.navbar .dropdown-toggle:after{display:none}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.8)}.navbar-nav .nav-item.show .nav-link{color:#b51a29}li.nav-item{padding-left:7px;padding-right:7px;padding-top:7px}.nav-link{color:#000;font-family:Calibri;font-size:17px;font-weight:500;line-height:17px;padding:0;text-transform:uppercase}.nav-item.show{background:#fff;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;border-top:1px solid #dfdfdf;border-top-left-radius:5px;border-top-right-radius:5px}@media (max-width:1349.98px){.nav-item.show{border-right:none;border-top:none}}li.nav-item:last-child{border:none}.navbar-small{flex-direction:row;margin-bottom:3px}@media (max-width:1199.98px){.navbar-small{overflow-y:hidden;position:absolute;right:40px;top:15px}}@media (max-width:767.98px){.navbar-small{top:8px}.navbar-small .openSearch svg{width:10px}}.nav-item.small-item,.navbar-small .nav-item{padding:11px 0}.navbar-small .nav-link,.small-item .nav-link{border:none;font-size:.855rem}.small-item .nav-link{align-items:center;display:flex;height:100%;justify-content:center}.navbar-small .nav-search{position:relative}.navbar-expand-md .navbar-nav .dropdown-menu{background:#f3f4f6;border:none;top:65px}.openSearch svg{top:14px}.navbar-about{background-color:#f7f7f7}.navbar-about .nav-link{font-size:1.25rem;text-transform:none}.navbar-about .nav-link.active{background:#fff;border:1px solid #f1edf1;border-radius:5px;box-shadow:0 0 .3rem .05rem rgba(0,0,0,.05)!important;color:var(--primary)}.navbar-about .nav-link:hover{background:#f7f7f7;border:1px solid #f1edf1}.featured-2023.bur-2023{color:#4a4a4a;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;padding-top:0}.featured-2023.bur-2023 .bg-bur{background-color:#921420}.featured-2023.bur-2023 .btn-bug:hover path{stroke:#fff}.featured-2023.bur-2023 .btn{border-radius:5px}.featured-2023.bur-2023 .bar-background{display:none}.featured-2023.bur-2023 .navbar{border-bottom:1px solid #d9d9d9;gap:.625rem;justify-content:flex-end;margin-bottom:1rem;padding:.5rem 1.125rem .75rem}@media (min-width:1350px){.featured-2023.bur-2023 .navbar{align-items:flex-end;border-bottom:1px solid #d9d9d9;display:grid;gap:0;grid-template-columns:auto 1fr auto;grid-template-rows:repeat(2,auto);justify-content:flex-end;margin-bottom:1rem;padding:1.125rem 2rem 0}.featured-2023.bur-2023 .navbar .brand{align-self:flex-start;gap:1rem;margin-right:3.25rem}.featured-2023.bur-2023 .navbar .brand p{color:#000;font-size:.9375rem;font-weight:700}.featured-2023.bur-2023 .navbar .brand p a{border-bottom-color:#000;color:#000}.featured-2023.bur-2023 .navbar .bur-search-form{align-items:flex-start;display:flex;flex-direction:column;padding-top:.875rem}.featured-2023.bur-2023 .navbar .bur-search-form .search-more{margin-bottom:0}.featured-2023.bur-2023 .navbar .login-menu{display:flex;justify-content:flex-end;margin-bottom:1.5rem;max-height:2.5rem}.featured-2023.bur-2023 .navbar .show-search,.featured-2023.bur-2023 .navbar .show-translate{display:none}.featured-2023.bur-2023 .navbar .navbar-collapse{grid-column:1/4;grid-row:2;justify-self:flex-end}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item{height:2.5rem}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown:not(.show){border:1px solid transparent}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu{margin-left:-1px;min-width:max(21rem,calc(100% + 2rem));z-index:-1}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .see-all-item{padding:2rem 1.5rem .25rem}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .see-all-item a.btn{border-color:#b51a29;color:#b51a29}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .see-all-item a.btn:hover{background-color:#b51a29;border-color:#b51a29;color:#fff}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown.show{border:1px solid #dfdfdf;border-bottom-color:#fff}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item.controls-submenu:before{transform:rotate(90deg)}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item.controls-submenu[aria-expanded=true]{background-color:#b51a29;color:#fff}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item.controls-submenu[aria-expanded=true]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.665 10.743a1 1 0 0 0 1.338-1.487l-1.338 1.487zM7.999 5.2l.669-.744a1 1 0 0 0-1.338 0l.669.744zM1.995 9.256a1 1 0 1 0 1.338 1.487L1.995 9.256zm12.008 0-5.335-4.8L7.33 5.943l5.335 4.8 1.338-1.487zm-6.673-4.8-2.667 2.4 1.338 1.487 2.667-2.4L7.33 4.456zm-2.667 2.4-2.668 2.4 1.338 1.487 2.668-2.4-1.338-1.487z' fill='%23fff'/%3E%3C/svg%3E");left:.375rem;transform:rotate(270deg)}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .submenu{bottom:-.0625rem;left:100%;overflow-y:auto;position:absolute!important;top:-.0625rem}}@media (max-width:1349.98px){.featured-2023.bur-2023 .navbar .navbar-nav{flex-grow:1}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item{border:none;padding:0}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown{flex-direction:column}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle{justify-content:space-between;text-transform:none;width:100%}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu{border:none;padding:0 0 0 1rem;width:100%}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li{display:flex;flex-direction:column}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li.see-all-item{align-items:flex-start;padding:.5rem 0 .5rem 1.5rem}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li.see-all-item a.btn{color:#b51a29;font-size:.875rem;font-weight:500;line-height:1.3125rem;padding:0;text-decoration:underline;text-decoration-thickness:1px}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li.see-all-item a.btn:focus,.featured-2023.bur-2023 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li.see-all-item a.btn:hover{color:#b51a29;text-decoration-thickness:2px}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .nav-link{border-bottom:1px solid #d9d9d9;padding:.75rem 1rem}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item,.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .nav-link{color:#212529;font-size:.875rem;line-height:1.3125rem}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item:focus,.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item:hover,.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .nav-link:focus,.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .nav-link:hover{background-color:#e9ecef}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item{border-bottom:1px solid #d9d9d9;white-space:normal}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item.active,.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item:active{background-color:#fff;color:#212529}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item.controls-submenu:before{margin-right:1rem;transform:rotate(0deg)}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item.controls-submenu[aria-expanded=true]{background-color:#fff;color:#212529}.featured-2023.bur-2023 .navbar .navbar-nav .nav-item .dropdown-item.controls-submenu[aria-expanded=true]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.665 10.743a1 1 0 0 0 1.338-1.487l-1.338 1.487zM7.999 5.2l.669-.744a1 1 0 0 0-1.338 0l.669.744zM1.995 9.256a1 1 0 1 0 1.338 1.487L1.995 9.256zm12.008 0-5.335-4.8L7.33 5.943l5.335 4.8 1.338-1.487zm-6.673-4.8-2.667 2.4 1.338 1.487 2.667-2.4L7.33 4.456zm-2.667 2.4-2.668 2.4 1.338 1.487 2.668-2.4-1.338-1.487z' fill='%23b51a29'/%3E%3C/svg%3E");left:0;top:-2px;transform:rotate(180deg)}.featured-2023.bur-2023 .navbar .brand{gap:.375rem}.featured-2023.bur-2023 .navbar .brand .navbar-brand img{height:2rem;width:auto}.featured-2023.bur-2023 .navbar .bur-search-form,.featured-2023.bur-2023 .navbar .login-menu{display:none}}.featured-2023.bur-2023 .navbar-brand{display:block;padding:0}.featured-2023.bur-2023 .navbar-nav{position:relative;z-index:1}.featured-2023.bur-2023 .navbar-nav .nav-item{align-items:center;display:flex;justify-content:center;padding:0 .875rem}.featured-2023.bur-2023 .navbar-nav .nav-item.dropdown>.dropdown-toggle{display:inline-flex;flex-direction:row-reverse;gap:.5rem}.featured-2023.bur-2023 .navbar-nav .nav-item.dropdown>.dropdown-toggle:after{border:none!important;display:inline-block}.featured-2023.bur-2023 .navbar-nav .nav-item.dropdown>.dropdown-toggle:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.665 10.743a1 1 0 0 0 1.338-1.487l-1.338 1.487zM7.999 5.2l.669-.744a1 1 0 0 0-1.338 0l.669.744zM1.995 9.256a1 1 0 1 0 1.338 1.487L1.995 9.256zm12.008 0-5.335-4.8L7.33 5.943l5.335 4.8 1.338-1.487zm-6.673-4.8-2.667 2.4 1.338 1.487 2.667-2.4L7.33 4.456zm-2.667 2.4-2.668 2.4 1.338 1.487 2.668-2.4-1.338-1.487z' fill='%23000'/%3E%3C/svg%3E");line-height:1;position:relative;top:-5px;transform:rotate(180deg);transition-duration:.25s,.25s,.25s;transition-property:transform,left,top}.featured-2023.bur-2023 .navbar-nav .nav-item.dropdown>.dropdown-toggle:focus-visible:before,.featured-2023.bur-2023 .navbar-nav .nav-item.dropdown>.dropdown-toggle:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.665 10.743a1 1 0 0 0 1.338-1.487l-1.338 1.487zM7.999 5.2l.669-.744a1 1 0 0 0-1.338 0l.669.744zM1.995 9.256a1 1 0 1 0 1.338 1.487L1.995 9.256zm12.008 0-5.335-4.8L7.33 5.943l5.335 4.8 1.338-1.487zm-6.673-4.8-2.667 2.4 1.338 1.487 2.667-2.4L7.33 4.456zm-2.667 2.4-2.668 2.4 1.338 1.487 2.668-2.4-1.338-1.487z' fill='%23b51a29'/%3E%3C/svg%3E")}.featured-2023.bur-2023 .navbar-nav .nav-item.dropdown .dropdown-menu{margin-top:0}.featured-2023.bur-2023 .navbar-nav .nav-item.dropdown.show>.dropdown-toggle:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.665 10.743a1 1 0 0 0 1.338-1.487l-1.338 1.487zM7.999 5.2l.669-.744a1 1 0 0 0-1.338 0l.669.744zM1.995 9.256a1 1 0 1 0 1.338 1.487L1.995 9.256zm12.008 0-5.335-4.8L7.33 5.943l5.335 4.8 1.338-1.487zm-6.673-4.8-2.667 2.4 1.338 1.487 2.667-2.4L7.33 4.456zm-2.667 2.4-2.668 2.4 1.338 1.487 2.668-2.4-1.338-1.487z' fill='%23b51a29'/%3E%3C/svg%3E");position:relative;top:0;transform:rotate(0deg)}.featured-2023.bur-2023 .navbar-nav .nav-item .nav-link{font-family:Roboto,sans-serif;font-size:.9375rem;font-weight:400;line-height:1;padding:0}.featured-2023.bur-2023 .navbar-nav .nav-item .dropdown-item.controls-submenu{display:flex;flex-direction:row-reverse;gap:.5rem;justify-content:space-between}.featured-2023.bur-2023 .navbar-nav .nav-item .dropdown-item.controls-submenu:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.665 10.743a1 1 0 0 0 1.338-1.487l-1.338 1.487zM7.999 5.2l.669-.744a1 1 0 0 0-1.338 0l.669.744zM1.995 9.256a1 1 0 1 0 1.338 1.487L1.995 9.256zm12.008 0-5.335-4.8L7.33 5.943l5.335 4.8 1.338-1.487zm-6.673-4.8-2.667 2.4 1.338 1.487 2.667-2.4L7.33 4.456zm-2.667 2.4-2.668 2.4 1.338 1.487 2.668-2.4-1.338-1.487z' fill='%23000'/%3E%3C/svg%3E");left:0;position:relative;top:0;transition-duration:.25s,.25s,.25s;transition-property:transform,left,top}.featured-2023.bur-2023 .navbar-nav .nav-item .submenu{border-left:.25rem solid #b51a29;margin:0;min-width:100%}.featured-2023.bur-2023 .nav-link{font-size:15px}.featured-2023.bur-2023 .brand{margin-right:auto}.featured-2023.bur-2023 .brand>p{color:#626769;font-family:Roboto,sans-serif;font-size:.5rem;font-weight:600;line-height:1.5;margin:0}.featured-2023.bur-2023 .brand>p a{border-bottom:1px solid #626769;color:#626769}.featured-2023.bur-2023 .navbar-toggler{border:none;order:0!important;padding:.5rem}.featured-2023.bur-2023 .bur-search-form .list-group{border-radius:5px;border-style:solid;border-width:1px;display:inline-flex;margin-bottom:4px}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item{background:#fff;border:0;font-size:14px;padding:0}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item.active{background:#b61b29}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item a{display:block;padding:.25rem 1rem}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item a:hover{background:#b61b29;color:#fff;text-decoration:none}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item a{color:#4a4a4a}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item:last-child a:hover{background:#b61b29;border-bottom-right-radius:4px;border-top-right-radius:4px;color:#fff;text-decoration:none}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.featured-2023.bur-2023 .bur-search-form .list-group .list-group-item:first-child a:hover{background:#b61b29;border-bottom-left-radius:4px;border-top-left-radius:4px;color:#fff;text-decoration:none}.featured-2023.bur-2023 .bur-search-form .list-group-item.active a{color:#fff}.featured-2023.bur-2023 .bur-search-form .list-group-item+.list-group-item.active{border-top-width:0;margin-top:0}.featured-2023.bur-2023 .search-more{font-size:14px}.featured-2023.bur-2023 .search-more>a{border-bottom:1px solid #000}.featured-2023.bur-2023 .bur-search{background:#fff;border:1px solid #4a4a4a;border-radius:5px;min-width:520px;padding:8px}.featured-2023.bur-2023 .bur-search .search-input{-webkit-appearance:none;border:none}.featured-2023.bur-2023 .bur-search .search-submit{background:#fff;border:none}.featured-2023.bur-2023 .login-menu p{margin:0}.featured-2023.bur-2023 .show-search,.featured-2023.bur-2023 .show-translate{padding:.5rem}.featured-2023.bur-2023 #burMenuMobileModal{background-color:#fff;overflow-y:scroll;z-index:7779}.featured-2023.bur-2023 #burMenuMobileModal .modal-dialog{height:100%;margin:0;min-width:100%}.featured-2023.bur-2023 #burMenuMobileModal .modal-dialog .modal-content{border:none;min-height:100%}.featured-2023.bur-2023 #burMenuMobileModal .modal-header{border:none;padding:.5rem .75rem .5rem 1rem}.featured-2023.bur-2023 #burMenuMobileModal .modal-header .close{display:flex;margin:0 0 0 auto;padding:.5rem}.featured-2023.bur-2023 #burMenuMobileModal .modal-body{display:flex;flex-direction:column;gap:3rem;padding:.75rem .75rem .75rem 1rem}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .navbar{border:none;gap:0;justify-content:space-around;margin:0;padding:0}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu{margin-top:auto;max-height:none}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu p{align-items:center;display:flex;gap:1ch}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu a,.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu p{color:#212529;font-size:.875rem;line-height:1.3125rem}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu a{text-decoration:underline}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu a:focus-visible,.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu a:hover{font-weight:bolder;text-decoration-thickness:2px}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu .btn-login{align-items:center;display:inline-flex;font-weight:500;gap:.25rem}.featured-2023.bur-2023 #burMenuMobileModal .modal-body .login-menu .btn-register{font-weight:500}.featured-2023.bur-2023 footer .container{max-width:1570px}footer .container h2{font-size:18px}@media (min-width:992px){footer .container h2{font-size:47px}footer #kontakt .container-fluid,footer #kontakt .container-xl{background-image:url(/templates/clean-bootstrapv2/images/bur-kontakt-map.png?16118e03b7c35e8003873a901971cc07);background-position:100%;background-repeat:no-repeat;background-size:contain;height:600px}}footer .bur-footer-list{color:red}footer .bur-footer-list li{color:#fff;padding:.8rem 0}footer .bur-footer-list li span{border-bottom:2px solid #fff}footer .bur-footer-list li a{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline}#bur-flags p{color:#626769;font-size:12px}@media (min-width:992px){#bur-flags p{font-size:17px}}.bfFormDiv form label i.fa-asterisk,.bfFormDiv form label i.fas-asterisk{color:#b51a29;font-size:6px;vertical-align:top}.bfFormDiv form.bfQuickMode .nonform-control,.bfFormDiv form.contact-parp-form .nonform-control{text-align:left;width:auto}.bfFormDiv form.bfQuickMode .nonform-control .btn,.bfFormDiv form.contact-parp-form .nonform-control .btn{padding-left:2rem;padding-right:2rem}.bfFormDiv form.bfQuickMode .nonform-control .radio-inline,.bfFormDiv form.contact-parp-form .nonform-control .radio-inline{text-align:left}.bfFormDiv form.bfQuickMode .nonform-control label,.bfFormDiv form.contact-parp-form .nonform-control label{margin:5px 0}.bfFormDiv form.bfQuickMode .form-group .control-label,.bfFormDiv form.bfQuickMode .form-group .form-label,.bfFormDiv form.contact-parp-form .form-group .control-label,.bfFormDiv form.contact-parp-form .form-group .form-label{display:inline-block!important;min-width:110px!important;width:auto!important}.bfFormDiv form.bfQuickMode .btn,.bfFormDiv form.contact-parp-form .btn{font-size:1rem!important}.bfFormDiv form .form-control,.bfFormDiv form .form-select{border-left:none;border-right:none;border-top:none;color:#757575;margin-bottom:1rem;padding-left:0}.bfFormDiv form .form-control::-moz-placeholder,.bfFormDiv form .form-select::-moz-placeholder{color:#757575;font-size:1rem}.bfFormDiv form .form-control::placeholder,.bfFormDiv form .form-select::placeholder{color:#757575;font-size:1rem}.bfFormDiv form .bfCustomSubmitButton{text-align:center}.bfFormDiv form .row{flex-direction:column;margin:0}.bfFormDiv form .form-inline,.bfFormDiv form .form-inline label{display:block}.bfFormDiv form:not(.form-show-legend) fieldset legend{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.bfSectionDescription{width:100%}.was-validated :valid~.feedback .valid-feedback{display:block}.was-validated :invalid~.feedback .invalid-feedback{display:block}.anchor{height:160px;margin-top:-160px}.anchor,.anchor-sticky{display:block;visibility:hidden}.anchor-sticky{height:210px;margin-top:-210px}.anchor-sticky.akademia{height:240px}body.has-top-bar .anchor{height:250px;margin-top:-250px}body.has-top-bar .anchor-sticky{height:300px;margin-top:-300px}.bar-background{background-color:#f2f2f2;background-size:cover;height:70px;left:0;position:fixed;top:0;width:100%;z-index:5001}.bar-background .promotion-top-bar{display:block;height:70px}.bar-background .promotion-top-bar:focus-visible{box-shadow:inset 0 0 0 3px #0060df;outline:none}body.has-top-bar #container-search .fixed-top,body.has-top-bar .navbar.fixed-top{top:70px}body.has-top-bar #devAreaNav,body.has-top-bar #nav-event-details,body.has-top-bar #nav-grant,body.has-top-bar #stickyAreaNav{top:138px}@media (max-width:1199.98px){.bar-background{position:absolute!important}body.has-top-bar .navbar.fixed-top{margin-bottom:70px}}@media (min-width:1200px){body.has-top-bar{padding-top:138px}}@media (min-width:768px){.openSearch svg{top:9px}}@media (min-width:1200px){.openSearch svg{top:-14px}.grants-scroll-container>.row>.col-xl-3{flex:0 0 23%;max-width:23%}.navbar-toggler{order:10}}@media (max-width:375px){.tooltip-inner{max-width:260px;overflow-x:auto}}@media (max-width:575.98px){h2{font-size:2.1rem}.btn-sm-block{display:block;width:100%}#grantDates .card-body .text-bb-20{font-size:1.1rem!important}#businessDev,#businessEnd,#businessExtra,#businessStart{min-height:0}.bg-event{background-image:none!important}}@media (max-width:767.98px){#bell-message{right:48px;top:18px;width:calc(100% - 48px)}div.eventList>div{border:none!important}.card-scroll{flex-wrap:wrap;overflow-x:none}.card-scroll-left,.card-scroll-right{display:none}h2#opis{font-size:1.125rem}#nav-grant ul{margin:10px;width:100%}#nav-grant .nav-link.active{border:none;color:var(--primary)}#nav-grant .btn{border:none}#nav-grant .nav-item{border-bottom:1px solid #dee2e6!important}#nav-grant li:last-child{border-bottom:1px solid #757575!important}#nav-grant li:first-child{border-top:1px solid #757575!important}#nav-grant .nav-link,#nav-grant .nav-link.active{padding:10px 15px}#nav-grant{position:relative!important;top:0}#nav-grant .navbar-collapse{align-items:normal}#lastAdded div.col-12{min-height:250px}.eventCard{height:auto!important}#nav-author .nav-link,#nav-author .nav-link.active{padding:20px 0 8px}#nav-author{border:none}#businessDev,#businessEnd,#businessExtra,#businessStart{min-height:0}#businessDev.knowledge:not(.active),#businessEnd.knowledge:not(.active),#businessExtra.knowledge:not(.active),#businessStart.knowledge:not(.active){margin-bottom:0;margin-top:0}#businessDev.knowledge.active,#businessEnd.knowledge.active,#businessExtra.knowledge.active,#businessStart.knowledge.active{min-height:auto}#businessDev.knowledge.active:after,#businessEnd.knowledge.active:after,#businessExtra.knowledge.active:after,#businessStart.knowledge.active:after{content:none}#businessDev>div,#businessEnd>div,#businessExtra>div,#businessStart>div{min-height:150px}}@media (max-width:991.98px){body,html{scroll-behavior:smooth}#businessStart.knowledge.active:after{content:none}.formats{border:none!important}.grants-scroll-container .grants-scroll{padding-left:0}}@media (max-width:1199.98px){.navbar-toggler{padding-bottom:20px;padding-top:12px}#devAreaNav,#stickyAreaNav{top:0}#nav-main .dropdown-menu,#nav-secondary .dropdown-menu{border:none}.navbar.fixed-top{overflow:hidden;padding-top:0;position:relative}.navbar{overflow-y:auto}.nav-item.small-item .nav-link{border-bottom:none}.navbar-nav.navbar-small{flex-direction:row;height:100%;max-height:62px}.show>.nav-link{background:#fff}.dropdown-item{padding:8px 0 8px 1.5rem}p.dropdown-item{margin-bottom:0}.dropdown-menu>div{border:none;margin-left:12px;margin-right:12px}.dropdown-menu>div>div.border-right{border:none!important}.form-search{max-width:100%}.navbar .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.openSearchLi .nav-link{padding-left:0!important;padding-right:0!important}.parp-logo{margin-left:1rem!important}}@media (max-width:1349.98px){.openSearchLi{height:52px;padding-left:.5rem!important;padding-right:.5rem!important}html[lang=en] .navbar .navbar-nav.navbar-small .nav-link{padding-left:.5rem;padding-right:.5rem}html[lang=en] .navbar-small{overflow-y:hidden;position:absolute;right:40px}}@media (max-width:1199.98px){html[lang=en] .navbar-small{top:0}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.position-sticky{margin-bottom:0!important;margin-top:0!important;position:relative!important;top:0!important}#lastAdded .bg-article .d-flex.flex-column.justify-content-between.m-3,#lastAdded .bg-guide .d-flex.flex-column.justify-content-between.m-3,#lastAdded .bg-report .d-flex.flex-column.justify-content-between.m-3{width:550px}#grants-filter-form ul li span{margin-top:30px!important;width:130px}#funding .card img,#publications .card img,#trainings-cards .card img,.card img{height:181px}#recomended .card{background:#f2f2f2}#publications .card-publication img{height:250px}#publications #recomended img{height:284px}#publications #recomended img.bigger{height:700px}.img-bur{height:39px}#funding #grants-filter-collapse #grants-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:after,#funding #grants-filter-collapse #grants-filter-form ul li .custom-control.custom-radio .custom-control-label.page-link:before{left:50%;margin-left:-.5rem}#funding #grants-filter-collapse #grants-filter-form ul.pagination{display:block!important}#funding #grants-filter-collapse #grants-filter-form ul.pagination li{display:block!important;float:left}#funding #grants-filter-collapse #grants-filter-form ul.pagination li label{word-wrap:normal;display:inline-block!important}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:first-child label{margin-left:20px;width:100px}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(2) label{width:160px}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(3) label{width:121px}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(4) label{width:142px}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(5) label{width:105px}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(6) label{width:118px}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(7) label{width:135px}#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(8) label,#funding #grants-filter-collapse #grants-filter-form ul.pagination li:nth-child(9) label{width:125px}#event-list .event-type-list .btn.active img{border:3px solid red}#event-list .event-type-list .btn.active:first-child img{border-color:blue}#event-list #event-list-results a .row>div>p{width:100%}#event-list #event-list-results a .row .flex-column img.flex-row{flex-shrink:0!important}#tabs-author #tabs-author-speeches a .row>div>p,.bg-event>.col-12>.text-mm-28,.bg-event>.row>.col-12>.text-mm-28{width:100%}#tabs-author #tabs-author-speeches a .row .flex-column img.flex-row{flex-shrink:0!important}#devArea{margin-bottom:0!important;margin-top:0!important}#devArea p,#stickyArea p{max-width:100%!important}#businessSteps img{flex-shrink:0!important}#devAreaNav,#stickyAreaNav{display:none!important}#infoline-form{display:block!important}.grant-scroll-left img,.grant-scroll-right img{height:50px;width:40px}.infolinia .bg-form-narrow .col,.infolinia .bg-form-narrow .col-1,.infolinia .bg-form-narrow .col-10,.infolinia .bg-form-narrow .col-11,.infolinia .bg-form-narrow .col-12,.infolinia .bg-form-narrow .col-2,.infolinia .bg-form-narrow .col-3,.infolinia .bg-form-narrow .col-4,.infolinia .bg-form-narrow .col-5,.infolinia .bg-form-narrow .col-6,.infolinia .bg-form-narrow .col-7,.infolinia .bg-form-narrow .col-8,.infolinia .bg-form-narrow .col-9,.infolinia .bg-form-narrow .col-auto,.infolinia .bg-form-narrow .col-lg,.infolinia .bg-form-narrow .col-lg-1,.infolinia .bg-form-narrow .col-lg-10,.infolinia .bg-form-narrow .col-lg-11,.infolinia .bg-form-narrow .col-lg-12,.infolinia .bg-form-narrow .col-lg-2,.infolinia .bg-form-narrow .col-lg-3,.infolinia .bg-form-narrow .col-lg-4,.infolinia .bg-form-narrow .col-lg-5,.infolinia .bg-form-narrow .col-lg-6,.infolinia .bg-form-narrow .col-lg-7,.infolinia .bg-form-narrow .col-lg-8,.infolinia .bg-form-narrow .col-lg-9,.infolinia .bg-form-narrow .col-lg-auto,.infolinia .bg-form-narrow .col-md,.infolinia .bg-form-narrow .col-md-1,.infolinia .bg-form-narrow .col-md-10,.infolinia .bg-form-narrow .col-md-11,.infolinia .bg-form-narrow .col-md-12,.infolinia .bg-form-narrow .col-md-2,.infolinia .bg-form-narrow .col-md-3,.infolinia .bg-form-narrow .col-md-4,.infolinia .bg-form-narrow .col-md-5,.infolinia .bg-form-narrow .col-md-6,.infolinia .bg-form-narrow .col-md-7,.infolinia .bg-form-narrow .col-md-8,.infolinia .bg-form-narrow .col-md-9,.infolinia .bg-form-narrow .col-md-auto,.infolinia .bg-form-narrow .col-sm,.infolinia .bg-form-narrow .col-sm-1,.infolinia .bg-form-narrow .col-sm-10,.infolinia .bg-form-narrow .col-sm-11,.infolinia .bg-form-narrow .col-sm-12,.infolinia .bg-form-narrow .col-sm-2,.infolinia .bg-form-narrow .col-sm-3,.infolinia .bg-form-narrow .col-sm-4,.infolinia .bg-form-narrow .col-sm-5,.infolinia .bg-form-narrow .col-sm-6,.infolinia .bg-form-narrow .col-sm-7,.infolinia .bg-form-narrow .col-sm-8,.infolinia .bg-form-narrow .col-sm-9,.infolinia .bg-form-narrow .col-sm-auto,.infolinia .bg-form-narrow .col-xl,.infolinia .bg-form-narrow .col-xl-1,.infolinia .bg-form-narrow .col-xl-10,.infolinia .bg-form-narrow .col-xl-11,.infolinia .bg-form-narrow .col-xl-12,.infolinia .bg-form-narrow .col-xl-2,.infolinia .bg-form-narrow .col-xl-3,.infolinia .bg-form-narrow .col-xl-4,.infolinia .bg-form-narrow .col-xl-5,.infolinia .bg-form-narrow .col-xl-6,.infolinia .bg-form-narrow .col-xl-7,.infolinia .bg-form-narrow .col-xl-8,.infolinia .bg-form-narrow .col-xl-9,.infolinia .bg-form-narrow .col-xl-auto,.intercessor .bg-form-narrow .col,.intercessor .bg-form-narrow .col-1,.intercessor .bg-form-narrow .col-10,.intercessor .bg-form-narrow .col-11,.intercessor .bg-form-narrow .col-12,.intercessor .bg-form-narrow .col-2,.intercessor .bg-form-narrow .col-3,.intercessor .bg-form-narrow .col-4,.intercessor .bg-form-narrow .col-5,.intercessor .bg-form-narrow .col-6,.intercessor .bg-form-narrow .col-7,.intercessor .bg-form-narrow .col-8,.intercessor .bg-form-narrow .col-9,.intercessor .bg-form-narrow .col-auto,.intercessor .bg-form-narrow .col-lg,.intercessor .bg-form-narrow .col-lg-1,.intercessor .bg-form-narrow .col-lg-10,.intercessor .bg-form-narrow .col-lg-11,.intercessor .bg-form-narrow .col-lg-12,.intercessor .bg-form-narrow .col-lg-2,.intercessor .bg-form-narrow .col-lg-3,.intercessor .bg-form-narrow .col-lg-4,.intercessor .bg-form-narrow .col-lg-5,.intercessor .bg-form-narrow .col-lg-6,.intercessor .bg-form-narrow .col-lg-7,.intercessor .bg-form-narrow .col-lg-8,.intercessor .bg-form-narrow .col-lg-9,.intercessor .bg-form-narrow .col-lg-auto,.intercessor .bg-form-narrow .col-md,.intercessor .bg-form-narrow .col-md-1,.intercessor .bg-form-narrow .col-md-10,.intercessor .bg-form-narrow .col-md-11,.intercessor .bg-form-narrow .col-md-12,.intercessor .bg-form-narrow .col-md-2,.intercessor .bg-form-narrow .col-md-3,.intercessor .bg-form-narrow .col-md-4,.intercessor .bg-form-narrow .col-md-5,.intercessor .bg-form-narrow .col-md-6,.intercessor .bg-form-narrow .col-md-7,.intercessor .bg-form-narrow .col-md-8,.intercessor .bg-form-narrow .col-md-9,.intercessor .bg-form-narrow .col-md-auto,.intercessor .bg-form-narrow .col-sm,.intercessor .bg-form-narrow .col-sm-1,.intercessor .bg-form-narrow .col-sm-10,.intercessor .bg-form-narrow .col-sm-11,.intercessor .bg-form-narrow .col-sm-12,.intercessor .bg-form-narrow .col-sm-2,.intercessor .bg-form-narrow .col-sm-3,.intercessor .bg-form-narrow .col-sm-4,.intercessor .bg-form-narrow .col-sm-5,.intercessor .bg-form-narrow .col-sm-6,.intercessor .bg-form-narrow .col-sm-7,.intercessor .bg-form-narrow .col-sm-8,.intercessor .bg-form-narrow .col-sm-9,.intercessor .bg-form-narrow .col-sm-auto,.intercessor .bg-form-narrow .col-xl,.intercessor .bg-form-narrow .col-xl-1,.intercessor .bg-form-narrow .col-xl-10,.intercessor .bg-form-narrow .col-xl-11,.intercessor .bg-form-narrow .col-xl-12,.intercessor .bg-form-narrow .col-xl-2,.intercessor .bg-form-narrow .col-xl-3,.intercessor .bg-form-narrow .col-xl-4,.intercessor .bg-form-narrow .col-xl-5,.intercessor .bg-form-narrow .col-xl-6,.intercessor .bg-form-narrow .col-xl-7,.intercessor .bg-form-narrow .col-xl-8,.intercessor .bg-form-narrow .col-xl-9,.intercessor .bg-form-narrow .col-xl-auto{flex-basis:auto!important}img[src$="/red-pdf.svg"]{height:40px;width:41px}img[src$="/red-mobi.svg"]{height:40px;width:40px}img[src$="/red-epub.svg"]{height:40px;width:31px}}.mCustomScrollbar{touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{touch-action:auto}.mCustomScrollBox{direction:ltr;height:100%;max-width:100%;outline:none;overflow:hidden;position:relative}.mCSB_container{height:auto;overflow:hidden;width:auto}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-left:30px;margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{bottom:0;height:auto;left:auto;position:absolute;right:0;top:0;width:16px}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:0;right:auto}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{border-radius:16px;height:100%;margin:0 auto;width:2px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;height:30px;width:100%;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius:16px;height:100%;margin:0 auto;position:relative;text-align:center;width:4px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{cursor:pointer;display:block;height:20px;margin:0 auto;overflow:hidden;position:absolute;width:100%}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-bottom:30px;margin-right:0}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;height:16px;left:0;right:0;top:auto;width:auto}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:2px;margin:7px 0;width:100%}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{height:100%;left:0;width:30px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:4px;margin:6px auto;width:100%}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{cursor:pointer;display:block;height:100%;margin:0 auto;overflow:hidden;position:absolute;width:20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{bottom:0;height:auto;left:0;overflow:hidden;position:absolute;right:0;top:0;width:auto}.mCSB_container_wrapper>.mCSB_container{box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0;margin-right:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools{filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)";opacity:.75}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)";opacity:0}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)";opacity:1}.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#c2c6c8;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#a4a9ab;filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#a4a9ab;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(/templates/clean-bootstrapv2/images/mCSB_buttons.png?5b35a39c5f877ba43637e183a0d6c425);background-repeat:no-repeat;opacity:.4}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)";opacity:.75}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)";opacity:.9}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.1);border-radius:1px;width:4px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.75);border-radius:1px;width:4px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px auto;width:100%}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.1);border-radius:2px;width:4px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.75);border-radius:2px;width:6px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;width:100%}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px auto;width:100%}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:2px;margin:7px auto;width:100%}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{margin:0 1px;width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;margin:-1px 0;width:16px}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;margin:0 -1px;width:16px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:50%}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");background-repeat:repeat-y;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)";opacity:.3}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-repeat:repeat-x;height:4px;margin:6px 0}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-image:linear-gradient(90deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0));background-repeat:repeat-y}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-image:linear-gradient(180deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0));background-repeat:repeat-x}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)";opacity:1}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px hsla(0,0%,100%,.2);width:8px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px hsla(0,0%,100%,.2);height:8px;margin:4px 0;width:100%}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:8px;margin:4px auto;width:100%}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)";opacity:1}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{border-radius:7px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius:5px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{bottom:0;box-shadow:inset 1px 0 0 hsla(0,0%,100%,.4);height:auto;left:0;margin:2px;position:absolute;right:0;top:0;width:12px}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4)}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 hsla(0,0%,100%,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{margin:12px 0;right:0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.2);width:6px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:6px;margin:5px 0;width:100%}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.2);width:12px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{bottom:0;height:auto;left:0;margin:3px 5px;position:absolute;right:0;top:0;width:6px}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{bottom:0;height:6px;left:0;margin:5px 3px;position:absolute;right:0;top:0;width:auto}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:12px;margin:2px 0;width:100%}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.9)}.typeahead__container button,.typeahead__container input,.typeahead__container optgroup,.typeahead__container select,.typeahead__container textarea{font:inherit;margin:0}.typeahead__container optgroup{font-weight:700}.typeahead__container button,.typeahead__container input{overflow:visible}.typeahead__container button,.typeahead__container select{text-transform:none}.typeahead__container [type=reset],.typeahead__container [type=submit],.typeahead__container button,.typeahead__container html [type=button]{-webkit-appearance:button}.typeahead__container [type=button]::-moz-focus-inner,.typeahead__container [type=reset]::-moz-focus-inner,.typeahead__container [type=submit]::-moz-focus-inner,.typeahead__container button::-moz-focus-inner{border-style:none;padding:0}.typeahead__container [type=button]:-moz-focusring,.typeahead__container [type=reset]:-moz-focusring,.typeahead__container [type=submit]:-moz-focusring,.typeahead__container button:-moz-focusring{outline:1px dotted ButtonText}.typeahead__container fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.typeahead__container legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.typeahead__container textarea{overflow:auto}.typeahead__container [type=checkbox],.typeahead__container [type=radio]{box-sizing:border-box;padding:0}.typeahead__container [type=number]::-webkit-inner-spin-button,.typeahead__container [type=number]::-webkit-outer-spin-button{height:auto}.typeahead__container [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.typeahead__container [type=search]::-webkit-search-cancel-button,.typeahead__container [type=search]::-webkit-search-decoration{-webkit-appearance:none}.typeahead__container ::-webkit-input-placeholder{color:inherit;opacity:.54}.typeahead__container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.typeahead__container{font:1rem Lato,Helvetica Neue,Arial,Helvetica,sans-serif;position:relative}.typeahead__container *{box-sizing:border-box;outline:0}.typeahead__query{position:relative;width:100%;z-index:2}.typeahead__filter{position:relative}.typeahead__filter button{min-width:100%;white-space:nowrap}.typeahead__filter button:after{border:4px solid transparent;border-top-color:currentcolor;content:"";display:inline-block;height:0;margin-left:4px;vertical-align:-2px;width:0}.typeahead__field{display:flex;position:relative;width:100%}.typeahead__button button{border-bottom-right-radius:2px;border-top-right-radius:2px}.typeahead__field{color:#555}.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #ccc;border-radius:2px 0 0 2px;box-sizing:border-box;display:block;line-height:1.25;min-height:calc(2.25rem + 2px);padding:.5rem .75rem;width:100%}.typeahead__field .typeahead__hint:active,.typeahead__field .typeahead__hint:focus,.typeahead__field [contenteditable]:active,.typeahead__field [contenteditable]:focus,.typeahead__field input:active,.typeahead__field input:focus,.typeahead__field textarea:active,.typeahead__field textarea:focus{border-color:#66afe9}.typeahead__field input[type=search],.typeahead__field input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.typeahead__field input[type=search]::-ms-clear{display:none;height:0;width:0}.typeahead__container.hint .typeahead__field [contenteditable],.typeahead__container.hint .typeahead__field input,.typeahead__container.hint .typeahead__field textarea{background:transparent}.typeahead__container.hint .typeahead__query>:last-child,.typeahead__hint{background:#fff}.typeahead__container button{background-color:#fff;border:1px solid #ccc;color:#555;cursor:pointer;display:inline-block;line-height:1.25;margin-bottom:0;padding:.5rem .75rem;text-align:center;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.typeahead__container button:focus,.typeahead__container button:hover{background-color:#f5f5f5;border-color:#b3b3b3;color:#3c3c3c}.typeahead__container button.active,.typeahead__container button:active{background-image:none}.typeahead__container button:active,.typeahead__container button:focus{border-color:#66afe9}.typeahead__container button.disabled,.typeahead__container button[disabled],.typeahead__container input.disabled,.typeahead__container input[disabled]{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed;opacity:.65;pointer-events:none}.typeahead__container .typeahead__field .typeahead__hint,.typeahead__container .typeahead__field .typeahead__label-container,.typeahead__container .typeahead__field [contenteditable],.typeahead__container .typeahead__field input,.typeahead__container .typeahead__field textarea{padding-right:32px}.typeahead__button,.typeahead__filter{z-index:1}.typeahead__button button,.typeahead__filter button{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.typeahead__button:active,.typeahead__button:active button:active,.typeahead__button:active button:focus,.typeahead__button:focus,.typeahead__button:focus button:active,.typeahead__button:focus button:focus,.typeahead__button:hover,.typeahead__button:hover button:active,.typeahead__button:hover button:focus,.typeahead__filter:active,.typeahead__filter:active button:active,.typeahead__filter:active button:focus,.typeahead__filter:focus,.typeahead__filter:focus button:active,.typeahead__filter:focus button:focus,.typeahead__filter:hover,.typeahead__filter:hover button:active,.typeahead__filter:hover button:focus{z-index:5}.typeahead__filter+.typeahead__button button{margin-left:-2px}.typeahead__container.filter .typeahead__filter{z-index:5}.typeahead__dropdown,.typeahead__list{background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:2px;left:0;list-style:none;margin:2px 0 0;min-width:160px;padding:5px 0;position:absolute;text-align:left;width:100%;z-index:4}.typeahead__result.detached .typeahead__list{left:auto;position:relative;top:auto;z-index:6}.typeahead__dropdown{left:auto;right:0;z-index:5}.typeahead__list>li{border-top:1px solid #ccc;position:relative}.typeahead__list>li:first-child{border-top:none}.typeahead__dropdown .typeahead__dropdown-item[disabled]>a,.typeahead__list .typeahead__item[disabled]>a{background-color:#fafafa;color:#bababa;cursor:not-allowed}.typeahead__dropdown .typeahead__dropdown-item>a,.typeahead__list .typeahead__item>a{clear:both;color:#333;display:block;padding:.5rem .75rem;text-decoration:none}.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,.typeahead__list .typeahead__item:not([disabled]).active>a,.typeahead__list .typeahead__item:not([disabled])>a:focus,.typeahead__list .typeahead__item:not([disabled])>a:hover{background-color:#f5f5f5;color:#3c3c3c}.typeahead__list.empty>li{color:#333;padding:.5rem .75rem}.typeahead__list>.typeahead__group{border-color:#bfdef6;font-weight:700}.typeahead__list>.typeahead__group:first-child{border-top:1px solid #bfdef6}.typeahead__list>.typeahead__group.active>a,.typeahead__list>.typeahead__group>a,.typeahead__list>.typeahead__group>a:focus,.typeahead__list>.typeahead__group>a:hover{background:#ecf5fc;clear:both;color:#17639f;cursor:default;display:block;padding:.5rem .75rem;text-decoration:none}.typeahead__list>li.typeahead__group+li.typeahead__item{border-color:#bfdef6}.typeahead__container.backdrop+.typeahead__backdrop,.typeahead__container.filter .typeahead__dropdown,.typeahead__container.hint .typeahead__hint,.typeahead__container.result .typeahead__list{display:block!important}.typeahead__container .typeahead__dropdown,.typeahead__container .typeahead__hint,.typeahead__container .typeahead__list,.typeahead__container+.typeahead__backdrop{display:none!important}.typeahead__dropdown li:last-child{border-top:1px solid #ccc;margin-top:5px;padding-top:5px}.typeahead__cancel-button{cursor:pointer;line-height:1.25;padding:.5rem .75rem;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;visibility:hidden}.typeahead__label .typeahead__cancel-button{right:4px;visibility:visible}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,.typeahead__label .typeahead__cancel-button{visibility:visible}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,.typeahead__label .typeahead__cancel-button:hover{color:#d0021b}.typeahead__search-icon{background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll 50% transparent;height:16px;padding:0 1.25rem;width:16px}.typeahead__container.loading .typeahead__query:after,.typeahead__container.loading .typeahead__query:before{border-radius:500rem;border-style:solid;border-width:.1em;box-sizing:border-box;content:"";height:1.35rem;margin-top:-.675rem;position:absolute;right:.55em;top:50%;transition:all 0s linear,opacity .2s ease;width:1.35rem;z-index:3}.typeahead__container.loading .typeahead__query:before{border-color:rgba(0,0,0,.35)}.typeahead__container.loading .typeahead__query:after{animation:a .6s linear;animation-iteration-count:infinite;border-color:#fff transparent transparent;box-shadow:0 0 0 1px transparent}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.typeahead__label-container{display:flex;flex-wrap:wrap;list-style:none;padding-left:6px;padding-top:.375rem;position:absolute;width:100%}.typeahead__label{background:#ecf5fc;border:1px solid #c2e0ff;border-radius:2px;display:flex;font-size:.875rem;margin-bottom:.375rem;margin-right:4px;padding-left:4px;position:relative}.typeahead__label>*{align-self:center}.typeahead__label .typeahead__cancel-button{border-left:1px solid #c2e0ff;font-size:.875rem;height:auto;line-height:normal;margin-left:4px;padding:calc(.25rem - 1px) 6px calc(.25rem + 1px);position:static}.typeahead__label .typeahead__cancel-button:hover{background-color:#d5e9f9}.faq-widget button,.faq-widget input,.faq-widget select,.faq-widget textarea{font-family:Calibri,sans-serif}.faq-widget input:active,.faq-widget input:focus,.faq-widget textarea:active,.faq-widget textarea:focus{outline:0}button:hover{cursor:pointer}.faq-widget{bottom:20px;font-family:Calibri!important;font-size:1rem;font-weight:400;max-height:100%;overflow-y:auto;position:fixed;right:10px;z-index:9999}.faq-widget-open{background-color:#fff;border:0 solid #f2f2f2;box-shadow:4px 14px 32px 1px rgba(0,0,0,.52);display:none;margin:10px 10px 66px;position:relative;right:20px;transition:all .2s linear;width:400px}@media (min-width:1600px){.faq-widget-open{width:440px}}.visible{opacity:1!important;transition:all 1s linear;visibility:visible!important}#chat_invite{background-color:rgba(182,25,40,.8);border:1px solid #fff;border-bottom-right-radius:15px;border-top-left-radius:15px;bottom:28px;box-shadow:2px 1px 5px -1px rgba(0,0,0,.52);color:#fff;right:100px;width:230px}#chat_open{background-image:url(/templates/clean-bootstrapv2/images/bot.png?a012d3ab93d6662042f0bab16d16db7d);border:3px solid #fff;bottom:15px;box-shadow:0 0 7px 1px rgba(0,0,0,.52);height:80px;right:15px;width:80px}#close_widget{background-color:rgba(182,25,40,.8);background-image:url(/templates/clean-bootstrapv2/images/X.png?17205ed66689195e2a779b95798dbffc);background-position:50%;background-repeat:no-repeat;background-size:50%;border:0 solid transparent;border-radius:50%;bottom:78px;box-shadow:2px 1px 5px -1px rgba(0,0,0,.52);cursor:pointer;height:20px;position:absolute;right:20px;width:20px}.faq-widget-header{align-items:center;background-color:#b51a29;color:#fff;display:flex;padding:10px;text-align:center}@media (max-width:480px){.faq-widget-header{padding:14px 16px 8px}}@media (max-width:1600px){.faq-widget-header{padding:12px 16px 10px}}.faq-widget-header .faq-window-title-separator{background-color:#cd8289;margin:0 10px;width:1px}@media (max-width:400px){.faq-widget-header .faq-window-title-separator{margin:0 5px}}#faq-widget-close{cursor:pointer;margin-left:auto}@media (min-width:400px){#faq-widget-close{position:relative;right:-10px;top:-8px}}.faq-widget-chat{box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:scroll;padding:10px 0 0;position:relative}.faq-widget-chat-message{align-items:center;display:flex;margin-right:15px;position:relative}.head{margin-left:15px;padding:10px;position:relative;text-align:center;top:10px}.head img{border:1px solid #fff;border-radius:50%;-webkit-clip-path:circle(27px at center);clip-path:circle(27px at center);width:60px}.head p{margin:0;position:relative}.faq-widget-chat-message .message{background:#f3f4f5;border-radius:.4em;margin:5px 5px 5px 20px;max-width:70%;padding:1px 15px;position:relative;width:70%}.faq-widget-chat-message .message button{-webkit-appearance:none;-moz-appearance:none;background-color:#f5f5f5;border:1px solid #565b5d;border-radius:5px;font-size:14px;margin:8px 3px 3px;padding:3px 4px}.faq-widget-chat-message .message p{margin:10px 0}.faq-widget-chat-message .message:after{border:10px solid transparent;content:"";height:0;margin-top:-10px;position:absolute;top:50%;width:0}.faq-widget-chat-message.msg-bot .message{background-color:#fff;border:1px solid #dcdcdc}.faq-widget-chat-message.msg-bot .message:before{border:10px solid transparent;border-right-color:#dcdcdc;content:"";height:0;left:0;margin-left:-20px;margin-top:-10px;position:absolute;top:50%;width:0}.faq-widget-chat-message.msg-bot .message:after{border:8px solid transparent;border-right-color:#fff;left:0;margin-left:-16px;margin-top:-8px}.faq-widget-chat-message.msg-user{padding-left:20px}.faq-widget-chat-message.msg-user .message{margin-left:auto}.faq-widget-chat-message.msg-user .message:after{border-left-color:#dcdcdc;border-right:0;margin-right:-10px;right:0}.message button{-webkit-appearance:none;-moz-appearance:none;background-color:#f5f5f5;border:1px solid #565b5d;border-radius:5px;font-size:14px;margin:8px 3px 3px;padding:3px 4px}.faq-widget-coms{border:1px solid #e6f1f4;margin:10px;padding:0 10px 0 5px}.faq-widget-coms form{display:flex;justify-content:space-between;margin:0}.typeahead__container{width:100%}.typeahead__field{border-color:transparent!important;box-shadow:none!important;outline-offset:0!important}.typeahead__query{z-index:99999}#faq-searchphrase{border-color:transparent;box-shadow:none}.typeahead__field input{border:0;outline:0;outline-offset:0;z-index:99999}.typeahead__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;background:0 0;border:0;display:flex;z-index:99999}.typeahead__list{display:block!important;height:110px;overflow:auto;z-index:99999}.faq-widget-coms form button{-webkit-appearance:none;-moz-appearance:none;background:0 0;border:0;cursor:pointer;margin-bottom:0;padding:0}.faq-widget-links{color:#000;font-size:14px;text-align:center}.faq-widget-links a{color:#b51a29;text-decoration:none}.shown{animation:none!important}@media screen and (max-width:500px){#chat_invite{text-align:center;width:50vw}.faq-widget-open{right:0;width:85vw}}@media screen and (max-width:600px){#chat_invite{text-align:center;width:50vw}}@media screen and (max-height:680px){.faq-widget-open{margin-bottom:26px}}@media screen and (max-height:500px){.faq-widget{max-height:100vh}.typeahead__display{font-size:95%}}#cookies{z-index:20000}#open-widget-container{background:transparent;border:none;display:block;height:78px;margin:3px;width:290px}.faq-widget{bottom:0!important;max-height:100%!important;overflow:hidden;padding:0 0 20px 64px!important;right:5px!important}.faq-widget .head{display:none}.faq-widget-button{-webkit-appearance:none;-moz-appearance:none;background:transparent;border:0}.faq-widget-button a{color:#000;text-decoration:none!important}#chat_invite{align-items:center;background-color:#fff;border:1px solid #65696a;border-radius:15px 15px 0 15px;bottom:35px;color:#5b6063;cursor:pointer;display:flex;height:auto;justify-content:center;margin-right:10px;padding:15px;position:absolute;right:90px;width:190px}#chat_invite:before{background:linear-gradient(90deg,#00749a 26%,#b61928 57%);border-bottom-left-radius:15px;border-top-left-radius:15px;border-top-right-radius:15px;bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;transform:skew(1.5deg,1.5deg);z-index:-1}#chat_open{background-image:url(/templates/clean-bootstrapv2/images/FAQ-ico.png?546cb76a73e95370894dece03892bafa);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #626669;border-radius:50%;bottom:24px;box-shadow:none;cursor:pointer;height:76px;position:absolute;right:5px;width:76px}#faq-widget-close{background-color:transparent;border:none}#close_widget,.head{display:none}.message a{color:#b51a29;text-decoration:none}.message a:hover{color:#000;text-decoration:underline}.faq-widget-links a{transition:all .2s linear}.faq-widget-links a:hover{color:#000;text-decoration:underline}.horizontal-buttons{list-style-type:none;margin:0;padding:0}.horizontal-buttons__item{display:inline-block;padding:0 20px 0 0;vertical-align:middle}.horizontal-buttons__item:last-child{padding-right:0}.typeahead__container button:hover{background:none}.faq-widget-chat-message .message{margin:20px 10px 20px 30px!important;max-width:100%!important;width:100%!important}.faq-widget-open{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important;border-top-left-radius:8px!important;border-top-right-radius:8px!important;box-shadow:1px 4px 34px rgba(0,0,0,.2)!important;margin-bottom:46px!important;right:15px!important}@media (max-width:1400px){.faq-widget-open{margin-bottom:26px!important}}@media (max-width:1100px){.faq-widget-open{margin-bottom:0!important}}.faq-widget-header{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.faq-widget-header .faq-window-icon-title__icon{width:75px}@media (min-width:400px){.faq-widget-header .faq-window-icon-title__icon{width:100px}}.faq-widget-chat-message.msg-bot .message{border:1px solid #626769;border-top-left-radius:1px}.faq-widget-chat-message.msg-bot .message:before{border-right-color:#626769;display:none!important}.faq-widget-chat-message.msg-bot .message:after{display:none!important}.faq-widget-chat-message.msg-user .message{border-bottom-right-radius:1px}.faq-widget-chat-message.msg-user .message:after{display:none!important}.faq-widget-chat-message .message{border-radius:13px}.chat-finished-section{padding:0 0 20px}.chat-question{background:0;border:0;display:block}.line{display:block}.spectacular-menu>ul{list-style-type:none;margin:0;padding:0}.spectacular-menu>ul>li{display:block;margin:0;padding:0;position:relative}.spectacular-menu>ul>li:before{background:#f3f4f5;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.spectacular-menu-item{color:#000;cursor:pointer;display:block;outline-offset:1px;position:relative;text-decoration:none;z-index:4}.spectacular-menu-item:active{outline:1px dotted #05a}.spectacular-menu-item:focus,.spectacular-menu-item:hover{z-index:5}.spectacular-menu-item:focus .spectacular-menu-item__wrapper,.spectacular-menu-item:hover .spectacular-menu-item__wrapper{background:#fafafa}.spectacular-menu-item__wrapper{border-left:5px solid #00a097;padding:27px 0;transition:all .2s linear}@media (max-width:1600px){.spectacular-menu-item__wrapper{padding:34px 0}.spectacular-menu-item__wrapper.search{padding:16px 0}}.spectacular-menu-item__inner{padding:0 20px}@media (max-width:1600px){.spectacular-menu-item__inner{padding:0 16px}}.spectacular-menu-item__container{padding:0 0 0 60px;position:relative}@media (max-width:1600px){.spectacular-menu-item__container{padding-left:50px}}.spectacular-menu-item__icon-container{left:0;position:absolute;top:50%;transform:translate3d(0,-50%,0);width:35px}@media (max-width:1600px){.spectacular-menu-item__icon-container{width:28px}}.spectacular-menu-item__icon{height:35px;width:35px}@media (max-width:1600px){.spectacular-menu-item__icon{height:28px;width:28px}}.spectacular-menu-item__arrow-container{position:absolute;right:0;top:50%;transform:translate3d(0,-50%,0);width:16px}@media (max-width:1600px){.spectacular-menu-item__arrow-container{width:18px}}.spectacular-menu-item__arrow{height:16px;width:16px}@media (max-width:1600px){.spectacular-menu-item__arrow{height:18px;width:18px}}.spectacular-menu-item__content{font-size:18px}.spectacular-menu-item--color-01 .spectacular-menu-item__wrapper{border-color:#0c7492}.spectacular-menu-item--color-02 .spectacular-menu-item__wrapper{border-color:#d66011}.spectacular-menu-item--color-03 .spectacular-menu-item__wrapper{border-color:#b61929}.faq-widget__menu-header{background:url(/templates/clean-bootstrapv2/images/header-background.jpeg?44ee6b8b1f5931438d3fe351b8714adb) no-repeat 50%;background-size:cover;padding:40px 30px 40px 200px;text-align:center}@media (max-width:1600px){.faq-widget__menu-header{padding-bottom:20px;padding-top:20px}}@media (max-height:630px),(max-width:480px){.faq-widget__menu-header{display:none}}.faq-widget__menu-title{font-size:20px;font-weight:400;text-align:center}.faq-widget-chat-message .head{display:none}.chat-container{box-sizing:border-box;height:100%;padding:0 0 60px;position:relative}.faq-widget__search-container{bottom:0;left:0;position:absolute;width:100%}.faq-widget__footer{background:#f3f4f5;border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important;padding:12px 0;text-align:center}.faq-widget__footer p{margin:0;padding:0}.simple-content-manager,.simple-content-manager__wrapper{position:relative}.simple-content-manager__back{cursor:pointer}.simple-content-manager__menu{position:relative;transition:all .2s linear;z-index:3000}.simple-content-manager__menu-item.active{background:#f3f4f5}.simple-content-manager__content-container{box-sizing:border-box;height:100%;left:0;padding:0 0 0 45px;position:absolute;top:0;width:100%}.simple-content-manager__content-wrapper{box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;padding:20px 0}.simple-content-manager__content-item{height:100%;position:relative}.simple-content-manager__menu.active{width:45px}.simple-content-manager__menu.active:after{background:#f3f4f5;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:1px}.simple-content-manager__menu.active .faq-widget__menu-header,.simple-content-manager__menu.active .spectacular-menu-item__arrow-container,.simple-content-manager__menu.active .spectacular-menu-item__content-container{display:none}.simple-content-manager__menu.active .spectacular-menu-item__wrapper{box-sizing:content-box;min-height:35px;padding:48px 0}@media (max-width:1600px){.simple-content-manager__menu.active .spectacular-menu-item__wrapper{padding:35px 0}}.simple-content-manager__menu.active .spectacular-menu-item__inner{padding:0 6px}.simple-content-manager__menu.active .spectacular-menu-item__icon{height:28px;width:28px}.simple-content-manager__menu.active .spectacular-menu-item__container{padding:0}.simple-content-manager__menu.active .spectacular-menu-item__icon-container{position:relative;transform:none}.simple-content-manager__content-item{display:none}.faq-window-content{padding:0 36px 0 20px}.faq-window-content--narrower{margin:0 10px}.faq-window-simple-title{font-family:NovelPro,serif;font-size:23px;font-weight:100;margin:0;padding:0}@media (max-width:480px){.faq-window-simple-title{font-size:17px}}.faq-window-icon-title{display:flex}.faq-window-icon-title__icon{display:block}.faq-window-subsection-title{font-size:14px;font-weight:700;line-height:22px;margin:0;padding:0;width:90%}.faq-window-subsection-title--shy{font-weight:400}.icon-label{color:#b61929;font-size:16px}.icon-label a{color:#b61929;text-decoration:none;transition:all .2s linear}.icon-label a:hover{color:#000;text-decoration:underline}.icon-label__container{padding:0 0 0 38px;position:relative}.icon-label__container:after{clear:both;content:"";display:block}.icon-label__icon-container{left:0;position:absolute;top:50%;transform:translate3d(0,-50%,0);width:28px}.icon-label__icon{display:block}.plain-list{list-style-type:none;margin:0;padding:0}.plain-list>li{display:block;margin:0;padding:0}.subsections{list-style-type:none;margin:0;padding:0}.subsections>li{display:block;padding:15px 0;position:relative}.subsections>li:first-child{padding-top:0}.subsections>li:last-child{padding-bottom:0}.subsections>li:last-child:after{display:none}.subsections>li:after{background:#e2e4e5;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.subsection__header{padding:0}.subsection__row{padding:10px 0}.subsection__row:first-child{padding-top:0}.subsection__row:last-child{padding-bottom:0}.contact-info__phone-container{display:inline-block;vertical-align:middle}@media (max-width:480px){.contact-info__phone-container{display:block}}.contact-info__content-container{display:inline-block;font-size:14px;line-height:22px;padding:0 0 0 40px;vertical-align:middle}@media (max-width:1600px){.contact-info__content-container{padding-left:20px}}@media (max-width:480px){.contact-info__content-container{display:block;padding:20px 0 0}}.text{font-size:14px;line-height:22px}.text p{margin:0}.text a{color:#b61929;text-decoration:none}.text a:hover{text-decoration:underline}.custom-button{background:none;border:0;color:#000;display:inline-block;font-size:16px;font-weight:400;transition:all .2s linear}@media (max-width:1600px){.custom-button{font-size:14px}}.custom-button__wrapper{border-radius:5px;padding:8px 25px;position:relative;transition:all .2s linear}.custom-button__wrapper:before{border:1px solid #b61929;border-radius:5px;box-sizing:border-box;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.custom-button:hover{color:#fff}.custom-button:hover .custom-button__wrapper{background:#b61929}.simple-button{background:none;border:1px solid #b61929;border-radius:8px;padding:5px 20px;transition:all .2s linear}.simple-button:focus,.simple-button:hover{background:#b61929;color:#fff}.faq-widget-coms form button{background:none}.simple-form__wrapper{border:0;display:block}.simple-form__field-container{display:flex;margin-bottom:.5rem;padding:2px 0}@media (max-width:479.98px){.simple-form__field-container{display:block}}.simple-form__field-container .form-field{display:block;flex-grow:1;flex-shrink:0;max-width:100%}.simple-form__field-container .form-field:not(:only-child){flex-basis:50%}.simple-form__field-container .form-field:not(:only-child)[for=callback-form-day],.simple-form__field-container .form-field:not(:only-child)[for=callback-form-timeslot]{flex-basis:auto}.simple-form__field-container .form-field:not(:only-child):not(:first-child){padding-left:4px}.simple-form__field-container .form-field:not(:only-child):not(:last-child){padding-right:4px}@media (max-width:479.98px){.simple-form__field-container .form-field:not(:only-child){padding-left:0;padding-right:0}}.simple-form__field-container .form-field__header{padding:0 0 5px}.simple-form__field-container .form-field__title{font-size:14px;font-weight:400;margin:0;padding:0}@media (max-width:1600px){.simple-form__field-container .form-field__title{font-size:13px}}.simple-form__field-container .form-field__core{background:#f3f4f5;border:1px solid transparent;box-sizing:border-box;display:block;font-size:14px;padding:8px 12px;scrollbar-width:thin;transition:all .2s linear;width:100%}@media (max-width:1600px){.simple-form__field-container .form-field__core{font-size:13px;padding:5px 10px}}.simple-form__field-container .form-field__core:focus{border-color:#000}.simple-form__field-container .form-field.error .form-field__core{border-color:#c00}.simple-form__field-container .form-field--required .form-field__title:after{color:#b61929;content:"*";padding:0 0 0 2px}.simple-form__button-container{padding:20px 0 0;text-align:right}@media (max-width:1600px){.simple-form__button-container{padding-top:15px}}.simple-form__info-container{display:none;padding:10px 0 0}.livechat{height:100%}.livechat__offline-info{padding:0 0 20px}.livechat__pre-survey{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.livechat__message-box{padding:0 10px 0 0}.livechat__chat-info{color:#c4c4c4;font-size:14px;font-weight:700;padding:20px 0;text-align:center}.livechat__chat-button{text-align:center}.livechat__offline-info-container{background:#fff;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}#lc{position:relative}.chat-note{border:1px solid #f3f4f5;padding:10px 15px}.chat-note--success{border-color:#2cab00}.form__info-container{padding:10px 0 0}.form__info{font-size:14px;text-align:center}@media (min-width:768px){.form__info{text-align:left}}.single-checkbox__inner{padding:0 0 0 28px;position:relative;text-align:left}.single-checkbox__description{color:#000;font-size:12px;font-weight:300;line-height:18px;padding:0}@media (min-width:1800px){.single-checkbox__description{font-size:13px;line-height:19px}}.single-checkbox__description p{margin:0;padding:3px 0}.single-checkbox__description p:first-child{padding-top:0}.single-checkbox__description p:last-child{padding-bottom:0}.single-checkbox__field-container{left:0;position:absolute;top:2px}.single-checkbox__link{color:#b61929;text-decoration:underline}.choice-field,.choice-field__wrapper{display:block;position:relative}.choice-field__wrapper{border:1px solid #777;padding:2px;transition:all .2s linear}.choice-field__wrapper:before{border:1px solid #0c7492;box-sizing:content-box;content:"";display:block;height:100%;left:-4px;opacity:0;padding:3px;position:absolute;top:-4px;transition:all .2s linear;width:100%}.choice-field__inner{background:#b61929;height:10px;opacity:0;transition:all .2s linear;width:10px}.choice-field input{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.choice-field input:checked~.choice-field__wrapper .choice-field__inner{opacity:1}.choice-field input:focus~.choice-field__wrapper{background:#e6e7e8;border-color:#000}.choice-field input:focus~.choice-field__wrapper:before{opacity:1}.choice-field.error .choice-field__wrapper{border-color:#c00}.error{color:#c00}.tooltip-item{position:relative}.tooltip-item__tooltip-container{bottom:100%;display:none;left:50%;max-width:100%;padding:0 0 10px;position:absolute;transform:translate3d(-50%,0,0);width:400px}.tooltip-item__button{cursor:pointer}.local-tooltip{background:#fff;background:#f7f7f7;box-shadow:0 .6rem 3rem rgba(0,0,0,.25);font-size:12px;line-height:18px;position:relative;text-align:center}.local-tooltip__wrapper{padding:30px 16px 8px}.local-tooltip__wrapper a{color:#b61929;text-decoration:none}.local-tooltip__wrapper a:hover{text-decoration:underline}.local-tooltip__close-container{position:absolute;right:6px;top:6px}.local-tooltip__close{cursor:pointer}#send-button{border:0}#lc{display:flex;flex-direction:column;height:100%;opacity:1;transition:all .1s ease-out}#lc-minimized{align-items:center;background-color:#0d47a1;border-radius:50%;bottom:1.5em;box-shadow:0 15px 50px 0 rgba(0,0,0,.3);display:flex;height:4em;justify-content:center;opacity:0;position:fixed;right:1.5em;transform:scale(.1);transition:all .2s ease-out;width:4em;z-index:100}#lc-minimized:hover{cursor:pointer}#lc-minimized.minimized{opacity:1;transform:none}#lc>div:first-child{border-radius:10px 10px 0 0}#lc>div:last-child,#message-input,#send-button{background:none;border:0;border-radius:0 0 10px 10px}#lc.minimized{opacity:0;transform:scale(.8) translate(10%,30%)}#back,#minimize{color:#fff;padding:0}#lc.minimized #minimize{transform:rotate(180deg)}#chat{flex-grow:1;overflow-y:auto;padding:20px 0;position:relative}.chat-item{border-bottom:1px solid #dce1e6;display:flex;max-width:100%;padding:2em 1em}.chat-item:hover{background-color:#d9e1ea;cursor:pointer}.chat-item-content{color:#636f7e;flex-grow:1;min-width:0}.chat-item-content-row{line-height:1.5em}.chat-item-content-authors,.chat-item-content-row{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-item-content-authors{flex-grow:1}.chat-item-content-text{font-size:.875em}.chat-item-content>div:first-child{display:flex;font-size:.75em;opacity:.6}.message-list{align-items:flex-end;background-color:#e9eef4;display:none;flex-direction:column;flex-grow:1;min-height:0;overflow-y:auto;position:relative}#lc-header{background-color:#fff;box-shadow:0 15px 50px 0 rgba(0,0,0,.3);color:#5a6976;display:flex;flex-shrink:0;height:4em;justify-content:space-between;padding:.5em 1em;position:relative;z-index:1}#lc-header,#lc-header div{line-height:3em}#message-input{border:0;flex-grow:1;font-size:1em;height:3em;padding:0 1em;resize:none}#message-input::-moz-placeholder{color:#b2bbc6}#message-input::placeholder{color:#b2bbc6}#lc .message-container{align-items:flex-start;display:flex;flex-shrink:0;margin-bottom:.5em;margin-left:auto;margin-right:auto;max-width:90%}#lc .message{word-wrap:break-word;background-color:#f3f4f5;border-radius:13px!important;border-bottom-right-radius:1px!important;color:#000;max-width:100%;padding:.9em}.message-container.agent{align-self:flex-start}.message-container.customer{justify-content:flex-end}#lc .message-container.agent .message{background-color:#fff;border:1px solid #f3f4f5;border-radius:13px!important;border-top-left-radius:1px!important;color:#000}.message-container.system{align-self:center}.message-container.system .message{background-color:transparent;border-radius:0;box-shadow:none;color:#000}.agent-avatar,.customer-letter-wrapper{border-radius:50%;display:block;height:auto;margin-right:.5em;width:2.4em}.customer-letter-wrapper{background-color:#e6958d}.customer-letter{color:#fff;display:block;line-height:2.4em;text-align:center}#textarea-wrapper{display:flex;width:100%}#send-button{background-color:#fff;color:#000;font-size:1em}#offline-message{background-color:#fff;border-radius:.5em;box-shadow:0 2px 4px rgba(0,0,0,.03);color:#5a6976;padding:.5em;position:absolute;text-align:center;top:1em;transition:all .2s ease-out}#offline-message.hide{opacity:0}.offline-icon{font-size:2em}.resizable-svg{height:auto;width:100%}#lc-loader,.callback-loader{left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:3em}#lc-loader .circle,.callback-loader .circle{animation:spin 1s linear infinite;transform-origin:36px 36px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.faq-widget .widget-search-form .widget-search-form-label,.faq-widget .widget-search-form .widget-search-form-label .form-search{width:100%}.faq-widget .single-checkbox__description p:not(:last-of-type):after{color:#b61929;content:"*";padding:0 0 0 2px}.faq-widget #callback-form-day,.faq-widget #callback-form-timeslot{height:150px}

/*# sourceMappingURL=custom-theme.min.css.map*/