@charset "UTF-8";
.icon.placeholder::before {
  -webkit-mask: url("../images/io/placeholder.svg") no-repeat 50% 50%;
  mask: url("../images/io/placeholder.svg") no-repeat 50% 50%;
}

.icon.house::before {
  -webkit-mask: url("/images/house.svg") no-repeat 50% 50%;
  mask: url("/images/house.svg") no-repeat 50% 50%;
}
.icon.city::before {
  -webkit-mask: url("/images/city.svg") no-repeat 50% 50%;
  mask: url("/images/city.svg") no-repeat 50% 50%;
}
.icon.ruler::before {
  -webkit-mask: url("/images/ruler-triangle.svg") no-repeat 50% 50%;
  mask: url("/images/ruler-triangle.svg") no-repeat 50% 50%;
}
.icon.map::before {
  -webkit-mask: url("/images/map-marked.svg") no-repeat 50% 50%;
  mask: url("/images/map-marked.svg") no-repeat 50% 50%;
}
.icon.close::before {
  -webkit-mask: url("/images/close.svg") no-repeat 50% 50%;
  mask: url("/images/close.svg") no-repeat 50% 50%;
  -webkit-mask-size: 60% auto;
  mask-size: 60% auto;
}
.icon.logo-mini::before {
  background-image: url("/images/logo-mini.svg");
  background-size: 80% 80%;
  background-color: transparent;
}

#download-xls {
  opacity: 0.5;
}

.num .reset {
  display: none;
  position: absolute;
  left: calc(100% + 10px);
  bottom: 0;
  text-decoration: underline;
  cursor: pointer;
}

.dropdown {
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  color: #000;
  text-align: left;
  position: relative;
  background: #fff;
  border: 2px solid #8FC0FA;
  border-radius: 5px;
  width: auto;
  min-width: 150px;
  height: 30px;
  padding: 5px 0;
  padding-left: 14px;
  text-align: left;
  line-height: 30px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dropdown:active, .dropdown:focus {
  outline: none;
}
.dropdown:hover {
  background-color: #F2F9FF;
}
.dropdown.strong {
  background-color: #3981F7;
  color: #fff;
  border-color: #3981F7;
}
.dropdown.strong::before {
  background-color: #fff;
}
.dropdown.strong::after {
  background-color: #fff;
}
.dropdown.strong.open::after, .dropdown.strong.close::after {
  background-color: #fff;
}
.dropdown.icon {
  padding-left: calc(20px + 10px + 15px - 5px);
}
.dropdown.icon::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(15px - 5px);
  top: calc((30px + 5px * 2 - 20px) / 2 + 0.5px);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #3981F7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dropdown.icon.strong::before {
  background-color: #fff;
}
.dropdown.close::after, .dropdown::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  -webkit-mask: url("../images/io/chevron-down.svg") no-repeat 50% 50%;
  mask: url("../images/io/chevron-down.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  right: calc(15px);
  top: calc((30px + 5px * 2 - 14px) / 2 + 1px);
  background-color: #3981F7;
}
.dropdown.open::after {
  -webkit-mask: url("../images/io/chevron-up.svg") no-repeat 50% 50%;
  mask: url("../images/io/chevron-up.svg") no-repeat 50% 50%;
}
.dropdown.flow {
  vertical-align: middle;
  display: inline-block;
  margin: 5px;
}
.dropdown.icon .options {
  margin-left: calc((20px + 10px + 15px - 5px) * -1);
}
.dropdown .options {
  position: relative;
  z-index: 3;
  border: 0 solid #8FC0FA;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: calc(5px + 2px);
  margin-left: calc((15px) * -1);
  display: none;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dropdown .option {
  font-family: inherit;
  font-weight: inherit;
  color: #000;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  padding: 10px 15px;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.dropdown .option:hover {
  display: block;
  background-color: #f0f5ff;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  color: #000;
}
.dropdown .option[disabled] {
  background: rgba(31, 31, 31, 0.2);
  color: rgba(31, 31, 31, 0.4);
}
.dropdown .option[disabled].icon::before {
  background-color: rgba(57, 129, 247, 0.3);
}
.dropdown .option:first-of-type:hover {
  border-top: solid 1px transparent;
}
.dropdown .option:last-of-type:hover {
  border-bottom: solid 1px transparent;
}
.dropdown .option.selected {
  background-color: #3981F7;
  color: #fff;
}
.dropdown .option.selected.checked::after {
  background-color: #fff;
}
.dropdown .option.checked::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-top: calc((20px - 20px) / 2 + 0.5px);
  -webkit-mask: url("../images/io/checkmark.svg") no-repeat 50% 50%;
  mask: url("../images/io/checkmark.svg") no-repeat 50% 50%;
  -webkit-mask-size: 80% 80%;
  mask-size: 80% 80%;
  background-color: #fff;
}
.dropdown .option.icon::before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: calc((20px - 20px) / 2 + 0.5px);
  background-color: #3981F7;
}
.dropdown .option.icon::after {
  background-color: #3981F7;
}
.dropdown .option.icon.selected::before, .dropdown .option.icon.checked::before {
  background-color: #fff;
}
.dropdown .option.icon.selected::after, .dropdown .option.icon.checked::after {
  background-color: #fff;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button, a {
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button.btn, a.btn {
  font-family: "Ilisarniq-Regular";
  font-weight: 500;
  color: #1F1F1F;
  font-size: 15px;
  background-color: #fff;
  border: 2px solid #8FC0FA;
  border-radius: 5px;
  width: auto;
  height: calc(9px * 2 + 24px);
  padding: 9px 18px;
  padding-top: calc(9px - 2px);
  text-align: center;
  line-height: calc(24px - 2px);
  display: block;
}
button.btn.gradient, a.btn.gradient {
  background: linear-gradient(180deg, rgba(0, 131, 255, 0) 0%, rgba(0, 131, 255, 0.25) 100%);
}
button.btn.icon, a.btn.icon {
  padding-left: calc(18px + 4px + 20px);
}
button.btn.icon::before, a.btn.icon::before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-top: calc(0px + (24px - 20px) / 2 + 0.5px);
  margin-left: calc(0px - 4px - 24px);
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3981F7;
}
button.btn.flow, a.btn.flow {
  vertical-align: middle;
  display: inline-block;
  margin: 5px;
}
button.btn.right, a.btn.right {
  border-color: 2px solid red;
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
button.btn.right.strong, button.btn.right:active, a.btn.right.strong, a.btn.right:active {
  border-left: 0;
}
button.btn.left, a.btn.left {
  border-color: 2px solid red;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
button.btn.center, a.btn.center {
  border-color: 2px solid red;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  border-left: 0;
}
button.btn.center:active, a.btn.center:active {
  border-left: 0;
}
button.btn:hover, a.btn:hover {
  background-color: #F2F9FF;
  transform: scale(1);
  outline: none;
}
button.btn.strong, button.btn:active, a.btn.strong, a.btn:active {
  background-color: #3981F7;
  border: 2px solid #3981F7;
  color: #fff;
  outline: none;
}
button.btn.strong::before, button.btn:active::before, a.btn.strong::before, a.btn:active::before {
  background-color: #fff;
}

.slider {
  position: relative;
  min-width: 200px;
  min-height: calc(16px + 2px * 2);
  overflow: visible;
  padding: 20px 0;
  font-family: "Ilisarniq-Regular";
  font-weight: 500;
  font-size: 14px;
  color: #1F1F1F;
  line-height: 14px;
}
.slider.flow {
  vertical-align: middle;
  display: inline-block;
  margin: 5px;
}
.slider .grip {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #3981F7;
  border: 2px solid #3981F7;
  border-radius: 12px;
  margin-left: calc(16px / -2);
  box-shadow: none;
}
.slider .grip:active, .slider .grip:focus {
  background-color: #3981F7;
}
.slider .track {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgba(128, 128, 128, 0.7);
  border-radius: calc(2px / 2);
  margin-top: calc(16px / 2);
  cursor: default;
  pointer-events: none;
}
.slider .track .amount {
  height: 100%;
  width: 1px;
  position: relative;
  left: 0;
  top: 0;
  background-color: #3981F7;
}
.slider::before {
  content: attr(min) attr(unit);
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 14px;
  text-align: left;
  opacity: 0.5;
}
.slider::after {
  content: attr(max) attr(unit);
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 14px;
  text-align: right;
  opacity: 0.5;
}

input[type=text],
input[type=number],
input[type=search] {
  background-color: #fff;
  border: 2px solid #8FC0FA;
  border-radius: 5px;
  padding: 9.5px 20px;
  height: 24px;
  line-height: calc(14px - 1px);
  outline: none;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: inherit;
  font-weight: inherit;
}
input[type=text]:active, input[type=text]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=search]:active,
input[type=search]:focus {
  outline: none;
}
input[type=text].right,
input[type=number].right,
input[type=search].right {
  text-align: right;
}
input[type=text].left,
input[type=number].left,
input[type=search].left {
  text-align: left;
}
input[type=text].flow,
input[type=number].flow,
input[type=search].flow {
  vertical-align: middle;
  display: inline-block;
  margin: 5px;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.num {
  position: relative;
}
.num.flow {
  vertical-align: middle;
  display: inline-block;
  margin: 5px;
}
.num input[type=number] {
  margin: 0;
  padding-right: calc(44px * 2 + 2px * 3);
  min-width: 60px;
}
.num input[type=number].flow {
  margin: 0;
}
.num button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  padding: 0;
  line-height: 18px;
  font-size: 19px;
  font-family: inherit;
  font-weight: inherit;
  outline: none;
}
.num button:focus {
  outline: none;
}
.num button.down {
  right: calc(44px - 2px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.num button.up {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Ilisarniq-Regular";
}
*.options, *.option, *.dropdown {
  box-sizing: initial;
  font-family: "Ilisarniq-Demi";
}

body {
  font-size: 14px;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
body a {
  color: #0083FF;
}

h1 {
  font-size: 35px;
  line-height: 40.25px;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1600px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

h2 {
  font-size: 25px;
  line-height: 28.75px;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (min-width: 1250px) {
  h2 {
    font-size: 35px;
    line-height: 40.25px;
  }
}
@media only screen and (min-width: 1600px) {
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
}

h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (min-width: 1250px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ilisarniq-Demi";
}

.help-circle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

label {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
  font-weight: bold;
  margin-bottom: 3px;
  font-family: "Ilisarniq-Bold";
}
@media only screen and (min-width: 1600px) {
  label {
    font-size: 16px;
    line-height: 24px;
  }
}
label.circle.checkcontainer {
  font-family: "Ilisarniq-Regular";
}
label:not(.circle).checkcontainer {
  font-family: "Ilisarniq-Demi";
}

p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media only screen and (min-width: 1600px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}
p.preamble {
  font-family: "Ilisarniq-Bold";
  margin-bottom: 15px;
}
p.preamble.default {
  font-family: "Ilisarniq-Regular";
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}

a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
@media only screen and (min-width: 1600px) {
  a {
    font-size: 20px;
    line-height: 30px;
  }
}

.mapboxgl-map a {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
}

button.flow {
  box-sizing: border-box;
}
button.flow.selected {
  background: #0083FF;
  color: #ffffff;
}

input[type=text], input[type=number] {
  height: initial;
  text-align: left;
}
.num input[type=text], .num input[type=number] {
  padding-right: 0;
  min-width: 210px;
}

.my-project-form .num.flow, .find-popup .num.flow {
  margin: 0;
  width: 100%;
  height: 100%;
}
.my-project-form .num.flow input[type=number], .find-popup .num.flow input[type=number] {
  min-width: 100%;
  height: 100%;
}
.my-project-form .dropdown, .find-popup .dropdown {
  width: auto;
  min-width: 0;
}
.my-project-form input[type=number], .find-popup input[type=number] {
  width: 0;
  margin: 0;
  min-width: 150px;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.button-wrap .radio-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .button-wrap {
    margin-top: 20px;
  }
}
.button-wrap.last {
  margin-top: 15px;
}
.button-wrap > *:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .button-wrap.end {
    justify-content: flex-end;
  }
}
.button-wrap.last * {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .button-wrap.last * {
    width: auto;
  }
}
.button-wrap.last *:not(:last-child) {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .button-wrap.last *:not(:last-child) {
    margin: 0 15px 0 0;
  }
}

button.btn, a.btn {
  font-family: "Ilisarniq-Demi";
  font-size: 13px;
}
@media only screen and (min-width: 1600px) {
  button.btn, a.btn {
    font-size: 15px;
  }
}
button.reset.btn, a.reset.btn {
  padding-top: 11px;
  padding-bottom: 11px;
  height: auto;
  margin: 0;
}
button.half, a.half {
  width: 50%;
}
button.flow, a.flow {
  margin: 0;
}
button.close-after, a.close-after {
  position: relative;
  padding-right: 60px;
  background-image: none;
}
button.close-after span, a.close-after span {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #0083FF;
}
button.close-after span::before, a.close-after span::before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0083FF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
button.close-after.strong span, a.close-after.strong span {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
button.close-after.strong span::before, a.close-after.strong span::before {
  background-color: #ffffff;
}
button.close-after:not(.strong) span::before, a.close-after:not(.strong) span::before {
  background-image: url("/images/chevron-right.svg");
  background-color: transparent;
  width: 14px;
  height: 14px;
  -webkit-mask: none;
          mask: none;
}
button.color-toggle.btn.flow, a.color-toggle.btn.flow {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 5;
  padding-top: 9px;
  padding-bottom: 9px;
  display: none;
  height: 44px;
  width: 44px;
  padding: 0;
}
button.color-toggle.btn.flow span, a.color-toggle.btn.flow span {
  display: none;
}
button.color-toggle.btn.flow.show, a.color-toggle.btn.flow.show {
  display: block;
}
@media only screen and (min-width: 940px) {
  button.color-toggle.btn.flow, a.color-toggle.btn.flow {
    top: 15px;
    right: 162px;
    left: initial;
    bottom: initial;
  }
}
@media only screen and (min-width: 1250px) {
  button.color-toggle.btn.flow, a.color-toggle.btn.flow {
    top: 20px;
    right: 167px;
  }
}
@media only screen and (min-width: 1600px) {
  button.color-toggle.btn.flow, a.color-toggle.btn.flow {
    right: 172px;
  }
}

.search-wrapper {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .search-wrapper {
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 30px;
  }
}
.search-wrapper > div {
  position: relative;
}
.search-wrapper > div svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

input[type=search] {
  height: auto;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 11.5px 20px 11.5px 35px;
  font-family: "Ilisarniq-DemiItalic";
}
input[type=search].flow {
  margin: 0;
}
input[type=search]::-moz-placeholder {
  font-style: italic;
}
input[type=search]:-ms-input-placeholder {
  font-style: italic;
}
input[type=search]::placeholder {
  font-style: italic;
}

.checkcontainer {
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 1600px) {
  .checkcontainer {
    font-size: 15px;
  }
}
.checkcontainer input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}
.checkcontainer input:checked ~ .checkmark {
  background-color: #0083FF;
}
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
.checkcontainer .checkmark {
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  width: 20px;
  border: 2px solid rgba(0, 131, 255, 0.5);
  border-radius: 5px;
  background-color: #ffffff;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (min-width: 1600px) {
  .checkcontainer .checkmark {
    height: 24px;
    width: 24px;
  }
}
.checkcontainer input[type=checkbox] + .checkmark::after {
  content: "";
  left: 30%;
  top: 45%;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
}
.checkcontainer input[type=radio] + .checkmark {
  border-radius: 50%;
  border-width: 0;
  outline: 2px solid rgba(0, 131, 255, 0.5);
}
.checkcontainer input[type=radio]:checked ~ .checkmark {
  background-color: #0083FF;
  outline: 2px solid #0083FF;
  border: 4px solid #ffffff;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1600px) {
  .checkcontainer input[type=radio]:checked ~ .checkmark {
    height: 24px;
    width: 24px;
  }
}

.ranking-box {
  padding: 8.5px 16.5px;
  border: 1px solid rgba(55, 55, 55, 0.25);
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 8px;
  flex-direction: column;
}
.ranking-box h4 {
  color: rgb(55, 55, 55);
  text-transform: uppercase;
}
.ranking-box .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid;
}
.ranking-box .circle.negative {
  border-color: #FF9D00;
}
.ranking-box .circle.positive {
  border-color: #1AC155;
}
.ranking-box .rating-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ranking-box .rate {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: -6px;
  margin-left: 10px;
}

.radio-alt-wrapper legend, .radio-wrapper legend {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.4px;
  font-weight: bold;
  margin-bottom: 7px;
  font-family: "Ilisarniq-Bold";
}
@media only screen and (min-width: 1600px) {
  .radio-alt-wrapper legend, .radio-wrapper legend {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}

table thead tr th:first-child {
  font-family: "Ilisarniq-Bold";
}
table thead tr td, table thead tr th {
  font-family: "Ilisarniq-Demi";
}

.radio-wrapper .radio-buttons {
  border: none;
  display: flex;
  flex-wrap: wrap;
}
.radio-wrapper .radio-buttons input[type=radio] {
  display: none;
}
.radio-wrapper .radio-buttons label {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  color: #1F1F1F;
  font-size: 13px;
  background-color: #fff;
  border: 2px solid #8FC0FA;
  width: auto;
  padding: 6px 13px;
  text-align: center;
  display: block;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  font-family: "Ilisarniq-Demi";
}
@media only screen and (min-width: 768px) {
  .radio-wrapper .radio-buttons label {
    width: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .radio-wrapper .radio-buttons label {
    padding: 6px 20px;
    font-size: 15px;
  }
}
.radio-wrapper .radio-buttons label.sorting {
  padding: 6px 15px;
  min-width: 143px;
}
.radio-wrapper .radio-buttons label:not(:first-of-type):not(:last-of-type):not(.last) {
  margin-top: -2px;
  margin-bottom: -2px;
}
@media only screen and (min-width: 768px) {
  .radio-wrapper .radio-buttons label:not(:first-of-type):not(:last-of-type):not(.last) {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -2px;
    margin-left: -2px;
  }
}
@media only screen and (min-width: 768px) {
  .radio-wrapper .radio-buttons label.half {
    width: 50%;
  }
}
.radio-wrapper .radio-buttons label.last {
  margin-top: -2px;
}
@media only screen and (min-width: 768px) {
  .radio-wrapper .radio-buttons label.last {
    margin-top: 0;
    margin-left: -2px;
  }
}
.radio-wrapper .radio-buttons label:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .radio-wrapper .radio-buttons label:first-of-type {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
}
.radio-wrapper .radio-buttons label:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .radio-wrapper .radio-buttons label:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
}
.radio-wrapper .radio-buttons label.icon {
  display: flex;
  align-items: center;
}
.radio-wrapper .radio-buttons label.icon.icon-ascending::before {
  -webkit-mask: url("/images/ascending.svg") no-repeat 50% 50%;
          mask: url("/images/ascending.svg") no-repeat 50% 50%;
}
.radio-wrapper .radio-buttons label.icon.icon-descending::before {
  -webkit-mask: url("/images/descending.svg") no-repeat 50% 50%;
          mask: url("/images/descending.svg") no-repeat 50% 50%;
}
.radio-wrapper .radio-buttons label.icon::before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 8px;
  margin-top: 4.5px;
  background-color: #0083FF;
}
.radio-wrapper .radio-buttons input[type=radio]:checked + label {
  background-color: #0083FF;
  color: #ffffff;
}
.radio-wrapper .radio-buttons input[type=radio]:checked + label.icon::before {
  background-color: #ffffff;
}

.range-wrapper {
  margin-bottom: 30px;
}
.range-wrapper input[type=range] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  width: 100%;
  position: relative;
}
.range-wrapper input[type=range]:focus {
  outline: none;
}
.range-wrapper input[type=range]::-webkit-slider-runnable-track {
  background-color: #D8D8D8;
  border-radius: 5px;
  height: 2px;
}
.range-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -7px;
  background-color: #ffffff;
  border: 2px solid #0083FF;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  z-index: 10;
}
.range-wrapper input[type=range]::-webkit-slider-thumb:focus, .range-wrapper input[type=range]::-webkit-slider-thumb:active {
  background-color: #0083FF;
}
@media only screen and (min-width: 1250px) {
  .range-wrapper input[type=range]::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
}
.range-wrapper input[type=range]::-moz-range-track {
  background-color: #D8D8D8;
  border-radius: 5px;
  height: 2px;
}
.range-wrapper input[type=range]::-moz-range-thumb {
  margin-top: -7px;
  background-color: #ffffff;
  border: 2px solid #0083FF;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  position: relative;
  z-index: 50;
}
@media only screen and (min-width: 1250px) {
  .range-wrapper input[type=range]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }
}
.range-wrapper input[type=range]::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #D8D8D8;
  top: 0;
  left: calc(38% + 2px);
}
.range-wrapper .range {
  margin-bottom: 15px;
  color: rgba(31, 31, 31, 0.5);
  margin-bottom: -7px;
}
@media only screen and (min-width: 1250px) {
  .range-wrapper .range {
    margin-bottom: 0;
  }
}
.range-wrapper .range.max {
  margin-left: auto;
}
.range-wrapper .range.average {
  position: absolute;
  left: 38%;
  transform: translateX(-50%);
  top: 0;
}
.range-wrapper .range.average::after {
  content: attr(data-average-mobile);
}
@media only screen and (min-width: 1250px) {
  .range-wrapper .range.average {
    top: -2px;
  }
  .range-wrapper .range.average::after {
    content: attr(data-average-desktop);
  }
}
.range-wrapper > div {
  display: flex;
  flex-wrap: wrap;
}
.range-wrapper > div > div:not(.flow) {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.range-wrapper .reset {
  margin-left: auto;
  margin-top: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-size: 15px;
  margin-bottom: 5px;
  text-decoration: underline;
  display: none;
}
.range-wrapper .reset.show {
  display: flex;
}

button.texted {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  font-size: 15px;
  text-decoration: underline !important;
  line-height: 42px;
}
button.texted:active {
  color: #999;
}

.mapboxgl-ctrl-bottom-left {
  z-index: 1 !important;
}

.map-container {
  height: calc(100vh - 70px);
}
.map-container #map {
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.map-container #map.style2 .leaflet-tile-container, .map-container #map.style3 .leaflet-tile-container {
  background-color: #000;
  filter: opacity(80%);
  filter: grayscale(100%);
}

