<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**/
/* Containers and global overrides */
/**/

#market-activity-application-map {
  position: relative;
}

#market-activity-market-map {
  height: 450px;
}
@media (max-width: 1024px) {
  .stat-display-open #market-activity-market-map {
    height: 560px;
  }
}

@media (min-width: 1024px) {
  #market-activity-market-map {
    height: 560px;
  }
}

@media (min-width: 1024px) {
  #market-activity-market-map {
    height: 875px;
  }
}

.mapboxgl-canvas-container {
  background: white;
}

@media (max-width: 1024px) {
  .mapboxgl-canvas {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 0 0 30px 30px;
  }
}

#market-activity-application-map .mapboxgl-control-container {
  display: none;
}

#market-activity-application-arrow {
  content: '';
  background: url("../img/arrow-5.svg") no-repeat;
  width: 52px;
  height: 30px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
  transition-property: top;
  transition-duration: 200ms;
  visibility: hidden;
}

@media (max-width: 575px) {
  #market-activity-application-arrow {
    bottom: 60px !important;
  }
}








/**/
/* Intro Section */
/**/

#market-activity-market-intro {
  position: absolute;
  top: 50px;
  right: 50%;
  z-index:9;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  transform: translateX(50%);
  width: 90%;
}

@media (min-width: 1024px) {
  #market-activity-market-intro {
    width: auto;
    top: 50%;
    right: 50%;
  }
}

.intro-summary {
  color: black;
  font-weight: 600;
  line-height: 27px;
  font-size: 18px;
}

.intro-headline {
  color: #CF0000;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 42px;
}

@media (min-width: 1024px) {

  .intro-headline {
    font-size: 2rem;
  }
}






/**/
/* Stats */
/**/

@media (max-width: 1024px) {
  .stat-display-open .market-activity-market-filter-label {
    display: none;
  }
  .stat-display-open .select-list-country {
    top: 15px;
  }
  .stat-display-open #market-activity-market-stats {
    padding-top: 100px;
  }
}

#market-activity-market-stats {
  opacity: 0;
  visibility: hidden;
  padding: 30px 17px 17px 17px;
  position: absolute;
  top: 0;
  border-radius: 0 0 30px 30px;
  width: 100%;
}

@media (max-width: 1024px) {
  .stat-display-open #market-activity-market-stats {
    height: 561px;
  }
}

@media (max-width: 1024px) {
  #market-activity-market-stats {
    height: 451px;
  }
}

/*@media (min-width: 1024px) {*/
/*  #market-activity-market-stats {*/
/*    height: 875px;*/
/*  }*/
/*}*/

#market-activity-market-stats.show {
  backdrop-filter: blur(2px);
}


@media (min-width: 1024px) {
  #market-activity-market-stats {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
  }
}

#market-activity-market-stats &gt; div {
  transition: all 1s ease;
  color: black;
}
@media (min-width: 1024px) {
  #market-activity-market-stats &gt; div {
    position: absolute;
  }
}

#market-activity-market-stats &gt; .stat-summary {
  top: 45%;
  right: 50%;
  font-weight: 700;
  font-size: 21px;
  max-width: 785px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-family: 'CostarBrownRegular', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  #market-activity-market-stats &gt; .stat-summary {
    font-size: 30px;
    transform: translate(50%, -50%);
    text-align: center;
    width: 900px;
  }
}

@media (min-width: 1400px) {
  #market-activity-market-stats &gt; .stat-summary {
    text-align: center;
  }
}

@media (min-width: 1600px) {
  #market-activity-market-stats &gt; .stat-summary {
      width: 35%;
  }
}

#market-activity-market-stats &gt; .stats-wrapper {
  bottom: 179px;
  right: 50%;
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  max-width: 1100px;
  flex-direction: column;
  transform: none;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #market-activity-market-stats &gt; .stats-wrapper {
    flex-direction: row;
    transform: translateX(50%);
  }
}

@media (max-width: 1024px) {
  #market-activity-market-stats &gt; .stats-wrapper {
    min-height: 275px;
  }
}

#market-activity-market-stats &gt; .stats-wrapper .stat-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  #market-activity-market-stats &gt; .stats-wrapper .stat-wrapper {
    text-align: start;
    margin-top: 0;
  }
}

