/*! nouislider - 14.1.1 - 12/15/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Icons - START */
/* 
  background-image: svgToURI(map-get($icons, times), quote($brand-white));
*/
/*--------------------------------------------------------*\
  Soda Mixins
\*--------------------------------------------------------*/
/* Change autocomplete styles in WebKit */
/**
  * rem - convert PX font value to REM
  * @param {string} $size     - px font size (e.g. 16px, 8px etc.)

  * @return {string}          - rem based font value
**/
/**
 * Replace - Replace a string with a string

 * @param  {string} $string   - String to be manipulated
 * @param  {string} $search   - Value to be replaced
 * @param  {string} $replace  - String to replace original string with

 * @return {string}           - The manipulated string with replaced values
**/
/**
 * SVG to URI - converts SVG into dataURI

 * @param {string} $svg       - SVG file

 * @return {string}           - dataURI
**/
:root {
  --filter-legend-icon-size: 48px;
}
@media (min-width: 768px) {
  :root {
    --filter-legend-icon-size: 42px;
  }
}
@media (min-width: 992px) {
  :root {
    --filter-legend-icon-size: 48px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 177, 142, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 177, 142, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.95);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(0, 177, 142, 0);
    box-shadow: 0 0 0 20px rgba(0, 177, 142, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 177, 142, 0);
    box-shadow: 0 0 0 0 rgba(0, 177, 142, 0);
  }
}
.map__legend {
  grid-template-columns: repeat(5, 1fr);
  background-color: #414142;
  position: fixed;
  top: 20vh;
  right: 100%;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 750;
  background-color: #414142;
  width: 100%;
}
.map__legend:not(.loading) .map__filter_box_toggle_wrapper:after,
.map__legend:not(.loading) .map__legend_toggle_wrapper:after {
  content: "";
  pointer-events: none;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background: teal;
  display: block;
  background: transparent;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.95);
  animation-delay: 1s;
  animation-name: pulse;
  animation-duration: 2.5s;
  animation-iteration-count: 3;
}
@media (min-width: 768px) {
  .map__legend {
    width: 380px;
  }
}
.map__legend.loading {
  right: calc(100% + 380px);
}
.map__legend.active {
  right: var(--filter-legend-icon-size);
  z-index: 800;
}
@media (min-width: 768px) {
  .map__legend.active {
    right: calc(100% - 380px);
  }
}
.map__legend .map__legend_toggle_wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #414142;
  height: auto;
  width: var(--filter-legend-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.map__legend .map__legend_toggle_wrapper .map__legend_btn_text {
  display: none;
  width: 100%;
  background-color: #414142;
  align-items: center;
  justify-content: center;
  padding: 16px 2px;
}
@media (min-width: 992px) {
  .map__legend .map__legend_toggle_wrapper .map__legend_btn_text {
    display: flex;
  }
}
.map__legend .map__legend_toggle_wrapper .map__legend_btn_text p {
  writing-mode: vertical-rl;
  margin: 0;
  font-weight: 600;
  color: #fefeff;
  pointer-events: none;
}
.map__legend .map__legend_toggle_wrapper .map__legend_toggle {
  content: "";
  cursor: pointer;
  height: var(--filter-legend-icon-size);
  width: 100%;
  padding: 12px;
  background-color: #414142;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='info' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' class='svg-inline--fa fa-info fa-w-6 fa-3x'%3E%3Cpath fill='%23fefeff' d='M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z'/%3E%3C/svg%3E");
  border: none;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
}
.map__legend .map__legend_wrapper {
  display: flex;
  justify-content: center;
  padding: 24px;
  width: calc(100% - var(--filter-legend-icon-size));
  margin-left: auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .map__legend .map__legend_wrapper {
    width: 100%;
  }
}
.map__legend .map__legend_wrapper .color__block_list,
.map__legend .map__legend_wrapper .icon__list {
  bottom: 0;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  transition: all 0.15s ease;
  display: flex;
  flex-direction: column;
}
.map__legend .map__legend_wrapper .color__block_list li,
.map__legend .map__legend_wrapper .icon__list li {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fefeff;
  cursor: default;
  margin: 0 0 4px;
  align-items: center;
}
.map__legend .map__legend_wrapper .color__block_list li p,
.map__legend .map__legend_wrapper .icon__list li p {
  color: #fefeff;
  font-size: 14px;
  padding: 0 0 0 16px;
  margin: 0;
  text-align: left;
  float: left;
  width: auto;
}
.map__legend .map__legend_wrapper .color__block_list li .color__block,
.map__legend .map__legend_wrapper .icon__list li .color__block {
  width: 24px;
  height: 16px;
  margin: 2px 0;
  float: left;
}
.map__legend .map__legend_wrapper .color__block_list {
  bottom: 0;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0;
  transition: all 0.15s ease;
  display: flex;
  flex-direction: column;
}
.map__legend .map__legend_wrapper .color__block_list li {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fefeff;
  cursor: default;
  margin: 0 0 4px;
  align-items: center;
}
.map__legend .map__legend_wrapper .color__block_list li p {
  color: #fefeff;
  font-size: 14px;
  padding: 0 0 0 16px;
  margin: 0;
  text-align: left;
  float: left;
  width: auto;
}
.map__legend .map__legend_wrapper .color__block_list li .color__block {
  width: 24px;
  height: 16px;
  margin: 2px 0;
  float: left;
}
.map__legend .map__legend_wrapper .color__block_list .sold .color__block {
  background-color: #d45d00;
}
.map__legend .map__legend_wrapper .color__block_list .sale .color__block {
  background-color: #00b18e;
}
.map__legend .map__legend_wrapper .color__block_list .future .color__block {
  background-color: #9db0ac;
}
.map__legend .map__legend_wrapper .color__block_list .open .color__block {
  background-color: #85c77f;
}
.map__legend .map__legend_wrapper .color__block_list .village .color__block {
  background-color: #7b6469;
}
.map__legend .map__legend_wrapper .color__block_list .multiunit .color__block {
  background-color: #da353e;
}
.map__legend .map__legend_wrapper .color__block_list .houseandland .color__block {
  background-color: #05c3de;
}
.map__legend .map__legend_wrapper .color__block_list .shop .color__block {
  background-color: #9a3466;
}
.map__legend .map__legend_wrapper .color__block_list .salesoffice .color__block {
  background-color: #e2414d;
}
.map__legend .map__legend_wrapper .color__block_list .school .color__block {
  background-color: #fcee23;
}
.map__legend .map__legend_wrapper .icon__list {
  padding: 24px 0 0;
}
.map__legend .map__legend_wrapper .icon__list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 8px;
}
.map__legend .map__legend_wrapper .icon__list li img {
  width: 24px;
  margin: 0;
  float: left;
}