.viewmodes {
  position: fixed;
  z-index: 10000;
  right: 20px;
  bottom: 32px;
  width: 32px;
  height: auto;
  min-height: 100px;
}
.viewmodes .mode {
  width: 100%;
  height: 32px;
  margin-top: 10px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  display: block;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.viewmodes .mode:hover {
  font-weight: 700;
}

header.top-menu,
header.top-menu-plan {
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 62, 122, 0.25);
  position: absolute;
  top: 0;
  width: 100%;
}
header.top-menu .home-link,
header.top-menu-plan .home-link {
  display: flex;
  max-width: 180px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1250px) {
  header.top-menu .home-link,
header.top-menu-plan .home-link {
    max-width: 300px;
  }
}
header.top-menu .about,
header.top-menu-plan .about {
  color: #1F1F1F;
  text-decoration: none;
  margin-right: 5px;
  display: none;
  font-size: 13px;
}
header.top-menu .about:hover, header.top-menu .about:active, header.top-menu .about.focus,
header.top-menu-plan .about:hover,
header.top-menu-plan .about:active,
header.top-menu-plan .about.focus {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  header.top-menu .about,
header.top-menu-plan .about {
    display: block;
  }
}
@media only screen and (min-width: 1250px) {
  header.top-menu .about,
header.top-menu-plan .about {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  header.top-menu .about,
header.top-menu-plan .about {
    font-size: 14px;
  }
}
header.top-menu .menu-toggle,
header.top-menu-plan .menu-toggle {
  display: flex;
  align-self: center;
  width: 46px;
  height: 40px;
  padding: 0;
  position: relative;
  margin: 0;
}
header.top-menu .menu-toggle::before,
header.top-menu-plan .menu-toggle::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  header.top-menu .menu-toggle,
header.top-menu-plan .menu-toggle {
    display: none;
  }
}
header.top-menu .dev.note,
header.top-menu-plan .dev.note {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  padding: 10px 15px;
  opacity: 0.75;
  transition: 0.2s;
  z-index: 10;
}
header.top-menu .dev.note p,
header.top-menu .dev.note a,
header.top-menu-plan .dev.note p,
header.top-menu-plan .dev.note a {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}
header.top-menu .dev.note:hover,
header.top-menu-plan .dev.note:hover {
  opacity: 0.9;
}
header.top-menu .container,
header.top-menu-plan .container {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  header.top-menu .container,
header.top-menu-plan .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
header.top-menu .container > div,
header.top-menu-plan .container > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  header.top-menu .container > div,
header.top-menu-plan .container > div {
    padding: 0 0 0 15px;
    width: 180px;
  }
}
@media only screen and (min-width: 1250px) {
  header.top-menu .container > div,
header.top-menu-plan .container > div {
    width: 300px;
    padding: 0 0 0 20px;
  }
}
header.top-menu .city-selector,
header.top-menu-plan .city-selector {
  min-width: 150px;
}
header.top-menu .city-selector-mobile.flow,
header.top-menu-plan .city-selector-mobile.flow {
  display: none;
}
@media only screen and (min-width: 550px) {
  header.top-menu .city-selector-mobile.flow,
header.top-menu-plan .city-selector-mobile.flow {
    display: block;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  header.top-menu .city-selector-mobile.flow,
header.top-menu-plan .city-selector-mobile.flow {
    display: none;
  }
}
header.top-menu .menu,
header.top-menu-plan .menu {
  display: none;
  flex-direction: column;
  height: calc(100vh - 70px);
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 100%;
  gap: 0.5rem;
}
header.top-menu .menu::after,
header.top-menu-plan .menu::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background: rgba(31, 31, 31, 0.5);
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  header.top-menu .menu::after,
header.top-menu-plan .menu::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  header.top-menu .menu,
header.top-menu-plan .menu {
    display: flex;
    position: static;
    top: initial;
    z-index: initial;
    flex-direction: row;
    height: auto;
    align-items: center;
    width: auto;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1250px) {
  header.top-menu .menu,
header.top-menu-plan .menu {
    padding-right: 20px;
  }
}
header.top-menu .menu.open,
header.top-menu-plan .menu.open {
  display: flex;
}
@media only screen and (max-width: 768px) {
  header.top-menu .menu.open .viewer-selector,
header.top-menu-plan .menu.open .viewer-selector {
    border: none;
  }
}
header.top-menu .menu .city-selector,
header.top-menu-plan .menu .city-selector {
  margin: 0;
  border-radius: 0;
}
@media only screen and (min-width: 550px) {
  header.top-menu .menu .city-selector,
header.top-menu-plan .menu .city-selector {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  header.top-menu .menu .city-selector,
header.top-menu-plan .menu .city-selector {
    display: block;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 768px) {
  header.top-menu .menu .viewer-selector,
header.top-menu-plan .menu .viewer-selector {
    display: none;
  }
}
header.top-menu .menu .dropdown,
header.top-menu-plan .menu .dropdown {
  min-width: 150px;
  font-size: 13px;
}
@media only screen and (min-width: 1250px) {
  header.top-menu .menu .dropdown,
header.top-menu-plan .menu .dropdown {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  header.top-menu .menu .dropdown,
header.top-menu-plan .menu .dropdown {
    font-size: 14px;
  }
}
header.top-menu .menu .help-button,
header.top-menu-plan .menu .help-button {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  header.top-menu .menu .help-button,
header.top-menu-plan .menu .help-button {
    display: none;
  }
}
header.top-menu .mobile-menu,
header.top-menu-plan .mobile-menu {
  overflow: hidden;
  background: #F9F9F9;
  display: none;
}
header.top-menu .mobile-menu.open,
header.top-menu-plan .mobile-menu.open {
  display: block;
}
header.top-menu .mobile-menu ul,
header.top-menu-plan .mobile-menu ul {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
header.top-menu .mobile-menu ul.mode-selector-mobile-menu li svg,
header.top-menu-plan .mobile-menu ul.mode-selector-mobile-menu li svg {
  margin-right: 5px;
  fill: #0083FF;
}
header.top-menu .mobile-menu ul.mode-selector-mobile-menu li.plan svg,
header.top-menu-plan .mobile-menu ul.mode-selector-mobile-menu li.plan svg {
  height: 16px;
  width: 16px;
}
header.top-menu .mobile-menu ul.mode-selector-mobile-menu li.search svg,
header.top-menu-plan .mobile-menu ul.mode-selector-mobile-menu li.search svg {
  height: 17px;
  width: 18px;
}
header.top-menu .mobile-menu ul.mode-selector-mobile-menu li a,
header.top-menu-plan .mobile-menu ul.mode-selector-mobile-menu li a {
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
}
header.top-menu .mobile-menu ul.mode-selector-mobile-menu li a[disabled],
header.top-menu-plan .mobile-menu ul.mode-selector-mobile-menu li a[disabled] {
  color: rgba(31, 31, 31, 0.4);
}
header.top-menu .mobile-menu ul.mode-selector-mobile-menu li a[disabled] svg,
header.top-menu-plan .mobile-menu ul.mode-selector-mobile-menu li a[disabled] svg {
  fill: rgba(57, 129, 247, 0.3);
}
header.top-menu .mobile-menu ul.misc a,
header.top-menu-plan .mobile-menu ul.misc a {
  position: relative;
  padding: 20px 20px 20px 45px;
}
header.top-menu .mobile-menu ul.misc a::before,
header.top-menu-plan .mobile-menu ul.misc a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  background: #1F1F1F;
  top: 50%;
  transform: translateY(-50%);
}
header.top-menu .mobile-menu li:not(:last-of-type)::after,
header.top-menu-plan .mobile-menu li:not(:last-of-type)::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 30px);
  margin: auto;
  background: #D8D8D8;
}
header.top-menu .mobile-menu li a,
header.top-menu-plan .mobile-menu li a {
  line-height: 28px;
  letter-spacing: 0;
  font-size: 18px;
  display: block;
  text-decoration: none;
  color: #1F1F1F;
  padding: 20px;
}

header.top-menu-plan {
  position: relative;
}
header.top-menu-plan .container {
  padding-left: 1.25rem;
  justify-content: center;
}
header.top-menu-plan .menu {
  position: absolute;
  margin: auto 0;
  right: 0;
  padding-right: 15px;
}
header.top-menu-plan .btn.strong {
  transition: all 200ms ease-in-out;
}
header.top-menu-plan .btn.strong:hover {
  border-radius: 0.375rem;
  border: 2px solid rgba(0, 131, 255, 0.5);
  background: #ffffff;
  color: #222222;
  transition: all 200ms ease-in-out;
}

@font-face {
  font-family: "Ilisarniq-Regular";
  src: url("./../fonts/Ilisarniq-Regular.eot");
  src: url("./../fonts/Ilisarniq-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Ilisarniq-Regular.woff2") format("woff2"), url("./../fonts/Ilisarniq-Regular.woff") format("woff"), url("./../fonts/Ilisarniq-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ilisarniq-Demi";
  src: url("./../fonts/Ilisarniq-Demi.eot");
  src: url("./../fonts/Ilisarniq-Demi.eot?#iefix") format("embedded-opentype"), url("./../fonts/Ilisarniq-Demi.woff2") format("woff2"), url("./../fonts/Ilisarniq-Demi.woff") format("woff"), url("./../fonts/Ilisarniq-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ilisarniq-DemiItalic";
  src: url("./../fonts/Ilisarniq-DemiItalic.eot");
  src: url("./../fonts/Ilisarniq-DemiItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Ilisarniq-DemiItalic.woff2") format("woff2"), url("./../fonts/Ilisarniq-DemiItalic.woff") format("woff"), url("./../fonts/Ilisarniq-DemiItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ilisarniq-Bold";
  src: url("./../fonts/Ilisarniq-Bold.eot");
  src: url("./../fonts/Ilisarniq-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Ilisarniq-Bold.woff2") format("woff2"), url("./../fonts/Ilisarniq-Bold.woff") format("woff"), url("./../fonts/Ilisarniq-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
main:not(.about) {
  position: relative;
  height: calc(100svh - ( 70px + 1px));
  overflow: hidden;
  position: absolute;
  top: 70px;
  width: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  overflow: hidden;
  pointer-events: none;
}
.overlay > * {
  pointer-events: all;
}

#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 70px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10000;
  pointer-events: none;
}

#loader > div {
  border: 10px solid #ffffff;
  border-top: 10px solid #0083FF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  position: absolute;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mode {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  pointer-events: none;
}
.mode > * {
  pointer-events: all;
}
.mode > div:not(.filter-wrapper) {
  width: calc(100% - 44px - 12px);
}
@media only screen and (min-width: 940px) {
  .mode > div:not(.filter-wrapper) {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .mode > div.filter-wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 865px) {
  .mode {
    justify-content: space-between;
    padding: 15px;
    height: auto;
  }
}
@media only screen and (min-width: 1250px) {
  .mode {
    padding: 20px;
  }
}
@media only screen and (min-width: 939px) {
  .mode .mobile {
    display: none;
  }
}
.mode #reset_desktop {
  color: #ffffff;
  margin-left: 3px;
  font-size: 15px;
}
.mode .desktop {
  display: none;
}
@media only screen and (min-width: 940px) {
  .mode .desktop {
    display: flex;
    align-items: center;
  }
}
.mode .toggle-mode {
  margin: 0;
}
.mode .filter-toggle {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #8FC0FA;
  margin-left: 12px;
  position: relative;
  font-size: 13px;
}
@media only screen and (min-width: 1600px) {
  .mode .filter-toggle {
    font-size: 14px;
  }
}
.mode .filter-toggle.strong {
  background: #0083FF;
  color: #ffffff;
}
.mode .filter-toggle.strong svg {
  fill: #ffffff;
}
.mode .filter-toggle.strong::after {
  background-color: #ffffff;
  -webkit-mask: url("/images/chevron-up.svg") no-repeat 50% 50%;
          mask: url("/images/chevron-up.svg") no-repeat 50% 50%;
}
.mode .filter-toggle:active, .mode .filter-toggle:focus {
  outline: none;
}
.mode .filter-toggle:not(.strong):hover {
  background: #F2F9FF;
}
@media only screen and (min-width: 940px) {
  .mode .filter-toggle {
    width: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 40px 10px 14px;
  }
}
.mode .filter-toggle:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  -webkit-mask: url("/images/chevron-down.svg") no-repeat 50% 50%;
          mask: url("/images/chevron-down.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  top: 13.5px;
  background-color: #0083FF;
}
@media only screen and (max-width: 939px) {
  .mode .filter-toggle:after {
    display: none;
  }
}
.mode .filter-toggle span {
  margin-left: 10px;
  font-family: "Ilisarniq-Demi";
}
@media only screen and (max-width: 939px) {
  .mode .filter-toggle span {
    display: none;
  }
}
.mode .filter-toggle svg {
  width: 16px;
  pointer-events: none;
  fill: #0083FF;
}
@media only screen and (max-width: 864px) {
  .mode .filter-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mode .dropdown {
  min-width: 140px;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  width: calc(100% - 44px);
}
@media only screen and (min-width: 1600px) {
  .mode .dropdown {
    font-size: 15px;
  }
}
@media only screen and (min-width: 940px) {
  .mode .dropdown {
    width: auto;
    margin-right: 5px;
  }
}
.mode .dropdown:not(.icon) {
  padding-right: 26px;
}
.mode .dropdown .options {
  font-weight: 500;
  z-index: 4;
}
.mode #my-project-selector-dropdown {
  display: none;
}

.settings {
  position: absolute;
  overflow-x: unset;
  width: 100%;
  height: calc(100% - 70px - 15px);
  max-width: 650px;
}
.settings p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
}
.settings.no-scroll-big > .wrapper {
  height: 100%;
}
.settings.no-scroll-big > .wrapper .scroll-wrap {
  overflow-y: scroll;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .my-house-form .settings {
    max-height: calc(100% - 29px - 50px - 70px - 1px - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .settings {
    height: 100%;
    top: initial;
    width: auto;
    max-height: calc(100% - 10px - 50px - 70px - 1px - 20px);
    margin: 15px;
    margin-top: 0;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 1250px) {
  .settings {
    margin: 0 0 0 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .settings {
    margin: 0 0 0 20px;
  }
}
.settings > .wrapper {
  margin: 0 15px;
  padding: 15px 10px 15px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .settings > .wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .settings > .wrapper {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .settings > .wrapper {
    padding: 20px 10px 20px 20px;
    margin: 0;
  }
}
.settings.scroll .scroll-wrap {
  height: 100%;
  overflow-x: visible;
  overflow-y: scroll;
  padding-right: 15px;
  scrollbar-color: #0083FF rgba(0, 131, 255, 0.25);
  scrollbar-width: thin;
  /* Style the scrollbar handle */
}
.settings.scroll .scroll-wrap::-webkit-scrollbar, .settings.scroll .scroll-wrap::-moz-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  background: white;
}
.settings.scroll .scroll-wrap::-webkit-scrollbar:active, .settings.scroll .scroll-wrap::-moz-scrollbar:active {
  scrollbar-width: thin;
}
.settings.scroll .scroll-wrap::-webkit-scrollbar-thumb, .settings.scroll .scroll-wrap::-moz-scrollbar-thumb {
  border-radius: 2px;
}
.settings.scroll .scroll-wrap::-webkit-scrollbar-track {
  background: rgba(0, 131, 255, 0.25);
}
.settings.scroll .scroll-wrap::-webkit-scrollbar {
  background: rgba(0, 131, 255, 0.25);
  width: 4px;
  border-radius: 2px;
}
.settings.scroll .scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #0083FF;
}
@media only screen and (min-width: 768px) {
  .settings .radio-wrapper .radio-buttons label {
    flex: auto;
  }
}
.settings .top-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  margin: 0;
  display: flex;
  padding-top: 6px;
  padding-bottom: 23px;
}
@media only screen and (min-width: 940px) {
  .settings .top-bar {
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .settings .reset-settings {
    display: none;
  }
}
.settings section {
  position: relative;
}
.settings section:not(:last-child):not(.before-reset) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.settings section > div:not(.halfs):not(:last-child):not(.top-bar) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .settings section > div.halfs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.settings section > div.halfs > div {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .settings section > div.halfs > div:first-child {
    margin-right: 15px;
  }
}
.settings legend, .settings label {
  position: relative;
  width: 100%;
}
.settings legend span, .settings label span {
  display: block;
}
.settings label {
  margin-bottom: 7px;
  display: inline-block;
}
@media only screen and (min-width: 1600px) {
  .settings label {
    margin-bottom: 10px;
  }
}
.settings button.close-button.icon.times {
  top: 0;
  right: 0;
  margin: 0;
}
@media only screen and (min-width: 940px) {
  .settings button.close-button.icon.times {
    display: none;
  }
}
.settings h4 {
  margin: 0;
  color: #0083FF;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  width: calc(100% - 53px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 940px) {
  .settings h4 {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .settings h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.settings .flow.num {
  margin: 0;
}
.settings > div:not(.wrapper) {
  width: 100%;
  height: auto;
  font-size: 0;
  position: relative;
}
.settings > div:not(.wrapper) > div {
  font-size: inherit;
  position: relative;
}
.settings > div:not(.wrapper) button,
.settings > div:not(.wrapper) .dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
}
.settings > div:not(.wrapper) button {
  font-weight: bolder;
}
.settings > div:not(.wrapper) button:active {
  font-weight: 500;
}
.settings > div:not(.wrapper) .dropdown {
  width: 86%;
}
.settings > div:not(.wrapper) input,
.settings > div:not(.wrapper) .num {
  margin-left: 0;
}
.settings > .flow {
  display: inline-block;
  max-width: 49%;
}
.settings .slider {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.settings .help {
  float: right;
  margin-left: 10px;
}
.settings .help .answer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .settings [type=submit] {
    float: right;
  }
}
@media only screen and (min-width: 768px) and (min-height: 820px) {
  .settings.can-live-form.no-scroll-big > .wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (min-height: 820px) {
  .settings.can-live-form.no-scroll-big > .wrapper .scroll-wrap {
    overflow-y: auto;
    padding-right: 10px;
  }
}
.settings.can-live-form .num input[type=text], .settings.can-live-form .num input[type=number] {
  width: 104px;
  min-width: auto;
}
.settings.can-live-form .num button {
  display: none;
}
.settings.can-live-form .number-wrapper {
  max-width: 210px;
}
@media only screen and (min-width: 768px) {
  .settings.can-live-form .number-wrapper {
    width: calc(50% - 7.5px);
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) {
  .settings.can-live-form .number-wrapper:nth-child(odd) {
    margin-right: 7.5px;
  }
}
@media only screen and (min-width: 768px) {
  .settings.can-live-form .number-wrapper:nth-child(even) {
    margin-left: 7.5px;
  }
}
.settings.can-live-form .number-wrapper .num {
  width: 100%;
}
.settings.can-live-form .number-wrapper .num input[type=number] {
  width: 100%;
}
.settings.can-live-form .number-wrapper .num button {
  display: inline-block;
}
.settings.can-live-form .halfs > div:not(.flow):not(.number-wrapper) {
  width: calc(100% - 124px);
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (min-height: 980px) {
  .settings.want-to-live-form.no-scroll-big > .wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (min-height: 980px) {
  .settings.want-to-live-form.no-scroll-big > .wrapper .scroll-wrap {
    overflow-y: auto;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1250px) {
  .settings.my-house-form, .settings.welcome-form {
    min-width: 400px;
  }
}
.settings.welcome-form {
  height: auto;
  max-height: initial;
}
.settings.welcome-form p span {
  font-family: "Ilisarniq-Bold";
}
.settings.welcome-form p:last-child {
  margin-bottom: 0;
}
.settings.welcome-form .wrapper .scroll-wrap {
  overflow-y: auto;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (min-height: 923px) {
  .settings.my-house-form.no-scroll-big > .wrapper {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (min-height: 830px) {
  .settings.my-house-form.no-scroll-big > .wrapper .scroll-wrap {
    overflow-y: auto;
    padding-right: 10px;
  }
}
.settings.my-project-form td label {
  display: block;
}

main.about {
  max-width: 1200px;
  margin: 4em auto;
  padding: 0 20px;
}
main.about .download {
  margin-top: 20px;
  width: auto;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  main.about .download {
    margin-top: 50px;
  }
}
main.about h1 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  main.about h1 {
    margin-bottom: 20px;
  }
}
main.about .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  justify-content: left;
}
@media only screen and (min-width: 768px) {
  main.about .logos {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
  }
}
main.about .logos img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media only screen and (min-width: 1250px) {
  main.about .logos img {
    max-width: 220px;
  }
}
main.about .logos .image-wrapper {
  width: 100%;
  text-align: center;
}
main.about .logos .image-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 550px) {
  main.about .logos .image-wrapper {
    max-width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (min-width: 865px) {
  main.about .logos .image-wrapper {
    max-width: calc(33.3333% - 20px);
    height: auto;
  }
}
@media only screen and (min-width: 1250px) {
  main.about .logos .image-wrapper {
    max-width: calc(25% - 20px);
  }
}

.dropdown.icon.house::before,
.dropdown .icon.house::before,
button.icon.house::before,
button .icon.house::before,
a.icon.house::before,
a .icon.house::before {
  -webkit-mask: url("/images/house.svg") no-repeat 50% 50%;
  mask: url("/images/house.svg") no-repeat 50% 50%;
}
.dropdown.icon.house-heart::before,
.dropdown .icon.house-heart::before,
button.icon.house-heart::before,
button .icon.house-heart::before,
a.icon.house-heart::before,
a .icon.house-heart::before {
  -webkit-mask: url("/images/house-heart.svg") no-repeat 50% 50%;
  mask: url("/images/house-heart.svg") no-repeat 50% 50%;
}
.dropdown.icon.house-dollar::before,
.dropdown .icon.house-dollar::before,
button.icon.house-dollar::before,
button .icon.house-dollar::before,
a.icon.house-dollar::before,
a .icon.house-dollar::before {
  -webkit-mask: url("/images/house-dollar.svg") no-repeat 50% 50%;
  mask: url("/images/house-dollar.svg") no-repeat 50% 50%;
}
.dropdown.icon.download::before,
.dropdown .icon.download::before,
button.icon.download::before,
button .icon.download::before,
a.icon.download::before,
a .icon.download::before {
  background-image: url("/images/download.svg");
  position: static;
  fill: #ffffff;
  margin-right: 10px;
  background-color: transparent;
}
.dropdown.icon.color-icon::before,
.dropdown .icon.color-icon::before,
button.icon.color-icon::before,
button .icon.color-icon::before,
a.icon.color-icon::before,
a .icon.color-icon::before {
  background-image: url("/images/color.svg");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background-color: transparent;
}
.dropdown.icon.house-user::before,
.dropdown .icon.house-user::before,
button.icon.house-user::before,
button .icon.house-user::before,
a.icon.house-user::before,
a .icon.house-user::before {
  -webkit-mask: url("/images/house-user.svg") no-repeat 50% 50%;
  mask: url("/images/house-user.svg") no-repeat 50% 50%;
}
.dropdown.icon.bars::before,
.dropdown .icon.bars::before,
button.icon.bars::before,
button .icon.bars::before,
a.icon.bars::before,
a .icon.bars::before {
  -webkit-mask: url("/images/bars.svg") no-repeat 50% 50%;
  mask: url("/images/bars.svg") no-repeat 50% 50%;
}
.dropdown.icon.sliders::before,
.dropdown .icon.sliders::before,
button.icon.sliders::before,
button .icon.sliders::before,
a.icon.sliders::before,
a .icon.sliders::before {
  -webkit-mask: url("/images/sliders.svg") no-repeat 50% 50%;
  mask: url("/images/sliders.svg") no-repeat 50% 50%;
}
.dropdown.icon.chevron-right,
.dropdown .icon.chevron-right,
button.icon.chevron-right,
button .icon.chevron-right,
a.icon.chevron-right,
a .icon.chevron-right {
  background-image: url("/images/chevron-right.svg");
  background-color: transparent;
}
.dropdown.icon.times,
.dropdown .icon.times,
button.icon.times,
button .icon.times,
a.icon.times,
a .icon.times {
  position: absolute;
  right: 20px;
  height: 38px;
  width: 38px;
  padding: 0;
  top: 25px;
  right: 10px;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .dropdown.icon.times,
.dropdown .icon.times,
button.icon.times,
button .icon.times,
a.icon.times,
a .icon.times {
    top: 30px;
    right: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .dropdown.icon.times,
.dropdown .icon.times,
button.icon.times,
button .icon.times,
a.icon.times,
a .icon.times {
    height: 40px;
    width: 40px;
  }
}
.dropdown.icon.times::before,
.dropdown .icon.times::before,
button.icon.times::before,
button .icon.times::before,
a.icon.times::before,
a .icon.times::before {
  -webkit-mask: url("/images/times.svg") no-repeat 50% 50%;
          mask: url("/images/times.svg") no-repeat 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.dropdown.icon.city::before,
.dropdown .icon.city::before,
button.icon.city::before,
button .icon.city::before,
a.icon.city::before,
a .icon.city::before {
  -webkit-mask: url("/images/city.svg") no-repeat 50% 50%;
  mask: url("/images/city.svg") no-repeat 50% 50%;
}
.dropdown.icon.ruler::before,
.dropdown .icon.ruler::before,
button.icon.ruler::before,
button .icon.ruler::before,
a.icon.ruler::before,
a .icon.ruler::before {
  -webkit-mask: url("/images/ruler-triangle.svg") no-repeat 50% 50%;
  mask: url("/images/ruler-triangle.svg") no-repeat 50% 50%;
}
.dropdown.icon.map::before,
.dropdown .icon.map::before,
button.icon.map::before,
button .icon.map::before,
a.icon.map::before,
a .icon.map::before {
  -webkit-mask: url("/images/map-marked.svg") no-repeat 50% 50%;
  mask: url("/images/map-marked.svg") no-repeat 50% 50%;
}
.dropdown.icon.list::before,
.dropdown .icon.list::before,
button.icon.list::before,
button .icon.list::before,
a.icon.list::before,
a .icon.list::before {
  -webkit-mask: url("/images/list.svg") no-repeat 50% 50%;
  mask: url("/images/list.svg") no-repeat 50% 50%;
}
.dropdown.icon.close::before,
.dropdown .icon.close::before,
button.icon.close::before,
button .icon.close::before,
a.icon.close::before,
a .icon.close::before {
  -webkit-mask: url("/images/close.svg") no-repeat 50% 50%;
  mask: url("/images/close.svg") no-repeat 50% 50%;
  -webkit-mask-size: 60% auto;
  mask-size: 60% auto;
}
.dropdown.icon.logo-mini::before,
.dropdown .icon.logo-mini::before,
button.icon.logo-mini::before,
button .icon.logo-mini::before,
a.icon.logo-mini::before,
a .icon.logo-mini::before {
  background-image: url("/images/logo-mini.svg");
  background-size: 80% 80%;
  background-color: transparent;
}
.dropdown.icon.icon-xls::before,
.dropdown .icon.icon-xls::before,
button.icon.icon-xls::before,
button .icon.icon-xls::before,
a.icon.icon-xls::before,
a .icon.icon-xls::before {
  -webkit-mask: url("/images/file-xls.svg") no-repeat 50% 50%;
  mask: url("/images/file-xls.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.dropdown.icon.icon-compare::before,
.dropdown .icon.icon-compare::before,
button.icon.icon-compare::before,
button .icon.icon-compare::before,
a.icon.icon-compare::before,
a .icon.icon-compare::before {
  -webkit-mask: url("/images/compare.svg") no-repeat 50% 50%;
  mask: url("/images/compare.svg") no-repeat 50% 50%;
}

div.help,
.help {
  float: right;
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #0083FF;
  border-color: #0083FF;
  border-radius: 15px;
  cursor: help;
  -webkit-mask: url("/images/question.svg") no-repeat 50% 50%;
  mask: url("/images/question.svg") no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
div.help.circle,
.help.circle {
  -webkit-mask: url("/images/question-circle.svg") no-repeat 50% 50%;
  mask: url("/images/question-circle.svg") no-repeat 50% 50%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
div.help:hover .answer,
.help:hover .answer {
  display: block;
}
div.help.small,
.help.small {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
}

.filter {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 70px;
  height: calc(100svh - 140px - 15px);
  right: 15px;
  width: calc(100% - 30px);
  padding: 15px 10px 15px 15px;
  overflow: hidden;
  border-radius: 5px;
  z-index: 3;
  overflow-y: scroll;
  padding-right: 15px;
  scrollbar-color: #0083FF rgba(0, 131, 255, 0.25);
  scrollbar-width: thin;
  /* Style the scrollbar handle */
}
.filter::-webkit-scrollbar, .filter::-moz-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  background: white;
}
.filter::-webkit-scrollbar:active, .filter::-moz-scrollbar:active {
  scrollbar-width: thin;
}
.filter::-webkit-scrollbar-thumb, .filter::-moz-scrollbar-thumb {
  border-radius: 2px;
}
.filter::-webkit-scrollbar-track {
  background: rgba(0, 131, 255, 0.25);
}
.filter::-webkit-scrollbar {
  background: rgba(0, 131, 255, 0.25);
  width: 4px;
  border-radius: 2px;
}
.filter::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #0083FF;
}
.filter.open {
  display: block;
}
.filter p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: -5px;
}
@media only screen and (min-width: 1250px) {
  .filter p {
    max-width: 30ch;
  }
}
.filter form {
  overflow-x: visible;
}
@media only screen and (min-width: 1250px) {
  .filter {
    height: calc(100vh - 154px - 20px);
    right: 20px;
    top: 84px;
    width: 345px;
  }
}
.filter h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  color: #0083FF;
  margin-bottom: 10px;
}
@media only screen and (min-width: 940px) {
  .filter h3 {
    display: none;
  }
}
.filter section.radio-select:not(:first-of-type) {
  margin-top: 10px;
}
.filter section:not(:last-of-type):not(.radio-select) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.filter section .radio-alt-wrapper .checkcontainer {
  padding: 8px 11px 8px 0;
  margin-bottom: 0;
  color: rgba(31, 31, 31, 0.8);
}
.filter section .radio-alt-wrapper .checkcontainer::after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  height: 1px;
  width: calc(100% - 45px);
  display: block;
  position: absolute;
  top: 100%;
}
.filter section .radio-alt-wrapper legend {
  border-bottom: 1px solid #999999;
  margin-bottom: 3px;
  padding-bottom: 7px;
}
.filter section .radio-alt-wrapper legend .help {
  float: right;
}
@media only screen and (min-width: 1250px) {
  .filter section .radio-alt-wrapper legend {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .filter section .radio-buttons label {
    width: 25%;
    padding: 6px 5px;
    font-size: 0.9em;
    flex: auto;
  }
}

.list-view {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 70px;
  height: calc(100svh - 140px);
  right: 15px;
  width: calc(100% - 30px);
  overflow-y: auto;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 15px 15px 0;
  z-index: 10;
}
.list-view .wrapper {
  height: 100%;
  overflow-x: visible;
  overflow-y: scroll;
  padding-right: 15px;
  scrollbar-color: #0083FF rgba(0, 131, 255, 0.25);
  scrollbar-width: thin;
  /* Style the scrollbar handle */
  padding-right: 0;
}
.list-view .wrapper::-webkit-scrollbar, .list-view .wrapper::-moz-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  background: white;
}
.list-view .wrapper::-webkit-scrollbar:active, .list-view .wrapper::-moz-scrollbar:active {
  scrollbar-width: thin;
}
.list-view .wrapper::-webkit-scrollbar-thumb, .list-view .wrapper::-moz-scrollbar-thumb {
  border-radius: 2px;
}
.list-view .wrapper::-webkit-scrollbar-track {
  background: rgba(0, 131, 255, 0.25);
}
.list-view .wrapper::-webkit-scrollbar {
  background: rgba(0, 131, 255, 0.25);
  width: 4px;
  border-radius: 2px;
}
.list-view .wrapper::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #0083FF;
}
@media only screen and (min-width: 768px) {
  .list-view {
    left: 15px;
    top: 70px;
  }
}
@media only screen and (min-width: 1250px) {
  .list-view {
    width: calc(100% - 345px - 50px);
    top: 70px;
    left: 20px;
    top: 84px;
    height: calc(100vh - 140px - 15px - 75px);
  }
}
.list-view.show {
  display: block;
}
.list-view .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  padding: 0 15px 0;
}
@media only screen and (min-width: 1250px) {
  .list-view .sticky {
    padding: 5px 20px 0;
  }
}
@media only screen and (min-width: 1250px) {
  .list-view .sticky .my-project-mobile {
    display: none;
  }
}
.list-view .sticky .radio-wrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .list-view .sticky .radio-wrapper {
    margin-top: 0;
  }
}
.list-view .sticky .close-button {
  top: 0;
  margin: 0;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .list-view .sticky .close-button {
    position: relative;
    top: initial;
    right: initial;
    margin: 0 0 0 10px;
  }
}
.list-view .sort-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .list-view .sort-title {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1250px) {
  .list-view .sort-title {
    margin-bottom: 0;
  }
}
.list-view .sort-title h3 {
  margin-bottom: 15px;
  color: #0083FF;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: auto;
  width: calc(100% - 45px);
}
@media only screen and (min-width: 768px) {
  .list-view .sort-title h3 {
    width: calc(100% - 334px);
  }
}
@media only screen and (min-width: 1600px) {
  .list-view .sort-title h3 {
    width: auto;
    margin-top: 10px;
  }
}
.list-view .sorting {
  display: flex;
}
.list-view .sorting button {
  width: 100%;
  margin: 0;
}
.list-view .mobile-wrapper {
  padding: 0 15px;
}
@media only screen and (min-width: 1250px) {
  .list-view .mobile-wrapper {
    display: none;
  }
}
.list-view .my-project-info-list-divider::after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  margin: 20px 0;
  display: block;
}
@media only screen and (min-width: 1250px) {
  .list-view .my-project-info-list-divider::after {
    margin: 20px 0 12px;
  }
}
.list-view .my-project-mobile .mobile-layout {
  border: 1px solid rgba(0, 131, 255, 0.5);
}
.list-view .my-project-mobile .mobile-layout header > div.highlighted {
  color: rgba(0, 131, 255, 0.8);
  padding-left: 32px;
  position: relative;
}
.list-view .my-project-mobile .mobile-layout header > div.highlighted::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-color: #0083FF;
  position: absolute;
  top: calc(50% + 2px);
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.list-view .others-mobile .mobile-layout header {
  position: relative;
  z-index: 10;
}
.list-view .others-mobile .mobile-layout header > div {
  background: #ffffff;
  z-index: 1;
}
.list-view .others-mobile .mobile-layout header > div:first-child {
  padding-right: 5px;
}
.list-view .others-mobile .mobile-layout header > div:last-child {
  padding-left: 5px;
}
.list-view .others-mobile .mobile-layout header::after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(216, 216, 216, 0.5);
  display: block;
  position: absolute;
  top: 12px;
}
.list-view .others-mobile .mobile-layout:nth-child(odd) {
  background: #FAFAFA;
}
.list-view .others-mobile .mobile-layout:nth-child(odd) header > div {
  background: #FAFAFA;
}
.list-view .mobile-layout {
  padding: 10px;
}
.list-view .mobile-layout header {
  margin-bottom: 5px;
}
.list-view .mobile-layout footer > div:last-child {
  color: rgba(255, 0, 0, 0.8);
}
.list-view .mobile-layout header, .list-view .mobile-layout footer {
  display: flex;
  justify-content: space-between;
}
.list-view .mobile-layout header > div:first-child, .list-view .mobile-layout footer > div:first-child {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}
.list-view .mobile-layout header > div:last-child, .list-view .mobile-layout footer > div:last-child {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: right;
}
.list-view .others-info-list {
  padding: 0 15px;
}
@media only screen and (min-width: 1250px) {
  .list-view .others-info-list {
    padding: 0 20px 0;
  }
}
.list-view .others-info-list tbody tr:nth-child(odd) td {
  background: #F5F5F5;
}
.list-view table {
  width: 100%;
  border-collapse: collapse;
  table-layout: unset;
  display: none;
}
@media only screen and (min-width: 1250px) {
  .list-view table {
    display: table;
  }
}
.list-view table.my-project-info-list tbody {
  border: 1px solid rgba(0, 131, 255, 0.25);
}
.list-view table thead th:last-child {
  text-align: left;
  padding-left: 25px;
}
.list-view table thead th:last-child button {
  width: 137px;
  border: 1px solid #C3C3C3;
  border-radius: 0 2px 2px 0;
  color: #C3C3C3;
  padding: 9px 8px;
  font-size: 13px;
  letter-spacing: 0.35px;
  padding-left: 30px;
}
@media only screen and (min-width: 1600px) {
  .list-view table thead th:last-child button {
    font-size: 14px;
  }
}
.list-view table thead th:last-child button::before {
  background-color: #C3C3C3;
  margin-left: -20px;
  margin-top: 2px;
}
.list-view table thead th:last-child button.active {
  color: #1F1F1F;
}
.list-view table thead th:last-child button.active::before {
  background-color: #1F1F1F;
}
.list-view table thead th:last-child button:first-child {
  border-right-width: 0;
}
.list-view table tbody tr th {
  padding: 8px 0;
}
.list-view table tbody tr.highlighted {
  position: relative;
}
.list-view table tbody tr.highlighted td {
  font-weight: bold;
}
.list-view table tbody tr.highlighted .name {
  padding-left: 32px;
  color: #0083FF;
}
.list-view table tbody tr.highlighted .name::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  background-color: #0083FF;
  position: absolute;
  top: calc(50% + 2px);
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.list-view .progress .bar {
  width: 100%;
  height: 14px;
  position: relative;
  background: transparent;
}
.list-view .progress .bar .progress-bar {
  background: red;
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
}
.list-view td:first-child, .list-view th:first-child {
  padding-left: 15px;
}
.list-view td:last-child, .list-view th:last-child {
  padding-right: 20px;
}
.list-view td {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  padding: 8px 0;
}
@media only screen and (min-width: 1600px) {
  .list-view td {
    font-size: 16px;
    line-height: 24px;
  }
}
.list-view td.name {
  width: 167px;
  padding-right: 25px;
}
.list-view td.percent {
  width: 224px;
  text-align: right;
}
.list-view td.progress {
  width: calc(100% - 240px);
  padding-left: 25px;
}
.list-view th {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  padding: 8px 0;
}
@media only screen and (min-width: 1600px) {
  .list-view th {
    font-size: 16px;
    line-height: 24px;
  }
}
.list-view th:first-of-type {
  text-align: left;
}

#my-project-form {
  width: 100%;
  max-width: 570px;
}
#my-project-form .public-transport {
  margin-bottom: 15px;
}
#my-project-form .my-project-label-mobile {
  font-family: "Ilisarniq-Demi";
  color: #0083FF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
}
@media only screen and (min-width: 768px) {
  #my-project-form .my-project-label-mobile {
    display: none;
  }
}

.plan-form {
  color: #222222;
}
.plan-form h2 {
  font-family: "Ilisarniq-Regular";
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.plan-form h3 {
  font-family: "Ilisarniq-Regular";
  color: #0083FF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.plan-form h4 {
  font-family: "Ilisarniq-Bold";
  color: #0083FF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.plan-form label {
  font-family: "Ilisarniq-Regular";
  color: #222222;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.plan-form .table__heading,
.plan-form .line {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: 100%;
}
.plan-form .table__heading::after,
.plan-form .line::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

body {
  min-width: 1100px;
  /*@media only screen and (max-width: $display-desktop) {
  	&::after {
  		content:"Tyvärr stöds ej små skärmar";
  		width:100vw;
  		height: 100vh;
  		position: fixed;
  		z-index: 10000;
  		display: block;
  		top: 0;
  		left: 0;
  		background-color: $white;
  		background-image:url("./../../images/logo_large.svg");
  		background-repeat: no-repeat;
  		background-position: center 35vh;
  		color: $almost-black;
  		font-size: 1rem;
  		box-sizing: border-box;
  		text-align: center;
  		padding:45vh 25vh;
  	};		
  }*/
}
body > * {
  min-width: 1000px;
}

.sidebar-container {
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}
.sidebar-container > * {
  pointer-events: initial;
}

.project-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-sidebar .sidebar__center,
.project-sidebar .sidebar__bottom {
  padding: 0.62rem 1.25rem;
}
.project-sidebar .sidebar__top {
  position: relative;
  padding: 0.82rem 1.25rem 0;
}
.project-sidebar .sidebar__top .sidebar__heading {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0083FF;
}
.project-sidebar .sidebar__top .sidebar__actions {
  position: absolute;
  right: 1.25rem;
  bottom: 0.6rem;
  display: flex;
  gap: 0.32rem;
}
.project-sidebar .sidebar__center {
  height: 100%;
  flex: 1;
  overflow-y: auto;
}
.project-sidebar .sidebar__bottom {
  gap: 0.62rem;
  background-color: #0083FF;
  color: white;
  height: 62px;
}

button.btn.outlined,
a.btn.outlined {
  border-radius: 0.375rem;
  background-color: #0083FF;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 0.875rem;
  transition: all 300ms ease-in-out;
}
button.btn.outlined.icon::before,
a.btn.outlined.icon::before {
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
}
button.btn.outlined:disabled, button.btn.outlined.disabled, button.btn.outlined.disabled:hover,
a.btn.outlined:disabled,
a.btn.outlined.disabled,
a.btn.outlined.disabled:hover {
  border: 2px solid #C4C4C4;
  background-color: transparent;
  color: #C4C4C4;
  opacity: 0.5;
  cursor: default;
}
button.btn.outlined:disabled:before, button.btn.outlined.disabled:before, button.btn.outlined.disabled:hover:before,
a.btn.outlined:disabled:before,
a.btn.outlined.disabled:before,
a.btn.outlined.disabled:hover:before {
  background-color: #C4C4C4;
}
button.btn.outlined:hover,
a.btn.outlined:hover {
  border: 2px solid rgba(0, 131, 255, 0.5);
  background-color: #ffffff;
  color: #0083FF;
  transition: all 300ms ease-in-out;
}
button.btn.outlined:hover:before,
a.btn.outlined:hover:before {
  background-color: #0083FF;
  transition: all 300ms ease-in-out;
}
button.btn.btn--white,
a.btn.btn--white {
  border-radius: 0.375rem;
  border: 2px solid rgba(0, 131, 255, 0.5);
  background: #ffffff;
  color: #222222;
  font-size: 0.875rem;
  transition: all 300ms ease-in-out;
}
button.btn.btn--white.icon,
a.btn.btn--white.icon {
  color: #0083FF;
  padding-left: 42px;
}
button.btn.btn--white.icon::before,
a.btn.btn--white.icon::before {
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 300ms ease-in-out;
}
button.btn.btn--white:hover,
a.btn.btn--white:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #ffffff;
  transition: all 300ms ease-in-out;
}
button.btn.btn--white:hover.icon::before,
a.btn.btn--white:hover.icon::before {
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
}

.heading-icon {
  position: relative;
  padding-left: 1.25rem;
}
.heading-icon.icon::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0.7rem;
}
.heading-icon.map-marker::before {
  background-image: url("/images/map-marker.svg");
}
.heading-icon.chart-icon::before {
  background-image: url("/images/chart-simple.svg");
}
.heading-icon.compare-icon::before {
  background-image: url("/images/compare.svg");
}

.plan-form .sidebar__action {
  border: none;
}
.plan-form .sidebar__action.circle {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask: url("/images/question-circle.svg") no-repeat 50% 50%;
  mask: url("/images/question-circle.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0083FF;
}
.plan-form .sidebar__action.close-sidebar {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-mask: url("/images/circle-minus.svg") no-repeat 50% 50%;
  mask: url("/images/circle-minus.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0083FF;
}
.plan-form .sidebar__action.close-sidebar-red {
  width: 1.3rem;
  height: 1.3rem;
  -webkit-mask: url("/images/close-red.svg") no-repeat 50% 50%;
  mask: url("/images/close-red.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FF3700;
}

.open-sidebar {
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  -webkit-mask: url("/images/circle-arrow.svg") no-repeat 50% 50%;
  mask: url("/images/circle-arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0083FF;
  transform: rotate(90deg);
}

.project-data__table--row .sidebar__action.circle {
  width: 1rem;
  height: 1rem;
}

.sidebar-mini--top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
  height: 70px;
  top: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.62rem 0;
}
.sidebar-mini--top .sidebar__heading {
  font-family: "Ilisarniq-Regular";
  padding-right: 0.8rem;
  color: #0083FF;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
.sidebar-mini--top .sidebar__heading::before {
  bottom: 0.3rem;
}

.project-mini--bottom {
  height: 62px;
  width: 100%;
  background-color: #0083FF;
}

.header-divider {
  height: 100%;
  width: 1px;
  background-color: #0083FF;
  border-radius: 25%;
}

.plan-form {
  position: relative;
}
.plan-form label, .plan-form input {
  width: 100%;
}
.plan-form input {
  padding: 0.5rem 0.62rem 0.62rem;
  line-height: 1.5rem;
}
.plan-form .inputs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.62rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.plan-form .input-with-label {
  position: relative;
}
.plan-form .input-with-label label {
  display: block;
  margin: 0;
  padding-bottom: 0.31rem;
  font-family: "Ilisarniq-Regular";
}
.plan-form .input-with-label label.unit {
  position: absolute;
  display: inline;
  right: 0.62rem;
  bottom: 0.35rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: rgba(34, 34, 34, 0.5);
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Ilisarniq-Regular";
}
.plan-form label.hide-label {
  display: none;
}
.plan-form .radio-buttons {
  flex-wrap: nowrap;
}
.plan-form .radio-buttons label {
  flex: 1;
  font-family: "Ilisarniq-Regular";
}
.plan-form .select-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.62rem;
}
.plan-form .select-grid .checkcontainer {
  margin-bottom: 0;
}
.plan-form .select-grid .checkcontainer .checkcontainer-heading {
  text-align: center;
  padding: 0.5rem 0.62rem 0.62rem;
  border-radius: 0.375rem;
  border: 2px solid #8FC0FA;
  font-family: "Ilisarniq-Regular";
}
.plan-form .select-grid .checkcontainer input[type=radio]:checked + .checkcontainer-heading,
.plan-form .select-grid .checkcontainer input[type=checkbox]:checked + .checkcontainer-heading {
  background-color: #0083FF;
  color: #ffffff;
  border: 2px solid #8FC0FA;
}

#project-data-form {
  position: absolute;
  background-color: white;
  inset: 1.25rem;
  right: auto;
  width: 31.75rem;
  z-index: 1;
}
#project-data-form.sidebar-open {
  opacity: 1;
  transform: translateX(0%);
  transition: all 200ms ease-in-out;
}

input#project-data-location {
  border: 0;
  border-radius: 0;
  padding: 0.2rem 0 0.5rem 0;
  font-size: 0.875rem;
  color: #222222;
  border-bottom: solid 3px #0083FF;
  cursor: default;
}
input#project-data-location::-moz-placeholder {
  border-bottom: solid 3px #0083FF;
  font-size: 0.875rem;
  padding: 0.2rem 0 0.75rem 0;
  color: #0083FF;
  line-height: 1.5rem;
}
input#project-data-location:-ms-input-placeholder {
  border-bottom: solid 3px #0083FF;
  font-size: 0.875rem;
  padding: 0.2rem 0 0.75rem 0;
  color: #0083FF;
  line-height: 1.5rem;
}
input#project-data-location::placeholder {
  border-bottom: solid 3px #0083FF;
  font-size: 0.875rem;
  padding: 0.2rem 0 0.75rem 0;
  color: #0083FF;
  line-height: 1.5rem;
}
.project-data__table--row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.62rem 0 1.25rem;
}
.project-data__table--row:first-child {
  border-bottom: 0;
  padding-bottom: 0.3rem;
  padding-top: 0;
}
.project-data__table--row:last-child {
  border-bottom: 0;
}
.project-data__table--row:has(input[disabled]) input::-moz-placeholder {
  color: #D0D0D0;
}
.project-data__table--row:has(input[disabled]) input:-ms-input-placeholder {
  color: #D0D0D0;
}
.project-data__table--row:has(input[disabled]) label, .project-data__table--row:has(input[disabled]) .unit, .project-data__table--row:has(input[disabled]) .project-data__table--heading h4, .project-data__table--row:has(input[disabled]) input::placeholder {
  color: #D0D0D0;
}
.project-data__table--row:has(input[disabled]) input {
  color: #D0D0D0;
  border-color: #D0D0D0;
}

.project-data__table--heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.62rem;
}
.project-data__table--heading.spacing-sm {
  padding-bottom: 0.31rem;
}

#project-data-form.sidebar-closed {
  position: absolute;
  background-color: white;
  inset: 1.25rem;
  right: auto;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-120%);
  transform-origin: right left;
  transition: 200ms all ease-in-out;
}

