.tt-city-map,
.tt-city-map * {
box-sizing: border-box;
forced-color-adjust: none;
}
.tt-city-map {
--tt-city-red: #C40202;
--tt-city-sea: #006994;
--tt-city-land: #E4D5B7;
--tt-city-black: #000000;
--tt-city-white: #FFFFFF;
width: 100%;
margin: 28px 0;
padding: 26px;
overflow: hidden;
color: var(--tt-city-white) !important;
background: var(--tt-city-red) !important;
border: 2px solid var(--tt-city-black);
border-radius: 20px;
color-scheme: light only;
filter: none !important;
font-family: Inter, Arial, Helvetica, sans-serif;
text-shadow: none !important;
}
.tt-city-map [hidden] {
display: none !important;
}
.tt-city-map__heading {
display: flex;
align-items: center;
gap: 18px;
margin: 0 0 24px;
}
.tt-city-map__title-icon {
display: grid;
flex: 0 0 44px;
width: 44px;
height: 44px;
place-items: center;
background: var(--tt-city-black) !important;
border-radius: 9px;
}
.tt-city-map__title-icon svg {
display: block;
width: 30px;
height: 30px;
fill: none !important;
stroke: var(--tt-city-white) !important;
filter: none !important;
}
.tt-city-map__title-copy {
min-width: 0;
}
.tt-city-map__eyebrow,
.tt-city-map__title {
margin: 0 !important;
padding: 0 !important;
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
font-family: Inter, Arial, Helvetica, sans-serif !important;
text-transform: none !important;
text-shadow: none !important;
letter-spacing: 0 !important;
}
.tt-city-map__eyebrow {
font-size: 18px !important;
font-weight: 600 !important;
line-height: 1.1 !important;
}
.tt-city-map__title {
margin-top: 2px !important;
font-size: 34px !important;
font-weight: 700 !important;
line-height: 1.05 !important;
}
.tt-city-map__map-shell {
width: 100%;
overflow: hidden;
background: var(--tt-city-land) !important;
border: 2px solid var(--tt-city-black);
border-radius: 14px;
}
.tt-city-map__map-wrap {
position: relative;
width: 100%;
overflow: hidden;
background: var(--tt-city-land) !important;
}
.tt-city-map__map-scroll {
position: relative;
width: 100%;
min-width: 0;
overflow: hidden;
background: var(--tt-city-land) !important;
color-scheme: light only;
filter: none !important;
scrollbar-color: var(--tt-city-black) var(--tt-city-land);
scrollbar-width: auto;
}
.tt-city-map__map-scroll:focus-visible {
outline: 3px solid var(--tt-city-black);
outline-offset: -5px;
}
.tt-city-map__map-scroll > svg {
display: block;
width: 100%;
min-width: 0;
max-width: none;
height: auto;
overflow: visible;
color-scheme: light only;
filter: none !important;
}
.tt-city-map__map-scroll::-webkit-scrollbar {
height: 11px;
}
.tt-city-map__map-scroll::-webkit-scrollbar-track {
background: var(--tt-city-land);
}
.tt-city-map__map-scroll::-webkit-scrollbar-thumb {
background: var(--tt-city-black);
border: 2px solid var(--tt-city-land);
border-radius: 10px;
}
.tt-city-map__scroll-cue {
display: none;
position: absolute;
right: 10px;
bottom: 16px;
z-index: 5;
padding: 6px 9px;
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
background: var(--tt-city-black) !important;
border: 1px solid var(--tt-city-white);
border-radius: 5px;
box-shadow: none;
font-family: Inter, Arial, Helvetica, sans-serif !important;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1.1 !important;
letter-spacing: 0 !important;
opacity: 1;
pointer-events: none;
transition: opacity 180ms ease, visibility 180ms ease;
}
.tt-city-map__scroll-cue.is-dismissed {
visibility: hidden;
opacity: 0;
}
.tt-city-map__legend {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px 14px;
width: 100%;
padding: 16px;
background: var(--tt-city-land) !important;
border-top: 2px solid var(--tt-city-black);
}
body .tt-city-map button.tt-city-map__legend-button {
display: flex !important;
width: 100% !important;
min-width: 0;
min-height: 48px;
align-items: center;
gap: 10px;
margin: 0 !important;
padding: 8px 12px !important;
appearance: none;
color: var(--tt-city-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--tt-city-land) !important;
border: 1px solid rgba(0, 0, 0, 0.28) !important;
border-radius: 6px !important;
box-shadow: none !important;
font-family: Inter, Arial, Helvetica, sans-serif !important;
font-size: 16px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
text-align: left !important;
text-transform: none !important;
text-shadow: none !important;
letter-spacing: 0 !important;
cursor: pointer;
}
.tt-city-map__legend-number {
display: inline-flex;
flex: 0 0 30px;
width: 30px;
height: 30px;
align-items: center;
justify-content: center;
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
background: var(--tt-city-red) !important;
border: 2px solid var(--tt-city-black);
border-radius: 50%;
font-size: 13px;
font-weight: 800;
line-height: 1;
}
.tt-city-map__legend-label {
min-width: 0;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
white-space: normal !important;
word-break: normal !important;
overflow-wrap: normal !important;
hyphens: none !important;
}
body .tt-city-map button.tt-city-map__legend-button:hover,
body .tt-city-map button.tt-city-map__legend-button:focus,
body .tt-city-map button.tt-city-map__legend-button:focus-visible,
body .tt-city-map button.tt-city-map__legend-button[aria-pressed="true"] {
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
background: var(--tt-city-black) !important;
border-color: var(--tt-city-black) !important;
}
body .tt-city-map button.tt-city-map__legend-button:hover .tt-city-map__legend-label,
body .tt-city-map button.tt-city-map__legend-button:focus .tt-city-map__legend-label,
body .tt-city-map button.tt-city-map__legend-button:focus-visible .tt-city-map__legend-label,
body .tt-city-map button.tt-city-map__legend-button[aria-pressed="true"] .tt-city-map__legend-label {
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
}
body .tt-city-map button.tt-city-map__legend-button:focus-visible {
outline: 3px solid var(--tt-city-red) !important;
outline-offset: 2px;
}
.tt-city-map .numbered-marker {
cursor: pointer;
outline: none;
}
.tt-city-map .numbered-marker .marker-face {
fill: #C40202 !important;
stroke: #000000 !important;
stroke-width: 2.5px !important;
}
.tt-city-map .numbered-marker .marker-number {
fill: #FFFFFF !important;
stroke: none !important;
opacity: 1 !important;
filter: none !important;
text-shadow: none !important;
}
.tt-city-map .numbered-marker .marker-selection-ring {
fill: none !important;
stroke: #000000 !important;
stroke-width: 2.5px !important;
opacity: 0 !important;
}
.tt-city-map .numbered-marker .marker-blink {
fill: none !important;
stroke: #C40202 !important;
stroke-width: 5px !important;
opacity: 0;
pointer-events: none;
}
.tt-city-map .numbered-marker:hover .marker-face,
.tt-city-map .numbered-marker:focus .marker-face,
.tt-city-map .numbered-marker:focus-visible .marker-face,
.tt-city-map .numbered-marker.is-selected .marker-face {
fill: #000000 !important;
stroke: #FFFFFF !important;
stroke-width: 4px !important;
}
.tt-city-map .numbered-marker:focus .marker-selection-ring,
.tt-city-map .numbered-marker:focus-visible .marker-selection-ring,
.tt-city-map .numbered-marker.is-selected .marker-selection-ring {
opacity: 1 !important;
}
.tt-city-map .numbered-marker.is-selected .marker-blink {
animation: tt-city-marker-blink 2.1s ease-in-out infinite;
}
@keyframes tt-city-marker-blink {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.12;
}
}
.tt-city-map__panel {
width: 100%;
margin-top: 28px;
padding: 30px 16px 10px;
color: var(--tt-city-white) !important;
background: var(--tt-city-red) !important;
border-top: 1px solid rgba(255, 255, 255, 0.34);
}
.tt-city-map__panel-inner,
.tt-city-map__panel-title-block {
display: block;
width: 100%;
}
.tt-city-map__panel-label {
margin: 0 0 10px !important;
padding: 0 !important;
color: rgba(255, 255, 255, 0.78) !important;
-webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
font-family: Inter, Arial, Helvetica, sans-serif !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
text-transform: none !important;
text-shadow: none !important;
letter-spacing: 0 !important;
}
.tt-city-map__panel-title {
margin: 0 !important;
padding: 0 !important;
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
font-family: Inter, Arial, Helvetica, sans-serif !important;
font-size: clamp(32px, 3vw, 38px) !important;
font-weight: 700 !important;
line-height: 1.08 !important;
letter-spacing: 0 !important;
text-transform: none !important;
text-shadow: none !important;
}
.tt-city-map__panel-accent {
display: block;
width: 64px;
height: 4px;
margin: 16px 0 20px;
background: var(--tt-city-white) !important;
border-radius: 2px;
}
.tt-city-map__panel-description {
max-width: 760px;
margin: 0 !important;
padding: 0 !important;
color: rgba(255, 255, 255, 0.90) !important;
-webkit-text-fill-color: rgba(255, 255, 255, 0.90) !important;
font-family: Inter, Arial, Helvetica, sans-serif !important;
font-size: 18px !important;
font-weight: 400 !important;
line-height: 1.5 !important;
text-shadow: none !important;
}
.tt-city-map__panel-divider {
width: 100%;
height: 1px;
margin: 26px 0 20px;
background: rgba(255, 255, 255, 0.30) !important;
}
.tt-city-map__panel-actions {
display: flex;
width: 100%;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
body .tt-city-map a.tt-city-map__maps-link,
body .tt-city-map a.tt-city-map__maps-link:link,
body .tt-city-map a.tt-city-map__maps-link:visited {
display: inline-flex;
align-items: center;
gap: 11px;
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
font-family: Inter, Arial, Helvetica, sans-serif !important;
font-size: 17px !important;
font-weight: 600 !important;
line-height: 1.3 !important;
text-decoration: underline !important;
text-underline-offset: 3px;
text-shadow: none !important;
}
body .tt-city-map a.tt-city-map__maps-link:hover,
body .tt-city-map a.tt-city-map__maps-link:focus,
body .tt-city-map a.tt-city-map__maps-link:focus-visible,
body .tt-city-map a.tt-city-map__maps-link:active,
body .tt-city-map a.tt-city-map__maps-link span {
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
}
.tt-city-map__maps-link:focus-visible {
outline: 2px solid var(--tt-city-white);
outline-offset: 4px;
}
.tt-city-map__pin-icon {
display: block;
flex: 0 0 20px;
width: 20px;
height: 24px;
overflow: visible;
fill: none !important;
stroke: var(--tt-city-white) !important;
filter: none !important;
}
body .tt-city-map a.tt-city-map__learn-more,
body .tt-city-map a.tt-city-map__learn-more:link,
body .tt-city-map a.tt-city-map__learn-more:visited {
display: inline-flex;
min-height: 50px;
align-items: center;
justify-content: center;
margin-top: 0;
padding: 11px 32px;
color: var(--tt-city-white) !important;
-webkit-text-fill-color: #FFFFFF !important;
background: var(--tt-city-red) !important;
border: 2px solid var(--tt-city-white) !important;
border-radius: 7px;
font-family: Inter, Arial, Helvetica, sans-serif !important;
font-size: 17px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
text-decoration: none !important;
text-shadow: none !important;
transition: color 160ms ease, background-color 160ms ease;
}
body .tt-city-map a.tt-city-map__learn-more:hover,
body .tt-city-map a.tt-city-map__learn-more:focus,
body .tt-city-map a.tt-city-map__learn-more:focus-visible,
body .tt-city-map a.tt-city-map__learn-more:active {
color: var(--tt-city-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--tt-city-white) !important;
border-color: var(--tt-city-white) !important;
}
.tt-city-map__learn-more:focus-visible {
outline: 2px solid var(--tt-city-white);
outline-offset: 4px;
}
.tt-city-map__load-error {
margin: 0;
padding: 24px;
color: var(--tt-city-black) !important;
-webkit-text-fill-color: #000000 !important;
background: var(--tt-city-land) !important;
font-size: 17px;
font-weight: 600;
}
@media (max-width: 760px) {
.tt-city-map {
padding: 18px;
border-radius: 16px;
}
.tt-city-map__heading {
gap: 14px;
margin-bottom: 18px;
}
.tt-city-map__title-icon {
flex-basis: 42px;
width: 42px;
height: 42px;
}
.tt-city-map__eyebrow {
font-size: 16px !important;
}
.tt-city-map__title {
font-size: 27px !important;
}
.tt-city-map__map-scroll {
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
overscroll-behavior-inline: contain;
}
.tt-city-map__legend {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
padding: 12px;
}
body .tt-city-map button.tt-city-map__legend-button {
min-height: 48px;
padding: 8px 10px !important;
font-size: 15px !important;
}
.tt-city-map__panel {
margin-top: 20px;
padding: 28px 4px 8px;
}
.tt-city-map__panel-title {
font-size: 30px !important;
}
.tt-city-map__panel-accent {
width: 60px;
height: 4px;
margin: 14px 0 18px;
}
.tt-city-map__panel-description {
font-size: 17px !important;
}
.tt-city-map__panel-divider {
margin-top: 24px;
}
}
@media (max-width: 600px) {
.tt-city-map__map-scroll {
overflow-x: scroll;
scrollbar-gutter: stable;
}
.tt-city-map__map-scroll > svg {
width: 560px !important;
min-width: 560px !important;
max-width: none !important;
}
.tt-city-map.has-map-overflow .tt-city-map__scroll-cue:not([hidden]) {
display: block;
}
}
@media (max-width: 480px) {
.tt-city-map__map-scroll > svg {
width: 500px !important;
min-width: 500px !important;
}
.tt-city-map__legend {
grid-template-columns: minmax(0, 1fr);
}
body .tt-city-map button.tt-city-map__legend-button {
min-height: 50px;
}
}
@media (max-width: 390px) {
.tt-city-map {
padding: 14px;
}
.tt-city-map__title {
font-size: 25px !important;
}
body .tt-city-map button.tt-city-map__legend-button {
gap: 8px;
padding: 8px !important;
font-size: 14px !important;
}
.tt-city-map__legend-number {
flex-basis: 28px;
width: 28px;
height: 28px;
font-size: 12px;
}
}
@media (prefers-reduced-motion: reduce) {
.tt-city-map .numbered-marker.is-selected .marker-blink {
animation: none !important;
opacity: 1 !important;
}
.tt-city-map__map-scroll {
scroll-behavior: auto !important;
}
.tt-city-map__learn-more,
.tt-city-map__scroll-cue {
transition: none !important;
}
}.lwptoc{margin:32px 0}.lwptoc:first-child{margin-top:16px}.lwptoc_i{padding:14px 18px 18px;text-align:left}.lwptoc_header{margin-bottom:6px}.rtl .lwptoc_header{text-align:right}.lwptoc_toggle{white-space:nowrap;margin-left:4px;font-size:80%}.rtl .lwptoc_toggle{margin-left:0;margin-right:4px}.lwptoc_toggle:before{content:'['}.lwptoc_toggle:after{content:']'}.lwptoc_toggle_label{margin:0 1px}.lwptoc_item{margin-top:2px}.rtl .lwptoc_item{text-align:right}LI.lwptoc_item{margin:2px 0 0 0!important;padding:0!important;list-style:none!important}.lwptoc_item:first-child{margin-top:0}LI.lwptoc_item:first-child{margin-top:0!important}.lwptoc_item_number{margin-right:2px}.rtl .lwptoc_item_number{margin-right:0;margin-left:2px}.lwptoc_itemWrap .lwptoc_itemWrap{margin:2px 0 0 14px}.rtl .lwptoc_itemWrap .lwptoc_itemWrap{margin-left:0;margin-right:14px}OL.lwptoc_itemWrap,UL.lwptoc_itemWrap{margin:0!important;padding:0!important;list-style:none!important}OL.lwptoc_itemWrap OL.lwptoc_itemWrap,OL.lwptoc_itemWrap UL.lwptoc_itemWrap,UL.lwptoc_itemWrap OL.lwptoc_itemWrap,UL.lwptoc_itemWrap UL.lwptoc_itemWrap{margin:2px 0 0 14px!important}.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap,.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap{margin-left:0!important;margin-right:14px!important}.lwptoc-autoWidth .lwptoc_i{display:inline-block}.lwptoc-left{float:left;margin-top:0;margin-right:32px}.lwptoc-right{float:right;margin-top:0;margin-left:32px}.lwptoc-rightwithoutflow{text-align:right}.lwptoc-rightwithoutflow .lwptoc_i{display:inline-block}.lwptoc-center{text-align:center}.lwptoc-center .lwptoc_i{margin-left:auto;margin-right:auto}.lwptoc-baseItems .lwptoc_items{font-size:90%}.lwptoc-notInherit .lwptoc_i DIV A{box-shadow:none!important;border:none!important;text-decoration:none!important}.lwptoc-notInherit .lwptoc_i DIV A:active,.lwptoc-notInherit .lwptoc_i DIV A:focus,.lwptoc-notInherit .lwptoc_i DIV A:hover{box-shadow:none!important;border:none!important;text-decoration:none!important}.lwptoc-notInherit .lwptoc_i DIV A:hover{border-bottom:1px dotted!important}.lwptoc-light .lwptoc_i{color:#333;background:#fafafa}.lwptoc-light .lwptoc_i A{color:#3175e4}.lwptoc-light .lwptoc_i A:active,.lwptoc-light .lwptoc_i A:focus,.lwptoc-light .lwptoc_i A:hover{color:#3175e4;border-color:#3175e4}.lwptoc-light .lwptoc_items A:visited{color:#000394}.lwptoc-dark .lwptoc_i{color:#d3d5d8;background:#2b2b2b}.lwptoc-dark .lwptoc_i A{color:#96c6ff}.lwptoc-dark .lwptoc_i A:active,.lwptoc-dark .lwptoc_i A:focus,.lwptoc-dark .lwptoc_i A:hover{color:#96c6ff;border-color:#71b2ff}.lwptoc-dark .lwptoc_items A:visited{color:#53a1ff}.lwptoc-white .lwptoc_i{color:#333;background:#fff}.lwptoc-white .lwptoc_i A{color:#3175e4}.lwptoc-white .lwptoc_i A:active,.lwptoc-white .lwptoc_i A:focus,.lwptoc-white .lwptoc_i A:hover{color:#3175e4;border-color:#3175e4}.lwptoc-white .lwptoc_items A:visited{color:#000394}.lwptoc-transparent .lwptoc_i{border:1px solid #eee}