.top-section {
    width: 100%;
    height: 600px;
    /* height: 700px; */
    background: #000000;
    position: relative;
    z-index: 99;
    transition: all 600ms ease;
  }
  
  .top-section.add-height {
    height: 700px;
  }
  
  .top-section.generic-pages {
    height: 450px;
  }
  
  .top-section.generic-pages .generic-content {
    width: 95%;
    margin: 0 auto;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .top-section.generic-pages .generic-content h1 {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 110%;
    color: #ffffff;
  }
  
  .top-section .city-data-container {
    position: absolute;
    opacity: 0;
    /* visibility: hidden; */
  }
  
  .top-section .city-data-container.rankings {
    width: 700px;
    margin: 0 auto;
    height: 100%;
    left: 0;
    right: 0;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .top-section .city-data-container.rankings h1 {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 110%;
    color: #ffffff;
  }
  
  .top-section .city-data-container.rankings .search-bar {
    position: relative;
  }
  .top-section .city-data-container.rankings .search-bar .search-bar-text-box {
    margin-top: 40px;
    background: #000000;
    padding: 12px 25px;
    width: 570px;
    outline: 0;
    color: #ffffff;
    border-radius: 30px;
    border: solid 1px #4d4d4d;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  
  .top-section .city-data-container.rankings .search-bar .search-icon {
    display: block;
    position: absolute;
    right: 105px;
    margin-top: -33px;
    opacity: 1;
    cursor: pointer;
    transition: all 500ms ease;
  }
  .top-section .city-data-container.rankings .search-bar .search-icon.hide-icon {
    opacity: 0;
    filter: blur(5px);
  }
  
  .top-section .city-data-container.profiles-compare {
    height: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  /* .top-section .city-data-container.profiles-compare .right-data,
  .top-section .city-data-container.profiles-compare .left-data {
    padding-top: 100px;
  }
   */
  .top-section .city-data-container.profiles-compare .right-data img {
    max-width: 571px;
    width: 100%;
    height: 560px;
  }


  @media(max-width: 1600px){
    .top-section .city-data-container.profiles-compare .right-data img {
      width: 85%;
    }
  }
  .top-section .city-data-container.profiles-compare .left-data {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 992px) {
    .top-section .city-data-container.profiles-compare .left-data {
      width: 100%;
    }
  }
  
  .top-section .city-data-container.profiles-compare .left-data.border-right {
    border-right: solid 1px #1a1a1a;
  }
  
  .top-section .city-data-container.profiles-compare .right-data {
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  
  
  @media (max-width: 992px) {
    .top-section .city-data-container.profiles-compare .right-data {
      display: none;
    }
  }
  .top-section .city-data-container.active {
    opacity: 1;
    visibility: visible;
  }
  
  .top-section .city-data-container .cdc-container {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    filter: blur(20px);
    width: 100%;
    transform: translateY(180px);
    transition: all 600ms ease;
  }
  .top-section .city-data-container .cdc-container.search-container {
    width: 100%;
  }
  
  .top-section .city-data-container .cdc-container.show-this {
    opacity: 1;
    visibility: visible;
    filter: blur(0px);
    transform: translateY(0px);
  }
  .top-section .city-data-container .cdc-container .profile-selector {
    margin-top: 45px;
  }


  .top-section .city-data-container .cdc-container .profile-selector .profile-selector-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .top-section .city-data-container .cdc-container .profile-selector h1 {
    display: inline-block;
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    color: #ffffff;
    width: 70%;
  }
  @media (max-width: 992px) {
    .top-section .city-data-container .cdc-container .profile-selector h1 {
      font-size: 35px;
    }
  }
  .top-section .city-data-container .cdc-container .profile-selector h2 {
    display: inline-block;
    font-family: Tiempos, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #ffffff;
    width: 70%;
  }
  
  @media (max-width: 1140px){
    .top-section .city-data-container .cdc-container .profile-selector h2 {
      width: 50%;
    }
  }

  @media (max-width: 400px){
    .top-section .city-data-container .cdc-container .profile-selector h2 {
      font-size: 35px;
    }
  }


  .top-section .city-data-container .cdc-container .profile-selector .city-selector {
    display: inline-block;
    border: solid 1px #4d4d4d;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
    top: -10px;
    left: 10px;
  }
  .top-section .city-data-container .cdc-container .profile-selector .city-selector span {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #ffffff;
    padding: 5px 12px 6px 12px;
    transition: all 300ms ease;
  }
  
  .top-section .city-data-container .cdc-container .profile-selector .city-selector span img {
    display: inline-block;
    padding-left: 7px;
    position: relative;
    top: 3px;
  }
  
  .top-section .city-data-container .cdc-container .profile-selector .city-selector span.active {
    color: #c8dc00;
  }
  
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown {
    position: absolute;
    width: 300px;
    background: #000000;
    border: solid 1px #4d4d4d;
    border-radius: 10px;
    margin-top: 20px;
    display: none;
    opacity: 0;
    transition: all 300ms ease;
    z-index: 10;
  }
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown.active {
    display: block;
    opacity: 1;
  }
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-search {
    padding: 10px;
  }
  
  .top-section
    .city-data-container
    .cdc-container
    .profile-selector
    .city-selector
    .city-dropdown
    .city-search
    .city-search-box {
    width: 100%;
    outline: 0;
    background: #000000;
    color: #ffffff;
    border: solid 1px #4d4d4d;
    border-radius: 30px;
    padding: 8px 15px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-content {
    max-height: 500px !important;
  }
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-content p {
    border-top: solid 1px #1a1a1a;
    border-bottom: solid 1px #1a1a1a;
    padding: 10px 10px 10px 20px;
    width: calc(100% - 40px);
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    position: relative;
    transition: all 300ms ease;
    cursor: pointer;
    opacity: 0.95%;
  }
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown .city-content p:hover {
    background: rgba(77, 77, 77, 0.39);
  }
  
  .top-section
    .city-data-container
    .cdc-container
    .profile-selector
    .city-selector
    .city-dropdown
    .city-content
    p.selected {
    color: #c8dc00;
    background: rgba(77, 77, 77, 0.39);
  }
  
  .top-section
    .city-data-container
    .cdc-container
    .profile-selector
    .city-selector
    .city-dropdown
    .city-content
    p.selected:after {
      content: "";
      position: absolute;
      background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/urban-mobility-index-2023/images/check_icon_green.svg")
        center no-repeat;
      width: 20px;
      height: 20px;
      right: 10px;
      top: 8px;
  }
  
  .top-section
    .city-data-container
    .cdc-container
    .profile-selector
    .city-selector
    .city-dropdown
    .city-content
    p.disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: default !important;
  }
  
  @media (max-width: 1024px) {
    .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown.city-dropdown-right {
      right: 0;
    }
  }
  
  .top-section .city-data-container .cdc-container .scores-section .top-scores {
    display: grid;
    grid-template-columns: auto auto auto;
  }

  /* @media (max-width: 560px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores {
      gap: 14%;
    }
  } */


  @media (max-width: 540px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores {
      gap: 0;
    }
  }

  .top-section .city-data-container .cdc-container .scores-section .top-scores .left,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right {
    position: relative;
    display: inline-block;
    /* gap: 5px; */
  }

  .top-section .city-data-container .cdc-container .scores-section .top-scores .right {
    margin: 0 auto;
  }

  @media (max-width: 450px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores .right {
      margin: 0;
    }
  }

  @media (max-width: 400px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores .mid {
      padding-left: 15px;
    }
  }

  .top-section .city-data-container .cdc-container .scores-section .top-scores .left p,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid p,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right p {
      margin: 0 !important;
      display: inline-block;
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .title,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .title,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    display: inline-block;
  }

  @media (max-width:400px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores .left .title,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .title,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .right .title {
      font-size: 11px;
    }
  }
  
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .title .tooltip,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .title .tooltip,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .title .tooltip {
    font-size: 10px;
    position: relative;
    top: -2px;
    cursor: pointer;
  }
  
  
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

/* 
  @media (max-width: 500px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores {
      width: 100%;
    }
  } */
  
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text {
    position: relative;
  }
  
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 125%;
    color: #ffffff;
  }
  
  @media (max-width: 412px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-text,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-text,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-text {
      font-size: 25px!important;
    }
    
  }

  
  @media (max-width: 1200px) {
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-text,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-text {
    font-size: 28px;
  }
  
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-status,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-status,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-status {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }

  @media (max-width: 576px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-status,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-status,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-status {
      justify-content: left;
      right: -45px;
      width: 45px;
    }
  }

  @media (max-width: 375px) {
    .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-status,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-status,
    .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-status {
      justify-content: left;
      right: -40px;
      width: 40px;
    }
  }
.arrow-stats {
    display: block;
}
@media(max-width: 500px){
  .arrow-stats {
    display: none;
  }
}

  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .left
    .scores
    .score-text
    .rank-status
    .arrow-stats
    .hide-this,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .mid
    .scores
    .score-text
    .rank-status
    .arrow-stats
    .hide-this,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .right
    .scores
    .score-text
    .rank-status
    .arrow-stats
    .hide-this {
    display: none;
  }



  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .left
    .scores
    .score-text
    .rank-status
    .number-status,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .mid
    .scores
    .score-text
    .rank-status
    .number-status,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .right
    .scores
    .score-text
    .rank-status
    .number-status {
    display: inline-block;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
  }
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .left
    .scores
    .score-text
    .rank-status
    .number-status.green,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .mid
    .scores
    .score-text
    .rank-status
    .number-status.green,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .right
    .scores
    .score-text
    .rank-status
    .number-status.green {
    color: #26cf73;
  }
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .left
    .scores
    .score-text
    .rank-status
    .number-status.red,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .mid
    .scores
    .score-text
    .rank-status
    .number-status.red,
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .top-scores
    .right
    .scores
    .score-text
    .rank-status
    .number-status.red {
    color: #ff2b3d;
  }
  

  .top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .scores
  .score-text
  .rank-status
  .number-status.yellow,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .number-status.yellow,
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .right
  .scores
  .score-text
  .rank-status
  .number-status.yellow {
  color: #FFBE00;
}
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .new-tag,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .new-tag,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .new-tag {
    position: absolute;
    top: 0px;
    right: -30px;
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .new-tag span,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .new-tag span,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .new-tag span {
    background: #c8dc00;
    padding: 5px 8px;
    border-radius: 20px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .bottom-title,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .bottom-title,
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .bottom-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    margin: 0;
  }
  
  .top-section .city-data-container .cdc-container .scores-section .bottom-scores {
    width: 100%;
  }
  .top-section .city-data-container .cdc-container .scores-section .bottom-scores .profile-scores-table {
    width: 100%;
    margin-top: 44px;
    border-collapse: collapse;
  }

  .top-section .city-data-container .cdc-container .scores-section .bottom-scores .profile-scores-table tr td {
    padding: 8px 0;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.16px;
    color: #999999;
  }


  @media (max-width: 768px) {
    .top-section .city-data-container .cdc-container .scores-section .bottom-scores .profile-scores-table tr td {
      font-size: 14px;
    }
  }
  
  .top-section .city-data-container .cdc-container .scores-section .bottom-scores .profile-scores-table tr {
    border-bottom: 1px solid #4d4d4d;
  }
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .bottom-scores
    .profile-scores-table
    tr
    td:nth-of-type(2) {
    width: 100px;
    text-align: right;
  }
  .top-section
    .city-data-container
    .cdc-container
    .scores-section
    .bottom-scores
    .profile-scores-table
    tr
    td:nth-of-type(2)
    span {
    color: #ffffff;
  }
  
  .top-section .city-data-container .cdc-container .city-summary-header {
    transition: all 600ms ease;
  }
  .top-section .city-data-container .cdc-container .city-summary-header.hide-this {
    filter: blur(20px);
    transform: translateY(100px);
    opacity: 0;
  }
  
  .top-section .city-data-container .cdc-container .city-summary {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  
  .top-section .city-data-container .cdc-container .city-summary.hide-this {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  
  .top-section .city-data-container .cdc-container .city-data-container-left {
    /* padding-right: 50px; */
    margin-top: 44px;
    transition: all 600ms ease;
    opacity: 1;
    transform: translateY(0px);
    filter: blur(0px);
  }
  .top-section .city-data-container .cdc-container .city-data-container-left.hide-this {
    filter: blur(20px);
    transform: translateY(100px);
    opacity: 0;
  }
  
  .top-section .city-data-container .cdc-container .city-data-container-right {
    margin-top: 44px;
    transition: all 600ms ease;
    opacity: 1;
    transform: translateY(0px);
    filter: blur(0px);
  }
  .top-section .city-data-container .cdc-container .city-data-container-right.hide-this {
    filter: blur(20px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
  }
  
  
  @media (max-width: 992px) {
    /* .top-section {
      height: 650px;
    } */
    .top-section .city-data-container.rankings {
      width: 95%;
      margin: 0 auto;
      top: 0px;
    }
    .top-section .city-data-container.rankings .search-bar h1 {
      font-size: 46px;
    }
    .top-section .city-data-container.rankings .search-bar .search-bar-text-box,
    .top-section .city-data-container.rankings .search-bar .search-icon {
      display: none;
    }
  
    .top-section.profiles-compare-only {
      display: none;
    }
  }
  
  
  .tooltip-parent {
    display: inline-block;
    position: relative;
  }
  .tooltip-parent.tooltip-ranking {
    text-align: left !important;
  }
  .tooltip-parent.tooltip-ranking span {
    left: 3px;
  }
  .tooltip-parent.tooltip-profiles {
    font-size: 10px;
    position: relative;
    top: 2px;
    left: 2px;
    display: inline-block;
    cursor: pointer;
  }
  .tooltip-parent.tooltip-profiles span {
    color: #999;
  }
  .tooltip-parent span {
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    position: relative;
    top: -5px;
    line-height: 22px;
    letter-spacing: -0.16px;
    color: #000;
    cursor: pointer;
  }
  .tooltip-parent .tooltip-content {
    display: none;
    position: absolute;
    width: 300px;
    background: #1a1a1a;
    /* border: solid 1px #4d4d4d; */
    z-index: 10;
    padding: 10px;
    top: 25px;
    left: -15px;
    /* border-radius: 8px; */
    font-family: Inter, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    z-index: 1;
  }
  .tooltip-parent .tooltip-content:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #4d4d4d transparent;
  }
  .tooltip-parent .tooltip-content:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000000 transparent;
  }
  .tooltip-parent .tooltip-content.flip {
    left: unset;
    right: -20px;
  }
  .tooltip-parent .tooltip-content.flip:before {
    left: unset;
    right: 14px;
  }
  .tooltip-parent .tooltip-content.flip:after {
    content: "";
    left: unset;
    right: 14px;
  }
  .tooltip-parent:hover .tooltip-content {
    display: block;
  }

  .profiles-container .tooltip-parent {
    pointer-events: none !important;
  }
  @media (max-width: 768px) {
    .tooltip-parent .tooltip-content {
      /* display: block; */
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: unset;
      background: #fff;
      height: 300px;
      width: 100%;
      z-index: 101;
      opacity: 1;
      visibility: visible;
      max-height: unset;
      border-radius: unset;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      box-shadow: unset;
      border: none;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.16px;
      padding: 0;
      transition: all 300ms ease;
      transform: translateY(800px);
      z-index: 1001;
    }

    .tooltip-parent .tooltip-content:after,
    .tooltip-parent .tooltip-content:before {
      display: none;
    }

    .tooltip-parent:hover .tooltip-content {
      display: none;
    }
    .tooltip-parent .tooltip-content .responsive-title {
      display: none;
      text-align: center;
      font-family: "Noto Sans";
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      letter-spacing: -0.16px;
      color: #202020;
      padding: 40px 0 10px 0;
      border-bottom: solid 2px #dadada;
    }


    .mobile-tooltip-desc .responsive-title {
      display: block;
    }
    .tooltip-parent .tooltip-content .tooltip-desc {
      padding: 20px;
    }
  }
  @media (max-width: 768px) and (max-width: 768px) {
    .tooltip-parent.tooltip-parent-active .tooltip-content {
      transform: translateY(0px);
    }
    .tooltip-parent.tooltip-parent-active .tooltip-mobile-overlay {
      visibility: visible;
      opacity: 1;
    }
  }



.mobile-tooltip {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.16px;
  color: #4d4d4d;
  position: relative;
  top: -3px;
  cursor: pointer;
}

.mobile-tooltip-container,
.mobile-tooltip-container-profiles {
  display: none;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.mobile-tooltip-container .bg-overlay,
.mobile-tooltip-container-profiles .bg-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 300ms ease;
}
.mobile-tooltip-container .tooltip-content,
.mobile-tooltip-container-profiles .tooltip-content {
  height: 300px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  z-index: 101;
  transform: translateY(300px);
  pointer-events: none;
  transition: all 300ms ease;
}
.mobile-tooltip-container .tooltip-content .tooltip-desc,
.mobile-tooltip-container-profiles .tooltip-content .tooltip-desc {
  padding: 20px;
}
.mobile-tooltip-container .tooltip-content .tooltip-content-category,
.mobile-tooltip-container-profiles .tooltip-content .tooltip-content-category {
  display: none;
}
.mobile-tooltip-container .tooltip-content .tooltip-content-category .mobile-responsive-title,
.mobile-tooltip-container-profiles .tooltip-content .tooltip-content-category .mobile-responsive-title {
  text-align: center;
  padding: 25px 20px 20px 20px;
  border-bottom: solid 1px #e6e6e6;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #202020;
}
.mobile-tooltip-container .tooltip-content .tooltip-content-category .mobile-tooltip-desc,
.mobile-tooltip-container-profiles .tooltip-content .tooltip-content-category .mobile-tooltip-desc {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.12px;
  color: #000000;
  padding: 20px;
}
.mobile-tooltip-container .tooltip-content .tooltip-content-category.active,
.mobile-tooltip-container-profiles .tooltip-content .tooltip-content-category.active {
  display: block;
}
.mobile-tooltip-container.active,
.mobile-tooltip-container-profiles.active {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
.mobile-tooltip-container.active .bg-overlay,
.mobile-tooltip-container-profiles.active .bg-overlay {
  opacity: 1;
  visibility: visible;
}
.mobile-tooltip-container.active .tooltip-content,
.mobile-tooltip-container-profiles.active .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 992px) {
  .mobile-tooltip-container,
  .mobile-tooltip-container-profiles {
    display: block;
  }
}
  
  /* h2 {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    padding: 0;
    margin: 0;
  } */
  
  @media (max-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 120%;
    }
  }
  
  h3 {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 30px;
    opacity: 0.95;
  }
  
  @media (max-width: 576px) {
    h3 {
      font-size: 20px;
    }
  }
  
  h4 {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
  }
  
  @media (max-width: 576px) {
    h4 {
      font-size: 20px;
    }
  }
  
  p {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 20px;
  }
  
  
  a {
    font-family: Tiempos, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    /* text-decoration: underline; */
  }
  
  /* @media (max-width: 576px) {
    a {
      font-size: 16px;
    }
  } */
  
  a:hover {
    color: #000000;
  }
  
  
  
  .bg-light-grey {
    background-color: #E7E6F0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 150px 20px;
  }

  @media (max-width: 768px){
    .bg-light-grey {
      padding: 50px 20px 50px 20px;
    }
  }
  
  .bg-black {
    background-color: #000000;
  }
  
  .white {
    color: #ffffff;
  }
  
  .section {
    padding: 80px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  @media (max-width: 768px) {
    .section {
      padding: 40px 0px;
    }
  }
  
  .container {
    width: 100%;
    margin-top: 0 !important;
    /* padding: 0 175px; */
    max-width: 1370px;
    margin: 0 auto;
  }
  
  
  @media (max-width: 1490px){
    .container{
      padding: 0 20px;
    }
  }
  
  @media (max-width: 600px){
    .container {
      padding: 0 10px;
    }
  }

  
  
  .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  /* .slick-slider div {
    margin-right: 20px;
  }
  
  .slick-img {
    margin-bottom: 30px;
  }
  
  .slick-data {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 5px;
  }
  
  .slick-slider .item:hover a,
  .slick-slider .item:active a {
    text-decoration: none !important;
  }
  
  .related-content:active a {
    text-decoration: none;
  }
  
  .slick-heading {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 0px;
  }
  
  .slick-list {
    padding: 0 15% 0 0 !important;
  }
  
  
  .slick-data-mobile {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: #999999;
    margin-bottom: 10px;
  }
  
  .slick-heading-mobile {
    font-family: Tiempos, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 0px;
  } */
  
  ul {
    list-style: none;
  }
  
  
  /* #timepicker {
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
    scroll-behavior: smooth;
  }
  
  .timepicker {
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
    scroll-behavior: smooth;
  }
  
  .underline {
    text-decoration: underline !important;
  }
  
  
    #timepicker {
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
    scroll-behavior: smooth;
  }
  
  .timepicker {
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
    scroll-behavior: smooth;
  }
  
  
  @media screen and (max-width: 910px) {
  
    #timepicker {
      white-space: nowrap;
      padding: 15px 0;
    }
  
    .timepicker {
      white-space: nowrap;
      padding: 15px 0;
    }
  
  }
  
  .scrollbar-inner > .scroll-element,
  .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
  }
  
  .scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
  }
  
  .scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
  }
  
  .scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
  }
  
  .scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
  }
  
  .scrollbar-inner > .scroll-element .scroll-element_outer,
  .scrollbar-inner > .scroll-element .scroll-element_track,
  .scrollbar-inner > .scroll-element .scroll-bar {
    border-radius: 8px;
  }
  
  .scrollbar-inner > .scroll-element .scroll-element_track,
  .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
  }
  
  .scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
  }
  
  .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
  }
  
  .scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
  }
  
  .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
  }
  
  .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
  }
  
  .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
  }
  
  .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
  }
  
  .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
  }
  
  .green-link {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 2px solid #C8DC00;
    cursor: pointer;
    color: #000000;
  }
  .green-link:hover {
    background-color: #C8DC00;
    border-bottom: nones;
    padding-bottom: 0;
  } */
  
  
  /* City Profile - shams*/
  #city-stats{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #000000;
  }
  
  #city-article{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 80px 0;
  }

  @media (max-width: 1140px) {
    #city-article{
      margin-top: 40px;
    }
  }
  
  .city-article-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
  }
  @media (max-width: 992px) {
    .city-article-container{
      position: relative;
      height: 100%;
      width: 100%;
    }
  }
  @media (max-width: 1140px) {
    .city-article-container{
      gap: 40px
    }
  }
  
  .city-article-container .strenghts,
  .city-article-container .weaknesses,
  .city-article-container .recommendations {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  
  /* .city-article-container .strenghts h2,
  .city-article-container .weaknesses h2,
  .city-article-container .recommendations h2 {
    font-family: Tiempos, serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 50%;
  } */
  
  @media (max-width: 1140px) {
    .city-article-container .strenghts h2,
    .city-article-container .weaknesses h2,
    .city-article-container .recommendations h2 {
      width: 100%;
    }
  }
  
  
  .city-article-container .strenghts .content-exhibit,
  .city-article-container .weaknesses .content-exhibit,
  .city-article-container .recommendations .content-exhibit {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 86px;
    width: 100%
  }
  
  
  @media screen and (max-width: 1140px) {
      .city-article-container .strenghts .content-exhibit,
      .city-article-container .weaknesses .content-exhibit,
      .city-article-container .recommendations .content-exhibit {
        flex-direction: column;
        align-items: center;
        gap: 30px;
      }  
  }
  
  .city-article-container .strenghts .content-exhibit .content,
  .city-article-container .weaknesses .content-exhibit .content,
  .city-article-container .recommendations .content-exhibit .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:left;
    width: 50%;
    font-family: Tiempos, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 165%;
  }
  
  @media screen and (max-width: 1140px) {
    .city-article-container .strenghts .content-exhibit .content,
    .city-article-container .weaknesses .content-exhibit .content,
    .city-article-container .recommendations .content-exhibit .content {
      width: 100%;
    }  
  }
  


.city-article-container .strenghts .content-exhibit .exhibit .iframe-title,
.city-article-container .weaknesses .content-exhibit .exhibit .iframe-title,
.city-article-container .recommendations .content-exhibit .exhibit .iframe-title{
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
}

.city-article-container .strenghts .content-exhibit .exhibit .iframe-title:nth-child(1),
.city-article-container .weaknesses .content-exhibit .exhibit .iframe-title:nth-child(1),
.city-article-container .recommendations .content-exhibit .exhibit .iframe-title:nth-child(1) {
  width: calc(100% - 50px) !important;
}
  .city-article-container .strenghts .content-exhibit .exhibit,
  .city-article-container .weaknesses .content-exhibit .exhibit,
  .city-article-container .recommendations .content-exhibit .exhibit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:left;
    width: 50%;
  }
  
  @media screen and (max-width: 1140px) {
    .city-article-container .strenghts .content-exhibit .exhibit,
    .city-article-container .weaknesses .content-exhibit .exhibit,
    .city-article-container .recommendations .content-exhibit .exhibit {
      width: 100%;
    }  
  }
  
  .city-article-container .strenghts .content-exhibit .exhibit h4,
  .city-article-container .weaknesses .content-exhibit .exhibit h4,
  .city-article-container .recommendations .content-exhibit .exhibit h4 {
    font-family: Inter, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
  }
  
  .city-article-container .strenghts .content-exhibit .exhibit img,
  .city-article-container .weaknesses .content-exhibit .exhibit img,
  .city-article-container .recommendations .content-exhibit .exhibit img {
    width: 645px;
    height: 443px
  }
  
  
  @media screen and (max-width: 1024px) {
  .city-article-container .strenghts .content-exhibit .exhibit img,
  .city-article-container .weaknesses .content-exhibit .exhibit img,
  .city-article-container .recommendations .content-exhibit .exhibit img {
    width: 100%;
    height: 443px
  }
  }
 
  
  
  

/* Mobile profile page */
section#mobile-profile-page {
  display: none;
  height: 100vh;
  /* padding: 0 20px; */
  position: relative;
}
section#mobile-profile-page .search-city {
  width: 100%;
  height: 100%;
  position: relative;
}