#project-data-form-mini.sidebar-mini-open {
  position: absolute;
  inset: 1.25rem;
  right: auto;
  background-color: white;
  width: 4.375rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transform: translateX(0);
  opacity: 1;
  transition: 100ms all ease-in-out;
}

#project-data-form-mini.sidebar-mini-closed {
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: 0ms all ease-in-out;
}

#sidebar-analysis {
  position: absolute;
  background-color: white;
  inset: 1.25rem;
  left: 33.31rem;
  right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#sidebar-analysis.disabled > * {
  filter: grayscale(100%);
  opacity: 0.5;
}
#sidebar-analysis.analysis-mini-left--sm {
  left: calc(1.25rem + 70px + 0.62rem);
}
#sidebar-analysis.sidebar-open {
  opacity: 1;
  transform-origin: 100% 100%;
  transform: scale(1) translateX(0%);
  transition: all 200ms ease-in-out;
}
#sidebar-analysis .analysis-row {
  display: flex;
  align-items: start;
  gap: 0;
  overflow-y: scroll;
}
#sidebar-analysis .analysis-col-1 {
  width: 31.75rem;
}
#sidebar-analysis .analysis-col-1 .sidebar__top {
  width: 31.75rem;
}
#sidebar-analysis .analysis-col-2 {
  width: 17rem;
}
#sidebar-analysis .analysis-col-2 .sidebar__top {
  width: 15rem;
}
#sidebar-analysis .analysis-col-1,
#sidebar-analysis .analysis-col-2 {
  position: relative;
}
#sidebar-analysis .analysis-col-1 .sidebar__top,
#sidebar-analysis .analysis-col-2 .sidebar__top {
  position: fixed;
  background-color: #ffffff;
  z-index: 1;
}
#sidebar-analysis .analysis-col-1 .sidebar__center,
#sidebar-analysis .analysis-col-2 .sidebar__center {
  padding-top: 3.6rem;
}
#sidebar-analysis .analysis-col-1 .sidebar__center h3,
#sidebar-analysis .analysis-col-2 .sidebar__center h3 {
  font-weight: 600;
  color: #0083FF;
}
#sidebar-analysis .sidebar-analysis__project-name {
  height: 4rem;
  width: 100%;
  overflow-y: auto;
}
#sidebar-analysis .sidebar-analysis__project-name h3 {
  color: rgba(34, 34, 34, 0.5);
  font-size: 0.875rem;
  line-height: 1.625rem;
}
#sidebar-analysis .sidebar-analysis__project-name h4 {
  font-family: "Ilisarniq-Regular";
  color: #222222;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
}
#sidebar-analysis .sidebar__bottom {
  display: flex;
  justify-content: end;
  align-items: center;
}
#sidebar-analysis .sidebar__bottom .hide-button {
  display: none;
}
#sidebar-analysis .sidebar__bottom .show-button {
  display: block;
}
#sidebar-analysis .analysis-col-1 tr {
  grid-template-columns: 15rem auto 1.25rem;
}
#sidebar-analysis .analysis-col-2 tr {
  grid-template-columns: auto 1.25rem;
}
#sidebar-analysis .analysis__tables {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.06rem;
}
#sidebar-analysis .analysis__tables table {
  width: 100%;
}
#sidebar-analysis .analysis__tables tr {
  display: grid;
  padding: 0.31rem 0.62rem;
  height: 32px;
}
#sidebar-analysis .analysis__tables tr:nth-child(even) {
  background-color: #F5F5F5;
}
#sidebar-analysis .analysis__tables th,
#sidebar-analysis .analysis__tables .unit {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: rgba(34, 34, 34, 0.75);
}
#sidebar-analysis .analysis__tables td[data-selector] .unit {
  padding-left: 5px;
}
#sidebar-analysis .analysis__tables .dot-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar-analysis .analysis__tables .dot {
  display: block;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #E5E5E5;
}
#sidebar-analysis .analysis__tables .dot.green {
  background-color: #43AC38;
}
#sidebar-analysis .analysis__tables .dot.orange {
  background-color: #FFB100;
}
#sidebar-analysis .analysis__tables .dot.red {
  background-color: #FF3700;
}

