body {
  overflow-y: visible;
  margin: 0 auto;
  padding: 0;
}

html {
  overflow-y: visible;
  margin: 0 auto;
  padding: 0;
}

.top-section {
  width: 100%;
  height: 900px;
  background: #000000;
  position: relative;
  z-index: 99;
  transition: all 600ms ease;
}
.top-section .city-data-container {
  position: absolute;
  opacity: 0;
}
.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 .profile-selector .profile-selector-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-section .city-data-container .cdc-container .profile-selector h2 {
  display: inline-block;
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  color: #ffffff;
}
.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 .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;
}
.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;
}
.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 .scores-section .top-scores {
  display: flex;
  justify-content: left;
  gap: 170px;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left {
  position: relative;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .title .tooltip {
  font-size: 10px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text {
  position: relative;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #ffffff;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-status {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .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 {
  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 {
  color: #26cf73;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .left
  .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 {
  color: #ffbe00;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .left .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 {
  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 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid {
  position: relative;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #999999;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .title .tooltip {
  font-size: 10px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text {
  position: relative;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #ffffff;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-status {
  position: absolute;
  top: 0px;
  right: -50px;
  width: 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .arrow-stats
  .hide-this {
  display: none;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .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
  .mid
  .scores
  .score-text
  .rank-status
  .number-status.green {
  color: #26cf73;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .number-status.red {
  color: #ff2b3d;
}
.top-section
  .city-data-container
  .cdc-container
  .scores-section
  .top-scores
  .mid
  .scores
  .score-text
  .rank-status
  .number-status.yellow {
  color: #ffbe00;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .new-tag {
  position: absolute;
  top: 0px;
  right: -30px;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .mid .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 .mid .bottom-title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.top-section .city-data-container .cdc-container .scores-section .top-scores .right {
  position: relative;
}
.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: 13px;
  line-height: 16px;
  color: #999999;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
.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 .right .scores {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.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 .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;
}
.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: flex-end;
  justify-content: center;
  gap: 2px;
}
.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
  .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
  .right
  .scores
  .score-text
  .rank-status
  .number-status.green {
  color: #26cf73;
}
.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
  .right
  .scores
  .score-text
  .rank-status
  .number-status.yellow {
  color: #ffbe00;
}
.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 .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 .right .bottom-title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.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;
}
.top-section .city-data-container .cdc-container .scores-section .bottom-scores .profile-scores-table tr td {
  border-bottom: solid 1px #4d4d4d;
  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;
}
.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 {
  transition: all 600ms ease;
}
.top-section .city-data-container .cdc-container .city-summary.hide-this {
  filter: blur(20px);
  transform: translateY(100px);
  opacity: 0;
}
.top-section .city-data-container .cdc-container .city-data-container-left {
  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;
}
.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.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 {
  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;
}
.top-section .city-data-container.profiles-compare .left-data {
  padding-top: 200px;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.top-section .city-data-container.profiles-compare .right-data {
  padding-top: 200px;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.top-section .city-data-container.profiles-compare .left-data.border-right {
  border-right: solid 1px #1a1a1a;
}
.top-section .city-data-container.active {
  opacity: 1;
  visibility: visible;
}

.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;
}

.tooltip-parent {
  display: inline-block;
  position: relative;
}
.tooltip-parent span {
  font-family: "Noto Sans";
  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: #000000;
  border: solid 1px #4d4d4d;
  z-index: 10;
  padding: 10px;
  top: 25px;
  left: -15px;
  border-radius: 8px;
  font-family: "Noto Sans";
  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;
}

.tooltip-parent.tooltip-home span {
  font-family: "Inter", sans-serif !important;
  color: #000;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  left: -3px;
}
.tooltip-parent.tooltip-home .tooltip-content {
  left: -19px;
}

.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;
}

.index-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-container .content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 300ms ease;
}
.index-container .content.active {
  z-index: 5;
  visibility: visible;
  opacity: 1;
}
.index-container .content.cc-rankings .table-content .rankings-table {
  width: 100%;
  margin-top: 20px;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th {
  padding: 15px 10px;
  width: 100px;
  text-align: right;
  transition: all 300ms ease;
  cursor: pointer;
  border-bottom: solid 1px #000000;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th:nth-of-type(1) {
  width: 5%;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting {
  cursor: pointer;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting img {
  display: inline-block;
  padding-right: 10px;
  opacity: 0;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting img.show {
  opacity: 1;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th .sorting img.flip {
  opacity: 1 !important;
  transform: rotateX(180deg);
}
.index-container .content.cc-rankings .table-content .rankings-table tr td {
  padding: 15px 10px;
  width: 100px;
  text-align: right;
  transition: all 300ms ease;
  cursor: pointer;
}
.index-container .content.cc-rankings .table-content .rankings-table tr td:nth-of-type(1) {
  width: 5%;
}
.index-container .content.cc-rankings .table-content .rankings-table tr td a {
  color: #000000;
  outline: 0;
  transition: all 300ms ease;
  cursor: pointer;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th.text-left {
  text-align: left;
}
.index-container .content.cc-rankings .table-content .rankings-table tr td.text-left {
  text-align: left;
}
.index-container .content.cc-rankings .table-content .rankings-table tr th.text-center {
  text-align: center;
}
.index-container .content.cc-rankings .table-content .rankings-table tr td.text-center {
  text-align: center;
}

.h1-100 {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

.h1-70 {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 110%;
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}

.h1-60 {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  color: #ffffff;
  text-align: left;
  margin: 0px;
}

h2 {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 150%;
  color: #0e0e0e;
  padding: 0;
  margin: 0;
}

h3 {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin: 0;
  margin-bottom: 30px;
}

h4 {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  margin: 0;
  margin-bottom: 15px;
}

.h4-home {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

p {
  color: #0e0e0e;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0;
  margin-bottom: 20px;
}


.exhibit-title-home {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}

.exhibit-source-home {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 50px;
}

.exhibit-subtitle {
  font-family: "Inter", sans-serif !important;
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
}

.exhibit-note{
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 0px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .exhibit-note{
    display:none;
  }
}


.lead {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  color: #f2f2f2;
  max-width: 800px;
  text-align: center;
  margin-bottom: 0px;
}

a {
  font-family: Tiempos, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
a:hover {
  color: #000000;
}

.hero-link {
  font-family: Tiempos, serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  text-decoration: underline;
}
.hero-link:hover {
  color: #c8dc00;
}

.white-link {
  color: #ffffff;
}

.bg-light-grey {
  background-color: #f2f2f2;
  position: relative;
}

.bg-black {
  background-color: #000000;
}

.white {
  color: #ffffff;
}

.neon-underline {
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 2px solid #c8dc00;
}

.section {
  padding: 80px 0px;
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  margin-top: 0px !important;
  padding: 0px 175px;
  max-width: 1366px;
  margin: 0 auto;
}

.read-more {
  max-height: 450px;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
.read-more .trigger {
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding-top: 150px;
  background-image: linear-gradient(0deg, #fff 30%, rgba(244, 227, 227, 0.06) 100%);
}
.read-more .trigger a {
  font-family: Inter, sans-serif;
  color: black;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33%;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pr-30 {
  padding-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.max-width-380 {
  max-width: 380px;
}

.hero-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-top: 80px;
  height: 100%;
}
.hero-home .hero-banner {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .hero-home .hero-banner {
    margin-top: 0px;
  }
}
.hero-home .hero-banner svg {
  width: 100%;
}
.hero-home .hero-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin-top: 0px !important;
  padding: 0px 175px;
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 995px) {
  .hero-home .hero-box {
    top: 20%;
    padding: 0px 120px;
  }
}
@media (max-width: 850px) {
  .hero-home .hero-box {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .hero-home .hero-box {
    padding: 0 10%;
    top: 35%;
  }
}
@media (max-width: 576px) {
  .hero-home .hero-box {
    padding: 0 10px;
  }
}


.hero-about {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-bottom: 130px;
  padding-top: 200px;
  height: 100%;
}
.hero-about .hero-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.home-img-box {
  margin-bottom: 30px;
}

.hero-1 {
  padding-top: 217px;
  padding-bottom: 100px;
}

.separator {
  max-width: 1350px;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

.col-gap-30 div {
  margin-right: 30px;
}
.col-gap-30 div:last-child {
  margin-right: 0px;
}

.col-gap-20 div:last-child {
  margin-right: 0px;
}

.no-line-break {
  white-space: nowrap;
}

.highlight-new-box {
  background-color: #c8dc00;
  border-radius: 10px;
  padding: 3px 6px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 22px;
  color: #000000;
  margin: 0px;
}

.slick-slider div {
  margin-right: 20px;
}
.slick-slider .item:hover a {
  text-decoration: none !important;
}
.slick-slider .item:active a {
  text-decoration: none !important;
}

.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;
}

.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;
}

.mobile-box-releted-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 20px;
}

.no-border {
  border: none !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;
}

.width-70percentage {
  width: 70%;
}

.width-30percentage {
  width: 30%;
}

.pr-20 {
  padding-right: 20px;
}

.video-baner {
  width: 100%;
  height: 698px;
  -o-object-fit: cover;
  object-fit: cover;
}

.index-bg {
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/urban-mobility-index-2023/images/mobility-index-banner-image_about.jpg");
  background-size: cover;
  width: 100%;
  height: 445px;
  background-position: center;
}

.index-bg-1 {
  background: url("/content/dam/oliver-wyman/ow-forum/template-scripts/urban-mobility-index-2023/images/mobility-index-banner-image_main.jpg");
  background-size: cover;
  width: 100%;
  height: 445px;
  background-position: center;
}

.play-pause-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.play-pause-btn .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.play-pause-btn .container a {
  padding: 10px 20px;
  width: 70px;
  height: 20px;
  color: white;
  cursor: pointer;
  border: 1px solid #4d4d4d;
  background: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
}
.play-pause-btn .container a span {
  color: #c8dc00;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 3px;
  width: 50px;
  height: 20px;
  display: inline-block;
  text-align: center;
}
.play-pause-btn .container a svg {
  display: none;
}
.play-pause-btn .container a svg.active {
  display: inline;
}

section#page-with-two-col {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.wrapper {
  width: 100%;
  max-width: 1366px;
  display: flex;
  justify-content: left;
  padding: 80px 175px;
  gap: 100px;
}
.wrapper li {
  padding-bottom: 20px;
}
.wrapper li .sidebar-item:hover {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #1a1a1a;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
}
.wrapper a {
  text-decoration: none;
}
.wrapper li.active .sidebar-item {
  text-decoration: underline;
  text-decoration-color: #1a1a1a;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
}

.sidebar {
  background-color: #fff;
  position: sticky;
  top: 80px;
  width: 18%;
  height: 100%;
  background-color: #ffffff;
  height: 75vh;
  max-width: -webkit-fill-available;
  -webkit-box-orient: horizontal;
  z-index: 1;
}

.main {
  background-color: #fff;
  width: 100%;
}

ul {
  list-style: none;
}

.main-article {
  width: 60%;
  max-width: 809px;
}

.sidebar-home {
  padding: 0 10px !important;
}

.timepicker {
  padding: 5px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  padding: 15px 0;
  scroll-behavior: smooth;
  margin: 0;
}

.underline {
  text-decoration: underline !important;
}

.sidebar-item {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000 !important;
}

.download-item {
  max-width: 620px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.download-item .download-pdf-icon {
  margin-right: 20px;
}
.download-item .download-pdf-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.download-item .download-pdf-size {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0px;
}
.download-item .flex-vertical-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download-pdf-icon {
  width: 60px;
}

section#article {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.homepage-content {
  max-width: 810px;
  width: 100%;
}

section .related-articles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-container {
  max-width: 1366px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 80px 175px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  gap: 75px;
}
.about-container .left-side {
  width: 20%;
}
.about-container .right-side {
  width: 60%;
}
.about-container .right-side a {
  color: #0e0e0e;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  border-bottom: 2px solid #c8dc00;
  cursor: pointer;
  color: #0e0e0e;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.about-container .right-side a:hover {
  background-color: #c8dc00;
}

.related-articles-container {
  max-width: 1366px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 80px 175px;
}
.related-articles-container h2 {
  margin-bottom: 40px;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 70px;
}
.related-articles-grid .ra-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related-articles-grid .ra-grid-item .ra-grid-title {
  border-bottom: none;
}
.related-articles-grid .ra-grid-item .ra-grid-title:hover {
  background-color: transparent;
}
.related-articles-grid .ra-grid-item a {
  width: -moz-fit-content;
  width: fit-content;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #c8dc00;
  cursor: pointer;
  color: #0e0e0e;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.related-articles-grid .ra-grid-item a:hover {
  background-color: #c8dc00;
}

.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;
  box-sizing: content-box;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar {
  cursor: default;
}
.scroll-element .scroll-arrow {
  cursor: default;
}

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

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

.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 {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  background-color: #000;
  border-radius: 8px;
  background-color: #000;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  border-radius: 8px;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.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-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-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.newpar {
  display: none;
}

.font-inter {
  font-family: Inter, sans-serif;
}

header .country-navigation .display-pdf {
  border: solid 1px #4d4d4d;
  width: 200px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  text-align: left !important;
  cursor: pointer;
  transition: all 300ms ease;
}
header .country-navigation .display-pdf:hover {
  background: #333;
}
header .country-navigation .display-pdf span {
  display: inline-block;
  padding-left: 10px;
  color: #ffffff;
}
header .country-navigation .display-pdf img {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 17px;
}

header.fixed .header-content .navigation ul li a {
  height: 76px;
}

.color-green path {
  stroke: #c8dc00;
}

.dropdown a:hover {
  background-color: #4d4d4d;
}

.font-weight-600 {
  font-weight: 600;
}

.styled-bullets {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}
.styled-bullets li {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
  padding-bottom: 10px;
}

.sources-city {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 10px;
}

.styled-bullets-sources {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}
.styled-bullets-sources li {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  padding-bottom: 10px;
}

.sources-link {
  font-family: Tiempos, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  padding-bottom: 10px;
  text-decoration: underline !important;
}

.authors-link {
  font-family: Tiempos, serif;
  text-decoration: underline !important;
  font-size: 18px !important;
  line-height: 27px !important;
}

.exhibit-title {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  padding-top: 0rem;
}

.exhibit-source {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 0px;
}

#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-top: 90px;
}

.city-article-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
}
.city-article-container .strenghts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.city-article-container .strenghts h2 {
  font-family: Tiempos, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 50%;
}
.city-article-container .strenghts .content-exhibit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 86px;
  width: 100%;
}
.city-article-container .strenghts .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%;
}
.city-article-container .strenghts .content-exhibit .exhibit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 50%;
}
.city-article-container .strenghts .content-exhibit .exhibit h4 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.city-article-container .strenghts .content-exhibit .exhibit img {
  width: 645px;
  height: 443px;
}
.city-article-container .weaknesses {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.city-article-container .weaknesses h2 {
  font-family: Tiempos, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 50%;
}
.city-article-container .weaknesses .content-exhibit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 86px;
  width: 100%;
}
.city-article-container .weaknesses .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%;
}
.city-article-container .weaknesses .content-exhibit .exhibit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 50%;
}
.city-article-container .weaknesses .content-exhibit .exhibit h4 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.city-article-container .weaknesses .content-exhibit .exhibit img {
  width: 645px;
  height: 443px;
}
.city-article-container .recommendations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.city-article-container .recommendations h2 {
  font-family: Tiempos, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 50%;
}
.city-article-container .recommendations .content-exhibit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 86px;
  width: 100%;
}
.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%;
}
.city-article-container .recommendations .content-exhibit .exhibit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 50%;
}
.city-article-container .recommendations .content-exhibit .exhibit h4 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.city-article-container .recommendations .content-exhibit .exhibit img {
  width: 645px;
  height: 443px;
}

.share-cta {
  position: absolute;
  right: 0;
  z-index: 1;
  left: 0;
}
.share-cta .share-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  background: #000000;
  color: #c8dc00;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.share-cta .share-btn img {
  margin: 0;
  padding: 0 0 0 5px;
  position: relative;
  top: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.share-cta .share-btn:hover {
  background: #c8dc00;
  color: #000000;
}
.share-cta .share-btn:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%)
    contrast(102%);
}
.share-cta .share-btn.active {
  background: #c8dc00;
  color: #000000;
}
.share-cta .share-btn.active img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(12%) hue-rotate(62deg) brightness(97%)
    contrast(102%);
}
.share-cta .share-dropdown {
  position: absolute;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  background: #1a1a1a;
  margin-top: 10px;
}
.share-cta .share-dropdown ul {
  margin: 0;
  margin-left: -40px;
}
.share-cta .share-dropdown ul li {
  display: block;
  list-style: none;
}
.share-cta .share-dropdown ul li a {
  outline: 0;
  cursor: pointer;
  color: rgba(230, 230, 230, 0.85);
  font-family: Inter, sans-serif;
  border-bottom: solid 1px rgba(77, 77, 77, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  background: #1a1a1a;
  text-decoration: none;
  display: block;
  padding: 10px 17.5px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.share-cta .share-dropdown ul li a:hover {
  background: rgba(153, 153, 153, 0.25);
}
.share-cta .share-dropdown ul li a.copy-link .copy-link-text {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.share-cta .share-dropdown ul li a.copy-link .copy-link-text img {
  position: absolute;
  top: 5px;
  right: -25px;
}
.share-cta .share-dropdown ul li a.copy-link .copy-link-text .copied {
  color: #c8dc00;
}
.share-cta .share-dropdown ul li a.copy-link .copy-link-text.animate {
  filter: blur(3px);
  opacity: 0;
}
.share-cta .share-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.share-cta.mobile-home-share {
  position: relative;
  width: 100%;
  margin-top: 20px;
  display: none;
}

.share-cta-mobile {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.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 {
  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;
  transition: all 400s 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: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.share-cta-mobile.active .share-mobile-list ul {
  padding: 0;
  margin: 0;
  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.1);
}
.share-cta-mobile.active .share-mobile-list ul li a {
  text-decoration: none;
  cursor: pointer;
  color: var(--ow-primary-black, #000);
  font-family: Inter, sans-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.share-mobile-title {
  border-bottom: 1px solid #e6e6e6;
}
.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 a {
  font-weight: 600 !important;
}

.references-about {
  max-height: 800px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  transition: 0.1s ease;
  margin: 0;
}
.references-about .read-more-ref {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding-top: 200px;
  background-image: linear-gradient(0deg, #fff 30%, rgba(244, 227, 227, 0.06) 100%);
}
.references-about .read-more-ref a {
  font-family: Inter, sans-serif;
  color: #000000;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 165%;
  padding-bottom: 3px;
  border-bottom: 2px solid #c8dc00;
}
.references-about li {
  padding-bottom: 30px;
  font-family: Tiempos, serif;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 165%;
}
.references-about li:last-child {
  padding-bottom: unset;
}
.references-about li a {
  text-decoration: none;
}
.references-about li a .link-icon {
  padding: 0;
  margin: 0;
}
.references-about li a img {
  padding-left: 5px;
}
@media screen and (max-width: 1230px) {
  .hero-home .hero-box {
    top: 35%;
  }
  .h1-100 {
    font-size: 70px;
  }
  .lead {
    font-size: 18px;
  }

}

@media (max-width: 1200px) {
  .top-section .city-data-container.profiles-compare .left-data {
    width: 100%;
    padding-top: 100px;
  }
  .top-section .city-data-container.profiles-compare .right-data {
    display: none;
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores {
    justify-content: space-between;
    gap: 0;
    padding: 0 5px;
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores .left .scores .score-text .rank-text {
    font-size: 28px;
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores .mid .scores .score-text .rank-text {
    font-size: 28px;
  }
  .top-section .city-data-container .cdc-container .scores-section .top-scores .right .scores .score-text .rank-text {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .top-section .city-data-container .cdc-container .profile-selector .city-selector .city-dropdown.city-dropdown-right {
    right: 0;
  }
  .h1-70 {
    font-size: 35px;
    line-height: 120%;
    text-align: left;
    width: 100%;
  }
  .h1-100 {
    text-align: center;
    width: 100%;
  }
  .lead {
    margin: 20px 0;
  }
  .read-more {
    max-height: 400px;
    font-size: 60px;
  }
  .read-more .trigger {
    text-align: left;
    top: 250px;
    padding-top: 120px;
  }
  .hero-home {
    padding-bottom: 100px;
    padding-top: 140px;
  }
  .hero-1 {
    padding-bottom: 80px;
  }
  .video-baner {
    height: 500px;
  }
  .main {
    width: 100%;
  }
  .sidebar ul li.active {
    text-decoration: none;
  }
  .sidebar ul li.active .sidebar-item {
    padding-bottom: 13.2px;
    border-bottom: 2px solid #c8dc00;
  }
  .wrapper li.active .sidebar-item {
    text-decoration: none;
  }
  .wrapper li .sidebar-item:hover {
    text-decoration: none;
  }
  .main-article {
    width: 100%;
    max-width: 100%;
  }
  #WhyInnovationIsEssentialToAdvancingUrbanMobility, #CitiesArePreparingForSelf-drivingVehiclesAndAirTaxis, #Large-scaleEventsHelpBoostPublicTransit,
  #SustainableMobilityMustIncludeCleanEnergy, #InclusiveMobilityCanBoostUrbanVitality {
    padding: 0 10px;
  }
  .about-container {
    gap: 30px;
    padding: 40px 0;
    flex-direction: column;
  }
  .about-container .left-side {
    width: 100%;
  }
  .about-container .right-side {
    width: 100%;
  }
  .related-articles-container {
    padding: 40px 0;
  }
  .share-cta.mobile-home-share {
    display: block;
    text-align: center;
  }
  .share-cta .share-btn {
    border: solid 1px #4d4d4d;
  }
  .references-about .read-more-ref {
    text-align: start;
  }
}
@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 {
    display: none;
  }
  .top-section .city-data-container.rankings .search-bar .search-icon {
    display: none;
  }
  .top-section.profiles-compare-only {
    display: none;
  }
  .related-articles-grid {
    grid-template-columns: auto auto;
  }
  .share-cta-mobile.active .share-menu-mobile {
    transform: translateY(0);
  }
  .hero-home .hero-box {
    top: 35%;
  }
}

@media (max-width: 768px) {
  .tooltip-parent .tooltip-content {
    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 {
    display: none;
  }
  .tooltip-parent .tooltip-content:before {
    display: none;
  }
  .tooltip-parent .tooltip-content .responsive-title {
    display: block;
    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;
  }
  .tooltip-parent .tooltip-content .tooltip-desc {
    padding: 20px;
  }
  .h1-60 {
    font-size: 50px;
  }
  h2 {
    font-size: 20px;
  }
  .h4-home {
    font-size: 18px;
    text-align: center;
  }
  .lead {
    font-size: 18px;
    text-align: center;
  }
  .hero-link {
    font-size: 18px;
  }
  .section {
    padding: 40px 0px;
  }
  .mr-50 {
    margin-right: 30px;
  }
  .hero-home {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .hero-1 {
    padding-bottom: 60px;
  }
  .video-baner {
    height: 380px;
  }
  .play-pause-btn .container a {
    padding: 0;
    width: 43px;
    height: 43px;
  }
  .play-pause-btn .container a span {
    display: none;
  }
  .sidebar {
    overflow: scroll;
    white-space: nowrap;
  }
  .sidebar .timepicker {
    scroll-behavior: smooth;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .sidebar-item {
    font-size: 14px;
    position: relative;
  }
}
@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;
  }
}
@media (max-width: 890px) {
  .h1-100 {
    /* font-size: 60px; */
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0;
  }
}

@media (max-width: 830px) {
  .hero-home .hero-banner svg{
    margin-top: -18%;
  }
}

@media (max-width: 770px) {
  .hero-home .hero-banner svg{
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .h1-60 {
    font-size: 35px;
  }
  h4 {
    font-size: 18px;
  }
  .read-more {
    max-height: 650px;
    margin-bottom: 100px;
  }
  .read-more .trigger {
    top: 250px;
    padding-top: 115px;
  }
  .flex-space-between {
    flex-wrap: wrap;
  }
  .mobile-mb-30 {
    margin-bottom: 30px !important;
  }
  .mobile-mb-20 {
    margin-bottom: 20px !important;
  }
  .pr-30 {
    padding-right: 0px;
  }
  .mr-50 {
    margin-right: 0px;
  }
  .max-width-380 {
    max-width: 100%;
  }
  .hero-home {
    padding-bottom: 180px;
  }
  .hero-home .hero-banner svg {
    margin-top: -150px;
  }
  .home-img-box {
    margin-bottom: 20px;
  }
  .hero-1 {
    padding-bottom: 50px;
    padding-top: 140px;
  }
  .col-gap-30 div {
    margin-right: 0px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .col-gap-30 div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .col-gap-20 div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .mobile-full-width {
    width: 100%;
  }
}
@media (max-width: 1490px) {
  .container {
    padding: 0px 20px;
  }
  .homepage-content {
    padding: 0px 20px;
  }
  section .about {
    padding: 0px 20px;
  }
  .wrapper {
    padding: 60px 20px;
  }
  #Related-Articles-Section {
    padding: 0px;
  }
  #About-Section-Home {
    padding: 0px;
  }
  .main-article #About-Introduction {
    padding: 0 20px;
  }
  .main-article #About-Ranking-Dimensions {
    padding: 0 20px;
  }
  .main-article #About-Methodology {
    padding: 0 20px;
  }
  .main-article #About-Sustainable-Mobility {
    padding: 0 20px;
  }
  .main-article #About-Public-Transit {
    padding: 0 20px;
  }
  .main-article #About-Index-Structure-Reliability {
    padding: 0 20px;
  }
  .main-article #About-References {
    padding: 0 20px;
  }
  .main-article #About-Authors {
    padding-right: 0 20px 50px 20px;
  }
  .main-article #About-Technology-Adoption{
    padding: 0 20px;
  }
  .main-article #Overview {
    padding: 0 20px;
  }
  .main-article #Title-One {
    padding: 0 20px;
  }
  .main-article #Title-Two {
    padding: 0 20px;
  }
  .main-article #Title-Three {
    padding: 0 20px;
  }
  .main-article #Title-Four {
    padding: 0 20px;
  }
  .main-article #Title-Five {
    padding: 0 20px;
  }
  .about-container {
    padding: 40px 20px;
  }
  .related-articles-container {
    padding: 40px 20px;
  }
}
@media (max-width: 1024px) {
  #About-Section-Home {
    padding: 0px;
  }
  .about-container {
    padding: 40px 10px;
  }
  .related-articles-container {
    padding: 40px 0px;
  }
  #Related-Articles-Section {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  p {
    font-size: 16px;
  }
  a{
    font-size: 16px;
  }
  .styled-bullets li{
    font-size: 16px;
  }
  .lead{
    font-size: 16px;
  }
  .about-container .right-side a{
    font-size: 16px;
  }
  .container {
    padding: 0px 10px;
  }
  #Related-Articles-Section {
    padding: 0 10px;
  }
  #About-Section-Home {
    padding: 0 10px;
  }
  .about-container {
    padding: 40px 0px;
  }
  .main-article #About-Introduction {
    padding: 0 10px;
  }
  .main-article #About-Ranking-Dimensions {
    padding: 0 10px;
  }
  .main-article #About-Methodology {
    padding: 0 10px;
  }
  .main-article #About-Sustainable-Mobility {
    padding: 0 10px;
  }
  .main-article #About-Technology-Adoption {
    padding: 0 10px;
  }
  .main-article #About-Public-Transit {
    padding: 0 10px;
  }
  .main-article #About-Index-Structure-Reliability {
    padding: 0 10px;
  }
  .main-article #About-References {
    padding: 0 10px;
  }
  .main-article #About-Authors {
    padding: 0 10px 50px 10px;
  }
  .main-article #Overview {
    padding: 0 10px;
  }
  .main-article #Title-One {
    padding: 0 10px;
  }
  .main-article #Title-Two {
    padding: 0 10px;
  }
  .main-article #Title-Three {
    padding: 0 10px;
  }
  .main-article #Title-Four {
    padding: 0 10px;
  }
  .main-article #Title-Five {
    padding: 0 10px;
  }
  .download-pdf-description {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .hero-home .hero-box {
    top: 120px;
    margin-top: 180px !important;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1366px;
  }
}
@media (max-width: 910px) {
  .wrapper {
    gap: 30px;
  }
  .wrapper li .sidebar-item:hover {
    text-decoration: none;
  }
  .share-cta .share-dropdown ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0;
    flex-direction: column;
  }
  ul {
    padding-left: 0;
    overflow-x: scroll;
  }
  .sidebar {
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    height: -webkit-fill-available;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    max-width: -webkit-fill-available;
    height: 50px !important;
    overflow-y: hidden;
  }
  .sidebar ul li {
    display: inline-block;
    color: white;
    text-align: center;
    padding-left: 20px;
  }
  .sidebar ul li:first-child {
    padding-left: 10px !important;
  }
  .timepicker {
    white-space: nowrap;
    margin: 0;
  }
  .home-submenu-share-mobile {
    display: none !important;
  }
  .about-submenu-share-mobile {
    display: none !important;
  }
  .city-article-container .strenghts .content-exhibit .exhibit img {
    width: 100%;
    height: 443px;
  }
  .city-article-container .weaknesses .content-exhibit .exhibit img {
    width: 100%;
    height: 443px;
  }
  .city-article-container .recommendations .content-exhibit .exhibit img {
    width: 100%;
    height: 443px;
  }
}
@media screen and (max-width: 720px) {
  .wrapper {
    flex-direction: column;
  }
  ul {
    padding-left: 0;
  }
  .sidebar {
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    height: -webkit-fill-available;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    position: sticky;
    height: 50px;
    overflow-y: hidden;
    max-width: -webkit-fill-available;
    z-index: 1;
  }
  .sidebar ul li {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
  }
}
@media (max-width: 1141px) {
  #Related-Articles-Section {
    margin-bottom: 150px;
  }
}
@media (max-width: 500px) {
  .related-articles-grid {
    display: block;
    grid-template-columns: auto;
  }
  .related-articles-grid .ra-grid-item {
    margin-bottom: 50px;
    gap: 30px;
  }
  .related-articles-grid .ra-grid-item p {
    margin: 0;
    padding: 0;
  }
  .related-articles-grid .ra-grid-item h4 {
    margin: 0;
    padding: 0;
  }
  .related-articles-grid .ra-grid-item a {
    margin: 0;
    padding: 0;
  }
  #Related-Articles-Section {
    margin-bottom: 80px;
  }
}
@media (max-width: 720px) {
  .timepicker {
    padding: 0;
  }
}
@media (max-width: 1140px) {
  .city-article-container .strenghts h2 {
    width: 100%;
  }
  .city-article-container .weaknesses h2 {
    width: 100%;
  }
  .city-article-container .recommendations h2 {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  .city-article-container .strenghts .content-exhibit {
    flex-direction: column;
    align-items: center;
  }
  .city-article-container .strenghts .content-exhibit .content {
    width: 100%;
  }
  .city-article-container .strenghts .content-exhibit .exhibit {
    width: 100%;
  }
  .city-article-container .weaknesses .content-exhibit {
    flex-direction: column;
    align-items: center;
  }
  .city-article-container .weaknesses .content-exhibit .content {
    width: 100%;
  }
  .city-article-container .weaknesses .content-exhibit .exhibit {
    width: 100%;
  }
  .city-article-container .recommendations .content-exhibit {
    flex-direction: column;
    align-items: center;
  }
  .city-article-container .recommendations .content-exhibit .content {
    width: 100%;
  }
  .city-article-container .recommendations .content-exhibit .exhibit {
    width: 100%;
  }
} /*# sourceMappingURL=custom2.css.map */
