@media screen and (min-width: 1440px) {
.potential-map--container[data-v-7f423fec] {
    margin-bottom: 40px;
    width: calc(50% - 16px);
}
}
@media screen and (max-width: 1440px) {
.potential-map--container[data-v-7f423fec] {
    margin-bottom: 20px;
    width: 100%;
}
}
.potential-map--container .leftButtonSelected[data-v-7f423fec] {
  background: var(--1d4ae39d);
  color: var(--4e6413aa);
  border-top-left-radius: var(--6b3cf327);
  border-bottom-left-radius: var(--6b3cf327);
}
.potential-map--container .leftButtonUnSelected[data-v-7f423fec] {
  border-top-left-radius: var(--6b3cf327);
  border-bottom-left-radius: var(--6b3cf327);
  background: var(--f2ee67b8);
  color: var(--3a148b72);
  border-color: var(--3a148b72);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 123, 255, 0.12);
}
.potential-map--container .rightButtonSelected[data-v-7f423fec] {
  background: var(--1d4ae39d);
  color: var(--4e6413aa);
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 123, 255, 0.12);
  border-top-right-radius: var(--6b3cf327);
  border-bottom-right-radius: var(--6b3cf327);
}
.potential-map--container .rightButtonUnSelected[data-v-7f423fec] {
  background: var(--f2ee67b8);
  color: var(--3a148b72);
  border-color: var(--3a148b72);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 123, 255, 0.12);
  border-top-right-radius: var(--6b3cf327);
  border-bottom-right-radius: var(--6b3cf327);
}
.potential-map--container .popupBoxContainer[data-v-7f423fec] {
  position: absolute;
  top: 16px;
  left: 0px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.potential-map--container .popupBoxContainer .mapPopupBox[data-v-7f423fec] {
  background: white;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 16px;
  width: 90%;
}
.potential-map--container .popupBoxContainer .mapPopupBox .addressRow[data-v-7f423fec] {
  display: flex;
  flex-direction: row;
  align-content: center;
}
.potential-map--container .popupBoxContainer .mapPopupBox .address[data-v-7f423fec] {
  font-style: normal;
  font-weight: bold;
  font-size: var(--76e68ace);
  line-height: 130%;
  color: var(--52f69e5a);
  flex: 1;
}
.potential-map--container .popupBoxContainer .mapPopupBox .svg[data-v-7f423fec] {
  margin-right: 10px;
}
.potential-map--container .popupBoxContainer .mapPopupBox .addressLabel[data-v-7f423fec] {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 154%;
  color: #626C85;
}
.potential-map--container .box[data-v-7f423fec] {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
}
@media screen and (min-width: 1440px) {
.potential-map--container .box[data-v-7f423fec] {
    padding: 30px 40px;
    height: 470px;
}
}
@media screen and (max-width: 1440px) {
.potential-map--container .box[data-v-7f423fec] {
    padding: 15px 20px 15px 20px;
}
}
.potential-map--container .box .mapStyleContainer[data-v-7f423fec] {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  display: flex;
  flex-direction: row;
}
.potential-map--container .box .mapStyleContainer .mapStyleButton[data-v-7f423fec] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 88px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
}
.gauge[data-v-728cb14e] {
  width: var(--3921620a);
  height: var(--5d88353a);
  position: relative;
}
.gauge .gauge--chart[data-v-728cb14e], .gauge .gauge--bg[data-v-728cb14e] {
  position: absolute;
}
.item-card {
  width: 100%;
  height: 100%;
  background: #F6F7FA;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.item-card .item-card--img {
  width: 100%;
  object-fit: fill;
  height: 235px;
}
.item-card .item-card--content {
  padding: 0px 30px 35px 30px;
}
.item-card .item-card--content .item-card--headline {
  font-weight: 500;
  line-height: 125%;
  color: #2E3748;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
.item-card .item-card--content .item-card--headline {
    font-size: 30px;
    margin-top: 30px;
}
}
@media screen and (max-width: 1200px) {
.item-card .item-card--content .item-card--headline {
    margin-top: 37px;
    font-size: 24px;
}
}
.item-card .item-card--content .item-card--teaser {
  font-weight: 400;
  line-height: 150%;
  color: #22223C;
  min-height: 89px;
}
@media screen and (min-width: 600px) {
.item-card .item-card--content .item-card--teaser {
    font-size: 18px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.item-card .item-card--content .item-card--teaser {
    font-size: 16px;
    margin-bottom: 20px;
}
}
.item-card .item-footer-categories {
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  flex-wrap: wrap;
}
.item-card .item-footer-categories .item-footer-category {
  height: 34px;
  background: #FFFFFF;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #1F47CD;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.mainContainer {
  padding: 10px;
  white-space: pre-line;
}
.mainContainer .tooltipContainer {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px;
  max-width: 358px;
  position: relative;
}
.mainContainer .tooltipContainer .chipContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  left: -10px;
  top: -10px;
  background: #FFF;
  position: absolute;
  border-radius: 50%;
}
.mainContainer .tooltipContainer .tooltipTitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #007BFF;
}
.mainContainer .tooltipContainer .tooltipBody {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2F3849;
}
@media screen and (min-width: 600px) {
.popper {
    transform: translate(10px, 70px) !important;
}
}
@media screen and (max-width: 600px) {
.popper {
    transform: translate3d(-20px, 81px, 0px) !important;
}
}
@media screen and (max-width: 1024px) {
.input-menu--container {
    width: 100% !important;
}
}
.btn-menu--container, .input-menu--container {
  margin: 0px !important;
  border: 0px !important;
}
.btn-menu--container div:first-child, .input-menu--container div:first-child {
  height: 100%;
}
.b2c-search-results--container {
  border: 2px solid #007BFF;
  border-radius: 10px;
  padding: 14px 25px;
}
@media screen and (min-width: 1100px) {
.b2c-search-results--container {
    width: 432px;
    background: #FFFFFF;
}
}
@media screen and (max-width: 1100px) and (min-width: 600px) {
.b2c-search-results--container {
    width: 432px;
    background: rgba(255, 255, 255, 0.9);
}
}
@media screen and (max-width: 600px) {
.b2c-search-results--container {
    margin-left: 20px;
    width: calc(100vw - 60px);
    background: rgba(255, 255, 255, 0.9);
}
}
.b2c-search-results--container .b2c-search-result {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #626C85;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.b2c-search-results--container .b2c-search-result:hover {
  color: #007BFF !important;
}
.b2c-search-box--container {
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1100px) {
.b2c-search-box--container {
    height: 88px;
}
}
@media screen and (max-width: 1100px) {
.b2c-search-box--container {
    max-width: 100%;
    height: 73px;
}
}
.b2c-search--input-container {
  border-bottom: 2px solid #007BFF;
  border-left: 2px solid #007BFF;
  border-top: 2px solid #007BFF;
  height: 100%;
  cursor: pointer;
  border-radius: 10px 0px 0px 10px;
  background: var(--cef97266);
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1100px) {
.b2c-search--input-container {
    width: 459px;
    padding: var(--182225a2);
}
}
@media screen and (max-width: 1100px) and (min-width: 600px) {
.b2c-search--input-container {
    padding: var(--2e3d8ab1);
    width: 459px;
}
}
@media screen and (max-width: 1100px) {
.b2c-search--input-container {
    padding: var(--2e3d8ab1);
}
}
.b2c-search--input-container .b2c-search--input {
  caret-color: #007BFF;
  background: transparent;
  border-radius: 10px 0px 0px 10px;
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  font-weight: 500;
  line-height: 30px;
  color: var(--14df87db) !important;
}
@media screen and (min-width: 1100px) {
.b2c-search--input-container .b2c-search--input {
    font-size: 24px;
}
}
@media screen and (max-width: 1100px) {
.b2c-search--input-container .b2c-search--input {
    font-size: 16px;
    margin-left: 7px;
}
}
.b2c-search--input-container .b2c-search--input::placeholder {
  font-weight: 500;
  line-height: 30px;
  color: var(--14df87db) !important;
}
@media screen and (min-width: 1100px) {
.b2c-search--input-container .b2c-search--input::placeholder {
    font-size: 24px;
}
}
@media screen and (max-width: 1100px) {
.b2c-search--input-container .b2c-search--input::placeholder {
    font-size: 16px;
}
}
.b2c-search--btn {
  border-bottom: 2px solid #007BFF;
  border-right: 2px solid #007BFF;
  border-top: 2px solid #007BFF;
  height: 100%;
  background: linear-gradient(180deg, #007BFF 0%, #1F47CD 100%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 30px;
  color: white;
  border-radius: 0px 7px 7px 0px;
}
@media screen and (min-width: 1100px) {
.b2c-search--btn {
    min-width: var(--4de46928);
    padding: 26px 30px;
    font-size: 24px;
}
}
@media screen and (max-width: 1100px) {
.b2c-search--btn {
    width: var(--f1cbf1a4);
    font-size: 16px;
}
}
.appMenuContainer .centerParent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.appMenuContainer .top-position {
  top: var(--64a9bc84);
}
.appMenuContainer .app-menu-bottom {
  bottom: var(--64a9bc84);
}
.appMenuContainer .fit-position {
  top: var(--64a9bc84);
  left: var(--31f14aa8);
}
.appMenuContainer .menu--content {
  position: absolute;
  left: var(--31f14aa8);
  width: var(--2384c822);
  z-index: var(--11d5b38d);
  transform: var(--01854f92);
}
.appMenuContainer .expand-enter-active, .appMenuContainer .expand-leave-active {
  transition: max-height 0.2s ease;
  max-height: 200px;
}
.appMenuContainer .expand-enter, .appMenuContainer .expand-leave-to {
  max-height: 0;
  overflow: hidden;
}
.methodContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.potential-map--container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
.potential-map--container {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 1023px) {
.potential-map--container {
    margin-bottom: 20px;
}
}
.potential-map--container .leftButtonSelected {
  background: var(--e8e549e2);
  color: var(--6bb097c6);
}
@media screen and (min-width: 1024px) {
.potential-map--container .leftButtonSelected {
    border-top-left-radius: var(--0e1a60e0);
    border-bottom-left-radius: var(--0e1a60e0);
}
}
.potential-map--container .leftButtonUnSelected {
  background: var(--6e0b2f16);
  color: var(--3bf694e4);
  border-color: var(--3bf694e4);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 123, 255, 0.12);
}
@media screen and (min-width: 1024px) {
.potential-map--container .leftButtonUnSelected {
    border-top-left-radius: var(--0e1a60e0);
    border-bottom-left-radius: var(--0e1a60e0);
}
}
.potential-map--container .rightButtonSelected {
  background: var(--e8e549e2);
  color: var(--6bb097c6);
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 123, 255, 0.12);
}
@media screen and (min-width: 1024px) {
.potential-map--container .rightButtonSelected {
    border-top-right-radius: var(--0e1a60e0);
    border-bottom-right-radius: var(--0e1a60e0);
}
}
.potential-map--container .rightButtonUnSelected {
  background: var(--6e0b2f16);
  color: var(--3bf694e4);
  border-color: var(--3bf694e4);
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 123, 255, 0.12);
}
@media screen and (min-width: 1024px) {
.potential-map--container .rightButtonUnSelected {
    border-top-right-radius: var(--0e1a60e0);
    border-bottom-right-radius: var(--0e1a60e0);
}
}
.potential-map--container .scoreBox {
  position: absolute;
  z-index: 3;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.potential-map--container .scoreBox {
    right: 20px;
    top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
}
}
@media screen and (max-width: 1023px) {
.potential-map--container .scoreBox {
    right: 10px;
    bottom: 10px;
    width: 122px;
    height: 87px;
    padding: 7px 7px 7px 14px;
    background: white;
}
}
@media screen and (min-width: 1024px) {
.potential-map--container .scores {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}
}
@media screen and (max-width: 1023px) {
.potential-map--container .scores {
    display: flex;
    flex-direction: row;
    align-items: center;
}
}
.potential-map--container .scores .currentScore {
  font-weight: 700;
  font-size: 48px;
  color: #007BFF;
}
@media screen and (min-width: 1024px) {
.potential-map--container .scores .currentScore {
    line-height: 59px;
}
}
@media screen and (max-width: 1023px) {
.potential-map--container .scores .currentScore {
    line-height: 48px;
}
}
.potential-map--container .scores .totalScore {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  margin-top: -5px;
  text-align: center;
  color: #626C85;
  align-self: flex-end;
}
@media screen and (min-width: 1024px) {
.potential-map--container .scoreRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}
}
.potential-map--container .scoreRow .score-tooltip--content ul {
  padding: 0 0 0 30px !important;
}
.potential-map--container .scoreRow .score-text--container {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 3px;
}
.potential-map--container .scoreRow .score-text--container .scoreText {
  color: #22223C;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
.potential-map--container .scoreRow .score-text--container .scoreText {
    margin-right: 5px;
    font-size: 20px;
    line-height: 24px;
}
}
@media screen and (max-width: 1023px) {
.potential-map--container .scoreRow .score-text--container .scoreText {
    margin-right: 5px;
    font-size: 12px;
    line-height: 154%;
    color: #626C85;
}
}
.potential-map--container .addressPopupBox {
  position: absolute;
  z-index: 2;
  width: 377px;
  min-height: 126px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1024px) {
.potential-map--container .addressPopupBox {
    left: 20px;
    top: 20px;
}
}
@media screen and (max-width: 1023px) {
.potential-map--container .addressPopupBox {
    max-width: calc(100% - 20px);
    left: 10px;
    top: 10px;
}
}
.potential-map--container .addressPopupBox .addressBox {
  border-radius: 10px;
  box-sizing: border-box;
  padding: 16px 20px;
  width: 100%;
  height: 100%;
}
.potential-map--container .addressPopupBox .addressBox .addressRow {
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-content: center;
}
.potential-map--container .addressPopupBox .addressBox .address {
  font-style: normal;
  font-weight: bold;
  font-size: var(--21cdc450);
  line-height: 130%;
  color: var(--db746ffa);
  flex: 1;
}
.potential-map--container .addressPopupBox .addressBox .svg {
  margin-right: 10px;
}
.potential-map--container .addressPopupBox .addressBox .addressLabel {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 154%;
  color: #626C85;
}
.potential-map--container .box {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.potential-map--container .box {
    padding: 30px 40px;
    height: 470px;
}
}
@media screen and (max-width: 1023px) {
.potential-map--container .box {
    padding: 15px 20px 15px 20px;
}
}
.potential-map--container .box .mapStyleContainer {
  position: absolute;
  z-index: 2;
  display: flex;
}
@media screen and (min-width: 1024px) {
.potential-map--container .box .mapStyleContainer {
    bottom: 30px;
    left: 20px;
    flex-direction: row;
}
}
@media screen and (max-width: 1023px) and (min-width: 400px) {
.potential-map--container .box .mapStyleContainer {
    bottom: 35px;
    left: 10px;
    flex-direction: row;
}
}
@media screen and (max-width: 400px) {
.potential-map--container .box .mapStyleContainer {
    flex-direction: column;
    bottom: 10px;
    left: 10px;
}
}
.potential-map--container .box .mapStyleContainer .mapStyleButton {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 88px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
}
.potential-item--container-v1[data-v-46868f1a] {
  margin-bottom: 6px !important;
}
@media screen and (max-width: 600px) {
.potential-item--container-v1[data-v-46868f1a] {
    flex-direction: column !important;
}
}
.potential-item--container-v1 .potential-item--value[data-v-46868f1a] {
  font-weight: 500 !important;
}
@media screen and (max-width: 600px) {
.potential-item--container-v1 .potential-item--value-container[data-v-46868f1a] {
    width: 100% !important;
}
}
.potential-item--container-v1 .potential-item--label[data-v-46868f1a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
.potential-item--container-v1 .potential-item--label[data-v-46868f1a] {
    width: 100%;
}
}
@media screen and (max-width: 400px) and (min-width: 350px) {
.potential-item--container-link[data-v-46868f1a] {
    flex-direction: row !important;
}
.potential-item--container-link .potential-item--value-container[data-v-46868f1a] {
    width: auto !important;
}
}
@media screen and (max-width: 350px) {
.potential-item--container-link[data-v-46868f1a] {
    flex-direction: column;
}
}
.potential-item--container[data-v-46868f1a] {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-bottom: 11px;
}
@media screen and (max-width: 1024px) {
.potential-item--container[data-v-46868f1a] {
    justify-content: space-between;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 400px) {
.potential-item--container[data-v-46868f1a] {
    flex-direction: column;
}
}
.potential-item--container .potential-item--label[data-v-46868f1a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 10px;
}
@media screen and (max-width: 400px) {
.potential-item--container .potential-item--label[data-v-46868f1a] {
    width: 100% !important;
}
}
@media screen and (min-width: 1023px) {
.potential-item--container .potential-item--label[data-v-46868f1a] {
    max-width: 60%;
    flex: 1;
}
}
.potential-item--container .potential-item--label .potential-item--label-text[data-v-46868f1a] {
  font-style: normal;
  color: #626C85;
  position: relative;
}
@media screen and (min-width: 1024px) {
.potential-item--container .potential-item--label .potential-item--label-text[data-v-46868f1a] {
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
}
}
@media screen and (max-width: 1023px) {
.potential-item--container .potential-item--label .potential-item--label-text[data-v-46868f1a] {
    font-size: 14px;
    font-weight: 500;
}
}
.potential-item--container .potential-item--label .potential-item--label-icon[data-v-46868f1a] {
  margin-left: 8px;
}
.potential-item--container .potential-item--value-container[data-v-46868f1a] {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1023px) {
.potential-item--container .potential-item--value-container[data-v-46868f1a] {
    max-width: 60%;
    flex: 0.8;
}
}
@media screen and (max-width: 400px) {
.potential-item--container .potential-item--value-container[data-v-46868f1a] {
    width: 100%;
}
}
.potential-item--container .potential-item--value-container .potential-item--value[data-v-46868f1a] {
  font-style: normal;
  color: var(--52cd7df8) !important;
  position: relative;
}
@media screen and (min-width: 1024px) {
.potential-item--container .potential-item--value-container .potential-item--value[data-v-46868f1a] {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
}
}
@media screen and (max-width: 1023px) and (min-width: 400px) {
.potential-item--container .potential-item--value-container .potential-item--value[data-v-46868f1a] {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}
}
.potential-item--container .potential-item--value-container .potential-item--value .potential-item--value-small-text[data-v-46868f1a] {
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
}
.potential-item--container .potential-item--value-container .linkBox[data-v-46868f1a] {
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #1F47CD;
  color: var(--52cd7df8) !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
.potential-item--container .potential-item--value-container .linkBox[data-v-46868f1a] {
    font-size: 16px;
    padding: 3px 10px;
}
}
@media screen and (max-width: 1023px) {
.potential-item--container .potential-item--value-container .linkBox[data-v-46868f1a] {
    font-size: 12px;
    padding: 2px 6px;
}
}
.potential-item--container .potential-item--value-container .linkText[data-v-46868f1a] {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--52cd7df8) !important;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
.potential-item--container .potential-item--value-container .linkText[data-v-46868f1a] {
    font-size: 16px;
}
}
@media screen and (max-width: 1023px) {
.potential-item--container .potential-item--value-container .linkText[data-v-46868f1a] {
    font-size: 14px;
}
}
@media screen and (min-width: 1440px) {
.infoBox[data-v-4776731b] {
    margin-bottom: 40px;
    width: calc(50% - 16px);
}
}
@media screen and (max-width: 1440px) {
.infoBox[data-v-4776731b] {
    margin-bottom: 20px;
    width: 100%;
}
}
.infoBox .box[data-v-4776731b] {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
}
@media screen and (min-width: 1440px) {
.infoBox .box[data-v-4776731b] {
    padding: 20px 40px;
    height: 470px;
}
}
@media screen and (max-width: 1440px) {
.infoBox .box[data-v-4776731b] {
    padding: 15px 20px 15px 20px;
}
}
.infoBox .box .boxLabel[data-v-4776731b] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #626C85;
  margin: 10px 0 10px 0;
}
.infoBox .itemValue[data-v-4776731b] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--462ed989);
  position: relative;
}
.infoBox .itemValue .smallText[data-v-4776731b] {
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
}
.infoLineTooltipContainer[data-v-ae221d38] {
  margin-top: 20px;
  background: #FFFFFF;
}
.infoLineTooltipContainer .infoLineContainer[data-v-ae221d38] {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  z-index: 1;
  padding: 20px;
}
.infoLineTooltipContainer .infoLineContainer .infoLineTitle[data-v-ae221d38] {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #007BFF;
}
.infoLineTooltipContainer .infoLineContainer .infoLineTooltipBody[data-v-ae221d38] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.infoLineTooltipContainer .infoLineContainer .infoLineTooltipBody .imgContainer[data-v-ae221d38] {
  width: 135px;
}
.infoLineTooltipContainer .infoLineContainer .infoLineTooltipBody .infoLineBody[data-v-ae221d38] {
  white-space: pre-line;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #2F3849;
  width: 200px;
}
.tooltipBottom[data-v-ae221d38] {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.tooltipBottom .greyCircle[data-v-ae221d38] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #969696;
}
.img-bottom[data-v-ae221d38] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: -10px;
  margin-left: 5px;
}
.img-bottom .img-bottom-label[data-v-ae221d38] {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #626C85;
  margin-left: 10px;
}
.greenCircle[data-v-ae221d38] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background: #5FEFC0;
}
.circleTitle[data-v-ae221d38] {
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #626C85;
}
@media screen and (min-width: 900px) {
.potential-details--container[data-v-b3f40b2a] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}
}
@media screen and (max-width: 900px) {
.potential-details--container[data-v-b3f40b2a] {
    width: 100%;
    margin-bottom: 20px;
}
}
.potential-details--container .firstBox .leadLineItem[data-v-b3f40b2a] {
  margin-bottom: 10px !important;
}
.potential-details--container .secondBox .leadLineItem[data-v-b3f40b2a] {
  margin-bottom: 12px !important;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox[data-v-b3f40b2a] {
    width: calc(50% - 15px);
}
}
@media screen and (max-width: 900px) {
.potential-details--container .infoBox[data-v-b3f40b2a] {
    width: 100%;
    margin-bottom: 15px;
}
}
.potential-details--container .infoBox .box[data-v-b3f40b2a] {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox .box[data-v-b3f40b2a] {
    padding: 20px;
    min-height: 274px;
}
}
@media screen and (max-width: 900px) {
.potential-details--container .infoBox .box[data-v-b3f40b2a] {
    padding: 15px 20px 15px 20px;
}
}
.potential-details--container .infoBox .box .methodContainer[data-v-b3f40b2a] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.potential-details--container .infoBox .box .filledChip[data-v-b3f40b2a] {
  width: 16px;
  height: 16px;
  background: #5FEFC0;
  border-radius: 50%;
}
.potential-details--container .infoBox .box .notFilledChip[data-v-b3f40b2a] {
  width: 16px;
  height: 16px;
  background: #F6D156;
  border-radius: 50%;
}
.potential-details--container .infoBox .box .leadLineItem[data-v-b3f40b2a] {
  margin-bottom: 7px;
}
.potential-details--container .infoBox .box .boxLabel[data-v-b3f40b2a] {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #626C85;
  margin: 0px 0 12px 0;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox .box .boxLabel[data-v-b3f40b2a] {
    line-height: 130%;
    font-size: 16px;
}
}
@media screen and (max-width: 900px) {
.potential-details--container .infoBox .box .boxLabel[data-v-b3f40b2a] {
    font-size: 14px;
}
}
.potential-details--container .infoBox .potential-line-item--bauZone-container[data-v-b3f40b2a] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox .potential-line-item--bauZone-container[data-v-b3f40b2a] {
    align-items: flex-start;
}
}
@media screen and (max-width: 900px) and (min-width: 400px) {
.potential-details--container .infoBox .potential-line-item--bauZone-container[data-v-b3f40b2a] {
    align-items: flex-end;
}
}
.potential-details--container .infoBox .itemValue[data-v-b3f40b2a] {
  font-style: normal;
  color: var(--6a01897a);
  position: relative;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox .itemValue[data-v-b3f40b2a] {
    line-height: 130%;
    font-size: 16px;
    font-weight: 500;
}
}
@media screen and (max-width: 900px) and (min-width: 400px) {
.potential-details--container .infoBox .itemValue[data-v-b3f40b2a] {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
}
.potential-details--container .infoBox .itemValue .svgCircleAndTitleFirstPartContainer[data-v-b3f40b2a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 4px;
  height: 21px;
  position: relative;
}
.potential-details--container .infoBox .itemValue .itemValueTitle[data-v-b3f40b2a] {
  height: 21px;
}
@media screen and (max-width: 900px) and (min-width: 400px) {
.potential-details--container .infoBox .itemValue .itemValueTitle[data-v-b3f40b2a] {
    text-align: right;
}
}
.potential-details--container .infoBox .itemValue .smallText[data-v-b3f40b2a] {
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
}
.potential-details--container .infoBox .itemValue .svgCircle[data-v-b3f40b2a] {
  background: white;
  border-radius: 100%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox .itemValue .svgCircle[data-v-b3f40b2a] {
    margin-right: 6px;
    width: 22px;
    height: 22px;
}
}
@media screen and (max-width: 900px) and (min-width: 400px) {
.potential-details--container .infoBox .itemValue .svgCircle[data-v-b3f40b2a] {
    position: absolute;
    top: calc(50% - 9px);
    left: -23px;
    width: 16px;
    height: 16px;
}
}
@media screen and (max-width: 400px) {
.potential-details--container .infoBox .itemValue .svgCircle[data-v-b3f40b2a] {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}
}
.potential-details--container .infoBox .itemValue .svgCircle .svgCircle--green[data-v-b3f40b2a] {
  background: #5FEFC0;
  border-radius: 100%;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox .itemValue .svgCircle .svgCircle--green[data-v-b3f40b2a] {
    width: 16px;
    height: 16px;
}
}
@media screen and (max-width: 900px) {
.potential-details--container .infoBox .itemValue .svgCircle .svgCircle--green[data-v-b3f40b2a] {
    width: 9px;
    height: 9px;
}
}
.potential-details--container .infoBox .itemValue .svgCircle .svgCircle--yellow[data-v-b3f40b2a] {
  background: #F6D156;
  border-radius: 100%;
}
@media screen and (min-width: 900px) {
.potential-details--container .infoBox .itemValue .svgCircle .svgCircle--yellow[data-v-b3f40b2a] {
    width: 16px;
    height: 16px;
}
}
@media screen and (max-width: 900px) {
.potential-details--container .infoBox .itemValue .svgCircle .svgCircle--yellow[data-v-b3f40b2a] {
    width: 9px;
    height: 9px;
}
}
.potential-details--container .infoBox .linksContainer[data-v-b3f40b2a] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 5px;
}
.potential-details--container .infoBox .linksContainer .link[data-v-b3f40b2a] {
  border: 2px solid #1F47CD;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #1F47CD;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
.potential-details--container .infoBox .linksContainer .link[data-v-b3f40b2a] {
    font-size: 16px;
    line-height: 40px;
}
}
@media screen and (max-width: 1999px) {
.potential-details--container .infoBox .linksContainer .link[data-v-b3f40b2a] {
    font-size: 14px;
    line-height: 40px;
}
}
.general-info--container-v1[data-v-50728cf0] {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 1440px) {
.general-info--container-v1[data-v-50728cf0] {
    flex-direction: row;
    justify-content: space-between;
}
}
@media screen and (max-width: 1440px) {
.general-info--container-v1[data-v-50728cf0] {
    flex-direction: column;
    margin-bottom: 20px;
}
}
.cityTitle[data-v-50728cf0] {
  line-height: 130%;
  color: #22223C;
  font-weight: 700;
}
@media screen and (min-width: 1440px) {
.cityTitle[data-v-50728cf0] {
    font-size: 30px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 1440px) {
.cityTitle[data-v-50728cf0] {
    font-size: 20px;
    margin-bottom: 16px;
}
}
.appBtn[data-v-6b44bbfd] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: var(--21f384b1);
  min-height: 50px;
  cursor: pointer;
  border-radius: var(--48e26e0a);
  transition: background-color 0.3s ease;
  background: var(--45cd5ebe);
  border: var(--c0a4d0e8);
  text-decoration: none !important;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
.appBtn[data-v-6b44bbfd] {
    font-size: 20px;
}
}
@media screen and (max-width: 599px) {
.appBtn[data-v-6b44bbfd] {
    text-align: center;
    font-size: 16px;
}
}
.appBtn[data-v-6b44bbfd]:hover {
  background: var(--4613f897);
}
.disabledBtn[data-v-6b44bbfd] {
  cursor: not-allowed;
}
.contact--container {
  display: flex;
  flex-direction: row;
  position: fixed;
  z-index: 1000;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 125%;
  background: #2D3646;
  right: -433px;
}
@media screen and (min-width: 600px) {
.contact--container {
    font-size: 20px;
    border-radius: 0px 0px 0px 10px;
    top: calc(50% - 195px);
}
}
@media screen and (max-width: 600px) and (min-width: 400px) {
.contact--container {
    top: calc(50% - 41px);
    font-size: 16px;
}
}
@media screen and (max-width: 400px) {
.contact--container {
    top: calc(100vh - 430px);
    font-size: 16px;
}
}
.contact--container .contact--content {
  position: relative;
}
.contact--container .contact--content .contact--sticky-btn {
  cursor: pointer;
  background: #2D3646;
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  width: 56px;
}
@media screen and (min-width: 600px) {
.contact--container .contact--content .contact--sticky-btn {
    left: -56px;
    height: 319px;
    padding: 12px 28px;
}
}
@media screen and (max-width: 600px) {
.contact--container .contact--content .contact--sticky-btn {
    border-radius: 10px 0px 0px 10px;
    left: -56px;
    height: 63px;
}
}
.contact--container .contact--content .contact--sticky-btn .contact--sticky-svg {
  margin: 3px 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
.contact--container .contact--content .contact--sticky-btn .contact--sticky-svg {
    display: none;
}
}
.contact--container .contact--content .contact--sticky-btn .contact--sticky-label {
  display: flex;
  flex-direction: row;
  transform: rotate(-90deg);
  white-space: nowrap;
  text-overflow: clip;
}
@media screen and (max-width: 600px) {
.contact--container .contact--content .contact--sticky-btn .contact--sticky-label {
    display: none;
}
}
.contact--container .contact--content .contact--sticky-btn .contact--sticky-label div {
  margin-right: 10px;
}
.contact--container .contact--body {
  padding: 30px;
  width: 377px;
}
@media screen and (min-width: 600px) {
.contact--container .contact--body {
    height: 480px;
}
}
.contact--container .contact--body .contact--close {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 21px;
  top: 21px;
  cursor: pointer;
}
.contact--container .contact--body .contact--img {
  margin-bottom: 30px;
  border-radius: 100%;
  height: 150px;
  width: 150px;
  object-fit: cover;
}
.contact--container .contact--body .contact--text {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.contact--container .contact--body .contact--text a {
  text-decoration: none !important;
  width: 100%;
  color: white !important;
}
.contact--container .contact--body .contact--submit {
  position: absolute;
  height: 56px;
  left: 30px;
  width: calc(100% - 60px);
  background: #1F47CD;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
.contact--container .contact--body .contact--submit {
    bottom: -28px;
}
}
.swiper-slide {
  height: auto !important;
}
.references-swiper .swiper {
  padding: 20px 10px;
}
.v2[data-v-fd5e80ca] {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border: 0.936161px solid #D9D9D9;
  box-shadow: 0px 14.0424px 28.0848px rgba(166, 166, 166, 0.25);
  border-radius: 9.36162px;
  padding-right: 20px;
  background: white;
}
.nextStepsChart[data-v-fd5e80ca] {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
.nextStepsChart[data-v-fd5e80ca] {
    width: 100%;
}
}
@media screen and (max-width: 1023px) {
.nextStepsChart[data-v-fd5e80ca] {
    width: 100%;
}
}
.explanationContainer[data-v-afe60eb4] {
  position: relative;
  background: white;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 1440px) {
.explanationContainer[data-v-afe60eb4] {
    flex-direction: row;
    margin-top: 30px;
}
}
@media screen and (max-width: 1440px) {
.explanationContainer[data-v-afe60eb4] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: var(--0ea3fd8c);
    margin-top: 10px;
}
}
.explanationContainer .textContainer[data-v-afe60eb4] {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1440px) {
.explanationContainer .textContainer[data-v-afe60eb4] {
    width: 350px !important;
    padding-right: 59px;
}
}
@media screen and (max-width: 1440px) {
.explanationContainer .textContainer[data-v-afe60eb4] {
    width: 100%;
    padding: 15px 0;
}
}
@media screen and (min-width: 1440px) {
.explanationContainer .textContainer .textsContent[data-v-afe60eb4] {
    flex: 1;
}
}
@media screen and (max-width: 1440px) {
.explanationContainer .textContainer .textsContent[data-v-afe60eb4] {
    width: 100%;
}
}
.explanationContainer .textContainer .textsContent .firstText[data-v-afe60eb4] {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #22223C;
  line-height: 150%;
}
.explanationContainer .textContainer .textsContent .secondText[data-v-afe60eb4] {
  line-height: 150%;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--705ea797);
  margin: 20px 0;
}
.explanationContainer .stepsContainer[data-v-afe60eb4] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.explanationContainer .inquiry-btn[data-v-afe60eb4] {
  width: 208px;
  height: 54px;
}
.contentBlockerContainer[data-v-41194a62] {
  background: rgba(205, 205, 205, 0.35);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
.contentBlockerContainer[data-v-41194a62] {
    padding: 30px;
}
}
@media screen and (max-width: 1023px) {
.contentBlockerContainer[data-v-41194a62] {
    padding: 5px;
}
}
.checkListContainer[data-v-7a2ea44d] {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.checkListContainer[data-v-7a2ea44d] {
    margin-top: 90px;
    padding: 40px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer[data-v-7a2ea44d] {
    padding: 40px 20px;
    margin-top: 60px;
}
}
.checkListContainer .mainText[data-v-7a2ea44d] {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #22223C;
  margin-bottom: 25px;
}
.checkListContainer .bodyText[data-v-7a2ea44d] {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #626C85;
  margin-bottom: 35px;
}
.checkListContainer .checkListItemsContainerV1[data-v-7a2ea44d] {
  width: 100%;
  margin-bottom: 40px;
}
.checkListContainer .checkListItemsContainerV1 .checkListItem[data-v-7a2ea44d] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7.5px 0;
  cursor: pointer;
}
.checkListContainer .checkListItemsContainerV1 .checkListItem .checkListSvg[data-v-7a2ea44d] {
  min-width: 30px;
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.checkListContainer .checkListItemsContainerV1 .checkListItem .label[data-v-7a2ea44d] {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #626C85;
}
.checkListContainer .bottomContainer[data-v-7a2ea44d] {
  background: #2F3849;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer[data-v-7a2ea44d] {
    padding: 30px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer[data-v-7a2ea44d] {
    padding: 30px 20px 20px 20px;
}
}
.checkListContainer .bottomContainer .svgContainer[data-v-7a2ea44d] {
  background: linear-gradient(325.28deg, rgba(0, 123, 255, 0.8) -7.64%, rgba(95, 239, 192, 0.48) 102.78%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 4px;
  width: 34px;
  height: 34px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer .svgContainer[data-v-7a2ea44d] {
    top: -17px;
    left: 25px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer .svgContainer[data-v-7a2ea44d] {
    top: -17px;
    left: 20px;
}
}
.checkListContainer .bottomContainer .svgContainer .svg[data-v-7a2ea44d] {
  width: 23px;
  height: 23px;
}
.checkListContainer .bottomContainer .showMoreContent[data-v-7a2ea44d] {
  max-height: 1000px !important;
}
.checkListContainer .bottomContainer .containerContent[data-v-7a2ea44d] {
  overflow-y: hidden;
  transition: max-height 1s ease;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer .containerContent[data-v-7a2ea44d] {
    max-height: 40px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer .containerContent[data-v-7a2ea44d] {
    max-height: 140px;
}
}
.checkListContainer .bottomContainer .containerContent .normalText[data-v-7a2ea44d] {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #DCE7F2;
}
.checkListContainer .bottomContainer .containerContent .textsContainer[data-v-7a2ea44d] {
  display: flex;
  flex-direction: row;
}
.checkListContainer .bottomContainer .containerContent .textsContainer .mehrText[data-v-7a2ea44d] {
  color: var(--9dcb7d6a);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer .containerContent .textsContainer .mehrText[data-v-7a2ea44d] {
    margin-left: 6px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer .containerContent .textsContainer .mehrText[data-v-7a2ea44d] {
    width: 100%;
    font-weight: 600 !important;
}
}
.checkListContainer .bottomContainer .containerContent .hiddenContent[data-v-7a2ea44d] {
  margin-top: 20px;
}
.checkListContainer .bottomContainer .containerContent .hiddenContent .redText[data-v-7a2ea44d] {
  margin-top: 20px;
  color: #EB604F;
}
.checkListContainer .bottomContainer .containerContent .hiddenContent .showLess[data-v-7a2ea44d] {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #626C85;
  cursor: pointer;
}
.checklist--closed-container[data-v-979dba86] {
  overflow: hidden;
}
@media screen and (min-width: 600px) {
.checklist--closed-container[data-v-979dba86] {
    max-height: 60px !important;
}
}
@media screen and (max-width: 600px) {
.checklist--closed-container[data-v-979dba86] {
    max-height: 76px !important;
}
}
.checkListContainer[data-v-979dba86] {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
  max-height: 3000px;
  transition: all 0.7s ease;
}
@media screen and (min-width: 1024px) {
.checkListContainer[data-v-979dba86] {
    margin-top: 30px;
    padding: 21px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer[data-v-979dba86] {
    padding: 20px;
    margin-top: 15px;
}
}
.checkListContainer .main-text--container[data-v-979dba86] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.checkListContainer .main-text--container[data-v-979dba86] {
    margin-bottom: 21px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .main-text--container[data-v-979dba86] {
    margin-bottom: 26px;
}
}
.checkListContainer .main-text--container .checklist--main-text[data-v-979dba86] {
  font-weight: 700;
  color: #22223C;
}
@media screen and (min-width: 1024px) {
.checkListContainer .main-text--container .checklist--main-text[data-v-979dba86] {
    font-size: 16px;
    line-height: 130%;
}
}
@media screen and (max-width: 1023px) and (min-width: 401px) {
.checkListContainer .main-text--container .checklist--main-text[data-v-979dba86] {
    line-height: 18px;
    font-size: 14px;
}
}
@media screen and (max-width: 400px) {
.checkListContainer .main-text--container .checklist--main-text[data-v-979dba86] {
    font-size: 12px;
}
}
.checkListContainer .main-text--container .checklist--close-btn[data-v-979dba86] {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.checkListContainer .main-text--container .checklist--close-btn .checklist--close-btn-label[data-v-979dba86] {
  font-weight: 500;
  line-height: 130%;
  margin-right: 6px;
  color: #626C85;
}
@media screen and (min-width: 1024px) {
.checkListContainer .main-text--container .checklist--close-btn .checklist--close-btn-label[data-v-979dba86] {
    font-size: 16px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .main-text--container .checklist--close-btn .checklist--close-btn-label[data-v-979dba86] {
    font-size: 14px;
}
}
.checkListContainer .main-text--container .checklist--close-btn .checklist--close-btn-svg[data-v-979dba86] {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: var(--7b1bd27b);
  transition: all 0.5s ease-in-out;
}
.checkListContainer .main-text--container .checklist--close-btn .checklist--close-btn-svg .svg[data-v-979dba86] {
  fill: #626C85;
}
@media screen and (min-width: 1024px) {
.checkListContainer .main-text--container .checklist--close-btn .checklist--close-btn-svg .svg[data-v-979dba86] {
    width: 14px;
    height: 21px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .main-text--container .checklist--close-btn .checklist--close-btn-svg .svg[data-v-979dba86] {
    width: 12px;
    height: 18px;
}
}
.checkListContainer .bodyText[data-v-979dba86] {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #626C85;
  margin-bottom: 35px;
}
.checkListContainer .checkListItemsContainer[data-v-979dba86] {
  width: 100%;
}
@media screen and (min-width: 1024px) {
.checkListContainer .checkListItemsContainer[data-v-979dba86] {
    padding: 0 60px 0px 60px;
}
}
.checkListContainer .checkListItemsContainer .checkListItem[data-v-979dba86] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7.5px 0;
  cursor: pointer;
}
.checkListContainer .checkListItemsContainer .checkListItem .checkListSvg[data-v-979dba86] {
  min-width: 30px;
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.checkListContainer .checkListItemsContainer .checkListItem .label[data-v-979dba86] {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #626C85;
}
.checkListContainer .bottomContainer[data-v-979dba86] {
  background: white;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer[data-v-979dba86] {
    padding: 30px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer[data-v-979dba86] {
    padding: 30px 20px 20px 20px;
}
}
.checkListContainer .bottomContainer .svgContainer[data-v-979dba86] {
  background: #007BFF;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 4px;
  width: 34px;
  height: 34px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer .svgContainer[data-v-979dba86] {
    top: -17px;
    left: 25px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer .svgContainer[data-v-979dba86] {
    top: -17px;
    left: 20px;
}
}
.checkListContainer .bottomContainer .svgContainer .svg[data-v-979dba86] {
  width: 16px;
  height: 20px;
}
.checkListContainer .bottomContainer .showMoreContent[data-v-979dba86] {
  max-height: 1000px !important;
}
.checkListContainer .bottomContainer .containerContent[data-v-979dba86] {
  overflow-y: hidden;
  transition: max-height 1s ease;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer .containerContent[data-v-979dba86] {
    max-height: 40px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer .containerContent[data-v-979dba86] {
    max-height: 140px;
}
}
.checkListContainer .bottomContainer .containerContent .normalText[data-v-979dba86] {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #5C5C73;
}
.checkListContainer .bottomContainer .containerContent .textsContainer[data-v-979dba86] {
  display: flex;
  flex-direction: row;
}
.checkListContainer .bottomContainer .containerContent .textsContainer .mehrText[data-v-979dba86] {
  color: var(--01213dd1);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
.checkListContainer .bottomContainer .containerContent .textsContainer .mehrText[data-v-979dba86] {
    margin-left: 6px;
}
}
@media screen and (max-width: 1023px) {
.checkListContainer .bottomContainer .containerContent .textsContainer .mehrText[data-v-979dba86] {
    width: 100%;
    font-weight: 600 !important;
}
}
.checkListContainer .bottomContainer .containerContent .hiddenContent[data-v-979dba86] {
  margin-top: 20px;
}
.checkListContainer .bottomContainer .containerContent .hiddenContent .redText[data-v-979dba86] {
  margin-top: 20px;
  color: #EB604F;
}
.checkListContainer .bottomContainer .containerContent .hiddenContent .showLess[data-v-979dba86] {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #626C85;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
.version2Margin[data-v-2559f112] {
    margin-top: 50px !important;
}
}
@media screen and (max-width: 1023px) {
.version2Margin[data-v-2559f112] {
    margin-top: 20px !important;
}
}
.first-steps--container[data-v-2559f112] {
  width: 100%;
  margin: 40px 0 40px 0;
}
@media screen and (max-width: 599px) {
.first-steps--container[data-v-2559f112] {
    margin: 40px 0 0 0;
}
}
.first-steps--container .first-steps--title[data-v-2559f112] {
  color: var(--b77a7668);
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
.first-steps--container .first-steps--title[data-v-2559f112] {
    font-weight: var(--13bfe7de);
    font-size: var(--713aa6e7);
}
}
@media screen and (max-width: 1023px) {
.first-steps--container .first-steps--title[data-v-2559f112] {
    font-weight: var(--314d8620);
    font-size: var(--a4d5cb2e);
}
}
@media screen and (min-width: 1024px) {
.first-steps--container .detail-analysis--container[data-v-2559f112] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
}
.first-steps--container .detail-analysis--container .title[data-v-2559f112] {
  font-weight: 500;
  color: #007BFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.first-steps--container .detail-analysis--container .title[data-v-2559f112] {
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}
}
@media screen and (max-width: 1023px) {
.first-steps--container .detail-analysis--container .title[data-v-2559f112] {
    font-size: 14px;
    line-height: 160%;
    margin: 15px 0;
}
}
.first-steps--container .detail-analysis--container .titleV2[data-v-2559f112] {
  font-weight: 700;
  color: #1F47CD;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.first-steps--container .detail-analysis--container .titleV2[data-v-2559f112] {
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}
}
@media screen and (max-width: 1023px) {
.first-steps--container .detail-analysis--container .titleV2[data-v-2559f112] {
    font-size: 14px;
    line-height: 160%;
    margin: 15px 0;
}
}
.first-steps--container .detail-analysis--container .analysis-btn[data-v-2559f112] {
  height: 54px;
}
@media screen and (min-width: 1024px) {
.first-steps--container .detail-analysis--container .analysis-btn[data-v-2559f112] {
    min-width: 498px;
    margin-left: 30px;
}
}
@media screen and (max-width: 1023px) {
.first-steps--container .detail-analysis--container .analysis-btn[data-v-2559f112] {
    width: 100%;
}
}
.infoBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.infoBtn .box {
  background: var(--0390afd6);
  border-radius: 4px;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
.infoBtn .box {
    width: 20px;
    height: 12px;
}
}
@media screen and (max-width: 1023px) {
.infoBtn .box {
    width: 12px;
    height: 9px;
}
}
.infoBtn .label {
  position: relative;
}
@media screen and (min-width: 1024px) {
.infoBtn .label {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #626C85;
    margin-right: 5px;
}
}
@media screen and (max-width: 1023px) {
.infoBtn .label {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #626C85;
}
}
.infoBtn .label .infoCircle {
  position: absolute;
  top: -5px;
  right: -20px;
}
.potentialVolumeContainer[data-v-1272b99a] {
  width: 100%;
  height: 30px;
  left: 0px;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
.potentialVolumeContainer[data-v-1272b99a] {
    margin: 8px 0 16px;
}
}
.potentialVolumeContainer .negativePotentialContainer[data-v-1272b99a] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--65b0cb3e);
}
.potentialVolumeContainer .negativePotentialContainer .labelOne[data-v-1272b99a] {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--658f9360);
}
.potentialVolumeContainer .negativePotentialContainer .labelTwo[data-v-1272b99a] {
  margin-left: 5px;
  font-style: italic;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: var(--658f9360);
}
.potentialVolumeContainer .min[data-v-1272b99a] {
  position: absolute;
  bottom: -15px;
  left: 0px;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  color: #626C85;
}
.potentialVolumeContainer .max[data-v-1272b99a] {
  position: absolute;
  bottom: -15px;
  right: 0px;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  color: #626C85;
}
.potentialVolumeContainer .potentialContainer[data-v-1272b99a] {
  height: 30px;
  right: 0px;
  top: 0px;
  position: absolute;
  background: var(--7fa61ead);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.potentialVolumeContainer .potentialContainer .potentialScore[data-v-1272b99a] {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: var(--74d161f6);
  margin: 0 5px;
}
.potentialVolumeContainer .currentScore[data-v-1272b99a] {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #626C85;
  padding-right: var(--79c12b67);
  display: flex;
  justify-content: center;
  z-index: 1;
}
.potentialVolumeContainer .levelMarker[data-v-1272b99a] {
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 1px;
  background: #626C85;
}
.potentialVolumeContainer .levelMarker .label[data-v-1272b99a] {
  margin-top: 5px;
  margin-left: -10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  color: #626C85;
}
.potentialTableContainer[data-v-789939ce] {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1440px) {
.potentialTableContainer[data-v-789939ce] {
    padding: 30px;
}
}
@media screen and (max-width: 1440px) {
.potentialTableContainer[data-v-789939ce] {
    padding: 30px 20px;
}
}
.potentialTableContainer td[data-v-789939ce] {
  padding: 20px !important;
}
.potentialTableContainer .normalHeaderSize[data-v-789939ce] {
  position: relative;
  width: 200px;
}
.potentialTableContainer .normalHeaderSize .headerContent[data-v-789939ce] {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.potentialTableContainer .potential-table--header[data-v-789939ce] {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 1440px) {
.potentialTableContainer .potential-table--header[data-v-789939ce] {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 1440px) {
.potentialTableContainer .potential-table--header[data-v-789939ce] {
    margin-bottom: 30px;
}
}
.potentialTableContainer .potential-table--header .potential-table--title[data-v-789939ce] {
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #626C85;
}
@media screen and (min-width: 1440px) {
.potentialTableContainer .potential-table--header .potential-table--title[data-v-789939ce] {
    font-weight: bold;
}
}
@media screen and (max-width: 1440px) {
.potentialTableContainer .potential-table--header .potential-table--title[data-v-789939ce] {
    font-weight: 700;
}
}
.potentialTableContainer .potential-table--header .potential-table--tooltip[data-v-789939ce] {
  margin-left: 10px;
}
.potentialTableContainer .potentialTable[data-v-789939ce] {
  overflow: visible !important;
  width: 100%;
}
.potentialTableContainer .currentValue[data-v-789939ce] {
  position: relative;
}
@media screen and (min-width: 1440px) {
.potentialTableContainer .currentValue[data-v-789939ce] {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #626C85;
}
}
@media screen and (max-width: 1440px) {
.potentialTableContainer .currentValue[data-v-789939ce] {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: right;
    color: #626C85;
}
}
.potentialTableContainer .potentialValue[data-v-789939ce] {
  position: relative;
  color: var(--747409c3);
}
@media screen and (min-width: 1440px) {
.potentialTableContainer .potentialValue[data-v-789939ce] {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
}
}
@media screen and (max-width: 1440px) {
.potentialTableContainer .potentialValue[data-v-789939ce] {
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    text-align: right;
    margin-top: 5px;
}
}
.potentialTableContainer .smallText[data-v-789939ce] {
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
}
.potentialTableContainer .helperSign[data-v-789939ce] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 12px;
}
.potentialTableContainer .helperSign .circle[data-v-789939ce] {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 6px;
}
.potentialTableContainer .helperSign .label[data-v-789939ce] {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #626C85;
}
.potentialTableContainer .potentialTableItemMobileContainer[data-v-789939ce] {
  padding-bottom: 30px;
}
.potentialTableContainer .potentialTableItemMobileContainer .itemContainerTitle[data-v-789939ce] {
  font-weight: 600;
  font-size: 16px;
  line-height: 200%;
  color: #626C85;
}
@media screen and (min-width: 1440px) {
.potentialTableContainer .potentialTableItemMobileContainer .itemContainerTitle[data-v-789939ce] {
    margin-bottom: 20px;
}
}
.separator[data-v-cb2b069a] {
  width: 100%;
  height: 0px;
  border: 1px solid #DCE7F2;
}
@media screen and (min-width: 1440px) {
.upper-part[data-v-cb2b069a] {
    height: 55%;
    min-height: 220px;
}
}
@media screen and (min-width: 1440px) {
.lower-part[data-v-cb2b069a] {
    height: 45%;
}
}
.lockableBoxContainer[data-v-cb2b069a] {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1440px) {
.lockableBoxContainer[data-v-cb2b069a] {
    padding: 20px 30px;
}
}
@media screen and (max-width: 1440px) {
.lockableBoxContainer[data-v-cb2b069a] {
    padding: 20px 20px;
}
}
@media screen and (min-width: 1440px) {
.lockableBoxContainer .boxSubtitle[data-v-cb2b069a] {
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #626C85;
}
}
@media screen and (max-width: 1440px) {
.lockableBoxContainer .boxSubtitle[data-v-cb2b069a] {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #626C85;
    padding-top: 20px;
}
}
.lockableBoxContainer .boxLabel[data-v-cb2b069a] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
  color: #626C85;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.lockableBoxContainer .bgHide[data-v-cb2b069a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(205, 205, 205, 0.35);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 10px;
}
.lockableBoxContainer .bgHide .title[data-v-cb2b069a] {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #1F47CD;
  margin-bottom: 20px;
}
.lockableBoxContainer .bgHide .subtitle[data-v-cb2b069a] {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #626C85;
  margin-bottom: 20px;
  max-width: 360px;
}
.lockableBoxContainer .bgHide .buyBtn[data-v-cb2b069a] {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  width: 241px;
  height: 54px;
  background: #1F47CD;
  border-radius: 10px;
}
.lockableBoxContainer .bgHide .buyBtn .label[data-v-cb2b069a] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}
.stepProgressLineContainer[data-v-f03a4102] {
  display: flex;
  flex-direction: row;
}
.stepProgressLineContainer .box[data-v-f03a4102] {
  background: #DCE7F2;
  border-radius: 2px;
  margin-right: 2px;
}
@media screen and (min-width: 1024px) {
.stepProgressLineContainer .box[data-v-f03a4102] {
    width: 19.81px;
    height: 25px;
}
}
@media screen and (max-width: 1023px) {
.stepProgressLineContainer .box[data-v-f03a4102] {
    width: 27px;
    height: 35px;
}
}
.leadScoringContainer[data-v-7c67faf4] {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leadScoringContainer .explanationText[data-v-7c67faf4] {
  margin-left: 6px;
}
@media screen and (min-width: 1440px) {
.leadScoringContainer .explanationText[data-v-7c67faf4] {
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #2F3849;
}
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .explanationText[data-v-7c67faf4] {
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #2F3849;
    margin: 10px 0 20px 0;
}
}
.leadScoringContainer .blueSeparator[data-v-7c67faf4] {
  border: 1px solid #DCE7F2;
  width: 100%;
  margin: 10px 0;
}
.leadScoringContainer .renovationPressureScoreContainer.row[data-v-7c67faf4] {
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}
.leadScoringContainer .progressLineStepperContainer[data-v-7c67faf4] {
  margin-top: 45px;
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .progressLineStepperContainer[data-v-7c67faf4] {
    width: 100%;
}
}
.leadScoringContainer .progressLineStepperContainer .titleRow[data-v-7c67faf4] {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.leadScoringContainer .potentialVolumeHelperContainer[data-v-7c67faf4] {
  flex-direction: row !important;
}
.leadScoringContainer .potentialVolumeHelperContainer .helperSign[data-v-7c67faf4] {
  margin-right: 20px !important;
}
.leadScoringContainer .helperContainer[data-v-7c67faf4] {
  display: flex;
}
@media screen and (min-width: 1440px) {
.leadScoringContainer .helperContainer[data-v-7c67faf4] {
    flex-direction: column;
}
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .helperContainer[data-v-7c67faf4] {
    flex-direction: row;
    margin: 20px 0 10px;
}
}
.leadScoringContainer .circleContainer[data-v-7c67faf4] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 16px;
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .circleContainer[data-v-7c67faf4] {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
}
@media screen and (min-width: 1440px) {
.leadScoringContainer .circleContainer .circleTitle[data-v-7c67faf4] {
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    color: #626C85;
}
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .circleContainer .circleTitle[data-v-7c67faf4] {
    font-weight: 600;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #626C85;
}
}
.leadScoringContainer .circle[data-v-7c67faf4] {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 6px;
}
.leadScoringContainer .boxContainer[data-v-7c67faf4] {
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
.leadScoringContainer .boxContainer[data-v-7c67faf4] {
    width: calc(50% - 10px);
}
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .boxContainer[data-v-7c67faf4] {
    width: 100%;
}
}
.leadScoringContainer .boxContainer .titleContainer[data-v-7c67faf4] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 1440px) {
.leadScoringContainer .boxContainer .titleOne[data-v-7c67faf4] {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #22223C;
}
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .boxContainer .titleOne[data-v-7c67faf4] {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #22223C;
    margin-right: 5px;
}
}
.leadScoringContainer .boxContainer .titleTwo[data-v-7c67faf4] {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #22223C;
}
.leadScoringContainer .boxContainer .helperSign[data-v-7c67faf4] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1440px) {
.leadScoringContainer .boxContainer .helperSign[data-v-7c67faf4] {
    margin-right: 15px;
}
}
.leadScoringContainer .boxContainer .helperSign .label[data-v-7c67faf4] {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #626C85;
}
.leadAnalysisContainer[data-v-329181b6] {
  width: 100%;
}
@media screen and (min-width: 1024px) {
.leadAnalysisContainer[data-v-329181b6] {
    margin-top: 30px;
}
}
@media screen and (max-width: 1023px) {
.leadAnalysisContainer[data-v-329181b6] {
    margin-top: 50px;
}
}
@media screen and (max-width: 1023px) {
.leadAnalysisContainer .mobileTitleTopPadding[data-v-329181b6] {
    margin-top: 20px;
}
}
@media screen and (min-width: 1024px) {
.leadAnalysisContainer .mainTitle[data-v-329181b6] {
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    color: #22223C;
}
}
@media screen and (max-width: 1023px) {
.leadAnalysisContainer .mainTitle[data-v-329181b6] {
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    color: #2F3849;
}
}
.leadAnalysisContainer .blockAnalysisBtn[data-v-329181b6] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px;
  background: #1F47CD;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 10px;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
}
@media screen and (min-width: 1024px) {
.leadAnalysisContainer .blockAnalysisBtn[data-v-329181b6] {
    margin-top: 50px;
}
}
@media screen and (max-width: 1023px) {
.leadAnalysisContainer .blockAnalysisBtn[data-v-329181b6] {
    margin: 100px 10px 0 10px;
}
}
.potential-volume--blur[data-v-c3fd2068] {
  filter: blur(15px);
  -webkit-filter: blur(15px);
}
.potentialVolumeBox[data-v-c3fd2068] {
  width: var(--45f3ca3c);
}
.potentialVolumeBox .potentialVolumeContainer[data-v-c3fd2068] {
  background-color: #DCE7F2;
  width: 100%;
  height: var(--ac2370ea);
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.potentialVolumeBox .potentialVolumeContainer .negativePotentialContainer[data-v-c3fd2068] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #EB604F;
}
.potentialVolumeBox .potentialVolumeContainer .negativePotentialContainer .labelOne[data-v-c3fd2068] {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}
.potentialVolumeBox .potentialVolumeContainer .potentialContainer[data-v-c3fd2068] {
  height: 100%;
  right: 0px;
  top: 0px;
  position: absolute;
  border-radius: 4px;
  width: var(--8dadca16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.potentialVolumeBox .potentialVolumeContainer .potentialContainer .potentialScore[data-v-c3fd2068] {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  margin-right: 5px;
}
.potentialVolumeBox .potentialVolumeContainer .currentScore[data-v-c3fd2068] {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #007BFF;
  padding-right: var(--8dadca16);
}
.potentialVolumeBox .potentialVolumeContainer .levelMarker[data-v-c3fd2068] {
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 1px;
  background: #626C85;
}
.potentialVolumeBox .potentialVolumeContainer .levelMarker .label[data-v-c3fd2068] {
  margin-top: 5px;
  margin-left: -10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  color: #626C85;
}
.potentialVolumeBox .volumesContainer[data-v-c3fd2068] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  padding-right: 8px;
}
.potentialVolumeBox .volumesContainer .currentVolumeSign[data-v-c3fd2068] {
  width: 12px;
  height: 9px;
  background: #DCE7F2;
  border-radius: 4px;
  margin-right: 5px;
}
.potentialVolumeBox .volumesContainer .currentVolumeLabel[data-v-c3fd2068] {
  font-weight: 600;
  font-size: var(--531f8700);
  line-height: 130%;
  color: #626C85;
  margin-right: 5px;
}
.potentialVolumeBox .volumesContainer .currentVolumeValue[data-v-c3fd2068] {
  font-weight: 500;
  font-size: var(--531f8700);
  line-height: 130%;
  color: #007BFF;
  position: relative;
}
.potentialVolumeBox .volumesContainer .potentialVolumeSign[data-v-c3fd2068] {
  width: 12px;
  height: 9px;
  background: #5FEFC0;
  border-radius: 4px;
  margin: 0 5px;
}
.potentialVolumeBox .volumesContainer .potentialVolumeLabel[data-v-c3fd2068] {
  font-weight: 600;
  font-size: var(--531f8700);
  line-height: 130%;
  color: #626C85;
  margin-right: 5px;
}
.potentialVolumeBox .volumesContainer .potentialVolumeValue[data-v-c3fd2068] {
  font-weight: 500;
  font-size: var(--531f8700);
  line-height: 130%;
  color: #007BFF;
  position: relative;
}
.potentialVolumeBox .volumesContainer .smallText[data-v-c3fd2068] {
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
}
.renovation-pressure--blur[data-v-2833c123] {
  filter: blur(15px);
  -webkit-filter: blur(15px);
}
.renovationPressureContainer[data-v-2833c123] {
  width: var(--44b5d0ca);
  height: var(--85a23c1c);
  left: 0px;
  background: #DCE7F2;
  border-radius: 4px;
  position: relative;
}
.renovationPressureContainer .renovationPressureValueBG[data-v-2833c123] {
  height: var(--85a23c1c);
  left: 0px;
  top: 0px;
  position: absolute;
  background: #F6D156;
  border-radius: 4px;
  width: var(--15936050);
  display: flex;
  justify-content: center;
  align-items: center;
}
.renovationPressureContainer .renovationPressureValueBG .currentScore[data-v-2833c123] {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  margin-right: 5px;
}
.renovationPressureContainer .renovationPressureValueBG .maxScore[data-v-2833c123] {
  font-style: italic;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  margin-bottom: 6px;
}
.renovationPressureContainer .levelMarker[data-v-2833c123] {
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 1px;
  background: #626C85;
}
.renovationPressureContainer .levelMarker .label[data-v-2833c123] {
  margin-top: 5px;
  margin-left: -10px;
  font-weight: 600;
  line-height: 130%;
  color: #626C85;
}
@media screen and (min-width: 1024px) {
.renovationPressureContainer .levelMarker .label[data-v-2833c123] {
    font-size: 10px;
}
}
@media screen and (max-width: 1023px) {
.renovationPressureContainer .levelMarker .label[data-v-2833c123] {
    font-size: 8px;
}
}
.leadScoringContainer[data-v-6a6b28fc] {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
.leadScoringContainer .infoBox[data-v-6a6b28fc] {
    width: calc(50% - 15px);
}
}
@media screen and (max-width: 1023px) {
.leadScoringContainer .infoBox[data-v-6a6b28fc] {
    width: 100%;
    margin-bottom: 15px;
}
}
.leadScoringContainer .infoBox .box[data-v-6a6b28fc] {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
.leadScoringContainer .infoBox .box[data-v-6a6b28fc] {
    padding: 20px;
    height: 328px;
}
}
@media screen and (max-width: 1023px) {
.leadScoringContainer .infoBox .box[data-v-6a6b28fc] {
    padding: 15px;
}
}
.leadScoringContainer .infoBox .box .progress-line--container[data-v-6a6b28fc] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.leadScoringContainer .infoBox .box .progress-line--container[data-v-6a6b28fc] {
    margin: 40px 0 50px;
}
}
@media screen and (max-width: 1023px) {
.leadScoringContainer .infoBox .box .progress-line--container[data-v-6a6b28fc] {
    margin: 15px 0;
}
}
.leadScoringContainer .infoBox .box .renovation-pressure-line--container[data-v-6a6b28fc] {
  margin-bottom: 30px !important;
}
.leadScoringContainer .infoBox .box .box-label--container[data-v-6a6b28fc] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1024px) {
.leadScoringContainer .infoBox .box .box-label--container[data-v-6a6b28fc] {
    margin: 10px 0 28px 0;
}
}
@media screen and (max-width: 1023px) {
.leadScoringContainer .infoBox .box .box-label--container[data-v-6a6b28fc] {
    margin: 15px 0;
}
}
.leadScoringContainer .infoBox .box .box-label--container .box--label-icon[data-v-6a6b28fc] {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leadScoringContainer .infoBox .box .box--label[data-v-6a6b28fc] {
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #626C85;
}
@media screen and (min-width: 1024px) {
.leadScoringContainer .infoBox .box .box--label[data-v-6a6b28fc] {
    line-height: 130%;
    font-size: 16px;
}
}
@media screen and (max-width: 1023px) {
.leadScoringContainer .infoBox .box .box--label[data-v-6a6b28fc] {
    font-size: 14px;
}
}
.leadScoringContainer .infoBox .box .separator[data-v-6a6b28fc] {
  border: 1px solid #DCE7F2;
  width: 100%;
  margin: 15px 0 15px;
}
.leadScoringContainer .infoBox .box .secondaryText[data-v-6a6b28fc] {
  line-height: 140%;
  color: #626C85;
}
@media screen and (min-width: 1024px) {
.leadScoringContainer .infoBox .box .secondaryText[data-v-6a6b28fc] {
    font-weight: 700;
    font-size: 16px;
}
}
@media screen and (max-width: 1023px) {
.leadScoringContainer .infoBox .box .secondaryText[data-v-6a6b28fc] {
    font-weight: 500;
    font-size: 14px;
}
}
.leadScoringContainer .infoBox .box .secondaryText .blue[data-v-6a6b28fc] {
  color: #007BFF;
  margin-left: 4px;
  position: relative;
}
.leadScoringContainer .infoBox .box .secondaryText .blue .labelTooltipContainer[data-v-6a6b28fc] {
  position: relative;
}
.leadScoringContainer .infoBox .box .secondaryText .blue .labelTooltipContainer .labelTooltipTitle[data-v-6a6b28fc] {
  padding-right: 10px;
}
.leadScoringContainer .infoBox .box .secondaryText .blue .labelTooltipContainer .labelTooltipIcon[data-v-6a6b28fc] {
  position: absolute;
  top: 0px;
  right: -10px;
}
.leadScoringContainer .infoBox .box .secondaryText .blue .blueValue[data-v-6a6b28fc] {
  position: relative;
  margin-right: 10px;
}
.leadScoringContainer .infoBox .box .secondaryText .blue .blueValue .smallText[data-v-6a6b28fc] {
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
}
.leadScoringContainer .infoBox .extraPadding[data-v-6a6b28fc] {
  padding-top: 32px;
}
.leadScoringContainer .infoBox .helperContainer[data-v-6a6b28fc] {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.leadScoringContainer .infoBox .helperContainer .helperSign[data-v-6a6b28fc] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 23px;
}
@media screen and (min-width: 1024px) {
.leadScoringContainer .infoBox .helperContainer .helperSign[data-v-6a6b28fc] {
    margin-bottom: 12px;
}
}
.leadScoringContainer .infoBox .helperContainer .helperSign .label[data-v-6a6b28fc] {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #626C85;
}
.leadScoringContainer .infoBox .helperContainer .helperSign .circle[data-v-6a6b28fc] {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 6px;
}
.leadAnalysisContainer[data-v-7505fc8f] {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
.leadAnalysisContainer .mobileTitleTopPadding[data-v-7505fc8f] {
    margin-top: 20px;
}
}
@media screen and (min-width: 1024px) {
.leadAnalysisContainer .analysis--title[data-v-7505fc8f] {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    color: #22223C;
}
}
@media screen and (max-width: 1023px) {
.leadAnalysisContainer .analysis--title[data-v-7505fc8f] {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    color: #2F3849;
}
}
.leadDetailsPopupContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
.leadDetailsPopupContainer {
    margin-top: 50px;
}
}
@media screen and (max-width: 1023px) {
.leadDetailsPopupContainer {
    margin-top: 20px;
}
}
.leadDetailsPopupContainer .mapboxgl-canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 1024px) {
.leadDetailsPopupContainer .bigTitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #22223C;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 1023px) {
.leadDetailsPopupContainer .bigTitle {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    color: #2F3849;
}
}
.appFieldContainer[data-v-4f1ab89c] {
  position: relative;
}
@keyframes fade-4f1ab89c {
0%, 100% {
    opacity: 0.3;
}
50% {
    opacity: 1;
}
}
.appFieldContainer .appFieldSeparatorActive[data-v-4f1ab89c] {
  background: #1F47CD;
}
.appFieldContainer .appFieldSeparator[data-v-4f1ab89c] {
  z-index: 1;
  transition: all 1s ease;
  background: var(--b2c34654);
  height: 0.5px;
  max-width: 100%;
  width: 100% !important;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
.appFieldContainer .appFieldSeparator[data-v-4f1ab89c] {
    width: 100%;
}
}
@media screen and (max-width: 1023px) {
.appFieldContainer .appFieldSeparator[data-v-4f1ab89c] {
    width: 100%;
}
}
.appFieldContainer .errorMessage[data-v-4f1ab89c] {
  padding: 3px 0;
  font-size: 13px;
  color: #c10015;
}
.appFieldContainer .appFieldErrorSvg[data-v-4f1ab89c] {
  fill: #C10015;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  animation: fade-4f1ab89c 0.5s linear;
}
[data-v-11958fc0]::placeholder {
  color: var(--599ddb14) !important;
}
.input[data-v-11958fc0] {
  outline: none !important;
}
.errorMessage[data-v-11958fc0] {
  padding: 3px 0;
  font-size: 12px;
  color: #c10015;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0px;
}
.input--container[data-v-11958fc0] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: var(--6d3065fb);
  padding: var(--01921674);
  height: var(--ca29df18);
  border-radius: 6px;
}
.input--container .input--wrapper[data-v-11958fc0] {
  position: relative;
  width: 100%;
  height: 100%;
}
.input--container .input--wrapper .app-input--placeholder-margin[data-v-11958fc0] {
  margin-top: 3px;
}
.input--container .input--wrapper .input--placeholder[data-v-11958fc0] {
  color: var(--599ddb14);
  border: none !important;
  font-size: var(--761d4f67);
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 1;
}
.input--container .input--wrapper .appInput[data-v-11958fc0] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: var(--599ddb14);
  border: none !important;
  font-size: var(--5129ce8e);
  background: var(--6d3065fb);
}
@media screen and (min-width: 1024px) {
.input--container .input--wrapper .appInput[data-v-11958fc0] {
    font-weight: var(--c96de67e);
    border-bottom: 0.5px solid #B4BCCE;
    max-width: 100%;
}
}
@media screen and (max-width: 1023px) {
.input--container .input--wrapper .appInput[data-v-11958fc0] {
    width: 100%;
    font-weight: var(--769234c3);
}
}
input[data-v-11958fc0]:-webkit-autofill,
input[data-v-11958fc0]:-webkit-autofill:hover,
input[data-v-11958fc0]:-webkit-autofill:focus,
textarea[data-v-11958fc0]:-webkit-autofill,
textarea[data-v-11958fc0]:-webkit-autofill:hover,
textarea[data-v-11958fc0]:-webkit-autofill:focus,
select[data-v-11958fc0]:-webkit-autofill,
select[data-v-11958fc0]:-webkit-autofill:hover,
select[data-v-11958fc0]:-webkit-autofill:focus {
  transition-delay: 9999s !important;
  color: var(--599ddb14) !important;
  -webkit-text-fill-color: var(--599ddb14) !important;
}
textarea:focus, input:focus {
  outline: none;
}
*:focus {
  outline: none;
}
.noResultText {
  padding: 5px 10px 5px 20px;
  font-size: 13px;
  color: black;
  background: white;
}
.resultContainer {
  background: var(--58f29855);
  color: var(--2af5b0e3);
}
.resultContainer .result {
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 5px 10px;
}
.resultContainer .result:hover {
  background: #626C851A;
}
.resultContainer .resultSeparator {
  background: #B4BCCE;
  height: 1px;
  margin: 5px 0;
  width: 100%;
}
.analyzerSearchBoxContainer {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
.analyzerSearchBoxContainer {
    width: 100%;
    max-width: 700px;
}
}
@media screen and (max-width: 1023px) {
.analyzerSearchBoxContainer {
    width: 100%;
}
}
.analyzerSearchBoxContainer .analyzerSearchForm {
  background: white !important;
  border: 1px solid rgba(98, 108, 133, 0.1);
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: var(--4cfd0bb0);
  max-width: 100%;
}
@media screen and (max-width: 799px) {
.analyzerSearchBoxContainer .analyzerSearchForm {
    width: 100%;
}
}
.analyzerSearchBoxContainer .analyzerSearchForm .analyzerSearchInputContainer {
  border-radius: 10px;
  flex: 1;
}
@media screen and (min-width: 1024px) {
.analyzerSearchBoxContainer .analyzerSearchForm .analyzerSearchInputContainer {
    padding: 0 30px;
}
}
@media screen and (max-width: 1023px) {
.analyzerSearchBoxContainer .analyzerSearchForm .analyzerSearchInputContainer {
    padding: 0 15px !important;
}
}
.analyzerSearchBoxContainer .analyzerSearchForm .analyzerSearchInputContainer input::placeholder {
  color: var(--6af87da9) !important;
}
@media screen and (min-width: 1024px) {
.analyzerSearchBoxContainer .inputPadding {
    padding: 15px 0;
}
}
@media screen and (max-width: 1023px) {
.analyzerSearchBoxContainer .inputPadding {
    padding: 7px 0;
}
}
.analyzerSearchBoxContainer .mobileSearchBtn {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
.analyzerSearchBoxContainer .mobileSearchBtn {
    margin-top: 10px;
}
}
@media screen and (max-width: 1023px) {
.analyzerSearchBoxContainer .mobileSearchBtn {
    margin: 10px 0 60px 0;
}
}
.analyzerSearchBoxContainer .submitBtn {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
.analyzerSearchBoxContainer .submitBtn {
    width: 259px;
}
}
@media screen and (max-width: 1023px) {
.analyzerSearchBoxContainer .submitBtn {
    width: 50px;
}
}
.analyzerSearchBoxContainer .submitBtn .label {
  font-size: 18px !important;
}
@media screen and (min-width: 1024px) {
.analyzerSearchBoxContainer .submitBtnIcon {
    margin-left: 10px;
}
}
@media screen and (max-width: 1023px) {
.analyzerSearchBoxContainer .submitBtnIcon {
    margin-top: 3px;
}
}
.analyzerSearchBoxContainer .submitBtnIcon svg {
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
.analyzerSearchBoxContainer .submitBtnIcon svg {
    width: 13px;
    height: 13px;
}
}
@media screen and (max-width: 1023px) {
.analyzerSearchBoxContainer .submitBtnIcon svg {
    width: 17px;
    height: 17px;
}
}
.modal {
  overflow-x: hidden;
}
.modal .modal--bg {
  height: 100%;
  width: 100%;
}
.modal .modal--bg {
  background-color: transparent !important;
}
.modal, .modal--bg, .modal--content {
  transition: 0.3s all;
  will-change: transform, opacity, left, top, right, bottom;
  z-index: 1001;
}
.position-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.position-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.position-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.position-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.position-center {
  top: 50%;
  left: 50%;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}
.fade-leave-from, .fade-enter-to {
  opacity: 1;
}
.grow-enter-from, .grow-leave-to {
  transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
}
.grow-enter-to, .grow-leave-from {
  transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
}
.float-right-enter-from, .float-right-leave-to {
  right: -100% !important;
}
.float-right-leave-from, .float-right-enter-to {
  right: 0 !important;
}
.float-left-enter-from, .float-left-leave-to {
  left: -100% !important;
}
.float-left-leave-from, .float-left-enter-to {
  left: 0 !important;
}
.float-top-enter-from, .float-top-leave-to {
  top: -100% !important;
}
.float-top-leave-from, .float-top-enter-to {
  top: 0 !important;
}
.float-bottom-enter-from, .float-bottom-leave-to {
  bottom: -100% !important;
}
.float-bottom-leave-from, .float-bottom-enter-to {
  bottom: 0 !important;
}
.dialog-full-screen {
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.dialog-full-height {
  height: 100% !important;
}
.dialog-full-width {
  width: 100% !important;
}
.content-maximized {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
}
.fixed-position {
  position: fixed !important;
}
.absolute-position {
  position: absolute;
}
.content-hidden {
  visibility: hidden;
}
.content-visible {
  visibility: visible;
}
.video {
  min-width: 800px;
}
@media screen and (max-width: 1023px) {
.video {
    min-width: initial;
    width: 100%;
}
}
@media screen and (max-width: 599px) {
.mapPageDesign {
    justify-content: center;
    bottom: 5px !important;
}
}
.mapToolboxContainer {
  z-index: 3;
  position: absolute;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
.mapToolboxContainer {
    bottom: 25px;
    left: 100px;
}
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
.mapToolboxContainer {
    left: 5%;
    bottom: 25px;
}
}
@media screen and (max-width: 599px) {
.mapToolboxContainer {
    bottom: 0px;
    justify-content: center;
    left: 0;
    width: 100%;
}
}
.mapToolboxContainer .roundedLeftBorder {
  border-radius: 10px 0px 0px 10px;
}
.mapToolboxContainer .roundedRightBorder {
  border-radius: 0px 10px 10px 0px;
}
.mapToolboxContainer .settingBtn:hover, .mapToolboxContainer .zoomBtn:hover {
  background: var(--4947f500);
}
.mapToolboxContainer .settingBtn:hover svg path:nth-child(2), .mapToolboxContainer .zoomBtn:hover svg path:nth-child(2) {
  fill: white;
}
@media screen and (min-width: 600px) {
.mapToolboxContainer .settingBtn {
    width: 38px;
    height: 38px;
    border-radius: 10px 0 0 10px;
}
}
.mapToolboxContainer .styleBtn {
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
.mapToolboxContainer .styleBtn {
    height: 44px;
}
}
.mapToolboxContainer .bigActionBtn {
  margin-right: 0px !important;
}
@media screen and (min-width: 600px) {
.mapToolboxContainer .bigActionBtn {
    padding: 13px 28px;
    border-radius: 0px 10px 10px 0px;
    width: 114px;
}
}
@media screen and (max-width: 599px) {
.mapToolboxContainer .bigActionBtn {
    width: 27.6%;
}
}
@media screen and (min-width: 600px) {
.mapToolboxContainer .smallActionBtn {
    width: 85px;
}
}
@media screen and (max-width: 599px) {
.mapToolboxContainer .smallActionBtn {
    width: 18.6%;
}
}
.mapToolboxContainer .toolboxBtn {
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C4C4C4;
  box-shadow: 0px 4px 16px rgba(98, 108, 133, 0.16);
  margin-right: 3px;
}
@media screen and (min-width: 600px) {
.mapToolboxContainer .toolboxBtn {
    height: 38px;
}
}
@media screen and (max-width: 599px) {
.mapToolboxContainer .toolboxBtn {
    height: 44px;
}
}
.mapToolboxContainer .toolboxBtn:hover {
  background: var(--4947f500);
}
.mapToolboxContainer .toolboxBtn:hover .label {
  color: white;
}
.mapToolboxContainer .toolboxBtn .label {
  font-weight: 600;
  line-height: 130%;
  color: #22223C;
}
@media screen and (min-width: 600px) {
.mapToolboxContainer .toolboxBtn .label {
    font-weight: 600;
    font-size: 16px;
}
}
@media screen and (max-width: 599px) {
.mapToolboxContainer .toolboxBtn .label {
    font-weight: 500;
    font-size: 12px;
}
}
.mapToolboxContainer .infoBtn {
  transition: all 0.2s;
  cursor: pointer;
  background: #C4C4C4;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mapToolboxContainer .infoBtn:hover {
  background: var(--4947f500);
}
.mapToolboxContainer .infoBtn:hover path, .mapToolboxContainer .infoBtn:hover svg {
  transition: fill 0.2s;
  fill: white;
}
.mapToolboxContainer .infoBtn--container {
  position: relative;
}
.mapToolboxContainer .infoBtn--container .infoBtn {
  margin-top: 3px;
}
.sateliteBtn {
  transition: background-color 0.3s ease;
  cursor: pointer;
  background: #C4C4C4;
  min-width: 76px;
  padding: 0 10px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #2F3849;
}
.lightBtn {
  transition: background-color 0.3s ease;
  cursor: pointer;
  background: #C4C4C4;
  width: 75px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 3px;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #2F3849;
}
.googleBtn {
  cursor: pointer;
  background: #C4C4C4;
  padding: 0 10px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #2F3849;
}
.selectedBtn {
  color: white !important;
}
.selectedBtn path, .selectedBtn svg {
  fill: white;
}
.explainer-btn {
  transition: fadeIn 0.3s;
  background: var(--4947f500);
  color: white;
  font-weight: 700;
  font-size: 12px;
  border-radius: 10px;
  padding: 0 14px;
  height: 38px;
}
.raumpioniereLogo[data-v-23804abc] {
  width: 48px;
  height: 14px;
  position: absolute;
}
@media screen and (min-width: 600px) {
.raumpioniereLogo[data-v-23804abc] {
    bottom: 20px;
    right: 20px;
}
}
@media screen and (max-width: 599px) {
.raumpioniereLogo[data-v-23804abc] {
    bottom: 15px;
    right: 15px;
}
}
.closeBtn[data-v-7cd3f024] {
  padding: 6px 6px 0 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
.closeBtn[data-v-7cd3f024] {
    padding: 6px;
    top: -12.5px;
    right: 30px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    box-shadow: 0px 4px 16px rgba(98, 108, 133, 0.16);
    border-radius: 6px;
}
}
@media screen and (max-width: 1023px) {
.closeBtn[data-v-7cd3f024] {
    top: 10px;
    right: 10px;
    position: absolute;
}
}
@media screen and (min-width: 1024px) {
.fullPopupOuterContainer {
    padding: 20px 0;
}
}
@media screen and (max-width: 599px) {
.fullPopupOuterContainer {
    max-width: calc(100% - 30px);
    display: flex;
    align-items: center;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer {
  box-shadow: 0px 15px 30px rgba(166, 166, 166, 0.25);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1024px) {
.fullPopupOuterContainer .fullPopupInnerContainer {
    border-radius: 10px !important;
    max-width: 100%;
}
}
@media screen and (max-width: 1023px) {
.fullPopupOuterContainer .fullPopupInnerContainer {
    border-radius: 10px !important;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer .fullPopupContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
.fullPopupOuterContainer .fullPopupInnerContainer .fullPopupContainer {
    border-radius: 10px !important;
    margin-top: 25px;
}
}
@media screen and (max-width: 599px) {
.fullPopupOuterContainer .fullPopupInnerContainer .fullPopupContainer {
    margin-bottom: 20px;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer .fullPopupContainer .fullPopupBtn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  min-height: 54px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 600px) {
.fullPopupOuterContainer .fullPopupInnerContainer .fullPopupContainer .fullPopupBtn {
    min-width: 336px;
}
}
@media screen and (max-width: 599px) {
.fullPopupOuterContainer .fullPopupInnerContainer .fullPopupContainer .fullPopupBtn {
    width: 80%;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer .footerContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
.fullPopupOuterContainer .fullPopupInnerContainer .footerContainer {
    margin-top: 35px;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer .bodyContent {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #626C85;
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
.fullPopupOuterContainer .fullPopupInnerContainer .bottomContent {
    margin-top: 30px;
}
}
@media screen and (max-width: 1023px) {
.fullPopupOuterContainer .fullPopupInnerContainer .bottomContent {
    margin-top: 15px;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer .backBtnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
.fullPopupOuterContainer .fullPopupInnerContainer .backBtnContainer {
    width: 100%;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer .mainTitle {
  line-height: 25px;
}
@media screen and (min-width: 1024px) {
.fullPopupOuterContainer .fullPopupInnerContainer .mainTitle {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1023px) {
.fullPopupOuterContainer .fullPopupInnerContainer .mainTitle {
    margin-top: 15px;
    margin-bottom: 15px;
}
}
.fullPopupOuterContainer .fullPopupInnerContainer .sendBtn {
  min-width: 283px;
  min-height: 54px;
  background: #5FEFC0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #22223C;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.fullPopupOuterContainer .fullPopupInnerContainer .sendBtn {
    position: absolute;
    bottom: -27px;
    width: calc(100% - 30px);
    left: 15px;
}
}
.lds-roller[data-v-225de83c] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 103;
}
.lds-roller div[data-v-225de83c] {
  animation: lds-roller-225de83c 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div[data-v-225de83c]:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  margin: -4px 0 0 -4px;
}
.lds-roller div[data-v-225de83c]:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div[data-v-225de83c]:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div[data-v-225de83c]:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div[data-v-225de83c]:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div[data-v-225de83c]:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div[data-v-225de83c]:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div[data-v-225de83c]:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div[data-v-225de83c]:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div[data-v-225de83c]:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div[data-v-225de83c]:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div[data-v-225de83c]:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div[data-v-225de83c]:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div[data-v-225de83c]:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div[data-v-225de83c]:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div[data-v-225de83c]:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div[data-v-225de83c]:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller-225de83c {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.lds-hourglass[data-v-225de83c] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass[data-v-225de83c]:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass-225de83c 2.2s infinite;
}
@keyframes lds-hourglass-225de83c {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
    transform: rotate(1800deg);
}
}
.innerLoadingContainer[data-v-20787345] {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.28s;
}
.linksContainer {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 1;
  padding: 0 5px;
}
@media screen and (min-width: 1024px) {
.linksContainer {
    left: 95px;
    bottom: 0px;
}
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
.linksContainer {
    bottom: -50px;
    left: 8px;
}
}
@media screen and (max-width: 599px) {
.linksContainer {
    bottom: -50px;
    left: 8px;
}
}
.linksContainer .links {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-flow: wrap;
  justify-content: center;
}
.linksContainer .links .linkText {
  color: black;
  font-size: 12px;
  margin: 0 3px;
}
.linksContainer .links .link {
  color: #0078A8;
  font-size: 12px;
  cursor: pointer;
}
.linksContainer .links .linkSeparator {
  width: 2px;
  height: 8px;
  background: #696969;
  margin: 5px;
}
body {
  overflow-x: hidden;
}
.analyzerContainer {
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 600px) {
.analyzerContainer .webAppSize {
    height: calc(100vh - 90px);
}
}
@media screen and (max-width: 599px) {
.analyzerContainer .webAppSize {
    height: calc(100vh - 80px);
}
}
.analyzerContainer .widgetSize {
  max-height: 100vh;
}
@media screen and (min-width: 600px) {
.analyzerContainer .widgetSize {
    min-height: 700px !important;
}
}
@media screen and (max-width: 599px) {
.analyzerContainer .widgetSize {
    min-height: var(--74a473ee) !important;
}
}
.analyzerContainer .mapBoxMap {
  width: 100%;
  position: relative;
  max-height: 100vh;
}
@media screen and (min-width: 1024px) {
.analyzerContainer .mapBoxMap .analyzerSearchForm {
    width: 634px !important;
}
}
@media screen and (min-width: 1024px) {
.analyzerContainer .mapBoxMap .analyzerSearchForm .submitBtn {
    margin-right: -40px !important;
}
}
@media screen and (max-width: 600px) {
.analyzerContainer .mapBoxMap .analyzerSearchForm .submitBtn {
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}
}
.analyzerContainer .mapBoxMap .analyzerInputContainer {
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 1024px) {
.analyzerContainer .mapBoxMap .analyzerInputContainer {
    top: 25px;
    left: 100px;
}
}
@media screen and (max-width: 1023px) {
.analyzerContainer .mapBoxMap .analyzerInputContainer {
    top: 20px;
    display: flex;
    justify-content: center;
    width: 90% !important;
    left: 5%;
}
}
.mapboxgl-popup-content {
  width: 510px !important;
}
.gm-style-iw .gm-style-iw-c {
  background: linear-gradient(153.87deg, rgba(255, 255, 255, 0.6) -4.54%, rgba(255, 255, 255, 0.1) 104.57%);
}
.popper-item {
  margin: 0px !important;
  display: unset !important;
  border: 0px !important;
}
.phone-flag--countries-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ececee;
  border-radius: 6px;
  background: #2F3849;
  padding: 3px 6px 3px 3px;
  overflow: auto;
  max-height: 300px;
}
.menu--container {
  width: unset !important;
}
.phone-wrapper .phone--item {
  cursor: pointer;
  padding-right: 5px;
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.phone-wrapper .phone--item .phone--flag {
  margin-bottom: 2px;
}
.phone-wrapper .phone--item .phone--code {
  margin-left: 4px;
  color: #9D9DD4;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
.quickViewFieldContainer[data-v-04aea95c] {
    padding-top: 7px;
}
}
@media screen and (max-width: 599px) {
.quickViewFieldContainer[data-v-04aea95c] {
    margin-bottom: 10px;
}
}
.quickViewFieldContainer .titleContainer .titleExtraContainer[data-v-04aea95c] {
  position: fixed;
  right: 0px;
  z-index: 3;
}
.quickViewFieldContainer .titleContainer .propTitle[data-v-04aea95c] {
  color: #626C85;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 200%;
  margin-right: 6px;
}

/*# sourceMappingURL=chunk-common.eaa406aa.css.map*/