#sidebar-analysis.sidebar-closed {
  position: absolute;
  background-color: white;
  inset: 1.44rem;
  right: auto;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-200%);
  transform-origin: right left;
  transition: 200ms all ease-in-out;
}

#sidebar-analysis-mini.sidebar-mini-open {
  position: absolute;
  inset: 1.25rem;
  left: calc(1.25rem + 70px + 0.62rem);
  right: auto;
  background-color: white;
  width: 4.375rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transform: scale(1) translateX(0);
  transition: 100ms all ease-in-out;
}
#sidebar-analysis-mini.sidebar-mini-open.analysis-mini-left--lg {
  left: 33.62rem;
}

#sidebar-analysis-mini.sidebar-mini-closed {
  transform: scale(0) translateX(-100%);
  pointer-events: none;
  transition: 0 all ease-in-out;
}

/* 
@keyframes fadeOut {
	0%    { transform: scale(1); transform-origin: 100% 100%; }
	49%    { transform: scale(0); opacity: 1; }
	100%   { opacity: 0; }
} */
#sidebar-compare {
  background-color: #ffffff;
  width: 15rem;
}
#sidebar-compare.sidebar-closed {
  display: none;
}
#sidebar-compare.sidebar-open {
  display: block;
}

.plan-actions {
  position: absolute;
  right: calc(1.25rem + 2px);
  top: calc(1.25rem + 2px);
  display: flex;
  gap: 0.62rem;
  align-items: center;
}
.plan-actions .plan-search-input-wrapper {
  position: relative;
}
.plan-actions .plan-search-input-wrapper::before {
  content: "";
  position: absolute;
  -webkit-mask: url("/images/search.svg") no-repeat 50% 50%;
  mask: url("/images/search.svg") no-repeat 50% 50%;
  background-color: rgba(0, 131, 255, 0.5);
  width: 1.1rem;
  height: 1.5rem;
  left: 1.25rem;
  top: 0.65rem;
}
.plan-actions #plan-search {
  font-family: "Ilisarniq-Regular";
  padding: 0.5rem 1.25rem 0.62rem 3rem;
  border: 2px solid rgba(0, 131, 255, 0.5);
  outline: 2px solid #ffffff;
  background-color: #ffffff;
  width: 10.2rem;
  font-style: normal;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.plan-actions #plan-search::-moz-placeholder {
  font-family: "Ilisarniq-Regular";
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-style: normal;
  overflow: visible;
}
.plan-actions #plan-search:-ms-input-placeholder {
  font-family: "Ilisarniq-Regular";
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-style: normal;
  overflow: visible;
}
.plan-actions #plan-search::placeholder {
  font-family: "Ilisarniq-Regular";
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-style: normal;
  overflow: visible;
}
.plan-actions .plan-show-data-dropdown {
  position: relative;
  font-family: "Ilisarniq-Regular";
  padding: 0.5rem 1.25rem 0.62rem 3rem;
  border: 2px solid #0083FF;
  outline: 2px solid #ffffff;
  background-color: #0083FF;
  font-style: normal;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.plan-actions .plan-show-data-dropdown::before {
  content: "";
  position: absolute;
  -webkit-mask: url("/images/show-data.svg") no-repeat 50% 50%;
  mask: url("/images/show-data.svg") no-repeat 50% 50%;
  background-color: white;
  width: 1rem;
  height: 1.5rem;
  left: 1.25rem;
  top: 0.5rem;
  transition: all 200ms ease-in-out;
}
.plan-actions .plan-show-data-dropdown:hover {
  border: 2px solid rgba(0, 131, 255, 0.5);
  background-color: #ffffff;
  color: #000000;
  transition: all 200ms ease-in-out;
}
.plan-actions .plan-show-data-dropdown:hover::before {
  background-color: rgba(0, 131, 255, 0.5);
  transition: all 200ms ease-in-out;
}

#plan-show-data {
  position: absolute;
  top: 5rem;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 21.25rem;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
#plan-show-data.show-data-open {
  opacity: 1;
  transform: translateX(0%);
  transform-origin: left right;
  transition: 200ms all ease-in-out;
}
#plan-show-data.show-data-closed {
  opacity: 0;
  transform: translateX(120%);
  transition: 200ms all ease-in-out;
}
#plan-show-data.statistics-open {
  width: calc(100% - 215px);
  min-width: 500px;
  max-width: 1200px;
  z-index: 5;
}
#plan-show-data .sidebar-closed {
  display: none;
}
#plan-show-data .sidebar-open {
  display: block;
}