section#mobile-profile-page .search-city .search-city-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
}

section#mobile-profile-page .search-city .search-city-content h4 {
  color: #000;
  text-align: center;
  font-family: Inter, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  margin: 0;
  padding: 0;
}


section#mobile-profile-page .search-city .search-city-content p {
  color: #000;
  text-align: center;
  font-family: Inter, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  text-align: center;
  padding: 0;
}


section#mobile-profile-page .search-city .search-city-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: sticky;
  float: right;
  right: 0;
  /* padding-bottom: 20px; */
  bottom: 0;
}
section#mobile-profile-page .search-city .search-city-icon a{
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 100px;
  position: relative;
  transition: all 300ms ease;
}
section#mobile-profile-page .search-city .search-city-icon a span {
  padding-right: 8px;
  color: #C8DC00;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

section#mobile-profile-page .search-city .search-city-icon a img {
  width: 15px;
  height: 15px;
}


@media (max-width: 992px) {
  section#mobile-profile-page {
    display: block;
  }
}

.newpar,
.section {
  display: none;
}


.mobile-city-list {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}
.mobile-city-list .bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.mobile-city-list .city-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 100%;
  height: 600px;
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */
  transform: translateY(700px);
  transition: all 200ms ease;
}

@media (max-width: 992px) {
  .mobile-city-list.active {
    visibility: visible;
    z-index:100;
    opacity: 1;
  }
  .mobile-city-list.active .city-list {
    transform: translateY(0);
  }
}
.mobile-city-list .city-list .mobile-city-list-search-bar {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .mobile-search-bar {
  background: #f2f2f2;
  border-radius: none !important;
  outline: 0;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 12px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .mobile-city-list .city-list .mobile-city-list-search-bar .mobile-search-bar {
    width: 84%;
    padding-right: 22px;
    padding-left: 22px;
    /* padding: 12px 22px; */
  }
}
.mobile-city-list .city-list .mobile-city-list-search-bar .search-bar-container {
  position: relative;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .search-bar-container .mobile-search-icon {
  position: absolute;
  right: 25px;
  top: 13px;
  opacity: 1;
  transition: all 300ms ease;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .search-bar-container .mobile-search-icon.hide-icon {
  opacity: 0;
  filter: blur(5px);
}
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2 {
  height: 450px;
}

.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link a,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1 .mobile-city-name-link,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2 .mobile-city-name-link {
  font-family: Inter, sans-serif;
  display: block;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  /* border-bottom: solid 1px #e6e6e6; */
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  transition: all 300ms ease;
}

.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link a{
  text-decoration: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link-title,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-ranking .mobile-city-name-link-title,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1 .mobile-city-name-link-title,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2 .mobile-city-name-link-title {
  font-family: Inter, sans-serif;
  display: block;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  transition: all 300ms ease;
}


.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link-title{
  font-family: Inter, sans-serif;
  display: block;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  transition: all 300ms ease;
}

.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-ranking .mobile-city-name-link.back-color,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link.back-color,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1 .mobile-city-name-link.back-color,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2 .mobile-city-name-link.back-color {
  background: rgba(153, 153, 153, 0.1) !important;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .border-top,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-ranking .border-top,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1 .border-top,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2 .border-top {
  border-top: 1px solid #e6e6e6;
}


.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link:hover,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1 .mobile-city-name-link:hover,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2 .mobile-city-name-link:hover {
  background: rgba(153, 153, 153, 0.13);
}
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link.active,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1 .mobile-city-name-link.active,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2 .mobile-city-name-link.active {
  background: rgba(153, 153, 153, 0.13);
  pointer-events: none;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown .mobile-city-name-link.active:after,
.mobile-city-list
  .city-list
  .mobile-city-list-search-bar
  .city-list-dropdown-compare-1
  .mobile-city-name-link.active:after,
.mobile-city-list
  .city-list
  .mobile-city-list-search-bar
  .city-list-dropdown-compare-2
  .mobile-city-name-link.active:after {
  content: "";
  position: absolute;
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/urban-mobility-index/images/icon-black-check.svg")
    center no-repeat;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 15px;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown.hide-this,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-1.hide-this,
.mobile-city-list .city-list .mobile-city-list-search-bar .city-list-dropdown-compare-2.hide-this {
  display: none;
}

.mobile-city-list .city-list .mobile-city-list-search-bar .compare-buttons {
  display: flex;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 20px;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .compare-buttons .city-button {
  width: 50%;
  border: solid 2px #f2f2f2;
  background: #f2f2f2;
  display: inline-block;
  cursor: pointer;
  transition: all 300ms ease;
  padding: 8px 0;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .compare-buttons .city-button span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}
.mobile-city-list .city-list .mobile-city-list-search-bar .compare-buttons .city-button.active {
  background: #ffffff;
}
  
  @media (max-width: 992px) {
    section#mobile-profile-page {
      display: block;
    }
  }


  .cc-mobile.active {
    display: none;
  }
  @media (max-width: 992px) {
    .cc-mobile.active {
      display: block !important;
      
    }
  
  .content.cc-mobile {
      /* width: 96%; */
      height: 100vh;
      right: 10px;
    }
  }


  @media (max-width: 992px) {
    .mobile-city-selector {
      position: -webkit-sticky;
      position: sticky;
      padding-bottom: 20px;
      float: right;
      /* margin-bottom: -50px; */
      top: calc(env(safe-area-inset-top) + 90%);
      z-index: 6;
    }
    .mobile-city-selector .selector-container {
      background: #000000;
      width: 100px;
      height: 45px;
      transition: all 300ms ease;
      cursor: pointer;
      position: relative;
    }
    .mobile-city-selector .selector-container span {
      position: absolute;
      color: #c8dc00;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 200ms ease;
      left: 40%;
      opacity: 1;
      font-family: Inter, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 150%;
    }
    .mobile-city-selector .selector-container img {
      transition: all 300ms ease;
      position: absolute;
      right: 15px;
      top: 15px;
      background: #000000;
    }
    .mobile-city-selector .selector-container.fixed {
      width: 45px;
    }
    .mobile-city-selector .selector-container.fixed span {
      opacity: 0;
      color: #000000;
    }
    
  }
    
/* Share mobile menu */

.share-cta-mobile {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.share-cta-mobile.active {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  display: block;
}


.share-cta-mobile.active .share-menu-mobile {
  opacity: 1;
  z-index: 101;
  visibility: visible;
  position: fixed;
  left:0;
  bottom:0;
  right:0;
  height: 300px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* height: calc(100vh - 600px);  */
  transition: all 400s ease;
}

@media (max-width: 992px) {
  .share-cta-mobile.active .share-menu-mobile{
    transform: translateY(0);
  }
}

.share-cta-mobile .bg-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 300ms ease;
}
.share-cta-mobile.active .bg-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
}


.share-cta-mobile.active .share-mobile-list {
  position: fixed;
  left:0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  height: 88%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* height: calc(100vh - 600px); */
} 

.share-cta-mobile.active .share-mobile-list ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.share-cta-mobile.active .share-mobile-list ul li a {
  text-decoration: none;
  cursor: pointer;
  color: var(--ow-primary-black, #000);
  font-family: Inter,serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  display: block;
  width: 100%;
}
.share-cta-mobile.active .share-mobile-list ul li {
  padding: 15px 20px;
}
.share-cta-mobile.active .share-mobile-list ul li:hover {
  background-color: rgba(153, 153, 153, 0.10);
}

.share-cta-mobile.active .share-mobile-list ul li.share-mobile-title:hover{
  background-color: #FFFFFF !important;
}

.share-cta-mobile.active .share-mobile-list ul li.share-mobile-title{
  border-bottom: 1px solid #E6E6E6;
}
.share-cta-mobile.active .share-mobile-list ul li.share-mobile-title a{
  font-weight: 600 !important;
}



.scroll-wrapper {
  /* overflow: hidden !important; */
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  /* border-radius: 8px; */
  width: 3px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  /* background-color: #c2c2c2; */
  background-color: #474545;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
/* .custom-widget {
  overflow-x: hidden;
} */