.map__filter_box {
  grid-template-columns: repeat(5, 1fr);
  background-color: #414142;
  padding: 0;
  position: fixed;
  top: 20vh;
  left: 100%;
  color: #fefeff;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 750;
  width: 100%;
}
.map__filter_box:not(.loading) .map__filter_box_toggle_wrapper:after,
.map__filter_box:not(.loading) .map__legend_toggle_wrapper:after {
  content: "";
  pointer-events: none;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background: teal;
  display: block;
  background: transparent;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.95);
  animation-delay: 1s;
  animation-name: pulse;
  animation-duration: 2.5s;
  animation-iteration-count: 3;
}
@media (min-width: 768px) {
  .map__filter_box {
    width: 360px;
  }
}
.map__filter_box.loading {
  left: calc(100% + 360px);
}
.map__filter_box.active {
  left: var(--filter-legend-icon-size);
  z-index: 850;
}
@media (min-width: 768px) {
  .map__filter_box.active {
    left: calc(100% - 360px);
  }
}
.map__filter_box .map__filter_box_main {
  padding: 24px;
  width: calc(100% - var(--filter-legend-icon-size));
}
@media (min-width: 768px) {
  .map__filter_box .map__filter_box_main {
    width: 100%;
  }
}
.map__filter_box .map__filter_box_toggle_wrapper {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #414142;
  height: auto;
  width: var(--filter-legend-icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  cursor: pointer;
}
.map__filter_box .map__filter_box_toggle_wrapper .map__filter_btn_text {
  display: none;
  width: 100%;
  background-color: #414142;
  align-items: center;
  justify-content: center;
  padding: 16px 2px;
}
@media (min-width: 992px) {
  .map__filter_box .map__filter_box_toggle_wrapper .map__filter_btn_text {
    display: flex;
  }
}
.map__filter_box .map__filter_box_toggle_wrapper .map__filter_btn_text p {
  writing-mode: vertical-rl;
  margin: 0;
  font-weight: 600;
  color: #fefeff;
  pointer-events: none;
}
.map__filter_box .map__filter_box_toggle_wrapper .map__filter_box_toggle {
  content: "";
  cursor: pointer;
  height: var(--filter-legend-icon-size);
  width: 100%;
  padding: 12px;
  background-color: #414142;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='filter' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-filter fa-w-16 fa-3x'%3E%3Cpath fill='%23fefeff' d='M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z'/%3E%3C/svg%3E");
  border: none;
  box-shadow: none;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
.map__filter_box .map__filter_box_main_title {
  color: #fefeff;
  font-size: 2rem;
}
.map__filter_box .map__filters_wrapper {
  display: flex;
  flex-direction: column;
}
.map__filter_box .map__filters_wrapper .map__filter_single {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.map__filter_box .map__filters_wrapper .map__filter_single label {
  font-size: 1.35rem;
}
.map__filter_box .map__filters_wrapper .map__filter_single .filter__slider {
  margin: 0 12px 28px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.map__filter_box .map__filters_wrapper .map__filter_single .filter__slider.noUi-target {
  margin: 18px 12px 28px;
}
.map__filter_box .map__filters_wrapper .map__filter_single select {
  background-color: transparent;
}
.map__filter_box .map__filters_wrapper .map__filter_other {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.map__filter_box .wrapper-toggle {
  overflow: auto;
  margin: 0;
  padding: 16px 0 0;
}
.map__filter_box .wrapper-toggle li {
  display: inline-block;
  list-style-type: none;
  padding: 0 22px;
}
.map__filter_box .wrapper-toggle a {
  position: relative;
  display: inline-block;
  padding: 44px 0 0 0;
  font-size: 0.75em;
  color: #fefeff;
  text-transform: uppercase;
}
.map__filter_box .wrapper-toggle a:hover {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.map__filter_box .wrapper-toggle a:hover.view-map:after {
  background-image: url(../img/icon-map-active.svg);
}
.map__filter_box .wrapper-toggle a:hover.view-list:after {
  background-image: url(../img/icon-list-active.svg);
}
.map__filter_box .wrapper-toggle a:hover.view-house:after {
  background-image: url(../img/icon-house-active.svg);
}
.map__filter_box .wrapper-toggle a:hover.print-list:after {
  background-image: url(../img/icon-printer-active.svg);
}
.map__filter_box .wrapper-toggle a.view-map:after {
  background-image: url(../img/icon-map-inactive.svg);
}
.map__filter_box .wrapper-toggle a.view-map.active:after {
  background-image: url(../img/icon-map-active.svg);
}
.map__filter_box .wrapper-toggle a.view-house:after {
  background-image: url(../img/icon-house-inactive.svg);
}
.map__filter_box .wrapper-toggle a.view-house.active:after {
  background-image: url(../img/icon-house-active.svg);
}
.map__filter_box .wrapper-toggle a.view-list:after {
  background-image: url(../img/icon-list-inactive.svg);
}
.map__filter_box .wrapper-toggle a.view-list.active:after {
  background-image: url(../img/icon-list-active.svg);
}
.map__filter_box .wrapper-toggle a.print-list:after {
  background-image: url(../img/icon-printer-inactive.svg);
}
.map__filter_box .wrapper-toggle a.print-list.active:after {
  background-image: url(../img/icon-printer-active.svg);
}
.map__filter_box .wrapper-toggle a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
}

.soda__select {
  position: relative;
  margin: 0 0 8px;
  font-size: 1.5rem;
  display: flex;
  color: #00b18e;
}
.soda__select .soda__select_input {
  width: 100%;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 4px 8px;
}
.soda__select .soda__select_input:active ~ .soda__select_extra:before, .soda__select .soda__select_input:focus ~ .soda__select_extra:before {
  transform: rotate(180deg);
}
.soda__select .soda__select_extra {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  cursor: pointer;
  border-width: 0 0 2px;
  border-color: #fefeff;
  border-style: solid;
}
.soda__select .soda__select_extra:before {
  content: "";
  height: 100%;
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("../img/icon-arrow-down-white.svg");
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}

.multi__checkbox .multi__checkbox_list {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.multi__checkbox .multi__checkbox_list .multi__single {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 12px 8px 0;
}
.multi__checkbox .multi__checkbox_list .multi__single input {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.multi__checkbox .multi__checkbox_list .multi__single input:hover ~ p {
  border: 1px solid #00b18e;
  color: #00b18e;
}
.multi__checkbox .multi__checkbox_list .multi__single input:checked ~ p {
  border: 1px solid #00b18e;
  background-color: #00b18e;
  color: #fefeff;
}
.multi__checkbox .multi__checkbox_list .multi__single p {
  pointer-events: none;
  position: relative;
  text-align: center;
  color: white;
  border: 1px solid #fefeff;
  padding: 4px 10px;
  margin: 0;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.noUi-base {
  display: flex;
  align-items: center;
  background-color: transparent;
}

.noUi-horizontal .noUi-handle {
  top: -2px;
  cursor: pointer;
  border-radius: 1000px;
  width: 22px;
  height: 22px;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  display: none;
}
.noUi-horizontal .noUi-handle .noUi-tooltip {
  background-color: transparent;
  border: none;
  color: #9db0ac;
  font-size: 10px;
  padding: 0;
}

.noUi-connects {
  height: 8px;
  background-color: #9db0ac;
}

.noUi-connect {
  height: 8px;
  background-color: #00b18e;
}

.mapboxgl-popup {
  z-index: 1000;
}

.wrapper-block-popup {
  opacity: 1;
  overflow: auto;
  transition: all 0.3s ease;
}
.wrapper-block-popup.article-hidden {
  opacity: 0;
  transition: all 0.3s ease;
}

#mapbox__close_popup {
  cursor: pointer;
}

#mapbox__overlay {
  height: 320px;
}

.mapboxgl-popup-close-button {
  color: white;
  width: 32px;
  height: 32px;
}

.mapboxgl-popup {
  max-width: 96vw !important;
  width: 320px;
}

.mapboxgl-popup-content {
  padding: 0;
}

.mapbox__popup_small {
  display: flex;
  flex-direction: column;
}
.mapbox__popup_small .mapbox__popup_small__img_wrapper {
  height: 224px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.mapbox__popup_small .mapbox__popup_small__img_wrapper img {
  object-fit: cover;
}
.mapbox__popup_small .mapbox__popup_small_heading {
  background-color: #00b18e;
  font-size: 16px;
  color: #fefeff;
  padding: 12px;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
.mapbox__popup_small .mapbox__popup_small_block_section,
.mapbox__popup_small .mapbox__popup_small_price_size {
  display: flex;
  padding: 16px 24px 12px;
}
.mapbox__popup_small .mapbox__popup_small_status {
  display: none;
}
.mapbox__popup_small .mapbox__popup_small_block_section * {
  text-align: center;
  color: #00b18e;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
}
.mapbox__popup_small .mapbox__popup_small_price_size,
.mapbox__popup_small .mapbox__popup_small_status {
  padding: 0px 24px 12px;
}
.mapbox__popup_small .mapbox__popup_small_price_size *,
.mapbox__popup_small .mapbox__popup_small_status * {
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}
.mapbox__popup_small .mapbox__popup_short_desc {
  padding: 8px 16px;
}
.mapbox__popup_small .mapbox__popup_short_desc p {
  font-size: 1.25rem;
}
.mapbox__popup_small .btn.btn-primary {
  margin: 0 auto 16px;
}

.mapbox__popup_small:not(.available) .mapbox__popup_small_status {
  display: flex;
}
.mapbox__popup_small:not(.available) .mapbox__popup_small_price_size {
  display: none;
}
.mapbox__popup_small:not(.available) .btn {
  display: none !important;
}

.popup__message {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s ease;
  pointer-events: none;
}
.popup__message.active .popup__message_wrapper {
  transform: translate(0, 0%);
  transition: all 0.3s ease;
}
.popup__message .popup__message_wrapper {
  position: relative;
  background-color: rgba(0, 177, 142, 0.9);
  width: auto;
  max-width: 560px;
  color: #fefeff;
  padding: 36px 24px;
  margin: 0 auto;
  max-width: calc(100% - 16px);
  transform: translate(0, 100%);
  transition: all 0.3s ease;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .popup__message .popup__message_wrapper {
    margin: 0 0 0 8px;
  }
}
@media (min-width: 992px) {
  .popup__message .popup__message_wrapper {
    margin: 0 0 0 48px;
    padding: 48px;
  }
}
.popup__message .popup__message_wrapper h2 {
  margin: 0 0 12px;
  color: #fefeff;
}
.popup__message .popup__message_wrapper p {
  color: #fefeff;
  font-size: 16px;
}
.popup__message .popup__message_wrapper .popup__message_exit {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .popup__message .popup__message_wrapper .popup__message_exit {
    top: 16px;
    right: 16px;
  }
}
.popup__message .popup__message_wrapper .popup__message_exit:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/icon-cross-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Make clicks pass-through */
.mapbox__nprogress {
  height: 20px;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #00b18e;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #00b18e, 0 0 5px #00b18e;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #00b18e;
  border-left-color: #00b18e;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nope {
  display: none;
}

#mapbox {
  height: 100vh;
}

#mapbox-wrapper {
  position: relative;
}

/*# sourceMappingURL=mapbox.css.map */