.show-data__header {
  background-color: #0083FF;
  padding: 0.31rem;
  padding-bottom: 0;
}
.show-data__header .show-data__header--link {
  background-color: transparent;
  padding: 0.81rem 1.25rem 1.12rem;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  border: none;
  color: #ffffff;
}
.show-data__header .show-data__header--link.show-data--open {
  background-color: #ffffff;
  color: #0083FF;
}
.show-data__header button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.show-data__header .help.circle {
  float: right;
  margin-top: 10px;
  margin-right: 27px;
  background-color: #ffffff;
  z-index: unset;
}

#confirm-delete-dialog {
  position: absolute;
  bottom: 1rem;
  left: 23rem;
  width: 50rem;
  height: auto;
  background-color: #FFD400;
  border: none;
  color: #000000;
  padding: 2.5rem 2.5rem 1.81rem;
}
#confirm-delete-dialog p {
  color: rgba(34, 34, 34, 0.9);
  font-size: 0.875rem;
  line-height: 1.5rem;
}
#confirm-delete-dialog .dialog-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}
#confirm-delete-dialog .dialog-checkbox label {
  color: rgba(34, 34, 34, 0.5);
  display: grid;
  grid-template-columns: 1.5rem auto;
  gap: 0.62rem;
  cursor: pointer;
}
#confirm-delete-dialog .dialog-checkbox label:has(input[type=checkbox]:checked) {
  color: #000000;
}
#confirm-delete-dialog .dialog-checkbox input[type=checkbox] {
  cursor: pointer;
  display: grid;
  place-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid rgba(0, 131, 255, 0.25);
  background: rgba(255, 255, 255, 0.75);
}
#confirm-delete-dialog .dialog-checkbox input[type=checkbox]::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1.5rem 1.5rem #000000;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#confirm-delete-dialog .dialog-checkbox input[type=checkbox]:checked {
  border: 2px solid rgba(0, 131, 255, 0.5);
  background-color: #ffffff;
}
#confirm-delete-dialog .dialog-checkbox input[type=checkbox]:checked::before {
  transform: scale(1) rotate(5deg);
}
#confirm-delete-dialog .dialog-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.62rem;
}
#confirm-delete-dialog .dialog-buttons .btn.btn--white:hover {
  background-color: #0083FF;
}