#market-activity-market-stats &gt; .stats-wrapper .stat-wrapper .stat-wrapper-inner {
  display: flex;
}
@media (min-width: 1024px) {
  #market-activity-market-stats &gt; .stats-wrapper .stat-wrapper .stat-wrapper-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 10px;
  }
  .show#market-activity-market-stats &gt; .stats-wrapper .stat-wrapper .stat-wrapper-inner {
    animation: growin 2.5s 1;
  }
}

@keyframes growin {
  from {
    opacity: 0;
    transform: translateY(25px);

  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#market-activity-market-stats &gt; .stats-wrapper .stat-wrapper .stat-wrapper-inner .stat {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 14px;
  color: #CF0000;
  font-size: 42px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #market-activity-market-stats &gt; .stats-wrapper .stat-wrapper .stat-wrapper-inner .stat {
    position: static;
    padding-right: 0;
    line-height: 0.5;
    right: unset;
    top: unset;
    color: black;
  }
}

#market-activity-market-stats &gt; .stats-wrapper .stat-wrapper .stat-wrapper-inner .stat-label {
  margin-left: 50%;
  width: 134px;
  font-size: 18px;
  line-height: 1;
  text-align: start;
}
@media (min-width: 1024px) {
  #market-activity-market-stats &gt; .stats-wrapper .stat-wrapper .stat-wrapper-inner .stat-label {
    margin-left: 0;
    text-align: center;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .show .stat-wrapper {
    width: 170px; /* Set the size of the progress bar */
    height: 170px;
    position: absolute; /* Enable clipping */
    clip: rect(0px, 170px, 170px, 85px);
  }

  /* Set the sizes of the elements that make up the progress bar */
  .show .circle {
    width: 170px;
    height: 170px;
    border: 16px solid #CF0000;
    border-radius: 85px;
    position: absolute;
    clip: rect(0px, 85px, 170px, 0px);
  }

  .show .left {
    background: blue;
  }

  /* Using the data attributes for the animation selectors. */
  /* Base settings for all animated elements */
  .show div[data-anim~=base] {
    -webkit-animation-iteration-count: 1; /* Only run once */
    -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
    -webkit-animation-timing-function: linear; /* Linear animation */
  }

  .show .wrapper[data-anim~=wrapper] {
    -webkit-animation-duration: 0.01s; /* Complete keyframes asap */
    -webkit-animation-delay: 5s; /* Wait half of the animation */
    -webkit-animation-name: close-wrapper; /* Keyframes name */
  }

  .show .circle[data-anim~=left] {
    -webkit-animation-duration: 1.5s; /* Full animation time */
    -webkit-animation-name: left-spin;
  }

  .show .circle[data-anim~=right] {
    -webkit-animation-duration: .75s; /* Half animation time */
    -webkit-animation-name: right-spin;
  }

  /* Rotate the right side of the progress bar from 0 to 180 degrees */
  @-webkit-keyframes right-spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(180deg);
    }
  }
  /* Rotate the left side of the progress bar from 0 to 360 degrees */
  @-webkit-keyframes left-spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  /* Set the wrapper clip to auto, effectively removing the clip */
  @-webkit-keyframes close-wrapper {
    to {
      clip: rect(auto, auto, auto, auto);
    }
  }
}






/**/
/* Select list filters */
/**/

#market-activity-market-filter {
  background: white;
  z-index: 3;
  color: #000000;
  opacity: 1;
  transition-delay: 1s;
  transition: all 1s ease;
  padding: 30px 0 30px 0;
  visibility: visible;
  width: 100%;
}

@media (min-width: 1024px) {
  #market-activity-market-filter {
    opacity: 0;
    visibility: hidden;
  }
}

#market-activity-market-filter .select-list-has-value {
  color: #666;
}

@media (min-width: 1024px) {
  #market-activity-market-filter {
    position: absolute;
    background: transparent;
    padding-left: 110px;
    top: 30px;
  }
}

#market-activity-application-map div .show {
  visibility: visible;
  opacity: 1;
}
.select-list-country {
  margin-bottom: 40px;
  margin-left: 20px;
  font-size: 16px;
  position: absolute !important;
  top: 121px;
  left: 20px;
  z-index: 3;
}

@media (min-width: 461px) {
  .select-list-country {
    top: 90px;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .select-list-country {
    position: relative !important;
    top: unset;
    left: unset;
    margin-left: 40px;
  }
}
.select-list-country:before {
  content: '';
  background: url("../img/globe_icon.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .select-list-country:before {
    width: 40px;
    height: 40px;
    left: -40px;
  }
}

.select-list-country &gt; div {
  border: none;
  width: 100px;
  background: transparent;
}
#react-select-2-listbox {
  background: white;
}

