/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*
 * CSSMap plugin - THEMES
 * version: 5.5
 * web: http://cssmapsplugin.com
 *
 * author: Łukasz Popardowski { Winston_Wolf }
 * license: http://cssmapsplugin.com/license
 * FAQ: http://cssmapsplugin.com/faq
 *
 * email: http://cssmapsplugin.com/contact
 * twitter: @CSSMapplugin
*/

/* ---------------------------------------------------------------------------------------------------- *
                                       TOOLTIPS - DEFAULT
 * ---------------------------------------------------------------------------------------------------- */
.cssmap > li a,.cssmap > li a:hover,.cssmap-tooltip-content{
  background: #111;
  background: rgba(0,0,0,.8);
  color: #eee;
  font: normal 12px 'Lucida Grande',Arial,Helvetica,sans-serif;
  padding: .4em 1em;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
  -moz-border-radius: .4em;
  -ms-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
 }
 .cssmap-1450 .cssmap > li a,.cssmap-1280 .cssmap > li a{ font-size: 14px }
 .cssmap-650 .cssmap > li a{ font-size: 11px }
 .cssmap-540 .cssmap > li a,.cssmap-430 .cssmap > li a,.cssmap-320 .cssmap > li a,
 .cssmap-250 .cssmap > li a,.cssmap-210 .cssmap > li a{ font-size: 10px !important}
 
    /* tooltip arrow; when you change its size don't forget to set tooltipArrowHeight option in the cssMap(); function */
    .cssmap > li a .tooltip-arrow{
      bottom: -5px; /* must be the same as a border-width */
      border: solid;
      border-color: #111 transparent;
      border-color: rgba(0,0,0,.8) transparent;
      border-width: 5px 5px 0 5px; /* this's a height of the arrow */
      margin-left: -5px; /* must be the same as a border-width */
    }
    .cssmap > li a.tooltip-right .tooltip-arrow{
      margin-right: -5px; /* must be the same as a tooltip-arrow border-width */
    }
    .cssmap > li a.tooltip-top .tooltip-arrow{ /* set tooltip under the arrow */
      border-width:0 5px 5px 5px;
      top: -5px;
    }
  
  .cssmap > li a small,.cssmap > li a:hover small,.cssmap-tooltip-content small,
  .cssmap > li a abbr,.cssmap > li a:hover abbr,.cssmap-tooltip-content abbr{ display:block; font-size: .8em }

/* MARKER/PIN TOOLTIP */
.cssmap-pin .cssmap-tooltip-content{
  padding: 1em;
  text-align:left;
  white-space: normal;
  max-width: 15em
 }

/* ---------------------------------------------------------------------------------------------------- *
                                  WHITE STYLE TOOLTIPS
 * ---------------------------------------------------------------------------------------------------- */
.cssmap-dark li a,.cssmap-dark li a:hover,.cssmap-tooltip-content.cssmap-dark{background:#eee;background: rgba(255,255,255,.9);border:2px solid #fff;color:#333;font-weight: bold;text-shadow:0 .1em 0 #fff;-moz-border-radius:.4em;-webkit-border-radius:.4em;border-radius:.4em}
 .cssmap-dark li a .tooltip-arrow{bottom:-7px;border:solid;border-color:#fff transparent;border-width:7px 7px 0 7px;content:"";display:block;left:50%;margin-left:-7px;position:absolute;width:0}
 .cssmap-dark li a.tooltip-right .tooltip-arrow{margin-right: -7px}
 .cssmap-dark li a.tooltip-top .tooltip-arrow{border-width:0 7px 7px 7px;top: -7px}

/* ---------------------------------------------------------------------------------------------------- *
                                 VINTAGE STYLE TOOLTIPS
 * ---------------------------------------------------------------------------------------------------- */
.cssmap-vintage li a,.cssmap-vintage li a:hover,.cssmap-tooltip-content.cssmap-vintage{background: #333;border:2px solid #e9e8c9;color:#f5f5f5;text-shadow:0 1px 0 #000;-moz-border-radius:.6em;-ms-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em;-moz-box-shadow:0 0 4px #736357;-webkit-box-shadow:0 0 4px #736357;box-shadow:0 0 4px #736357}
 .cssmap-vintage li a .tooltip-arrow{bottom:-7px;border:solid;border-color:#e9e8c9 transparent;border-width:7px 7px 0 7px;content:"";display:block;left:50%;margin-left:-7px;position:absolute;width:0}
 .cssmap-vintage li a .tooltip-arrow:after{bottom:3px;border:solid;border-color:#333 transparent;border-width:4px 4px 0 4px;content:"";display:block;left:50%;margin-left:-4px;position:absolute;width:0}
 .cssmap-vintage li a.tooltip-right .tooltip-arrow{margin-right: -7px}
 .cssmap-vintage li a.tooltip-top .tooltip-arrow{border-width:0 7px 7px 7px;top: -7px}

/* ---------------------------------------------------------------------------------------------------- *
                                 VISIBLE LIST OF REGIONS
 * ---------------------------------------------------------------------------------------------------- */
.cssmap-visible-list a{}
  /* SELECTED REGION */
  .cssmap-visible-list a:hover,.cssmap-visible-list a:focus,.cssmap-visible-list li.focus a{}
  /* ACTIVE REGION */
  .cssmap-visible-list a:active,.cssmap-visible-list li.active-region a{}

/* ---------------------------------------------------------------------------------------------------- *
                        SEARCH LINK - SHOWN IN THE MULTIPLE CLICKS MODE
 * ---------------------------------------------------------------------------------------------------- */
.cssmap-search-link{
  bottom:0;
  right:0
 }
 /* SELECTED SEARCH LINK */
 a.cssmap-search-link:hover,a.cssmap-search-link:focus{}

/* ---------------------------------------------------------------------------------------------------- *
                                        NAVIGATION
 * ---------------------------------------------------------------------------------------------------- */
.cssmap-navigation{ text-align: center }

  /* LIST OF NAVIGATION CONTROLS */
  .cssmap-nav-list{}
   .cssmap-nav-list li{ 
     display:inline-block; 
     margin: 0 .5em;
    }
    .cssmap-nav-next{} /* LIST ITEM */
    .cssmap-nav-prev{} /* LIST ITEM */
    .cssmap-nav-separator{} /* LIST ITEM */

  /* LABEL OF THE NAVIGATION - THE H5 HEADER (OPTIONAL) */
  .cssmap-nav-label{}

  /* DESCRIPTION SHOWN ABOVE THE NAVIGATION (OPTIONAL) */
  .cssmap-nav-description{}

/* ---------------------------------------------------------------------------------------------------- *
                                        PRELOADER
 * ---------------------------------------------------------------------------------------------------- */
.cssmap-loader{
  background: #111;
  background: rgba(0,0,0,.8);
  color: #eee;
  font: normal 14px 'Lucida Grande',Arial,sans-serif;
  padding: .4em 1em;
  text-shadow: 0 1px 0 #000;
  -moz-border-radius: .4em;
  -ms-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
 }
 .cssmap-1450 .cssmap-loader,.cssmap-1280 .cssmap-loader{font-size:16px}
 .cssmap-540 .cssmap-loader,.cssmap-430 .cssmap-loader{font-size:12px}
 .cssmap-320 .cssmap-loader{font-size:11px}
 .cssmap-250 .cssmap-loader{font-size:10px}
 .cssmap-210 .cssmap-loader{font-size:9px}

/* ---------------------------------------------------------------------------------------------------- *
 *                               DO NOT EDIT FROM THIS POINT!
 * ---------------------------------------------------------------------------------------------------- */
.cssmap-container{margin:0 auto;overflow:hidden;padding:0 !important;position:relative} .cssmap-container,.cssmap-container *,.cssmap-markers-container,.cssmap-markers-container *{-moz-box-sizing: content-box !important;-webkit-box-sizing: content-box !important;box-sizing: content-box !important;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-o-backface-visibility: hidden;-webkit-backface-visibility: hidden;backface-visibility: hidden} .cssmap{border:0 none !important;display:block;left:0;margin:0 !important;list-style:none !important;padding:0 !important;position:relative} .cssmap > li{height:0;width:0} .cssmap > li a{height:auto;margin:0 0 0 -9999px;position:absolute;text-decoration:none;width:auto;z-index:89} .cssmap > li a:focus{outline:0 none} .cssmap-container span,.cssmap-cities{display:block;height:0;left:0;position:absolute;top:-9999px;width:0} .cssmap > li a.tooltip-right{left:auto;right:0;width:auto} .cssmap > li a .tooltip-arrow{left:50%;top:auto} .cssmap > li a.tooltip-middle .tooltip-arrow{display:none} .cssmap > li a.tooltip-top .tooltip-arrow{bottom:auto} .cssmap > li a.tooltip-right .tooltip-arrow{left:auto} #cssmap-tooltip{position:absolute;z-index:999} .cssmap-container .cssmap-cities{top:0;z-index:88} .cssmap .bg{padding:10px} .cssmap .active-region .bg{z-index:87} .cssmap .m{cursor:pointer;z-index:99} .cssmap .m span{z-index:89} .cssmap-visible-list-container{margin:0;overflow:hidden;position:relative;z-index:300} .cssmap-visible-list{list-style:none;padding-left:0;padding-right:0} .cssmap-marker img{border:0 none} span.cssmap-loader{height:auto;position:absolute;text-align:center;width:auto;z-index:90} .cssmap-error{margin:2em 0;text-align:left;width:100%} .cssmap-signature{clear:both;font-size:10px;margin:1em 0;overflow:hidden;position:relative;text-align:center;width:100%} .cssmap-signature a{text-decoration: none !important} .cssmap-search-link{position:absolute;z-index:100 !important}
/*
 * CSSMap plugin - Poland [ http://cssmapsplugin.com/get/poland ]
 * version: 5.5
 *
 * author: Łukasz Popardowski { Winston_Wolf }
 * license: http://cssmapsplugin.com/license
 * FAQ: http://cssmapsplugin.com/faq
 *
 * email: http://cssmapsplugin.com/contact
 * twitter: @CSSMapplugin

 * ---------------------------------------------------------------------------------------------------- *
 *                               DO NOT EDIT FROM THIS POINT!                                           *
 * ---------------------------------------------------------------------------------------------------- */
.pl1 .s1{height:.2em;left:4.1em;top:12em;width:.4em}.pl1 .s2{height:.1em;left:4.1em;top:11.9em;width:.5em}.pl1 .s3{height:.1em;left:4.1em;top:11.8em;width:.8em}.pl1 .s4{height:.1em;left:4em;top:11.7em;width:.9em}.pl1 .s5{height:.2em;left:3.9em;top:11.5em;width:.9em}.pl1 .s6{height:.2em;left:3.6em;top:11.3em;width:.1em}.pl1 .s7{height:.3em;left:3.7em;top:11.2em;width:1em}.pl1 .s8{height:.2em;left:3.9em;top:11.1em;width:1em}.pl1 .s9{height:.1em;left:3.9em;top:11em;width:1.1em}.pl1 .s10{height:.1em;left:3.3em;top:10.9em;width:1.8em}.pl1 .s11{height:.1em;left:3.3em;top:10.8em;width:1.9em}.pl1 .s12{height:.1em;left:3em;top:10.7em;width:2.2em}.pl1 .s13{height:.1em;left:3.3em;top:8.1em;width:.1em}.pl1 .s14{height:.1em;left:3.2em;top:8.2em;width:.4em}.pl1 .s15{height:.1em;left:3.1em;top:8.3em;width:.6em}.pl1 .s16{height:.1em;left:3.9em;top:8.1em;width:.2em}.pl1 .s17{height:.1em;left:3.9em;top:8.2em;width:.4em}.pl1 .s18{height:.1em;left:3.8em;top:8.3em;width:.5em}.pl1 .s19{height:.1em;left:3.1em;top:8.4em;width:1.2em}.pl1 .s20{height:.1em;left:3em;top:8.5em;width:1.5em}.pl1 .s21{height:.1em;left:3em;top:8.6em;width:1.7em}.pl1 .s22{height:.1em;left:5.9em;top:9.2em;width:.1em}.pl1 .s23{height:.2em;left:5.9em;top:9.4em;width:.1em}.pl1 .s24{height:.6em;left:5.7em;top:9em;width:.2em}.pl1 .s25{height:.9em;left:5.6em;top:9em;width:.1em}.pl1 .s26{height:.2em;left:5.6em;top:8.6em;width:.1em}.pl1 .s27{height:.2em;left:5.1em;top:8.5em;width:.5em}.pl1 .s28{height:1.9em;left:5em;top:8.6em;width:.3em}.pl1 .s29{height:.3em;left:2.7em;top:10.4em;width:2.5em}.pl1 .s30{height:.2em;left:1.5em;top:10.2em;width:.1em}.pl1 .s31{height:.4em;left:1.6em;top:10em;width:.1em}.pl1 .s32{height:.7em;left:1.7em;top:9.7em;width:.1em}.pl1 .s33{height:1.3em;left:1.8em;top:9.1em;width:.1em}.pl1 .s34{height:1.4em;left:1.9em;top:9em;width:.4em}.pl1 .s35{height:1.4em;left:2.9em;top:8.7em;width:2.7em}.pl1 .s36{height:1.4em;left:2.8em;top:8.8em;width:2.7em}.pl1 .s37{height:1.8em;left:2.4em;top:8.8em;width:.3em}.pl1 .s38{height:1.5em;left:2.3em;top:8.9em;width:3.1em} .pl2 .s1{height:.1em;left:8.9em;top:4.7em;width:.1em}.pl2 .s2{height:.1em;left:6.4em;top:3.2em;width:.2em}.pl2 .s3{height:.1em;left:6.1em;top:3.3em;width:.6em}.pl2 .s4{height:.1em;left:7.3em;top:3.4em;width:.2em}.pl2 .s5{height:.1em;left:5.9em;top:3.4em;width:1.2em}.pl2 .s6{height:.1em;left:5.9em;top:3.5em;width:1.5em}.pl2 .s7{height:.1em;left:8.3em;top:4.1em;width:.1em}.pl2 .s8{height:.3em;left:8.1em;top:3.9em;width:.1em}.pl2 .s9{height:.1em;left:5.9em;top:3.6em;width:1.7em}.pl2 .s10{height:.2em;left:5.2em;top:4.1em;width:.1em}.pl2 .s11{height:.3em;left:5.3em;top:4em;width:.1em}.pl2 .s12{height:.2em;left:5.3em;top:4.6em;width:.1em}.pl2 .s13{height:.3em;left:5.3em;top:4.9em;width:.1em}.pl2 .s14{height:.7em;left:5.4em;top:4.6em;width:.1em}.pl2 .s15{height:.7em;left:5.4em;top:3.7em;width:.1em}.pl2 .s16{height:1.7em;left:5.5em;top:3.6em;width:.1em}.pl2 .s17{height:.6em;left:8.8em;top:4.3em;width:.1em}.pl2 .s18{height:.9em;left:8.7em;top:4.3em;width:.1em}.pl2 .s19{height:1em;left:8.5em;top:4.3em;width:.2em}.pl2 .s20{height:.1em;left:7.8em;top:6.7em;width:.4em}.pl2 .s21{height:.1em;left:7.4em;top:6.7em;width:.2em}.pl2 .s22{height:.1em;left:7.4em;top:6.6em;width:.8em}.pl2 .s23{height:.1em;left:7.3em;top:6.5em;width:.9em}.pl2 .s24{height:.1em;left:7.1em;top:6.4em;width:1.2em}.pl2 .s25{height:.1em;left:6.9em;top:6.4em;width:.1em}.pl2 .s26{height:.1em;left:6.9em;top:6.3em;width:1.5em}.pl2 .s27{height:.1em;left:6.5em;top:6.3em;width:.3em}.pl2 .s28{height:.1em;left:6.3em;top:6.2em;width:2em}.pl2 .s29{height:.1em;left:6.2em;top:6.1em;width:2.2em}.pl2 .s30{height:.1em;left:8.5em;top:5.4em;width:.1em}.pl2 .s31{height:.2em;left:8.5em;top:5.7em;width:.1em}.pl2 .s32{height:.1em;left:5.4em;top:5.7em;width:.1em}.pl2 .s33{height:.3em;left:5.5em;top:5.7em;width:.1em}.pl2 .s34{height:.1em;left:5.7em;top:6em;width:.2em}.pl2 .s35{height:.1em;left:6.1em;top:6em;width:2.3em}.pl2 .s36{height:1.8em;left:5.8em;top:4.2em;width:2.7em}.pl2 .s37{height:2.2em;left:5.6em;top:3.7em;width:2.5em} .pl3 .s1{height:.1em;left:14em;top:6.9em;width:.2em}.pl3 .s2{height:.1em;left:13.9em;top:7em;width:.4em}.pl3 .s3{height:.1em;left:13.9em;top:7.1em;width:.6em}.pl3 .s4{height:.1em;left:13.7em;top:7.2em;width:.9em}.pl3 .s5{height:.4em;left:14.8em;top:7.4em;width:.1em}.pl3 .s6{height:.1em;left:13.7em;top:7.3em;width:1.1em}.pl3 .s7{height:.8em;left:13.3em;top:7.4em;width:1.5em}.pl3 .s8{height:1.1em;left:13em;top:7.5em;width:1.7em}.pl3 .s9{height:.4em;left:14.8em;top:8.8em;width:.1em}.pl3 .s10{height:.6em;left:15.4em;top:10.7em;width:.1em}.pl3 .s11{height:.3em;left:15.4em;top:10.2em;width:.1em}.pl3 .s12{height:1.3em;left:15.3em;top:10.1em;width:.1em}.pl3 .s13{height:1.5em;left:15.2em;top:10em;width:.1em}.pl3 .s14{height:1.7em;left:15.1em;top:9.8em;width:.1em}.pl3 .s15{height:1.9em;left:15em;top:9.6em;width:.1em}.pl3 .s16{height:.1em;left:14.6em;top:11.7em;width:.1em}.pl3 .s17{height:.1em;left:14.4em;top:11.6em;width:.4em}.pl3 .s18{height:.1em;left:14.4em;top:11.5em;width:.5em}.pl3 .s19{height:.1em;left:13.2em;top:11.6em;width:.7em}.pl3 .s20{height:.1em;left:12.9em;top:11.4em;width:.1em}.pl3 .s21{height:.3em;left:13em;top:11.3em;width:1em}.pl3 .s22{height:2em;left:13.1em;top:9.5em;width:1.9em}.pl3 .s23{height:1.7em;left:12.8em;top:9.3em;width:2.1em}.pl3 .s24{height:2.1em;left:12.7em;top:8.8em;width:2.1em}.pl3 .s25{height:1.1em;left:12em;top:9.2em;width:.1em}.pl3 .s26{height:.1em;left:12em;top:9em;width:.1em}.pl3 .s27{height:.2em;left:11.8em;top:8.5em;width:.2em}.pl3 .s28{height:.4em;left:12em;top:8.4em;width:.1em}.pl3 .s29{height:.1em;left:12.2em;top:10.5em;width:.1em}.pl3 .s30{height:2.5em;left:12.1em;top:8.1em;width:.1em}.pl3 .s31{height:.1em;left:12.1em;top:7.9em;width:.1em}.pl3 .s32{height:.1em;left:12.1em;top:7.7em;width:.1em}.pl3 .s33{height:2em;left:12.5em;top:8.6em;width:2.2em}.pl3 .s34{height:2.9em;left:12.2em;top:7.6em;width:.4em}.pl3 .s35{height:3.2em;left:12.6em;top:7.6em;width:2em} .pl4 .s1{height:.1em;left:3.1em;top:4.8em;width:.1em}.pl4 .s2{height:.3em;left:3em;top:4.9em;width:.3em}.pl4 .s3{height:.1em;left:2.6em;top:5.1em;width:.1em}.pl4 .s4{height:.1em;left:2.4em;top:5.2em;width:.9em}.pl4 .s5{height:.1em;left:2.3em;top:5.3em;width:1em}.pl4 .s6{height:.1em;left:2.2em;top:5.4em;width:1.1em}.pl4 .s7{height:.1em;left:2em;top:5.5em;width:1.3em}.pl4 .s8{height:.1em;left:1.7em;top:5.5em;width:.2em}.pl4 .s9{height:.3em;left:1.6em;top:5.6em;width:1.6em}.pl4 .s10{height:.1em;left:3.1em;top:6.4em;width:.1em}.pl4 .s11{height:.3em;left:3.1em;top:6.7em;width:.1em}.pl4 .s12{height:.4em;left:1.1em;top:6.5em;width:.1em}.pl4 .s13{height:1em;left:1.2em;top:6em;width:.1em}.pl4 .s14{height:1.4em;left:1.3em;top:6em;width:.1em}.pl4 .s15{height:.1em;left:3.1em;top:7.2em;width:.1em}.pl4 .s16{height:.3em;left:1.2em;top:7.9em;width:.1em}.pl4 .s17{height:.7em;left:1.3em;top:7.7em;width:.1em}.pl4 .s18{height:.1em;left:1.7em;top:9em;width:.2em}.pl4 .s19{height:.1em;left:1.7em;top:8.9em;width:.6em}.pl4 .s20{height:.1em;left:1.5em;top:8.8em;width:.9em}.pl4 .s21{height:.8em;left:3.2em;top:7.4em;width:.1em}.pl4 .s22{height:.9em;left:3.1em;top:7.4em;width:.1em}.pl4 .s23{height:2.3em;left:3em;top:6.2em;width:.1em}.pl4 .s24{height:.1em;left:2.7em;top:8.8em;width:.1em}.pl4 .s25{height:3em;left:1.5em;top:5.7em;width:1.5em}.pl4 .s26{height:2.8em;left:1.4em;top:6em;width:1.5em}.pl4 .s27{height:.5em;left:3.3em;top:7.6em;width:.2em}.pl4 .s28{height:.3em;left:3.4em;top:7.9em;width:.2em}.pl4 .s29{height:.4em;left:3.6em;top:7.9em;width:.3em}.pl4 .s30{height:.1em;left:3.7em;top:8.3em;width:.1em} .pl5 .s1{height:.3em;left:10em;top:8.8em;width:.1em}.pl5 .s2{height:.7em;left:9.9em;top:8.5em;width:.1em}.pl5 .s3{height:.3em;left:10.2em;top:8.2em;width:.1em}.pl5 .s4{height:.5em;left:10.1em;top:7.9em;width:.1em}.pl5 .s5{height:.6em;left:9.7em;top:7.8em;width:.4em}.pl5 .s6{height:.2em;left:9.6em;top:7.3em;width:.1em}.pl5 .s7{height:.2em;left:9.4em;top:7.2em;width:.2em}.pl5 .s8{height:1.9em;left:9.6em;top:7.6em;width:.1em}.pl5 .s9{height:.1em;left:8.8em;top:10.3em;width:.2em}.pl5 .s10{height:.1em;left:8.5em;top:10.2em;width:.5em}.pl5 .s11{height:.1em;left:8.5em;top:10.1em;width:.6em}.pl5 .s12{height:.1em;left:8.4em;top:10em;width:.7em}.pl5 .s13{height:.1em;left:8.1em;top:10em;width:.1em}.pl5 .s14{height:.1em;left:8em;top:9.9em;width:1.1em}.pl5 .s15{height:.1em;left:9.3em;top:10em;width:.1em}.pl5 .s16{height:.1em;left:9.2em;top:9.9em;width:.2em}.pl5 .s17{height:.1em;left:7.8em;top:9.8em;width:1.5em}.pl5 .s18{height:.1em;left:7.4em;top:7.4em;width:.1em}.pl5 .s19{height:.2em;left:7.2em;top:9.7em;width:.2em}.pl5 .s20{height:.1em;left:7em;top:9.7em;width:.1em}.pl5 .s21{height:.1em;left:6.4em;top:9.2em;width:.1em}.pl5 .s22{height:.3em;left:6.5em;top:9.1em;width:.1em}.pl5 .s23{height:.7em;left:6.6em;top:9em;width:.2em}.pl5 .s24{height:.8em;left:6.8em;top:8.9em;width:.1em}.pl5 .s25{height:1.5em;left:6.9em;top:8.2em;width:.5em}.pl5 .s26{height:1.4em;left:7em;top:8em;width:2.9em}.pl5 .s27{height:2.2em;left:7.6em;top:7.4em;width:2em}.pl5 .s28{height:2.4em;left:7.4em;top:7.5em;width:.3em}.pl5 .s29{height:.1em;left:8.2em;top:6.7em;width:.1em}.pl5 .s30{height:.1em;left:7.9em;top:6.8em;width:.7em}.pl5 .s31{height:.1em;left:8em;top:6.9em;width:.8em}.pl5 .s32{height:.1em;left:9em;top:6.9em;width:.3em}.pl5 .s33{height:.4em;left:7.9em;top:7em;width:1.5em}.pl5 .s34{height:2.7em;left:7.7em;top:7.1em;width:1.6em} .pl6 .s1{height:.6em;left:11.3em;top:13.1em;width:.1em}.pl6 .s2{height:.7em;left:11.2em;top:13em;width:.1em}.pl6 .s3{height:.2em;left:11.2em;top:12.7em;width:.1em}.pl6 .s4{height:1.3em;left:11.1em;top:12.5em;width:.1em}.pl6 .s5{height:.1em;left:10.7em;top:11.6em;width:.5em}.pl6 .s6{height:.1em;left:10.5em;top:11.7em;width:.6em}.pl6 .s7{height:.1em;left:10.4em;top:11.8em;width:.7em}.pl6 .s8{height:.1em;left:10.5em;top:13.9em;width:.4em}.pl6 .s9{height:.2em;left:8.9em;top:14.1em;width:.6em}.pl6 .s10{height:.2em;left:9em;top:13.9em;width:.6em}.pl6 .s11{height:.1em;left:8.9em;top:13.8em;width:2.1em}.pl6 .s12{height:.3em;left:8em;top:12.2em;width:.1em}.pl6 .s13{height:.6em;left:8.1em;top:12.1em;width:.1em}.pl6 .s14{height:.9em;left:8.2em;top:12em;width:.1em}.pl6 .s15{height:1em;left:8.3em;top:11.9em;width:.1em}.pl6 .s16{height:.1em;left:8.3em;top:11.7em;width:.1em}.pl6 .s17{height:.1em;left:8.4em;top:13em;width:.1em}.pl6 .s18{height:1.3em;left:8.4em;top:11.6em;width:.1em}.pl6 .s19{height:1.9em;left:8.5em;top:11.5em;width:.1em}.pl6 .s20{height:.1em;left:9.3em;top:11.2em;width:.4em}.pl6 .s21{height:.1em;left:8.9em;top:11.3em;width:.8em}.pl6 .s22{height:.4em;left:8.6em;top:11.4em;width:1.2em}.pl6 .s23{height:1.9em;left:8.6em;top:11.8em;width:1.3em}.pl6 .s24{height:1.9em;left:8.7em;top:11.9em;width:2.4em} .pl7 .s1{height:.1em;left:11.6em;top:3.9em;width:.1em}.pl7 .s2{height:.1em;left:11.5em;top:4em;width:.2em}.pl7 .s3{height:.1em;left:11.1em;top:4.1em;width:.7em}.pl7 .s4{height:.1em;left:11em;top:4.2em;width:.8em}.pl7 .s5{height:.1em;left:10.7em;top:4.2em;width:.1em}.pl7 .s6{height:.1em;left:10.7em;top:4.3em;width:1.2em}.pl7 .s7{height:.1em;left:10.3em;top:4.4em;width:1.5em}.pl7 .s8{height:.1em;left:10.2em;top:4.5em;width:1.6em}.pl7 .s9{height:.1em;left:10em;top:4.6em;width:1.8em}.pl7 .s10{height:.1em;left:9.8em;top:4.7em;width:2.1em}.pl7 .s11{height:.1em;left:9.4em;top:4.7em;width:.1em}.pl7 .s12{height:.2em;left:9.1em;top:4.6em;width:.1em}.pl7 .s13{height:.1em;left:12.6em;top:5.4em;width:.2em}.pl7 .s14{height:.1em;left:13.9em;top:6.9em;width:.1em}.pl7 .s15{height:.4em;left:13.8em;top:6.8em;width:.1em}.pl7 .s16{height:.5em;left:13.7em;top:6.7em;width:.1em}.pl7 .s17{height:.7em;left:13.3em;top:6.7em;width:.4em}.pl7 .s18{height:.8em;left:13.2em;top:6.7em;width:.1em}.pl7 .s19{height:1em;left:13.1em;top:6.5em;width:.1em}.pl7 .s20{height:1.3em;left:13em;top:6.2em;width:.1em}.pl7 .s21{height:.2em;left:8.2em;top:6.5em;width:.1em}.pl7 .s22{height:.4em;left:8.3em;top:6.4em;width:.1em}.pl7 .s23{height:.1em;left:8.3em;top:6.2em;width:.1em}.pl7 .s24{height:.8em;left:8.4em;top:6em;width:.1em}.pl7 .s25{height:.9em;left:8.5em;top:5.9em;width:.1em}.pl7 .s26{height:.2em;left:8.5em;top:5.5em;width:4.2em}.pl7 .s27{height:.1em;left:8.5em;top:5.3em;width:.1em}.pl7 .s28{height:1.6em;left:8.6em;top:5.3em;width:.1em}.pl7 .s29{height:1.7em;left:8.7em;top:5.2em;width:.1em}.pl7 .s30{height:.1em;left:8.8em;top:6.9em;width:.2em}.pl7 .s31{height:.1em;left:11.4em;top:9.9em;width:.2em}.pl7 .s32{height:.1em;left:11.3em;top:9.8em;width:.7em}.pl7 .s33{height:.2em;left:11em;top:9.6em;width:1em}.pl7 .s34{height:.1em;left:10.8em;top:9.6em;width:.1em}.pl7 .s35{height:.1em;left:10.3em;top:9.6em;width:.3em}.pl7 .s36{height:.1em;left:10.3em;top:9.5em;width:1.7em}.pl7 .s37{height:.1em;left:10em;top:9.1em;width:2.1em}.pl7 .s38{height:.2em;left:12em;top:8.8em;width:.1em}.pl7 .s39{height:.8em;left:10.1em;top:8.7em;width:1.9em}.pl7 .s40{height:.3em;left:10em;top:8.5em;width:1.8em}.pl7 .s41{height:.1em;left:9.9em;top:8.4em;width:.3em}.pl7 .s42{height:.1em;left:10.3em;top:8.4em;width:1.7em}.pl7 .s43{height:.2em;left:10.3em;top:8.2em;width:1.8em}.pl7 .s44{height:.1em;left:12.1em;top:8em;width:.1em}.pl7 .s45{height:.3em;left:10.2em;top:7.9em;width:1.9em}.pl7 .s46{height:.1em;left:10.1em;top:7.8em;width:2.1em}.pl7 .s47{height:.1em;left:9.7em;top:7.7em;width:2.4em}.pl7 .s48{height:.1em;left:9.6em;top:7.5em;width:.1em}.pl7 .s49{height:.1em;left:9.7em;top:7.6em;width:2.5em}.pl7 .s50{height:1.9em;left:9.7em;top:5.7em;width:3.3em}.pl7 .s51{height:1.9em;left:9.6em;top:5.4em;width:2.8em}.pl7 .s52{height:2em;left:9.4em;top:5.2em;width:2.9em}.pl7 .s53{height:2em;left:9.3em;top:5em;width:2.9em}.pl7 .s54{height:.1em;left:8.9em;top:4.8em;width:3em}.pl7 .s55{height:2em;left:8.8em;top:4.9em;width:3.3em} .pl8 .s1{height:.1em;left:6.4em;top:9.6em;width:.2em}.pl8 .s2{height:.1em;left:7.1em;top:9.7em;width:.1em}.pl8 .s3{height:.1em;left:6.3em;top:9.7em;width:.7em}.pl8 .s4{height:.2em;left:5.7em;top:9.6em;width:.4em}.pl8 .s5{height:.1em;left:5.7em;top:9.8em;width:1.5em}.pl8 .s6{height:.2em;left:5.6em;top:9.9em;width:1.7em}.pl8 .s7{height:.1em;left:5.5em;top:10.1em;width:1.7em}.pl8 .s8{height:.2em;left:5.4em;top:10.2em;width:1.9em}.pl8 .s9{height:.1em;left:7.1em;top:10.6em;width:.1em}.pl8 .s10{height:.1em;left:5.3em;top:10.4em;width:1.9em}.pl8 .s11{height:.4em;left:5.2em;top:10.5em;width:1.9em}.pl8 .s12{height:.1em;left:6em;top:12.4em;width:.3em}.pl8 .s13{height:.2em;left:5.9em;top:12.2em;width:.5em}.pl8 .s14{height:.1em;left:5.8em;top:12.1em;width:.6em}.pl8 .s15{height:.1em;left:5.7em;top:12em;width:.7em}.pl8 .s16{height:.1em;left:5.7em;top:11.9em;width:.9em}.pl8 .s17{height:.1em;left:5.9em;top:11.8em;width:.9em}.pl8 .s18{height:.1em;left:5.3em;top:11.7em;width:1.7em}.pl8 .s19{height:.1em;left:5.2em;top:11.6em;width:1.7em}.pl8 .s20{height:.1em;left:5.1em;top:11.5em;width:1.8em}.pl8 .s21{height:.2em;left:5.1em;top:10.9em;width:2.1em}.pl8 .s22{height:.3em;left:5em;top:11em;width:2em}.pl8 .s23{height:.4em;left:4.9em;top:11.1em;width:2em}.pl8 .s24{height:.1em;left:4.7em;top:11.3em;width:.2em} .pl9 .s1{height:.3em;left:13.5em;top:14.4em;width:.2em}.pl9 .s2{height:.9em;left:13.2em;top:13.7em;width:.3em}.pl9 .s3{height:1.2em;left:12.9em;top:13.3em;width:.5em}.pl9 .s4{height:.2em;left:13.2em;top:13.1em;width:.3em}.pl9 .s5{height:.1em;left:13.2em;top:13em;width:.4em}.pl9 .s6{height:.1em;left:13.2em;top:12.9em;width:.5em}.pl9 .s7{height:.2em;left:13.2em;top:12.7em;width:.6em}.pl9 .s8{height:.1em;left:13.2em;top:12.6em;width:.7em}.pl9 .s9{height:.1em;left:13.2em;top:12.5em;width:.8em}.pl9 .s10{height:.2em;left:14.5em;top:11.7em;width:.1em}.pl9 .s11{height:.3em;left:14.4em;top:11.7em;width:.1em}.pl9 .s12{height:.7em;left:14.3em;top:11.4em;width:.1em}.pl9 .s13{height:.8em;left:14em;top:11.5em;width:.3em}.pl9 .s14{height:.8em;left:13.9em;top:11.6em;width:.3em}.pl9 .s15{height:.8em;left:11.1em;top:11.7em;width:3em}.pl9 .s16{height:.1em;left:11.1em;top:11.5em;width:.1em}.pl9 .s17{height:1.3em;left:11.2em;top:11.4em;width:.1em}.pl9 .s18{height:.1em;left:11.2em;top:12.9em;width:.1em}.pl9 .s19{height:1.7em;left:11.3em;top:11.4em;width:.1em}.pl9 .s20{height:2.5em;left:11.4em;top:11.3em;width:.1em}.pl9 .s21{height:2.6em;left:11.5em;top:11.2em;width:.3em}.pl9 .s22{height:.3em;left:11.7em;top:11.1em;width:1.3em}.pl9 .s23{height:.3em;left:12.9em;top:11em;width:.2em}.pl9 .s24{height:2.9em;left:11.8em;top:10.9em;width:.1em}.pl9 .s25{height:2.8em;left:12.6em;top:11.6em;width:.6em}.pl9 .s26{height:2.8em;left:12.4em;top:11.5em;width:.6em}.pl9 .s27{height:3.2em;left:12.3em;top:11em;width:.6em}.pl9 .s28{height:3.1em;left:12.2em;top:10.9em;width:.6em}.pl9 .s29{height:3.1em;left:11.9em;top:10.8em;width:.8em}.pl9 .s30{height:.1em;left:12em;top:10.7em;width:.6em}.pl9 .s31{height:.1em;left:12.1em;top:10.6em;width:.5em}.pl9 .s32{height:.1em;left:12.3em;top:10.5em;width:.2em} .pl10 .s1{height:.2em;left:13.5em;top:1.6em;width:.4em}.pl10 .s2{height:.1em;left:13.5em;top:1.8em;width:.6em}.pl10 .s3{height:.1em;left:13em;top:2.1em;width:.1em}.pl10 .s4{height:.3em;left:13.1em;top:2em;width:.1em}.pl10 .s5{height:.6em;left:13.2em;top:1.9em;width:1.1em}.pl10 .s6{height:.7em;left:13.3em;top:2em;width:1.1em}.pl10 .s7{height:.7em;left:13.4em;top:2.1em;width:1.1em}.pl10 .s8{height:.8em;left:13.5em;top:2.2em;width:1.1em}.pl10 .s9{height:.4em;left:14.6em;top:3em;width:.1em}.pl10 .s10{height:.1em;left:12.8em;top:3.5em;width:.2em}.pl10 .s11{height:.1em;left:12.7em;top:3.6em;width:.3em}.pl10 .s12{height:.1em;left:12.5em;top:3.7em;width:.5em}.pl10 .s13{height:.1em;left:12.4em;top:3.8em;width:.4em}.pl10 .s14{height:.2em;left:11.7em;top:3.9em;width:.1em}.pl10 .s15{height:.4em;left:11.8em;top:3.9em;width:.2em}.pl10 .s16{height:.3em;left:11.8em;top:4.4em;width:.1em}.pl10 .s17{height:.9em;left:11.9em;top:4em;width:.2em}.pl10 .s18{height:1em;left:12.1em;top:4em;width:.1em}.pl10 .s19{height:1.3em;left:12.2em;top:3.9em;width:.6em}.pl10 .s20{height:.8em;left:15.2em;top:5.1em;width:.1em}.pl10 .s21{height:1.4em;left:15em;top:4.7em;width:.2em}.pl10 .s22{height:1em;left:12.3em;top:4.4em;width:2.8em}.pl10 .s23{height:.1em;left:12.4em;top:5.4em;width:.2em}.pl10 .s24{height:2.1em;left:14.8em;top:4.1em;width:.2em}.pl10 .s25{height:1.9em;left:12.8em;top:3.8em;width:2.1em}.pl10 .s26{height:.2em;left:12.7em;top:5.5em;width:.1em}.pl10 .s27{height:3.3em;left:13.4em;top:3em;width:1.2em}.pl10 .s28{height:2.8em;left:13em;top:3.4em;width:1.8em}.pl10 .s29{height:3.2em;left:13.3em;top:3.2em;width:1.2em}.pl10 .s30{height:3.2em;left:13.1em;top:3.3em;width:1.3em}.pl10 .s31{height:.2em;left:13.2em;top:6.5em;width:1.1em}.pl10 .s32{height:.1em;left:13.8em;top:6.7em;width:.4em}.pl10 .s33{height:.1em;left:13.9em;top:6.8em;width:.3em} .pl11 .s1{height:.3em;left:7.4em;top:.9em;width:.2em}.pl11 .s2{height:.2em;left:7.3em;top:.8em;width:.2em}.pl11 .s3{height:.2em;left:7.2em;top:.7em;width:.2em}.pl11 .s4{height:.4em;left:7em;top:.6em;width:.2em}.pl11 .s5{height:.3em;left:4.4em;top:1.1em;width:.1em}.pl11 .s6{height:.4em;left:4.5em;top:1.1em;width:.1em}.pl11 .s7{height:.3em;left:4.4em;top:2em;width:.1em}.pl11 .s8{height:.7em;left:4.5em;top:2em;width:.1em}.pl11 .s9{height:.1em;left:7.2em;top:1.5em;width:.1em}.pl11 .s10{height:1.8em;left:4.6em;top:1em;width:.1em}.pl11 .s11{height:1.9em;left:4.7em;top:1em;width:2.5em}.pl11 .s12{height:2.7em;left:5.8em;top:.5em;width:1.2em}.pl11 .s13{height:.3em;left:4.6em;top:3.2em;width:.1em}.pl11 .s14{height:.1em;left:4.6em;top:3em;width:.1em}.pl11 .s15{height:.2em;left:8.6em;top:1.5em;width:.2em}.pl11 .s16{height:.2em;left:8.4em;top:1.5em;width:.2em}.pl11 .s17{height:.3em;left:8.2em;top:1.6em;width:.2em}.pl11 .s18{height:.2em;left:8.2em;top:2em;width:.1em}.pl11 .s19{height:.1em;left:8.6em;top:2.8em;width:.1em}.pl11 .s20{height:.1em;left:8.5em;top:3.1em;width:.1em}.pl11 .s21{height:.3em;left:8.4em;top:2.8em;width:.2em}.pl11 .s22{height:.5em;left:8.3em;top:2.6em;width:.1em}.pl11 .s23{height:.7em;left:8.2em;top:2.6em;width:.1em}.pl11 .s24{height:.1em;left:8.1em;top:3.3em;width:.1em}.pl11 .s25{height:.1em;left:7.6em;top:3.6em;width:.4em}.pl11 .s26{height:.3em;left:7.5em;top:3.3em;width:.6em}.pl11 .s27{height:.1em;left:7.4em;top:3.5em;width:.1em}.pl11 .s28{height:.1em;left:7.1em;top:3.4em;width:.2em}.pl11 .s29{height:1.8em;left:6.7em;top:1.6em;width:.8em}.pl11 .s30{height:1.6em;left:6.6em;top:1.7em;width:1.6em}.pl11 .s31{height:2.7em;left:5.3em;top:.6em;width:1.1em}.pl11 .s32{height:2.7em;left:5.1em;top:.7em;width:1em}.pl11 .s33{height:2.8em;left:4.9em;top:.8em;width:1em}.pl11 .s34{height:2.8em;left:4.8em;top:.9em;width:.7em}.pl11 .s35{height:.8em;left:4.7em;top:3em;width:.7em}.pl11 .s36{height:.1em;left:4.8em;top:3.8em;width:.1em}.pl11 .s37{height:.1em;left:5.3em;top:3.8em;width:.1em}.pl11 .s38{height:.1em;left:5.6em;top:3.6em;width:.3em} .pl12 .s1{height:.4em;left:6.4em;top:12em;width:.2em}.pl12 .s2{height:.3em;left:7.1em;top:12.6em;width:.1em}.pl12 .s3{height:.1em;left:6.7em;top:12.5em;width:.5em}.pl12 .s4{height:.6em;left:6.6em;top:11.9em;width:.6em}.pl12 .s5{height:.1em;left:6.8em;top:11.8em;width:1.6em}.pl12 .s6{height:.1em;left:9.2em;top:11.2em;width:.1em}.pl12 .s7{height:.2em;left:9.1em;top:11.1em;width:.1em}.pl12 .s8{height:.4em;left:8.9em;top:10.9em;width:.2em}.pl12 .s9{height:.2em;left:7.1em;top:10.7em;width:2em}.pl12 .s10{height:.1em;left:8.9em;top:10.4em;width:.2em}.pl12 .s11{height:1em;left:8.8em;top:10.4em;width:.1em}.pl12 .s12{height:.1em;left:7.1em;top:10.5em;width:1.9em}.pl12 .s13{height:1.1em;left:8.6em;top:10.3em;width:.2em}.pl12 .s14{height:1.2em;left:8.5em;top:10.3em;width:.1em}.pl12 .s15{height:1.4em;left:8.3em;top:10.2em;width:.2em}.pl12 .s16{height:.1em;left:8.3em;top:10em;width:.1em}.pl12 .s17{height:.1em;left:7.2em;top:10.1em;width:1.3em}.pl12 .s18{height:.1em;left:8em;top:10em;width:.1em}.pl12 .s19{height:2em;left:8.2em;top:10em;width:.1em}.pl12 .s20{height:2em;left:8em;top:10.1em;width:.2em}.pl12 .s21{height:.4em;left:6.9em;top:11.3em;width:1.5em}.pl12 .s22{height:1.1em;left:7em;top:11.1em;width:1.1em}.pl12 .s23{height:2.7em;left:7.2em;top:10.4em;width:.1em}.pl12 .s24{height:.3em;left:7.7em;top:13.5em;width:.5em}.pl12 .s25{height:.3em;left:8.4em;top:13.1em;width:.1em}.pl12 .s26{height:.1em;left:8.4em;top:12.9em;width:.1em}.pl12 .s27{height:.6em;left:8.2em;top:12.9em;width:.2em}.pl12 .s28{height:.8em;left:7.5em;top:12.7em;width:.7em}.pl12 .s29{height:.7em;left:7.4em;top:12.5em;width:.7em}.pl12 .s30{height:3.2em;left:7.3em;top:9.9em;width:.7em}.pl12 .s31{height:.1em;left:7.7em;top:9.8em;width:.1em} .pl13 .s1{height:.1em;left:8.9em;top:10.6em;width:.1em}.pl13 .s2{height:.2em;left:9em;top:10.5em;width:.1em}.pl13 .s3{height:.2em;left:9em;top:10.2em;width:.1em}.pl13 .s4{height:.1em;left:9.1em;top:9.9em;width:.1em}.pl13 .s5{height:1.1em;left:9.1em;top:10em;width:.2em}.pl13 .s6{height:1.1em;left:9.2em;top:10.1em;width:.2em}.pl13 .s7{height:.3em;left:9.3em;top:9.6em;width:.1em}.pl13 .s8{height:1.6em;left:9.4em;top:9.6em;width:.2em}.pl13 .s9{height:1.7em;left:9.6em;top:9.5em;width:.1em}.pl13 .s10{height:.4em;left:12em;top:10.3em;width:.1em}.pl13 .s11{height:.9em;left:11.9em;top:9.9em;width:.1em}.pl13 .s12{height:1em;left:11.8em;top:9.9em;width:.1em}.pl13 .s13{height:1.2em;left:11.6em;top:9.9em;width:.2em}.pl13 .s14{height:1.2em;left:11.5em;top:10em;width:.2em}.pl13 .s15{height:1.3em;left:11.4em;top:10em;width:.1em}.pl13 .s16{height:1.5em;left:11.3em;top:9.9em;width:.1em}.pl13 .s17{height:1.6em;left:11em;top:9.8em;width:.3em}.pl13 .s18{height:.1em;left:11em;top:11.4em;width:.2em}.pl13 .s19{height:.1em;left:11em;top:11.5em;width:.1em}.pl13 .s20{height:1.9em;left:10.8em;top:9.7em;width:.2em}.pl13 .s21{height:.1em;left:10.9em;top:9.6em;width:.1em}.pl13 .s22{height:2em;left:10.6em;top:9.6em;width:.2em}.pl13 .s23{height:2em;left:10.5em;top:9.7em;width:.2em}.pl13 .s24{height:2.1em;left:10.3em;top:9.7em;width:.2em}.pl13 .s25{height:.1em;left:9.9em;top:11.8em;width:.5em}.pl13 .s26{height:2.3em;left:9.8em;top:9.5em;width:.5em}.pl13 .s27{height:2em;left:9.7em;top:9.4em;width:.4em}.pl13 .s28{height:.2em;left:9.9em;top:9.2em;width:.2em} .pl14 .s1{height:.4em;left:8.2em;top:2.2em;width:.1em}.pl14 .s2{height:.1em;left:8.2em;top:1.9em;width:.1em}.pl14 .s3{height:.7em;left:8.3em;top:1.9em;width:.1em}.pl14 .s4{height:1.1em;left:8.4em;top:1.7em;width:.2em}.pl14 .s5{height:1.1em;left:8.6em;top:1.7em;width:.1em}.pl14 .s6{height:.1em;left:8.9em;top:1.5em;width:.9em}.pl14 .s7{height:.1em;left:8.8em;top:1.6em;width:1.7em}.pl14 .s8{height:.2em;left:13.2em;top:1.7em;width:.3em}.pl14 .s9{height:.3em;left:13.1em;top:1.7em;width:.1em}.pl14 .s10{height:.4em;left:13em;top:1.7em;width:.1em}.pl14 .s11{height:.2em;left:13.4em;top:2.8em;width:.1em}.pl14 .s12{height:.5em;left:13.3em;top:2.7em;width:.1em}.pl14 .s13{height:.8em;left:13.2em;top:2.5em;width:.1em}.pl14 .s14{height:1em;left:13.1em;top:2.3em;width:.1em}.pl14 .s15{height:1.2em;left:13em;top:2.2em;width:.1em}.pl14 .s16{height:1.8em;left:12.8em;top:1.7em;width:.2em}.pl14 .s17{height:1.9em;left:12.7em;top:1.7em;width:.1em}.pl14 .s18{height:2em;left:8.7em;top:1.7em;width:4em}.pl14 .s19{height:.1em;left:9.2em;top:4.7em;width:.2em}.pl14 .s20{height:.1em;left:9.5em;top:4.7em;width:.3em}.pl14 .s21{height:.1em;left:9.2em;top:4.6em;width:.8em}.pl14 .s22{height:.1em;left:9em;top:4.7em;width:.1em}.pl14 .s23{height:.1em;left:8.9em;top:4.6em;width:.2em}.pl14 .s24{height:.1em;left:8.9em;top:4.5em;width:1.3em}.pl14 .s25{height:.1em;left:8.9em;top:4.4em;width:1.4em}.pl14 .s26{height:.1em;left:8.9em;top:4.3em;width:1.8em}.pl14 .s27{height:.1em;left:10.8em;top:4.2em;width:.2em}.pl14 .s28{height:.1em;left:8.5em;top:4.2em;width:2.2em}.pl14 .s29{height:.1em;left:8.4em;top:4.1em;width:2.7em}.pl14 .s30{height:1.1em;left:8.6em;top:2.9em;width:3em}.pl14 .s31{height:.1em;left:12em;top:3.9em;width:.2em}.pl14 .s32{height:.6em;left:8.3em;top:3.2em;width:4.2em}.pl14 .s33{height:.1em;left:8.3em;top:3.1em;width:.2em}.pl14 .s34{height:.1em;left:8.2em;top:4.1em;width:.1em}.pl14 .s35{height:.8em;left:8.2em;top:3.3em;width:3.3em}.pl14 .s36{height:.5em;left:8.1em;top:3.4em;width:4.3em}.pl14 .s37{height:.1em;left:8em;top:3.6em;width:.1em} .pl15 .s1{height:.1em;left:7.9em;top:6.9em;width:.1em}.pl15 .s2{height:.3em;left:7.8em;top:6.8em;width:.1em}.pl15 .s3{height:.4em;left:7.6em;top:6.7em;width:.2em}.pl15 .s4{height:.1em;left:7.5em;top:7.4em;width:.1em}.pl15 .s5{height:.6em;left:7.4em;top:6.8em;width:.3em}.pl15 .s6{height:1.4em;left:7.1em;top:6.6em;width:.3em}.pl15 .s7{height:1.6em;left:7em;top:6.4em;width:.1em}.pl15 .s8{height:1.5em;left:6.9em;top:6.7em;width:.1em}.pl15 .s9{height:.1em;left:6.1em;top:9.7em;width:.2em}.pl15 .s10{height:.1em;left:6.1em;top:9.6em;width:.3em}.pl15 .s11{height:.2em;left:6em;top:9.4em;width:.6em}.pl15 .s12{height:.1em;left:5.9em;top:9.3em;width:.6em}.pl15 .s13{height:.1em;left:6em;top:9.2em;width:.4em}.pl15 .s14{height:.1em;left:6.5em;top:9em;width:.1em}.pl15 .s15{height:.2em;left:5.6em;top:8.8em;width:1.2em}.pl15 .s16{height:.1em;left:6.8em;top:6.3em;width:.1em}.pl15 .s17{height:2.5em;left:5.7em;top:6.4em;width:1.2em}.pl15 .s18{height:2.9em;left:6.1em;top:6.3em;width:.4em}.pl15 .s19{height:2.4em;left:5.6em;top:6.2em;width:.7em}.pl15 .s20{height:2.4em;left:5.5em;top:6.1em;width:.7em}.pl15 .s21{height:3.2em;left:5.9em;top:6em;width:.2em}.pl15 .s22{height:.1em;left:4.7em;top:8.6em;width:.3em}.pl15 .s23{height:.1em;left:4.5em;top:8.5em;width:.6em}.pl15 .s24{height:.1em;left:5.6em;top:5.9em;width:.2em}.pl15 .s25{height:2.7em;left:5.4em;top:5.8em;width:.1em}.pl15 .s26{height:.4em;left:5.4em;top:5.3em;width:.2em}.pl15 .s27{height:3.3em;left:4.3em;top:5.2em;width:1.1em}.pl15 .s28{height:.3em;left:3em;top:5.9em;width:.2em}.pl15 .s29{height:.4em;left:3.1em;top:6em;width:2.6em}.pl15 .s30{height:.2em;left:3.1em;top:6.5em;width:4.2em}.pl15 .s31{height:.2em;left:3.1em;top:7em;width:.1em}.pl15 .s32{height:.1em;left:3.1em;top:7.3em;width:.1em}.pl15 .s33{height:1.8em;left:3.2em;top:5.6em;width:.1em}.pl15 .s34{height:2.5em;left:3.3em;top:5.1em;width:.2em}.pl15 .s35{height:2.8em;left:3.5em;top:5.1em;width:.1em}.pl15 .s36{height:2.9em;left:3.6em;top:5em;width:.2em}.pl15 .s37{height:3em;left:3.8em;top:4.9em;width:.1em}.pl15 .s38{height:3.3em;left:3.9em;top:4.8em;width:.1em}.pl15 .s39{height:3.4em;left:4em;top:4.7em;width:.1em}.pl15 .s40{height:.1em;left:5.3em;top:4.8em;width:.1em}.pl15 .s41{height:3.6em;left:4.1em;top:4.6em;width:1.2em}.pl15 .s42{height:.2em;left:5.4em;top:4.4em;width:.1em}.pl15 .s43{height:.3em;left:4.3em;top:4.3em;width:1.1em}.pl15 .s44{height:.1em;left:4.1em;top:4.2em;width:1.1em}.pl15 .s45{height:.2em;left:4em;top:4em;width:1.2em}.pl15 .s46{height:.1em;left:4em;top:3.9em;width:1.4em}.pl15 .s47{height:.3em;left:4.9em;top:3.8em;width:.4em}.pl15 .s48{height:.1em;left:4.4em;top:3.8em;width:.4em}.pl15 .s49{height:.2em;left:4.4em;top:3.6em;width:.3em}.pl15 .s50{height:.1em;left:4.5em;top:3.5em;width:.2em} .pl16 .s1{height:.3em;left:.6em;top:2.8em;width:.1em}.pl16 .s2{height:1.1em;left:.7em;top:2.8em;width:.1em}.pl16 .s3{height:1.4em;left:.8em;top:2.8em;width:.1em}.pl16 .s4{height:.4em;left:.5em;top:5.2em;width:.1em}.pl16 .s5{height:.6em;left:.6em;top:5.1em;width:.1em}.pl16 .s6{height:.8em;left:.7em;top:5em;width:.1em}.pl16 .s7{height:.2em;left:.8em;top:5.7em;width:.1em}.pl16 .s8{height:.3em;left:.9em;top:5.7em;width:.1em}.pl16 .s9{height:.4em;left:1em;top:5.7em;width:.2em}.pl16 .s10{height:.3em;left:1.2em;top:5.7em;width:.3em}.pl16 .s11{height:1.1em;left:.8em;top:4.6em;width:.8em}.pl16 .s12{height:2.9em;left:.9em;top:2.7em;width:.8em}.pl16 .s13{height:.1em;left:1.9em;top:5.5em;width:.1em}.pl16 .s14{height:2.9em;left:1.1em;top:2.6em;width:1.1em}.pl16 .s15{height:2.9em;left:1.3em;top:2.5em;width:1em}.pl16 .s16{height:2.9em;left:1.6em;top:2.4em;width:.8em}.pl16 .s17{height:2.9em;left:1.8em;top:2.3em;width:.8em}.pl16 .s18{height:2.9em;left:2.1em;top:2.2em;width:.9em}.pl16 .s19{height:.1em;left:2.7em;top:5.1em;width:.3em}.pl16 .s20{height:2.8em;left:2.5em;top:2.1em;width:.6em}.pl16 .s21{height:2.8em;left:2.9em;top:2em;width:.3em}.pl16 .s22{height:.3em;left:4.1em;top:4.3em;width:.2em}.pl16 .s23{height:.5em;left:4em;top:4.2em;width:.1em}.pl16 .s24{height:.1em;left:4.6em;top:3.1em;width:.1em}.pl16 .s25{height:.1em;left:4.7em;top:2.9em;width:.1em}.pl16 .s26{height:.2em;left:4.6em;top:2.8em;width:.1em}.pl16 .s27{height:.8em;left:4.5em;top:2.7em;width:.1em}.pl16 .s28{height:1.3em;left:4.4em;top:2.3em;width:.1em}.pl16 .s29{height:.1em;left:3.5em;top:1.8em;width:.1em}.pl16 .s30{height:3em;left:3.2em;top:1.9em;width:.4em}.pl16 .s31{height:.2em;left:3.3em;top:4.9em;width:.3em}.pl16 .s32{height:3.3em;left:3.6em;top:1.7em;width:.2em}.pl16 .s33{height:3.3em;left:3.7em;top:1.6em;width:.2em}.pl16 .s34{height:.5em;left:4.5em;top:1.5em;width:.1em}.pl16 .s35{height:.6em;left:3.8em;top:1.4em;width:.7em}.pl16 .s36{height:3.5em;left:3.9em;top:1.3em;width:.1em}.pl16 .s37{height:2.7em;left:4em;top:1.2em;width:.2em}.pl16 .s38{height:2.8em;left:4.2em;top:1.1em;width:.2em}

/* size: 210 */
.cssmap-210{width:210px} .cssmap-210 .poland,.cssmap-210 .poland .bg,.cssmap-210 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-210.892fb18ce86d.png) no-repeat 0 0} .cssmap-210 .poland.cssmap-blue,.cssmap-210 .poland.cssmap-blue .bg,.cssmap-210 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-210.247ecef028ad.png)} .cssmap-210 .poland.cssmap-dark,.cssmap-210 .poland.cssmap-dark .bg,.cssmap-210 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-210.5d712b45af3f.png)} .cssmap-210 .poland.cssmap-vintage,.cssmap-210 .poland.cssmap-vintage .bg,.cssmap-210 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-210.a90159e08158.png)} .cssmap-210 .poland.cssmap-custom,.cssmap-210 .poland.cssmap-custom .bg,.cssmap-210 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-210.79059bd05e72.png)} .cssmap-210 .poland,.cssmap-210 .poland-cities{height:200px;width:210px} .cssmap-210 .poland-cities{background-position:-220px 0} .cssmap-210 .poland .m{margin:9999px 0 0 0} .cssmap-210 .poland .m span{font-size:13px !important;padding:0 1px 1px 0} .cssmap-210 .poland .bg{padding:5px}
.cssmap-210 .pl1.focus .bg,.cssmap-210 .pl1.active-region .bg{height:53px;left:15px;top:101px;width:58px}.cssmap-210 .pl1.focus .bg{background-position:-174px -327px}.cssmap-210 .pl1.active-region .bg{background-position:-474px -327px} .cssmap-210 .pl2.focus .bg,.cssmap-210 .pl2.active-region .bg{height:48px;left:62px;top:37px;width:50px}.cssmap-210 .pl2.focus .bg{background-position:-236px -242px}.cssmap-210 .pl2.active-region .bg{background-position:-536px -242px} .cssmap-210 .pl3.focus .bg,.cssmap-210 .pl3.active-region .bg{height:64px;left:148px;top:85px;width:49px}.cssmap-210 .pl3.focus .bg{background-position:-6px -389px}.cssmap-210 .pl3.active-region .bg{background-position:-306px -389px} .cssmap-210 .pl4.focus .bg,.cssmap-210 .pl4.active-region .bg{height:56px;left:9px;top:58px;width:37px}.cssmap-210 .pl4.focus .bg{background-position:-247px -305px}.cssmap-210 .pl4.active-region .bg{background-position:-547px -305px} .cssmap-210 .pl5.focus .bg,.cssmap-210 .pl5.active-region .bg{height:49px;left:79px;top:82px;width:51px}.cssmap-210 .pl5.focus .bg{background-position:-146px -467px}.cssmap-210 .pl5.active-region .bg{background-position:-446px -467px} .cssmap-210 .pl6.focus .bg,.cssmap-210 .pl6.active-region .bg{height:41px;left:99px;top:141px;width:46px}.cssmap-210 .pl6.focus .bg{background-position:-87px -336px}.cssmap-210 .pl6.active-region .bg{background-position:-387px -336px} .cssmap-210 .pl7.focus .bg,.cssmap-210 .pl7.active-region .bg{height:79px;left:102px;top:47px;width:76px}.cssmap-210 .pl7.focus .bg{background-position:-84px -242px}.cssmap-210 .pl7.active-region .bg{background-position:-384px -242px} .cssmap-210 .pl8.focus .bg,.cssmap-210 .pl8.active-region .bg{height:39px;left:56px;top:120px;width:35px}.cssmap-210 .pl8.focus .bg{background-position:-5px -469px}.cssmap-210 .pl8.active-region .bg{background-position:-305px -469px} .cssmap-210 .pl9.focus .bg,.cssmap-210 .pl9.active-region .bg{height:56px;left:138px;top:131px;width:47px}.cssmap-210 .pl9.focus .bg{background-position:-144px -395px}.cssmap-210 .pl9.active-region .bg{background-position:-444px -395px} .cssmap-210 .pl10.focus .bg,.cssmap-210 .pl10.active-region .bg{height:70px;left:147px;top:16px;width:46px}.cssmap-210 .pl10.focus .bg{background-position:-175px -242px}.cssmap-210 .pl10.active-region .bg{background-position:-475px -242px} .cssmap-210 .pl11.focus .bg,.cssmap-210 .pl11.active-region .bg{height:45px;left:52px;top:2px;width:58px}.cssmap-210 .pl11.focus .bg{background-position:-71px -473px}.cssmap-210 .pl11.active-region .bg{background-position:-371px -473px} .cssmap-210 .pl12.focus .bg,.cssmap-210 .pl12.active-region .bg{height:52px;left:78px;top:123px;width:38px}.cssmap-210 .pl12.focus .bg{background-position:-225px -459px}.cssmap-210 .pl12.active-region .bg{background-position:-525px -459px} .cssmap-210 .pl13.focus .bg,.cssmap-210 .pl13.active-region .bg{height:36px;left:110px;top:115px;width:43px}.cssmap-210 .pl13.focus .bg{background-position:-5px -338px}.cssmap-210 .pl13.active-region .bg{background-position:-305px -338px} .cssmap-210 .pl14.focus .bg,.cssmap-210 .pl14.active-region .bg{height:44px;left:99px;top:15px;width:72px}.cssmap-210 .pl14.focus .bg{background-position:-207px -396px}.cssmap-210 .pl14.active-region .bg{background-position:-507px -396px} .cssmap-210 .pl15.focus .bg,.cssmap-210 .pl15.active-region .bg{height:82px;left:34px;top:41px;width:65px}.cssmap-210 .pl15.focus .bg{background-position:-5px -242px}.cssmap-210 .pl15.active-region .bg{background-position:-305px -242px} .cssmap-210 .pl16.focus .bg,.cssmap-210 .pl16.active-region .bg{height:64px;left:2px;top:11px;width:56px}.cssmap-210 .pl16.focus .bg{background-position:-72px -393px}.cssmap-210 .pl16.active-region .bg{background-position:-372px -393px}
.cssmap-210 .pl1 a{left:51px;top:126px}.cssmap-210 .pl1 a.tooltip-left .tooltip-arrow{left:51px} .cssmap-210 .pl2 a{left:92px;top:65px}.cssmap-210 .pl2 a.tooltip-left .tooltip-arrow{left:92px} .cssmap-210 .pl3 a{left:175px;top:122px}.cssmap-210 .pl3 a.tooltip-right .tooltip-arrow{right:35px} .cssmap-210 .pl4 a{left:29px;top:93px}.cssmap-210 .pl4 a.tooltip-left .tooltip-arrow{left:29px} .cssmap-210 .pl5 a{left:110px;top:111px}.cssmap-210 .pl5 a.tooltip-left .tooltip-arrow{left:110px} .cssmap-210 .pl6 a{left:126px;top:166px}.cssmap-210 .pl6 a.tooltip-right .tooltip-arrow{right:84px} .cssmap-210 .pl7 a{left:143px;top:84px}.cssmap-210 .pl7 a.tooltip-right .tooltip-arrow{right:67px} .cssmap-210 .pl8 a{left:80px;top:140px}.cssmap-210 .pl8 a.tooltip-left .tooltip-arrow{left:80px} .cssmap-210 .pl9 a{left:163px;top:162px}.cssmap-210 .pl9 a.tooltip-right .tooltip-arrow{right:47px} .cssmap-210 .pl10 a{left:177px;top:58px}.cssmap-210 .pl10 a.tooltip-right .tooltip-arrow{right:33px} .cssmap-210 .pl11 a{left:81px;top:27px}.cssmap-210 .pl11 a.tooltip-left .tooltip-arrow{left:81px} .cssmap-210 .pl12 a{left:101px;top:147px}.cssmap-210 .pl12 a.tooltip-left .tooltip-arrow{left:101px} .cssmap-210 .pl13 a{left:137px;top:138px}.cssmap-210 .pl13 a.tooltip-right .tooltip-arrow{right:73px} .cssmap-210 .pl14 a{left:140px;top:38px}.cssmap-210 .pl14 a.tooltip-right .tooltip-arrow{right:70px} .cssmap-210 .pl15 a{left:67px;top:91px}.cssmap-210 .pl15 a.tooltip-left .tooltip-arrow{left:67px} .cssmap-210 .pl16 a{left:34px;top:48px}.cssmap-210 .pl16 a.tooltip-left .tooltip-arrow{left:34px}

/* size: 250 */
.cssmap-250{width:250px} .cssmap-250 .poland,.cssmap-250 .poland .bg,.cssmap-250 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-250.51d9251fd1ac.png) no-repeat 0 0} .cssmap-250 .poland.cssmap-blue,.cssmap-250 .poland.cssmap-blue .bg,.cssmap-250 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-250.72fe270d8339.png)} .cssmap-250 .poland.cssmap-dark,.cssmap-250 .poland.cssmap-dark .bg,.cssmap-250 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-250.529f9497cb2b.png)} .cssmap-250 .poland.cssmap-vintage,.cssmap-250 .poland.cssmap-vintage .bg,.cssmap-250 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-250.7f23bb3dd9d7.png)} .cssmap-250 .poland.cssmap-custom,.cssmap-250 .poland.cssmap-custom .bg,.cssmap-250 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-250.1c71e5486eb3.png)} .cssmap-250 .poland,.cssmap-250 .poland-cities{height:240px;width:250px} .cssmap-250 .poland-cities{background-position:-260px 0} .cssmap-250 .poland .m{margin:9996px 0 0 -3px} .cssmap-250 .poland .m span{font-size:16px !important;padding:0 1px 1px 0} .cssmap-250 .poland .bg{padding:5px}
.cssmap-250 .pl1.focus .bg,.cssmap-250 .pl1.active-region .bg{height:65px;left:16px;top:121px;width:72px}.cssmap-250 .pl1.focus .bg{background-position:-220px -387px}.cssmap-250 .pl1.active-region .bg{background-position:-590px -387px} .cssmap-250 .pl2.focus .bg,.cssmap-250 .pl2.active-region .bg{height:58px;left:74px;top:43px;width:61px}.cssmap-250 .pl2.focus .bg{background-position:-295px -283px}.cssmap-250 .pl2.active-region .bg{background-position:-665px -283px} .cssmap-250 .pl3.focus .bg,.cssmap-250 .pl3.active-region .bg{height:78px;left:180px;top:102px;width:60px}.cssmap-250 .pl3.focus .bg{background-position:-5px -465px}.cssmap-250 .pl3.active-region .bg{background-position:-375px -465px} .cssmap-250 .pl4.focus .bg,.cssmap-250 .pl4.active-region .bg{height:69px;left:9px;top:69px;width:46px}.cssmap-250 .pl4.focus .bg{background-position:-311px -360px}.cssmap-250 .pl4.active-region .bg{background-position:-681px -360px} .cssmap-250 .pl5.focus .bg,.cssmap-250 .pl5.active-region .bg{height:61px;left:94px;top:98px;width:63px}.cssmap-250 .pl5.focus .bg{background-position:-178px -560px}.cssmap-250 .pl5.active-region .bg{background-position:-548px -560px} .cssmap-250 .pl6.focus .bg,.cssmap-250 .pl6.active-region .bg{height:51px;left:119px;top:170px;width:56px}.cssmap-250 .pl6.focus .bg{background-position:-106px -399px}.cssmap-250 .pl6.active-region .bg{background-position:-476px -399px} .cssmap-250 .pl7.focus .bg,.cssmap-250 .pl7.active-region .bg{height:97px;left:123px;top:55px;width:93px}.cssmap-250 .pl7.focus .bg{background-position:-106px -283px}.cssmap-250 .pl7.active-region .bg{background-position:-476px -283px} .cssmap-250 .pl8.focus .bg,.cssmap-250 .pl8.active-region .bg{height:47px;left:66px;top:145px;width:43px}.cssmap-250 .pl8.focus .bg{background-position:-4px -574px}.cssmap-250 .pl8.active-region .bg{background-position:-374px -574px} .cssmap-250 .pl9.focus .bg,.cssmap-250 .pl9.active-region .bg{height:68px;left:168px;top:159px;width:58px}.cssmap-250 .pl9.focus .bg{background-position:-182px -472px}.cssmap-250 .pl9.active-region .bg{background-position:-552px -472px} .cssmap-250 .pl10.focus .bg,.cssmap-250 .pl10.active-region .bg{height:86px;left:179px;top:17px;width:57px}.cssmap-250 .pl10.focus .bg{background-position:-219px -282px}.cssmap-250 .pl10.active-region .bg{background-position:-589px -282px} .cssmap-250 .pl11.focus .bg,.cssmap-250 .pl11.active-region .bg{height:55px;left:62px;top:0;width:71px}.cssmap-250 .pl11.focus .bg{background-position:-68px -569px}.cssmap-250 .pl11.active-region .bg{background-position:-438px -569px} .cssmap-250 .pl12.focus .bg,.cssmap-250 .pl12.active-region .bg{height:64px;left:93px;top:149px;width:47px}.cssmap-250 .pl12.focus .bg{background-position:-280px -546px}.cssmap-250 .pl12.active-region .bg{background-position:-650px -546px} .cssmap-250 .pl13.focus .bg,.cssmap-250 .pl13.active-region .bg{height:44px;left:133px;top:139px;width:53px}.cssmap-250 .pl13.focus .bg{background-position:-4px -402px}.cssmap-250 .pl13.active-region .bg{background-position:-374px -402px} .cssmap-250 .pl14.focus .bg,.cssmap-250 .pl14.active-region .bg{height:53px;left:120px;top:16px;width:89px}.cssmap-250 .pl14.focus .bg{background-position:-260px -473px}.cssmap-250 .pl14.active-region .bg{background-position:-630px -473px} .cssmap-250 .pl15.focus .bg,.cssmap-250 .pl15.active-region .bg{height:101px;left:39px;top:48px;width:80px}.cssmap-250 .pl15.focus .bg{background-position:-4px -282px}.cssmap-250 .pl15.active-region .bg{background-position:-374px -282px} .cssmap-250 .pl16.focus .bg,.cssmap-250 .pl16.active-region .bg{height:79px;left:0;top:11px;width:69px}.cssmap-250 .pl16.focus .bg{background-position:-89px -470px}.cssmap-250 .pl16.active-region .bg{background-position:-459px -470px}
.cssmap-250 .pl1 a{left:60px;top:151px}.cssmap-250 .pl1 a.tooltip-left .tooltip-arrow{left:60px} .cssmap-250 .pl2 a{left:110px;top:77px}.cssmap-250 .pl2 a.tooltip-left .tooltip-arrow{left:110px} .cssmap-250 .pl3 a{left:212px;top:146px}.cssmap-250 .pl3 a.tooltip-right .tooltip-arrow{right:38px} .cssmap-250 .pl4 a{left:32px;top:110px}.cssmap-250 .pl4 a.tooltip-left .tooltip-arrow{left:32px} .cssmap-250 .pl5 a{left:132px;top:133px}.cssmap-250 .pl5 a.tooltip-left .tooltip-arrow{left:132px} .cssmap-250 .pl6 a{left:152px;top:200px}.cssmap-250 .pl6 a.tooltip-left .tooltip-arrow{left:152px} .cssmap-250 .pl7 a{left:173px;top:100px}.cssmap-250 .pl7 a.tooltip-right .tooltip-arrow{right:77px} .cssmap-250 .pl8 a{left:95px;top:169px}.cssmap-250 .pl8 a.tooltip-left .tooltip-arrow{left:95px} .cssmap-250 .pl9 a{left:197px;top:195px}.cssmap-250 .pl9 a.tooltip-right .tooltip-arrow{right:53px} .cssmap-250 .pl10 a{left:215px;top:67px}.cssmap-250 .pl10 a.tooltip-right .tooltip-arrow{right:35px} .cssmap-250 .pl11 a{left:97px;top:29px}.cssmap-250 .pl11 a.tooltip-left .tooltip-arrow{left:97px} .cssmap-250 .pl12 a{left:121px;top:177px}.cssmap-250 .pl12 a.tooltip-left .tooltip-arrow{left:121px} .cssmap-250 .pl13 a{left:165px;top:166px}.cssmap-250 .pl13 a.tooltip-right .tooltip-arrow{right:85px} .cssmap-250 .pl14 a{left:168px;top:43px}.cssmap-250 .pl14 a.tooltip-right .tooltip-arrow{right:82px} .cssmap-250 .pl15 a{left:79px;top:108px}.cssmap-250 .pl15 a.tooltip-left .tooltip-arrow{left:79px} .cssmap-250 .pl16 a{left:39px;top:55px}.cssmap-250 .pl16 a.tooltip-left .tooltip-arrow{left:39px}

/* size: 320 */
.cssmap-320{width:320px} .cssmap-320 .poland,.cssmap-320 .poland .bg,.cssmap-320 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-320.a392231efee3.png) no-repeat 0 0} .cssmap-320 .poland.cssmap-blue,.cssmap-320 .poland.cssmap-blue .bg,.cssmap-320 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-320.d13f0fba8d82.png)} .cssmap-320 .poland.cssmap-dark,.cssmap-320 .poland.cssmap-dark .bg,.cssmap-320 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-320.e324ed2e5132.png)} .cssmap-320 .poland.cssmap-vintage,.cssmap-320 .poland.cssmap-vintage .bg,.cssmap-320 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-320.7028a7a971e6.png)} .cssmap-320 .poland.cssmap-custom,.cssmap-320 .poland.cssmap-custom .bg,.cssmap-320 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-320.d20d23bc516a.png)} .cssmap-320 .poland,.cssmap-320 .poland-cities{height:305px;width:320px} .cssmap-320 .poland-cities{background-position:-330px 0} .cssmap-320 .poland .m{margin:9999px 0 0 0} .cssmap-320 .poland .m span{font-size:20px !important} .cssmap-320 .poland .bg{padding:10px}
.cssmap-320 .pl1.focus .bg,.cssmap-320 .pl1.active-region .bg{height:82px;left:21px;top:152px;width:90px}.cssmap-320 .pl1.focus .bg{background-position:-273px -484px}.cssmap-320 .pl1.active-region .bg{background-position:-743px -484px} .cssmap-320 .pl2.focus .bg,.cssmap-320 .pl2.active-region .bg{height:73px;left:93px;top:54px;width:76px}.cssmap-320 .pl2.focus .bg{background-position:-368px -352px}.cssmap-320 .pl2.active-region .bg{background-position:-838px -352px} .cssmap-320 .pl3.focus .bg,.cssmap-320 .pl3.active-region .bg{height:98px;left:225px;top:128px;width:75px}.cssmap-320 .pl3.focus .bg{background-position:-5px -581px}.cssmap-320 .pl3.active-region .bg{background-position:-475px -581px} .cssmap-320 .pl4.focus .bg,.cssmap-320 .pl4.active-region .bg{height:86px;left:12px;top:87px;width:57px}.cssmap-320 .pl4.focus .bg{background-position:-387px -449px}.cssmap-320 .pl4.active-region .bg{background-position:-857px -449px} .cssmap-320 .pl5.focus .bg,.cssmap-320 .pl5.active-region .bg{height:76px;left:118px;top:123px;width:78px}.cssmap-320 .pl5.focus .bg{background-position:-229px -700px}.cssmap-320 .pl5.active-region .bg{background-position:-699px -700px} .cssmap-320 .pl6.focus .bg,.cssmap-320 .pl6.active-region .bg{height:63px;left:149px;top:213px;width:70px}.cssmap-320 .pl6.focus .bg{background-position:-129px -498px}.cssmap-320 .pl6.active-region .bg{background-position:-599px -498px} .cssmap-320 .pl7.focus .bg,.cssmap-320 .pl7.active-region .bg{height:121px;left:154px;top:69px;width:117px}.cssmap-320 .pl7.focus .bg{background-position:-131px -352px}.cssmap-320 .pl7.active-region .bg{background-position:-601px -352px} .cssmap-320 .pl8.focus .bg,.cssmap-320 .pl8.active-region .bg{height:59px;left:83px;top:181px;width:54px}.cssmap-320 .pl8.focus .bg{background-position:-4px -703px}.cssmap-320 .pl8.active-region .bg{background-position:-474px -703px} .cssmap-320 .pl9.focus .bg,.cssmap-320 .pl9.active-region .bg{height:85px;left:210px;top:199px;width:73px}.cssmap-320 .pl9.focus .bg{background-position:-221px -590px}.cssmap-320 .pl9.active-region .bg{background-position:-691px -590px} .cssmap-320 .pl10.focus .bg,.cssmap-320 .pl10.active-region .bg{height:108px;left:224px;top:21px;width:71px}.cssmap-320 .pl10.focus .bg{background-position:-273px -351px}.cssmap-320 .pl10.active-region .bg{background-position:-743px -351px} .cssmap-320 .pl11.focus .bg,.cssmap-320 .pl11.active-region .bg{height:69px;left:77px;top:0;width:89px}.cssmap-320 .pl11.focus .bg{background-position:-105px -709px}.cssmap-320 .pl11.active-region .bg{background-position:-575px -709px} .cssmap-320 .pl12.focus .bg,.cssmap-320 .pl12.active-region .bg{height:80px;left:117px;top:186px;width:59px}.cssmap-320 .pl12.focus .bg{background-position:-347px -686px}.cssmap-320 .pl12.active-region .bg{background-position:-817px -686px} .cssmap-320 .pl13.focus .bg,.cssmap-320 .pl13.active-region .bg{height:55px;left:167px;top:174px;width:65px}.cssmap-320 .pl13.focus .bg{background-position:-5px -501px}.cssmap-320 .pl13.active-region .bg{background-position:-475px -501px} .cssmap-320 .pl14.focus .bg,.cssmap-320 .pl14.active-region .bg{height:67px;left:150px;top:20px;width:111px}.cssmap-320 .pl14.focus .bg{background-position:-323px -590px}.cssmap-320 .pl14.active-region .bg{background-position:-793px -590px} .cssmap-320 .pl15.focus .bg,.cssmap-320 .pl15.active-region .bg{height:126px;left:49px;top:60px;width:100px}.cssmap-320 .pl15.focus .bg{background-position:-4px -351px}.cssmap-320 .pl15.active-region .bg{background-position:-474px -351px} .cssmap-320 .pl16.focus .bg,.cssmap-320 .pl16.active-region .bg{height:99px;left:0;top:13px;width:86px}.cssmap-320 .pl16.focus .bg{background-position:-105px -585px}.cssmap-320 .pl16.active-region .bg{background-position:-575px -585px}
.cssmap-320 .pl1 a{left:79px;top:193px}.cssmap-320 .pl1 a.tooltip-left .tooltip-arrow{left:79px} .cssmap-320 .pl2 a{left:141px;top:100px}.cssmap-320 .pl2 a.tooltip-left .tooltip-arrow{left:141px} .cssmap-320 .pl3 a{left:269px;top:187px}.cssmap-320 .pl3 a.tooltip-right .tooltip-arrow{right:51px} .cssmap-320 .pl4 a{left:44px;top:142px}.cssmap-320 .pl4 a.tooltip-left .tooltip-arrow{left:44px} .cssmap-320 .pl5 a{left:169px;top:170px}.cssmap-320 .pl5 a.tooltip-left .tooltip-arrow{left:169px} .cssmap-320 .pl6 a{left:194px;top:254px}.cssmap-320 .pl6 a.tooltip-right .tooltip-arrow{right:126px} .cssmap-320 .pl7 a{left:220px;top:129px}.cssmap-320 .pl7 a.tooltip-right .tooltip-arrow{right:100px} .cssmap-320 .pl8 a{left:123px;top:215px}.cssmap-320 .pl8 a.tooltip-left .tooltip-arrow{left:123px} .cssmap-320 .pl9 a{left:250px;top:248px}.cssmap-320 .pl9 a.tooltip-right .tooltip-arrow{right:70px} .cssmap-320 .pl10 a{left:273px;top:88px}.cssmap-320 .pl10 a.tooltip-right .tooltip-arrow{right:47px} .cssmap-320 .pl11 a{left:125px;top:41px}.cssmap-320 .pl11 a.tooltip-left .tooltip-arrow{left:125px} .cssmap-320 .pl12 a{left:156px;top:226px}.cssmap-320 .pl12 a.tooltip-left .tooltip-arrow{left:156px} .cssmap-320 .pl13 a{left:210px;top:212px}.cssmap-320 .pl13 a.tooltip-right .tooltip-arrow{right:110px} .cssmap-320 .pl14 a{left:214px;top:57px}.cssmap-320 .pl14 a.tooltip-right .tooltip-arrow{right:106px} .cssmap-320 .pl15 a{left:103px;top:140px}.cssmap-320 .pl15 a.tooltip-left .tooltip-arrow{left:103px} .cssmap-320 .pl16 a{left:53px;top:73px}.cssmap-320 .pl16 a.tooltip-left .tooltip-arrow{left:53px}

/* size: 430 */
.cssmap-430{width:430px} .cssmap-430 .poland,.cssmap-430 .poland .bg,.cssmap-430 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-430.042da02b8d01.png) no-repeat 0 0} .cssmap-430 .poland.cssmap-blue,.cssmap-430 .poland.cssmap-blue .bg,.cssmap-430 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-430.4fd3de758660.png)} .cssmap-430 .poland.cssmap-dark,.cssmap-430 .poland.cssmap-dark .bg,.cssmap-430 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-430.6c31245ab0c2.png)} .cssmap-430 .poland.cssmap-vintage,.cssmap-430 .poland.cssmap-vintage .bg,.cssmap-430 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-430.56dc296ea564.png)} .cssmap-430 .poland.cssmap-custom,.cssmap-430 .poland.cssmap-custom .bg,.cssmap-430 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-430.694402e98eab.png)} .cssmap-430 .poland,.cssmap-430 .poland-cities{height:410px;width:430px} .cssmap-430 .poland-cities{background-position:-440px 0} .cssmap-430 .poland .m{margin:10006px 0 0 7px} .cssmap-430 .poland .m span{font-size:26px !important;padding:0 1px 1px 0} .cssmap-430 .poland .bg{padding:10px}
.cssmap-430 .pl1.focus .bg,.cssmap-430 .pl1.active-region .bg{height:106px;left:37px;top:207px;width:116px}.cssmap-430 .pl1.focus .bg{background-position:-347px -625px}.cssmap-430 .pl1.active-region .bg{background-position:-947px -625px} .cssmap-430 .pl2.focus .bg,.cssmap-430 .pl2.active-region .bg{height:94px;left:131px;top:80px;width:99px}.cssmap-430 .pl2.focus .bg{background-position:-470px -456px}.cssmap-430 .pl2.active-region .bg{background-position:-1070px -456px} .cssmap-430 .pl3.focus .bg,.cssmap-430 .pl3.active-region .bg{height:127px;left:302px;top:177px;width:98px}.cssmap-430 .pl3.focus .bg{background-position:-4px -751px}.cssmap-430 .pl3.active-region .bg{background-position:-604px -751px} .cssmap-430 .pl4.focus .bg,.cssmap-430 .pl4.active-region .bg{height:112px;left:25px;top:123px;width:74px}.cssmap-430 .pl4.focus .bg{background-position:-492px -580px}.cssmap-430 .pl4.active-region .bg{background-position:-1092px -580px} .cssmap-430 .pl5.focus .bg,.cssmap-430 .pl5.active-region .bg{height:98px;left:164px;top:170px;width:101px}.cssmap-430 .pl5.focus .bg{background-position:-284px -901px}.cssmap-430 .pl5.active-region .bg{background-position:-884px -901px} .cssmap-430 .pl6.focus .bg,.cssmap-430 .pl6.active-region .bg{height:82px;left:204px;top:287px;width:91px}.cssmap-430 .pl6.focus .bg{background-position:-174px -644px}.cssmap-430 .pl6.active-region .bg{background-position:-774px -644px} .cssmap-430 .pl7.focus .bg,.cssmap-430 .pl7.active-region .bg{height:157px;left:210px;top:100px;width:151px}.cssmap-430 .pl7.focus .bg{background-position:-166px -457px}.cssmap-430 .pl7.active-region .bg{background-position:-766px -457px} .cssmap-430 .pl8.focus .bg,.cssmap-430 .pl8.active-region .bg{height:76px;left:118px;top:245px;width:70px}.cssmap-430 .pl8.focus .bg{background-position:-4px -907px}.cssmap-430 .pl8.active-region .bg{background-position:-604px -907px} .cssmap-430 .pl9.focus .bg,.cssmap-430 .pl9.active-region .bg{height:110px;left:283px;top:269px;width:94px}.cssmap-430 .pl9.focus .bg{background-position:-284px -761px}.cssmap-430 .pl9.active-region .bg{background-position:-884px -761px} .cssmap-430 .pl10.focus .bg,.cssmap-430 .pl10.active-region .bg{height:140px;left:301px;top:38px;width:93px}.cssmap-430 .pl10.focus .bg{background-position:-348px -456px}.cssmap-430 .pl10.active-region .bg{background-position:-948px -456px} .cssmap-430 .pl11.focus .bg,.cssmap-430 .pl11.active-region .bg{height:90px;left:110px;top:10px;width:115px}.cssmap-430 .pl11.focus .bg{background-position:-104px -914px}.cssmap-430 .pl11.active-region .bg{background-position:-704px -914px} .cssmap-430 .pl12.focus .bg,.cssmap-430 .pl12.active-region .bg{height:104px;left:162px;top:252px;width:76px}.cssmap-430 .pl12.focus .bg{background-position:-432px -882px}.cssmap-430 .pl12.active-region .bg{background-position:-1032px -882px} .cssmap-430 .pl13.focus .bg,.cssmap-430 .pl13.active-region .bg{height:72px;left:227px;top:236px;width:85px}.cssmap-430 .pl13.focus .bg{background-position:-4px -649px}.cssmap-430 .pl13.active-region .bg{background-position:-604px -649px} .cssmap-430 .pl14.focus .bg,.cssmap-430 .pl14.active-region .bg{height:86px;left:205px;top:36px;width:144px}.cssmap-430 .pl14.focus .bg{background-position:-408px -760px}.cssmap-430 .pl14.active-region .bg{background-position:-1008px -760px} .cssmap-430 .pl15.focus .bg,.cssmap-430 .pl15.active-region .bg{height:163px;left:74px;top:88px;width:130px}.cssmap-430 .pl15.focus .bg{background-position:-4px -456px}.cssmap-430 .pl15.active-region .bg{background-position:-604px -456px} .cssmap-430 .pl16.focus .bg,.cssmap-430 .pl16.active-region .bg{height:128px;left:10px;top:28px;width:112px}.cssmap-430 .pl16.focus .bg{background-position:-132px -756px}.cssmap-430 .pl16.active-region .bg{background-position:-732px -756px}
.cssmap-430 .pl1 a{left:109px;top:258px}.cssmap-430 .pl1 a.tooltip-left .tooltip-arrow{left:109px} .cssmap-430 .pl2 a{left:191px;top:137px}.cssmap-430 .pl2 a.tooltip-left .tooltip-arrow{left:191px} .cssmap-430 .pl3 a{left:357px;top:250px}.cssmap-430 .pl3 a.tooltip-right .tooltip-arrow{right:73px} .cssmap-430 .pl4 a{left:65px;top:191px}.cssmap-430 .pl4 a.tooltip-left .tooltip-arrow{left:65px} .cssmap-430 .pl5 a{left:227px;top:228px}.cssmap-430 .pl5 a.tooltip-left .tooltip-arrow{left:227px} .cssmap-430 .pl6 a{left:259px;top:337px}.cssmap-430 .pl6 a.tooltip-left .tooltip-arrow{left:259px} .cssmap-430 .pl7 a{left:293px;top:175px}.cssmap-430 .pl7 a.tooltip-right .tooltip-arrow{right:137px} .cssmap-430 .pl8 a{left:166px;top:286px}.cssmap-430 .pl8 a.tooltip-left .tooltip-arrow{left:166px} .cssmap-430 .pl9 a{left:332px;top:329px}.cssmap-430 .pl9 a.tooltip-right .tooltip-arrow{right:98px} .cssmap-430 .pl10 a{left:361px;top:122px}.cssmap-430 .pl10 a.tooltip-right .tooltip-arrow{right:69px} .cssmap-430 .pl11 a{left:169px;top:60px}.cssmap-430 .pl11 a.tooltip-left .tooltip-arrow{left:169px} .cssmap-430 .pl12 a{left:209px;top:301px}.cssmap-430 .pl12 a.tooltip-left .tooltip-arrow{left:209px} .cssmap-430 .pl13 a{left:280px;top:282px}.cssmap-430 .pl13 a.tooltip-right .tooltip-arrow{right:150px} .cssmap-430 .pl14 a{left:286px;top:91px}.cssmap-430 .pl14 a.tooltip-right .tooltip-arrow{right:144px} .cssmap-430 .pl15 a{left:140px;top:188px}.cssmap-430 .pl15 a.tooltip-left .tooltip-arrow{left:140px} .cssmap-430 .pl16 a{left:75px;top:101px}.cssmap-430 .pl16 a.tooltip-left .tooltip-arrow{left:75px}

/* size: 540 */
.cssmap-540{width:540px} .cssmap-540 .poland,.cssmap-540 .poland .bg,.cssmap-540 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-540.8c9520beb144.png) no-repeat 0 0} .cssmap-540 .poland.cssmap-blue,.cssmap-540 .poland.cssmap-blue .bg,.cssmap-540 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-540.32601f8139ab.png)} .cssmap-540 .poland.cssmap-dark,.cssmap-540 .poland.cssmap-dark .bg,.cssmap-540 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-540.21c181a01500.png)} .cssmap-540 .poland.cssmap-vintage,.cssmap-540 .poland.cssmap-vintage .bg,.cssmap-540 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-540.f0130fea92ba.png)} .cssmap-540 .poland.cssmap-custom,.cssmap-540 .poland.cssmap-custom .bg,.cssmap-540 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-540.28dabd933998.png)} .cssmap-540 .poland,.cssmap-540 .poland-cities{height:515px;width:540px} .cssmap-540 .poland-cities{background-position:-550px 0} .cssmap-540 .poland .m{margin:10005px 0 0 5px} .cssmap-540 .poland .m span{font-size:33px !important;padding:0 1px 1px 0} .cssmap-540 .poland .bg{padding:10px}
.cssmap-540 .pl1.focus .bg,.cssmap-540 .pl1.active-region .bg{height:135px;left:46px;top:263px;width:147px}.cssmap-540 .pl1.focus .bg{background-position:-426px -773px}.cssmap-540 .pl1.active-region .bg{background-position:-1146px -773px} .cssmap-540 .pl2.focus .bg,.cssmap-540 .pl2.active-region .bg{height:120px;left:166px;top:101px;width:125px}.cssmap-540 .pl2.focus .bg{background-position:-573px -564px}.cssmap-540 .pl2.active-region .bg{background-position:-1293px -564px} .cssmap-540 .pl3.focus .bg,.cssmap-540 .pl3.active-region .bg{height:161px;left:383px;top:224px;width:124px}.cssmap-540 .pl3.focus .bg{background-position:-10px -922px}.cssmap-540 .pl3.active-region .bg{background-position:-730px -922px} .cssmap-540 .pl4.focus .bg,.cssmap-540 .pl4.active-region .bg{height:142px;left:32px;top:156px;width:93px}.cssmap-540 .pl4.focus .bg{background-position:-606px -714px}.cssmap-540 .pl4.active-region .bg{background-position:-1326px -714px} .cssmap-540 .pl5.focus .bg,.cssmap-540 .pl5.active-region .bg{height:125px;left:207px;top:215px;width:129px}.cssmap-540 .pl5.focus .bg{background-position:-363px -1107px}.cssmap-540 .pl5.active-region .bg{background-position:-1083px -1107px} .cssmap-540 .pl6.focus .bg,.cssmap-540 .pl6.active-region .bg{height:104px;left:258px;top:364px;width:115px}.cssmap-540 .pl6.focus .bg{background-position:-205px -793px}.cssmap-540 .pl6.active-region .bg{background-position:-925px -793px} .cssmap-540 .pl7.focus .bg,.cssmap-540 .pl7.active-region .bg{height:200px;left:266px;top:126px;width:192px}.cssmap-540 .pl7.focus .bg{background-position:-205px -564px}.cssmap-540 .pl7.active-region .bg{background-position:-925px -564px} .cssmap-540 .pl8.focus .bg,.cssmap-540 .pl8.active-region .bg{height:97px;left:150px;top:311px;width:89px}.cssmap-540 .pl8.focus .bg{background-position:-10px -1122px}.cssmap-540 .pl8.active-region .bg{background-position:-730px -1122px} .cssmap-540 .pl9.focus .bg,.cssmap-540 .pl9.active-region .bg{height:140px;left:359px;top:341px;width:120px}.cssmap-540 .pl9.focus .bg{background-position:-360px -937px}.cssmap-540 .pl9.active-region .bg{background-position:-1080px -937px} .cssmap-540 .pl10.focus .bg,.cssmap-540 .pl10.active-region .bg{height:177px;left:381px;top:48px;width:117px}.cssmap-540 .pl10.focus .bg{background-position:-426px -566px}.cssmap-540 .pl10.active-region .bg{background-position:-1146px -566px} .cssmap-540 .pl11.focus .bg,.cssmap-540 .pl11.active-region .bg{height:114px;left:139px;top:12px;width:146px}.cssmap-540 .pl11.focus .bg{background-position:-163px -1120px}.cssmap-540 .pl11.active-region .bg{background-position:-883px -1120px} .cssmap-540 .pl12.focus .bg,.cssmap-540 .pl12.active-region .bg{height:132px;left:205px;top:320px;width:96px}.cssmap-540 .pl12.focus .bg{background-position:-541px -1087px}.cssmap-540 .pl12.active-region .bg{background-position:-1261px -1087px} .cssmap-540 .pl13.focus .bg,.cssmap-540 .pl13.active-region .bg{height:91px;left:288px;top:300px;width:108px}.cssmap-540 .pl13.focus .bg{background-position:-10px -802px}.cssmap-540 .pl13.active-region .bg{background-position:-730px -802px} .cssmap-540 .pl14.focus .bg,.cssmap-540 .pl14.active-region .bg{height:110px;left:259px;top:45px;width:182px}.cssmap-540 .pl14.focus .bg{background-position:-508px -937px}.cssmap-540 .pl14.active-region .bg{background-position:-1228px -937px} .cssmap-540 .pl15.focus .bg,.cssmap-540 .pl15.active-region .bg{height:208px;left:94px;top:112px;width:165px}.cssmap-540 .pl15.focus .bg{background-position:-10px -565px}.cssmap-540 .pl15.active-region .bg{background-position:-730px -565px} .cssmap-540 .pl16.focus .bg,.cssmap-540 .pl16.active-region .bg{height:163px;left:12px;top:34px;width:142px}.cssmap-540 .pl16.focus .bg{background-position:-174px -926px}.cssmap-540 .pl16.active-region .bg{background-position:-894px -926px}
.cssmap-540 .pl1 a{left:135px;top:325px}.cssmap-540 .pl1 a.tooltip-left .tooltip-arrow{left:135px} .cssmap-540 .pl2 a{left:239px;top:171px}.cssmap-540 .pl2 a.tooltip-left .tooltip-arrow{left:239px} .cssmap-540 .pl3 a{left:449px;top:314px}.cssmap-540 .pl3 a.tooltip-right .tooltip-arrow{right:91px} .cssmap-540 .pl4 a{left:79px;top:240px}.cssmap-540 .pl4 a.tooltip-left .tooltip-arrow{left:79px} .cssmap-540 .pl5 a{left:284px;top:287px}.cssmap-540 .pl5 a.tooltip-left .tooltip-arrow{left:284px} .cssmap-540 .pl6 a{left:325px;top:426px}.cssmap-540 .pl6 a.tooltip-right .tooltip-arrow{right:215px} .cssmap-540 .pl7 a{left:369px;top:219px}.cssmap-540 .pl7 a.tooltip-right .tooltip-arrow{right:171px} .cssmap-540 .pl8 a{left:208px;top:361px}.cssmap-540 .pl8 a.tooltip-left .tooltip-arrow{left:208px} .cssmap-540 .pl9 a{left:418px;top:415px}.cssmap-540 .pl9 a.tooltip-right .tooltip-arrow{right:122px} .cssmap-540 .pl10 a{left:455px;top:151px}.cssmap-540 .pl10 a.tooltip-right .tooltip-arrow{right:85px} .cssmap-540 .pl11 a{left:211px;top:73px}.cssmap-540 .pl11 a.tooltip-left .tooltip-arrow{left:211px} .cssmap-540 .pl12 a{left:262px;top:379px}.cssmap-540 .pl12 a.tooltip-left .tooltip-arrow{left:262px} .cssmap-540 .pl13 a{left:352px;top:355px}.cssmap-540 .pl13 a.tooltip-right .tooltip-arrow{right:188px} .cssmap-540 .pl14 a{left:359px;top:100px}.cssmap-540 .pl14 a.tooltip-right .tooltip-arrow{right:181px} .cssmap-540 .pl15 a{left:175px;top:236px}.cssmap-540 .pl15 a.tooltip-left .tooltip-arrow{left:175px} .cssmap-540 .pl16 a{left:92px;top:126px}.cssmap-540 .pl16 a.tooltip-left .tooltip-arrow{left:92px}

/* size: 650 */
.cssmap-650{width:650px} .cssmap-650 .poland,.cssmap-650 .poland .bg,.cssmap-650 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-650.2bab55b61011.png) no-repeat 0 0} .cssmap-650 .poland.cssmap-blue,.cssmap-650 .poland.cssmap-blue .bg,.cssmap-650 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-650.d37e4dcba489.png)} .cssmap-650 .poland.cssmap-dark,.cssmap-650 .poland.cssmap-dark .bg,.cssmap-650 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-650.ee177fe1327e.png)} .cssmap-650 .poland.cssmap-vintage,.cssmap-650 .poland.cssmap-vintage .bg,.cssmap-650 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-650.25e16bf65cfa.png)} .cssmap-650 .poland.cssmap-custom,.cssmap-650 .poland.cssmap-custom .bg,.cssmap-650 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-650.4c3b7e98c694.png)} .cssmap-650 .poland,.cssmap-650 .poland-cities{height:620px;width:650px} .cssmap-650 .poland-cities{background-position:-660px 0} .cssmap-650 .poland .m{margin:10004px 0 0 5px} .cssmap-650 .poland .m span{font-size:40px !important} .cssmap-650 .poland .bg{padding:10px}
.cssmap-650 .pl1.focus .bg,.cssmap-650 .pl1.active-region .bg{height:163px;left:57px;top:319px;width:179px}.cssmap-650 .pl1.focus .bg{background-position:-501px -917px}.cssmap-650 .pl1.active-region .bg{background-position:-1351px -917px} .cssmap-650 .pl2.focus .bg,.cssmap-650 .pl2.active-region .bg{height:145px;left:202px;top:123px;width:151px}.cssmap-650 .pl2.focus .bg{background-position:-674px -673px}.cssmap-650 .pl2.active-region .bg{background-position:-1524px -673px} .cssmap-650 .pl3.focus .bg,.cssmap-650 .pl3.active-region .bg{height:195px;left:465px;top:272px;width:150px}.cssmap-650 .pl3.focus .bg{background-position:-10px -1092px}.cssmap-650 .pl3.active-region .bg{background-position:-860px -1092px} .cssmap-650 .pl4.focus .bg,.cssmap-650 .pl4.active-region .bg{height:172px;left:39px;top:189px;width:113px}.cssmap-650 .pl4.focus .bg{background-position:-707px -867px}.cssmap-650 .pl4.active-region .bg{background-position:-1557px -867px} .cssmap-650 .pl5.focus .bg,.cssmap-650 .pl5.active-region .bg{height:151px;left:252px;top:261px;width:156px}.cssmap-650 .pl5.focus .bg{background-position:-435px -1309px}.cssmap-650 .pl5.active-region .bg{background-position:-1285px -1309px} .cssmap-650 .pl6.focus .bg,.cssmap-650 .pl6.active-region .bg{height:126px;left:313px;top:441px;width:140px}.cssmap-650 .pl6.focus .bg{background-position:-247px -945px}.cssmap-650 .pl6.active-region .bg{background-position:-1097px -945px} .cssmap-650 .pl7.focus .bg,.cssmap-650 .pl7.active-region .bg{height:242px;left:323px;top:153px;width:233px}.cssmap-650 .pl7.focus .bg{background-position:-239px -672px}.cssmap-650 .pl7.active-region .bg{background-position:-1089px -672px} .cssmap-650 .pl8.focus .bg,.cssmap-650 .pl8.active-region .bg{height:117px;left:182px;top:377px;width:108px}.cssmap-650 .pl8.focus .bg{background-position:-10px -1316px}.cssmap-650 .pl8.active-region .bg{background-position:-860px -1316px} .cssmap-650 .pl9.focus .bg,.cssmap-650 .pl9.active-region .bg{height:170px;left:435px;top:413px;width:145px}.cssmap-650 .pl9.focus .bg{background-position:-418px -1109px}.cssmap-650 .pl9.active-region .bg{background-position:-1268px -1109px} .cssmap-650 .pl10.focus .bg,.cssmap-650 .pl10.active-region .bg{height:215px;left:463px;top:58px;width:142px}.cssmap-650 .pl10.focus .bg{background-position:-501px -672px}.cssmap-650 .pl10.active-region .bg{background-position:-1351px -672px} .cssmap-650 .pl11.focus .bg,.cssmap-650 .pl11.active-region .bg{height:138px;left:170px;top:15px;width:177px}.cssmap-650 .pl11.focus .bg{background-position:-190px -1330px}.cssmap-650 .pl11.active-region .bg{background-position:-1040px -1330px} .cssmap-650 .pl12.focus .bg,.cssmap-650 .pl12.active-region .bg{height:160px;left:249px;top:388px;width:117px}.cssmap-650 .pl12.focus .bg{background-position:-640px -1285px}.cssmap-650 .pl12.active-region .bg{background-position:-1490px -1285px} .cssmap-650 .pl13.focus .bg,.cssmap-650 .pl13.active-region .bg{height:110px;left:349px;top:364px;width:130px}.cssmap-650 .pl13.focus .bg{background-position:-9px -953px}.cssmap-650 .pl13.active-region .bg{background-position:-859px -953px} .cssmap-650 .pl14.focus .bg,.cssmap-650 .pl14.active-region .bg{height:133px;left:315px;top:55px;width:221px}.cssmap-650 .pl14.focus .bg{background-position:-591px -1109px}.cssmap-650 .pl14.active-region .bg{background-position:-1441px -1109px} .cssmap-650 .pl15.focus .bg,.cssmap-650 .pl15.active-region .bg{height:251px;left:114px;top:136px;width:200px}.cssmap-650 .pl15.focus .bg{background-position:-9px -673px}.cssmap-650 .pl15.active-region .bg{background-position:-859px -673px} .cssmap-650 .pl16.focus .bg,.cssmap-650 .pl16.active-region .bg{height:197px;left:15px;top:42px;width:172px}.cssmap-650 .pl16.focus .bg{background-position:-204px -1102px}.cssmap-650 .pl16.active-region .bg{background-position:-1054px -1102px}
.cssmap-650 .pl1 a{left:163px;top:392px}.cssmap-650 .pl1 a.tooltip-left .tooltip-arrow{left:163px} .cssmap-650 .pl2 a{left:288px;top:205px}.cssmap-650 .pl2 a.tooltip-left .tooltip-arrow{left:288px} .cssmap-650 .pl3 a{left:543px;top:379px}.cssmap-650 .pl3 a.tooltip-right .tooltip-arrow{right:107px} .cssmap-650 .pl4 a{left:94px;top:289px}.cssmap-650 .pl4 a.tooltip-left .tooltip-arrow{left:94px} .cssmap-650 .pl5 a{left:343px;top:346px}.cssmap-650 .pl5 a.tooltip-right .tooltip-arrow{right:307px} .cssmap-650 .pl6 a{left:393px;top:514px}.cssmap-650 .pl6 a.tooltip-right .tooltip-arrow{right:257px} .cssmap-650 .pl7 a{left:445px;top:264px}.cssmap-650 .pl7 a.tooltip-right .tooltip-arrow{right:205px} .cssmap-650 .pl8 a{left:251px;top:435px}.cssmap-650 .pl8 a.tooltip-left .tooltip-arrow{left:251px} .cssmap-650 .pl9 a{left:505px;top:501px}.cssmap-650 .pl9 a.tooltip-right .tooltip-arrow{right:145px} .cssmap-650 .pl10 a{left:551px;top:182px}.cssmap-650 .pl10 a.tooltip-right .tooltip-arrow{right:99px} .cssmap-650 .pl11 a{left:255px;top:87px}.cssmap-650 .pl11 a.tooltip-left .tooltip-arrow{left:255px} .cssmap-650 .pl12 a{left:317px;top:457px}.cssmap-650 .pl12 a.tooltip-left .tooltip-arrow{left:317px} .cssmap-650 .pl13 a{left:425px;top:429px}.cssmap-650 .pl13 a.tooltip-right .tooltip-arrow{right:225px} .cssmap-650 .pl14 a{left:434px;top:120px}.cssmap-650 .pl14 a.tooltip-right .tooltip-arrow{right:216px} .cssmap-650 .pl15 a{left:211px;top:285px}.cssmap-650 .pl15 a.tooltip-left .tooltip-arrow{left:211px} .cssmap-650 .pl16 a{left:111px;top:151px}.cssmap-650 .pl16 a.tooltip-left .tooltip-arrow{left:111px}

/* size: 750 */
.cssmap-750{width:750px} .cssmap-750 .poland,.cssmap-750 .poland .bg,.cssmap-750 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-750.0b78dbad8420.png) no-repeat 0 0} .cssmap-750 .poland.cssmap-blue,.cssmap-750 .poland.cssmap-blue .bg,.cssmap-750 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-750.940c549bae92.png)} .cssmap-750 .poland.cssmap-dark,.cssmap-750 .poland.cssmap-dark .bg,.cssmap-750 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-750.ae992794cc62.png)} .cssmap-750 .poland.cssmap-vintage,.cssmap-750 .poland.cssmap-vintage .bg,.cssmap-750 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-750.11c933683cb8.png)} .cssmap-750 .poland.cssmap-custom,.cssmap-750 .poland.cssmap-custom .bg,.cssmap-750 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-750.d8f42710e3e4.png)} .cssmap-750 .poland,.cssmap-750 .poland-cities{height:710px;width:750px} .cssmap-750 .poland-cities{background-position:-760px 0} .cssmap-750 .poland .m{margin:9997px 0 0 -2px} .cssmap-750 .poland .m span{font-size:47px !important;padding:0 1px 1px 0} .cssmap-750 .poland .bg{padding:10px}
.cssmap-750 .pl1.focus .bg,.cssmap-750 .pl1.active-region .bg{height:191px;left:61px;top:369px;width:210px}.cssmap-750 .pl1.focus .bg{background-position:-578px -1044px}.cssmap-750 .pl1.active-region .bg{background-position:-1548px -1044px} .cssmap-750 .pl2.focus .bg,.cssmap-750 .pl2.active-region .bg{height:170px;left:232px;top:139px;width:178px}.cssmap-750 .pl2.focus .bg{background-position:-774px -763px}.cssmap-750 .pl2.active-region .bg{background-position:-1744px -763px} .cssmap-750 .pl3.focus .bg,.cssmap-750 .pl3.active-region .bg{height:229px;left:541px;top:314px;width:177px}.cssmap-750 .pl3.focus .bg{background-position:-10px -1247px}.cssmap-750 .pl3.active-region .bg{background-position:-980px -1247px} .cssmap-750 .pl4.focus .bg,.cssmap-750 .pl4.active-region .bg{height:202px;left:40px;top:217px;width:133px}.cssmap-750 .pl4.focus .bg{background-position:-817px -983px}.cssmap-750 .pl4.active-region .bg{background-position:-1787px -983px} .cssmap-750 .pl5.focus .bg,.cssmap-750 .pl5.active-region .bg{height:177px;left:290px;top:301px;width:183px}.cssmap-750 .pl5.focus .bg{background-position:-472px -1494px}.cssmap-750 .pl5.active-region .bg{background-position:-1442px -1494px} .cssmap-750 .pl6.focus .bg,.cssmap-750 .pl6.active-region .bg{height:148px;left:362px;top:513px;width:164px}.cssmap-750 .pl6.focus .bg{background-position:-285px -1077px}.cssmap-750 .pl6.active-region .bg{background-position:-1255px -1077px} .cssmap-750 .pl7.focus .bg,.cssmap-750 .pl7.active-region .bg{height:284px;left:373px;top:174px;width:273px}.cssmap-750 .pl7.focus .bg{background-position:-275px -763px}.cssmap-750 .pl7.active-region .bg{background-position:-1245px -763px} .cssmap-750 .pl8.focus .bg,.cssmap-750 .pl8.active-region .bg{height:138px;left:208px;top:438px;width:127px}.cssmap-750 .pl8.focus .bg{background-position:-9px -1505px}.cssmap-750 .pl8.active-region .bg{background-position:-979px -1505px} .cssmap-750 .pl9.focus .bg,.cssmap-750 .pl9.active-region .bg{height:199px;left:506px;top:480px;width:170px}.cssmap-750 .pl9.focus .bg{background-position:-467px -1265px}.cssmap-750 .pl9.active-region .bg{background-position:-1437px -1265px} .cssmap-750 .pl10.focus .bg,.cssmap-750 .pl10.active-region .bg{height:252px;left:538px;top:63px;width:167px}.cssmap-750 .pl10.focus .bg{background-position:-577px -763px}.cssmap-750 .pl10.active-region .bg{background-position:-1547px -763px} .cssmap-750 .pl11.focus .bg,.cssmap-750 .pl11.active-region .bg{height:162px;left:194px;top:12px;width:208px}.cssmap-750 .pl11.focus .bg{background-position:-226px -1515px}.cssmap-750 .pl11.active-region .bg{background-position:-1196px -1515px} .cssmap-750 .pl12.focus .bg,.cssmap-750 .pl12.active-region .bg{height:187px;left:288px;top:450px;width:137px}.cssmap-750 .pl12.focus .bg{background-position:-715px -1462px}.cssmap-750 .pl12.active-region .bg{background-position:-1685px -1462px} .cssmap-750 .pl13.focus .bg,.cssmap-750 .pl13.active-region .bg{height:129px;left:405px;top:422px;width:153px}.cssmap-750 .pl13.focus .bg{background-position:-10px -1089px}.cssmap-750 .pl13.active-region .bg{background-position:-980px -1089px} .cssmap-750 .pl14.focus .bg,.cssmap-750 .pl14.active-region .bg{height:156px;left:365px;top:60px;width:259px}.cssmap-750 .pl14.focus .bg{background-position:-677px -1265px}.cssmap-750 .pl14.active-region .bg{background-position:-1647px -1265px} .cssmap-750 .pl15.focus .bg,.cssmap-750 .pl15.active-region .bg{height:295px;left:129px;top:154px;width:234px}.cssmap-750 .pl15.focus .bg{background-position:-10px -764px}.cssmap-750 .pl15.active-region .bg{background-position:-980px -764px} .cssmap-750 .pl16.focus .bg,.cssmap-750 .pl16.active-region .bg{height:231px;left:12px;top:44px;width:202px}.cssmap-750 .pl16.focus .bg{background-position:-226px -1254px}.cssmap-750 .pl16.active-region .bg{background-position:-1196px -1254px}
.cssmap-750 .pl1 a{left:184px;top:453px}.cssmap-750 .pl1 a.tooltip-left .tooltip-arrow{left:184px} .cssmap-750 .pl2 a{left:331px;top:234px} .cssmap-750 .pl3 a{left:631px;top:438px}.cssmap-750 .pl3 a.tooltip-right .tooltip-arrow{right:119px} .cssmap-750 .pl4 a{left:103px;top:332px}.cssmap-750 .pl4 a.tooltip-left .tooltip-arrow{left:103px} .cssmap-750 .pl5 a{left:396px;top:399px} .cssmap-750 .pl6 a{left:454px;top:596px}.cssmap-750 .pl6 a.tooltip-right .tooltip-arrow{right:296px} .cssmap-750 .pl7 a{left:516px;top:303px}.cssmap-750 .pl7 a.tooltip-right .tooltip-arrow{right:234px} .cssmap-750 .pl8 a{left:287px;top:504px}.cssmap-750 .pl8 a.tooltip-left .tooltip-arrow{left:287px} .cssmap-750 .pl9 a{left:586px;top:581px}.cssmap-750 .pl9 a.tooltip-right .tooltip-arrow{right:164px} .cssmap-750 .pl10 a{left:640px;top:206px}.cssmap-750 .pl10 a.tooltip-right .tooltip-arrow{right:110px} .cssmap-750 .pl11 a{left:292px;top:94px}.cssmap-750 .pl11 a.tooltip-left .tooltip-arrow{left:292px} .cssmap-750 .pl12 a{left:365px;top:530px} .cssmap-750 .pl13 a{left:492px;top:496px}.cssmap-750 .pl13 a.tooltip-right .tooltip-arrow{right:258px} .cssmap-750 .pl14 a{left:502px;top:133px}.cssmap-750 .pl14 a.tooltip-right .tooltip-arrow{right:248px} .cssmap-750 .pl15 a{left:240px;top:327px}.cssmap-750 .pl15 a.tooltip-left .tooltip-arrow{left:240px} .cssmap-750 .pl16 a{left:123px;top:169px}.cssmap-750 .pl16 a.tooltip-left .tooltip-arrow{left:123px}

/* size: 850 */
.cssmap-850{width:850px} .cssmap-850 .poland,.cssmap-850 .poland .bg,.cssmap-850 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-850.e90d7a7bd351.png) no-repeat 0 0} .cssmap-850 .poland.cssmap-blue,.cssmap-850 .poland.cssmap-blue .bg,.cssmap-850 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-850.3a90feaeb06c.png)} .cssmap-850 .poland.cssmap-dark,.cssmap-850 .poland.cssmap-dark .bg,.cssmap-850 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-850.7ee8bf4d5ade.png)} .cssmap-850 .poland.cssmap-vintage,.cssmap-850 .poland.cssmap-vintage .bg,.cssmap-850 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-850.5b1fc0113035.png)} .cssmap-850 .poland.cssmap-custom,.cssmap-850 .poland.cssmap-custom .bg,.cssmap-850 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-850.690a8ec6e4cf.png)} .cssmap-850 .poland,.cssmap-850 .poland-cities{height:805px;width:850px} .cssmap-850 .poland-cities{background-position:-860px 0} .cssmap-850 .poland .m{margin:9992px 0 0 -7px} .cssmap-850 .poland .m span{font-size:54px !important;padding:0 1px 1px 0} .cssmap-850 .poland .bg{padding:10px}
.cssmap-850 .pl1.focus .bg,.cssmap-850 .pl1.active-region .bg{height:220px;left:66px;top:421px;width:241px}.cssmap-850 .pl1.focus .bg{background-position:-651px -1177px}.cssmap-850 .pl1.active-region .bg{background-position:-1751px -1177px} .cssmap-850 .pl2.focus .bg,.cssmap-850 .pl2.active-region .bg{height:196px;left:263px;top:156px;width:204px}.cssmap-850 .pl2.focus .bg{background-position:-873px -857px}.cssmap-850 .pl2.active-region .bg{background-position:-1973px -857px} .cssmap-850 .pl3.focus .bg,.cssmap-850 .pl3.active-region .bg{height:263px;left:617px;top:357px;width:203px}.cssmap-850 .pl3.focus .bg{background-position:-9px -1404px}.cssmap-850 .pl3.active-region .bg{background-position:-1109px -1404px} .cssmap-850 .pl4.focus .bg,.cssmap-850 .pl4.active-region .bg{height:232px;left:43px;top:245px;width:153px}.cssmap-850 .pl4.focus .bg{background-position:-922px -1092px}.cssmap-850 .pl4.active-region .bg{background-position:-2022px -1092px} .cssmap-850 .pl5.focus .bg,.cssmap-850 .pl5.active-region .bg{height:203px;left:330px;top:342px;width:210px}.cssmap-850 .pl5.focus .bg{background-position:-520px -1684px}.cssmap-850 .pl5.active-region .bg{background-position:-1620px -1684px} .cssmap-850 .pl6.focus .bg,.cssmap-850 .pl6.active-region .bg{height:170px;left:412px;top:586px;width:188px}.cssmap-850 .pl6.focus .bg{background-position:-308px -1214px}.cssmap-850 .pl6.active-region .bg{background-position:-1408px -1214px} .cssmap-850 .pl7.focus .bg,.cssmap-850 .pl7.active-region .bg{height:326px;left:425px;top:197px;width:314px}.cssmap-850 .pl7.focus .bg{background-position:-308px -858px}.cssmap-850 .pl7.active-region .bg{background-position:-1408px -858px} .cssmap-850 .pl8.focus .bg,.cssmap-850 .pl8.active-region .bg{height:158px;left:235px;top:500px;width:145px}.cssmap-850 .pl8.focus .bg{background-position:-9px -1697px}.cssmap-850 .pl8.active-region .bg{background-position:-1109px -1697px} .cssmap-850 .pl9.focus .bg,.cssmap-850 .pl9.active-region .bg{height:229px;left:578px;top:548px;width:196px}.cssmap-850 .pl9.focus .bg{background-position:-503px -1426px}.cssmap-850 .pl9.active-region .bg{background-position:-1603px -1426px} .cssmap-850 .pl10.focus .bg,.cssmap-850 .pl10.active-region .bg{height:290px;left:615px;top:69px;width:192px}.cssmap-850 .pl10.focus .bg{background-position:-652px -858px}.cssmap-850 .pl10.active-region .bg{background-position:-1752px -858px} .cssmap-850 .pl11.focus .bg,.cssmap-850 .pl11.active-region .bg{height:186px;left:219px;top:10px;width:239px}.cssmap-850 .pl11.focus .bg{background-position:-242px -1710px}.cssmap-850 .pl11.active-region .bg{background-position:-1342px -1710px} .cssmap-850 .pl12.focus .bg,.cssmap-850 .pl12.active-region .bg{height:215px;left:327px;top:513px;width:157px}.cssmap-850 .pl12.focus .bg{background-position:-790px -1654px}.cssmap-850 .pl12.active-region .bg{background-position:-1890px -1654px} .cssmap-850 .pl13.focus .bg,.cssmap-850 .pl13.active-region .bg{height:148px;left:462px;top:481px;width:176px}.cssmap-850 .pl13.focus .bg{background-position:-10px -1226px}.cssmap-850 .pl13.active-region .bg{background-position:-1110px -1226px} .cssmap-850 .pl14.focus .bg,.cssmap-850 .pl14.active-region .bg{height:179px;left:415px;top:65px;width:298px}.cssmap-850 .pl14.focus .bg{background-position:-737px -1426px}.cssmap-850 .pl14.active-region .bg{background-position:-1837px -1426px} .cssmap-850 .pl15.focus .bg,.cssmap-850 .pl15.active-region .bg{height:339px;left:144px;top:173px;width:269px}.cssmap-850 .pl15.focus .bg{background-position:-10px -857px}.cssmap-850 .pl15.active-region .bg{background-position:-1110px -857px} .cssmap-850 .pl16.focus .bg,.cssmap-850 .pl16.active-region .bg{height:266px;left:10px;top:47px;width:232px}.cssmap-850 .pl16.focus .bg{background-position:-241px -1414px}.cssmap-850 .pl16.active-region .bg{background-position:-1341px -1414px}
.cssmap-850 .pl1 a{left:206px;top:516px}.cssmap-850 .pl1 a.tooltip-left .tooltip-arrow{left:206px} .cssmap-850 .pl2 a{left:375px;top:263px} .cssmap-850 .pl3 a{left:720px;top:499px}.cssmap-850 .pl3 a.tooltip-right .tooltip-arrow{right:130px} .cssmap-850 .pl4 a{left:113px;top:377px}.cssmap-850 .pl4 a.tooltip-left .tooltip-arrow{left:113px} .cssmap-850 .pl5 a{left:450px;top:454px} .cssmap-850 .pl6 a{left:516px;top:680px} .cssmap-850 .pl7 a{left:587px;top:343px}.cssmap-850 .pl7 a.tooltip-right .tooltip-arrow{right:263px} .cssmap-850 .pl8 a{left:325px;top:574px} .cssmap-850 .pl9 a{left:668px;top:663px}.cssmap-850 .pl9 a.tooltip-right .tooltip-arrow{right:182px} .cssmap-850 .pl10 a{left:730px;top:232px}.cssmap-850 .pl10 a.tooltip-right .tooltip-arrow{right:120px} .cssmap-850 .pl11 a{left:330px;top:103px} .cssmap-850 .pl12 a{left:414px;top:604px} .cssmap-850 .pl13 a{left:560px;top:565px}.cssmap-850 .pl13 a.tooltip-right .tooltip-arrow{right:290px} .cssmap-850 .pl14 a{left:572px;top:148px}.cssmap-850 .pl14 a.tooltip-right .tooltip-arrow{right:278px} .cssmap-850 .pl15 a{left:271px;top:371px}.cssmap-850 .pl15 a.tooltip-left .tooltip-arrow{left:271px} .cssmap-850 .pl16 a{left:136px;top:190px}.cssmap-850 .pl16 a.tooltip-left .tooltip-arrow{left:136px}

/* size: 960 */
.cssmap-960{width:960px} .cssmap-960 .poland,.cssmap-960 .poland .bg,.cssmap-960 .poland-cities{background:transparent url(/static/vendors/cssmapsplugin/cssmap/default/pl-960.7f941d1826d9.png) no-repeat 0 0} .cssmap-960 .poland.cssmap-blue,.cssmap-960 .poland.cssmap-blue .bg,.cssmap-960 .poland-cities.cssmap-blue{background-image:url(/static/vendors/cssmapsplugin/cssmap/blue/pl-960.b5ab7e1f48f9.png)} .cssmap-960 .poland.cssmap-dark,.cssmap-960 .poland.cssmap-dark .bg,.cssmap-960 .poland-cities.cssmap-dark{background-image:url(/static/vendors/cssmapsplugin/cssmap/dark/pl-960.1f9f085dce62.png)} .cssmap-960 .poland.cssmap-vintage,.cssmap-960 .poland.cssmap-vintage .bg,.cssmap-960 .poland-cities.cssmap-vintage{background-image:url(/static/vendors/cssmapsplugin/cssmap/vintage/pl-960.ba0b7101dd72.png)} .cssmap-960 .poland.cssmap-custom,.cssmap-960 .poland.cssmap-custom .bg,.cssmap-960 .poland-cities.cssmap-custom{background-image:url(/static/vendors/cssmapsplugin/cssmap/custom/pl-960.d2d7d2b883c8.png)} .cssmap-960 .poland,.cssmap-960 .poland-cities{height:910px;width:960px} .cssmap-960 .poland-cities{background-position:-970px 0} .cssmap-960 .poland .m{margin:9999px 0 0 0} .cssmap-960 .poland .m span{font-size:60px !important} .cssmap-960 .poland .bg{padding:10px}
.cssmap-960 .pl1.focus .bg,.cssmap-960 .pl1.active-region .bg{height:244px;left:83px;top:475px;width:268px}.cssmap-960 .pl1.focus .bg{background-position:-716px -1323px}.cssmap-960 .pl1.active-region .bg{background-position:-1937px -1323px} .cssmap-960 .pl2.focus .bg,.cssmap-960 .pl2.active-region .bg{height:217px;left:301px;top:181px;width:227px}.cssmap-960 .pl2.focus .bg{background-position:-969px -972px}.cssmap-960 .pl2.active-region .bg{background-position:-2190px -972px} .cssmap-960 .pl3.focus .bg,.cssmap-960 .pl3.active-region .bg{height:292px;left:695px;top:405px;width:225px}.cssmap-960 .pl3.focus .bg{background-position:-9px -1583px}.cssmap-960 .pl3.active-region .bg{background-position:-1230px -1583px} .cssmap-960 .pl4.focus .bg,.cssmap-960 .pl4.active-region .bg{height:258px;left:56px;top:281px;width:170px}.cssmap-960 .pl4.focus .bg{background-position:-1014px -1221px}.cssmap-960 .pl4.active-region .bg{background-position:-2235px -1221px} .cssmap-960 .pl5.focus .bg,.cssmap-960 .pl5.active-region .bg{height:226px;left:376px;top:388px;width:233px}.cssmap-960 .pl5.focus .bg{background-position:-568px -1880px}.cssmap-960 .pl5.active-region .bg{background-position:-1789px -1880px} .cssmap-960 .pl6.focus .bg,.cssmap-960 .pl6.active-region .bg{height:188px;left:467px;top:659px;width:209px}.cssmap-960 .pl6.focus .bg{background-position:-338px -1365px}.cssmap-960 .pl6.active-region .bg{background-position:-1559px -1365px} .cssmap-960 .pl7.focus .bg,.cssmap-960 .pl7.active-region .bg{height:362px;left:482px;top:227px;width:349px}.cssmap-960 .pl7.focus .bg{background-position:-338px -973px}.cssmap-960 .pl7.active-region .bg{background-position:-1559px -973px} .cssmap-960 .pl8.focus .bg,.cssmap-960 .pl8.active-region .bg{height:176px;left:271px;top:563px;width:161px}.cssmap-960 .pl8.focus .bg{background-position:-9px -1907px}.cssmap-960 .pl8.active-region .bg{background-position:-1230px -1907px} .cssmap-960 .pl9.focus .bg,.cssmap-960 .pl9.active-region .bg{height:254px;left:651px;top:617px;width:217px}.cssmap-960 .pl9.focus .bg{background-position:-552px -1597px}.cssmap-960 .pl9.active-region .bg{background-position:-1773px -1597px} .cssmap-960 .pl10.focus .bg,.cssmap-960 .pl10.active-region .bg{height:322px;left:692px;top:84px;width:213px}.cssmap-960 .pl10.focus .bg{background-position:-716px -972px}.cssmap-960 .pl10.active-region .bg{background-position:-1937px -972px} .cssmap-960 .pl11.focus .bg,.cssmap-960 .pl11.active-region .bg{height:206px;left:252px;top:19px;width:265px}.cssmap-960 .pl11.focus .bg{background-position:-263px -1907px}.cssmap-960 .pl11.active-region .bg{background-position:-1484px -1907px} .cssmap-960 .pl12.focus .bg,.cssmap-960 .pl12.active-region .bg{height:239px;left:372px;top:578px;width:175px}.cssmap-960 .pl12.focus .bg{background-position:-831px -1845px}.cssmap-960 .pl12.active-region .bg{background-position:-2052px -1845px} .cssmap-960 .pl13.focus .bg,.cssmap-960 .pl13.active-region .bg{height:165px;left:522px;top:542px;width:195px}.cssmap-960 .pl13.focus .bg{background-position:-9px -1388px}.cssmap-960 .pl13.active-region .bg{background-position:-1230px -1388px} .cssmap-960 .pl14.focus .bg,.cssmap-960 .pl14.active-region .bg{height:199px;left:470px;top:80px;width:331px}.cssmap-960 .pl14.focus .bg{background-position:-808px -1607px}.cssmap-960 .pl14.active-region .bg{background-position:-2029px -1607px} .cssmap-960 .pl15.focus .bg,.cssmap-960 .pl15.active-region .bg{height:377px;left:169px;top:200px;width:299px}.cssmap-960 .pl15.focus .bg{background-position:-9px -972px}.cssmap-960 .pl15.active-region .bg{background-position:-1230px -972px} .cssmap-960 .pl16.focus .bg,.cssmap-960 .pl16.active-region .bg{height:295px;left:20px;top:60px;width:258px}.cssmap-960 .pl16.focus .bg{background-position:-264px -1582px}.cssmap-960 .pl16.active-region .bg{background-position:-1485px -1582px}
.cssmap-960 .pl1 a{left:237px;top:580px}.cssmap-960 .pl1 a.tooltip-left .tooltip-arrow{left:237px} .cssmap-960 .pl2 a{left:425px;top:300px} .cssmap-960 .pl3 a{left:808px;top:561px}.cssmap-960 .pl3 a.tooltip-right .tooltip-arrow{right:152px} .cssmap-960 .pl4 a{left:134px;top:426px}.cssmap-960 .pl4 a.tooltip-left .tooltip-arrow{left:134px} .cssmap-960 .pl5 a{left:508px;top:511px} .cssmap-960 .pl6 a{left:582px;top:763px} .cssmap-960 .pl7 a{left:661px;top:388px}.cssmap-960 .pl7 a.tooltip-right .tooltip-arrow{right:299px} .cssmap-960 .pl8 a{left:369px;top:645px} .cssmap-960 .pl9 a{left:750px;top:744px}.cssmap-960 .pl9 a.tooltip-right .tooltip-arrow{right:210px} .cssmap-960 .pl10 a{left:819px;top:265px}.cssmap-960 .pl10 a.tooltip-right .tooltip-arrow{right:141px} .cssmap-960 .pl11 a{left:375px;top:122px} .cssmap-960 .pl12 a{left:468px;top:678px} .cssmap-960 .pl13 a{left:630px;top:635px} .cssmap-960 .pl14 a{left:644px;top:172px}.cssmap-960 .pl14 a.tooltip-right .tooltip-arrow{right:316px} .cssmap-960 .pl15 a{left:309px;top:419px} .cssmap-960 .pl16 a{left:159px;top:218px}.cssmap-960 .pl16 a.tooltip-left .tooltip-arrow{left:159px}

/* --------------------------------------------------------
end of the maps */
@charset "UTF-8";
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, .fund-solecki__title, h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, .fund-solecki__title, h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .fund-solecki__title, .h2 {
  font-size: 2rem; }

h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header, .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;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-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 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-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 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-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 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-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 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-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 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .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 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-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 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-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 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .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 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .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 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .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 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-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 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .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 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .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 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-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 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-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 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 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(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.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,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (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(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .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 {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.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; } }

.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; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 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; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.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: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.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: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.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; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p, h2, .fund-solecki__title, h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header {
    orphans: 3;
    widows: 3; }
  h2, .fund-solecki__title, h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@font-face {
  font-family: 'Montserrat';
  src: url(/static/ncimp/fonts/montserrat-bold.2c09242ab33e.eot);
  src: url(/static/ncimp/fonts/montserrat-bold.2c09242ab33e.eot) format("embedded-opentype"), url(/static/ncimp/fonts/montserrat-bold.ca01e09f898b.woff2) format("woff2"), url(/static/ncimp/fonts/montserrat-bold.fa42f0b52fda.woff) format("woff"), url(/static/ncimp/fonts/montserrat-bold.f13c02f6d815.ttf) format("truetype"), url(/static/ncimp/fonts/montserrat-bold.aa9b3b34a59a.svg) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(/static/ncimp/fonts/montserrat-regular.1ffd977c5174.eot);
  src: url(/static/ncimp/fonts/montserrat-regular.1ffd977c5174.eot) format("embedded-opentype"), url(/static/ncimp/fonts/montserrat-regular.bd9f185823da.woff2) format("woff2"), url(/static/ncimp/fonts/montserrat-regular.4e60dcc9a08f.woff) format("woff"), url(/static/ncimp/fonts/montserrat-regular.17a76a37d205.ttf) format("truetype"), url(/static/ncimp/fonts/montserrat-regular.f557759b1ac1.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  src: url(/static/ncimp/fonts/ubuntu-bold.50235846cab8.eot);
  src: url(/static/ncimp/fonts/ubuntu-bold.50235846cab8.eot) format("embedded-opentype"), url(/static/ncimp/fonts/ubuntu-bold.b436d85222cb.woff2) format("woff2"), url(/static/ncimp/fonts/ubuntu-bold.b11bcb753d51.woff) format("woff"), url(/static/ncimp/fonts/ubuntu-bold.96b286f82eb3.ttf) format("truetype"), url(/static/ncimp/fonts/ubuntu-bold.3e5faabb1f3d.svg) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Ubuntu';
  src: url(/static/ncimp/fonts/ubuntu-regular.48561841cc77.eot);
  src: url(/static/ncimp/fonts/ubuntu-regular.48561841cc77.eot) format("embedded-opentype"), url(/static/ncimp/fonts/ubuntu-regular.c7598cbb4b87.woff2) format("woff2"), url(/static/ncimp/fonts/ubuntu-regular.16d0f18f6efb.woff) format("woff"), url(/static/ncimp/fonts/ubuntu-regular.db7980a1e39e.ttf) format("truetype"), url(/static/ncimp/fonts/ubuntu-regular.b3087afd4d62.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

.navbar {
  background: #33394b !important;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 8px 16px;
  height: 64px;
  transition: 0.5s;
  z-index: 1021;
  position: fixed; }
  @media only screen and (min-width: 768px) {
    .navbar {
      padding-right: 21px; } }
  @media only screen and (min-width: 992px) {
    .navbar {
      padding-left: 40px; } }
  @media only screen and (min-width: 1920px) {
    .navbar {
      height: 88px;
      padding-left: 88px; } }
  .navbar + * {
    margin-top: 64px; }
    @media only screen and (min-width: 1920px) {
      .navbar + * {
        margin-top: 88px; } }
  .navbar .skip-links {
    z-index: 5000;
    position: absolute;
    top: 0;
    left: 0; }
    .navbar .skip-links a {
      position: absolute;
      left: -9000em;
      display: block;
      white-space: nowrap;
      padding: 1em 2em;
      background-color: black;
      border: 2px solid white;
      color: white;
      font-weight: bold; }
      .navbar .skip-links a:focus {
        left: 0; }
  .navbar .navbar-brand {
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    margin-top: -11px;
    line-height: 16px;
    z-index: 9; }
    @media only screen and (min-width: 768px) {
      .navbar .navbar-brand {
        max-width: 50%; } }
    .navbar .navbar-brand img {
      width: 22px;
      vertical-align: bottom;
      margin-right: 13px; }
      @media only screen and (min-width: 768px) {
        .navbar .navbar-brand img {
          margin-right: 18px; } }
      @media only screen and (min-width: 1920px) {
        .navbar .navbar-brand img {
          margin-right: 20px;
          width: 25px; } }
    .navbar .navbar-brand > span {
      font-weight: bold;
      display: inline-block;
      white-space: pre-line;
      vertical-align: super; }
      .navbar .navbar-brand > span span {
        opacity: 0.5; }
  .navbar .navbar-toggler {
    padding: 0;
    border: 0 solid;
    border-radius: 0;
    background: transparent !important;
    width: auto; }
    @media (max-width: 991.98px) {
      .navbar .navbar-toggler {
        display: inline-block; } }
    .navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus {
      background: transparent !important; }
    .navbar .navbar-toggler .icon-bar {
      transition: 0.2s;
      display: block;
      width: 32px;
      height: 2px;
      border-radius: 0;
      background: #fff; }
      .navbar .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 9px; }
        .navbar .navbar-toggler .icon-bar + .icon-bar:nth-child(2) {
          width: 75%;
          margin-left: 25%; }
    .navbar .navbar-toggler[aria-expanded="true"] .icon-bar {
      opacity: 0.5;
      margin-top: 0; }
      .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
        transform: rotate(45deg);
        width: 40px;
        margin-left: -4px; }
      .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
        transform: rotateY(90deg); }
      .navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -4px;
        width: 40px;
        margin-left: -4px; }
  .navbar .navbar-collapse {
    position: fixed;
    left: 0;
    top: 63px;
    width: 100%;
    z-index: 1; }
    @media only screen and (min-width: 992px) {
      .navbar .navbar-collapse {
        width: auto;
        height: auto;
        position: static; } }
    .navbar .navbar-collapse:before {
      content: "";
      width: 100%;
      height: calc(100vh - 22px);
      position: absolute;
      background: #33394b; }
      @media only screen and (min-width: 992px) {
        .navbar .navbar-collapse:before {
          display: none; } }
    .navbar .navbar-collapse ul.navbar-nav {
      z-index: 1;
      margin: 2px 16px 0 16px;
      border-top: 2px solid rgba(177, 183, 192, 0.3);
      border-bottom: 2px solid rgba(177, 183, 192, 0.3);
      position: relative;
      width: calc(100% - 32px);
      padding: 4px 0;
      height: calc(100% - 68px); }
      @media only screen and (min-width: 768px) {
        .navbar .navbar-collapse ul.navbar-nav {
          margin: 4px 32px 0 32px;
          width: calc(100% - 64px);
          padding-bottom: 130px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .navbar .navbar-collapse ul.navbar-nav {
          padding-bottom: 10px; } }
      @media only screen and (min-width: 992px) {
        .navbar .navbar-collapse ul.navbar-nav {
          border: 0 solid;
          width: auto;
          margin: 0 auto; } }
      .navbar .navbar-collapse ul.navbar-nav li {
        z-index: 1;
        font-size: 14px;
        padding: 0 24px;
        font-weight: bold;
        color: #fff;
        height: 48px;
        opacity: 1;
        transition: height 0.25s ease-in, opacity 0.25s ease-in; }
        @media only screen and (min-width: 992px) {
          .navbar .navbar-collapse ul.navbar-nav li {
            padding: 0 10px; } }
        @media only screen and (min-width: 1920px) {
          .navbar .navbar-collapse ul.navbar-nav li {
            padding: 0 16px; } }
        @media only screen and (min-width: 768px) {
          .navbar .navbar-collapse ul.navbar-nav li:first-child {
            border-bottom: 0 solid; } }
        @media only screen and (min-width: 992px) {
          .navbar .navbar-collapse ul.navbar-nav li.report {
            order: 4; } }
        @media only screen and (min-width: 1200px) {
          .navbar .navbar-collapse ul.navbar-nav li.report {
            margin-left: 85px; } }
        .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
          order: 3; }
          .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show {
            z-index: 2;
            overflow: hidden; }
            @media only screen and (min-width: 992px) {
              .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show {
                padding: 114px 42px 0; }
                .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show .menu-nav__close {
                  cursor: pointer;
                  display: inline-block;
                  position: fixed;
                  top: 10px;
                  right: 40px;
                  transition: background 0.2s;
                  background: url(/static/ncimp/img/close.e60169f9f21e.png) center no-repeat;
                  background-size: 30px 30px;
                  height: 48px;
                  width: 48px; }
                  .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show .menu-nav__close:hover {
                    background-color: rgba(177, 183, 192, 0.1); }
                .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show > .nav-link.dropdown-toggle {
                  display: none; }
                .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show .button-nav {
                  width: 200px;
                  left: 50%;
                  transform: translateX(-50%);
                  bottom: 48px; } }
            @media only screen and (min-width: 1920px) {
              .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show {
                padding-top: 138px; } }
            .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show ~ .nav-item {
              height: 0;
              opacity: 0;
              transition: height 0.25s ease-in, opacity 0.25s ease-in; }
              .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show ~ .nav-item a {
                display: none; }
              .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown.show ~ .nav-item.city-button a {
                display: inline-block; }
          .navbar .navbar-collapse ul.navbar-nav li.nav-item.dropdown#navbar-city a[role="button"]:hover {
            background: transparent !important; }
        .navbar .navbar-collapse ul.navbar-nav li a {
          padding: 0;
          font-size: 14px;
          line-height: 48px;
          color: #fff;
          background: transparent;
          display: inline-block;
          font-weight: bold;
          position: relative;
          width: 100%;
          text-align: left;
          height: auto; }
          .navbar .navbar-collapse ul.navbar-nav li a i {
            display: inline-block;
            font-size: 10px;
            font-style: normal;
            background-color: #0564fa;
            line-height: 20px;
            padding: 0 5px;
            vertical-align: middle;
            margin-left: 10px;
            text-transform: uppercase; }
          .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle {
            background: transparent;
            padding-right: 20px; }
            .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle:hover {
              background: transparent !important; }
            .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle:after {
              display: none; }
            .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle span {
              position: relative;
              text-transform: none; }
              .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle span:before, .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle span:after {
                display: inline-block;
                content: "";
                position: absolute;
                bottom: 10px;
                border-top: 2px solid #fff;
                border-right: 0 solid;
                border-bottom: 0 solid;
                border-left: 0 solid;
                width: 5px;
                height: 2px;
                margin-left: 0;
                vertical-align: 0;
                transition: 0.3s; }
              .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle span:before {
                transform: rotateZ(45deg) translateX(4px);
                right: -7px; }
              .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle span:after {
                transform: rotateZ(-45deg) translateX(8.5px) translateY(12.5px);
                right: 2px; }
            .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle[aria-expanded="true"] span:before {
              right: -10px; }
            .navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle[aria-expanded="true"] span:after {
              right: 5px; }
          @media only screen and (min-width: 1920px) {
            .navbar .navbar-collapse ul.navbar-nav li a {
              font-size: 16px; } }
        .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu {
          margin: 0;
          padding: 0;
          border-radius: 0;
          border: 0;
          background: transparent;
          height: 0;
          opacity: 0;
          transition: height 0.25s ease-in, opacity 0.25s ease-in;
          transition-delay: 0.25s; }
          .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show {
            opacity: 1 !important;
            top: 0;
            height: calc(100% - 180px);
            position: relative; }
            @media only screen and (max-width: 767px) {
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show {
                height: 250px;
                height: -moz-calc(100% - 180px); } }
            .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city {
              overflow-y: scroll;
              overflow-x: hidden;
              max-height: 100%;
              font-size: 16px;
              line-height: 48px;
              font-family: "Ubuntu", sans-serif;
              border-top: 2px solid rgba(177, 183, 192, 0.3);
              padding: 22px 0;
              margin: 0 -24px;
              font-weight: 400; }
              @media only screen and (min-width: 1200px) {
                .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city {
                  height: calc(100% - 196px); } }
              @media only screen and (min-width: 768px) and (max-width: 1199px) {
                .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city {
                  max-height: 55%;
                  min-height: 40vh; } }
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item, .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--failure {
                margin: 0;
                color: #fff; }
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item {
                background: #33394b;
                position: relative; }
                @media only screen and (min-width: 768px) {
                  .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item {
                    width: 33%;
                    display: inline-block;
                    float: left; }
                    .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:before {
                      content: "";
                      border-top: 2px solid rgba(177, 183, 192, 0.12);
                      display: inline-block;
                      width: 400%;
                      position: absolute;
                      height: 100%;
                      background: #33394b; }
                    .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:nth-child(1):before, .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:nth-child(2):before, .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:nth-child(3):before {
                      display: none; } }
                @media only screen and (min-width: 992px) {
                  .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item {
                    width: 25%;
                    display: inline-block; }
                    .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:nth-child(1):before, .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:nth-child(2):before, .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:nth-child(3):before, .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item:nth-child(4):before {
                      display: none; }
                    .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item a {
                      padding: 0 62px;
                      font-weight: 400; } }
                .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item a {
                  padding: 0 24px; }
                  @media only screen and (min-width: 1200px) {
                    .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--item a {
                      padding: 0 62px; } }
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--failure {
                position: absolute;
                padding: 0 24px;
                width: 100%;
                text-align: center;
                margin-left: 24px; }
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu.show .nav-list-city--href {
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                vertical-align: middle; }
          .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search .dropdown-menu--input {
            background: transparent;
            color: #fff;
            outline-offset: 0;
            border: 0 solid;
            font-size: 22px;
            line-height: 27px;
            width: 100%;
            font-weight: bold;
            text-align: center; }
            @media only screen and (max-width: 1199px) {
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search .dropdown-menu--input {
                margin-top: 20px;
                margin-bottom: 10px; } }
            .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search .dropdown-menu--input::placeholder {
              color: rgba(255, 255, 255, 0.5);
              text-align: left; }
              @media only screen and (min-width: 768px) {
                .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search .dropdown-menu--input::placeholder {
                  text-align: center;
                  color: rgba(255, 255, 255, 0.2); } }
            @media only screen and (min-width: 992px) {
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search .dropdown-menu--input {
                margin-top: 25px;
                font-size: 64px;
                font-weight: bold;
                line-height: 80px;
                letter-spacing: 2.8px; } }
          .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search p {
            color: #fff;
            font-size: 16px;
            line-height: 16px;
            margin: 61px 0 31px 0;
            text-align: left; }
            @media only screen and (max-width: 767px) {
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search p {
                margin-top: 31px; } }
            @media only screen and (min-width: 768px) and (max-width: 1199px) {
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search p {
                margin-top: 41px;
                margin-bottom: 35px; } }
            @media only screen and (min-width: 1200px) {
              .navbar .navbar-collapse ul.navbar-nav li .dropdown-menu--nav-city-search p {
                margin-top: 41px;
                margin-bottom: 45px;
                text-align: center; } }
      @media only screen and (min-width: 992px) {
        .navbar .navbar-collapse ul.navbar-nav.main-navbar {
          padding-bottom: 0;
          position: static; } }
      .navbar .navbar-collapse ul.navbar-nav.main-navbar .dropdown.show {
        position: fixed;
        width: 100%;
        height: calc(100% - 129px);
        top: 67px;
        left: 0;
        background: #33394b;
        padding: 0px 40px; }
        @media only screen and (min-width: 768px) {
          .navbar .navbar-collapse ul.navbar-nav.main-navbar .dropdown.show {
            height: calc(100% - 177px); } }
        @media only screen and (min-width: 992px) {
          .navbar .navbar-collapse ul.navbar-nav.main-navbar .dropdown.show {
            height: 100%;
            top: 0; } }
        @media only screen and (min-width: 992px) {
          .navbar .navbar-collapse ul.navbar-nav.main-navbar .dropdown.show ~ .city-button {
            position: fixed !important;
            z-index: 2;
            top: inherit !important;
            right: inherit;
            bottom: 72px;
            margin-left: -200px; } }
  .navbar .contrast-button {
    position: relative;
    right: 125px;
    color: #fff; }
  .navbar .city-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 64px !important;
    opacity: 1 !important;
    margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .navbar .city-button {
        width: 200px;
        left: 50%;
        margin-left: -100px;
        bottom: 48px; } }
    @media only screen and (min-width: 992px) {
      .navbar .city-button {
        right: 0;
        top: 0;
        left: inherit;
        margin-right: -30px;
        position: relative; } }
    @media only screen and (min-width: 1920px) {
      .navbar .city-button {
        height: 88px !important; }
        .navbar .city-button .button-nav {
          height: 88px !important;
          line-height: 88px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .navbar .city-button.showit {
        display: block;
        right: inherit;
        margin-top: calc(100vh - 130px);
        left: 50%; } }
    @media only screen and (min-width: 1200px) {
      .navbar .city-button.showit {
        position: absolute;
        right: inherit;
        margin-top: calc(100vh - 130px);
        left: 50%;
        display: block; } }
    .navbar .city-button .button-nav {
      position: relative;
      width: 100%;
      z-index: 1;
      background: #6f83ff;
      line-height: 64px;
      text-align: center; }

footer {
  background: #33394b;
  width: 100%; }
  footer .container {
    padding: 36px 21px 0 21px;
    align-self: flex-end;
    color: #fff;
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: inherit; }
    @media only screen and (min-width: 768px) {
      footer .container {
        padding: 36px 24px 0 24px;
        align-items: flex-start; } }
    @media only screen and (min-width: 1200px) {
      footer .container {
        width: 1120px;
        padding: 60px 0 0 0; } }
    footer .container > * {
      width: 100%; }
    footer .container .navbar-brand {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      padding: 0;
      font-size: 16px;
      margin-top: -11px;
      line-height: 16px; }
      @media only screen and (min-width: 768px) {
        footer .container .navbar-brand {
          width: 50%;
          margin-right: 0;
          order: 1; } }
      @media only screen and (min-width: 1200px) {
        footer .container .navbar-brand {
          margin-top: 0;
          width: 43%; } }
      footer .container .navbar-brand img {
        width: 22px;
        vertical-align: bottom;
        margin-right: 13px; }
        @media only screen and (min-width: 768px) {
          footer .container .navbar-brand img {
            margin-right: 18px; } }
        @media only screen and (min-width: 1200px) {
          footer .container .navbar-brand img {
            width: 25px;
            vertical-align: top; } }
        @media only screen and (min-width: 1920px) {
          footer .container .navbar-brand img {
            margin-right: 20px; } }
      footer .container .navbar-brand > span {
        font-weight: bold;
        display: inline-block;
        white-space: pre-line;
        vertical-align: super;
        color: #fff; }
        @media only screen and (min-width: 1200px) {
          footer .container .navbar-brand > span {
            margin-top: -5px; } }
        footer .container .navbar-brand > span span {
          opacity: 0.5;
          margin-bottom: 0; }
    footer .container .footer {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        footer .container .footer-right {
          width: 50%;
          order: 2;
          padding-left: 12px; } }
      @media only screen and (min-width: 1200px) {
        footer .container .footer-right {
          width: 57%;
          padding-left: 0; } }
      @media only screen and (min-width: 1200px) {
        footer .container .footer-contact {
          display: inline-block; } }
      footer .container .footer-contact p {
        margin-top: 59px; }
        @media only screen and (min-width: 768px) {
          footer .container .footer-contact p {
            margin-top: 13px;
            margin-bottom: 4px; } }
        @media (max-width: 1199.98px) {
          footer .container .footer-contact p {
            font-size: 22px;
            line-height: 27px; } }
        @media only screen and (min-width: 1200px) {
          footer .container .footer-contact p {
            margin-top: 4px;
            margin-bottom: 12px; } }
      footer .container .footer-contact a {
        font-family: "Ubuntu", sans-serif;
        color: #fff;
        font-size: 14px;
        line-height: 2.3em;
        display: inline-block;
        width: 100%; }
        @media only screen and (min-width: 1200px) {
          footer .container .footer-contact a {
            font-size: 13px;
            line-height: 2.46em; } }
      @media only screen and (min-width: 1200px) {
        footer .container .footer-button {
          display: inline-block;
          float: right; } }
      footer .container .footer-button .button-nav {
        width: 200px;
        margin-top: 16px;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        line-height: 64px; }
        @media only screen and (min-width: 1200px) {
          footer .container .footer-button .button-nav {
            margin-top: 12px; } }
      footer .container .footer-producent {
        margin-top: 76px;
        font-size: 14px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5); }
        @media only screen and (min-width: 1200px) {
          footer .container .footer-producent {
            margin-top: 18px;
            font-size: 13px;
            line-height: 18px; } }
        footer .container .footer-producent a {
          color: #fff; }
          @media only screen and (min-width: 1200px) {
            footer .container .footer-producent a {
              font-size: 13px;
              line-height: 18px; } }
      footer .container .footer-partners {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 3.64em;
        margin-top: 28px;
        flex-wrap: wrap;
        display: flex;
        margin-bottom: 39px;
        align-items: center; }
        @media only screen and (min-width: 768px) {
          footer .container .footer-partners {
            flex: initial;
            margin-top: 42px;
            margin-bottom: 0; } }
        @media only screen and (min-width: 1200px) {
          footer .container .footer-partners {
            border-top: 1px solid rgba(177, 183, 192, 0.21);
            font-size: 13px;
            margin-top: 29px;
            justify-content: flex-end; } }
        footer .container .footer-partners span {
          flex: 1 0 100%; }
          @media only screen and (min-width: 768px) {
            footer .container .footer-partners span {
              flex: initial; } }
          @media only screen and (min-width: 1200px) {
            footer .container .footer-partners span {
              margin-top: 35px; } }
        footer .container .footer-partners--img {
          display: flex;
          justify-content: space-between; }
          @media only screen and (min-width: 1200px) {
            footer .container .footer-partners--img {
              margin-top: 35px; } }
      footer .container .footer-link, footer .container .footer-link--nav-link, footer .container .footer-copywright {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5); }
      footer .container .footer-link {
        display: none;
        margin-top: 57px; }
        @media only screen and (min-width: 768px) {
          footer .container .footer-link {
            display: block;
            margin-top: 90px;
            width: auto;
            max-width: 43%;
            position: absolute; } }
        @media only screen and (min-width: 1200px) {
          footer .container .footer-link {
            margin-top: inherit;
            bottom: 74px;
            font-size: 13px;
            line-height: 3.08em; } }
        footer .container .footer-link--nav-link {
          line-height: 3.64em;
          display: block; }
      footer .container .footer-copywright {
        display: none;
        line-height: 3.64em;
        white-space: nowrap;
        border-top: 1px solid rgba(177, 183, 192, 0.21);
        margin: 0 -7px;
        padding: 11px 7px 0 7px; }
        @media only screen and (min-width: 768px) {
          footer .container .footer-copywright {
            display: block;
            order: 3;
            margin-top: 31px; } }
        @media only screen and (min-width: 1200px) {
          footer .container .footer-copywright {
            margin: 35px 0 19px 0;
            padding: 11px 0 0 0;
            font-size: 10px;
            line-height: 1.8em; } }

.cookies-box {
  position: fixed;
  bottom: 0;
  background-color: rgba(5, 100, 250, 0.9);
  color: #fff;
  padding: 27px 24px 18px 15px;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 24px;
  z-index: 1040; }
  @media only screen and (min-width: 1200px) {
    .cookies-box {
      padding: 30px 103px 24px 39px; } }
  .cookies-box__title {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    margin-bottom: 11px; }
  .cookies-box__close {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s all; }
    @media only screen and (min-width: 768px) {
      .cookies-box__close {
        top: 22px;
        right: 33px; } }
    .cookies-box__close:before, .cookies-box__close:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff;
      top: 50%;
      transition: 0.3s all; }
    .cookies-box__close:before {
      transform: rotate(45deg); }
    .cookies-box__close:after {
      transform: rotate(-45deg); }
    .cookies-box__close:hover:before {
      transform: rotate(135deg); }
    .cookies-box__close:hover:after {
      transform: rotate(45deg); }
  .cookies-box a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline; }
    .cookies-box a:hover {
      color: rgba(255, 255, 255, 0.8); }

h1, h2, .fund-solecki__title, h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0; }

h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.8px; }
  @media only screen and (min-width: 1200px) {
    h1 {
      font-size: 64px;
      line-height: 80px;
      letter-spacing: -1px; } }

h2, .fund-solecki__title {
  font-size: 40px; }
  @media only screen and (min-width: 1200px) {
    h2, .fund-solecki__title {
      font-size: 56px; } }

h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header {
  font-size: 22px;
  line-height: 32px; }
  @media only screen and (min-width: 1200px) {
    h3, footer .container .footer-contact p, .hp-budget-realisation__header, .city-intro--budget-text, .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .report .request-form p, .hp-form__header {
      font-size: 32px;
      line-height: 40px; } }

.error-page {
  background: #33394b;
  width: 100%;
  height: 100%;
  max-width: 100%; }
  .error-page .navbar {
    width: 100%;
    left: 0; }
    .error-page .navbar a, .error-page .navbar a:hover {
      color: #fff; }
  .error-page .row, .error-page .col {
    height: 100%; }
  .error-page--title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 2.8px;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 129px; }
  .error-page--subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin-top: 53px; }
  .error-page--back {
    position: absolute;
    top: 57%;
    left: 40px; }
  .error-page--header {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px; }
  .error-page--link {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 13px;
    line-height: 40px;
    font-family: "Ubuntu", sans-serif; }

.privacy-policy {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 150px 16px; }
  @media only screen and (max-width: 767px) {
    .privacy-policy {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .privacy-policy {
      padding: 138px 42px 109px 41px; } }
  @media only screen and (min-width: 1200px) {
    .privacy-policy {
      padding: 103px 38px 157px 41px;
      max-width: 1140px; } }
  .privacy-policy .sticky-column-left {
    padding-bottom: 44px; }
    @media only screen and (min-width: 768px) {
      .privacy-policy .sticky-column-left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .privacy-policy .sticky-column-left {
        padding-right: 70px;
        padding-bottom: 84px; } }
  @media only screen and (min-width: 1200px) {
    .privacy-policy .column-right {
      position: relative;
      top: 84px;
      margin-bottom: 84px; } }
  .privacy-policy--section {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    width: 100%; }
  .privacy-policy__text-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    .privacy-policy__text-sticky h2, .privacy-policy__text-sticky .fund-solecki__title {
      hyphens: auto;
      word-break: break-word;
      font-size: inherit;
      line-height: inherit;
      letter-spacing: inherit; }
    @media only screen and (min-width: 1200px) {
      .privacy-policy__text-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px; } }
    .privacy-policy__text-sticky--title {
      letter-spacing: -0.77px;
      margin-bottom: 0; }
    .privacy-policy__text-sticky--break-word {
      letter-spacing: -1.03px; }
    .privacy-policy__text-sticky--break-word2 {
      letter-spacing: -5.97px; }
      @media only screen and (min-width: 768px) {
        .privacy-policy__text-sticky--break-word2 {
          letter-spacing: -0.77px; } }
      @media only screen and (min-width: 1200px) {
        .privacy-policy__text-sticky--break-word2 {
          letter-spacing: -0.77px; } }
      .privacy-policy__text-sticky--break-word2 .break-word {
        display: none; }
        @media only screen and (min-width: 1200px) {
          .privacy-policy__text-sticky--break-word2 .break-word {
            display: inline; } }
  .privacy-policy .list-wrote {
    padding: 0 16px; }
    @media only screen and (min-width: 1200px) {
      .privacy-policy .list-wrote {
        margin-bottom: 33px; } }
    @media only screen and (min-width: 1920px) {
      .privacy-policy .list-wrote {
        margin-bottom: 122px; } }
    .privacy-policy .list-wrote a {
      line-height: 32px;
      font-size: 22px;
      font-weight: normal;
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .privacy-policy .list-wrote a {
          font-size: 18px; } }
    .privacy-policy .list-wrote ol {
      font-weight: bold; }
      .privacy-policy .list-wrote ol li {
        line-height: 32px;
        font-size: 22px;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .privacy-policy .list-wrote ol li {
            word-break: break-word; } }
      @media only screen and (max-width: 767px) {
        .privacy-policy .list-wrote ol {
          font-size: 18px;
          margin-left: -20px; } }
    .privacy-policy .list-wrote p {
      margin-bottom: 0;
      display: flex;
      margin-right: -15px;
      margin-left: -15px;
      line-height: 32px; }
      @media only screen and (min-width: 768px) {
        .privacy-policy .list-wrote p {
          font-size: 22px; } }
      .privacy-policy .list-wrote p b {
        margin-right: 5px; }
  .privacy-policy--header {
    letter-spacing: -0.84px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .privacy-policy--header {
        font-size: 64px;
        line-height: 78px;
        letter-spacing: -1.03px;
        margin-bottom: 286px; } }
    @media only screen and (min-width: 1200px) {
      .privacy-policy--header {
        font-size: 100px;
        line-height: 122px;
        letter-spacing: -1.61px;
        margin-bottom: 155px; } }
  .privacy-policy .number-blue {
    display: inline-block;
    width: 40px;
    background: #0564fa;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 1200px) {
      .privacy-policy .number-blue {
        margin-bottom: 2px; } }
  .privacy-policy .grey-spacer {
    margin-top: 65px;
    margin-bottom: 36px;
    height: 6px; }
    @media only screen and (min-width: 768px) {
      .privacy-policy .grey-spacer {
        margin-top: 69px;
        margin-bottom: 69px;
        height: 7px; } }

@media only screen and (min-width: 768px) {
  .pit-info {
    padding: 121px 11px 76px 11px; } }

@media only screen and (min-width: 1200px) {
  .pit-info {
    padding: 103px 45px 58px 35px; } }

.pit-info--section {
  width: 100%; }

.pit-info__tekst-sticky {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: -1.03px;
  color: #000;
  margin-bottom: 121px; }
  .pit-info__tekst-sticky--title {
    letter-spacing: -0.77px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .pit-info__tekst-sticky--title {
        letter-spacing: -1.03px; } }

.pit-info .list-wrote {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin-right: -11px;
  margin-left: -11px; }
  @media only screen and (min-width: 1200px) {
    .pit-info .list-wrote {
      font-size: 22px;
      line-height: 26px;
      margin: 0;
      padding-top: 8px; } }
  .pit-info .list-wrote [class*="col-"] {
    padding-right: 11px;
    padding-left: 11px; }
    @media only screen and (min-width: 768px) {
      .pit-info .list-wrote [class*="col-"] {
        padding-right: 41px; } }
    @media only screen and (min-width: 1200px) {
      .pit-info .list-wrote [class*="col-"] {
        padding-right: 0;
        padding-left: 0; } }
  .pit-info .list-wrote small {
    font-size: 16px;
    line-height: 16px; }

.pit-info__text {
  margin-bottom: 0;
  display: flex;
  font-size: 32px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .pit-info__text {
      max-width: 572px; } }
  .pit-info__text--note {
    font-size: 16px;
    line-height: 24px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .pit-info__text--note {
        margin-bottom: -18px; } }
    @media only screen and (min-width: 768px) {
      .pit-info__text--note {
        max-width: 580px; } }
  .pit-info__text--bigger-note {
    font-size: 22px;
    line-height: 32px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin-top: 31px; }
    @media only screen and (max-width: 767px) {
      .pit-info__text--bigger-note {
        margin-bottom: -3px; } }
  .pit-info__text--blue {
    font-size: 56px;
    line-height: 68px;
    margin: 23px -11px 63px 0;
    color: #0564fa; }
    @media only screen and (min-width: 768px) {
      .pit-info__text--blue {
        margin: 31px 0px 105px 0; } }

.pit-info__porthole {
  max-width: calc(100vw - 11px);
  overflow: hidden;
  margin-right: -11px; }
  .pit-info__porthole--smaller-photo, .pit-info__porthole--bigger-photo {
    margin-top: 28px;
    margin-bottom: 56px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .pit-info__porthole--smaller-photo, .pit-info__porthole--bigger-photo {
        margin-top: 172px; } }
    @media only screen and (min-width: 1200px) {
      .pit-info__porthole--smaller-photo, .pit-info__porthole--bigger-photo {
        margin-top: 111px;
        margin-bottom: 117px; } }
  .pit-info__porthole--bigger-photo .pit-info--img {
    max-height: 189px; }
  .pit-info__porthole--normal-photo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 70px; }
    @media only screen and (max-width: 767px) {
      .pit-info__porthole--normal-photo {
        margin-bottom: 81px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .pit-info__porthole--normal-photo {
        display: flex;
        justify-content: flex-end; } }
    @media only screen and (min-width: 768px) {
      .pit-info__porthole--normal-photo {
        margin-top: -65px; } }
    .pit-info__porthole--normal-photo .pit-info--img {
      max-height: 250px; }
      @media only screen and (min-width: 768px) {
        .pit-info__porthole--normal-photo .pit-info--img {
          max-height: 425px; } }

@media only screen and (min-width: 768px) {
  .pit-info--finish {
    display: flex; } }

.pit-info--img {
  max-height: 89px;
  position: relative; }

.pit-info--img-blue {
  display: none; }
  @media only screen and (min-width: 768px) {
    .pit-info--img-blue {
      display: inline-block;
      height: 309px;
      position: absolute;
      right: 16px; } }
  @media only screen and (min-width: 1200px) {
    .pit-info--img-blue {
      right: 99px;
      height: 280px;
      top: 101px; } }

.pit-info--header {
  letter-spacing: -0.77px;
  line-height: 56px;
  padding-right: 40px;
  padding-bottom: 152px; }
  @media only screen and (max-width: 767px) {
    .pit-info--header {
      padding-top: 103px; } }
  @media only screen and (min-width: 768px) {
    .pit-info--header {
      font-size: 48px;
      line-height: 56px;
      padding-bottom: 140px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .pit-info--header {
      padding-bottom: 137px; } }
  @media only screen and (min-width: 1200px) {
    .pit-info--header {
      font-size: 64px;
      line-height: 80px;
      letter-spacing: -1.03px;
      padding-bottom: 286px; } }

.pit-info--blue {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background: #0564fa;
  margin-right: -11px;
  margin-left: -11px;
  padding: 33px 11px 35px 11px;
  color: #fff;
  letter-spacing: -0.77px;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 49px; }
  @media only screen and (max-width: 767px) {
    .pit-info--blue {
      margin: 0 -15px 49px -15px; } }
  @media only screen and (min-width: 768px) {
    .pit-info--blue {
      margin-right: 0;
      margin-left: 0;
      padding: 60px 16px 29px 38px;
      height: 404px;
      margin-bottom: 111px; } }
  @media only screen and (min-width: 1200px) {
    .pit-info--blue {
      padding: 44px 235px 44px 38px;
      height: 325px;
      font-size: 64px;
      line-height: 80px;
      margin-bottom: 136px;
      position: relative;
      margin-right: -35px;
      margin-left: -25px; } }

.pit-info .number-blue {
  display: inline-block;
  width: 112px;
  background: #0564fa;
  line-height: 112px;
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: -1.03px;
  margin-bottom: 47px;
  font-family: 'Montserrat', sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .pit-info .number-blue {
      margin-bottom: 63px; } }
  @media only screen and (min-width: 1200px) {
    .pit-info .number-blue {
      margin-bottom: 63px; } }
  .pit-info .number-blue--position {
    margin-top: 63px; }
    @media only screen and (min-width: 768px) {
      .pit-info .number-blue--position {
        margin-top: 164px;
        margin-bottom: 70px; } }
  .pit-info .number-blue--position2 {
    margin-bottom: 83px; }

.pit-info .grey-spacer {
  margin-top: 45px;
  margin-bottom: 63px;
  height: 8px; }
  @media only screen and (min-width: 768px) {
    .pit-info .grey-spacer {
      margin-top: 78px;
      height: 7px;
      margin-bottom: 107px; } }
  @media only screen and (min-width: 1200px) {
    .pit-info .grey-spacer {
      margin-top: 33px; } }
  @media only screen and (min-width: 1200px) {
    .pit-info .grey-spacer {
      margin-top: 100px;
      height: 8px;
      margin-bottom: 157px; } }

@media only screen and (min-width: 1200px) {
  .pit-info .pr-6 {
    padding-right: 6px; } }

.pit-info .tablet--vis {
  display: none; }
  @media only screen and (min-width: 768px) {
    .pit-info .tablet--vis {
      display: inline; } }

.spinner {
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
  transform: rotateY(180deg);
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .spinner.visibility {
    display: none; }
  .spinner .loader {
    font-size: 10px;
    margin: 0 auto;
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0564fa;
    background: linear-gradient(to right, #0564fa 10%, rgba(5, 100, 250, 0) 42%);
    position: relative;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0); }
    .spinner .loader:before {
      width: 50%;
      height: 50%;
      background: #0564fa;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
    .spinner .loader:after {
      background-color: #f5f6fa;
      width: 60%;
      height: 60%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.items-pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px; }
  .items-pagination a, .items-pagination span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00122d;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .items-pagination .prev a, .items-pagination .prev span, .items-pagination .next a, .items-pagination .next span {
    background-color: #00122d;
    color: #fff; }
  .items-pagination .prev span, .items-pagination .next span {
    opacity: .5; }
  .items-pagination .prev i, .items-pagination .next i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: relative; }
  .items-pagination .prev i {
    transform: rotate(135deg);
    left: 2px; }
  .items-pagination .next i {
    transform: rotate(-45deg);
    left: -3px; }
  .items-pagination .pages {
    text-align: center; }
    .items-pagination .pages span {
      background-color: #0564fa;
      color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .search-city .list-cities {
    display: block !important; } }

.search-city .dropdown-menu--nav-city-search {
  background: white;
  padding-bottom: 64px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .search-city .dropdown-menu--nav-city-search {
      padding-bottom: 110px; } }
  @media only screen and (max-width: 767px) {
    .search-city .dropdown-menu--nav-city-search {
      padding-bottom: 55px; } }
  .search-city .dropdown-menu--nav-city-search p {
    display: none; }

.search-city .dropdown-menu--input {
  margin-top: 56px;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  background: transparent;
  color: #b1b7c0;
  outline-offset: 0;
  border: 0 solid;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }
  .search-city .dropdown-menu--input::-ms-clear {
    display: none; }
  .search-city .dropdown-menu--input:focus {
    color: #0564fa; }
  .search-city .dropdown-menu--input::-webkit-input-placeholder, .search-city .dropdown-menu--input:-ms-input-placeholder, .search-city .dropdown-menu--input::-ms-input-placeholder {
    color: #b1b7c0 !important; }
  .search-city .dropdown-menu--input::placeholder {
    color: #b1b7c0; }
  @media only screen and (min-width: 768px) {
    .search-city .dropdown-menu--input {
      margin-top: 72px;
      text-align: center; }
      .search-city .dropdown-menu--input::placeholder {
        text-align: center; } }
  @media only screen and (min-width: 1200px) {
    .search-city .dropdown-menu--input {
      font-size: 64px;
      margin-top: 65px;
      line-height: 80px;
      letter-spacing: 2.8px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .search-city .dropdown-menu--input {
      text-align: center;
      margin-top: 72px; } }

.search-city .tag {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .search-city .tag {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1200px) {
    .search-city .tag {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .search-city .tag {
      margin-bottom: 24px; } }

.search-city .list-cities {
  padding: 0 15px;
  max-width: 100%;
  background-color: rgba(238, 241, 247, 0.6); }
  .search-city .list-cities.tags {
    padding: 0;
    background-color: #fff; }
    .search-city .list-cities.tags .tag {
      display: flex;
      flex-wrap: wrap-reverse;
      justify-content: space-between; }
      @media only screen and (min-width: 1200px) {
        .search-city .list-cities.tags .tag {
          flex-wrap: nowrap; } }
      .search-city .list-cities.tags .tag a {
        text-decoration: underline; }
        @media only screen and (min-width: 768px) {
          .search-city .list-cities.tags .tag a {
            width: 40%; } }
  .search-city .list-cities .box-city {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 39px;
    padding-bottom: 64px; }

.search-city p.nav-list-city--failure {
  padding: 80px 0 0 0;
  position: absolute;
  font-size: 16px;
  line-height: 48px;
  color: #b1b7c0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  margin-top: -31px; }

.search-city .sticky-top {
  top: 64px; }
  @media only screen and (max-width: 767px) {
    .search-city .sticky-top {
      position: relative;
      top: unset; } }
  @media only screen and (min-width: 1920px) {
    .search-city .sticky-top {
      top: 88px; } }

.box-city div + p.nav-list-city--failure {
  display: none; }

@media only screen and (min-width: 1920px) {
  .hp-intro--row--nowrap {
    flex-wrap: nowrap; } }

.hp-intro--header {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-top: 21px; }
  @media only screen and (min-width: 768px) {
    .hp-intro--header {
      margin-top: 34px; } }
  @media only screen and (min-width: 1200px) {
    .hp-intro--header {
      margin-top: 42px;
      font-size: 64px;
      line-height: 80px;
      letter-spacing: -1.03px; } }
  @media only screen and (min-width: 1920px) {
    .hp-intro--header {
      margin-top: 127px;
      font-size: 100px;
      letter-spacing: -1.61px;
      padding-left: 71px;
      text-align: left; } }

@media only screen and (max-width: 1199px) {
  .hp-intro .hp-form {
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .hp-intro .hp-form {
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 551px; } }

@media only screen and (min-width: 1920px) {
  .hp-intro .hp-form {
    padding-left: 43px;
    min-width: 634px; } }

@media only screen and (min-width: 768px) {
  .hp-intro .hp-form__form {
    margin: 41px 0 0 0;
    display: flex !important; } }

@media only screen and (min-width: 1200px) {
  .hp-intro .hp-form__form {
    margin: 27px 0 0 0; } }

.hp-intro .hp-form__title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  justify-content: center;
  color: #0564fa;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    .hp-intro .hp-form__title {
      font-size: 32px;
      line-height: 39px;
      letter-spacing: 0px;
      margin-top: 7px; } }
  @media only screen and (min-width: 1920px) {
    .hp-intro .hp-form__title {
      margin-top: 75px;
      justify-content: flex-start;
      text-align: left; } }

.hp-intro .hp-form__subtitle {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin: 23px 0 0 0;
  display: inline-block !important; }
  @media only screen and (max-width: 1199px) {
    .hp-intro .hp-form__subtitle {
      max-width: 550px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1200px) {
    .hp-intro .hp-form__subtitle {
      font-size: 16px;
      line-height: 24px;
      margin-top: 14px;
      margin: 23px -19px 0 -18px; } }
  @media only screen and (min-width: 1920px) {
    .hp-intro .hp-form__subtitle {
      text-align: left;
      margin: 23px 25px 0 0; } }

.hp-intro .hp-form .hp-button {
  margin: 39px auto 31px auto; }
  @media only screen and (min-width: 768px) {
    .hp-intro .hp-form .hp-button {
      display: none !important; } }

.hp-intro__col--img {
  height: 200px;
  width: 100%;
  padding: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .hp-intro__col--img {
      background-size: cover; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hp-intro__col--img {
      height: 398px;
      margin-top: 91px; } }
  @media only screen and (min-width: 1200px) {
    .hp-intro__col--img {
      height: 537px;
      margin-top: 38px; } }
  @media only screen and (min-width: 1920px) {
    .hp-intro__col--img {
      width: 1192px;
      height: 624px;
      flex-basis: auto;
      margin-top: 63px; } }
  .hp-intro__col--img video {
    max-width: 100%;
    height: auto; }

.hp-intro--row--padding013 {
  padding: 0 13px; }
  @media only screen and (min-width: 768px) {
    .hp-intro--row--padding013 {
      padding: 0 24px; } }
  @media only screen and (min-width: 1200px) {
    .hp-intro--row--padding013 {
      padding: 0 40px; } }
  .hp-intro--row--padding013 .grey-spacer {
    margin-top: 48px; }
    @media only screen and (min-width: 768px) {
      .hp-intro--row--padding013 .grey-spacer {
        margin-top: 51px; } }
    @media only screen and (min-width: 1200px) {
      .hp-intro--row--padding013 .grey-spacer {
        margin-top: 54px; } }
    @media only screen and (min-width: 1920px) {
      .hp-intro--row--padding013 .grey-spacer {
        height: 2px;
        max-width: 1140px;
        margin: 12px auto 0 auto; } }

.hp-intro--tile {
  padding: 51px 20% 48px 20%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-flow: column; }
  @media only screen and (min-width: 768px) {
    .hp-intro--tile {
      padding: 43px 51px 53px 51px;
      flex-flow: row; } }
  @media only screen and (min-width: 1200px) {
    .hp-intro--tile {
      padding: 34px 40px 46px 40px;
      justify-content: space-around; } }
  @media only screen and (min-width: 1920px) {
    .hp-intro--tile {
      max-width: 1140px;
      margin: 0 auto;
      justify-content: space-between; } }
  .hp-intro--tile--one {
    padding: 24px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: -0.77px;
    color: #0564fa; }
    @media only screen and (min-width: 1200px) {
      .hp-intro--tile--one {
        font-size: 64px;
        line-height: 78px;
        letter-spacing: -1.03px;
        padding: 0; } }
    @media only screen and (min-width: 1920px) {
      .hp-intro--tile--one {
        padding: 0; } }
    .hp-intro--tile--one p {
      font-size: 14px;
      line-height: 16px;
      color: #000;
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) {
        .hp-intro--tile--one p {
          font-size: 16px;
          line-height: 27px; } }

.hp-map {
  background: #33394b;
  padding: 50px 16px 50px 0;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .hp-map {
      padding: 89px 23px 249px 23px; } }
  @media only screen and (min-width: 1200px) {
    .hp-map {
      padding: 81px 47px 128px 47px; } }
  @media only screen and (min-width: 1920px) {
    .hp-map {
      padding: 81px 11px 114px 11px; } }
  .hp-map .cssmap-container {
    overflow: inherit; }
    .hp-map .cssmap-container ul.cssmap-visible-list {
      width: auto !important;
      margin: 0 !important; }
    .hp-map .cssmap-container h1 {
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        .hp-map .cssmap-container h1 {
          width: 50%;
          float: left; } }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .hp-map .cssmap-container .country-map {
        float: none !important;
        margin-right: auto !important;
        margin-left: auto !important; } }
    .hp-map .cssmap-container .country-map p {
      margin-bottom: 0;
      transition: 0.3s; }
    .hp-map .cssmap-container .country-map .region {
      display: block;
      overflow: hidden;
      max-width: 0;
      background: #fff;
      line-height: 32px;
      position: absolute;
      right: 32px;
      top: 0; }
    @media only screen and (max-width: 767px) {
      .hp-map .cssmap-container .country-map .pl16 .region, .hp-map .cssmap-container .country-map .pl4 .region, .hp-map .cssmap-container .country-map .pl1 .region, .hp-map .cssmap-container .country-map .pl15 .region {
        right: unset;
        left: 32px; } }
    .hp-map .cssmap-container .country-map .count {
      width: 32px;
      min-width: 32px;
      height: 32px;
      line-height: 32px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: #b1b7c0; }
    .hp-map .cssmap-container .country-map li a {
      padding: 0;
      text-shadow: 0 0 0 transparent;
      border: 0 solid;
      border-radius: 0;
      display: flex;
      background: transparent;
      white-space: nowrap;
      margin-top: -16px !important;
      margin-left: -16px !important; }
      @media only screen and (max-width: 767px) {
        .hp-map .cssmap-container .country-map li a {
          display: none; } }
    .hp-map .cssmap-container .country-map li.active-region a {
      z-index: 99; }
      @media only screen and (max-width: 767px) {
        .hp-map .cssmap-container .country-map li.active-region a {
          display: block !important; } }
    .hp-map .cssmap-container .country-map li.active-region .region {
      padding: 0 15px 0 15px;
      color: #0564fa;
      font-weight: bold;
      font-size: 16px;
      max-width: 300px; }
    .hp-map .cssmap-container .country-map li.active-region .count {
      background: #0564fa;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .hp-map .cssmap-container .country-map li.active-region .count {
          display: block !important; } }
    .hp-map .cssmap-container .cssmap-visible-list {
      display: none; }
      .hp-map .cssmap-container .cssmap-visible-list-container {
        width: 296px; }
      .hp-map .cssmap-container .cssmap-visible-list .count {
        display: none; }
      .hp-map .cssmap-container .cssmap-visible-list .region {
        margin-bottom: 0; }
      .hp-map .cssmap-container .cssmap-visible-list li {
        line-height: 46px;
        border-bottom: 1px solid rgba(177, 183, 192, 0.06);
        width: 296px; }
      .hp-map .cssmap-container .cssmap-visible-list a:hover {
        text-decoration: none; }
    .hp-map .cssmap-container .list-of-cities {
      width: 100%;
      float: left;
      padding-right: 16px;
      box-sizing: border-box !important; }
      @media only screen and (min-width: 768px) {
        .hp-map .cssmap-container .list-of-cities {
          padding-right: 83px;
          padding-left: 40px; } }
      @media only screen and (min-width: 1200px) {
        .hp-map .cssmap-container .list-of-cities {
          width: 436px;
          padding-left: 0;
          padding-right: 16px;
          position: relative;
          z-index: 1; } }
      .hp-map .cssmap-container .list-of-cities ul {
        padding-left: 0; }
      .hp-map .cssmap-container .list-of-cities .list-of-city {
        max-height: 230px; }
        .hp-map .cssmap-container .list-of-cities .list-of-city__item .list-of-city__link {
          line-height: 45px;
          width: 100%;
          border-bottom: 1px solid rgba(177, 183, 192, 0.06);
          color: #fff;
          padding-left: 8px;
          box-sizing: border-box !important; }
      .hp-map .cssmap-container .list-of-cities .list-of-region__select {
        font-size: 32px;
        line-height: 40px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        margin: 40px 0 9px 0;
        padding-right: 20px;
        white-space: nowrap;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis; }
        .hp-map .cssmap-container .list-of-cities .list-of-region__select:after {
          content: "";
          display: inline-block;
          position: absolute;
          width: 14px;
          height: 14px;
          right: 0;
          border: solid white;
          border-width: 0 4px 4px 0;
          transform: rotate(45deg);
          transition: 0.5s;
          margin-right: 4px;
          margin-top: 10px; }
      .hp-map .cssmap-container .list-of-cities .list-of-region__item.clicked .list-of-region__select:after {
        transform: rotate(-135deg) translateY(-100%) translateX(-50%);
        margin-right: 0px;
        margin-top: 0px; }
      .hp-map .cssmap-container .list-of-cities .list-of-region__item.clicked .list-of-city {
        height: 100%; }
      .hp-map .cssmap-container .list-of-cities .list-of-region__item .list-of-city {
        height: 0; }
  .hp-map--link {
    padding-top: 39px;
    text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .hp-map--link {
        padding-top: 55px;
        padding-left: 43px; } }
  .hp-map .cssmap-loader {
    display: none; }

.list-cities {
  padding: 55px 0; }
  @media only screen and (min-width: 1200px) {
    .list-cities {
      padding-top: 127px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .list-cities {
      display: none !important; } }
  @media only screen and (min-width: 1920px) {
    .list-cities {
      padding-top: 107px; } }
  .list-cities .box-city {
    margin-top: 31px; }
  .list-cities .see-more .button-nav {
    width: 200px;
    margin: 18px auto 0 auto;
    text-decoration: none; }

.hp-what-say {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 0 16px; }
  @media only screen and (max-width: 767px) {
    .hp-what-say {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .hp-what-say {
      padding: 110px 26px 0 26px; } }
  @media only screen and (min-width: 1200px) {
    .hp-what-say {
      padding: 33px 10px 0 10px;
      max-width: 1140px; } }
  .hp-what-say .sticky-column-left {
    margin-bottom: -5px; }
    @media only screen and (min-width: 768px) {
      .hp-what-say .sticky-column-left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .hp-what-say .sticky-column-left {
        padding-right: 70px; } }
  .hp-what-say__tekst-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .hp-what-say__tekst-sticky {
        font-size: 48px;
        line-height: 56px; } }
    @media only screen and (min-width: 1200px) {
      .hp-what-say__tekst-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px;
        padding-bottom: 105px; } }
  .hp-what-say__quote-column {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    margin-top: 58px; }
    @media only screen and (min-width: 768px) {
      .hp-what-say__quote-column {
        margin-top: 79px; }
        .hp-what-say__quote-column:first-child {
          margin-top: 35px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-what-say__quote-column {
        flex-wrap: nowrap;
        flex-flow: row; } }
  .hp-what-say__quote-box {
    width: 100%;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .hp-what-say__quote-box {
        margin-bottom: 39px; } }
    @media only screen and (min-width: 1920px) {
      .hp-what-say__quote-box {
        margin-bottom: 27px; } }
  .hp-what-say__quote-sign {
    width: 96px;
    height: 96px;
    background-color: #eef1f7;
    color: #0564fa;
    line-height: 124px;
    font-size: 64px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    letter-spacing: -1.03px;
    text-align: center; }
  .hp-what-say__quote-text {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 38px; }
    @media only screen and (min-width: 768px) {
      .hp-what-say__quote-text {
        margin-top: 107px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-what-say__quote-text {
        margin: 14px 0 0 33px; } }
    @media only screen and (min-width: 1200px) {
      .hp-what-say__quote-text {
        margin-top: 63px;
        font-size: 22px;
        line-height: 32px; } }
  .hp-what-say__quote-name {
    font-size: 22px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-what-say__quote-name {
        margin-left: 40px; } }
    @media only screen and (min-width: 1200px) {
      .hp-what-say__quote-name {
        margin-top: 30px;
        font-size: 32px;
        line-height: 40px; } }
  .hp-what-say__quote-who {
    font-size: 22px;
    line-height: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #b1b7c0;
    margin: 3px 0 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-what-say__quote-who {
        margin-left: 40px; } }
    @media only screen and (min-width: 1200px) {
      .hp-what-say__quote-who {
        margin: 8px 0 0 0;
        font-size: 32px;
        line-height: 40px; } }
  .hp-what-say .grey-spacer {
    margin-top: 48px; }
    @media only screen and (min-width: 768px) {
      .hp-what-say .grey-spacer {
        margin-top: 42px; } }
    @media only screen and (min-width: 1920px) {
      .hp-what-say .grey-spacer {
        margin-bottom: 85px; } }
  @media only screen and (min-width: 768px) {
    .hp-what-say .list-what-say:first-child .hp-what-say__quote-column {
      margin-top: 35px; } }

.hp-presentation {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 39px 16px 0 16px; }
  @media only screen and (min-width: 320px) {
    .hp-presentation {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hp-presentation {
      padding: 83px 26px 0 26px; } }
  @media only screen and (min-width: 1200px) {
    .hp-presentation {
      padding: 97px 10px 0 10px;
      max-width: 1140px; } }
  @media only screen and (min-width: 1920px) {
    .hp-presentation {
      padding-top: 69px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hp-presentation .sticky-column-left {
      padding-right: 50px; } }
  @media only screen and (min-width: 1200px) {
    .hp-presentation .sticky-column-left {
      padding-right: 70px; } }
  @media only screen and (min-width: 1200px) {
    .hp-presentation .column-right {
      position: relative;
      top: -59px; } }
  @media only screen and (min-width: 1920px) {
    .hp-presentation .column-right {
      top: -73px; } }
  .hp-presentation__tekst-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-presentation__tekst-sticky {
        font-size: 48px;
        line-height: 56px; } }
    @media only screen and (min-width: 992px) {
      .hp-presentation__tekst-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px;
        padding-bottom: 105px; } }
    .hp-presentation__tekst-sticky-small {
      font-family: "Montserrat", sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 32px;
      color: #000;
      margin-top: 12px;
      margin-bottom: 0;
      display: block; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .hp-presentation__tekst-sticky-small {
          margin-top: 5px; } }
      @media only screen and (min-width: 1200px) {
        .hp-presentation__tekst-sticky-small {
          margin-top: -5px;
          font-size: 32px;
          line-height: 40px;
          padding-right: 60px; } }
  .hp-presentation .list-presentaion {
    margin-bottom: 40px;
    margin: 40px -11px 12px -11px;
    display: flex;
    flex-flow: row wrap; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-presentation .list-presentaion {
        margin-top: 36px;
        margin-bottom: 47px; } }
    @media only screen and (min-width: 1200px) {
      .hp-presentation .list-presentaion {
        margin-top: 0;
        margin-bottom: 2px; } }
    @media only screen and (min-width: 1920px) {
      .hp-presentation .list-presentaion {
        margin-bottom: 1px; } }
  .hp-presentation .grey-spacer {
    margin-top: 40px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-presentation .grey-spacer {
        margin-top: 42px; } }
    @media only screen and (min-width: 1920px) {
      .hp-presentation .grey-spacer {
        margin-bottom: 85px; } }

.hp-list-presentation {
  padding: 0 11px; }
  @media only screen and (min-width: 768px) {
    .hp-list-presentation {
      padding: 0 41px; } }
  @media only screen and (min-width: 1200px) {
    .hp-list-presentation {
      margin-bottom: 45px;
      padding: 0 56px; }
      .hp-list-presentation:nth-child(2n) {
        padding-right: 0; }
      .hp-list-presentation:nth-child(2n-1) {
        padding-left: 0; }
      .hp-list-presentation > * {
        max-width: 260px; } }
  @media only screen and (min-width: 1920px) {
    .hp-list-presentation {
      margin-bottom: 32px; } }
  .hp-list-presentation__img {
    max-width: 152px;
    max-height: 156px;
    margin-bottom: 12px; }
    @media only screen and (min-width: 1920px) {
      .hp-list-presentation__img {
        margin-bottom: 14px; } }
    .hp-list-presentation__img img {
      max-height: 156px; }
      @media only screen and (min-width: 1200px) {
        .hp-list-presentation__img img {
          max-height: 118px; } }
  .hp-list-presentation__value {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #0564fa;
    margin-top: 12px; }
    @media only screen and (min-width: 768px) {
      .hp-list-presentation__value {
        margin-top: 3px; } }
    @media only screen and (min-width: 1200px) {
      .hp-list-presentation__value {
        margin-top: 0px;
        font-size: 32px;
        line-height: 39px; } }
  .hp-list-presentation__description {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 8px;
    max-width: 90%;
    margin-bottom: 48px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .hp-list-presentation__description {
        margin-bottom: 18px; } }
    @media only screen and (min-width: 1200px) {
      .hp-list-presentation__description {
        font-size: 16px;
        margin-top: 23px; } }

.hp-budget-realisation {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 75px 16px 0 16px; }
  @media only screen and (max-width: 767px) {
    .hp-budget-realisation {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .hp-budget-realisation {
      padding: 110px 26px 0 26px; } }
  @media only screen and (min-width: 1200px) {
    .hp-budget-realisation {
      padding: 76px 10px 0 10px;
      max-width: 1140px; } }
  @media only screen and (min-width: 1200px) {
    .hp-budget-realisation .sticky-column-left {
      padding-right: 70px; } }
  .hp-budget-realisation__tekst-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .hp-budget-realisation__tekst-sticky {
        font-size: 48px;
        line-height: 56px; } }
    @media only screen and (min-width: 992px) {
      .hp-budget-realisation__tekst-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px;
        padding-right: 27px;
        padding-bottom: 20px; } }
    .hp-budget-realisation__tekst-sticky p {
      margin-bottom: 0; }
    .hp-budget-realisation__tekst-sticky small {
      font-size: 22px;
      line-height: 32px;
      color: #000;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 3px; }
      @media only screen and (min-width: 768px) {
        .hp-budget-realisation__tekst-sticky small {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 1200px) {
        .hp-budget-realisation__tekst-sticky small {
          font-size: 32px;
          line-height: 40px;
          margin-bottom: 0;
          padding-right: 60px; } }
    .hp-budget-realisation__tekst-sticky span {
      color: #0564fa; }
  .hp-budget-realisation__box {
    width: 96px;
    height: 96px;
    background: #0564fa;
    color: #fff;
    text-align: center;
    padding: 16px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 16px;
    float: left; }
    @media only screen and (max-width: 767px) {
      .hp-budget-realisation__box {
        float: none; } }
    @media only screen and (min-width: 768px) {
      .hp-budget-realisation__box {
        margin-right: 32px;
        margin-bottom: 35px; } }
  .hp-budget-realisation__text {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .hp-budget-realisation__text {
        flex-flow: column;
        margin-top: 8px; } }
    @media only screen and (min-width: 1200px) {
      .hp-budget-realisation__text {
        margin-top: 0; } }
  .hp-budget-realisation__header {
    color: #000; }
  .hp-budget-realisation__caption {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 0;
    color: #000;
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .hp-budget-realisation__caption {
        font-size: 16px;
        margin-top: 5px; } }
  .hp-budget-realisation__col {
    margin-top: 40px; }
    @media only screen and (min-width: 768px) {
      .hp-budget-realisation__col {
        margin-top: 61px; } }

.hp-wrote {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 0 16px; }
  @media only screen and (max-width: 767px) {
    .hp-wrote {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .hp-wrote {
      padding: 110px 26px 0 26px; } }
  @media only screen and (min-width: 1200px) {
    .hp-wrote {
      padding: 72px 10px 0 10px;
      max-width: 1140px; } }
  .hp-wrote .sticky-column-left {
    padding-bottom: 40px; }
    @media only screen and (min-width: 768px) {
      .hp-wrote .sticky-column-left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .hp-wrote .sticky-column-left {
        padding-right: 70px; } }
  .hp-wrote__tekst-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .hp-wrote__tekst-sticky {
        font-size: 48px;
        line-height: 56px; } }
    @media only screen and (min-width: 1200px) {
      .hp-wrote__tekst-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px; } }
  .hp-wrote .list-wrote {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0 16px; }
    @media only screen and (min-width: 1200px) {
      .hp-wrote .list-wrote {
        margin-bottom: 33px; } }
    @media only screen and (min-width: 1920px) {
      .hp-wrote .list-wrote {
        margin-bottom: 78px; } }
    .hp-wrote .list-wrote__logo {
      text-align: center;
      padding: 0;
      margin-bottom: 59px; }
      @media only screen and (min-width: 768px) {
        .hp-wrote .list-wrote__logo {
          text-align: left;
          margin-bottom: 112px; } }
      .hp-wrote .list-wrote__logo img {
        transition: 0.5s;
        height: 65px; }
        @media only screen and (min-width: 768px) {
          .hp-wrote .list-wrote__logo img {
            height: 78px; } }

.box-cities {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(177, 183, 192, 0.3);
  background-color: #fff;
  margin: 16px 1px 36px 1px;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .box-cities {
      margin: 16px 1px; } }
  .box-cities--img {
    width: 100%;
    height: 219px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center; }
    .box-cities--img img {
      width: 100%;
      height: auto; }
  .box-cities--caption {
    padding: 10px 16px 58px 16px;
    display: flex;
    flex-wrap: nowrap;
    min-height: 108px;
    justify-content: space-between; }
    @media only screen and (min-width: 768px) {
      .box-cities--caption {
        padding: 16px;
        min-height: 130px; } }
    @media only screen and (min-width: 1200px) {
      .box-cities--caption {
        padding: 23px 16px 16px 16px; } }
  .box-cities--city-name .box-cities--link {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    padding-right: 0.5em;
    word-break: break-word;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin: 0; }
  .box-cities--city-year .box-cities--link {
    color: #b1b7c0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    padding-top: 16px; }
  .box-cities--tags {
    padding: 0 5px 2px 5px;
    border-top: 1px solid rgba(177, 183, 192, 0.3);
    height: 52px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) {
      .box-cities--tags {
        padding: 2px 12px 4px 12px; } }
    @media only screen and (min-width: 768px) {
      .box-cities--tags {
        padding: 2px 12px 4px 12px;
        height: 63px; } }
    .box-cities--tags .tags--tag {
      font-size: 9px;
      color: #0564fa;
      background: #d7ddff;
      border: solid 1px #d7ddff;
      margin: 4px; }
      @media only screen and (max-width: 1199px) {
        .box-cities--tags .tags--tag {
          margin: 2px 0 1px 4px; } }
      @media only screen and (min-width: 1200px) {
        .box-cities--tags .tags--tag {
          font-size: 10px; } }

.tag-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #b1b7c0;
  white-space: nowrap;
  margin-right: 5px;
  padding-top: 1px; }

.tag .tags {
  width: auto;
  margin-bottom: 34px; }
  @media only screen and (min-width: 768px) {
    .tag .tags {
      margin-bottom: 8px; } }
  @media only screen and (min-width: 1200px) {
    .tag .tags {
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .tag .tags {
      margin-bottom: 29px; } }

.tag .one-line {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .tag .one-line {
      max-width: 57%;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1200px) {
    .tag .one-line {
      white-space: nowrap;
      flex-wrap: nowrap; } }

.tags--tag {
  color: #b1b7c0;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  background: transparent;
  padding: 0 8px;
  margin: 5px 5px 5px 0;
  border-radius: 22.5px;
  border: solid 1px #b1b7c0;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.3s;
  display: inline-block;
  height: auto;
  width: auto;
  text-transform: none;
  justify-content: normal; }
  .tags--tag:hover {
    color: #b1b7c0;
    background: transparent !important;
    border: solid 1px #b1b7c0; }
  .tags--tag.active {
    color: #0564fa;
    background: #d7ddff !important;
    border: solid 1px #d7ddff; }
  @media only screen and (min-width: 1200px) {
    .tags--tag {
      margin: 4px 0 4px 13px; } }

.tag {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; }

.notmobile .tags--tag:hover {
  color: #0564fa;
  background: #d7ddff !important;
  border: solid 1px #d7ddff; }

.sticky-column-left {
  width: 100%;
  top: 83px; }
  @media only screen and (min-width: 1920px) {
    .sticky-column-left {
      top: 88px; } }
  @media only screen and (min-width: 1200px) {
    .sticky-column-left {
      width: calc(43% - 2px);
      position: sticky;
      position: -webkit-sticky;
      display: inline-block;
      vertical-align: top; } }

.column-right {
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .column-right {
      width: calc(57% - 3px);
      display: inline-block;
      vertical-align: top; } }

@media only screen and (max-width: 1199px) {
  .container.second-module {
    padding-top: 0; }
    .container.second-module .box-budget__left {
      display: none; } }

@media only screen and (max-width: 767px) {
  .container.second-module {
    margin-top: 10px; } }

.box-budget {
  width: 100%; }
  .box-budget__left {
    width: 100%;
    top: 64px;
    vertical-align: top;
    padding-bottom: 50px; }
    @media only screen and (min-width: 1200px) {
      .box-budget__left {
        width: calc(43% - 2px);
        position: sticky;
        position: -webkit-sticky;
        display: inline-block;
        top: 80px; } }
    @media only screen and (min-width: 1920px) {
      .box-budget__left {
        top: 110px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .box-budget__left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .box-budget__left {
        padding-right: 70px; } }
    @media only screen and (min-width: 1920px) {
      .box-budget__left {
        padding-bottom: 130px;
        max-width: calc(1140px * 0.43);
        margin-left: calc(50% - (1140px / 2)); } }
    .box-budget__left__text {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 40px;
      line-height: 48px;
      letter-spacing: -0.77px;
      color: #000;
      display: flex;
      align-items: baseline;
      flex-wrap: wrap; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .box-budget__left__text {
          font-size: 40px;
          line-height: 48px; } }
      @media only screen and (min-width: 1200px) {
        .box-budget__left__text {
          font-size: 64px;
          line-height: 80px;
          letter-spacing: -1.03px; } }
      .box-budget__left__text h2, .box-budget__left__text .fund-solecki__title {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        margin-bottom: 0; }
        @media only screen and (min-width: 1200px) {
          .box-budget__left__text h2, .box-budget__left__text .fund-solecki__title {
            margin-left: -2px; } }
    .box-budget__left--number-blue {
      display: inline-block;
      width: 40px;
      background: #0564fa;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      margin-bottom: 26px; }
      @media only screen and (min-width: 1200px) {
        .box-budget__left--number-blue {
          margin-bottom: 2px; } }
  .box-budget__right {
    width: 100%; }
    @media only screen and (min-width: 1200px) {
      .box-budget__right--investments-margin {
        padding-left: 95px; } }
    .box-budget__right--investments-margin .block-text .bold-blue {
      margin-top: 19px; }
    @media only screen and (min-width: 1200px) {
      .box-budget__right {
        width: calc(57% - 3px);
        display: inline-block; } }
    @media only screen and (min-width: 1200px) {
      .box-budget__right {
        position: relative;
        top: 79px;
        margin-bottom: 84px; } }
    @media only screen and (min-width: 1920px) {
      .box-budget__right {
        width: calc(1140px * 0.57 + 50% - (1140px / 2)); } }
    .box-budget__right .block-text {
      font-family: "Ubuntu", sans-serif;
      font-size: 22px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.45;
      letter-spacing: normal;
      color: #000000;
      margin-bottom: 5px;
      float: left;
      width: 100%; }
      .box-budget__right .block-text:before, .box-budget__right .block-text:after {
        clear: both;
        content: ' ';
        display: table; }
      .box-budget__right .block-text .investment-text-break br {
        display: none; }
        @media only screen and (min-width: 1200px) {
          .box-budget__right .block-text .investment-text-break br {
            display: block; } }
      .box-budget__right .block-text .investment-info {
        display: none; }
        @media only screen and (max-width: 1199px) {
          .box-budget__right .block-text .investment-info {
            display: block;
            font-family: "Ubuntu", sans-serif;
            font-size: 11px;
            margin-top: 32px;
            margin-bottom: 29px; } }
        @media only screen and (max-width: 767px) {
          .box-budget__right .block-text .investment-info {
            margin-top: 9px;
            margin-bottom: 0; } }
      .box-budget__right .block-text .bold-blue {
        font-family: "Montserrat", sans-serif;
        font-size: 56px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0564fa;
        margin-right: 10px; }
        @media only screen and (max-width: 767px) {
          .box-budget__right .block-text .bold-blue {
            font-size: 33px;
            line-height: 1.45;
            letter-spacing: -0.5px; } }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .box-budget__right .block-text .bold-blue {
            font-size: 40px; } }
      .box-budget__right .block-text > div.inline {
        display: inline-block;
        vertical-align: baseline; }
      .box-budget__right .block-text--position-fix {
        margin-top: -13px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .box-budget__right .block-text {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .box-budget__right .block-text {
          font-size: 18px; } }
    .box-budget__right__text {
      font-size: 18px;
      line-height: 24px;
      color: #000; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .box-budget__right__text {
          line-height: 32px; } }
      @media only screen and (min-width: 1200px) {
        .box-budget__right__text {
          font-size: 22px;
          line-height: 32px; } }
      @media only screen and (min-width: 1920px) {
        .box-budget__right__text {
          width: calc(1140px * 0.57);
          display: inline-block;
          padding-right: 10px; } }
      .box-budget__right__text b, .box-budget__right__text strong {
        font-family: "Ubuntu", sans-serif;
        font-weight: bold; }

#citizens .slide-box,
#fund-solecki .slide-box {
  justify-content: center;
  align-items: center;
  height: 350px;
  width: 100%;
  display: flex !important;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #citizens .slide-box,
    #fund-solecki .slide-box {
      height: 158px; } }
  #citizens .slide-box img,
  #fund-solecki .slide-box img {
    max-height: unset;
    max-width: unset;
    margin: unset;
    width: 100%;
    height: auto; }

#citizens .slider .counter,
#fund-solecki .slider .counter {
  display: none; }
  @media only screen and (min-width: 1200px) {
    #citizens .slider .counter,
    #fund-solecki .slider .counter {
      position: absolute;
      display: block;
      right: 120px;
      padding: 0 16px 0 0;
      bottom: -74px;
      margin: 0; } }

#citizens .slider .slick-arrow,
#fund-solecki .slider .slick-arrow {
  bottom: -85px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    #citizens .slider .slick-arrow,
    #fund-solecki .slider .slick-arrow {
      top: unset;
      bottom: 0; }
      #citizens .slider .slick-arrow.slick-prev,
      #fund-solecki .slider .slick-arrow.slick-prev {
        right: calc(40px + 18px); } }

.slider-container {
  display: block;
  flex-flow: column;
  padding: 44px 0 30px 0; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .slider-container {
      margin-right: -15px;
      margin-left: -15px;
      padding-bottom: 68px; } }
  @media only screen and (min-width: 1200px) {
    .slider-container {
      padding: 80px 0 44px 0;
      position: relative; } }

.slider-img {
  width: 100%;
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .slider-img {
      margin-bottom: 15px;
      position: static; } }
  @media only screen and (min-width: 1200px) {
    .slider-img {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1920px) {
    .slider-img {
      margin-bottom: 27px; } }

.slider-content {
  width: 100%; }
  @media only screen and (min-width: 1920px) {
    .slider-content {
      width: calc(1140px * 0.57) !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .slider-content .slick-slide {
      margin-right: 15px;
      margin-left: 15px; } }
  .slider-content .slider-context__costs-text, .slider-content .slider-context__costs-value {
    color: #000;
    margin-bottom: 0; }
  .slider-content .slider-context__costs-text {
    font-size: 11px;
    line-height: 18px; }
    @media only screen and (min-width: 1200px) {
      .slider-content .slider-context__costs-text {
        font-size: 13px;
        line-height: 18px; } }
  .slider-content .slider-context__costs-value {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    margin-top: 10px; }
    @media only screen and (min-width: 1200px) {
      .slider-content .slider-context__costs-value {
        margin-top: 4px;
        margin-bottom: 13px;
        font-size: 32px;
        line-height: 40px; } }

.slider .slide-caption {
  margin-top: 21px;
  font-size: 14px;
  line-height: 18px; }
  .slider .slide-caption p.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px; }

.slider .slide-context {
  display: block;
  margin: 0; }
  .slider .slide-context [class*="col"] {
    padding: 0; }

.slider .slide-box {
  display: block;
  justify-content: center;
  align-items: center; }

.slider .slide__box {
  display: inline-block;
  vertical-align: top; }
  .slider .slide__box--vote {
    margin-left: 70px; }
    @media only screen and (max-width: 767px) {
      .slider .slide__box--vote {
        margin-left: 34px; } }
  .slider .slide__box--counter {
    margin-left: 70px; }
    @media only screen and (max-width: 767px) {
      .slider .slide__box--counter {
        margin-left: 0;
        display: none; } }
  .slider .slide__box--counter {
    margin-top: 35px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .slider .slide__box--counter {
        position: absolute;
        bottom: 70px; } }
    @media only screen and (max-width: 767px) {
      .slider .slide__box--counter {
        margin-left: 0;
        bottom: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slider.slider-img .slick-slide {
    max-height: 24.5vw;
    margin-right: 15px;
    margin-left: 15px; } }

@media only screen and (min-width: 1920px) {
  .slider.slider-img .slick-slide {
    max-height: 350px; } }

.slider.slider-img .slick-slide .slide-img {
  max-height: 350px;
  height: auto;
  width: auto;
  margin: auto;
  max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .slider.slider-img .slick-slide .slide-img {
      max-height: 208px;
      height: auto;
      width: auto;
      margin: auto;
      max-width: 100%; } }

.slider .progress {
  width: 100%;
  height: 2px;
  background: rgba(177, 183, 192, 0.3); }
  @media only screen and (min-width: 1920px) {
    .slider .progress {
      width: calc(1140px * 0.57); } }
  .slider .progress-bar {
    width: 0%;
    background: #0564fa;
    transition: width 5s; }

.slider .slick-arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0 solid;
  border-radius: 0 !important;
  background-color: #000;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  margin-left: 2px;
  transition: 0.3s;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 9; }
  .slider .slick-arrow.slick-prev:after, .slider .slick-arrow.slick-next:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -7px;
    width: 12px;
    height: 17px; }
  .slider .slick-arrow.slick-prev:after {
    background: url(/static/ncimp/img/slick-arrow-prev.e7cfd328b95d.png) center no-repeat;
    background-size: contain; }
  .slider .slick-arrow.slick-next:after {
    background: url(/static/ncimp/img/slick-arrow-prev.e7cfd328b95d.png) center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    margin-left: -5px; }
  .slider .slick-arrow.slick-pause {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 99px;
    left: auto !important;
    background-color: #fff; }
    @media only screen and (min-width: 1200px) {
      .slider .slick-arrow.slick-pause {
        right: 84px; } }
    .slider .slick-arrow.slick-pause .play {
      display: none;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 12px;
      border-color: transparent transparent transparent #000000; }
    .slider .slick-arrow.slick-pause .pause {
      display: flex;
      justify-content: space-between;
      width: 12px; }
      .slider .slick-arrow.slick-pause .pause::before, .slider .slick-arrow.slick-pause .pause::after {
        content: '';
        display: block;
        width: 4px;
        height: 14px;
        background-color: #000; }
    .slider .slick-arrow.slick-pause.paused .pause {
      display: none; }
    .slider .slick-arrow.slick-pause.paused .play {
      display: block; }
    .slider .slick-arrow.slick-pause:hover {
      background: none !important; }
      .slider .slick-arrow.slick-pause:hover .pause:before, .slider .slick-arrow.slick-pause:hover .pause:after {
        background-color: #0564fa; }
      .slider .slick-arrow.slick-pause:hover .play {
        border-color: transparent transparent transparent #0564fa; }
  @media only screen and (max-width: 767px) {
    .slider .slick-arrow {
      display: none; } }
  @media only screen and (min-width: 1200px) {
    .slider .slick-arrow {
      bottom: -72px;
      right: 0; } }
  @media only screen and (min-width: 1920px) {
    .slider .slick-arrow {
      bottom: -82px;
      left: calc(1140px * 0.57 - 42px) !important; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .slider .slick-arrow {
      top: 440px;
      bottom: unset; } }

.slider .slick-prev {
  margin-left: 0;
  right: 57px; }
  @media only screen and (min-width: 1200px) {
    .slider .slick-prev {
      right: 42px; } }
  @media only screen and (min-width: 1920px) {
    .slider .slick-prev {
      left: calc(1140px * 0.57 - 82px) !important; } }

span.blue {
  color: #0564fa; }

.counter {
  display: none; }
  @media only screen and (min-width: 768px) {
    .counter {
      font-size: 14px;
      line-height: 16px;
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      padding: 0 16px 4px 0;
      right: 97px;
      bottom: 0; } }

.pagination {
  margin-bottom: 0; }

#nav-budget {
  position: static;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
  background: white;
  height: 68px;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100vw; }
  @media only screen and (min-width: 1920px) {
    #nav-budget {
      height: 92px; } }
  #nav-budget .container {
    height: 100%;
    align-items: flex-end;
    display: flex;
    padding-left: 0;
    padding-bottom: 4px; }
  #nav-budget:before {
    content: ' ';
    display: inline-block;
    background: #fff;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc((100vw - 1140px) / -2); }
  #nav-budget .nav-pills {
    position: absolute;
    margin-top: 3px;
    width: 100%; }
    #nav-budget .nav-pills:before, #nav-budget .nav-pills:after {
      content: ' ';
      display: inline-block;
      width: 100%;
      position: absolute; }
    #nav-budget .nav-pills:before {
      border-bottom: 4px solid #fff;
      bottom: 0; }
    #nav-budget .nav-pills:after {
      border-bottom: 1px solid #b1b7c0;
      bottom: 3px; }
  #nav-budget .nav-item {
    position: relative; }
    #nav-budget .nav-item:after {
      content: "";
      display: inline-block;
      border-bottom: 1px solid #b1b7c0;
      width: 100%;
      position: absolute;
      margin-top: -4px; }
  #nav-budget .nav-link {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 0 11px 4px 11px;
    border-bottom: 4px solid #fff;
    border-radius: 0;
    background: transparent;
    transition: 0.3s;
    position: relative; }
    #nav-budget .nav-link.active, #nav-budget .nav-link:hover {
      color: #000;
      border-bottom: 4px solid #000;
      z-index: 1; }

.hr-only-mobile {
  margin-top: 101px !important;
  display: none; }
  @media only screen and (max-width: 767px) {
    .hr-only-mobile {
      display: block; } }

@media only screen and (min-width: 1200px) {
  .is-demo .bold-blue {
    margin-bottom: 150px; } }

.city-intro {
  min-height: 100vh; }
  @media only screen and (max-width: 767px) {
    .city-intro {
      margin-bottom: 21px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .city-intro {
      margin-bottom: 22px; } }
  @media only screen and (max-width: 1199px) {
    .city-intro.container {
      max-width: 100%; }
      .city-intro.container .row {
        flex-direction: column; }
        .city-intro.container .row .city-intro--left {
          flex: none; }
        .city-intro.container .row .city-intro--right {
          flex: 1; } }
  @media only screen and (min-width: 1200px) {
    .city-intro.container {
      max-width: 100%; } }
  .city-intro.container .row {
    height: 100vh; }
    @media only screen and (min-width: 1200px) {
      .city-intro.container .row {
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        min-height: 310px;
        margin-bottom: 33px; } }
  @media only screen and (min-width: 1200px) {
    .city-intro--left {
      z-index: 1;
      position: absolute;
      left: 40px;
      width: calc(41% - 40px); } }
  @media only screen and (min-width: 1920px) {
    .city-intro--left {
      padding-left: 88px; } }
  @media only screen and (min-width: 1200px) {
    .city-intro--right {
      max-width: 59%;
      height: 100vh; } }
  .city-intro--title {
    margin-top: 0;
    padding: 34px 1px 15px 1px; }
    @media only screen and (min-width: 768px) {
      .city-intro--title {
        padding: 34px 0 23px 0;
        font-size: 48px;
        line-height: 56px; } }
    @media only screen and (min-width: 1200px) {
      .city-intro--title {
        font-family: "Montserrat", sans-serif;
        font-size: 64px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: -1px;
        color: #000000; } }
    @media only screen and (min-width: 1920px) {
      .city-intro--title {
        font-size: 100px;
        letter-spacing: -1.6px;
        line-height: 1.1em; } }
  .city-intro--budget-text {
    display: inline-block;
    font-weight: 400;
    padding: 0 1px 3px 1px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px; }
    @media only screen and (min-width: 768px) {
      .city-intro--budget-text {
        padding: 0 0 8px 0;
        font-size: 32px;
        line-height: 40px; } }
    @media only screen and (min-width: 1200px) {
      .city-intro--budget-text {
        letter-spacing: 2px; } }
    @media only screen and (min-width: 1920px) {
      .city-intro--budget-text {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px; } }
  .city-intro--city-logo {
    display: flex;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .city-intro--city-logo {
        margin-top: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-intro--city-logo {
        margin-top: 46px;
        margin-bottom: 44px; } }
    @media only screen and (min-width: 1200px) {
      .city-intro--city-logo {
        margin-bottom: 0;
        margin-top: 75px; } }
    @media only screen and (min-width: 1920px) {
      .city-intro--city-logo {
        margin-top: 130px; } }
    .city-intro--city-logo img {
      height: 100%;
      width: auto;
      max-height: 350px; }
  .city-intro--city-photo {
    margin: 0 -15px;
    background: center no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 1200px) {
      .city-intro--city-photo {
        height: 100vh; } }
    @media only screen and (max-width: 1199px) {
      .city-intro--city-photo {
        height: 100%; } }
  .city-intro--dropdown {
    display: inline-block;
    position: relative;
    vertical-align: top;
    left: 4px;
    top: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-intro--dropdown {
        left: 12px;
        top: -8px; } }
    @media only screen and (min-width: 1200px) {
      .city-intro--dropdown {
        left: 12px;
        top: -4px; } }
    @media only screen and (min-width: 1920px) {
      .city-intro--dropdown {
        left: 12px;
        top: -8px; } }
    .city-intro--dropdown .dropdown-year-button {
      padding: 0;
      font-size: 22px;
      color: #000;
      font-weight: bold;
      font-family: "Montserrat", sans-serif;
      background: transparent;
      border: 0 solid;
      height: auto;
      width: auto; }
      @media only screen and (min-width: 768px) {
        .city-intro--dropdown .dropdown-year-button {
          font-size: 32px; } }
      @media only screen and (min-width: 1920px) {
        .city-intro--dropdown .dropdown-year-button {
          font-size: 64px;
          letter-spacing: -1.03px; } }
      .city-intro--dropdown .dropdown-year-button:hover, .city-intro--dropdown .dropdown-year-button:focus {
        background: transparent !important; }
      .city-intro--dropdown .dropdown-year-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important; }
      .city-intro--dropdown .dropdown-year-button:after {
        border: solid black;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        vertical-align: baseline;
        padding: 3px;
        top: -5px;
        position: relative;
        transition: 0.3s; }
        @media only screen and (min-width: 768px) {
          .city-intro--dropdown .dropdown-year-button:after {
            top: -8px; } }
        @media only screen and (min-width: 1920px) {
          .city-intro--dropdown .dropdown-year-button:after {
            border-width: 0 6px 6px 0;
            padding: 6px;
            top: -13px !important;
            margin-left: 0;
            vertical-align: baseline; } }
      .city-intro--dropdown .dropdown-year-button[aria-expanded="true"]:after {
        transform: rotate(-135deg);
        top: -2px; }
    .city-intro--dropdown .dropdown-menu {
      border-radius: 2px;
      box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
      background-color: #fff;
      min-width: 144px;
      padding: 10px 24px 4px 24px;
      border: 0;
      left: 50% !important;
      margin-top: 0;
      transform: translate3d(-50%, 32px, 0px) !important; }
      @media only screen and (min-width: 768px) {
        .city-intro--dropdown .dropdown-menu {
          top: 16px !important; } }
      @media only screen and (min-width: 1920px) {
        .city-intro--dropdown .dropdown-menu {
          top: 45px !important; } }
      .city-intro--dropdown .dropdown-menu .dropdown-item {
        padding: 7px 14px 7px 8px;
        text-align: center;
        border-bottom: 1px solid #b1b7c0;
        color: #b1b7c0;
        background: transparent;
        transition: 0.3s; }
        .city-intro--dropdown .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0 solid; }
        .city-intro--dropdown .dropdown-menu .dropdown-item:hover {
          background: transparent;
          color: #0564fa; }
        .city-intro--dropdown .dropdown-menu .dropdown-item span {
          display: block; }

.demo-intro {
  padding: 84px 16px 64px 16px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .demo-intro {
      padding: 162px 2px 75px 3px;
      min-height: 550px; } }
  .demo-intro .demo-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px; }
    @media only screen and (min-width: 768px) {
      .demo-intro .demo-title {
        font-size: 64px;
        line-height: 1.25;
        letter-spacing: -1px;
        color: #000000; } }
  .demo-intro .location-logo {
    max-width: 100%;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .demo-intro .location-logo {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1; } }

.city-citizens {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 0 16px; }
  @media only screen and (max-width: 767px) {
    .city-citizens {
      padding-top: 24px;
      margin-top: -64px; } }
  .city-citizens .slider-container {
    display: block; }
    @media only screen and (max-width: 767px) {
      .city-citizens .slider-container .slick-arrow {
        display: none !important; } }
  .city-citizens .sticky-column-left {
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-citizens .sticky-column-left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .city-citizens .sticky-column-left {
        padding-right: 70px; } }
    @media only screen and (min-width: 1920px) {
      .city-citizens .sticky-column-left {
        padding-bottom: 130px;
        max-width: calc(1140px * 0.43);
        margin-left: calc(50% - (1140px / 2)); } }
  @media only screen and (min-width: 768px) {
    .city-citizens .column-right {
      position: relative; } }
  @media only screen and (min-width: 1200px) {
    .city-citizens .column-right {
      top: 79px;
      margin-bottom: 84px; } }
  @media only screen and (min-width: 1920px) {
    .city-citizens .column-right {
      width: calc(1140px * 0.57 + 50% - (1140px / 2)); } }
  .city-citizens .number-blue {
    display: inline-block;
    width: 40px;
    background: #0564fa;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 26px; }
    @media only screen and (min-width: 1200px) {
      .city-citizens .number-blue {
        margin-bottom: 2px; } }
  .city-citizens__tekst-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-citizens__tekst-sticky {
        font-size: 40px;
        line-height: 48px; } }
    @media only screen and (min-width: 1200px) {
      .city-citizens__tekst-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px; } }
    .city-citizens__tekst-sticky p {
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) {
        .city-citizens__tekst-sticky p {
          margin-left: -2px; } }
  .city-citizens__tekst-right {
    font-size: 18px;
    line-height: 24px;
    color: #000; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-citizens__tekst-right {
        line-height: 32px; } }
    @media only screen and (min-width: 1200px) {
      .city-citizens__tekst-right {
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (min-width: 1920px) {
      .city-citizens__tekst-right {
        width: calc(1140px * 0.57);
        display: inline-block;
        padding-right: 10px; } }
    .city-citizens__tekst-right b, .city-citizens__tekst-right strong {
      font-family: "Ubuntu", sans-serif;
      font-weight: bold; }
    .city-citizens__tekst-right--bigger {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 22px;
      line-height: 32px; }
      @media only screen and (min-width: 1200px) {
        .city-citizens__tekst-right--bigger {
          font-size: 32px;
          line-height: 40px; } }
  .city-citizens span.blue {
    color: #0564fa; }
  .city-citizens .see-more {
    display: flex;
    align-items: center;
    width: 200px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    line-height: 24px; }
    .city-citizens .see-more--link {
      cursor: pointer;
      color: #b1b7c0;
      font-size: 14px;
      line-height: 24px;
      text-decoration: underline; }
      .city-citizens .see-more--link:hover {
        color: #0564fa; }
  .city-citizens .grey-spacer {
    margin-top: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-citizens .grey-spacer {
        margin-top: 34px; } }
    @media only screen and (min-width: 1920px) {
      .city-citizens .grey-spacer {
        margin-bottom: 85px;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto; } }

/*  Widok modala  */
@media only screen and (min-width: 1200px) {
  #fundModal {
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%); }
    #fundModal:before {
      content: "";
      display: inline-block;
      position: absolute;
      background: rgba(255, 255, 255, 0.9);
      width: 200vw;
      height: 100vh;
      left: calc(50vw / -2);
      top: 0; } }

.fund-solecki {
  padding: 54px 16px 0 16px; }
  @media only screen and (min-width: 768px) {
    .fund-solecki {
      padding: 51px 24px 0 24px;
      display: flex;
      flex-flow: row wrap; } }
  @media only screen and (min-width: 1200px) {
    .fund-solecki {
      padding: 43px 40px 0 40px; } }
  .fund-solecki__title {
    letter-spacing: -0.77px;
    margin-bottom: 22px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .fund-solecki__title {
        letter-spacing: -0.65px;
        line-height: 56px;
        margin-bottom: 45px; } }
    @media only screen and (min-width: 1200px) {
      .fund-solecki__title {
        letter-spacing: 0px;
        font-size: 56px;
        line-height: 68px;
        margin-bottom: 57px; } }
  .fund-solecki-box {
    margin-bottom: 49px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .fund-solecki-box {
        margin-bottom: 69px;
        width: 50%; }
        .fund-solecki-box:nth-child(2n) {
          padding-right: 15px; }
        .fund-solecki-box:nth-child(2n-1) {
          padding-left: 15px; } }
    @media only screen and (min-width: 1200px) {
      .fund-solecki-box {
        margin-bottom: 58px;
        display: flex;
        flex-direction: row;
        width: 100%; } }
    .fund-solecki-box__image {
      margin-bottom: 40px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .fund-solecki-box__image {
          margin-bottom: 9px; } }
      @media only screen and (min-width: 1200px) {
        .fund-solecki-box__image {
          min-width: 640px;
          max-width: 640px;
          margin-right: 32px; } }
      .fund-solecki-box__image--img {
        width: 100%; }
    .fund-solecki-box__text {
      font-family: "Ubuntu", sans-serif;
      font-size: 13px;
      line-height: 18px;
      color: #000;
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) {
        .fund-solecki-box__text {
          margin-top: 3px; } }
    .fund-solecki-box__value {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 32px;
      line-height: 40px;
      color: #000;
      padding: 6px 0 11px 0;
      border-bottom: 2px solid rgba(177, 183, 192, 0.3);
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .fund-solecki-box__value {
          padding-bottom: 14px; } }
      @media only screen and (min-width: 1200px) {
        .fund-solecki-box__value {
          padding: 5px 0; } }
    .fund-solecki-box__caption {
      font-family: "Ubuntu", sans-serif;
      font-size: 14px;
      line-height: 24px;
      color: #000;
      margin-top: 12px; }
      @media only screen and (min-width: 768px) {
        .fund-solecki-box__caption {
          margin-top: 16px;
          padding-right: 16px; } }
      @media only screen and (min-width: 1200px) {
        .fund-solecki-box__caption {
          font-size: 16px;
          margin-top: 14px; } }

.city-fund-solecki {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 0 16px; }
  @media only screen and (max-width: 767px) {
    .city-fund-solecki .slide-caption p {
      margin-bottom: 0; } }
  .city-fund-solecki .sticky-column-left {
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-fund-solecki .sticky-column-left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .city-fund-solecki .sticky-column-left {
        padding-right: 70px; } }
    @media only screen and (min-width: 1920px) {
      .city-fund-solecki .sticky-column-left {
        padding-bottom: 130px;
        max-width: calc(1140px * 0.43);
        margin-left: calc(50% - (1140px / 2)); } }
  @media only screen and (min-width: 1200px) {
    .city-fund-solecki .column-right {
      position: relative;
      top: 79px;
      margin-bottom: 84px; } }
  @media only screen and (min-width: 1920px) {
    .city-fund-solecki .column-right {
      width: calc(1140px * 0.57 + 50% - (1140px / 2)); } }
  .city-fund-solecki .number-blue {
    display: inline-block;
    width: 40px;
    background: #0564fa;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 26px; }
    @media only screen and (min-width: 1200px) {
      .city-fund-solecki .number-blue {
        margin-bottom: 2px; } }
  .city-fund-solecki__tekst-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-fund-solecki__tekst-sticky {
        font-size: 40px;
        line-height: 48px; } }
    @media only screen and (min-width: 1200px) {
      .city-fund-solecki__tekst-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px; } }
    .city-fund-solecki__tekst-sticky p {
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) {
        .city-fund-solecki__tekst-sticky p {
          margin-left: -2px; } }
  .city-fund-solecki__tekst-right {
    font-size: 18px;
    line-height: 24px;
    color: #000; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-fund-solecki__tekst-right {
        line-height: 32px; } }
    @media only screen and (min-width: 1200px) {
      .city-fund-solecki__tekst-right {
        font-size: 22px;
        line-height: 32px; } }
    @media only screen and (min-width: 1920px) {
      .city-fund-solecki__tekst-right {
        width: calc(1140px * 0.57);
        display: inline-block;
        padding-right: 10px; } }
    .city-fund-solecki__tekst-right b, .city-fund-solecki__tekst-right strong {
      font-family: "Ubuntu", sans-serif;
      font-weight: bold; }
  .city-fund-solecki .grey-spacer {
    margin-top: 48px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-fund-solecki .grey-spacer {
        margin-top: 34px; } }
    @media only screen and (min-width: 1920px) {
      .city-fund-solecki .grey-spacer {
        margin-bottom: 85px;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto; } }

@media only screen and (max-width: 767px) {
  .bar-chart-wrapper {
    max-height: 360px; } }

.city-forecast {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 0 16px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .city-forecast {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .city-forecast {
      padding: 110px 26px 0 26px;
      max-width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .city-forecast {
      padding: 143px 10px 0 10px;
      max-width: 1140px; } }
  .city-forecast .sticky-column-left {
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .city-forecast .sticky-column-left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .city-forecast .sticky-column-left {
        padding-right: 70px; } }
    @media only screen and (min-width: 1920px) {
      .city-forecast .sticky-column-left {
        padding-bottom: 130px; } }
  @media only screen and (min-width: 1200px) {
    .city-forecast .column-right {
      position: relative;
      top: 79px;
      margin-bottom: 63px; } }
  .city-forecast .number-blue {
    display: inline-block;
    width: 40px;
    background: #0564fa;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 26px; }
    @media only screen and (min-width: 1200px) {
      .city-forecast .number-blue {
        margin-bottom: 2px; } }
  .city-forecast__text-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.77px;
    color: #000;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap; }
    @media only screen and (min-width: 768px) {
      .city-forecast__text-sticky {
        font-size: 40px;
        line-height: 48px; } }
    @media only screen and (min-width: 1200px) {
      .city-forecast__text-sticky {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px; } }
    .city-forecast__text-sticky p {
      margin-bottom: 0; }
      @media only screen and (min-width: 1200px) {
        .city-forecast__text-sticky p {
          margin-left: -5px; } }
  .city-forecast__text-right {
    font-size: 18px;
    line-height: 24px;
    color: #000; }
    @media only screen and (min-width: 1200px) {
      .city-forecast__text-right {
        font-size: 22px;
        line-height: 32px; } }
    .city-forecast__text-right b, .city-forecast__text-right strong {
      font-family: "Ubuntu", sans-serif;
      font-weight: bold; }
    .city-forecast__text-right--extra-bold {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 22px;
      line-height: 32px;
      color: #000; }
      @media only screen and (min-width: 768px) {
        .city-forecast__text-right--extra-bold {
          margin-top: 0; } }
      @media only screen and (min-width: 1200px) {
        .city-forecast__text-right--extra-bold {
          font-size: 32px;
          line-height: 40px;
          margin-top: 11px; } }
    .city-forecast__text-right--large {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 40px;
      line-height: 49px;
      letter-spacing: -0.65px; }
      @media only screen and (min-width: 768px) {
        .city-forecast__text-right--large {
          margin-top: 0;
          font-size: 40px;
          line-height: 58px; } }
      @media only screen and (min-width: 1200px) {
        .city-forecast__text-right--large {
          font-size: 64px;
          line-height: 78px;
          letter-spacing: -1.03px;
          margin-bottom: 4px; } }
      @media only screen and (max-width: 1199px) {
        .city-forecast__text-right--large + br {
          display: none; } }
  .city-forecast .see-more {
    display: flex;
    align-items: center;
    height: 64px;
    width: 200px; }
    .city-forecast .see-more .button-nav {
      text-decoration: none; }
  .city-forecast .added-values {
    margin-top: 40px;
    margin-bottom: 40px;
    margin: 40px -11px;
    display: flex;
    flex-flow: row wrap; }
    @media only screen and (min-width: 768px) {
      .city-forecast .added-values {
        margin-top: 32px;
        margin-bottom: 33px; } }
    @media only screen and (min-width: 1200px) {
      .city-forecast .added-values {
        margin-top: 85px;
        margin-bottom: 64px; } }
    @media only screen and (min-width: 1920px) {
      .city-forecast .added-values {
        margin-bottom: 78px; } }
  .city-forecast .bar-chart {
    height: 369px;
    margin: 56px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .city-forecast .bar-chart {
        transform: rotate(90deg);
        height: 100vw;
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 16px 0;
        justify-content: unset; } }
    .city-forecast .bar-chart:before {
      content: ' ';
      display: none;
      position: absolute;
      bottom: -38px;
      left: 0;
      background: url(/static/ncimp/img/man-mobile.db8f67ed8806.png) no-repeat center center;
      width: 52px;
      height: 132px;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .city-forecast .bar-chart:before {
          display: inline-block; } }
    .city-forecast .bar-chart__container {
      width: 304px;
      background: #0564fa;
      position: relative;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      height: 100%;
      transition: height 1s ease-in-out, opacity 1s, opacity 1s;
      opacity: 1;
      visibility: visible; }
      @media only screen and (max-width: 767px) {
        .city-forecast .bar-chart__container {
          max-width: 135px; } }
      .city-forecast .bar-chart__container.hide {
        height: 0 !important;
        transition: height 1s ease-in-out; }
      .city-forecast .bar-chart__container--full {
        background: #071f4a; }
      .city-forecast .bar-chart__container--context {
        padding-bottom: 90px;
        transition: 1s;
        opacity: 0;
        margin-left: 13px; }
        @media only screen and (max-width: 767px) {
          .city-forecast .bar-chart__container--context {
            transform: rotate(-90deg); } }
        .city-forecast .bar-chart__container--context.showing {
          transition-delay: 1s;
          opacity: 1; }
        .city-forecast .bar-chart__container--context.hide {
          visibility: hidden;
          opacity: 0; }
        .city-forecast .bar-chart__container--context .pop-over {
          top: 4px;
          margin-right: 8px; }
      .city-forecast .bar-chart__container--current {
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 767px) {
          .city-forecast .bar-chart__container--current {
            font-size: 14px;
            float: left;
            width: 100%; } }
      .city-forecast .bar-chart__container--percent {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px; }
        @media only screen and (max-width: 767px) {
          .city-forecast .bar-chart__container--percent {
            font-size: 40px;
            line-height: 40px;
            float: left; } }
      .city-forecast .bar-chart__container--value {
        font-size: 32px;
        line-height: 39px; }
        @media only screen and (max-width: 767px) {
          .city-forecast .bar-chart__container--value {
            font-size: 18px;
            line-height: 1.0;
            float: right;
            margin-top: 17px; } }
      @media only screen and (max-width: 767px) {
        .city-forecast .bar-chart__container {
          margin-right: 10px; }
          .city-forecast .bar-chart__container__text {
            position: absolute;
            left: -45px;
            top: -40px;
            width: calc(100vw - 30px); }
            .city-forecast .bar-chart__container__text--bottom {
              top: unset;
              bottom: -155px; } }
  .city-forecast .grey-spacer {
    margin-top: 48px; }
    @media only screen and (min-width: 768px) {
      .city-forecast .grey-spacer {
        margin-top: 42px; } }
    @media only screen and (min-width: 1920px) {
      .city-forecast .grey-spacer {
        margin-bottom: 85px; } }

.added-value {
  margin-top: 40px;
  padding: 0 11px; }
  .added-value > * {
    max-width: 152px; }
  @media only screen and (min-width: 1200px) {
    .added-value {
      margin-top: 64px; }
      .added-value > * {
        max-width: 244px; } }
  .added-value__img {
    height: 88px;
    margin-bottom: 30px; }
    @media only screen and (min-width: 1200px) {
      .added-value__img {
        height: 118px;
        margin-bottom: 36px; } }
    @media only screen and (min-width: 1920px) {
      .added-value__img {
        margin-bottom: 48px; } }
    .added-value__img img {
      max-height: 88px; }
      @media only screen and (min-width: 1200px) {
        .added-value__img img {
          max-height: 118px; } }
  .added-value__category {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000; }
    @media only screen and (min-width: 1200px) {
      .added-value__category {
        font-size: 16px; } }
  .added-value__value {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    word-wrap: break-word;
    color: #0564fa;
    margin-top: 12px; }
    @media only screen and (min-width: 768px) {
      .added-value__value {
        margin-top: 8px; } }
    @media only screen and (min-width: 1200px) {
      .added-value__value {
        font-size: 32px;
        line-height: 39px; } }
  .added-value__description {
    font-size: 14px;
    line-height: 24px;
    color: #000; }
    @media only screen and (min-width: 1200px) {
      .added-value__description {
        font-size: 16px; } }
    @media only screen and (min-width: 1920px) {
      .added-value__description {
        margin-top: 6px; } }

.city-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 105px 16px 65px 16px; }
  @media only screen and (max-width: 767px) {
    .city-summary {
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .city-summary {
      padding: 129px 24px 38px 24px;
      max-width: 100%; } }
  @media only screen and (min-width: 1200px) {
    .city-summary {
      padding: 139px 10px 124px 10px;
      flex-wrap: nowrap;
      max-width: 1140px; } }
  @media only screen and (min-width: 1200px) {
    .city-summary {
      padding-bottom: 131px; } }
  .city-summary .sticky-column-left {
    padding-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .city-summary .sticky-column-left {
        padding-right: 50px; } }
    @media only screen and (min-width: 1200px) {
      .city-summary .sticky-column-left {
        padding-right: 65px; } }
  @media only screen and (min-width: 1920px) {
    .city-summary .column-right {
      padding-right: 80px; } }
  .city-summary__text-sticky {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.77px;
    color: #000; }
    @media only screen and (min-width: 768px) {
      .city-summary__text-sticky {
        font-size: 48px;
        line-height: 56px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-summary__text-sticky br.not-tablet {
        display: none; } }
    @media only screen and (min-width: 1200px) {
      .city-summary__text-sticky {
        font-size: 64px;
        line-height: 70px;
        letter-spacing: -1.03px; }
        .city-summary__text-sticky + br {
          display: none; } }
  .city-summary__text-right {
    font-size: 18px;
    line-height: 24px;
    color: #000; }
    @media only screen and (min-width: 1200px) {
      .city-summary__text-right {
        font-size: 22px;
        line-height: 32px; } }
    .city-summary__text-right b, .city-summary__text-right strong {
      font-family: "Ubuntu", sans-serif;
      font-weight: bold; }
    .city-summary__text-right--smaller {
      font-size: 14px;
      line-height: 24px; }
      @media only screen and (min-width: 1200px) {
        .city-summary__text-right--smaller {
          font-size: 16px; } }
    .city-summary__text-right--attention {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 22px;
      line-height: 27px;
      color: #0564fa;
      margin-top: 38px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 1200px) {
        .city-summary__text-right--attention {
          font-size: 32px;
          line-height: 39px;
          margin-top: 28px; } }
      @media only screen and (min-width: 1920px) {
        .city-summary__text-right--attention {
          margin-bottom: 15px; } }
    .city-summary__text-right--extra-bold {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 32px;
      line-height: 32px;
      color: #000;
      margin-top: 43px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .city-summary__text-right--extra-bold {
          margin-top: 35px; } }
      @media only screen and (min-width: 1200px) {
        .city-summary__text-right--extra-bold {
          margin-top: 58px; } }
      @media only screen and (min-width: 1920px) {
        .city-summary__text-right--extra-bold {
          font-size: 32px;
          line-height: 40px; } }
  .city-summary span.blue {
    color: #0564fa; }

.is-demo .city-summary {
  padding-top: 0;
  padding-bottom: 25px; }
  .is-demo .city-summary .sticky-column-left {
    display: none; }
    @media only screen and (min-width: 1200px) {
      .is-demo .city-summary .sticky-column-left {
        display: block; } }
  .is-demo .city-summary .demo-invitation {
    margin-bottom: 50px; }
    @media only screen and (min-width: 1200px) {
      .is-demo .city-summary .demo-invitation {
        margin-bottom: 95px;
        font-size: 22px;
        line-height: 32px; } }
    .is-demo .city-summary .demo-invitation .big {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: bold;
      margin: 25px 0 50px; }
      @media only screen and (min-width: 1200px) {
        .is-demo .city-summary .demo-invitation .big {
          font-size: 32px;
          line-height: 40px;
          margin: 35px 0 75px; } }
  .is-demo .city-summary .describe {
    font-size: 14px;
    color: #b1b7c0; }
    .is-demo .city-summary .describe a {
      font-size: 14px;
      text-decoration: underline; }

.city-incomes {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 64px 16px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .city-incomes {
      padding: 84px 2px 0 3px; } }
  @media only screen and (max-width: 767px) {
    .city-incomes {
      padding-top: 0;
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .city-incomes .city-incomes {
      padding: 0;
      width: 100%; } }
  .city-incomes .block-text--break-income-pit {
    max-width: 380px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-incomes .block-text--break-income-pit {
        max-width: unset; } }
  .city-incomes .block-text.mt-65 {
    margin-top: 30px; }
  .city-incomes .box-budget__right .type-budget-info {
    display: none;
    font-family: "Ubuntu", sans-serif;
    font-size: 11px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-incomes .box-budget__right .type-budget-info {
        display: block;
        margin-top: 40px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .city-incomes .box-budget__right .type-budget-info {
        display: none;
        margin-top: 60px; } }
  .city-incomes .box-budget__right .type-budget-boxes {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .city-incomes .box-budget__right .type-budget-boxes {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px; } }
    .city-incomes .box-budget__right .type-budget-boxes__box {
      width: 272px;
      height: 224px;
      float: left;
      margin-top: 70px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .city-incomes .box-budget__right .type-budget-boxes__box {
          width: 33%;
          padding-right: 30px;
          word-break: break-word;
          margin-top: 40px; } }
      @media only screen and (max-width: 767px) {
        .city-incomes .box-budget__right .type-budget-boxes__box {
          width: calc(50% - 20px);
          float: left;
          margin-top: 15px; } }
      .city-incomes .box-budget__right .type-budget-boxes__box:nth-of-type(odd) {
        margin-right: 84px; }
        @media only screen and (max-width: 767px) {
          .city-incomes .box-budget__right .type-budget-boxes__box:nth-of-type(odd) {
            margin-right: 40px; } }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .city-incomes .box-budget__right .type-budget-boxes__box:nth-of-type(odd) {
            margin-right: 0; } }
      .city-incomes .box-budget__right .type-budget-boxes__box__image {
        width: 224px;
        height: 112px;
        position: relative; }
        .city-incomes .box-budget__right .type-budget-boxes__box__image img {
          max-height: 112px;
          max-width: 224px; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__image {
            width: 157px;
            height: 88px; }
            .city-incomes .box-budget__right .type-budget-boxes__box__image img {
              max-height: 88px;
              max-width: 157px; } }
        @media only screen and (max-width: 767px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__image {
            width: 147px;
            height: 88px;
            margin-left: -8px; }
            .city-incomes .box-budget__right .type-budget-boxes__box__image img {
              max-height: 82px;
              max-width: 147px; } }
        .city-incomes .box-budget__right .type-budget-boxes__box__image .pop-over {
          position: absolute;
          left: 0;
          top: 0; }
          .city-incomes .box-budget__right .type-budget-boxes__box__image .pop-over .info-ico {
            display: none; }
            @media only screen and (min-width: 1200px) {
              .city-incomes .box-budget__right .type-budget-boxes__box__image .pop-over .info-ico {
                display: block; } }
      .city-incomes .box-budget__right .type-budget-boxes__box__title {
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #000000;
        margin-top: 5px; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__title {
            margin-top: 15px;
            font-size: 12px;
            line-height: 2; } }
        @media only screen and (max-width: 767px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__title {
            font-size: 12px;
            line-height: 2; } }
      .city-incomes .box-budget__right .type-budget-boxes__box__bold-blue {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #0564fa;
        transition: 0.3s; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__bold-blue {
            font-size: 16px;
            margin-top: 10px; } }
        @media only screen and (max-width: 767px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__bold-blue {
            font-size: 16px; } }
      .city-incomes .box-budget__right .type-budget-boxes__box__bold-percent {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        color: #000000; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__bold-percent {
            font-size: 12px;
            line-height: 1.33;
            margin-top: 8px; } }
        @media only screen and (max-width: 767px) {
          .city-incomes .box-budget__right .type-budget-boxes__box__bold-percent {
            font-size: 12px;
            line-height: 1.33; } }
  .city-incomes .box-budget__right .describe {
    line-height: 24px;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    color: #000000;
    float: left;
    margin-top: 60px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .city-incomes .box-budget__right .describe {
        margin: 0; } }

.mt-20 {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .mt-20 {
      margin-top: 10px; } }

.mt-65 {
  margin-top: 65px; }
  @media only screen and (max-width: 767px) {
    .mt-65 {
      margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .budgets-city .city-expanses .block-text {
    margin-top: -3px;
    margin-bottom: 0; } }

@media only screen and (min-width: 1200px) {
  .budgets-city .city-expanses .block-text .limit-width {
    width: 446px; } }

@media only screen and (max-width: 767px) {
  .budgets-city .city-expanses .block-text.mt-65 {
    margin-top: 30px; } }

.city-expanses {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 64px 16px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .city-expanses {
      padding-top: 25px;
      padding-bottom: 30px; } }
  .city-expanses .progress-percent {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 152px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-expanses .progress-percent {
        max-height: 550px;
        padding-bottom: 79px; } }
    @media only screen and (max-width: 767px) {
      .city-expanses .progress-percent {
        max-height: 490px;
        padding: 0;
        margin-bottom: 88px;
        margin-top: 20px; } }
    @media only screen and (max-width: 1199px) {
      .city-expanses .progress-percent {
        height: 100vh; } }
    .city-expanses .progress-percent__left, .city-expanses .progress-percent__right {
      float: left;
      height: 256px; }
      @media only screen and (max-width: 1199px) {
        .city-expanses .progress-percent__left, .city-expanses .progress-percent__right {
          height: 100%;
          width: 100%; } }
      .city-expanses .progress-percent__left__text, .city-expanses .progress-percent__right__text {
        padding-top: 38px;
        padding-left: 55px; }
        @media only screen and (max-width: 767px) {
          .city-expanses .progress-percent__left__text, .city-expanses .progress-percent__right__text {
            padding-top: 16px;
            padding-left: 16px; } }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .city-expanses .progress-percent__left__text, .city-expanses .progress-percent__right__text {
            padding-top: 20px;
            padding-left: 25px; } }
        .city-expanses .progress-percent__left__text--topic, .city-expanses .progress-percent__right__text--topic {
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: bold;
          line-height: 28px;
          color: #ffffff; }
          @media only screen and (max-width: 767px) {
            .city-expanses .progress-percent__left__text--topic, .city-expanses .progress-percent__right__text--topic {
              font-size: 14px;
              line-height: 1.71; } }
        .city-expanses .progress-percent__left__text--percent, .city-expanses .progress-percent__right__text--percent {
          font-family: "Montserrat", sans-serif;
          font-size: 64px;
          font-weight: bold;
          line-height: 1.25;
          letter-spacing: -1px;
          margin-top: 10px;
          margin-bottom: 10px;
          color: #ffffff; }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            .city-expanses .progress-percent__left__text--percent, .city-expanses .progress-percent__right__text--percent {
              font-size: 48px;
              line-height: 48px;
              margin: 5px 0 0 0; } }
          @media only screen and (max-width: 767px) {
            .city-expanses .progress-percent__left__text--percent, .city-expanses .progress-percent__right__text--percent {
              font-size: 40px;
              line-height: 1.2;
              letter-spacing: -0.6px;
              color: #ffffff;
              margin: 0; } }
        .city-expanses .progress-percent__left__text--value, .city-expanses .progress-percent__right__text--value {
          font-family: "Montserrat", sans-serif;
          font-size: 32px;
          font-weight: bold;
          color: #ffffff; }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            .city-expanses .progress-percent__left__text--value, .city-expanses .progress-percent__right__text--value {
              font-size: 22px; } }
          @media only screen and (max-width: 767px) {
            .city-expanses .progress-percent__left__text--value, .city-expanses .progress-percent__right__text--value {
              font-size: 22px; } }
    .city-expanses .progress-percent__left {
      background: #5897fb;
      max-width: 70%;
      min-width: 30%; }
      @media only screen and (max-width: 767px) {
        .city-expanses .progress-percent__left {
          max-width: unset;
          min-width: unset;
          max-height: 65%;
          min-height: 35%; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .city-expanses .progress-percent__left {
          max-width: unset;
          min-width: unset;
          max-height: 65%;
          min-height: 35%; } }
    .city-expanses .progress-percent__right {
      background: #0564fa;
      min-width: 30%;
      max-width: 70%; }
      @media only screen and (max-width: 767px) {
        .city-expanses .progress-percent__right {
          min-width: unset;
          max-width: unset;
          max-height: 65%;
          min-height: 35%;
          display: flex;
          align-items: center; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .city-expanses .progress-percent__right {
          min-width: unset;
          max-width: unset;
          max-height: 65%;
          min-height: 35%; } }
      @media only screen and (max-width: 767px) {
        .city-expanses .progress-percent__right .progress-percent__right__text {
          padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .city-expanses .bold-blue {
      margin-top: 3px; } }

.is-demo .city-expanses {
  margin-bottom: 40px; }
  @media only screen and (min-width: 1200px) {
    .is-demo .city-expanses {
      margin-bottom: 0;
      padding-bottom: 0; } }

.city-taxes-container {
  margin: 150px 0 0;
  flex-flow: row wrap;
  align-items: baseline;
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .city-taxes-container {
      margin: 30px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .city-taxes-container {
      margin: 20px 0 0;
      padding: 0; } }
  .city-taxes-container.w-100 {
    max-width: 100%;
    flex-flow: column; }
    @media only screen and (min-width: 1920px) {
      .city-taxes-container.w-100 {
        padding-right: 17px;
        padding-left: 48px; } }
  .city-taxes-container .block-text {
    float: none; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-taxes-container .block-text {
        font-size: 18px;
        line-height: 1.33; } }
    @media only screen and (max-width: 767px) {
      .city-taxes-container .block-text {
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 0; } }
    .city-taxes-container .block-text--position-fix {
      margin-top: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-taxes-container .block-text > div {
        float: none; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .city-taxes-container .block-text .bold-blue {
        font-size: 40px;
        line-height: 1.3; } }
    .city-taxes-container .block-text__subtitle {
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      color: #000000;
      margin: 60px 0 120px 0; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .city-taxes-container .block-text__subtitle {
          margin: 25px 0 10px 0;
          font-size: 22px;
          line-height: 1.45; } }
      @media only screen and (max-width: 767px) {
        .city-taxes-container .block-text__subtitle {
          font-family: "Montserrat", sans-serif;
          font-size: 22px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.45;
          letter-spacing: normal;
          color: #000000;
          margin: 40px 0 50px; } }
  .city-taxes-container .advanced__switch {
    font-size: 16px;
    line-height: 24px;
    color: #b1b7c0;
    margin-bottom: 27px;
    display: inline-flex; }
    .city-taxes-container .advanced__switch__text {
      text-decoration: underline; }
    .city-taxes-container .advanced__switch__arrow {
      width: 30px;
      height: 20px;
      position: relative;
      white-space: nowrap;
      display: block;
      transition: 0.5s;
      transform: translateY(-2px);
      margin-left: 7px; }
      .city-taxes-container .advanced__switch__arrow:before {
        content: ' ';
        width: 14px;
        position: absolute;
        left: 4px;
        top: 14px;
        height: 3px;
        background: #b1b7c0;
        transform: rotate(45deg); }
      .city-taxes-container .advanced__switch__arrow:after {
        content: ' ';
        width: 14px;
        position: absolute;
        right: 4px;
        top: 14px;
        height: 3px;
        background: #b1b7c0;
        transform: rotate(-45deg); }
    .city-taxes-container .advanced__switch:hover .advanced__switch__text {
      color: #00122d; }
    .city-taxes-container .advanced__switch:hover .advanced__switch__arrow:before, .city-taxes-container .advanced__switch:hover .advanced__switch__arrow:after {
      background: #00122d; }
  .city-taxes-container .advanced__settings {
    display: none;
    margin-bottom: 33px; }
    .city-taxes-container .advanced__settings__checkbox {
      margin-bottom: 16px; }
      .city-taxes-container .advanced__settings__checkbox:last-child {
        margin-bottom: 0; }
      .city-taxes-container .advanced__settings__checkbox .pretty.p-icon {
        position: relative; }
        .city-taxes-container .advanced__settings__checkbox .pretty.p-icon .state {
          display: flex;
          width: 100%;
          align-items: center; }
          .city-taxes-container .advanced__settings__checkbox .pretty.p-icon .state .icon {
            margin-top: 0;
            width: 24px;
            height: 24px;
            transform: translateY(2px);
            transform: translateY(2px) scale(0.9); }
          .city-taxes-container .advanced__settings__checkbox .pretty.p-icon .state label {
            font-size: 18px;
            line-height: 28px;
            color: #00122d;
            display: flex;
            align-items: center; }
            .city-taxes-container .advanced__settings__checkbox .pretty.p-icon .state label .virtual_check, .city-taxes-container .advanced__settings__checkbox .pretty.p-icon .state label:before, .city-taxes-container .advanced__settings__checkbox .pretty.p-icon .state label:after {
              margin-top: 0;
              width: 24px;
              height: 24px;
              transform: translateY(2px);
              margin-right: 12px;
              border-width: 3px; }
        .city-taxes-container .advanced__settings__checkbox .pretty.p-icon .pop-over {
          position: absolute;
          top: -3px;
          right: -30px; }
  .city-taxes-container .advanced.is-active .advanced__switch__arrow {
    transform: rotate(-180deg) translateY(-7px); }
  .city-taxes-container .advanced.is-active .advanced__settings {
    display: block; }

#city-taxes-calc {
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    #city-taxes-calc .grey-spacer {
      margin-top: 10px; } }
  #city-taxes-calc #calculationInfo {
    position: absolute;
    top: 5px;
    right: 5px; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .desktop-only {
    display: none; } }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none; } }

.box-budget__left__text__subtitle {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .box-budget__left__text__subtitle {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .box-budget__left__text__subtitle {
      display: none; } }

.taxes-for-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .taxes-for-mobile {
      display: block;
      background: url(/static/ncimp/img/main-img.64776a455079.png) no-repeat center center;
      width: 100%;
      height: 167px;
      background-size: contain;
      margin-bottom: 20px; } }

.taxes-image-container {
  background: url(/static/ncimp/img/main-img.64776a455079.png) no-repeat right center;
  display: flex;
  flex: 1;
  background-size: contain;
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .taxes-image-container {
      background-position: center top;
      margin-top: 70px; } }
  .taxes-image-container__text-box {
    height: 624px;
    width: 43%;
    background-color: #0564fa;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #ffffff;
    justify-content: center;
    flex-direction: column;
    padding-left: 109px;
    display: flex; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .taxes-image-container__text-box br {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .taxes-image-container__text-box {
        margin-top: 340px;
        margin-bottom: 30px;
        height: auto;
        padding: 50px 20px;
        width: 100%;
        font-size: 48px;
        line-height: 1.25;
        letter-spacing: -0.8px; } }
    @media only screen and (max-width: 767px) {
      .taxes-image-container__text-box {
        width: 100%;
        height: auto;
        font-family: "Montserrat", sans-serif;
        font-size: 40px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: -0.6px;
        color: #ffffff;
        padding: 30px; } }

.taxes-dropdown {
  position: relative;
  margin-bottom: 24px; }
  .taxes-dropdown.active .taxes-dropdown__list {
    opacity: 1;
    visibility: visible; }
  .taxes-dropdown.active i.togler {
    transform: rotate(180deg);
    top: 8px; }
  .taxes-dropdown__text {
    font-family: "Ubuntu", sans-serif;
    line-height: 1.45;
    font-size: 20px;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .taxes-dropdown__text {
        font-size: 18px;
        display: inline-block; } }
    .taxes-dropdown__text span {
      font-weight: bold;
      color: #000000;
      margin-left: 7px;
      cursor: pointer; }
    .taxes-dropdown__text i.togler {
      width: 30px;
      height: 20px;
      position: relative;
      margin-left: 8px;
      white-space: nowrap;
      display: inline-block;
      top: 0;
      transition: 0.5s; }
      .taxes-dropdown__text i.togler:before {
        content: ' ';
        width: 14px;
        position: absolute;
        left: 4px;
        top: 14px;
        height: 3px;
        background: #000;
        transform: rotate(45deg); }
      .taxes-dropdown__text i.togler:after {
        content: ' ';
        width: 14px;
        position: absolute;
        right: 4px;
        top: 14px;
        height: 3px;
        background: #000;
        transform: rotate(-45deg); }
  .taxes-dropdown__list {
    position: absolute;
    list-style-type: none;
    z-index: 10;
    background-color: #fff;
    right: 0;
    top: 47px;
    border-radius: 2px;
    box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
    padding: 0 25px 8px 25px;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s ease; }
    @media only screen and (max-width: 767px) {
      .taxes-dropdown__list {
        padding: 0 10px 8px 10px;
        top: 60px; } }
    .taxes-dropdown__list li {
      padding: 17px 0;
      font-family: "Ubuntu", sans-serif;
      font-size: 22px;
      line-height: 32px;
      font-weight: bold;
      color: #b1b7c0;
      border-bottom: 1px solid #b1b7c0;
      transition: color .3s ease;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .taxes-dropdown__list li {
          padding: 10px 0;
          font-size: 18px; } }
      .taxes-dropdown__list li:hover {
        color: #87a9fa; }
      .taxes-dropdown__list li:last-child {
        border-bottom: none; }

.taxes-blue-box {
  display: flex;
  padding: 38px 18px;
  margin-top: 40px;
  background-color: #0564fa;
  position: relative;
  margin-bottom: 72px; }
  @media only screen and (max-width: 767px) {
    .taxes-blue-box {
      margin-left: -15px;
      width: calc(100% + 30px);
      padding: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .taxes-blue-box {
      display: none; } }
  .taxes-blue-box__text {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    padding-right: 250px; }
    @media only screen and (max-width: 767px) {
      .taxes-blue-box__text {
        font-size: 14px;
        line-height: 1.71;
        color: #ffffff;
        width: 48%;
        display: inline-block;
        padding-right: 1%; } }
  .taxes-blue-box__price {
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    width: 230px;
    position: absolute;
    right: 28px;
    top: 35px;
    text-align: right;
    white-space: nowrap; }
    @media only screen and (max-width: 767px) {
      .taxes-blue-box__price {
        position: relative;
        right: 0;
        top: 0;
        width: 48%;
        display: inline-block; } }
    @media only screen and (max-width: 767px) {
      .taxes-blue-box__price {
        font-size: 40px;
        font-weight: bold;
        color: #ffffff; } }

.taxes-calculation-disclaimer {
  font-size: 13px;
  line-height: 20px;
  color: #00122d;
  margin: -60px 0 88px; }

.taxes-modal-blue-slider {
  z-index: 10; }

.taxes-boxes {
  position: relative; }

.taxes-bottom-text {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-top: 75px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .taxes-bottom-text {
      margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    .taxes-bottom-text {
      margin-top: 30px;
      margin-bottom: -15px; } }
  .taxes-bottom-text a {
    text-decoration: underline; }

.taxes-boxes-wrapper {
  display: block;
  padding-bottom: 54px;
  position: relative;
  background: #FFF;
  width: auto; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .taxes-boxes-wrapper {
      padding-bottom: 30px; } }
  .taxes-boxes-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0 solid;
    border-radius: 0 !important;
    background-color: #000;
    color: #fff;
    line-height: 37px;
    text-align: center;
    font-size: 30px;
    margin-left: 2px; }
    .taxes-boxes-wrapper .slick-arrow:focus {
      box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0); }
    .taxes-boxes-wrapper .slick-arrow.slick-prev:after, .taxes-boxes-wrapper .slick-arrow.slick-next:after {
      content: ' ';
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      margin-left: -7px;
      width: 12px;
      height: 17px; }
    .taxes-boxes-wrapper .slick-arrow.slick-prev {
      position: absolute;
      right: 42px;
      bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .taxes-boxes-wrapper .slick-arrow.slick-prev {
          right: 45px; } }
      .taxes-boxes-wrapper .slick-arrow.slick-prev:after {
        background: url(/static/ncimp/img/slick-arrow-prev.e7cfd328b95d.png) center no-repeat;
        background-size: contain; }
    .taxes-boxes-wrapper .slick-arrow.slick-next {
      position: absolute;
      right: 0;
      bottom: 0;
      color: transparent; }
      .taxes-boxes-wrapper .slick-arrow.slick-next:after {
        background: url(/static/ncimp/img/slick-arrow-prev.e7cfd328b95d.png) center no-repeat;
        background-size: contain;
        transform: rotate(180deg);
        margin-left: -5px; }
  .taxes-boxes-wrapper .slick-dots {
    list-style-type: none;
    padding: 0;
    width: 100%;
    display: flex; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .taxes-boxes-wrapper .slick-dots {
        display: none !important; } }
    .taxes-boxes-wrapper .slick-dots li {
      flex: 1;
      color: transparent; }
      .taxes-boxes-wrapper .slick-dots li.slick-active button {
        background-color: #0564fa; }
      .taxes-boxes-wrapper .slick-dots li button {
        font-size: 0;
        width: 100%;
        display: block;
        padding: 0;
        height: 2px;
        background-color: rgba(177, 183, 192, 0.3);
        transition: background-color .3s ease; }
        .taxes-boxes-wrapper .slick-dots li button:hover {
          background-color: #73ADFF; }

.tax-slider-counter {
  position: absolute;
  right: 97px;
  bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000000; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .tax-slider-counter {
      right: 100px;
      bottom: 4px; } }

.tax-small-box {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  position: relative;
  padding-right: 20px;
  display: flex !important;
  flex-direction: column; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .tax-small-box {
      margin-bottom: 45px;
      padding-right: 50px;
      padding-left: 50px; } }
  @media only screen and (max-width: 767px) {
    .tax-small-box {
      float: none;
      padding-left: 9%; } }
  .tax-small-box .pop-over {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    .tax-small-box .pop-over .info-ico {
      display: none; }
      @media only screen and (min-width: 1200px) {
        .tax-small-box .pop-over .info-ico {
          display: block; } }
  .tax-small-box:hover .tax-small-box__image img {
    transform: scale(1.1); }
  .tax-small-box:hover .tax-small-box__amount {
    color: #000; }
  .tax-small-box__image {
    width: 176px;
    height: 112px;
    cursor: pointer;
    margin-bottom: 14px; }
    .tax-small-box__image img {
      max-width: 176px;
      max-height: 112px;
      transform: scale(1);
      transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 1); }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .tax-small-box__image {
        width: 132px;
        height: 82px; }
        .tax-small-box__image img {
          max-width: 132px;
          max-height: 82px; } }
    @media only screen and (max-width: 767px) {
      .tax-small-box__image {
        width: 132px;
        height: 82px;
        padding-right: 10px; }
        .tax-small-box__image img {
          max-width: 132px;
          max-height: 82px; } }
  .tax-small-box__title {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    overflow: hidden;
    margin-bottom: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .tax-small-box__title {
        margin-top: 8px;
        line-height: 1.7;
        font-size: 14px;
        height: 46px; } }
    @media only screen and (max-width: 767px) {
      .tax-small-box__title {
        padding-right: 10px;
        font-size: 14px;
        line-height: 1.7;
        height: 69px; } }
  .tax-small-box__amount {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #0564fa;
    transition: 0.3s; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .tax-small-box__amount {
        font-size: 22px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 767px) {
      .tax-small-box__amount {
        font-size: 22px;
        margin-bottom: 5px; } }
  .tax-small-box__subtitle {
    font-size: 13px;
    line-height: 1.38;
    color: #000000; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .tax-small-box__subtitle {
        margin-bottom: 5px;
        line-height: 1.6;
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .tax-small-box__subtitle {
        margin-bottom: 5px;
        line-height: 1.6;
        font-size: 11px; } }
  .tax-small-box__total-cost {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000000; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .tax-small-box__total-cost {
        line-height: 1.15;
        font-size: 14px; } }
    @media only screen and (max-width: 767px) {
      .tax-small-box__total-cost {
        line-height: 1.15;
        font-size: 14px;
        padding-right: 10px; } }

.custom-range-input {
  padding-top: 75px;
  position: relative; }
  .custom-range-input span {
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #0564fa;
    position: absolute;
    left: 0;
    top: 0; }
    .custom-range-input span:after {
      content: 'z\142';
      right: 0;
      bottom: 0;
      margin-left: 13px; }
  .custom-range-input input[type=range] {
    height: 54px;
    -webkit-appearance: none;
    width: 100%;
    padding: 0; }
  .custom-range-input input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #d7dade;
    border-radius: 1px;
    border: 0px solid #D7DADE; }
  .custom-range-input input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000031;
    border: 10px solid #0564FA;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -18px; }
  .custom-range-input input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d7dade; }
  .custom-range-input input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #d7dade;
    border-radius: 1px;
    border: 0px solid #D7DADE; }
  .custom-range-input input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000031;
    border: 10px solid #0564fa;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer; }
  .custom-range-input input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .custom-range-input input[type=range]::-ms-fill-lower {
    background: #d7dade;
    border: 0px solid #D7DADE;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000; }
  .custom-range-input input[type=range]::-ms-fill-upper {
    background: #d7dade;
    border: 0px solid #D7DADE;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000; }
  .custom-range-input input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000031;
    border: 10px solid #0564fa;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    background: #FFFFFF;
    cursor: pointer; }
  .custom-range-input input[type=range]:focus::-ms-fill-lower {
    background: #d7dade; }
  .custom-range-input input[type=range]:focus::-ms-fill-upper {
    background: #d7dade; }

.taxes-modal-slider .slick-prev, .taxes-modal-slider .slick-next {
  position: absolute;
  font-size: 0;
  left: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 10000;
  background: #000;
  top: 110px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .taxes-modal-slider .slick-prev, .taxes-modal-slider .slick-next {
      top: 85px; } }
  @media only screen and (max-width: 767px) {
    .taxes-modal-slider .slick-prev, .taxes-modal-slider .slick-next {
      top: auto;
      left: 20px;
      bottom: 75px;
      transform: translateY(0); } }

@media only screen and (max-width: 767px) {
  .taxes-modal-slider .slick-prev {
    top: 587px; } }

.taxes-modal-slider .slick-prev:after {
  content: ' ';
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  margin-top: 14px;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 11px; }

.taxes-modal-slider .slick-next {
  left: auto;
  right: 0; }
  @media only screen and (max-width: 767px) {
    .taxes-modal-slider .slick-next {
      right: 20px;
      top: 587px; } }
  .taxes-modal-slider .slick-next:after {
    content: ' ';
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    margin-top: 14px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 11px; }

.taxes-modal-slider__separator {
  height: 2px;
  opacity: 0.3;
  background-color: #b1b7c0;
  position: absolute;
  bottom: 49px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  max-width: 600px; }
  @media only screen and (max-width: 767px) {
    .taxes-modal-slider__separator {
      display: none; } }

.taxes-modal-slider__top-white {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .taxes-modal-slider__top-white {
      flex-wrap: wrap; } }
  .taxes-modal-slider__top-white__next-slide-label {
    font-family: "Ubuntu", sans-serif;
    top: 110px;
    right: 40px;
    position: absolute;
    font-size: 10px;
    line-height: 1.3;
    text-align: right;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #b1b7c0;
    height: 40px;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .taxes-modal-slider__top-white__next-slide-label {
        top: 85px;
        max-width: 100px; } }
    @media only screen and (max-width: 767px) {
      .taxes-modal-slider__top-white__next-slide-label {
        top: 587px;
        right: 60px;
        max-width: 200px; } }
  .taxes-modal-slider__top-white__image {
    width: 278px;
    height: 177px;
    position: relative;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .taxes-modal-slider__top-white__image {
        margin: 0 auto 95px auto;
        display: block;
        width: 100%; }
        .taxes-modal-slider__top-white__image:after {
          content: ' ';
          height: 2px;
          background: rgba(177, 183, 192, 0.3);
          width: calc(100% - 40px);
          margin-left: 20px;
          position: absolute;
          bottom: -18px;
          left: 0; } }
    .taxes-modal-slider__top-white__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .taxes-modal-slider__top-white__text {
    display: inline-block;
    vertical-align: top;
    width: 262px; }
    @media only screen and (max-width: 767px) {
      .taxes-modal-slider__top-white__text {
        margin: 0 20px;
        padding-bottom: 100px; } }
    .taxes-modal-slider__top-white__text__title {
      font-family: "Montserrat", sans-serif;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.25;
      color: #000000; }
    .taxes-modal-slider__top-white__text__subtitle {
      font-family: "Montserrat", sans-serif;
      font-size: 32px;
      font-weight: bold;
      color: #0564fa; }
    .taxes-modal-slider__top-white__text__label {
      font-family: "Ubuntu", sans-serif;
      font-size: 13px;
      line-height: 1.38;
      color: #000000;
      margin-bottom: 6px; }
    .taxes-modal-slider__top-white__text__amount {
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      color: #000000;
      margin-bottom: 15px; }

.taxes-modal-slider__bottom-blue {
  background-color: #0564fa; }

.taxes-subgroup-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: calc(100% + 100px);
  bottom: calc(100% + 10px);
  left: -50px;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 30px 40px;
  transition: visibility .3s, opacity .3s ease;
  box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
  pointer-events: none; }
  .taxes-subgroup-tooltip p {
    margin-bottom: 0; }
  .taxes-subgroup-tooltip:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .taxes-subgroup-tooltip.active {
    opacity: 1;
    visibility: visible; }
  .taxes-subgroup-tooltip__spends {
    display: flex;
    flex-wrap: wrap; }
    .taxes-subgroup-tooltip__spends.show-separator {
      border-bottom: 1px solid #b1b7c0;
      margin-bottom: 18px;
      padding-bottom: 18px; }
    .taxes-subgroup-tooltip__spends__label {
      font-family: "Ubuntu", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      color: #000000; }
    .taxes-subgroup-tooltip__spends__amount {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      text-align: right;
      color: #000000;
      margin-left: auto; }
  .taxes-subgroup-tooltip__description {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000; }

.taxes-bottom-groups-container {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 60px 80px;
  grid-gap: 33px 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .taxes-bottom-groups-container {
      grid-template-columns: 1fr 1fr;
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .taxes-bottom-groups-container {
      padding: 30px 20px;
      display: block !important; } }
  .taxes-bottom-groups-container .empty-text {
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5); }

.taxes-modal-slider-bottom-group {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .taxes-modal-slider-bottom-group {
      margin-bottom: 33px;
      max-width: 275px; } }
  .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__title,
  .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__subtitle,
  .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__label,
  .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__amount, .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__title,
  .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__subtitle,
  .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__label,
  .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__amount {
    color: #000;
    cursor: pointer; }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__title,
      .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__subtitle,
      .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__label,
      .taxes-modal-slider-bottom-group.has-tooltip:hover .taxes-modal-slider-bottom-group__amount, .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__title,
      .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__subtitle,
      .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__label,
      .taxes-modal-slider-bottom-group.has-tooltip.active .taxes-modal-slider-bottom-group__amount {
        color: #ffffff; } }
  .taxes-modal-slider-bottom-group__title {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    transition: color .3s ease; }
  .taxes-modal-slider-bottom-group__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    transition: color .3s ease; }
  .taxes-modal-slider-bottom-group__label {
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    line-height: 1.38;
    color: #ffffff;
    transition: color .3s ease; }
  .taxes-modal-slider-bottom-group__amount {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    transition: color .3s ease; }

.taxes-modal {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: visibitlity .3s, opacity .3s ease;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .taxes-modal {
      overflow: scroll; } }
  .taxes-modal.active {
    opacity: 1;
    visibility: visible; }
  .taxes-modal__scroll-container {
    position: absolute;
    height: 100%;
    width: 100%; }
  .taxes-modal__inner {
    margin: 50px auto;
    position: relative;
    border-radius: 2px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0 0 30px rgba(51, 57, 75, 0.2); }
  .taxes-modal__container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
    .taxes-modal__container.fund-solecki {
      background: #fff; }
    .taxes-modal__container--side-padding {
      padding: 0 38px; }
      @media only screen and (max-width: 767px) {
        .taxes-modal__container--side-padding {
          padding: 0; } }
    .taxes-modal__container--sizer {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
      .taxes-modal__container--sizer .slick-list.draggable {
        overflow: visible !important; }
    .taxes-modal__container__title {
      padding: 50px 0 30px 0;
      font-family: "Montserrat", sans-serif;
      font-size: 56px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: -0.6px;
      color: #000000;
      display: inline-block; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .taxes-modal__container__title {
          margin-left: 20px;
          max-width: 350px;
          display: block;
          font-size: 40px;
          line-height: 1.2; } }
      @media only screen and (max-width: 767px) {
        .taxes-modal__container__title {
          padding: 50px 70px 30px 20px;
          font-size: 40px;
          line-height: 1.2;
          display: block;
          width: 350px; } }
    .taxes-modal__container__subtitle {
      display: inline-block;
      margin-left: 50px;
      font-family: "Ubuntu", sans-serif;
      font-size: 16px;
      line-height: 1.5;
      color: #000000;
      max-width: 425px;
      margin-bottom: 72px; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .taxes-modal__container__subtitle {
          margin-left: 20px;
          max-width: 300px; } }
      @media only screen and (max-width: 767px) {
        .taxes-modal__container__subtitle {
          margin-bottom: 40px;
          margin-left: 20px; } }
      .taxes-modal__container__subtitle span {
        font-weight: bold; }
  .taxes-modal__close {
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 10000;
    top: 30px;
    right: 30px;
    background: rgba(177, 183, 192, 0);
    cursor: pointer;
    transition: background-color .3s ease; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .taxes-modal__close {
        top: 20px;
        right: 20px; } }
    @media only screen and (max-width: 767px) {
      .taxes-modal__close {
        top: 12px;
        right: 12px; } }
    .taxes-modal__close:hover {
      background: rgba(177, 183, 192, 0.1); }
    .taxes-modal__close:before {
      content: ' ';
      background: #b1b7c0;
      height: 2px;
      width: 40px;
      position: absolute;
      left: 12px;
      top: 32px;
      transform: rotate(45deg);
      transform-origin: center; }
    .taxes-modal__close:after {
      content: ' ';
      background: #b1b7c0;
      height: 2px;
      width: 40px;
      position: absolute;
      left: 12px;
      top: 32px;
      transform: rotate(-45deg);
      transform-origin: center; }

.slick-slide > div {
  display: flex; }

.city-investments {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  padding: 84px 16px 64px 16px; }
  @media only screen and (max-width: 767px) {
    .city-investments {
      padding-top: 24px; } }
  @media only screen and (max-width: 767px) {
    .city-investments .see-more {
      margin-bottom: -10px; } }
  .city-investments .type-of-budget {
    width: 100%;
    float: left;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .city-investments .type-of-budget {
        display: flex;
        flex-flow: column;
        margin-top: 30px; } }
    .city-investments .type-of-budget__block {
      float: left; }
      @media only screen and (max-width: 767px) {
        .city-investments .type-of-budget__block {
          display: block;
          margin-bottom: 25px; } }
      .city-investments .type-of-budget__block__txt {
        width: 100%; }
        .city-investments .type-of-budget__block__txt__value {
          width: 100%; }
          @media only screen and (max-width: 767px) {
            .city-investments .type-of-budget__block__txt__value {
              height: 15px; } }
          .city-investments .type-of-budget__block__txt__value--normal {
            font-family: "Ubuntu", sans-serif;
            font-size: 13px;
            line-height: 1.38;
            color: #000000;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            @media only screen and (max-width: 767px) {
              .city-investments .type-of-budget__block__txt__value--normal {
                overflow: visible; } }
          .city-investments .type-of-budget__block__txt__value--bold {
            font-weight: bold;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            line-height: 1;
            color: #000000; }
      .city-investments .type-of-budget__block__bar {
        margin-top: 15px;
        width: 100%;
        height: 24px; }
        .city-investments .type-of-budget__block__bar--grey {
          background-color: rgba(177, 183, 192, 0.34);
          transition: 0.3s; }
          .city-investments .type-of-budget__block__bar--grey:hover {
            background-color: #6f83ff; }
        .city-investments .type-of-budget__block__bar--lightgrey {
          background-color: rgba(177, 183, 192, 0.2);
          transition: 0.3s; }
          .city-investments .type-of-budget__block__bar--lightgrey:hover {
            background-color: #6f83ff; }
      .city-investments .type-of-budget__block.active .type-of-budget__block__txt .type-of-budget__block__txt__value.type-of-budget__block__txt__value--normal, .city-investments .type-of-budget__block.active .type-of-budget__block__txt .type-of-budget__block__txt__value.type-of-budget__block__txt__value--bold {
        color: #0564fa; }
      .city-investments .type-of-budget__block.active .type-of-budget__block__bar.type-of-budget__block__bar--grey {
        background-color: #0564fa; }
      .city-investments .type-of-budget__block.active .type-of-budget__block__bar.type-of-budget__block__bar--lightgrey {
        background-color: #0564fa; }
  .city-investments .info-all {
    width: 100%;
    float: left; }
    .city-investments .info-all .info-type {
      width: 100%;
      margin-top: 50px;
      position: relative; }
      .city-investments .info-all .info-type.hide {
        display: none; }
      .city-investments .info-all .info-type__bar {
        width: 100%;
        border-bottom: 2px solid rgba(177, 183, 192, 0.3);
        padding-top: 21px;
        clear: both; }
        @media only screen and (max-width: 767px) {
          .city-investments .info-all .info-type__bar {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .city-investments .info-all .info-type__bar {
            display: none; } }
      .city-investments .info-all .info-type__describe {
        font-family: "Ubuntu", sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 18px;
        letter-spacing: normal;
        color: #000000; }
      .city-investments .info-all .info-type__topic {
        float: left; }
        .city-investments .info-all .info-type__topic--blue {
          color: #0564fa;
          font-family: "Montserrat", sans-serif;
          font-size: 32px;
          font-weight: bold;
          line-height: 1.25;
          display: none;
          transition: 0.3s; }
          @media only screen and (max-width: 767px) {
            .city-investments .info-all .info-type__topic--blue {
              margin-left: 0; } }
          .city-investments .info-all .info-type__topic--blue.active {
            display: block; }
        .city-investments .info-all .info-type__topic--black {
          font-family: "Montserrat", sans-serif;
          font-size: 32px;
          font-weight: bold;
          line-height: 1.25;
          color: #000;
          cursor: pointer;
          padding-right: 33px; }
          .city-investments .info-all .info-type__topic--black:after {
            content: "";
            position: relative;
            display: inline-block;
            border: solid black;
            border-width: 0 4px 4px 0;
            padding: 4px;
            top: -6px !important;
            margin-left: 20px;
            vertical-align: baseline;
            transform: rotate(45deg);
            transition: 0.3s; }
          .city-investments .info-all .info-type__topic--black[aria-expanded="true"]:after {
            transform: rotate(-135deg);
            top: -2px !important; }
      .city-investments .info-all .info-type .dropdown-topic-list {
        border-radius: 2px;
        box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
        background-color: #fff;
        min-width: 144px;
        padding: 10px 24px 4px 24px;
        border: 0;
        left: 0 !important;
        margin-top: 0;
        transform: translate3d(0%, 32px, 0px) !important; }
        @media only screen and (min-width: 768px) {
          .city-investments .info-all .info-type .dropdown-topic-list {
            top: 30px !important; } }
        @media only screen and (min-width: 1920px) {
          .city-investments .info-all .info-type .dropdown-topic-list {
            top: 45px !important; } }
        .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item {
          padding: 7px 14px 7px 8px;
          text-align: center;
          border-bottom: 1px solid #b1b7c0;
          color: #b1b7c0;
          background: transparent;
          transition: 0.3s; }
          .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item:last-child {
            border-bottom: 0 solid; }
          .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item.active, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item:hover {
            background: transparent;
            color: #0564fa; }
          .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span {
            display: block; }
      .city-investments .info-all .info-type .slick-list {
        margin-right: -40px; }
      .city-investments .info-all .info-type .slick-slide {
        margin-right: 40px; }
      .city-investments .info-all .info-type__slider-info {
        width: 100%;
        float: left;
        margin-top: 24px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -9999px; }
        .city-investments .info-all .info-type__slider-info.active {
          opacity: 1;
          visibility: visible;
          position: relative;
          left: 0; }
        .city-investments .info-all .info-type__slider-info .box-invest.odd {
          display: flex !important;
          flex-flow: column; }
          .city-investments .info-all .info-type__slider-info .box-invest.odd .box-invest__image {
            order: 9; }
        .city-investments .info-all .info-type__slider-info .box-invest__image {
          width: 100%;
          height: 208px;
          overflow: hidden;
          align-items: center;
          display: flex;
          justify-content: center; }
          .city-investments .info-all .info-type__slider-info .box-invest__image img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .city-investments .info-all .info-type__slider-info .box-invest__text {
          width: 100%;
          margin-top: 30px;
          float: left; }
          @media only screen and (min-width: 768px) {
            .city-investments .info-all .info-type__slider-info .box-invest__text {
              width: 317px; } }
          .city-investments .info-all .info-type__slider-info .box-invest__text--describe {
            font-family: "Ubuntu", sans-serif;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 18px;
            letter-spacing: normal;
            color: #000000; }
            .city-investments .info-all .info-type__slider-info .box-invest__text--describe p.title {
              font-size: 16px;
              line-height: 18px;
              font-weight: bold;
              margin-bottom: 5px; }
            .city-investments .info-all .info-type__slider-info .box-invest__text--describe p:last-child {
              margin-bottom: 0; }
          .city-investments .info-all .info-type__slider-info .box-invest__text--topic {
            font-family: "Ubuntu", sans-serif;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.38;
            letter-spacing: normal;
            color: #000000; }
          .city-investments .info-all .info-type__slider-info .box-invest__text--bold {
            font-family: "Montserrat", sans-serif;
            font-size: 32px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.25;
            letter-spacing: normal;
            color: #000000;
            margin-top: 5px;
            margin-bottom: 10px; }
    .city-investments .info-all .see-more {
      display: flex;
      align-items: center;
      height: 64px;
      width: 200px;
      z-index: 1;
      position: relative;
      margin-top: 30px; }
      .city-investments .info-all .see-more--link {
        cursor: pointer;
        color: #b1b7c0;
        font-size: 16px;
        line-height: 24px;
        text-decoration: underline;
        display: none; }
        .city-investments .info-all .see-more--link.active {
          display: block; }
        .city-investments .info-all .see-more--link:hover {
          color: #0564fa; }
    @media only screen and (min-width: 768px) {
      .city-investments .info-all .slick-list {
        padding-bottom: 100px; } }
    .city-investments .info-all .slick-dots {
      padding-left: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      position: absolute;
      bottom: 0;
      width: 100%; }
      .city-investments .info-all .slick-dots li {
        background: rgba(177, 183, 192, 0.3);
        float: left;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
        .city-investments .info-all .slick-dots li.slick-active {
          background: #0564fa; }
        .city-investments .info-all .slick-dots li button {
          font-size: 0;
          line-height: 0;
          display: block;
          width: 100%;
          height: 2px;
          padding: 0;
          cursor: pointer;
          color: transparent;
          border: 0;
          outline: none;
          background: transparent; }
    .city-investments .info-all .slick-arrow {
      bottom: 15px;
      top: auto;
      left: auto !important; }

div.google-visualization-tooltip {
  all: unset; }

.chart_tooltip {
  height: 18px;
  font-family: Ubuntu;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000; }

.tooltip_title {
  width: 44px;
  height: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000; }

.tooltip_budget {
  width: 54px;
  height: 18px;
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #000000;
  float: right; }

.not-precise-modal {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: visibitlity .3s, opacity .3s ease;
  padding: 10px; }
  @media only screen and (max-width: 767px) {
    .not-precise-modal {
      overflow: scroll; } }
  .not-precise-modal.active {
    opacity: 1;
    visibility: visible; }
  .not-precise-modal__inner {
    position: relative;
    border-radius: 2px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0 0 30px rgba(51, 57, 75, 0.2); }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .not-precise-modal__inner {
        height: 435px;
        position: absolute;
        top: calc(50vh - 216px);
        left: calc(50% - 384px); } }
    @media only screen and (min-width: 1200px) {
      .not-precise-modal__inner {
        height: 500px;
        position: absolute;
        top: calc(50vh - 250px);
        left: calc(50% - 420px);
        max-width: 840px; } }
  .not-precise-modal__close {
    width: 64px;
    height: 64px;
    position: absolute;
    z-index: 10000;
    top: 30px;
    right: 30px;
    background: rgba(177, 183, 192, 0);
    cursor: pointer;
    transition: background-color .3s ease; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .not-precise-modal__close {
        top: 20px;
        right: 20px; } }
    @media only screen and (max-width: 767px) {
      .not-precise-modal__close {
        top: 12px;
        right: 12px; } }
    .not-precise-modal__close:hover {
      background: rgba(177, 183, 192, 0.1); }
    .not-precise-modal__close:before {
      content: ' ';
      background: #b1b7c0;
      height: 2px;
      width: 40px;
      position: absolute;
      left: 12px;
      top: 32px;
      transform: rotate(45deg);
      transform-origin: center; }
    .not-precise-modal__close:after {
      content: ' ';
      background: #b1b7c0;
      height: 2px;
      width: 40px;
      position: absolute;
      left: 12px;
      top: 32px;
      transform: rotate(-45deg);
      transform-origin: center; }
  .not-precise-modal__container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden; }
  .not-precise-modal__illustration {
    background: url(/static/ncimp/img/not-precise-modal-img.d54ff132eae8.png) no-repeat center center;
    background-size: contain;
    height: 335px; }
    @media only screen and (min-width: 768px) {
      .not-precise-modal__illustration {
        min-width: 300px;
        max-width: 300px; } }
    @media only screen and (min-width: 1200px) {
      .not-precise-modal__illustration {
        min-width: 375px;
        max-width: 375px; } }
  .not-precise-modal__content {
    margin: 90px auto 45px;
    padding: 0 20px;
    height: calc(100vh - 155px); }
    @media only screen and (min-width: 768px) {
      .not-precise-modal__content {
        height: auto;
        display: flex;
        margin-bottom: 0; }
        .not-precise-modal__content .text {
          padding: 0 24px 24px 48px;
          align-self: flex-end;
          line-height: normal; } }
    @media only screen and (min-width: 1200px) {
      .not-precise-modal__content .text {
        padding-bottom: 0; } }

.budgets-list .separator {
  min-width: 2px;
  max-width: 2px;
  height: 27px;
  margin: 0 24px;
  background-color: #eef1f8;
  display: none; }
  @media only screen and (min-width: 1200px) {
    .budgets-list .separator {
      display: block; } }

.budgets-list .intro {
  background-color: #fff;
  padding: 21px 0 0; }
  @media only screen and (min-width: 1200px) {
    .budgets-list .intro {
      padding-top: 65px; } }
  .budgets-list .intro h1 {
    text-align: center;
    margin-bottom: 26px;
    line-height: normal;
    letter-spacing: -1.67px; }
    @media only screen and (min-width: 1200px) {
      .budgets-list .intro h1 {
        line-height: 1.25;
        letter-spacing: -1.03px;
        margin-bottom: 85px; } }
  .budgets-list .intro .search-box {
    width: 100%;
    margin: 0 auto 69px;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1200px) {
      .budgets-list .intro .search-box {
        width: 544px;
        display: grid;
        grid-template-columns: 1fr 200px;
        margin-bottom: 110px; } }
    .budgets-list .intro .search-box .selection {
      font-size: 16px;
      font-weight: bold;
      color: #b1b7c0;
      padding: 24px 16px;
      width: 100%;
      box-sizing: border-box;
      background-color: white;
      position: relative;
      z-index: 2;
      border: 1px solid #b1b7c0;
      display: block; }
      @media only screen and (min-width: 1200px) {
        .budgets-list .intro .search-box .selection {
          padding: 20px 26px; } }
      .budgets-list .intro .search-box .selection::after {
        content: "";
        position: absolute;
        border-right: .25em solid currentColor;
        border-bottom: .25em solid currentColor;
        transform: rotate(45deg);
        right: 1em;
        top: calc(50% - .55em);
        box-sizing: border-box;
        width: .9em;
        height: .9em; }
    .budgets-list .intro .search-box .button {
      position: relative;
      z-index: 2;
      width: 100%;
      background-color: #b1b7c0; }
    .budgets-list .intro .search-box .dropdown-container {
      display: none;
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 1; }
    .budgets-list .intro .search-box .selection.show-dropdown ~ .dropdown-container {
      display: block; }
    .budgets-list .intro .search-box .back {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh; }
    .budgets-list .intro .search-box .dropdown {
      border-radius: 2px;
      box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
      background-color: white;
      border: none;
      padding: 24px;
      position: absolute;
      z-index: 1;
      top: 0;
      width: 100%; }
      @media only screen and (min-width: 1200px) {
        .budgets-list .intro .search-box .dropdown {
          grid-column-start: 1;
          grid-column-end: 3; } }
      .budgets-list .intro .search-box .dropdown .search-field {
        font-size: 36px;
        line-height: 50px;
        font-weight: bold;
        color: #0564fa;
        text-align: center;
        padding: 0;
        margin: 21px 0 52px;
        cursor: text;
        position: relative;
        height: 50px;
        width: 100%;
        /* clears the 'X' from Internet Explorer */
        /* clears the 'X' from Chrome */ }
        .budgets-list .intro .search-box .dropdown .search-field .input-text-container,
        .budgets-list .intro .search-box .dropdown .search-field .hidden-label {
          display: inline-block;
          font: inherit;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          cursor: text; }
        .budgets-list .intro .search-box .dropdown .search-field .hidden-label {
          opacity: 0;
          color: #b1b7c0;
          z-index: 2; }
        .budgets-list .intro .search-box .dropdown .search-field .input-text-container {
          display: flex;
          justify-content: center; }
        .budgets-list .intro .search-box .dropdown .search-field input.search-input {
          color: #0564fa;
          background-color: transparent;
          border: none;
          box-shadow: none;
          outline: none;
          padding: 0;
          text-align: center;
          font: inherit;
          margin: 0;
          position: relative;
          z-index: 3; }
          .budgets-list .intro .search-box .dropdown .search-field input.search-input:not(:focus) ~ .hidden-label:not(:active) {
            opacity: 1; }
        .budgets-list .intro .search-box .dropdown .search-field .input-text:not(:empty) ~ .input-text-container .hidden-label:not(:active) {
          opacity: 0; }
        .budgets-list .intro .search-box .dropdown .search-field input[type=search]::-ms-clear,
        .budgets-list .intro .search-box .dropdown .search-field input[type=search]::-ms-reveal {
          display: none;
          width: 0;
          height: 0; }
        .budgets-list .intro .search-box .dropdown .search-field input[type="search"]::-webkit-search-decoration,
        .budgets-list .intro .search-box .dropdown .search-field input[type="search"]::-webkit-search-cancel-button,
        .budgets-list .intro .search-box .dropdown .search-field input[type="search"]::-webkit-search-results-button,
        .budgets-list .intro .search-box .dropdown .search-field input[type="search"]::-webkit-search-results-decoration {
          display: none; }
        .budgets-list .intro .search-box .dropdown .search-field .hint-suffix {
          position: relative;
          z-index: 1; }

@keyframes blink {
  0% {
    border-right: 2px solid transparent; }
  60% {
    border-right: 2px solid transparent; }
  61% {
    border-right: 2px solid currentColor; }
  100% {
    border-right: 2px solid currentColor; } }
        .budgets-list .intro .search-box .dropdown .search-field .input-text {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          max-width: 100%; }
        .budgets-list .intro .search-box .dropdown .search-field .input-text-container {
          color: #b1b7c0; }
          .budgets-list .intro .search-box .dropdown .search-field .input-text-container .input-text {
            color: #0564fa;
            animation: blink 1s steps(3, start) infinite alternate; }
      .budgets-list .intro .search-box .dropdown .results {
        list-style: none;
        padding: 0 36px 0 0;
        margin: 0;
        max-height: 234px;
        overflow: auto; }
        .budgets-list .intro .search-box .dropdown .results .result-item {
          font-size: 14px;
          font-weight: normal;
          line-height: 1.71;
          min-height: 34px;
          padding: 4px 0;
          color: #b1b7c0;
          cursor: pointer; }
          .budgets-list .intro .search-box .dropdown .results .result-item:hover {
            color: #0564fa; }
          .budgets-list .intro .search-box .dropdown .results .result-item + .result-item {
            border-top: 1px solid rgba(177, 183, 192, 0.2); }
          .budgets-list .intro .search-box .dropdown .results .result-item .match {
            background-color: transparent;
            color: #0564fa;
            padding: 0;
            margin: 0;
            display: inline; }
  @media only screen and (min-width: 1200px) {
    .budgets-list .intro .filter-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px; } }
  .budgets-list .intro .filter-container .home-link {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 22px; }
    @media only screen and (min-width: 1200px) {
      .budgets-list .intro .filter-container .home-link {
        margin-bottom: 0;
        font-size: 12px; } }
  .budgets-list .intro .filter-container .filter {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: -40px;
    z-index: 1;
    position: relative; }
    @media only screen and (min-width: 1200px) {
      .budgets-list .intro .filter-container .filter {
        flex-direction: row;
        align-items: center;
        margin-bottom: 0; } }
    .budgets-list .intro .filter-container .filter .part:first-child {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .budgets-list .intro .filter-container .filter .display-type-selector {
      display: flex; }
      .budgets-list .intro .filter-container .filter .display-type-selector a {
        display: flex;
        min-width: 22px;
        max-width: 22px;
        height: 22px;
        margin: 0 4px; }
        .budgets-list .intro .filter-container .filter .display-type-selector a span {
          display: block;
          background-color: #b1b7c0; }
        .budgets-list .intro .filter-container .filter .display-type-selector a:hover span, .budgets-list .intro .filter-container .filter .display-type-selector a.active span {
          background-color: #0564fa; }
        .budgets-list .intro .filter-container .filter .display-type-selector a.type-boxes {
          flex-wrap: wrap; }
          .budgets-list .intro .filter-container .filter .display-type-selector a.type-boxes span {
            min-width: 9px;
            max-width: 9px;
            height: 9px;
            margin: 1px; }
        .budgets-list .intro .filter-container .filter .display-type-selector a.type-list {
          flex-direction: column;
          justify-content: center; }
          .budgets-list .intro .filter-container .filter .display-type-selector a.type-list span {
            min-height: 4px;
            max-height: 4px;
            margin: 2px 0; }
    .budgets-list .intro .filter-container .filter .tag-selector {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 24px; }
      @media only screen and (min-width: 1200px) {
        .budgets-list .intro .filter-container .filter .tag-selector {
          margin-bottom: 0; } }
      .budgets-list .intro .filter-container .filter .tag-selector .label {
        color: #b1b7c0;
        font-size: 14px;
        line-height: 1.71;
        min-width: 100%;
        margin-bottom: 1px; }
        @media only screen and (min-width: 1200px) {
          .budgets-list .intro .filter-container .filter .tag-selector .label {
            min-width: auto;
            margin-bottom: 0;
            margin-right: 12px;
            font-size: 12px; } }
      .budgets-list .intro .filter-container .filter .tag-selector ul {
        margin: 0; }
        @media only screen and (min-width: 1200px) {
          .budgets-list .intro .filter-container .filter .tag-selector ul {
            display: flex;
            align-items: center; } }
        .budgets-list .intro .filter-container .filter .tag-selector ul li {
          margin: 0 8px 8px 0;
          display: inline-block; }
          @media only screen and (min-width: 1200px) {
            .budgets-list .intro .filter-container .filter .tag-selector ul li {
              margin-bottom: 0;
              display: block; }
              .budgets-list .intro .filter-container .filter .tag-selector ul li:last-child {
                margin-right: 0; } }
      .budgets-list .intro .filter-container .filter .tag-selector a {
        font-size: 10px;
        font-weight: bold;
        line-height: 1.8;
        border-radius: 22.5px;
        border: solid 1px #b1b7c0;
        display: block;
        padding: 0 8px; }
        .budgets-list .intro .filter-container .filter .tag-selector a.active {
          background-color: #d7ddff;
          border-color: #d7ddff;
          color: #0564fa; }
    .budgets-list .intro .filter-container .filter .sort-dropdown {
      position: relative; }
      .budgets-list .intro .filter-container .filter .sort-dropdown .current-selection {
        font-size: 14px;
        line-height: 1.17;
        color: #b1b7c0;
        padding-right: 15px;
        cursor: pointer; }
        @media only screen and (min-width: 1200px) {
          .budgets-list .intro .filter-container .filter .sort-dropdown .current-selection {
            font-size: 12px; } }
        .budgets-list .intro .filter-container .filter .sort-dropdown .current-selection::after {
          content: "";
          position: absolute;
          border-right: 2px solid currentColor;
          border-bottom: 2px solid currentColor;
          transform: rotate(45deg);
          right: 0;
          top: calc(50% - 3px);
          box-sizing: border-box;
          width: 5px;
          height: 5px; }
      .budgets-list .intro .filter-container .filter .sort-dropdown ul {
        display: none;
        position: absolute;
        padding: 20px;
        margin: 0;
        list-style: none;
        background-color: #fff;
        box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
        top: 24px;
        left: 50%; }
        @media only screen and (min-width: 1200px) {
          .budgets-list .intro .filter-container .filter .sort-dropdown ul {
            left: -20px; } }
        .budgets-list .intro .filter-container .filter .sort-dropdown ul li {
          padding: 6px 2px;
          border-bottom: 1px solid #b1b7c0;
          text-align: center;
          white-space: nowrap;
          line-height: normal; }
          .budgets-list .intro .filter-container .filter .sort-dropdown ul li:last-child {
            border-bottom: 0; }
          .budgets-list .intro .filter-container .filter .sort-dropdown ul li a {
            font-size: 14px;
            line-height: 1.71; }
            @media only screen and (min-width: 1200px) {
              .budgets-list .intro .filter-container .filter .sort-dropdown ul li a {
                font-size: 12px; } }
      .budgets-list .intro .filter-container .filter .sort-dropdown.active ul {
        display: block; }

.budgets-list .cities {
  background-color: rgba(238, 241, 247, 0.6); }
  .budgets-list .cities .list-cities {
    display: block !important; }
    @media only screen and (min-width: 1200px) {
      .budgets-list .cities .list-cities {
        padding-top: 10px; } }
    .budgets-list .cities .list-cities .box-city {
      padding-bottom: 40px; }
      .budgets-list .cities .list-cities .box-city .row-budget {
        display: block;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(177, 183, 192, 0.3);
        background-color: #fff;
        padding: 20px 12px 12px;
        box-sizing: border-box;
        margin: 7px 0; }
        @media only screen and (min-width: 1200px) {
          .budgets-list .cities .list-cities .box-city .row-budget {
            display: flex;
            padding: 20px 24px; } }
        .budgets-list .cities .list-cities .box-city .row-budget .part:first-child {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-bottom: 15px;
          border-bottom: 1px solid #eef1f8;
          margin-bottom: 6px; }
          @media only screen and (min-width: 1200px) {
            .budgets-list .cities .list-cities .box-city .row-budget .part:first-child {
              border-bottom: 0;
              padding-bottom: 0;
              margin-bottom: 0;
              min-width: 500px;
              max-width: 500px; } }
        .budgets-list .cities .list-cities .box-city .row-budget .part:last-child {
          min-height: 50px; }
          @media only screen and (min-width: 1200px) {
            .budgets-list .cities .list-cities .box-city .row-budget .part:last-child {
              min-height: auto;
              padding-left: 50px; } }
        .budgets-list .cities .list-cities .box-city .row-budget .location, .budgets-list .cities .list-cities .box-city .row-budget .year {
          font-family: "Montserrat", sans-serif;
          font-size: 18px;
          font-weight: bold;
          color: #00122d; }
          @media only screen and (min-width: 1200px) {
            .budgets-list .cities .list-cities .box-city .row-budget .location, .budgets-list .cities .list-cities .box-city .row-budget .year {
              font-size: 24px; } }
        @media only screen and (min-width: 1200px) {
          .budgets-list .cities .list-cities .box-city .row-budget .location {
            flex: 1; } }
        .budgets-list .cities .list-cities .box-city .row-budget .year {
          color: #b1b7c0; }
          @media only screen and (min-width: 1200px) {
            .budgets-list .cities .list-cities .box-city .row-budget .year {
              min-width: 75px;
              max-width: 75px;
              text-align: center; } }
        .budgets-list .cities .list-cities .box-city .row-budget ul {
          margin: 0;
          padding: 0;
          list-style: none;
          text-align: right; }
          .budgets-list .cities .list-cities .box-city .row-budget ul li {
            display: inline-block;
            font-size: 10px;
            line-height: 18px;
            font-weight: bold;
            color: #0564fa;
            background-color: #d7ddff;
            border-radius: 22.5px;
            padding: 0 8px;
            margin: 2px; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container--project {
    max-width: 100%;
    padding-right: 47px;
    padding-left: 40px; } }

@media only screen and (min-width: 1200px) {
  .container--project {
    padding: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .module-description {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .module-description {
    width: 100%; } }

.module-description__h1 {
  margin-top: 138px; }
  .module-description__h1--main-topic {
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #000000; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .module-description__h1--main-topic {
        font-family: "Montserrat", sans-serif;
        font-size: 48px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: -0.77px;
        color: #000000; } }
    @media only screen and (max-width: 767px) {
      .module-description__h1--main-topic {
        font-family: "Montserrat", sans-serif;
        font-size: 40px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: -0.56px;
        color: #000000;
        margin-bottom: 53px; } }

.module-description__describe {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.45;
  letter-spacing: -0.7px;
  color: #000000; }
  @media only screen and (min-width: 0) and (max-width: 1199px) {
    .module-description__describe {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.78;
      letter-spacing: -0.58px; } }
  .module-description__describe--bold {
    margin-top: 34px;
    font-weight: bold; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .module-description__describe--bold {
        margin-top: 60px; } }
  .module-description__describe--light {
    margin-top: 21px;
    font-weight: normal;
    margin-bottom: 125px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .module-description__describe--light {
        margin-top: 36px;
        margin-bottom: 121px;
        letter-spacing: -0.58px;
        padding-right: 38px; } }
    @media only screen and (max-width: 767px) {
      .module-description__describe--light {
        margin-top: 34px;
        letter-spacing: -0.85px;
        margin-bottom: 78px; } }

.module-box {
  width: 100%;
  margin-bottom: 125px; }
  @media only screen and (max-width: 767px) {
    .module-box {
      margin-bottom: 160px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .module-box {
      margin-bottom: 123px; } }
  .module-box__square {
    width: 40px;
    height: 40px; }
    @media only screen and (max-width: 767px) {
      .module-box__square {
        width: 36px;
        margin-bottom: 34px; } }
    .module-box__square--blue {
      background: #0564fa;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      line-height: 40px; }
  .module-box__left {
    display: inline-block;
    vertical-align: top;
    width: 42.5%; }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .module-box__left {
        width: 100%; } }
    .module-box__left__h2 {
      margin-top: 5px; }
      @media only screen and (min-width: 0) and (max-width: 1199px) {
        .module-box__left__h2 {
          margin-bottom: 40px; } }
      @media only screen and (min-width: 768px) {
        .module-box__left__h2 {
          margin-top: 8px; } }
      .module-box__left__h2--topic {
        font-family: "Montserrat", sans-serif;
        font-size: 56px;
        color: #000000; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .module-box__left__h2--topic {
            font-size: 48px;
            line-height: 1.17;
            letter-spacing: -0.77px; }
            .module-box__left__h2--topic br {
              display: none; } }
        @media only screen and (max-width: 767px) {
          .module-box__left__h2--topic {
            font-size: 40px; } }
  .module-box__right {
    display: inline-block;
    vertical-align: top;
    width: 57%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .module-box__right {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .module-box__right {
        width: 100%; } }
    .module-box__right__text--describe {
      font-family: "Ubuntu", sans-serif;
      font-size: 22px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.45;
      letter-spacing: normal;
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .module-box__right__text--describe {
          padding-right: 15px;
          padding-left: 15px; } }
      @media only screen and (min-width: 0) and (max-width: 1199px) {
        .module-box__right__text--describe {
          font-size: 18px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.78;
          letter-spacing: normal;
          color: #000000; } }
      @media only screen and (min-width: 1200px) {
        .module-box__right__text--describe {
          padding-top: 30px; } }
    .module-box__right__text__ul {
      list-style: none;
      margin-top: 58px;
      padding: 23px 33px 45px 40px; }
      @media only screen and (max-width: 767px) {
        .module-box__right__text__ul {
          padding: 20px 15px 72px 15px;
          margin-top: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .module-box__right__text__ul {
          padding: 42px 138px 73px 40px;
          margin-top: 20px;
          margin-right: 0; } }
      .module-box__right__text__ul--blue {
        background: #0564fa; }
      .module-box__right__text__ul__li {
        margin-top: 24px; }
        @media only screen and (max-width: 767px) {
          .module-box__right__text__ul__li {
            width: 100%; } }
        .module-box__right__text__ul__li--white {
          font-family: "Montserrat", sans-serif;
          font-size: 22px;
          font-weight: bold;
          color: #fff;
          display: flex;
          z-index: 1;
          position: relative; }
          @media only screen and (min-width: 0) and (max-width: 1199px) {
            .module-box__right__text__ul__li--white {
              font-size: 18px; } }
    .module-box__right__arrow {
      width: 39px;
      height: 39px;
      transform: rotate(-45deg);
      background-color: #0564fa;
      position: absolute;
      bottom: 133px;
      left: calc(50% - 19px); }
      @media only screen and (max-width: 767px) {
        .module-box__right__arrow {
          bottom: 195px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .module-box__right__arrow {
          bottom: 157px; } }
      @media only screen and (min-width: 1200px) {
        .module-box__right__arrow {
          bottom: 112px; } }
    .module-box__right__button {
      width: 388px;
      height: 64px;
      margin-left: calc(50% - 194px);
      margin-top: 51px;
      transition: 0.3s; }
      @media only screen and (max-width: 767px) {
        .module-box__right__button {
          width: 290px;
          margin-left: calc(50% - 145px);
          margin-top: 78px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .module-box__right__button {
          margin-top: 97px; } }
      .module-box__right__button--blue {
        background-color: #6f83ff;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        text-decoration: none;
        line-height: 67px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .module-box__right__button--blue {
            margin-bottom: 51px; } }
        .module-box__right__button--blue:hover {
          text-decoration: none;
          color: #fff; }
      .module-box__right__button:hover {
        background: #0564fa !important; }

.news-list {
  width: 100%; }
  .news-list .container {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .news-list .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
  .news-list h1 {
    margin-top: 138px;
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 307px; }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .news-list h1 {
        font-size: 48px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: -1px;
        color: #000000;
        margin-top: 138px;
        margin-bottom: 136px; } }
    @media only screen and (max-width: 767px) {
      .news-list h1 {
        margin-bottom: 102px; } }

.module-list {
  margin-bottom: 168px; }
  .module-list__left {
    display: inline-block;
    vertical-align: top;
    width: 410px;
    margin-right: 40px; }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .module-list__left {
        width: 100%;
        margin-right: 0; } }
    .module-list__left__h2 {
      font-family: "Montserrat", sans-serif;
      font-size: 64px;
      font-weight: bold;
      letter-spacing: -1px;
      color: #000000; }
      @media only screen and (min-width: 0) and (max-width: 1199px) {
        .module-list__left__h2 {
          font-size: 48px;
          letter-spacing: -0.8px;
          margin-bottom: 76px;
          max-width: 600px; } }
      @media only screen and (max-width: 767px) {
        .module-list__left__h2 {
          margin-bottom: 68px; } }
  .module-list__right {
    vertical-align: top;
    width: calc(100% - 455px);
    display: grid;
    float: right;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .module-list__right {
        width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .module-list__right {
        grid-gap: 0 75px; } }
    @media only screen and (max-width: 767px) {
      .module-list__right {
        grid-template-columns: 1fr;
        display: block; } }
    .module-list__right .one-news {
      padding-left: 12px;
      padding-right: 12px;
      display: inline-block;
      vertical-align: top;
      float: left;
      margin-top: 32px; }
      @media only screen and (max-width: 767px) {
        .module-list__right .one-news {
          width: 100%;
          margin-left: 0;
          margin-bottom: 35px;
          padding: 0; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .module-list__right .one-news {
          padding: 0; } }
      .module-list__right .one-news:hover {
        text-decoration: none; }
      .module-list__right .one-news__div-image {
        width: 315px;
        height: 208px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .module-list__right .one-news__div-image {
            width: 100%; } }
        .module-list__right .one-news__div-image__image {
          width: 100%;
          height: auto; }
          @media only screen and (max-width: 767px) {
            .module-list__right .one-news__div-image__image {
              width: 100%;
              height: auto; } }
      .module-list__right .one-news__under-image {
        height: 52px !important;
        width: 100%;
        font-family: "Ubuntu", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 52px;
        letter-spacing: normal;
        border-bottom: 3px solid rgba(177, 183, 192, 0.3);
        color: #000000; }
        @media only screen and (max-width: 767px) {
          .module-list__right .one-news__under-image {
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 50px;
            letter-spacing: normal;
            color: #000000; } }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .module-list__right .one-news__under-image {
            font-size: 14px; } }
        .module-list__right .one-news__under-image__left {
          float: left;
          text-align: left;
          width: 49%; }
        .module-list__right .one-news__under-image__right {
          float: right;
          text-align: right;
          width: 49%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .module-list__right .one-news__topic {
        margin-top: 15px;
        margin-bottom: 15px; }
        .module-list__right .one-news__topic--h3 {
          font-family: "Ubuntu", sans-serif;
          font-size: 22px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.45;
          letter-spacing: normal;
          color: #000000; }
          @media only screen and (max-width: 767px) {
            .module-list__right .one-news__topic--h3 {
              font-size: 18px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: 1.78;
              letter-spacing: normal;
              color: #000000; } }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            .module-list__right .one-news__topic--h3 {
              font-size: 18px;
              line-height: 1.78; } }
  .module-list__pagination {
    width: 100%;
    float: right;
    margin-top: 85px;
    margin-bottom: 168px; }
    @media only screen and (max-width: 767px) {
      .module-list__pagination {
        margin-top: 18px;
        margin-bottom: 63px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .module-list__pagination {
        margin-bottom: 81px; } }
    .module-list__pagination__text {
      float: right;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 40px;
      letter-spacing: normal;
      color: #000000; }
    .module-list__pagination__button {
      width: 40px;
      height: 40px;
      float: right;
      margin-left: 10px;
      background: #000;
      transition: background-color 0.3s; }
      .module-list__pagination__button:hover {
        background-color: #0564fa; }
      .module-list__pagination__button .icon {
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
        margin-top: 14px; }
        .module-list__pagination__button .icon__right {
          transform: rotate(-45deg);
          margin-left: 10px; }
        .module-list__pagination__button .icon__left {
          transform: rotate(135deg);
          margin-left: 16px; }

.container-news {
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .container-news {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .container-news {
      width: 768px; } }

.details-news {
  width: 100%; }
  .details-news a {
    font-size: 22px; }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .details-news a {
        font-size: 18px; } }
  .details-news .container {
    margin: auto;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .details-news .container {
        max-width: 100%;
        padding-right: 38px;
        padding-left: 41px; } }
    @media only screen and (max-width: 767px) {
      .details-news .container {
        max-width: 280px;
        padding: 0; } }
    @media only screen and (min-width: 1200px) {
      .details-news .container {
        display: flex; } }
  .details-news__left {
    display: inline-block;
    vertical-align: top;
    width: 443px;
    top: 64px;
    margin-top: 75px;
    position: sticky;
    position: -webkit-sticky;
    margin-right: 36px; }
    @media only screen and (min-width: 1920px) {
      .details-news__left {
        padding-top: 30px;
        margin-top: 45px; } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .details-news__left {
        width: 100%;
        position: static;
        margin-bottom: 45px;
        margin-top: 372px; } }
    @media only screen and (max-width: 767px) {
      .details-news__left {
        width: 100%;
        position: static;
        margin-top: 290px;
        margin-right: 0;
        margin-bottom: 50px; } }
    .details-news__left__topic {
      margin-bottom: 40px; }
      .details-news__left__topic--h1 {
        font-family: "Montserrat", sans-serif;
        font-size: 64px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: -1px;
        color: #000000; }
        @media only screen and (min-width: 0) and (max-width: 1199px) {
          .details-news__left__topic--h1 {
            font-size: 48px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.17;
            letter-spacing: -0.8px;
            color: #000000; } }
        @media only screen and (max-width: 767px) {
          .details-news__left__topic--h1 {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .details-news__left__topic--h1 {
            width: 100%;
            max-width: 600px;
            word-break: inherit;
            margin-bottom: 60px; } }
        @media only screen and (min-width: 1200px) {
          .details-news__left__topic--h1 {
            letter-spacing: -1.23px; } }
    .details-news__left__under-topic {
      height: 50px;
      width: 100%;
      font-family: "Ubuntu", sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 50px;
      letter-spacing: normal;
      border-bottom: 3px solid rgba(177, 183, 192, 0.3);
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .details-news__left__under-topic {
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 50px;
          letter-spacing: normal;
          color: #000000; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .details-news__left__under-topic {
          border-bottom: 6px solid rgba(177, 183, 192, 0.3);
          height: 56px; } }
      @media only screen and (min-width: 1200px) {
        .details-news__left__under-topic {
          border-bottom: 5px solid rgba(177, 183, 192, 0.3);
          height: 55px;
          margin-bottom: 40px; } }
      .details-news__left__under-topic__left {
        float: left;
        text-align: left;
        width: 49%; }
        @media only screen and (max-width: 767px) {
          .details-news__left__under-topic__left {
            font-size: 16px; } }
      .details-news__left__under-topic__right {
        float: right;
        text-align: right;
        width: 49%; }
  .details-news__right {
    width: 656px;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 0) and (max-width: 1199px) {
      .details-news__right {
        width: 100%; } }
    .details-news__right__div-image {
      width: 682px;
      display: flex;
      overflow: hidden; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .details-news__right__div-image {
          width: 100%;
          position: absolute;
          top: 64px;
          left: 0;
          height: 320px;
          align-items: center; } }
      @media only screen and (max-width: 767px) {
        .details-news__right__div-image {
          width: 100%;
          top: 64px;
          position: absolute;
          left: 0;
          align-items: center;
          height: 254px; } }
      @media only screen and (min-width: 768px) {
        .details-news__right__div-image {
          height: 321px;
          align-items: center; } }
      .details-news__right__div-image__image {
        width: 100%;
        height: auto; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .details-news__right__div-image__image {
            width: calc(100% + 15px); } }
        @media only screen and (max-width: 767px) {
          .details-news__right__div-image__image {
            width: calc(100% + 15px); } }
    .details-news__right__content {
      word-break: break-word; }
      @media only screen and (min-width: 1200px) {
        .details-news__right__content {
          padding-right: 32px; } }
      .details-news__right__content p {
        font-family: "Ubuntu", sans-serif;
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.09;
        letter-spacing: normal;
        color: #000000;
        margin-top: 41px;
        margin-bottom: 51px; }
        @media only screen and (min-width: 0) and (max-width: 1199px) {
          .details-news__right__content p {
            font-size: 18px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.33;
            letter-spacing: normal;
            color: #000000; } }
        @media only screen and (max-width: 767px) {
          .details-news__right__content p {
            margin-top: 41px; }
            .details-news__right__content p img {
              width: 100vw;
              height: auto;
              margin-left: -15px;
              margin-right: -15px;
              max-width: 100vw; } }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          .details-news__right__content p img {
            width: 100%;
            height: auto; } }
        @media only screen and (min-width: 1200px) {
          .details-news__right__content p img {
            width: 100%;
            height: auto; } }
      .details-news__right__content h2, .details-news__right__content .fund-solecki__title {
        font-family: "Montserrat", sans-serif;
        font-size: 56px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        margin-top: 43px;
        margin-bottom: 51px; }
        @media only screen and (min-width: 0) and (max-width: 1199px) {
          .details-news__right__content h2, .details-news__right__content .fund-solecki__title {
            font-size: 40px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000000;
            word-break: break-word; } }
      .details-news__right__content h3, .details-news__right__content footer .container .footer-contact p, footer .container .footer-contact .details-news__right__content p, .details-news__right__content .hp-budget-realisation__header, .details-news__right__content .city-intro--budget-text, .details-news__right__content .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .details-news__right__content span, .details-news__right__content .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .details-news__right__content span, .details-news__right__content .report .request-form p, .report .request-form .details-news__right__content p, .details-news__right__content .hp-form__header {
        font-family: "Montserrat", sans-serif;
        font-size: 32px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        color: #000000;
        margin-top: 43px;
        margin-bottom: 51px; }
        @media only screen and (min-width: 0) and (max-width: 1199px) {
          .details-news__right__content h3, .details-news__right__content footer .container .footer-contact p, footer .container .footer-contact .details-news__right__content p, .details-news__right__content .hp-budget-realisation__header, .details-news__right__content .city-intro--budget-text, .details-news__right__content .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .details-news__right__content span, .details-news__right__content .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .details-news__right__content span, .details-news__right__content .report .request-form p, .report .request-form .details-news__right__content p, .details-news__right__content .hp-form__header {
            font-size: 22px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.45;
            letter-spacing: normal;
            color: #000000; } }
      .details-news__right__content blockquote {
        font-family: "Ubuntu", sans-serif;
        font-size: 22px;
        font-weight: bold;
        font-style: italic;
        font-stretch: normal;
        width: 500px;
        line-height: 1.09;
        letter-spacing: normal;
        color: #0564fa;
        margin-top: 43px;
        margin-bottom: 51px; }
        @media only screen and (max-width: 767px) {
          .details-news__right__content blockquote {
            width: 100%; } }
      .details-news__right__content a {
        text-decoration: underline; }
    .details-news__right__back-button {
      width: 255px;
      height: 64px;
      background-color: #6f83ff;
      margin-bottom: 98px;
      margin-top: 60px;
      transition: 0.3s; }
      @media only screen and (max-width: 767px) {
        .details-news__right__back-button {
          position: relative;
          left: 50%;
          transform: translate(-50%);
          margin-bottom: 92px;
          margin-top: 92px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .details-news__right__back-button {
          margin-bottom: 106px;
          margin-top: 45px; } }
      .details-news__right__back-button:hover {
        text-decoration: none;
        background: #5e77ff;
        color: #fff; }
      .details-news__right__back-button--blue {
        font-family: "Montserrat", sans-serif;
        font-size: 12px !important;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 68px;
        text-transform: uppercase;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff; }
  .details-news__social {
    display: flex; }
    .details-news__social .fb-like,
    .details-news__social .fb-like iframe {
      min-width: 161px !important; }
    .details-news__social .twitter-share-button {
      margin-left: 4px; }

.contact {
  margin: 140px 0;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .contact {
      margin: 38px 1px 95px 1px;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact {
      flex-wrap: wrap;
      margin: 155px 0 184px 0; } }
  @media only screen and (min-width: 1200px) {
    .contact {
      margin: 141px 0 137px 0; } }
  .contact__section {
    width: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact__section {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .contact__section {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .contact button {
      margin: 0 auto; } }

.contact-title {
  font-size: 62px;
  padding-right: 45px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-title {
      font-size: 48px;
      margin-left: 9px; } }
  @media only screen and (max-width: 767px) {
    .contact-title {
      font-size: 48px; } }

.contact-subtitle {
  display: block;
  margin-top: 85px;
  font-size: 62px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0564fa; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-subtitle {
      font-size: 48px; } }
  @media only screen and (max-width: 767px) {
    .contact-subtitle {
      font-size: 40px;
      line-height: 58px;
      letter-spacing: -0.4px; } }
  .contact-subtitle:hover {
    text-decoration: none; }

.contact-form {
  margin-top: 60px;
  border-radius: 2px;
  box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
  background-color: #ffffff;
  padding: 40px 35px;
  position: relative; }
  .contact-form form.disabled::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    z-index: 100; }
  .contact-form form.disabled > * {
    opacity: .6; }
  @media only screen and (max-width: 767px) {
    .contact-form {
      width: 100%;
      margin-top: 49px;
      padding: 40px 25px 40px 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-form {
      width: 78%;
      margin-top: 50px;
      padding: 40px 30px 42px 33px; } }
  @media only screen and (min-width: 1200px) {
    .contact-form {
      padding: 40px 30px 42px 33px; } }

.contact-form-terms {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1.5;
  color: #b1b7c0; }
  @media only screen and (max-width: 767px) {
    .contact-form-terms {
      margin-right: -9px;
      margin-left: -2px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-form-terms {
      margin-bottom: 46px; } }
  @media only screen and (min-width: 1200px) {
    .contact-form-terms {
      margin-bottom: 30px; } }
  .contact-form-terms.has-error .pretty.p-icon .state label:after {
    border-color: #d0021b; }

.contact-form-submit {
  position: relative; }
  .contact-form-submit .contact-form-general-error {
    position: absolute;
    top: -35px;
    font-size: 16px;
    text-decoration: underline;
    line-height: 2;
    color: #d0021b;
    opacity: 0;
    transition: 0.5s;
    height: 0; }
    @media only screen and (max-width: 767px) {
      .contact-form-submit .contact-form-general-error {
        position: relative;
        top: unset;
        line-height: 1.4;
        margin-bottom: 10px; } }
    .contact-form-submit .contact-form-general-error ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
  .contact-form-submit.has-error .contact-form-general-error {
    opacity: 1;
    height: 100%; }

.contact-form-require-error,
.contact-form-success-message {
  position: absolute;
  font-size: 16px;
  line-height: 2;
  color: #d0021b;
  transition: 0.5s;
  opacity: 0; }
  .contact-form-require-error.has-error,
  .contact-form-success-message.has-error {
    opacity: 1; }
    .contact-form-require-error.has-error ul,
    .contact-form-success-message.has-error ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }

.contact-form-success-message {
  position: relative;
  margin-top: 10px;
  display: none; }
  .contact-form-success-message .error-msg {
    line-height: 1.5; }
  .contact-form-success-message.has-error {
    display: block; }

.contact-form-group {
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .contact-form-group {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1920px) {
    .contact-form-group {
      margin-bottom: 60px; } }
  .contact-form-group__input {
    width: 100%;
    line-height: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 18px;
    padding-right: 115px;
    color: #737579;
    border-bottom-color: rgba(177, 183, 192, 0.3); }
    @media only screen and (max-width: 767px) {
      .contact-form-group__input {
        font-size: 16px;
        padding-top: 0;
        padding-bottom: 0; } }
  .contact-form-group__label {
    position: absolute;
    color: #b1b7c0;
    right: 0;
    top: 0;
    line-height: 32px;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .contact-form-group__label {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .contact-form-group__label {
        margin-bottom: 0;
        top: 4px; } }
  .contact-form-group .error-msg {
    transition: 0.5s;
    opacity: 0;
    visibility: hidden; }
    .contact-form-group .error-msg ul {
      display: block;
      list-style: none;
      position: absolute;
      left: 0;
      top: 35px;
      font-size: 16px;
      line-height: 32px;
      padding-left: 0; }
      @media only screen and (max-width: 767px) {
        .contact-form-group .error-msg ul {
          top: 30px;
          font-size: 14px; } }
  .contact-form-group.has-error .contact-form-group__input {
    border-bottom-color: #f0b2b9; }
  .contact-form-group.has-error .error-msg {
    text-transform: lowercase;
    opacity: 1;
    visibility: visible;
    color: #d0021b; }

.container-summary {
  margin-top: 64px; }

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .container-summary {
    padding-right: 37px;
    padding-left: 37px; } }
  @media only screen and (min-width: 1920px) {
    .container-summary {
      margin-top: 88px; } }
  .container-summary .contact-title {
    font-size: 40px; }
    @media only screen and (min-width: 768px) {
      .container-summary .contact-title {
        margin-left: 0;
        font-size: 48px; } }
    @media only screen and (min-width: 1200px) {
      .container-summary .contact-title {
        font-size: 62px; } }

.contact-summary {
  margin: 70px 0;
  display: flex; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-summary {
      margin: 95px 0 65px 0; } }
  @media only screen and (max-width: 767px) {
    .contact-summary {
      margin: 35px 0;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 1200px) {
    .contact-summary {
      margin: 59px 0 65px 0; } }
  .contact-summary__text {
    width: 40%; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .contact-summary__text {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .contact-summary__text {
        width: 100%;
        margin-bottom: 70px; } }
    .contact-summary__text .contact-subtitle {
      margin-top: 0; }
  .contact-summary-info__group__label, .contact-summary-info__group__input-result {
    font-size: 18px;
    line-height: 32px; }
    @media only screen and (min-width: 1200px) {
      .contact-summary-info__group__label, .contact-summary-info__group__input-result {
        font-size: 22px; } }

.contact-summary-info__group {
  font-size: 22px;
  line-height: 1.45;
  color: #000000;
  display: flex; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-summary-info__group {
      font-size: 18px;
      line-height: 1.78; } }
  @media only screen and (max-width: 767px) {
    .contact-summary-info__group {
      width: 100%;
      padding-left: 11px; } }
  .contact-summary-info__group__input-result {
    margin-left: 3px;
    font-weight: bold; }

.contact-summary-back-button {
  margin-top: 105px; }
  @media only screen and (max-width: 767px) {
    .contact-summary-back-button {
      margin-top: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .contact-summary-back-button {
      margin-top: 101px; } }
  @media only screen and (min-width: 1200px) {
    .contact-summary-back-button {
      margin-top: 107px; } }

.contact-summary-image {
  margin-top: 65px;
  width: 268px;
  height: 223px; }
  @media only screen and (max-width: 767px) {
    .contact-summary-image {
      margin-bottom: 77px; } }

.pretty {
  position: relative;
  display: inline-block;
  line-height: 1; }
  .pretty * {
    box-sizing: border-box; }
  .pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .pretty input:focus ~ .state {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .pretty input:checked ~ .state .icon {
      opacity: 1;
      animation: zoom .2s ease;
      color: #00122d;
      stroke: #fff; }
      .pretty input:checked ~ .state .icon label:after, .pretty input:checked ~ .state .icon label:before {
        background-color: #5cb85c !important; }
      .pretty input:checked ~ .state .icon label:before {
        transition: all .3s ease; }
      .pretty input:checked ~ .state .icon label:after {
        background-color: #5cb85c !important; }
  .pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: 40px;
    height: 40px;
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: 0;
    border: 1px solid transparent;
    opacity: 0;
    transition: all .5s ease;
    margin-top: 6px; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      .pretty.p-icon .state .icon {
        margin-top: 5px; } }
    @media only screen and (min-width: 1200px) {
      .pretty.p-icon .state .icon {
        margin-top: 5px; } }
    .pretty.p-icon .state .icon:before {
      content: url(/static/ncimp/img/check.903755c4395f.png);
      margin: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      line-height: 1; }
  .pretty.p-icon .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    min-width: calc(1em + 2px);
    font-size: 14px;
    line-height: 24px;
    color: #b1b7c0; }
    @media only screen and (max-width: 767px) {
      .pretty.p-icon .state label {
        font-size: 16px; } }
    @media only screen and (min-width: 1200px) {
      .pretty.p-icon .state label {
        font-size: 16px; } }
    .pretty.p-icon .state label:after, .pretty.p-icon .state label:before {
      content: '';
      width: 40px;
      height: 40px;
      display: block;
      box-sizing: border-box;
      border-radius: 0;
      border: 5px solid #0564fa;
      z-index: 0;
      position: absolute;
      left: 0;
      top: 0;
      background-color: transparent;
      transition: all .5s ease;
      margin-top: 6px; }
    .pretty.p-icon .state label:before {
      border-color: #bdc3c7; }
    .pretty.p-icon .state label .virtual_check {
      width: 50px;
      height: 40px;
      display: inline-block;
      float: left;
      margin-top: 6px; }
      @media only screen and (max-width: 767px) {
        .pretty.p-icon .state label .virtual_check {
          width: 44px; } }

.report .illustration .mobile, .report .illustration .desktop {
  margin: 0 auto; }

.report .illustration .mobile {
  width: 95%; }
  @media only screen and (min-width: 768px) {
    .report .illustration .mobile {
      display: none; } }

.report .illustration .desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .report .illustration .desktop {
      display: block; } }

.report #illustration-1 {
  width: 100%; }

.report #illustration-1, .report #illustration-2, .report #illustration-3 {
  margin: 45px 0 5px; }
  @media only screen and (min-width: 768px) {
    .report #illustration-1, .report #illustration-2, .report #illustration-3 {
      margin: 95px 0 5px; } }

@media only screen and (min-width: 768px) {
  .report #illustration-3 {
    margin: 225px 0 40px; } }

.report .intro {
  padding: 95px 0; }
  @media only screen and (min-width: 768px) {
    .report .intro {
      padding: 215px 0 260px; } }
  .report .intro h1 {
    margin-bottom: 45px; }
    @media only screen and (min-width: 768px) {
      .report .intro h1 {
        max-width: 737px;
        margin-bottom: 62px; } }
  .report .intro h2, .report .intro .fund-solecki__title {
    color: #0564fa;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .report .intro h2, .report .intro .fund-solecki__title {
        font-size: 32px; } }
  .report .intro p {
    font-size: 14px;
    line-height: 24px; }
    @media only screen and (min-width: 768px) {
      .report .intro p {
        font-size: 16px; } }

@media only screen and (min-width: 768px) {
  .report .stats-container {
    display: flex; } }

.report .stats-container .stats {
  margin-bottom: 95px; }
  @media only screen and (min-width: 768px) {
    .report .stats-container .stats {
      min-width: 400px; } }
  .report .stats-container .stats .stat {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 40px; }
    .report .stats-container .stats .stat .number {
      color: #0564fa;
      font-size: 56px; }
      @media only screen and (min-width: 768px) {
        .report .stats-container .stats .stat .number {
          font-size: 96px;
          line-height: 0.9; } }
    .report .stats-container .stats .stat .description {
      font-size: 14px; }

.report .numbered {
  font-size: 11px;
  padding: 95px 0 5px; }
  @media only screen and (min-width: 768px) {
    .report .numbered {
      font-size: 13px; } }
  .report .numbered .section-number {
    background-color: #0564fa;
    color: #fff;
    width: 40px;
    height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 28px; }
  @media only screen and (min-width: 1200px) {
    .report .numbered .columns {
      display: flex; }
      .report .numbered .columns .column {
        max-width: 560px; }
        .report .numbered .columns .column:first-child {
          min-width: 475px; } }
  .report .numbered .graph {
    max-width: 300px;
    margin: 0 auto;
    display: none; }
    @media only screen and (min-width: 1200px) {
      .report .numbered .graph {
        display: block; } }
  .report .numbered #graph-2 {
    margin: 0;
    display: block; }
  .report .numbered h3, .report .numbered footer .container .footer-contact p, footer .container .footer-contact .report .numbered p, .report .numbered .hp-budget-realisation__header, .report .numbered .city-intro--budget-text, .report .numbered .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .report .numbered span, .report .numbered .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .report .numbered span, .report .numbered .request-form p, .report .request-form .numbered p, .report .numbered .hp-form__header {
    margin-bottom: 45px; }
  .report .numbered .legend {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 45px; }
    @media only screen and (min-width: 768px) {
      .report .numbered .legend {
        font-size: 11px; } }
    .report .numbered .legend .entry {
      display: flex;
      margin-bottom: 14px; }
      .report .numbered .legend .entry .box {
        min-width: 28px;
        max-width: 28px;
        height: 28px;
        margin-right: 12px; }
        .report .numbered .legend .entry .box.type-1 {
          background-color: #0564fa; }
        .report .numbered .legend .entry .box.type-2 {
          background-color: #6f83ff; }
        .report .numbered .legend .entry .box.type-3 {
          background-color: #a7b4ff; }
        .report .numbered .legend .entry .box.type-4 {
          background-color: #d7ddff; }
        .report .numbered .legend .entry .box.type-5 {
          background-color: #b1b7c0; }
        .report .numbered .legend .entry .box.type-correct {
          background-color: #5abe56; }
          .report .numbered .legend .entry .box.type-correct ~ .value .number {
            color: #5abe56; }
      .report .numbered .legend .entry .number {
        color: #b1b7c0;
        font-size: 14px; }

.report .request-form {
  padding: 65px 0 95px; }
  .report .request-form h2, .report .request-form .fund-solecki__title {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .report .request-form h2, .report .request-form .fund-solecki__title {
        margin-top: 60px;
        margin-bottom: 35px;
        max-width: 430px; } }
  .report .request-form p {
    color: #0564fa;
    margin-bottom: 40px; }
  .report .request-form .contact-form-terms {
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .report .request-form .contact-form-terms {
        margin-bottom: 20px; } }
  .report .request-form .contact-form-marketing {
    margin-bottom: 30px; }

.report .grey-spacer {
  margin: 45px 0 65px; }

.location-landing .intro {
  padding: 44px 0 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .location-landing .intro {
      padding: 138px 0 45px;
      min-height: 640px; } }
  .location-landing .intro h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .location-landing .intro h1 {
        font-size: 64px;
        line-height: 80px;
        letter-spacing: -1.03px;
        margin-bottom: 61px; } }
  @media only screen and (min-width: 768px) {
    .location-landing .intro.non-client-intro {
      padding-bottom: 0; }
      .location-landing .intro.non-client-intro h1 {
        margin-bottom: 180px !important; } }
  .location-landing .intro .location-logo {
    margin-bottom: 64px;
    max-width: 100%;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .location-landing .intro .location-logo {
        margin-bottom: 91px; } }
  .location-landing .intro .button-budget {
    white-space: nowrap;
    padding: 23px 0;
    margin: 0 auto 44px; }
    @media only screen and (min-width: 768px) {
      .location-landing .intro .button-budget {
        margin-left: 0;
        margin-bottom: 0; } }
  .location-landing .intro .location-map {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .location-landing .intro .location-map {
        position: absolute;
        bottom: 96px;
        right: -40px;
        z-index: -1; } }

.location-landing .last-budget {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .location-landing .last-budget {
      display: flex; } }
  .location-landing .last-budget .title-container {
    display: flex;
    align-items: center;
    padding: 0 21px;
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .location-landing .last-budget .title-container {
        min-width: 345px;
        max-width: 345px;
        margin-left: auto;
        padding-left: 0; } }
    @media only screen and (min-width: 992px) {
      .location-landing .last-budget .title-container {
        margin-bottom: 33px;
        min-width: 369px;
        max-width: 369px; } }
    @media only screen and (min-width: 1200px) {
      .location-landing .last-budget .title-container {
        min-width: 555px;
        max-width: 555px; } }
    .location-landing .last-budget .title-container h2, .location-landing .last-budget .title-container .fund-solecki__title {
      font-size: 22px;
      line-height: 32px;
      color: #fff;
      white-space: nowrap; }
      @media only screen and (min-width: 992px) {
        .location-landing .last-budget .title-container h2, .location-landing .last-budget .title-container .fund-solecki__title {
          font-size: 48px;
          line-height: 80px; } }
    .location-landing .last-budget .title-container .button-arrow {
      display: inline-flex;
      width: 28px;
      height: 28px;
      padding: 0;
      margin-left: 11px;
      position: relative;
      top: -1px; }
      @media only screen and (min-width: 1200px) {
        .location-landing .last-budget .title-container .button-arrow {
          width: 60px;
          height: 60px;
          margin-left: 22px;
          top: -2px; }
          .location-landing .last-budget .title-container .button-arrow svg {
            width: 18px;
            height: 30px; } }
  .location-landing .last-budget .graph-stacked {
    padding: 0 21px; }
    .location-landing .last-budget .graph-stacked h3, .location-landing .last-budget .graph-stacked footer .container .footer-contact p, footer .container .footer-contact .location-landing .last-budget .graph-stacked p, .location-landing .last-budget .graph-stacked .hp-budget-realisation__header, .location-landing .last-budget .graph-stacked .city-intro--budget-text, .location-landing .last-budget .graph-stacked .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .location-landing .last-budget .graph-stacked span, .location-landing .last-budget .graph-stacked .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .location-landing .last-budget .graph-stacked span, .location-landing .last-budget .graph-stacked .report .request-form p, .report .request-form .location-landing .last-budget .graph-stacked p, .location-landing .last-budget .graph-stacked .hp-form__header {
      font-size: 32px;
      line-height: 40px;
      color: #fff;
      margin-bottom: 42px; }
      .location-landing .last-budget .graph-stacked h3 span, .location-landing .last-budget .graph-stacked footer .container .footer-contact p span, footer .container .footer-contact .location-landing .last-budget .graph-stacked p span, .location-landing .last-budget .graph-stacked .hp-budget-realisation__header span, .location-landing .last-budget .graph-stacked .city-intro--budget-text span, .location-landing .last-budget .graph-stacked .city-intro--dropdown .dropdown-menu .dropdown-item span span, .city-intro--dropdown .dropdown-menu .dropdown-item .location-landing .last-budget .graph-stacked span span, .location-landing .last-budget .graph-stacked .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .location-landing .last-budget .graph-stacked span span, .location-landing .last-budget .graph-stacked .report .request-form p span, .report .request-form .location-landing .last-budget .graph-stacked p span, .location-landing .last-budget .graph-stacked .hp-form__header span {
        display: block;
        color: #6f83ff;
        white-space: nowrap; }
    .location-landing .last-budget .graph-stacked .graph {
      display: flex;
      height: 306px; }
      @media only screen and (min-width: 768px) {
        .location-landing .last-budget .graph-stacked .graph {
          height: 456px; } }
      .location-landing .last-budget .graph-stacked .graph .entries {
        flex: 1;
        transform: translateY(19px);
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .location-landing .last-budget .graph-stacked .graph .entries .entry {
          display: flex;
          justify-content: space-between;
          min-height: 3px; }
          .location-landing .last-budget .graph-stacked .graph .entries .entry:first-child {
            margin-top: 0; }
          .location-landing .last-budget .graph-stacked .graph .entries .entry:last-child {
            margin-bottom: 0; }
          .location-landing .last-budget .graph-stacked .graph .entries .entry .label {
            font-size: 10px;
            line-height: 12px;
            font-weight: bold;
            color: #fff;
            text-align: right;
            flex: 1;
            margin: 0 7px; }
            @media only screen and (min-width: 768px) {
              .location-landing .last-budget .graph-stacked .graph .entries .entry .label {
                font-size: 13px;
                line-height: 16px;
                margin: 0 12px; } }
            .location-landing .last-budget .graph-stacked .graph .entries .entry .label span {
              margin-right: 7px; }
              @media only screen and (min-width: 768px) {
                .location-landing .last-budget .graph-stacked .graph .entries .entry .label span {
                  margin-right: 12px; } }
          .location-landing .last-budget .graph-stacked .graph .entries .entry .box {
            width: 29px;
            background-color: #6f83ff;
            max-width: 160px; }
            @media only screen and (min-width: 1200px) {
              .location-landing .last-budget .graph-stacked .graph .entries .entry .box {
                width: calc(40% - 32px); } }
          .location-landing .last-budget .graph-stacked .graph .entries .entry.with-hidden-label .label {
            opacity: 0;
            transform: translateY(-4px);
            transition: opacity 200ms; }
          .location-landing .last-budget .graph-stacked .graph .entries .entry.with-hidden-label.label-appear .label {
            opacity: 1; }
      .location-landing .last-budget .graph-stacked .graph .skewed-bar {
        background-color: #4D65EB;
        min-width: 72px;
        max-width: 72px;
        transform: skewY(-15deg) translateY(9.5px); }
      .location-landing .last-budget .graph-stacked .graph .bar {
        background-color: #6f83ff;
        min-width: 24px;
        max-width: 24px; }
  .location-landing .last-budget .incomes, .location-landing .last-budget .expenses {
    padding: 34px 0 64px; }
    @media only screen and (min-width: 768px) {
      .location-landing .last-budget .incomes, .location-landing .last-budget .expenses {
        min-width: 50%;
        max-width: 50%;
        padding-top: 43px; } }
  .location-landing .last-budget .incomes {
    background-color: #33394b; }
    .location-landing .last-budget .incomes .graph-stacked h3, .location-landing .last-budget .incomes .graph-stacked footer .container .footer-contact p, footer .container .footer-contact .location-landing .last-budget .incomes .graph-stacked p, .location-landing .last-budget .incomes .graph-stacked .hp-budget-realisation__header, .location-landing .last-budget .incomes .graph-stacked .city-intro--budget-text, .location-landing .last-budget .incomes .graph-stacked .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .location-landing .last-budget .incomes .graph-stacked span, .location-landing .last-budget .incomes .graph-stacked .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .location-landing .last-budget .incomes .graph-stacked span, .location-landing .last-budget .incomes .graph-stacked .report .request-form p, .report .request-form .location-landing .last-budget .incomes .graph-stacked p, .location-landing .last-budget .incomes .graph-stacked .hp-form__header {
      text-align: right; }
      @media only screen and (min-width: 768px) {
        .location-landing .last-budget .incomes .graph-stacked h3, .location-landing .last-budget .incomes .graph-stacked footer .container .footer-contact p, footer .container .footer-contact .location-landing .last-budget .incomes .graph-stacked p, .location-landing .last-budget .incomes .graph-stacked .hp-budget-realisation__header, .location-landing .last-budget .incomes .graph-stacked .city-intro--budget-text, .location-landing .last-budget .incomes .graph-stacked .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .location-landing .last-budget .incomes .graph-stacked span, .location-landing .last-budget .incomes .graph-stacked .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .location-landing .last-budget .incomes .graph-stacked span, .location-landing .last-budget .incomes .graph-stacked .report .request-form p, .report .request-form .location-landing .last-budget .incomes .graph-stacked p, .location-landing .last-budget .incomes .graph-stacked .hp-form__header {
          padding-right: 19px; } }
  .location-landing .last-budget .expenses {
    background-color: #061E39; }
    @media only screen and (min-width: 768px) {
      .location-landing .last-budget .expenses {
        padding-top: 135px; } }
    @media only screen and (min-width: 992px) {
      .location-landing .last-budget .expenses {
        padding-top: 156px; } }
    @media only screen and (min-width: 768px) {
      .location-landing .last-budget .expenses .graph-stacked h3, .location-landing .last-budget .expenses .graph-stacked footer .container .footer-contact p, footer .container .footer-contact .location-landing .last-budget .expenses .graph-stacked p, .location-landing .last-budget .expenses .graph-stacked .hp-budget-realisation__header, .location-landing .last-budget .expenses .graph-stacked .city-intro--budget-text, .location-landing .last-budget .expenses .graph-stacked .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .location-landing .last-budget .expenses .graph-stacked span, .location-landing .last-budget .expenses .graph-stacked .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .location-landing .last-budget .expenses .graph-stacked span, .location-landing .last-budget .expenses .graph-stacked .report .request-form p, .report .request-form .location-landing .last-budget .expenses .graph-stacked p, .location-landing .last-budget .expenses .graph-stacked .hp-form__header {
        padding-left: 19px; } }
    .location-landing .last-budget .expenses .graph-stacked .graph {
      flex-direction: row-reverse; }
      .location-landing .last-budget .expenses .graph-stacked .graph .entries .entry {
        flex-direction: row-reverse; }
        .location-landing .last-budget .expenses .graph-stacked .graph .entries .entry .label {
          text-align: left; }
          .location-landing .last-budget .expenses .graph-stacked .graph .entries .entry .label span {
            margin-right: 0;
            margin-left: 7px; }
            @media only screen and (min-width: 768px) {
              .location-landing .last-budget .expenses .graph-stacked .graph .entries .entry .label span {
                margin-right: 0;
                margin-left: 12px; } }
        .location-landing .last-budget .expenses .graph-stacked .graph .entries .entry .box {
          background-color: #0564fa; }
      .location-landing .last-budget .expenses .graph-stacked .graph .skewed-bar {
        transform: skewY(15deg) translateY(9.5px);
        background-color: #023d9b; }
      .location-landing .last-budget .expenses .graph-stacked .graph .bar {
        background-color: #0564fa; }

.location-landing .section {
  padding-top: 72px;
  padding-bottom: 72px; }
  .location-landing .section:last-child {
    padding-bottom: 0; }
  .location-landing .section .title-container {
    margin-bottom: 34px; }
    .location-landing .section .title-container .number {
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      font-size: 16px;
      line-height: 40px;
      text-align: center;
      display: inline-block;
      width: 40px;
      margin-bottom: 16px;
      background: #0564fa;
      color: #fff; }
    .location-landing .section .title-container h2, .location-landing .section .title-container .fund-solecki__title {
      font-size: 22px;
      line-height: 32px; }
      @media only screen and (min-width: 768px) {
        .location-landing .section .title-container h2, .location-landing .section .title-container .fund-solecki__title {
          font-size: 48px;
          line-height: 60px; } }
  .location-landing .section.non-client-charts {
    padding-top: 0; }
    @media only screen and (min-width: 768px) {
      .location-landing .section.non-client-charts .title-container {
        display: flex;
        align-items: flex-end;
        margin-bottom: 95px; } }
    .location-landing .section.non-client-charts .title-container .title {
      margin-bottom: 34px; }
      @media only screen and (min-width: 768px) {
        .location-landing .section.non-client-charts .title-container .title {
          margin-right: 15%;
          margin-bottom: 0; } }
    .location-landing .section.non-client-charts .title-container .description {
      font-size: 16px; }
      @media only screen and (min-width: 768px) {
        .location-landing .section.non-client-charts .title-container .description {
          font-size: 22px;
          margin-bottom: -5px; } }
  .location-landing .section .graph-container {
    margin-bottom: 16px; }
    @media only screen and (min-width: 768px) {
      .location-landing .section .graph-container {
        width: calc(100% - 100px);
        margin: 0 auto 37px; } }
    .location-landing .section .graph-container .title {
      font-size: 16px;
      text-align: right;
      margin-bottom: 12px; }
      @media only screen and (min-width: 768px) {
        .location-landing .section .graph-container .title {
          font-size: 22px;
          padding-right: 70px;
          margin-bottom: 16px; } }
    .location-landing .section .graph-container .graph {
      border-radius: 16px;
      border: solid 2.5px #eef1f8;
      padding: 16px; }
      @media only screen and (min-width: 768px) {
        .location-landing .section .graph-container .graph {
          padding: 24px; } }
      .location-landing .section .graph-container .graph .graph-header {
        margin-bottom: 24px; }
        @media only screen and (min-width: 768px) {
          .location-landing .section .graph-container .graph .graph-header {
            display: flex;
            justify-content: space-between; } }
        .location-landing .section .graph-container .graph .graph-header h3, .location-landing .section .graph-container .graph .graph-header footer .container .footer-contact p, footer .container .footer-contact .location-landing .section .graph-container .graph .graph-header p, .location-landing .section .graph-container .graph .graph-header .hp-budget-realisation__header, .location-landing .section .graph-container .graph .graph-header .city-intro--budget-text, .location-landing .section .graph-container .graph .graph-header .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .location-landing .section .graph-container .graph .graph-header span, .location-landing .section .graph-container .graph .graph-header .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .location-landing .section .graph-container .graph .graph-header span, .location-landing .section .graph-container .graph .graph-header .report .request-form p, .report .request-form .location-landing .section .graph-container .graph .graph-header p, .location-landing .section .graph-container .graph .graph-header .hp-form__header {
          font-size: 22px;
          line-height: 32px;
          margin-bottom: 16px; }
          @media only screen and (min-width: 768px) {
            .location-landing .section .graph-container .graph .graph-header h3, .location-landing .section .graph-container .graph .graph-header footer .container .footer-contact p, footer .container .footer-contact .location-landing .section .graph-container .graph .graph-header p, .location-landing .section .graph-container .graph .graph-header .hp-budget-realisation__header, .location-landing .section .graph-container .graph .graph-header .city-intro--budget-text, .location-landing .section .graph-container .graph .graph-header .city-intro--dropdown .dropdown-menu .dropdown-item span, .city-intro--dropdown .dropdown-menu .dropdown-item .location-landing .section .graph-container .graph .graph-header span, .location-landing .section .graph-container .graph .graph-header .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item span, .city-investments .info-all .info-type .dropdown-topic-list .dropdown-item .location-landing .section .graph-container .graph .graph-header span, .location-landing .section .graph-container .graph .graph-header .report .request-form p, .report .request-form .location-landing .section .graph-container .graph .graph-header p, .location-landing .section .graph-container .graph .graph-header .hp-form__header {
              font-size: 19px;
              margin-bottom: 0; } }
        .location-landing .section .graph-container .graph .graph-header .legend {
          list-style: none;
          padding: 0;
          margin: 0; }
          @media only screen and (min-width: 768px) {
            .location-landing .section .graph-container .graph .graph-header .legend {
              display: flex;
              align-items: center; } }
          .location-landing .section .graph-container .graph .graph-header .legend li {
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            font-size: 14px;
            line-height: 16px;
            display: flex;
            align-items: center;
            margin-bottom: 15px; }
            @media only screen and (min-width: 768px) {
              .location-landing .section .graph-container .graph .graph-header .legend li {
                font-size: 13px;
                margin-bottom: 0;
                margin-left: 25px; } }
            .location-landing .section .graph-container .graph .graph-header .legend li::before {
              content: '';
              display: block;
              width: 19px;
              height: 19px;
              background-color: #023d9b;
              margin-right: 10px; }
            .location-landing .section .graph-container .graph .graph-header .legend li:last-child {
              margin-bottom: 0; }
            .location-landing .section .graph-container .graph .graph-header .legend li:nth-child(2)::before {
              background-color: #6f83ff; }
            .location-landing .section .graph-container .graph .graph-header .legend li:nth-child(3)::before {
              background-color: #0564fa; }
        .location-landing .section .graph-container .graph .graph-header .lead {
          font-size: 13px;
          margin: 0;
          max-width: 170px;
          color: #b1b7c0; }
      .location-landing .section .graph-container .graph .chart-container .units {
        font-size: 10px;
        font-weight: bold;
        color: #b1b7c0;
        margin-bottom: 8px; }
        @media only screen and (min-width: 768px) {
          .location-landing .section .graph-container .graph .chart-container .units {
            display: none; } }
  .location-landing .section .line-charts {
    margin-bottom: 16px; }
    .location-landing .section .line-charts:last-child {
      margin-bottom: 0; }
    .location-landing .section .line-charts .graph-container:last-child {
      margin-bottom: 0; }
  .location-landing .section .column-charts .graph-container {
    margin-bottom: 0; }
    @media only screen and (min-width: 1200px) {
      .location-landing .section .column-charts .graph-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    .location-landing .section .column-charts .graph-container .graph {
      margin-bottom: 16px; }
      @media only screen and (min-width: 1200px) {
        .location-landing .section .column-charts .graph-container .graph {
          min-width: calc(33% - 8px);
          max-width: calc(33% - 8px);
          margin-bottom: 0; } }
      .location-landing .section .column-charts .graph-container .graph:last-child {
        margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .location-landing .section .column-charts .graph-container .graph .graph-header {
          display: block; }
          .location-landing .section .column-charts .graph-container .graph .graph-header .lead {
            max-width: none;
            white-space: nowrap; } }
      .location-landing .section .column-charts .graph-container .graph .chart-entries {
        height: 120px;
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        .location-landing .section .column-charts .graph-container .graph .chart-entries .entry {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: center;
          margin: 0 28px;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-weight: bold;
          font-size: 13px; }
          .location-landing .section .column-charts .graph-container .graph .chart-entries .entry .label, .location-landing .section .column-charts .graph-container .graph .chart-entries .entry .bar {
            margin-bottom: 8px; }
          .location-landing .section .column-charts .graph-container .graph .chart-entries .entry .bar {
            width: 16px;
            background-color: #023d9b;
            flex: auto;
            display: flex;
            flex-direction: column-reverse; }
            .location-landing .section .column-charts .graph-container .graph .chart-entries .entry .bar.light {
              background-color: #0564fa; }
            .location-landing .section .column-charts .graph-container .graph .chart-entries .entry .bar .part {
              background-color: #0564fa; }

.location-landing .disclaimer {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
  max-width: 900px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .location-landing .disclaimer {
      padding-top: 64px;
      padding-bottom: 64px;
      font-size: 16px;
      line-height: 24px; } }

.location-landing .divider {
  height: 7px;
  background-color: rgba(177, 183, 192, 0.3); }

.location-landing .budgets .title-container {
  margin-bottom: 24px; }

.location-landing .budgets .list-cities {
  padding: 0;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .location-landing .budgets .list-cities {
      display: block !important; } }
  @media only screen and (min-width: 768px) {
    .location-landing .budgets .list-cities {
      margin-bottom: 120px; } }
  .location-landing .budgets .list-cities.expanded {
    margin-bottom: 0; }
    .location-landing .budgets .list-cities.expanded .box-city > div:nth-child(n + 4) {
      display: block; }
    .location-landing .budgets .list-cities.expanded .button-budget {
      display: none; }
  .location-landing .budgets .list-cities .box-city {
    margin-top: 0;
    margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .location-landing .budgets .list-cities .box-city {
        margin-bottom: 80px; } }
    .location-landing .budgets .list-cities .box-city > div:nth-child(n + 4) {
      display: none; }
    .location-landing .budgets .list-cities .box-city .box-cities {
      margin-top: 0;
      margin-bottom: 25px; }
      .location-landing .budgets .list-cities .box-city .box-cities--caption {
        align-items: center;
        min-height: auto;
        padding: 23px 16px; }
      .location-landing .budgets .list-cities .box-city .box-cities--link {
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        color: #b1b7c0;
        margin-bottom: 0;
        padding-top: 0; }
      .location-landing .budgets .list-cities .box-city .box-cities--city-year .box-cities--link {
        font-size: 32px;
        color: #000; }
  .location-landing .budgets .list-cities .button-budget {
    margin-right: auto;
    margin-left: auto; }

.location-landing .cta {
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .location-landing .cta {
      margin-bottom: 120px; } }
  @media only screen and (min-width: 1200px) {
    .location-landing .cta {
      padding-left: 43%; } }
  .location-landing .cta p {
    font-size: 22px;
    line-height: 32px;
    max-width: 570px;
    margin: 0 0 8px; }
  .location-landing .cta .bigger {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .location-landing .cta .bigger {
        margin-bottom: 70px; } }

.sitemap {
  margin-bottom: 95px; }
  @media only screen and (min-width: 768px) {
    .sitemap {
      margin-bottom: 120px; } }
  .sitemap h1 {
    margin: 44px 0 125px;
    max-width: 205px; }
    @media only screen and (min-width: 768px) {
      .sitemap h1 {
        margin: 135px 0 185px;
        max-width: none; } }
  .sitemap .section a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold; }
  .sitemap .section > a {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    display: inline-block;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .sitemap .section > a {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 24px; } }
    .sitemap .section > a:hover {
      color: #0564fa; }
    .sitemap .section > a h2, .sitemap .section > a .fund-solecki__title {
      font-size: inherit;
      line-height: inherit; }
  .sitemap .section .sub-pages {
    margin-bottom: 36px; }
    @media only screen and (min-width: 1200px) {
      .sitemap .section .sub-pages {
        columns: 2; } }
    .sitemap .section .sub-pages a {
      font-size: 14px;
      line-height: 16px; }
      @media only screen and (min-width: 768px) {
        .sitemap .section .sub-pages a {
          font-size: 16px; } }
    .sitemap .section .sub-pages .sub-page {
      margin-bottom: 16px;
      break-inside: avoid-column; }
      .sitemap .section .sub-pages .sub-page:last-child {
        margin-bottom: 0; }
      .sitemap .section .sub-pages .sub-page > a {
        margin-bottom: 10px; }
        .sitemap .section .sub-pages .sub-page > a:last-child {
          margin-bottom: 0; }
      .sitemap .section .sub-pages .sub-page .second-level {
        list-style: none;
        margin: 0;
        padding: 0 0 0 20px; }
        .sitemap .section .sub-pages .sub-page .second-level li {
          margin-bottom: 10px;
          line-height: 16px; }
          .sitemap .section .sub-pages .sub-page .second-level li:last-child {
            margin-bottom: 0; }
      .sitemap .section .sub-pages .sub-page.one-level > a {
        margin-bottom: 0; }

html {
  -webkit-overflow-scrolling: touch; }

html, body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #00122d; }
  body.msie .nav-pills {
    width: auto !important;
    margin-top: -24px !important; }
  body.msie .city-intro--left {
    top: 87px; }
  body.msie .module-list__right .one-news {
    width: 50% !important; }
  body.msie .taxes-bottom-text a {
    display: block; }
  body.msie .contact-form-group__input {
    height: 34px; }
  body.msie .taxes-modal-slider-bottom-group {
    width: 33%;
    display: inline-block;
    margin-bottom: 40px; }

#container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between; }

button, input[type="button"], input[type="submit"], a[role="button"], .role-button {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  height: 64px;
  width: 200px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background: #6f83ff;
  transition: 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
  justify-content: center;
  border: 0 solid;
  cursor: pointer; }
  button:focus, input[type="button"]:focus, input[type="submit"]:focus, a[role="button"]:focus, .role-button:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important; }
  button:hover, input[type="button"]:hover, input[type="submit"]:hover, a[role="button"]:hover, .role-button:hover {
    color: #fff;
    background: #0564fa !important;
    text-decoration: none; }

a {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: normal;
  color: #b1b7c0;
  display: inline-block;
  text-decoration: none; }
  a:hover {
    color: #0564fa;
    text-decoration: none; }

.see-more a {
  text-decoration: underline; }

.grey-spacer {
  width: 100%;
  height: 8px;
  background: rgba(177, 183, 192, 0.3);
  margin-top: 33px; }

.hidden {
  display: none !important; }

.visibility {
  visibility: hidden !important;
  z-index: -1; }

.whiteBG {
  background: #fff !important; }

/*paginacja*/
a.page-link.slide-prev, a.page-link.slide-next {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0 solid;
  border-radius: 0 !important;
  background-color: #000;
  color: #fff;
  line-height: 37px;
  text-align: center;
  font-size: 30px;
  margin-left: 2px;
  transition: 0.3s; }
  a.page-link.slide-prev:focus, a.page-link.slide-next:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
  a.page-link.slide-prev:hover, a.page-link.slide-next:hover {
    background-color: #0564fa; }

.popover-body p:last-of-type {
  margin-bottom: 0 !important; }

.hp-form {
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .hp-form {
      margin-top: 61px; } }
  .hp-form__header {
    font-size: 32px;
    line-height: 39px;
    color: #0564fa; }
    @media only screen and (min-width: 768px) {
      .hp-form__header {
        margin: -9px 0 33px 96px; } }
    @media only screen and (min-width: 1200px) {
      .hp-form__header {
        margin: -9px 0 33px 0; } }
  @media only screen and (min-width: 768px) {
    .hp-form__form {
      margin-bottom: 77px;
      margin-left: 96px; } }
  @media only screen and (min-width: 1200px) {
    .hp-form__form {
      margin-bottom: 126px;
      margin-left: 0; } }
  .hp-form__email {
    width: 344px;
    line-height: 62px;
    border: 1px solid #b1b7c0;
    font-size: 16px;
    padding: 0 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px; }
    .hp-form__email::placeholder {
      color: #b1b7c0; }

.hp-button {
  margin-top: 34px;
  margin-bottom: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold; }

/*Perfect Scrollbar*/
.ps {
  position: relative;
  width: 100%;
  height: 100%; }
  .ps__thumb-x, .ps__thumb-y {
    background: rgba(177, 183, 192, 0.61) !important;
    border-radius: 0; }
  .ps__thumb-x {
    height: 4px; }
  .ps__thumb-y {
    border-radius: 0;
    width: 4px;
    right: 0; }
  .ps__rail-y, .ps__rail-x {
    background: rgba(177, 183, 192, 0.2) !important;
    opacity: 1 !important;
    z-index: 1021; }
  .ps__rail-y {
    width: 4px !important; }
  .ps__rail-x {
    height: 4px !important; }

.clear-float {
  float: none !important; }

/*tooltip*/
.pop-over {
  width: 16px;
  height: 17px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  float: left;
  margin-right: 5px; }
  .pop-over svg rect, .pop-over svg circle {
    transition: fill .3s ease; }
  .pop-over:hover .info-ico--g {
    fill: #0564fa; }
  .pop-over .info-ico--g {
    fill: #000;
    transition: 0.3s; }
  .pop-over--blue:hover .info-ico--g {
    fill: #00122d; }
  .pop-over--blue .info-ico--g {
    fill: #fff; }

.popover {
  box-shadow: 0 0 30px 0 rgba(51, 57, 75, 0.2);
  background: #fff;
  border-radius: 0;
  border: 0 solid;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  line-height: 18px;
  z-index: 999;
  max-width: 408px;
  display: block; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    top: -13px !important; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    top: 13px !important; }
  @media only screen and (max-width: 1199px) {
    .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
      top: -5px !important; }
    .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
      top: 65px !important; } }
  .popover-body {
    padding: 28px 40px; }

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  touch-action: manipulation; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 768px; } }

a.dropdown-item {
  cursor: pointer; }


/*# sourceMappingURL=ncimp.817c95246c2416e3db27.css.map*/