.show-data-statistics {
  padding: 1.25rem;
}
.show-data-statistics .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.show-data-statistics .topbar > * {
  align-items: left;
}
.show-data-statistics .source {
  display: flex;
  justify-content: end;
  width: 65%;
  height: 1rem;
}
.show-data-statistics .source > input {
  max-width: 40px;
}
.show-data-statistics .source > * {
  line-height: 1rem;
  max-width: 90px;
  margin: 0;
}
.show-data-statistics .legend {
  width: 35%;
}
.show-data-statistics .legend .item {
  display: inline-block;
  margin-right: 10px;
}
.show-data-statistics .legend .item::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: -2px;
  margin-right: 5px;
}
.show-data-statistics .legend .item.data::before {
  background-color: #000000;
}
.show-data-statistics .legend .item.average::before {
  background-color: #FFB100;
}
.show-data-statistics .statistics-chart-items {
  display: flex;
  flex-direction: column;
  padding: 1rem 0 2rem;
  min-width: 100%;
  box-sizing: border-box;
}
.show-data-statistics .statistics-chart-item {
  padding: 1rem;
  border-bottom: 1px solid #999;
}
.show-data-statistics .statistics-chart-item:last-child {
  border: none;
}
.show-data-statistics .statistics-chart-item .chart {
  height: 200px;
}
.show-data-statistics .statistics-chart-item .chart canvas {
  display: block;
  width: 100%;
  max-height: 200px;
}
.show-data-statistics .statistics-chart-item h5 {
  font-family: "Ilisarniq-Regular";
  font-size: 1.15em;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.show-data-statistics .statistics-chart-item .details {
  box-sizing: border-box;
  padding: 0 60px 30px 60px;
}
.show-data-statistics .statistics-chart-item .details h5 {
  margin-bottom: 5px;
}
.show-data-statistics .statistics-chart-item .details p {
  font-size: 14px;
  line-height: 22px;
}

.show-data-map {
  padding: 0.62rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.show-data-map .show-data-heading-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: 0.1rem;
}
.show-data-map .table__heading {
  gap: 0.25rem;
}
.show-data-map button.sidebar__action.circle {
  width: 1rem;
  height: 1rem;
}
.show-data-map fieldset {
  border: none;
}
.show-data-map fieldset .show-data-radio {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.25rem 0 0.31rem;
  cursor: pointer;
}
.show-data-map fieldset .table_radio-input {
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: #D9D9D9;
  width: 1rem;
}
.show-data-map fieldset .table_radio-input:checked {
  accent-color: #0083FF;
}

.show-data__center {
  overflow-y: scroll;
  height: 100%;
  flex: 1;
}

.popup-location {
  width: auto;
  max-width: 250px;
  min-width: 50px;
  height: auto;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  background-color: #0083FF;
  display: flex;
  flex-direction: column;
}
.popup-location span {
  font-family: "Ilisarniq-Regular";
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  width: 100%;
}

.mapboxgl-popup-tip,
.mapboxgl-popup-content {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.mapboxgl-popup-close-button {
  display: none;
}

.map-container .popup.place {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.map-container .popup.place:hover {
  opacity: 0.75;
  transition: 2s;
}
.map-container .popup.place span {
  height: auto;
  width: auto;
  padding: 50px 50px 50px 100px;
  border: 2px solid #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.map-container .popup.place span::before {
  background-image: url("./../../images/marker_add.svg");
  content: "";
  width: 50px;
  height: 50px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -50px;
  margin-top: -10px;
}

#legend {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: 1.8rem;
  z-index: -1;
  background-color: #ffffff;
  border-radius: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 10px;
}
#legend.inset {
  right: 380px;
}
#legend .dot {
  width: 50px;
  height: 8px;
}
#legend .dot.green {
  background-color: green;
}
#legend .dot.yellow {
  background-color: yellow;
}
#legend .dot.orange {
  background-color: orange;
}
#legend .dot.red {
  background-color: red;
}
#legend .start, #legend .end {
  color: #000000;
  font-size: 0.75rem;
  display: block;
  line-height: 1rem;
}