.select-list-country &gt; div &gt; div &gt; span {
  display: none;
}

.market-activity-market-filter-label {
  width: calc(100% - 40px);
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (min-width: 1024px) {
  .market-activity-market-filter-label {
    width: 500px;
    position: relative;
    top: unset;
    left: unset;
    font-size: 36px;
  }
}

.select-wheel-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 700;
  position: relative;
  width: calc(100% - 60px);
  margin: 0 30px 35px 30px;
}

@media (min-width: 1025px) {
  .select-wheel-wrapper {
    display: flex;
    width: 372px;
    margin: 0 0 35px 0;
    position: absolute;
    right: 110px;
  }
  @media (min-width: 1600px) {
    .select-wheel-wrapper {
      position: static;
    }
  }

  .select-wheel-wrapper--market {
    top: 40px;
  }
  .select-wheel-wrapper--submarket {
    top: 120px;
  }
  .select-wheel-wrapper--property--type {
    top: 200px;
  }
}

.select-wheel-wrapper-disabled {
  opacity: .5;
}

.select-list-value {
  width: 100%;
  height: 38px;
  box-shadow:0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding-left: 13px;
  position: relative;
  color: #B1B3B0;
  background: white;
  z-index: 4;
}
@media (min-width: 1024px) {
  .select-list-value {
    width: 232px;
    overflow: hidden;
  }
}

.select-list-value:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border: 2px solid;
  border-color: transparent transparent black black;
  transform: rotate(-45deg) translateX(50%);
  border-radius: 2px;
  top: 50%;
  right: 13px;
}

.select-wheel-wrapper ul {
  margin-left: auto;
  width: 100% !important;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%) !important;
  padding: 0 !important;
  z-index: 5;
}

@media (min-width: 1024px) {
  .select-wheel-wrapper ul {
    width: 232px !important;
  }
}

.select-wheel-wrapper ul li {
  max-height: 40px;
  justify-content: center;
}

.select-wheel-wrapper ul li p {
  font-size: 14px !important;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding-right: 10px;
}

.select-wheel-wrapper ul li span {
  display: none;
}

.select-wheel-wrapper ul li[aria-selected="true"] p {
  justify-content: center;
  align-items: center;
  font-size: 20px !important;
  background: #F5F5F5;
  height: 38px;
  display: flex;
}


html {
  --scrollbarBG: #F5F5F5;
  --thumbBG: #CF0000;
}
.select-wheel-wrapper ul::-webkit-scrollbar {
  width: 11px;
}
.select-wheel-wrapper ul {
  scrollbar-width: thick;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.select-wheel-wrapper ul::-webkit-scrollbar-track {
  background: var(--scrollbarBG);

}
.select-wheel-wrapper ul::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
  height: 50px;
}






/**/
/* Snapshot button */
/**/

.button-snapshot {
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(50%);
  color: white;
  font-size: 1.25rem;
  background-color: #ce2027;
  text-transform: none;
  text-decoration: none;
  font-weight: 700;
  padding-top: 0.3rem;
  padding-right: 2rem;
  padding-bottom: 0.4rem;
  padding-left: 2rem;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0 0.1875rem 0 rgb(0 0 0 / 20%);
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -webkit-transition: background-color 350ms ease-in-out;
  -o-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
  text-align: center;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ce2027;
  width: auto;
  white-space: nowrap;
}

.button-snapshot:hover {
  background-color: #961e00;
  border-color: #961e00;
  color: white;
}






/**/
/*JS scroll step rules*/
/**/

.step-1:before {
  top: 50px;
}

.step-2:before {
  top: 16%;
  bottom: unset;
}

@media (min-width: 1024px) {
  .step-2:before {
    bottom: 30%;
    top: unset;
  }
}

.step-3:before {
  display: none;
}

.step-loaded:before {
  display: none;
}

@media (max-width: 1024px) {

  .market-activity-market-filter-label,
  .select-list-country {
    opacity: 0;
    transition: all 1s ease;
  }
  .step-3 .market-activity-market-filter-label,
  .step-3 .select-list-country,
  .step-loaded .market-activity-market-filter-label,
  .step-loaded .select-list-country {
    opacity: 1;
  }
}

</pre></body></html>