@media only screen and (max-width: 767px) {
  table.button-layout {
    display: block;
  }
}
table.button-layout:not(:first-of-type) {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  table.button-layout:not(:first-of-type) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  table.button-layout {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
  }
}
@media only screen and (max-width: 767px) {
  table.button-layout thead, table.button-layout tbody, table.button-layout tr, table.button-layout th, table.button-layout td {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  table.button-layout tbody tr:nth-child(even) td, table.button-layout tbody tr:nth-child(even) th {
    background: rgba(0, 131, 255, 0.05);
  }
}
table.button-layout th {
  text-align: left;
}
table.button-layout tr.public-transport th {
  vertical-align: top;
}
table.button-layout td.number .num.flow {
  width: 100%;
}
table.button-layout td.number .num.flow input[type=number] {
  min-width: 100%;
  padding: 11.5px 20px;
}
table.button-layout td.number-with-select {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
table.button-layout td.number-with-select > div:first-child {
  width: calc(55% - 5px);
}
table.button-layout td.number-with-select > div:last-child {
  width: calc(45% - 5px);
}
table.button-layout thead {
  border-bottom: 1px solid #C3C3C3;
}
table.button-layout thead tr th {
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 24px;
  padding: 0 0 10px;
  color: #0083FF;
}
@media only screen and (min-width: 768px) {
  table.button-layout thead tr th {
    padding: 20px 0 10px;
  }
}
table.button-layout thead tr th:first-of-type {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  table.button-layout thead tr th:not(:first-of-type) {
    display: none;
  }
}
table.button-layout tbody tr th:first-child, table.button-layout tbody tr td:first-child {
  padding: 8px 0 0;
}
@media only screen and (min-width: 768px) {
  table.button-layout tbody tr th:first-child, table.button-layout tbody tr td:first-child {
    width: 220px;
    padding: 8px 0 8px 10px;
  }
}
@media only screen and (min-width: 768px) {
  table.button-layout tbody tr th:last-child, table.button-layout tbody tr td:last-child {
    padding: 8px 10px 8px 0;
  }
}

.popup {
  position: absolute;
  z-index: 500;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  height: auto;
  min-height: 100px;
  max-width: 1600px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.popup.tiny {
  position: fixed;
  left: -20%;
  top: -15%;
  transform: scale(0.1) translate(0, 0);
  opacity: 0;
}

.alt-popup {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(31, 31, 31, 0.5);
  box-shadow: none;
  max-width: initial;
}
.alt-popup.double#color-help-box .column h4 {
  font-size: 20px;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup.double#color-help-box .column h4 {
    font-size: 24px;
  }
}
.alt-popup.double#color-help-box .column:first-of-type {
  background: #ffffff;
  color: initial;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup.double#color-help-box .column:first-of-type {
    justify-content: center;
  }
}
.alt-popup.double#color-help-box .column h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
}
.alt-popup.double .column:last-of-type h3 {
  margin-bottom: 10px;
}
.alt-popup.double .column:first-of-type {
  font-size: 1.2em;
  word-spacing: 0.2em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup.double .column:first-of-type {
    background: #0083FF;
    color: #ffffff;
    margin-bottom: 0;
  }
}
.alt-popup.double .column:first-of-type a {
  color: inherit;
}
.alt-popup.double .column:first-of-type a.read-more {
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup.double .box {
    max-width: 1200px;
    min-height: 350px;
  }
}
@media only screen and (min-width: 1600px) and (min-height: 800px) {
  .alt-popup.double .box {
    max-width: 1400px;
  }
}
.alt-popup.hide {
  display: none;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup .close-button {
    display: none;
  }
}
.alt-popup .scroll-wrap {
  padding: 15px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .alt-popup .scroll-wrap {
    padding: 20px;
  }
}
.alt-popup .scroll-wrap .scroll-element {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alt-popup .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  padding-right: 15px;
  scrollbar-color: #0083FF rgba(0, 131, 255, 0.25);
  scrollbar-width: thin;
  /* Style the scrollbar handle */
  padding-right: 0;
  overflow-y: auto;
}
.alt-popup .box::-webkit-scrollbar, .alt-popup .box::-moz-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  background: white;
}
.alt-popup .box::-webkit-scrollbar:active, .alt-popup .box::-moz-scrollbar:active {
  scrollbar-width: thin;
}
.alt-popup .box::-webkit-scrollbar-thumb, .alt-popup .box::-moz-scrollbar-thumb {
  border-radius: 2px;
}
.alt-popup .box::-webkit-scrollbar-track {
  background: rgba(0, 131, 255, 0.25);
}
.alt-popup .box::-webkit-scrollbar {
  background: rgba(0, 131, 255, 0.25);
  width: 4px;
  border-radius: 2px;
}
.alt-popup .box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #0083FF;
}
@media only screen and (min-width: 768px) {
  .alt-popup .box {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup .box {
    height: auto;
    flex-direction: row;
    align-items: stretch;
    border-radius: 5px;
    padding: 0;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) and (max-height: 840px) {
  .alt-popup .box {
    max-height: 100%;
  }
}
.alt-popup .column {
  height: auto;
  width: 100%;
  background: #ffffff;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .alt-popup .column {
    padding: 20px;
  }
}
.alt-popup .column:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.alt-popup .column:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup .column.split {
    width: 50%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup .column.split:first-of-type {
    border-top-left-radius: 5px;
    justify-content: flex-start;
    border-bottom-left-radius: 5px;
    padding: 30px 30px 30px 35px;
  }
}
@media only screen and (min-width: 1600px) and (min-height: 650px) {
  .alt-popup .column.split:first-of-type {
    padding: 40px 40px 40px 45px;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .alt-popup .column.split:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px 35px 30px 30px;
  }
}
@media only screen and (min-width: 1600px) and (min-height: 650px) {
  .alt-popup .column.split:last-of-type {
    padding: 40px 45px 40px 40px;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) and (max-height: 840px) {
  .alt-popup .column.split:last-of-type {
    justify-content: flex-start;
    overflow-y: scroll;
  }
}
.alt-popup .column h2 {
  margin-bottom: 7px;
}
@media only screen and (min-width: 1250px) {
  .alt-popup .column h2 {
    margin-bottom: 15px;
  }
}
.alt-popup .legend {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.alt-popup .legend h4 {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
.alt-popup .legend .color {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
.alt-popup .legend h4 + p {
  margin-top: 10px;
}
.alt-popup .legend .item:not(:last-child) {
  margin-bottom: 20px;
}

.popup-with-statistics .close-button.icon.times {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .popup-with-statistics .close-button.icon.times {
    width: 107px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .popup-with-statistics .close-button.icon.times::before {
    left: initial;
    right: 17px;
    transform: translateY(-50%);
  }
}
.popup-with-statistics .close-button.icon.times span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .popup-with-statistics .close-button.icon.times span {
    display: block;
    text-align: left;
    position: absolute;
    left: 20px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
  }
}
.popup-with-statistics .box {
  flex-wrap: wrap;
  padding: 0;
  color: rgb(31, 31, 31);
}
@media only screen and (min-width: 768px) {
  .popup-with-statistics .box {
    border-radius: 5px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .popup-with-statistics .box {
    top: calc(50% + 50px);
    max-width: 1200px;
  }
}
@media only screen and (min-width: 2000px) and (min-height: 1000px) {
  .popup-with-statistics .box {
    top: 50%;
  }
}
.popup-with-statistics .wrap {
  background: #ffffff;
}
.popup-with-statistics .title {
  width: 100%;
  padding: 20px 30px 0;
  background: #ffffff;
  position: relative;
}
.popup-with-statistics .bottom {
  padding: 0 0 20px;
  width: 100%;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .popup-with-statistics .bottom {
    display: flex;
    flex-wrap: wrap;
  }
}
.popup-with-statistics header {
  width: 100%;
  min-height: 150px;
  background: #eee;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .popup-with-statistics header {
    height: 212px;
  }
}
.popup-with-statistics .column {
  padding: 20px 30px;
}
.popup-with-statistics .column h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .popup-with-statistics .column:first-of-type h3 {
    min-height: 56px;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .popup-with-statistics .column {
    width: 50%;
    padding-bottom: 10px;
  }
}
.popup-with-statistics .ranking-box {
  margin-bottom: 20px;
}
.popup-with-statistics table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.popup-with-statistics table th {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: bold;
}
.popup-with-statistics table tr th:first-child, .popup-with-statistics table tr td:first-child {
  padding-left: 10px;
}
.popup-with-statistics table tr th:last-child, .popup-with-statistics table tr td:last-child {
  padding-right: 10px;
}
.popup-with-statistics table thead th {
  text-align: right;
}
.popup-with-statistics table thead th:first-child {
  width: 160px;
}
.popup-with-statistics table thead th:not(:first-child) {
  width: calc(50% - 180px);
}
.popup-with-statistics table tbody tr:nth-child(odd) td, .popup-with-statistics table tbody tr:nth-child(odd) th {
  background: #F5F5F5;
}
.popup-with-statistics table tbody th {
  text-align: left;
}
.popup-with-statistics table tbody td {
  text-align: right;
  color: rgba(31, 31, 31, 0.75);
}
.popup-with-statistics .button-wrap {
  width: 100%;
  padding: 0 30px;
}
.popup-with-statistics .height-fix {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .popup-with-statistics .height-fix {
    height: 30px;
  }
}
@media only screen and (min-width: 2000px) and (min-height: 1000px) {
  .popup-with-statistics .height-fix {
    display: none;
  }
}

.my-house-popup .divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 0 0;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .my-house-popup .box {
    overflow: unset;
  }
}
.my-house-popup button {
  opacity: 0.5;
  cursor: default;
}
.my-house-popup .column:last-of-type > button {
  margin: 0 0 0 auto;
}
.my-house-popup .column:last-of-type label {
  display: inline-block;
}
.my-house-popup .column:last-of-type input[type=text] {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
}
.my-house-popup .column:last-of-type > div {
  margin-bottom: 15px;
}
.my-house-popup .column:last-of-type > div .flow {
  margin: 0;
}
.my-house-popup .column:last-of-type > div > div .left {
  margin-left: 0;
}
.my-house-popup .column:last-of-type > div .dropdown {
  font-size: inherit;
}
.my-house-popup .column:last-of-type > input {
  width: calc(100% - 44px);
  text-align: left;
}
.my-house-popup .column:last-of-type a {
  float: right;
  margin-top: 10px;
  color: #000000;
}
.my-house-popup .column:last-of-type h3 {
  color: #0083FF;
}
.my-house-popup .column:last-of-type label > span {
  opacity: 0.6;
}
.my-house-popup .column:last-of-type legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1250px) {
  .my-house-popup .column .family-members {
    display: flex;
  }
}
.my-house-popup .column .family-members > div {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1250px) {
  .my-house-popup .column .family-members > div {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .my-house-popup .column .family-members > div:not(:first-child) {
    margin-left: 25px;
  }
}

.find-popup {
  display: none;
}
.find-popup.show {
  display: block;
}
.find-popup.hide {
  display: none;
}
@media only screen and (min-width: 1250px) {
  .find-popup table.button-layout {
    width: calc(100% - 55px);
  }
}
.find-popup table.button-layout tbody label {
  display: block;
}
@media only screen and (min-width: 1250px) {
  .find-popup table.button-layout tbody tr th:first-child, .find-popup table.button-layout tbody tr td:first-child {
    max-width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .find-popup table.button-layout tbody tr th:last-child, .find-popup table.button-layout tbody tr td:last-child {
    padding: 8px 10px;
  }
}

.zone-result {
  display: none;
  z-index: 11;
}
.zone-result header {
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.zone-result .bottom .column h3 {
  color: #0083FF;
}
.zone-result .title .times {
  padding-right: 30px;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .zone-result .box {
    top: initial;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 2000px) {
  .zone-result .box {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .zone-result .box .wrap {
    max-height: 650px;
  }
}
@media only screen and (min-width: 1600px) {
  .zone-result .box .wrap {
    max-height: 700px;
  }
}
@media only screen and (min-width: 2000px) {
  .zone-result .box .wrap {
    max-height: initial;
  }
}
.zone-result.show {
  display: block;
}

.my-project {
  display: none;
}
.my-project.show {
  display: block;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .my-project .box {
    top: initial;
  }
}

.color-help-box {
  display: none;
  z-index: 15;
}
.color-help-box.show {
  display: block;
}
.color-help-box .scroll-wrap .scroll-element {
  height: calc(100% - 60px);
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .color-help-box .scroll-wrap .box {
    max-height: 550px;
    height: calc(100% - 60px);
    overflow: hidden;
  }
}
.color-help-box .item .color.green {
  background: #1AC155;
}
.color-help-box .item .color.yellow {
  background: #FFCF00;
}
.color-help-box .item .color.orange {
  background: #F0820C;
}
.color-help-box .item .color.red {
  background: #CD1313;
}
.color-help-box .legend-wrap {
  padding-left: 35px;
}
.color-help-box.double .column:first-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .color-help-box.double .column:first-of-type {
    padding-bottom: 40px;
  }
}
.color-help-box .column.split.first-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .color-help-box .column.split:last-child {
    padding: 35px 40px 35px 55px;
  }
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .color-help-box .column.split:last-child {
    align-self: flex-start;
    height: 100%;
  }
}
.color-help-box .column.split:last-child::before {
  content: "";
  height: calc(100% - 40px);
  width: 1px;
  background: #0083FF;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  opacity: 0.25;
}
@media only screen and (min-width: 1250px) and (min-height: 650px) {
  .color-help-box .column.split:last-child::before {
    display: block;
  }
}

.help-box {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(31, 31, 31, 0.5);
  z-index: 10;
  display: none;
}
.help-box.open {
  display: block;
}
.help-box header {
  color: #0083FF;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  padding-right: 60px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .help-box header {
    padding-right: 175px;
  }
}
@media only screen and (min-width: 1600px) {
  .help-box header {
    margin-bottom: 20px;
  }
}
.help-box header .title-help-box {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .help-box header .title-help-box {
    align-items: center;
  }
}
.help-box header .title-help-box svg {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-top: 7px;
}
@media only screen and (min-width: 768px) {
  .help-box header .title-help-box svg {
    margin-top: 0;
    margin-top: 2px;
  }
}
.help-box .close-button-toggle-help-box {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  position: absolute;
  top: 25px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .help-box .close-button-toggle-help-box {
    top: 35px;
    right: 30px;
  }
}
.help-box .close-button-toggle-help-box svg {
  pointer-events: none;
}
.help-box .box {
  background: #ffffff;
  position: absolute;
  top: calc(50% - (70px / 2));
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 0 20px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  max-width: 1000px;
  width: calc(100% - 40px);
  height: calc(100% - 40px - 70px);
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .help-box .box {
    height: auto;
    padding: 30px 0 30px 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .help-box .box {
    max-width: 1200px;
  }
}
.help-box .box > div {
  overflow-y: auto;
  height: calc(100% - 60px);
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .help-box .box > div {
    max-height: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .help-box .box h3 {
    padding-right: 175px;
  }
}
.help-box .box h3:not(:last-child) {
  margin-bottom: 8px;
}
.help-box .box a {
  font-size: inherit;
}
.help-box .box p {
  font-size: inherit;
}
@media only screen and (min-width: 768px) {
  .help-box .box p {
    padding-right: 175px;
  }
}
.help-box .box p:not(:last-child) {
  margin-bottom: 20px;
}

.loader {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 500;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader .box {
  width: 20%;
  min-width: 200px;
  height: auto;
  padding: 30px;
  background-color: #ffffff;
  margin: auto;
  border-radius: 5px;
}
.loader .box span {
  margin-bottom: 10px;
  display: block;
}
.progressbar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-color: #BBB;
  overflow: hidden;
}
.progressbar .amount {
  float: left;
  height: 100%;
  width: 0;
  background-color: #0083FF;
  transition: 0.5s;
  border-radius: 5px;
}
