@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
.tq-h5-map-zone{display:block!important;width:100%!important;clear:both}.tq-h5-map,.tq-h5-map *{box-sizing:border-box}.tq-h5-map{width:100%;max-width:1120px;margin:24px auto;background:#f4f4f4;border:1px solid #d8d8d8;box-shadow:0 14px 36px rgba(0,0,0,.12);color:#111;font-family:Poppins,Arial,sans-serif;overflow:hidden}.tq-h5-map__header{padding:20px 24px 18px;background:#111;color:#fff}.tq-h5-map__header>div{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;letter-spacing:.08em}.tq-h5-map__live{width:9px;height:9px;border-radius:50%;background:#e32636;box-shadow:0 0 0 0 rgba(227,38,54,.65);animation:tqmapPulse 1.9s infinite}.tq-h5-map__header h2{margin:8px 0 4px;color:#fff!important;font:700 clamp(24px,3vw,38px)/1.12 Poppins,Arial,sans-serif!important;letter-spacing:-.035em}.tq-h5-map__header p{margin:0;color:#cfcfcf!important;font:400 13px/1.5 Poppins,Arial,sans-serif!important}.tq-h5-map__key{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;padding:13px 24px;border-bottom:1px solid #d4d4d4;background:#fff;font-size:11px;line-height:1.4}.tq-h5-map__key>span{display:flex;align-items:center;gap:7px}.tq-h5-map__key-dot{display:inline-block;width:13px;height:13px;flex:0 0 13px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #d51f32;background:#d51f32}.tq-h5-map__key-dot--human{background:#78101d;box-shadow:0 0 0 2px #78101d}.tq-h5-map__human-status{justify-content:flex-end;color:#555;font-weight:600}.tq-h5-map__layout{display:grid;grid-template-columns:minmax(340px,.95fr) minmax(360px,1.05fr);min-height:var(--tq-map-height,620px)}.tq-h5-map__canvas{position:relative;min-height:var(--tq-map-height,620px);padding:20px;background:linear-gradient(150deg,#eaf1f3,#d9e5e8);overflow:hidden}.tq-h5-map__canvas svg{display:block;width:100%;height:100%;max-height:calc(var(--tq-map-height,620px) - 40px);filter:drop-shadow(0 8px 8px rgba(0,0,0,.14))}.tq-h5-map__canvas path{fill:#fff;stroke:#8fa2a8;stroke-width:3;vector-effect:non-scaling-stroke}.tq-h5-map__marker{position:absolute;z-index:3;width:24px;height:24px;margin:-12px 0 0 -12px;padding:0;border:3px solid #fff!important;border-radius:50%!important;background:#d51f32!important;box-shadow:0 0 0 2px #d51f32,0 5px 13px rgba(0,0,0,.35);cursor:pointer;appearance:none;-webkit-appearance:none;transition:transform .18s ease}.tq-h5-map__marker span{display:block;width:100%;height:100%;border-radius:50%}.tq-h5-map__marker--human{background:#78101d!important;box-shadow:0 0 0 2px #78101d,0 5px 13px rgba(0,0,0,.35)}.tq-h5-map__marker:hover,.tq-h5-map__marker:focus-visible,.tq-h5-map__marker.is-active{transform:scale(1.28);outline:3px solid rgba(17,17,17,.35);outline-offset:4px}.tq-h5-map__marker span{animation:tqmapMarker 1.8s ease-out infinite}.tq-h5-map__marker.is-active span{animation-duration:1.25s}.tq-h5-map__details{min-height:var(--tq-map-height,620px);max-height:var(--tq-map-height,620px);padding:24px;background:#fff;overflow:auto}.tq-h5-map__panel[hidden]{display:none!important}.tq-h5-map__type{display:inline-block;margin-bottom:9px;padding:5px 9px;background:#d51f32;color:#fff;font:800 9px/1 Poppins,Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}.tq-h5-map__panel h3{margin:0 0 18px;color:#111!important;font:700 30px/1.12 Poppins,Arial,sans-serif!important;letter-spacing:-.03em}.tq-h5-map__event{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid #ddd}.tq-h5-map__event:last-child{margin-bottom:0;border-bottom:0}.tq-h5-map__event time{display:block;margin-bottom:6px;color:#d51f32;font:800 10px/1.3 Poppins,Arial,sans-serif;text-transform:uppercase}.tq-h5-map__event h4{margin:0 0 8px;color:#111!important;font:700 17px/1.35 Georgia,serif!important}.tq-h5-map__event p{margin:0 0 12px;color:#333!important;font:400 13px/1.55 Georgia,serif!important}.tq-h5-map__event a,.tq-h5-map__source{color:#111!important;font:700 11px/1.35 Poppins,Arial,sans-serif;text-decoration:none!important;border-bottom:2px solid #d51f32;padding-bottom:2px}.tq-h5-map__empty{padding:30px}.tq-h5-map__empty strong{display:block;font-size:20px}.tq-h5-map__empty p{font-size:13px}.tq-h5-map__footer{padding:12px 24px;background:#ededed;border-top:1px solid #d4d4d4;color:#555;font:500 10px/1.5 Poppins,Arial,sans-serif}.tq-h5-map__footer strong{color:#111}@keyframes tqmapPulse{70%{box-shadow:0 0 0 9px rgba(227,38,54,0)}}@keyframes tqmapMarker{70%{box-shadow:0 0 0 13px rgba(213,31,50,0)}}@media(max-width:820px){.tq-h5-map__key{grid-template-columns:1fr 1fr}.tq-h5-map__human-status{grid-column:1/-1;justify-content:flex-start}.tq-h5-map__layout{grid-template-columns:1fr}.tq-h5-map__canvas{min-height:520px}.tq-h5-map__details{min-height:0;max-height:none}.tq-h5-map__canvas svg{height:480px}}@media(max-width:560px){.tq-h5-map{margin:16px 0}.tq-h5-map__header{padding:17px 16px}.tq-h5-map__key{grid-template-columns:1fr;padding:12px 16px}.tq-h5-map__human-status{grid-column:auto}.tq-h5-map__canvas{min-height:450px;padding:10px}.tq-h5-map__canvas svg{height:430px}.tq-h5-map__details{padding:18px 16px}.tq-h5-map__panel h3{font-size:25px}.tq-h5-map__footer{padding:11px 16px}}@media(prefers-reduced-motion:reduce){.tq-h5-map__live,.tq-h5-map__marker span{animation:none}.tq-h5-map__marker{transition:none}} .tq-h5-map__canvas{
padding:0!important;
touch-action:none!important;
overscroll-behavior:contain!important;
cursor:grab!important;
user-select:none!important;
-webkit-user-select:none!important;
}
.tq-h5-map__canvas.is-dragging{cursor:grabbing!important}
.tq-h5-map__stage{
position:absolute!important;
inset:0!important;
width:100%!important;
height:100%!important;
transform:translate3d(0,0,0) scale(1);
transform-origin:0 0!important;
will-change:transform;
}
.tq-h5-map__stage svg{
display:block!important;
width:100%!important;
height:100%!important;
max-height:none!important;
padding:20px!important;
pointer-events:none!important;
}
.tq-h5-map__controls{
position:absolute!important;
top:14px!important;
right:14px!important;
z-index:20!important;
display:grid!important;
grid-template-columns:42px!important;
gap:6px!important;
}
.tq-h5-map__controls button{
appearance:none!important;
-webkit-appearance:none!important;
display:grid!important;
place-items:center!important;
width:42px!important;
min-width:42px!important;
height:42px!important;
min-height:42px!important;
margin:0!important;
padding:0!important;
border:1px solid rgba(17,17,17,.3)!important;
border-radius:0!important;
background:rgba(255,255,255,.95)!important;
color:#111!important;
box-shadow:0 4px 12px rgba(0,0,0,.15)!important;
font:700 22px/1 Poppins,Arial,sans-serif!important;
cursor:pointer!important;
}
.tq-h5-map__controls button[data-map-action="reset"]{
height:34px!important;min-height:34px!important;font-size:9px!important;text-transform:uppercase!important;
}
.tq-h5-map__controls button:hover,.tq-h5-map__controls button:focus-visible{background:#111!important;color:#fff!important}
.tq-h5-map__controls button:disabled{opacity:.42!important;cursor:default!important}
.tq-h5-map__gesture-note{
position:absolute!important;
left:14px!important;
bottom:12px!important;
z-index:15!important;
padding:6px 8px!important;
background:rgba(255,255,255,.88)!important;
color:#444!important;
font:600 9px/1.25 Poppins,Arial,sans-serif!important;
pointer-events:none!important;
}
.tq-h5-map__marker{
overflow:visible!important;
isolation:isolate!important;
}
.tq-h5-map__marker::before,.tq-h5-map__marker::after{
content:""!important;
position:absolute!important;
z-index:-1!important;
inset:-4px!important;
border:2px solid #e32636!important;
border-radius:50%!important;
opacity:0!important;
pointer-events:none!important;
animation:tqMapDetectionRing 2s ease-out infinite!important;
}
.tq-h5-map__marker::after{animation-delay:.65s!important}
.tq-h5-map__marker--human::before,.tq-h5-map__marker--human::after{border-color:#78101d!important}
.tq-h5-map__marker.is-active::before,.tq-h5-map__marker.is-active::after{animation-duration:1.45s!important}
.tq-h5-map__marker>span{animation:none!important;background:inherit!important}
@keyframes tqMapDetectionRing{
0%{transform:scale(.75);opacity:.85}
70%,100%{transform:scale(2.15);opacity:0}
}
@media(max-width:560px){
.tq-h5-map__stage svg{padding:10px!important}
.tq-h5-map__controls{top:10px!important;right:10px!important;grid-template-columns:40px!important}
.tq-h5-map__controls button{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important}
.tq-h5-map__gesture-note{left:10px!important;bottom:9px!important;font-size:8px!important}
}
@media(prefers-reduced-motion:reduce){
.tq-h5-map__marker::before,.tq-h5-map__marker::after{animation:none!important;display:none!important}
} .tq-h5-map-zone,
.tq-h5-map-zone>.tq-h5-map,
.tq-h5-map .tq-h5-map__layout,
.tq-h5-map .tq-h5-map__canvas{position:relative!important;isolation:isolate!important}
.tq-h5-map .tq-h5-map__canvas{overflow:hidden!important;min-width:0!important}
.tq-h5-map .tq-h5-map__stage{z-index:1!important}
.tq-h5-map .tq-h5-map__controls{
position:absolute!important;top:12px!important;right:12px!important;left:auto!important;bottom:auto!important;
z-index:2147483000!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;
width:44px!important;min-width:44px!important;height:auto!important;max-height:none!important;
margin:0!important;padding:0!important;gap:6px!important;overflow:visible!important;
visibility:visible!important;opacity:1!important;transform:none!important;pointer-events:auto!important;
}
.tq-h5-map .tq-h5-map__controls>button{
position:relative!important;inset:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;
flex:0 0 auto!important;width:44px!important;min-width:44px!important;max-width:44px!important;
height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0!important;
visibility:visible!important;opacity:1!important;overflow:hidden!important;transform:none!important;pointer-events:auto!important;
text-indent:0!important;clip:auto!important;clip-path:none!important;white-space:nowrap!important;
}
.tq-h5-map .tq-h5-map__controls>button[data-map-action="reset"]{
height:34px!important;min-height:34px!important;max-height:34px!important;font-size:8px!important;
}
.tq-h5-map .tq-h5-map__marker{
transform:scale(var(--tq-marker-scale,1))!important;
transform-origin:center center!important;
transition:none!important;
}
.tq-h5-map .tq-h5-map__marker:hover,
.tq-h5-map .tq-h5-map__marker:focus-visible,
.tq-h5-map .tq-h5-map__marker.is-active{
transform:scale(var(--tq-marker-scale,1))!important;
}
@media(max-width:560px){
.tq-h5-map .tq-h5-map__controls{top:8px!important;right:8px!important;width:42px!important;min-width:42px!important}
.tq-h5-map .tq-h5-map__controls>button{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important}
.tq-h5-map .tq-h5-map__controls>button[data-map-action="reset"]{height:32px!important;min-height:32px!important;max-height:32px!important}
} .tq-h5-map-zone,
.tq-h5-map-zone>.tq-h5-map,
.tq-h5-map .tq-h5-map__layout,
.tq-h5-map .tq-h5-map__canvas{
position:relative!important;
z-index:0!important;
isolation:isolate!important;
}
.tq-h5-map .tq-h5-map__canvas{
touch-action:none!important;
-ms-touch-action:none!important;
overscroll-behavior:none!important;
-webkit-user-select:none!important;
user-select:none!important;
}
.tq-h5-map .tq-h5-map__canvas::before,
.tq-h5-map .tq-h5-map__canvas::after{
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__stage{
z-index:1!important;
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__stage svg,
.tq-h5-map .tq-h5-map__stage path{
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__marker{
z-index:2147482000!important;
pointer-events:auto!important;
touch-action:manipulation!important;
-webkit-tap-highlight-color:transparent!important;
cursor:pointer!important;
}
.tq-h5-map .tq-h5-map__marker>*{
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__controls{
z-index:2147483646!important;
pointer-events:auto!important;
touch-action:manipulation!important;
}
.tq-h5-map .tq-h5-map__controls,
.tq-h5-map .tq-h5-map__controls>*{
pointer-events:auto!important;
-webkit-tap-highlight-color:transparent!important;
}
.tq-h5-map .tq-h5-map__gesture-note{
z-index:2!important;
pointer-events:none!important;
} .tq-h5-map .tq-h5-map__canvas{
position:relative!important;
isolation:isolate!important;
overflow:hidden!important;
transform-style:flat!important;
}
.tq-h5-map .tq-h5-map__stage{
position:absolute!important;
inset:0!important;
z-index:1!important;
pointer-events:none!important;
transform-style:flat!important;
}
.tq-h5-map .tq-h5-map__controls{
position:absolute!important;
top:12px!important;
right:12px!important;
left:auto!important;
bottom:auto!important;
z-index:2147483647!important;
display:flex!important;
flex-direction:column!important;
width:44px!important;
min-width:44px!important;
height:auto!important;
margin:0!important;
padding:0!important;
gap:6px!important;
overflow:visible!important;
visibility:visible!important;
opacity:1!important;
pointer-events:auto!important;
touch-action:manipulation!important;
isolation:isolate!important;
transform:translate3d(0,0,1px)!important;
backface-visibility:hidden!important;
mix-blend-mode:normal!important;
filter:none!important;
}
.tq-h5-map .tq-h5-map__controls>button{
position:relative!important;
z-index:2147483647!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
width:44px!important;
min-width:44px!important;
max-width:44px!important;
height:44px!important;
min-height:44px!important;
max-height:44px!important;
margin:0!important;
padding:0!important;
border:1px solid rgba(17,17,17,.35)!important;
background:#fff!important;
color:#111!important;
box-shadow:0 4px 14px rgba(0,0,0,.24)!important;
visibility:visible!important;
opacity:1!important;
pointer-events:auto!important;
touch-action:manipulation!important;
transform:translate3d(0,0,2px)!important;
backface-visibility:hidden!important;
}
.tq-h5-map .tq-h5-map__controls>button[data-map-action="reset"]{
height:34px!important;
min-height:34px!important;
max-height:34px!important;
}
.tq-h5-map .tq-h5-map__marker{
width:22px!important;
height:22px!important;
margin:-11px 0 0 -11px!important;
transform:translate3d(0,0,2px) scale(var(--tq-marker-scale,1))!important;
transform-origin:center center!important;
will-change:transform!important;
backface-visibility:hidden!important;
}
.tq-h5-map .tq-h5-map__marker:hover,
.tq-h5-map .tq-h5-map__marker:focus-visible,
.tq-h5-map .tq-h5-map__marker.is-active{
transform:translate3d(0,0,2px) scale(var(--tq-marker-scale,1))!important;
}
@media(max-width:560px){
.tq-h5-map .tq-h5-map__controls{top:8px!important;right:8px!important;width:42px!important;min-width:42px!important}
.tq-h5-map .tq-h5-map__controls>button{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important}
.tq-h5-map .tq-h5-map__controls>button[data-map-action="reset"]{height:32px!important;min-height:32px!important;max-height:32px!important}
.tq-h5-map .tq-h5-map__marker{width:20px!important;height:20px!important;margin:-10px 0 0 -10px!important}
} .tq-h5-map .tq-h5-map__marker::before,
.tq-h5-map .tq-h5-map__marker::after{
content:none!important;
display:none!important;
animation:none!important;
}
.tq-h5-map .tq-h5-map__marker{
position:absolute!important;
overflow:visible!important;
isolation:isolate!important;
}
.tq-h5-map .tq-h5-map__marker>span{
position:absolute!important;
inset:0!important;
z-index:4!important;
display:block!important;
width:auto!important;
height:auto!important;
overflow:visible!important;
border-radius:50%!important;
background:transparent!important;
pointer-events:none!important;
animation:none!important;
}
.tq-h5-map .tq-h5-map__marker>span::before,
.tq-h5-map .tq-h5-map__marker>span::after{
content:""!important;
position:absolute!important;
inset:-3px!important;
z-index:5!important;
display:block!important;
border:2px solid rgba(227,38,54,.9)!important;
border-radius:50%!important;
background:transparent!important;
box-shadow:0 0 0 1px rgba(255,255,255,.18)!important;
opacity:0;
transform:scale(.9);
transform-origin:center center!important;
pointer-events:none!important;
will-change:transform,opacity;
animation-name:tqMapSlowOutwardPulse!important;
animation-duration:var(--tq-pulse-duration-1,3.6s)!important;
animation-delay:var(--tq-pulse-delay-1,-.4s)!important;
animation-timing-function:cubic-bezier(.18,.62,.28,1)!important;
animation-iteration-count:infinite!important;
}
.tq-h5-map .tq-h5-map__marker>span::after{
animation-duration:var(--tq-pulse-duration-2,4.35s)!important;
animation-delay:var(--tq-pulse-delay-2,-2.15s)!important;
}
.tq-h5-map .tq-h5-map__marker--human>span::before,
.tq-h5-map .tq-h5-map__marker--human>span::after{
border-color:rgba(120,16,29,.9)!important;
}
.tq-h5-map .tq-h5-map__marker.is-active>span::before,
.tq-h5-map .tq-h5-map__marker.is-active>span::after{
border-width:3px!important;
}
@keyframes tqMapSlowOutwardPulse{
0%{opacity:0;transform:scale(.9)}
8%{opacity:.88;transform:scale(1)}
72%{opacity:0;transform:scale(2.45)}
100%{opacity:0;transform:scale(2.45)}
}
@media(max-width:560px){
.tq-h5-map .tq-h5-map__marker>span::before,
.tq-h5-map .tq-h5-map__marker>span::after{
inset:-2px!important;
}
}
@media(prefers-reduced-motion:reduce){
.tq-h5-map .tq-h5-map__marker>span::before,
.tq-h5-map .tq-h5-map__marker>span::after{
display:none!important;
animation:none!important;
}
}  .tq-h5-map .tq-h5-map__marker>.tq-h5-map__marker-core::before,
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__marker-core::after{
content:none!important;
display:none!important;
animation:none!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__marker-core{
position:absolute!important;
inset:0!important;
z-index:4!important;
display:block!important;
width:auto!important;
height:auto!important;
margin:0!important;
padding:0!important;
border:0!important;
border-radius:50%!important;
background:transparent!important;
box-shadow:none!important;
animation:none!important;
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring{
position:absolute!important;
inset:-3px!important;
z-index:2!important;
display:block!important;
width:auto!important;
height:auto!important;
margin:0!important;
padding:0!important;
border:2px solid rgba(227,38,54,.9)!important;
border-radius:50%!important;
background:transparent!important;
box-shadow:0 0 0 1px rgba(255,255,255,.18)!important;
opacity:0;
visibility:visible!important;
transform:scale(.9);
transform-origin:center center!important;
pointer-events:none!important;
will-change:transform,opacity!important;
animation-name:tqMapForcedElementPulse!important;
animation-duration:var(--tq-pulse-duration-1,4.1s)!important;
animation-delay:var(--tq-pulse-delay-1,-1.3s)!important;
animation-timing-function:cubic-bezier(.18,.62,.28,1)!important;
animation-iteration-count:infinite!important;
animation-fill-mode:both!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring--two{
animation-duration:var(--tq-pulse-duration-2,5.1s)!important;
animation-delay:var(--tq-pulse-delay-2,-3.1s)!important;
}
.tq-h5-map .tq-h5-map__marker--human>.tq-h5-map__pulse-ring{
border-color:rgba(120,16,29,.92)!important;
}
.tq-h5-map .tq-h5-map__marker.is-active>.tq-h5-map__pulse-ring{
border-width:3px!important;
box-shadow:0 0 0 1px rgba(255,255,255,.32)!important;
}
@keyframes tqMapForcedElementPulse{
0%{opacity:0;transform:scale(.88)}
9%{opacity:.9;transform:scale(1)}
72%{opacity:0;transform:scale(2.55)}
100%{opacity:0;transform:scale(2.55)}
}
.tq-h5-map--embedded{
width:100%!important;
max-width:none!important;
margin:0!important;
border:0!important;
box-shadow:none!important;
}
.tq-h5-map--embedded .tq-h5-map__header{
padding:15px 16px 13px!important;
}
.tq-h5-map--embedded .tq-h5-map__header>div{
font-size:9px!important;
}
.tq-h5-map--embedded .tq-h5-map__header h2{
margin:6px 0 3px!important;
font-size:22px!important;
line-height:1.15!important;
}
.tq-h5-map--embedded .tq-h5-map__header p{
font-size:11px!important;
}
.tq-h5-map--embedded .tq-h5-map__layout{
display:grid!important;
grid-template-columns:minmax(0,1fr)!important;
min-height:0!important;
}
.tq-h5-map--embedded .tq-h5-map__canvas{
min-height:420px!important;
height:420px!important;
}
.tq-h5-map--embedded .tq-h5-map__details{
min-height:0!important;
max-height:300px!important;
padding:18px!important;
border-top:1px solid #d4d4d4!important;
}
.tq-h5-map--embedded .tq-h5-map__panel h3{
margin-bottom:12px!important;
font-size:24px!important;
}
.tq-h5-map--embedded .tq-h5-map__event{
margin-bottom:14px!important;
padding-bottom:14px!important;
}
.tq-h5-map--embedded .tq-h5-map__footer{
padding:10px 16px!important;
}
@media(max-width:560px){
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring{inset:-2px!important}
.tq-h5-map--embedded .tq-h5-map__canvas{min-height:380px!important;height:380px!important}
.tq-h5-map--embedded .tq-h5-map__details{max-height:280px!important;padding:16px!important}
.tq-h5-map--embedded .tq-h5-map__header h2{font-size:20px!important}
}
@media(prefers-reduced-motion:reduce){
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring{
display:none!important;
animation:none!important;
}
} .tq-h5-map .tq-h5-map__stage{
position:absolute!important;
inset:0!important;
width:100%!important;
height:100%!important;
padding:0!important;
overflow:visible!important;
}
.tq-h5-map .tq-h5-map__plot{
position:absolute!important;
left:50%!important;
top:50%!important;
z-index:1!important;
display:block!important;
width:calc((100% - 40px) * .7777778);
height:calc(100% - 40px);
max-width:calc(100% - 40px)!important;
max-height:calc(100% - 40px)!important;
margin:0!important;
padding:0!important;
overflow:visible!important;
transform:translate(-50%,-50%)!important;
transform-origin:center center!important;
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__plot>svg{
position:absolute!important;
inset:0!important;
z-index:1!important;
display:block!important;
width:100%!important;
height:100%!important;
max-width:none!important;
max-height:none!important;
margin:0!important;
padding:0!important;
overflow:visible!important;
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__plot>.tq-h5-map__marker{
position:absolute!important;
z-index:2147482400!important;
pointer-events:auto!important;
}
.tq-h5-map .tq-h5-map__plot>.tq-h5-map__marker.is-active{
z-index:2147482500!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring{
display:block!important;
visibility:visible!important;
overflow:visible!important;
animation:none!important;
pointer-events:none!important;
}
.tq-h5-map--embedded .tq-h5-map__header{
text-align:center!important;
}
.tq-h5-map--embedded .tq-h5-map__header>div{
justify-content:center!important;
text-align:center!important;
}
.tq-h5-map--embedded .tq-h5-map__header h2,
.tq-h5-map--embedded .tq-h5-map__header p{
width:100%!important;
text-align:center!important;
}
.tq-h5-map .tq-h5-map__controls>button{
display:flex!important;
align-items:center!important;
justify-content:center!important;
text-align:center!important;
text-indent:0!important;
line-height:1!important;
}
@media(max-width:560px){
.tq-h5-map .tq-h5-map__plot{
width:calc((100% - 20px) * .7777778);
height:calc(100% - 20px);
max-width:calc(100% - 20px)!important;
max-height:calc(100% - 20px)!important;
}
}
.tq-h5-map .tq-h5-map__plot{
width:auto!important;
aspect-ratio:560 / 720!important;
} .tq-h5-map .tq-h5-map__stage{
display:grid!important;
place-items:center!important;
align-items:center!important;
justify-items:center!important;
transform-origin:0 0!important;
}
.tq-h5-map .tq-h5-map__plot{
position:relative!important;
left:auto!important;
top:auto!important;
right:auto!important;
bottom:auto!important;
margin:0!important;
transform:none!important;
flex:none!important;
align-self:center!important;
justify-self:center!important;
}
.tq-h5-map .tq-h5-map__plot>svg{
left:0!important;
top:0!important;
transform:none!important;
}
@supports (-webkit-touch-callout:none){
.tq-h5-map .tq-h5-map__canvas,
.tq-h5-map .tq-h5-map__stage{
-webkit-transform-style:flat!important;
transform-style:flat!important;
}
.tq-h5-map .tq-h5-map__plot{
-webkit-backface-visibility:hidden!important;
backface-visibility:hidden!important;
}
} .tq-h5-map .tq-h5-map__stage{
position:absolute!important;
inset:0!important;
display:block!important;
width:100%!important;
height:100%!important;
padding:0!important;
transform-origin:0 0!important;
overflow:visible!important;
}
.tq-h5-map .tq-h5-map__plot{
position:absolute!important;
display:block!important;
margin:0!important;
padding:0!important;
transform:none!important;
aspect-ratio:auto!important;
align-self:auto!important;
justify-self:auto!important;
overflow:visible!important;
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__plot>svg{
position:absolute!important;
inset:0!important;
display:block!important;
width:100%!important;
height:100%!important;
margin:0!important;
padding:0!important;
transform:none!important;
overflow:visible!important;
}
.tq-h5-map .tq-h5-map__plot>.tq-h5-map__marker{
position:absolute!important;
display:block!important;
pointer-events:auto!important;
touch-action:manipulation!important;
-webkit-tap-highlight-color:transparent!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring{
display:block!important;
visibility:visible!important;
pointer-events:none!important;
backface-visibility:hidden!important;
-webkit-backface-visibility:hidden!important;
transform-origin:50% 50%!important;
}
@supports (-webkit-touch-callout:none){
.tq-h5-map .tq-h5-map__stage,
.tq-h5-map .tq-h5-map__plot,
.tq-h5-map .tq-h5-map__marker{
-webkit-transform-style:flat!important;
transform-style:flat!important;
}
} .tq-h5-map .tq-h5-map__canvas,
.tq-h5-map .tq-h5-map__stage,
.tq-h5-map .tq-h5-map__plot{
box-sizing:border-box!important;
zoom:1!important;
}
.tq-h5-map .tq-h5-map__plot{
contain:layout style!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring{
animation:none!important;
display:block!important;
visibility:visible!important;
overflow:visible!important;
-webkit-transform-origin:50% 50%!important;
transform-origin:50% 50%!important;
} .tq-h5-map .tq-h5-map__canvas{
position:relative!important;
contain:layout paint!important;
isolation:isolate!important;
}
.tq-h5-map .tq-h5-map__stage{
position:absolute!important;
inset:0!important;
z-index:1!important;
width:100%!important;
height:100%!important;
overflow:hidden!important;
}
.tq-h5-map .tq-h5-map__plot{
position:absolute!important;
z-index:2!important;
overflow:visible!important;
pointer-events:none!important;
-webkit-transform:none!important;
transform:none!important;
}
.tq-h5-map .tq-h5-map__plot>svg{
position:absolute!important;
inset:0!important;
width:100%!important;
height:100%!important;
max-width:none!important;
max-height:none!important;
overflow:visible!important;
-webkit-transform:none!important;
transform:none!important;
}
.tq-h5-map .tq-h5-map__plot>.tq-h5-map__marker{
position:absolute!important;
z-index:2147482400!important;
overflow:visible!important;
isolation:isolate!important;
pointer-events:auto!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__marker-core{
position:absolute!important;
inset:0!important;
z-index:3!important;
display:block!important;
border-radius:50%!important;
background:inherit!important;
pointer-events:none!important;
}
.tq-h5-map .tq-h5-map__marker>.tq-h5-map__pulse-ring{
position:absolute!important;
inset:-4px!important;
z-index:1!important;
display:block!important;
visibility:visible!important;
width:auto!important;
height:auto!important;
margin:0!important;
padding:0!important;
border:2px solid rgba(227,38,54,.95)!important;
border-radius:50%!important;
background:transparent!important;
box-shadow:0 0 0 1px rgba(255,255,255,.34)!important;
opacity:0;
overflow:visible!important;
pointer-events:none!important;
animation:none!important;
-webkit-animation:none!important;
transform-origin:50% 50%!important;
-webkit-transform-origin:50% 50%!important;
will-change:transform,opacity!important;
}
.tq-h5-map .tq-h5-map__marker--human>.tq-h5-map__pulse-ring{
border-color:rgba(120,16,29,.95)!important;
}
@media(max-width:782px) and (orientation:portrait){
.tq-h5-map .tq-h5-map__canvas{
width:100%!important;
min-width:0!important;
height:clamp(430px,118vw,620px)!important;
min-height:430px!important;
max-height:620px!important;
}
.tq-h5-map--embedded .tq-h5-map__canvas{
height:clamp(390px,112vw,540px)!important;
min-height:390px!important;
max-height:540px!important;
}
.tq-h5-map .tq-h5-map__gesture-note{
left:10px!important;
bottom:10px!important;
max-width:calc(100% - 90px)!important;
padding:5px 7px!important;
font:600 9px/1.25 Poppins,Arial,sans-serif!important;
white-space:normal!important;
}
.tq-h5-map .tq-h5-map__controls{
top:10px!important;
right:10px!important;
z-index:2147483647!important;
}
.tq-h5-map .tq-h5-map__controls button{
width:40px!important;
min-width:40px!important;
max-width:40px!important;
height:40px!important;
min-height:40px!important;
max-height:40px!important;
font-size:19px!important;
line-height:1!important;
}
.tq-h5-map .tq-h5-map__controls button[data-map-action="reset"]{
height:32px!important;
min-height:32px!important;
max-height:32px!important;
font-size:8px!important;
}
} @media (hover:none), (pointer:coarse){
.tq-h5-map .tq-h5-map__canvas{
touch-action:pan-y!important;
-ms-touch-action:pan-y!important;
overscroll-behavior:auto!important;
cursor:default!important;
}
.tq-h5-map .tq-h5-map__canvas.is-interaction-active{
touch-action:none!important;
-ms-touch-action:none!important;
overscroll-behavior:contain!important;
cursor:grab!important;
}
.tq-h5-map .tq-h5-map__controls button[data-map-action="release"]{
display:none!important;
height:32px!important;
min-height:32px!important;
max-height:32px!important;
font-size:8px!important;
letter-spacing:.03em!important;
}
.tq-h5-map .tq-h5-map__canvas.is-interaction-active .tq-h5-map__controls button[data-map-action="release"]{
display:flex!important;
}
} @media (hover:none), (pointer:coarse){
.tq-h5-map .tq-h5-map__controls button[data-map-action="release"]{
display:none!important;
place-items:center!important;
align-items:center!important;
justify-content:center!important;
width:40px!important;
min-width:40px!important;
max-width:40px!important;
height:40px!important;
min-height:40px!important;
max-height:40px!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
font:800 19px/1 Arial,sans-serif!important;
letter-spacing:0!important;
text-indent:0!important;
white-space:nowrap!important;
}
.tq-h5-map .tq-h5-map__canvas.is-interaction-active .tq-h5-map__controls button[data-map-action="release"]{
display:grid!important;
}
} html body .tq-h5-map .tq-h5-map__canvas{
touch-action:pan-y!important;
-ms-touch-action:pan-y!important;
overscroll-behavior:auto!important;
cursor:pointer!important;
}
html body .tq-h5-map .tq-h5-map__canvas.is-interaction-active{
touch-action:none!important;
-ms-touch-action:none!important;
overscroll-behavior:contain!important;
cursor:grab!important;
}
html body .tq-h5-map .tq-h5-map__canvas.is-interaction-active.is-dragging{cursor:grabbing!important}
html body .tq-h5-map .tq-h5-map__controls button[data-map-action="release"]{
display:none!important;
}
html body .tq-h5-map .tq-h5-map__canvas.is-interaction-active .tq-h5-map__controls button[data-map-action="release"]{
display:flex!important;
} html body .tq-h5-map .tq-h5-map__details{
overscroll-behavior:auto!important;
}
html body .tq-h5-map .tq-h5-map__canvas:not(.is-interaction-active){
overscroll-behavior:auto!important;
touch-action:pan-y!important;
} html body .tq-h5-map .tq-h5-map__gesture-note{
position:absolute!important;
left:14px!important;
right:auto!important;
top:auto!important;
bottom:12px!important;
z-index:2147483640!important;
display:block!important;
max-width:calc(100% - 108px)!important;
margin:0!important;
padding:6px 8px!important;
border:0!important;
background:rgba(255,255,255,.88)!important;
color:#444!important;
-webkit-text-fill-color:#444!important;
font:600 9px/1.25 Poppins,Arial,sans-serif!important;
letter-spacing:0!important;
text-transform:none!important;
text-align:left!important;
white-space:normal!important;
box-sizing:border-box!important;
pointer-events:none!important;
}
@media(max-width:560px){
html body .tq-h5-map .tq-h5-map__gesture-note{
left:10px!important;
bottom:9px!important;
max-width:calc(100% - 90px)!important;
padding:5px 7px!important;
font-size:8px!important;
}
}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
.tq-h5,.tq-h5 *{box-sizing:border-box}.tq-h5{width:min(1180px,calc(100% - 32px));margin:18px auto 26px;background:#fff;border:1px solid #ddd;box-shadow:0 14px 38px rgba(0,0,0,.14);font-family:Poppins,Arial,sans-serif;color:#111}.tq-h5__bar{min-height:42px;padding:9px 15px;background:#111;color:#fff;display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.05em}.tq-h5__bar strong{color:#fff}.tq-h5__bar time{margin-left:auto;color:#aaa;letter-spacing:0;text-transform:none}.tq-h5__pulse{width:9px;height:9px;border-radius:50%;background:#e32636;box-shadow:0 0 0 0 rgba(227,38,54,.7);animation:tqpulse 1.8s infinite}@keyframes tqpulse{70%{box-shadow:0 0 0 9px rgba(227,38,54,0)}}.tq-h5__grid{display:grid;grid-template-columns:1.38fr .82fr;min-height:520px}.tq-h5__hero{position:relative;display:flex;align-items:flex-end;min-height:520px;overflow:hidden;color:#fff!important;text-decoration:none!important}.tq-h5__hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.tq-h5__hero:hover img{transform:scale(1.025)}.tq-h5__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.96),rgba(0,0,0,.45) 50%,rgba(0,0,0,.05) 82%)}.tq-h5__hero-copy{position:relative;z-index:2;padding:34px 34px 38px;max-width:760px}.tq-h5__hero-copy small{color:#ff4050;font-weight:800;letter-spacing:.08em;font-size:10px}.tq-h5__hero h2{margin:8px 0 12px;color:#fff;font-size:clamp(30px,3vw,47px);font-weight:700;letter-spacing:-.045em;line-height:1.06}.tq-h5__hero p{max-width:650px;margin:0 0 18px;color:#ddd;font-size:14px;line-height:1.5}.tq-h5__hero b{font-size:12px;border-bottom:2px solid #e32636;padding-bottom:4px}.tq-h5__feed{padding:0 18px 18px;background:#f4f4f4;border-left:1px solid #d7d7d7;overflow:hidden}.tq-h5__toggle{width:100%;padding:15px 3px 12px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #cfcfcf;background:transparent;color:#111;font:700 12px/1.2 Poppins,Arial,sans-serif;cursor:pointer;text-align:left}.tq-h5__toggle b{font-size:15px;transition:transform .2s ease}.tq-h5__toggle[aria-expanded="false"] b{transform:rotate(180deg)}.tq-h5__panel[hidden]{display:none}.tq-h5__items{max-height:420px;overflow:auto;scrollbar-width:thin}.tq-h5__item{display:grid;grid-template-columns:78px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #d8d8d8}.tq-h5__label{padding-top:2px;color:#e32636;font:700 9px/1.3 Georgia,serif;text-transform:uppercase}.tq-h5__update strong{display:block;margin:0 0 4px;color:#111;font:700 12px/1.35 Georgia,serif}.tq-h5__update p,.tq-h5__update .tq-h5__summary{margin:0;color:#333;font:400 10.5px/1.45 Georgia,serif}.tq-h5__source-note{padding:12px 0 2px;color:#777;font:400 8px/1.4 Georgia,serif}.tq-h5__empty{padding:22px 0;color:#666;font-size:12px;line-height:1.5}@media(max-width:900px){.tq-h5__grid{grid-template-columns:1fr}.tq-h5__feed{border-left:0;border-top:1px solid #d7d7d7}.tq-h5__items{max-height:none}}@media(max-width:620px){.tq-h5{width:100%;margin:12px 0 22px;border-left:0;border-right:0}.tq-h5__bar{font-size:9px;padding:9px 11px}.tq-h5__bar time{max-width:125px;text-align:right}.tq-h5__hero,.tq-h5__grid{min-height:430px}.tq-h5__hero-copy{padding:25px 19px}.tq-h5__hero h2{font-size:31px}.tq-h5__feed{padding:0 12px 14px}.tq-h5__item{grid-template-columns:72px 1fr;gap:8px}}@media(prefers-reduced-motion:reduce){.tq-h5__pulse{animation:none}.tq-h5__hero img,.tq-h5__toggle b{transition:none}}
.tq-h5__hero-wrap{position:relative;min-width:0;min-height:520px;overflow:hidden}.tq-h5__hero-wrap .tq-h5__hero{height:100%}.tq-h5__story-nav{position:absolute;z-index:4;top:50%;width:42px;height:52px;margin-top:-26px;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.62);color:#fff;font:500 34px/1 Arial,sans-serif;cursor:pointer;transition:background .2s ease,opacity .2s ease}.tq-h5__story-nav:hover,.tq-h5__story-nav:focus-visible{background:#e32636}.tq-h5__story-nav:disabled{opacity:.25;cursor:default}.tq-h5__story-nav--prev{left:14px}.tq-h5__story-nav--next{right:14px}.tq-h5--compact{width:100%;max-width:760px;margin:22px auto;box-shadow:0 8px 24px rgba(0,0,0,.1)}.tq-h5--compact .tq-h5__bar{min-height:40px}.tq-h5--compact .tq-h5__compact-body{padding:0 16px 10px;background:#f4f4f4}.tq-h5--compact .tq-h5__items{max-height:390px}.tq-h5--compact .tq-h5__item{grid-template-columns:86px 1fr}.tq-h5--compact .tq-h5__update strong{font-size:13px}.tq-h5--compact .tq-h5__update p,.tq-h5__update .tq-h5__summary{font-size:11.5px}.tq-h5--compact .tq-h5__last{font-size:9px}@media(max-width:900px){.tq-h5__hero-wrap{min-height:430px}}@media(max-width:620px){.tq-h5__story-nav{top:auto;bottom:14px;width:38px;height:42px;margin:0;font-size:29px}.tq-h5__story-nav--prev{left:auto;right:58px}.tq-h5__story-nav--next{right:14px}.tq-h5--compact{width:100%;margin:16px 0}.tq-h5--compact .tq-h5__compact-body{padding:0 12px 8px}.tq-h5--compact .tq-h5__item{grid-template-columns:76px 1fr}}
.tq-h5--compact{left:auto!important;transform:none!important;max-width:760px!important;width:100%!important}
.tq-h5__label span,.tq-h5__label .tq-h5__time{display:block}
.tq-h5__label .tq-h5__time{margin-top:3px;line-height:1.2;white-space:normal}
.tq-h5__compact-actions{padding:12px 0 4px;text-align:center}.tq-h5__more{min-width:150px;padding:10px 16px;border:1px solid #111;background:#fff;color:#111;font:700 11px/1.2 Poppins,Arial,sans-serif;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.tq-h5__more:hover,.tq-h5__more:focus-visible{background:#111;color:#fff}.tq-h5__more:disabled{opacity:.55;cursor:default}
.tq-h5--compact .tq-h5__label{line-height:1.25}.tq-h5--compact .tq-h5__label .tq-h5__time{font-size:9px;color:#555;font-weight:600}
.tq-h5__date{display:block!important}.tq-h5__date-break{display:block!important;content:""}.tq-h5__label .tq-h5__time{display:block!important;clear:both!important;margin-top:3px!important}
.tq-h5--compact .tq-h5__items{max-height:390px!important;overflow-y:auto!important;overflow-x:hidden!important}.tq-h5--compact .tq-h5__compact-notes{padding:2px 0 8px;border-top:1px solid #d8d8d8}.tq-h5--compact .tq-h5__compact-notes .tq-h5__source-note{padding-top:9px}
.tq-h5--compact .tq-h5__compact-tabs{display:grid;grid-template-columns:1fr 1fr;margin:0 -16px 10px;border-bottom:1px solid #cfcfcf;background:#ededed}.tq-h5--compact .tq-h5__tab{min-height:44px;padding:11px 8px;border:0;border-bottom:3px solid transparent;background:transparent;color:#555;font:700 11px/1.2 Poppins,Arial,sans-serif;cursor:pointer}.tq-h5--compact .tq-h5__tab+.tq-h5__tab{border-left:1px solid #d1d1d1}.tq-h5--compact .tq-h5__tab.is-active{background:#fff;color:#111;border-bottom-color:#e32636}.tq-h5--compact .tq-h5__tab-panel[hidden]{display:none}.tq-h5--compact .tq-h5__risk{display:grid;grid-template-columns:100px 1fr;gap:14px;align-items:center;margin:12px 0;padding:15px;border-left:4px solid #2f7b45;background:#fff}.tq-h5--compact .tq-h5__eyebrow{display:block;color:#666;font-size:8px;font-weight:800;line-height:1.35;letter-spacing:.06em}.tq-h5--compact .tq-h5__risk strong{display:block;margin-top:5px;color:#2f7b45;font-size:25px;line-height:1}.tq-h5--compact .tq-h5__risk p,.tq-h5--compact .tq-h5__risk .tq-h5__text,.tq-h5--compact .tq-h5__advice-block p,.tq-h5--compact .tq-h5__advice-block .tq-h5__text,.tq-h5--compact .tq-h5__report p,.tq-h5--compact .tq-h5__report .tq-h5__text{margin:0;color:#333;font:400 11px/1.5 Georgia,serif}.tq-h5--compact .tq-h5__advice-block{padding:14px 0;border-top:1px solid #d5d5d5}.tq-h5--compact .tq-h5__advice-block h3,.tq-h5--compact .tq-h5__report h3{margin:0 0 8px;color:#111;font:700 14px/1.3 Poppins,Arial,sans-serif}.tq-h5--compact .tq-h5__advice-block ul{margin:0;padding:0;list-style:none}.tq-h5--compact .tq-h5__advice-block li{position:relative;margin:0;padding:8px 0 8px 18px;border-bottom:1px solid #ddd;color:#222;font:400 11px/1.45 Georgia,serif}.tq-h5--compact .tq-h5__advice-block li:before{content:"";position:absolute;left:0;top:14px;width:7px;height:7px;border-radius:50%;background:#e32636}.tq-h5--compact .tq-h5__report{display:flex;gap:12px;padding:15px;background:#111;color:#fff}.tq-h5--compact .tq-h5__report-icon{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:#e32636;font-weight:800}.tq-h5--compact .tq-h5__report h3,.tq-h5--compact .tq-h5__report p,.tq-h5--compact .tq-h5__report .tq-h5__text{color:#fff}.tq-h5--compact .tq-h5__report a{display:inline-block;margin-top:10px;padding-bottom:3px;border-bottom:2px solid #e32636;color:#fff!important;font:700 12px/1.2 Poppins,Arial,sans-serif;text-decoration:none!important}@media(max-width:620px){.tq-h5--compact .tq-h5__compact-tabs{margin-left:-12px;margin-right:-12px}.tq-h5--compact .tq-h5__risk{grid-template-columns:88px 1fr}} .tq-h5__report{align-items:flex-start!important}
.tq-h5__report-copy{display:block!important;flex:1 1 auto!important;min-width:0!important;text-align:left!important}
.tq-h5__report-copy h3{display:block!important;width:100%!important;margin:0 0 7px!important;padding:0!important;line-height:1.3!important}
.tq-h5__report-copy p,.tq-h5__report-copy .tq-h5__text{display:block!important;width:100%!important;margin:0!important;padding:0!important;line-height:1.5!important;float:none!important;clear:none!important;text-align:left!important}
.tq-h5__report-copy a{display:inline-block!important;clear:both!important;margin-top:10px!important;float:none!important}
.tq-h5__report-icon{margin-top:0!important}
@media(max-width:620px){.tq-h5__report{gap:10px!important;padding:14px!important}.tq-h5__report-copy h3{font-size:13px!important}.tq-h5__report-copy p,.tq-h5__report-copy .tq-h5__text{font-size:11px!important}.tq-h5__report-copy a{font-size:11px!important}} .tq-h5__tab{position:relative!important;z-index:3!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important;pointer-events:auto!important}
.tq-h5__tabs{position:relative!important;z-index:5!important}
.tq-h5__tab-panel{position:relative!important;z-index:1!important} no-ads-zone,tq-h5{display:block!important;width:100%!important}
no-ads-zone.tq-no-ads{position:relative!important;isolation:isolate}
.tq-h5--compact .tq-h5__compact-tabs{position:relative!important;z-index:50!important;display:grid!important;grid-template-columns:1fr 1fr!important}
.tq-h5--compact .tq-h5__compact-tab{position:relative!important;z-index:51!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:46px!important;pointer-events:auto!important;touch-action:manipulation!important;-webkit-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important;cursor:pointer!important}
.tq-h5--compact [data-compact-panel]{display:none!important}
.tq-h5--compact [data-compact-panel].is-active{display:block!important}
.tq-h5--compact .tq-h5__compact-tab.is-active{background:#fff!important;color:#111!important;border-bottom-color:#e32636!important}
.tq-h5__update .tq-h5__summary{margin:0;color:#333;font:400 10.5px/1.45 Georgia,serif}
.tq-h5--compact .tq-h5__update .tq-h5__summary{font-size:11.5px}
.tq-h5__text{margin:0} .tq-h5:not(.tq-h5--compact) .tq-h5__risk .tq-h5__text,
.tq-h5:not(.tq-h5--compact) .tq-h5__advice-block .tq-h5__text,
.tq-h5:not(.tq-h5--compact) .tq-h5__report .tq-h5__text {
display:block!important;
width:auto!important;
margin:0!important;
padding:0!important;
font-family:Georgia,serif!important;
font-size:11px!important;
font-weight:400!important;
line-height:1.5!important;
letter-spacing:0!important;
text-transform:none!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__risk .tq-h5__text,
.tq-h5:not(.tq-h5--compact) .tq-h5__advice-block .tq-h5__text {
color:#333!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__report .tq-h5__text {
color:#fff!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__risk {
grid-template-columns:105px minmax(0,1fr)!important;
gap:15px!important;
margin:14px 0!important;
padding:16px!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__risk strong {
font-size:27px!important;
line-height:1!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__advice-block h3,
.tq-h5:not(.tq-h5--compact) .tq-h5__report h3 {
font-family:Poppins,Arial,sans-serif!important;
font-size:14px!important;
font-weight:700!important;
line-height:1.3!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__advice-block li {
font-family:Georgia,serif!important;
font-size:11px!important;
font-weight:400!important;
line-height:1.45!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__report a {
font-family:Poppins,Arial,sans-serif!important;
font-size:12px!important;
font-weight:700!important;
line-height:1.2!important;
}
@media (min-width:901px) {
.tq-h5:not(.tq-h5--compact) .tq-h5__grid {
height:520px!important;
min-height:520px!important;
overflow:hidden!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__hero-wrap,
.tq-h5:not(.tq-h5--compact) .tq-h5__hero {
height:520px!important;
min-height:520px!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__feed {
height:520px!important;
min-height:0!important;
overflow-y:auto!important;
overflow-x:hidden!important;
}
} .tq-h5--compact .tq-h5__compact-tabs{grid-template-columns:repeat(3,1fr)!important}
.tq-h5__subscribe{padding:22px 18px 24px;background:#fff}.tq-h5__subscribe h3{margin:0 0 8px;font:700 18px/1.25 Poppins,Arial,sans-serif;color:#111}.tq-h5__subscribe .tq-h5__text{margin:0 0 16px;color:#333;font:400 12px/1.5 Georgia,serif}.tq-h5__subscribe label{display:block;margin:0 0 6px;color:#111;font:700 11px/1.2 Poppins,Arial,sans-serif}.tq-h5__subscribe-row{display:flex;gap:8px}.tq-h5__subscribe-row input{min-width:0;flex:1;padding:11px 12px;border:1px solid #bbb;background:#fff;color:#111;font:400 13px/1.2 Arial,sans-serif}.tq-h5__subscribe-row button{padding:11px 16px;border:0;background:#111;color:#fff;font:700 11px/1.2 Poppins,Arial,sans-serif;text-transform:uppercase;cursor:pointer}.tq-h5__subscribe-row button:hover,.tq-h5__subscribe-row button:focus-visible{background:#e32636}.tq-h5__subscribe small{display:block;margin-top:10px;color:#777;font:400 9px/1.4 Arial,sans-serif}.tq-h5__subscribe-message{margin:0 0 14px;padding:10px 12px;border-left:4px solid #2f7b45;background:#f2f7f3;color:#1e5c32;font:600 11px/1.4 Arial,sans-serif}.tq-h5__hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}@media(max-width:520px){.tq-h5__subscribe{padding:18px 12px 20px}.tq-h5__subscribe-row{display:block}.tq-h5__subscribe-row input,.tq-h5__subscribe-row button{width:100%}.tq-h5__subscribe-row button{margin-top:8px}.tq-h5--compact .tq-h5__tab{font-size:10px!important;padding-left:4px!important;padding-right:4px!important}}
.tq-h5:not(.tq-h5--compact) .tq-h5__tabs{grid-template-columns:repeat(3,1fr)!important} .tq-h5__subscribe-panel,.tq-h5__compact-panel--subscribe{width:100%;min-height:0;background:#fff}.tq-h5__subscribe-panel[hidden],.tq-h5__compact-panel--subscribe[hidden]{display:none!important}.tq-h5__subscribe-panel.is-active,.tq-h5__compact-panel--subscribe.is-active{display:block!important}.tq-h5__subscribe form{display:block!important;visibility:visible!important;opacity:1!important}.tq-h5__subscribe-row{align-items:stretch}.tq-h5__subscribe-row input,.tq-h5__subscribe-row button{min-height:42px}.tq-h5--compact .tq-h5__compact-panel--subscribe{padding:0!important}.tq-h5--compact .tq-h5__subscribe{min-height:190px}
.tq-h5__source-credit,.tq-h5__confidence{display:block!important;margin-top:4px;text-transform:none;letter-spacing:0;line-height:1.2}.tq-h5__source-credit{color:#666;font-size:8px;font-style:normal;font-weight:600}.tq-h5__confidence{color:#2f7b45;font-size:7.5px;font-weight:700}.tq-h5--compact .tq-h5__source-credit{font-size:8px}.tq-h5--compact .tq-h5__confidence{font-size:7px}
.tq-h5__update{position:relative}.tq-h5__source-row{display:flex;justify-content:flex-end;align-items:flex-end;gap:8px;margin-top:8px;text-align:right}.tq-h5__source-row .tq-h5__source-credit,.tq-h5__source-row .tq-h5__confidence{display:inline-block!important;margin:0;font-style:normal;text-align:right} @media (min-width:901px) {
.tq-h5:not(.tq-h5--compact) {
overflow:hidden!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__feed {
display:flex!important;
flex-direction:column!important;
height:520px!important;
overflow:hidden!important;
padding-bottom:0!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__tabs {
flex:0 0 auto!important;
margin-bottom:0!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__tab-panel {
min-height:0!important;
overflow-y:auto!important;
overflow-x:hidden!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__updates-panel {
display:flex!important;
flex:1 1 auto!important;
flex-direction:column!important;
min-height:0!important;
overflow:hidden!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__updates-panel[hidden] {
display:none!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__updates-panel .tq-h5__items {
flex:1 1 auto!important;
min-height:0!important;
max-height:none!important;
overflow-y:auto!important;
overflow-x:hidden!important;
padding-right:4px!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__updates-footer {
flex:0 0 auto!important;
padding:0 0 12px!important;
border-top:1px solid #d8d8d8!important;
background:#f4f4f4!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__compact-actions {
padding:9px 0 2px!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__more {
min-width:130px!important;
padding:8px 14px!important;
font-size:9px!important;
}
.tq-h5:not(.tq-h5--compact) .tq-h5__source-note {
padding:7px 0 0!important;
}
} no-ads-zone.tq-no-ads,tq-h5.tq-h5-zone{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}
section.tq-h5.tq-h5--full{position:relative!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;max-width:1180px!important;min-width:0!important;margin:18px auto 26px!important;overflow:hidden!important;font-size:16px!important;line-height:normal!important}
@media(min-width:901px){
.tq-h5--full .tq-h5__grid{height:520px!important;min-height:520px!important;max-height:520px!important;grid-template-columns:minmax(0,1.65fr) minmax(340px,.85fr)!important;overflow:hidden!important}
.tq-h5--full .tq-h5__hero-wrap,.tq-h5--full .tq-h5__hero-wrap .tq-h5__hero{height:520px!important;min-height:520px!important;max-height:520px!important;margin:0!important;padding:0!important;overflow:hidden!important}
.tq-h5--full .tq-h5__feed{display:flex!important;flex-direction:column!important;height:520px!important;min-height:520px!important;max-height:520px!important;padding:0 18px!important;overflow:hidden!important}
.tq-h5--full .tq-h5__tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;flex:0 0 47px!important;min-height:47px!important;max-height:47px!important;margin:0 -18px!important;padding:0!important;overflow:hidden!important}
.tq-h5--full .tq-h5__tab{display:block!important;width:100%!important;min-width:0!important;height:47px!important;min-height:47px!important;max-height:47px!important;margin:0!important;padding:11px 5px!important;border-radius:0!important;font:700 10px/1.2 Poppins,Arial,sans-serif!important;white-space:nowrap!important;float:none!important}
.tq-h5--full .tq-h5__updates-panel.is-active{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-height:0!important;overflow:hidden!important}
.tq-h5--full .tq-h5__items{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important}
}
.tq-h5--full .tq-h5__story-nav{position:absolute!important;top:50%!important;bottom:auto!important;z-index:8!important;float:none!important}
.tq-h5--full .tq-h5__item{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:10px!important;margin:0!important;padding:13px 0!important;font-size:11px!important;line-height:1.4!important;float:none!important}
.tq-h5--full .tq-h5__update strong{font:700 12px/1.35 Georgia,serif!important;letter-spacing:0!important;text-transform:none!important}
.tq-h5--full .tq-h5__summary{font:400 10.5px/1.45 Georgia,serif!important;letter-spacing:0!important;text-transform:none!important}
.tq-h5--full .tq-h5__source-credit,.tq-h5--full .tq-h5__confidence{font-family:Poppins,Arial,sans-serif!important;font-size:7.5px!important;font-style:normal!important;font-weight:600!important;line-height:1.25!important}
.tq-h5--full .tq-h5__more{width:auto!important;min-width:130px!important;min-height:32px!important;margin:0!important;padding:8px 14px!important;border-radius:0!important;font:700 9px/1.2 Poppins,Arial,sans-serif!important;float:none!important}
.tq-h5--full .tq-h5__source-note{font:400 8px/1.4 Georgia,serif!important}
@media(max-width:900px){.tq-h5--full .tq-h5__grid{grid-template-columns:minmax(0,1fr)!important;height:auto!important;min-height:0!important;max-height:none!important}.tq-h5--full .tq-h5__tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tq-h5--full .tq-h5__hero-wrap,.tq-h5--full .tq-h5__hero-wrap .tq-h5__hero{height:430px!important;min-height:430px!important;max-height:430px!important}.tq-h5--full .tq-h5__feed{height:auto!important;min-height:430px!important;max-height:none!important}.tq-h5--full .tq-h5__items{max-height:420px!important}}
.tq-h5__subscribe-status{display:none;margin-top:10px;padding:10px 12px;font:600 11px/1.4 Arial,sans-serif}.tq-h5__subscribe-status--error{display:block;border-left:4px solid #c62828;background:#fff1f1;color:#8b1b1b}.tq-h5__subscribe-success{padding:18px 8px 10px;text-align:center}.tq-h5__subscribe-check{display:grid;width:48px;height:48px;margin:0 auto 13px;place-items:center;border-radius:50%;background:#2f7b45;color:#fff;font:700 26px/1 Arial,sans-serif}.tq-h5__subscribe-success h3{margin:0 0 8px!important;color:#1e5c32!important}.tq-h5__subscribe-success .tq-h5__text{max-width:440px;margin:0 auto!important;color:#333!important}.tq-h5__subscribe-row button:disabled{opacity:.65;cursor:wait} .tq-h5__story-age{display:block!important;margin:0 0 8px!important;padding:0!important;color:#f2f2f2!important;font:600 10px/1.35 Poppins,Arial,sans-serif!important;letter-spacing:.01em!important;text-transform:none!important}
.tq-h5__story-age[hidden]{display:none!important}
.tq-h5__story-age-text{display:inline!important}
.tq-h5__story-age .updated-dot{display:inline-block;position:relative;top:-1px;width:6px;height:6px;margin-left:4px;border-radius:50%;background:#e10600;vertical-align:baseline}
.tq-h5__story-age .updated-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:#e10600;opacity:.25;animation:tqStoryPulseOuter 2.4s ease-out infinite}
.tq-h5__story-age .updated-dot:before{content:"";position:absolute;inset:0;border-radius:50%;background:#ff3b30;opacity:.4;animation:tqStoryPulseInner 1.2s ease-out infinite}
.tq-h5__story-age .updated-dot>span{position:absolute;inset:0;border-radius:50%;background:#e10600;opacity:.6;animation:tqStoryPulseMain 1.8s ease-out infinite}
@keyframes tqStoryPulseMain{0%{transform:scale(1);opacity:.6}70%,100%{transform:scale(2.8);opacity:0}}
@keyframes tqStoryPulseOuter{0%{transform:scale(1);opacity:.25}70%,100%{transform:scale(3.6);opacity:0}}
@keyframes tqStoryPulseInner{0%{transform:scale(1);opacity:.4}70%,100%{transform:scale(1.8);opacity:0}}
.tq-h5--compact .tq-h5__compact-panel--advice.is-active{display:block!important;max-height:520px!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:5px!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;scrollbar-width:thin!important}
.tq-h5--full .tq-h5__tab-panel[data-panel="advice"].is-active{overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important}
@media(max-width:620px){.tq-h5--compact .tq-h5__compact-panel--advice.is-active{max-height:70vh!important;padding-right:3px!important}.tq-h5__story-age{font-size:9px!important}}
@media(prefers-reduced-motion:reduce){.tq-h5__story-age .updated-dot:after,.tq-h5__story-age .updated-dot:before,.tq-h5__story-age .updated-dot>span{animation:none!important}} .tq-h5 .tq-h5__subscribe{padding:16px 18px!important;min-height:0!important;background:#fff!important}
.tq-h5 .tq-h5__subscribe-form{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.tq-h5 .tq-h5__subscribe-row{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
.tq-h5 .tq-h5__subscribe-status:empty{display:none!important;margin:0!important;padding:0!important;border:0!important;min-height:0!important}
@media(max-width:520px){.tq-h5 .tq-h5__subscribe{padding:12px!important}.tq-h5 .tq-h5__subscribe-row{display:flex!important;flex-direction:column!important;gap:8px!important}.tq-h5 .tq-h5__subscribe-row input,.tq-h5 .tq-h5__subscribe-row button{width:100%!important;margin:0!important}.tq-h5--compact .tq-h5__subscribe{min-height:0!important}} .tq-h5 .tq-h5__subscribe,
.tq-h5 .tq-h5__subscribe *,
.tq-h5 .tq-h5__subscribe *::before,
.tq-h5 .tq-h5__subscribe *::after{box-sizing:border-box!important}
.tq-h5 .tq-h5__subscribe-form::before,
.tq-h5 .tq-h5__subscribe-form::after,
.tq-h5 .tq-h5__subscribe-row::before,
.tq-h5 .tq-h5__subscribe-row::after{content:none!important;display:none!important}
.tq-h5 .tq-h5__subscribe-form,
.tq-h5 .tq-h5__subscribe-row{width:100%!important;max-width:none!important;min-height:0!important;overflow:visible!important}
.tq-h5 .tq-h5__subscribe-row input[type="email"],
.tq-h5 .tq-h5__subscribe-row button[type="submit"]{-webkit-appearance:none!important;appearance:none!important;border-radius:0!important;box-shadow:none!important;background-image:none!important;transform:none!important;filter:none!important}
.tq-h5 .tq-h5__subscribe-row input[type="email"]{height:42px!important;min-height:42px!important;margin:0!important;border:1px solid #bbb!important;background-color:#fff!important;color:#111!important;-webkit-text-fill-color:#111!important;opacity:1!important;line-height:20px!important}
.tq-h5 .tq-h5__subscribe-row button[type="submit"]{height:42px!important;min-height:42px!important;margin:0!important;border:0!important;background-color:#111!important;color:#fff!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}
.tq-h5 .tq-h5__subscribe-row input::-webkit-contacts-auto-fill-button,
.tq-h5 .tq-h5__subscribe-row input::-webkit-credentials-auto-fill-button{visibility:hidden!important;display:none!important;pointer-events:none!important}
.tq-h5 .tq-h5__subscribe label,
.tq-h5 .tq-h5__subscribe small{float:none!important;clear:both!important;width:auto!important;height:auto!important;min-height:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
.tq-h5 .tq-h5__subscribe small{display:block!important;margin:10px 0 0!important;padding:0!important;color:#777!important;font:400 9px/1.4 Arial,sans-serif!important;white-space:normal!important}
.tq-h5 .tq-h5__subscribe-status:empty{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:hidden!important}
.tq-h5 .tq-h5__hp{display:none!important}
@media(max-width:520px){
.tq-h5 .tq-h5__subscribe-row input[type="email"]{font-size:16px!important}
.tq-h5 .tq-h5__subscribe-row button[type="submit"]{font-size:11px!important}
} section.tq-h5.tq-h5--subscribe-only{position:relative!important;left:auto!important;right:auto!important;transform:none!important;width:calc(100% - 32px)!important;min-width:0!important;margin:18px auto 26px!important;padding:0!important;overflow:hidden!important;background:#fff!important;border:1px solid #ddd!important;box-shadow:0 8px 24px rgba(0,0,0,.1)!important;font-family:Poppins,Arial,sans-serif!important;color:#111!important}
.tq-h5--subscribe-only .tq-h5__subscribe{padding:22px 24px!important;background:#fff!important}
.tq-h5--subscribe-only .tq-h5__subscribe h3{margin:0 0 6px!important;padding:0!important;color:#111!important;font:700 18px/1.25 Poppins,Arial,sans-serif!important;letter-spacing:-.015em!important;text-transform:none!important}
.tq-h5--subscribe-only .tq-h5__text{margin:0 0 16px!important;padding:0!important;color:#444!important;font:400 12px/1.5 Poppins,Arial,sans-serif!important}
.tq-h5--subscribe-only .tq-h5__subscribe-form label{display:block!important;margin:0 0 6px!important;padding:0!important;color:#111!important;font:700 10px/1.3 Poppins,Arial,sans-serif!important;letter-spacing:.02em!important;text-transform:uppercase!important}
.tq-h5--subscribe-only .tq-h5__subscribe-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;align-items:stretch!important}
.tq-h5--subscribe-only .tq-h5__subscribe-row input[type="email"]{width:100%!important;min-width:0!important;padding:10px 12px!important;font:400 14px/20px Arial,sans-serif!important}
.tq-h5--subscribe-only .tq-h5__subscribe-row button[type="submit"]{width:auto!important;min-width:118px!important;padding:10px 18px!important;font:700 11px/1.2 Poppins,Arial,sans-serif!important;letter-spacing:.04em!important;text-transform:uppercase!important;white-space:nowrap!important}
.tq-h5--subscribe-only .tq-h5__subscribe-message{margin:0 0 14px!important;padding:10px 12px!important;border-left:4px solid #2f7b45!important;background:#f0f8f2!important;color:#1e5c32!important;font:600 11px/1.4 Arial,sans-serif!important}
.tq-h5--subscribe-only .tq-h5__subscribe-success{padding:10px 0!important}
@media(max-width:620px){section.tq-h5.tq-h5--subscribe-only{width:100%!important;margin:14px 0 20px!important;border-left:0!important;border-right:0!important}.tq-h5--subscribe-only .tq-h5__subscribe{padding:18px 15px!important}.tq-h5--subscribe-only .tq-h5__subscribe-row{grid-template-columns:1fr!important}.tq-h5--subscribe-only .tq-h5__subscribe-row button[type="submit"]{width:100%!important}} .tq-h5__relative-time{display:block!important;margin-top:3px!important;color:#777!important;font:600 8px/1.25 Poppins,Arial,sans-serif!important;letter-spacing:0!important;text-transform:none!important;white-space:normal!important}
.tq-h5__source-credit--link{color:#555!important;text-decoration:none!important;border:0!important;font-style:normal!important}
.tq-h5__source-credit--link:hover,.tq-h5__source-credit--link:focus-visible{color:#111!important;text-decoration:underline!important;text-decoration-color:#e32636!important;text-underline-offset:2px!important}
@media(min-width:901px){
.tq-h5--full .tq-h5__tab-panel[data-panel="advice"].is-active{
display:block!important;
flex:1 1 auto!important;
min-height:0!important;
height:auto!important;
max-height:none!important;
margin:0!important;
padding:14px 6px 22px 0!important;
overflow-y:auto!important;
overflow-x:hidden!important;
-webkit-overflow-scrolling:touch!important;
overscroll-behavior:contain!important;
scrollbar-gutter:stable!important;
}
.tq-h5--full .tq-h5__tab-panel[data-panel="advice"] .tq-h5__source-note{padding-bottom:8px!important}
}
@media(max-width:900px){
.tq-h5--full .tq-h5__tab-panel[data-panel="advice"].is-active{
display:block!important;
flex:none!important;
min-height:0!important;
height:auto!important;
max-height:none!important;
padding:14px 0 20px!important;
overflow:visible!important;
}
} .tq-h5 .tq-h5__label > span:first-child{color:#e32636!important}
.tq-h5 .tq-h5__label .tq-h5__time{color:#444!important;font-style:normal!important}
.tq-h5 .tq-h5__label .tq-h5__relative-time{display:block!important;margin-top:2px!important;color:#555!important;-webkit-text-fill-color:#555!important;font-style:normal!important;font-weight:600!important;text-transform:none!important}
.tq-h5--full .tq-h5__hero-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important}
.tq-h5--full .tq-h5__hero-copy h2{order:1!important;width:100%!important;margin-bottom:8px!important}
.tq-h5--full .tq-h5__hero-copy .tq-h5__story-age{order:2!important;display:block!important;width:auto!important;margin:0 0 9px!important;color:#f2f2f2!important}
.tq-h5--full .tq-h5__hero-copy > b{order:3!important;display:inline-block!important;width:auto!important;margin:0!important;clear:both!important;float:none!important} .tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta{order:3!important;display:block!important;width:auto!important;margin:0!important;padding-bottom:4px!important;border-bottom:2px solid #e32636!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font:700 12px/1.25 Poppins,Arial,sans-serif!important;clear:both!important;float:none!important}
.tq-h5--full .tq-h5__hero-wrap>figure.pk-pin-it-container{position:relative!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}
.tq-h5--full .tq-h5__hero-wrap>figure.pk-pin-it-container>.tq-h5__hero{display:flex!important;width:100%!important;height:100%!important;margin:0!important}
.tq-h5--full .tq-h5__hero-wrap .pk-pin-it{display:none!important} .tq-h5--full .tq-h5__hero-copy{
display:grid!important;
grid-template-columns:minmax(0,1fr)!important;
grid-template-rows:auto auto auto!important;
align-content:end!important;
align-items:start!important;
row-gap:0!important;
}
.tq-h5--full .tq-h5__hero-copy>h2{
grid-row:1!important;order:1!important;position:static!important;display:block!important;
width:100%!important;margin:0 0 8px!important;float:none!important;clear:both!important;
}
.tq-h5--full .tq-h5__hero-copy>.tq-h5__story-age{
grid-row:2!important;order:2!important;position:static!important;display:block!important;
width:100%!important;margin:0 0 8px!important;float:none!important;clear:both!important;
color:#f2f2f2!important;-webkit-text-fill-color:#f2f2f2!important;
}
.tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta{
grid-row:3!important;order:3!important;position:static!important;display:block!important;
width:max-content!important;max-width:100%!important;margin:0!important;float:none!important;clear:both!important;
} .tq-h5--full .tq-h5__hero-copy,
.tq-h5--full .tq-h5__hero-copy>h2,
.tq-h5--full .tq-h5__hero-copy>.tq-h5__story-age{
border-bottom:0!important;text-decoration:none!important;
}
.tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta{
position:relative!important;display:inline-block!important;justify-self:start!important;align-self:start!important;
width:auto!important;min-width:0!important;max-width:max-content!important;padding:0 0 5px!important;
border:0!important;border-bottom:0!important;box-shadow:none!important;text-decoration:none!important;
background:transparent!important;line-height:1.25!important;
}
.tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta::after{
content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;
width:100%!important;height:2px!important;background:#e32636!important;display:block!important;
}
.tq-h5--full .tq-h5__hero,
.tq-h5--full .tq-h5__hero:hover,
.tq-h5--full .tq-h5__hero:focus{
border-bottom:0!important;text-decoration:none!important;box-shadow:none!important;
} .tq-h5--full .tq-h5__hero-wrap{
position:relative!important;
isolation:isolate!important;
}
.tq-h5--full .tq-h5__hero-wrap>figure.pk-pin-it-container{
z-index:1!important;
}
.tq-h5--full .tq-h5__story-nav{
z-index:2147483646!important;
pointer-events:auto!important;
touch-action:manipulation!important;
-webkit-tap-highlight-color:transparent!important;
isolation:isolate!important;
}
.tq-h5--full .tq-h5__story-nav::before,
.tq-h5--full .tq-h5__story-nav::after{
pointer-events:none!important;
} .tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta{
position:relative!important;
display:inline-flex!important;
flex-direction:column!important;
align-items:stretch!important;
justify-self:start!important;
align-self:start!important;
width:max-content!important;
min-width:0!important;
max-width:100%!important;
margin:0!important;
padding:0!important;
border:0!important;
box-shadow:none!important;
background:transparent!important;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
text-decoration:none!important;
overflow:visible!important;
}
.tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta::before,
.tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta::after{
content:none!important;
display:none!important;
}
.tq-h5--full .tq-h5__hero-cta-text{
display:block!important;
width:auto!important;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
}
.tq-h5--full .tq-h5__hero-cta-line{
position:relative!important;
display:block!important;
flex:0 0 2px!important;
width:100%!important;
height:2px!important;
min-height:2px!important;
max-height:2px!important;
margin:4px 0 0!important;
padding:0!important;
border:0!important;
background:#e32636!important;
background-color:#e32636!important;
box-shadow:none!important;
opacity:1!important;
visibility:visible!important;
transform:none!important;
pointer-events:none!important;
} .tq-h5 .tq-h5__subscribe-panel,
.tq-h5 .tq-h5__compact-panel--subscribe{
position:relative!important;
width:100%!important;
min-width:0!important;
margin:0!important;
padding:0!important;
border:0!important;
background:#fff!important;
box-shadow:none!important;
overflow:visible!important;
}
.tq-h5 .tq-h5__subscribe{
position:relative!important;
display:block!important;
width:100%!important;
min-width:0!important;
min-height:0!important;
margin:0!important;
padding:18px!important;
border:0!important;
background:#fff!important;
box-shadow:none!important;
color:#111!important;
text-align:left!important;
overflow:visible!important;
}
.tq-h5 .tq-h5__subscribe h3{
display:block!important;
width:auto!important;
margin:0 0 8px!important;
padding:0!important;
border:0!important;
background:transparent!important;
color:#111!important;
-webkit-text-fill-color:#111!important;
font:700 18px/1.25 Poppins,Arial,sans-serif!important;
letter-spacing:-.015em!important;
text-align:left!important;
text-transform:none!important;
float:none!important;
clear:both!important;
}
.tq-h5 .tq-h5__subscribe>.tq-h5__text{
display:block!important;
width:auto!important;
margin:0 0 14px!important;
padding:0!important;
color:#222!important;
-webkit-text-fill-color:#222!important;
font:400 12px/1.45 Georgia,serif!important;
letter-spacing:0!important;
text-align:left!important;
text-transform:none!important;
}
.tq-h5 .tq-h5__subscribe-form{
position:relative!important;
display:block!important;
width:100%!important;
min-width:0!important;
min-height:0!important;
margin:0!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
}
.tq-h5 .tq-h5__subscribe-form>label{
position:static!important;
display:block!important;
width:auto!important;
height:auto!important;
margin:0 0 6px!important;
padding:0!important;
border:0!important;
background:transparent!important;
color:#111!important;
-webkit-text-fill-color:#111!important;
font:700 11px/1.25 Poppins,Arial,sans-serif!important;
letter-spacing:0!important;
text-align:left!important;
text-transform:none!important;
float:none!important;
clear:both!important;
}
.tq-h5 .tq-h5__subscribe-row{
position:relative!important;
display:flex!important;
flex-direction:row!important;
flex-wrap:nowrap!important;
align-items:stretch!important;
justify-content:flex-start!important;
gap:8px!important;
width:100%!important;
min-width:0!important;
min-height:42px!important;
height:42px!important;
margin:0!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
overflow:visible!important;
float:none!important;
clear:both!important;
}
.tq-h5 .tq-h5__subscribe-row::before,
.tq-h5 .tq-h5__subscribe-row::after,
.tq-h5 .tq-h5__subscribe-form::before,
.tq-h5 .tq-h5__subscribe-form::after,
.tq-h5 .tq-h5__subscribe-row button[type="submit"]::before,
.tq-h5 .tq-h5__subscribe-row button[type="submit"]::after{
content:none!important;
display:none!important;
}
.tq-h5 .tq-h5__subscribe-row input[type="email"]{
position:static!important;
display:block!important;
flex:1 1 auto!important;
width:auto!important;
min-width:0!important;
max-width:none!important;
height:42px!important;
min-height:42px!important;
max-height:42px!important;
margin:0!important;
padding:10px 12px!important;
border:1px solid #bbb!important;
border-radius:0!important;
outline-offset:2px!important;
background:#fff!important;
background-image:none!important;
box-shadow:none!important;
color:#111!important;
-webkit-text-fill-color:#111!important;
font:400 14px/20px Arial,sans-serif!important;
letter-spacing:0!important;
text-align:left!important;
text-transform:none!important;
opacity:1!important;
transform:none!important;
float:none!important;
clear:none!important;
-webkit-appearance:none!important;
appearance:none!important;
}
.tq-h5 .tq-h5__subscribe-row button[type="submit"]{
position:static!important;
inset:auto!important;
z-index:2!important;
display:inline-flex!important;
flex:0 0 auto!important;
align-items:center!important;
justify-content:center!important;
width:auto!important;
min-width:94px!important;
max-width:none!important;
height:42px!important;
min-height:42px!important;
max-height:42px!important;
margin:0!important;
padding:10px 14px!important;
border:0!important;
border-radius:0!important;
background:#111!important;
background-color:#111!important;
background-image:none!important;
box-shadow:none!important;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
font:700 10px/1.2 Poppins,Arial,sans-serif!important;
letter-spacing:.02em!important;
text-align:center!important;
text-decoration:none!important;
text-transform:uppercase!important;
white-space:nowrap!important;
opacity:1!important;
visibility:visible!important;
overflow:hidden!important;
transform:none!important;
filter:none!important;
float:none!important;
clear:none!important;
cursor:pointer!important;
pointer-events:auto!important;
touch-action:manipulation!important;
-webkit-appearance:none!important;
appearance:none!important;
}
.tq-h5 .tq-h5__subscribe-row button[type="submit"]>*{
position:static!important;
display:inline!important;
width:auto!important;
height:auto!important;
margin:0!important;
padding:0!important;
border:0!important;
background:transparent!important;
color:inherit!important;
-webkit-text-fill-color:inherit!important;
font:inherit!important;
line-height:inherit!important;
opacity:1!important;
visibility:visible!important;
transform:none!important;
}
.tq-h5 .tq-h5__subscribe-row button[type="submit"]:hover,
.tq-h5 .tq-h5__subscribe-row button[type="submit"]:focus-visible{
background:#e32636!important;
background-color:#e32636!important;
color:#fff!important;
}
.tq-h5 .tq-h5__subscribe-row button[type="submit"]:disabled{
background:#555!important;
color:#fff!important;
opacity:.75!important;
}
.tq-h5 .tq-h5__subscribe-form>small{
position:static!important;
display:block!important;
width:auto!important;
height:auto!important;
min-height:0!important;
margin:10px 0 0!important;
padding:0!important;
border:0!important;
background:transparent!important;
color:#777!important;
-webkit-text-fill-color:#777!important;
font:400 9px/1.4 Arial,sans-serif!important;
letter-spacing:0!important;
text-align:left!important;
text-transform:none!important;
white-space:normal!important;
float:none!important;
clear:both!important;
}
.tq-h5 .tq-h5__subscribe-status:empty{
display:none!important;
width:0!important;
height:0!important;
min-height:0!important;
margin:0!important;
padding:0!important;
border:0!important;
background:transparent!important;
overflow:hidden!important;
}
.tq-h5 .tq-h5__subscribe-status--error{
display:block!important;
width:100%!important;
height:auto!important;
margin:10px 0 0!important;
padding:10px 12px!important;
border:0!important;
border-left:4px solid #c62828!important;
background:#fff1f1!important;
color:#8b1b1b!important;
font:600 11px/1.4 Arial,sans-serif!important;
}
.tq-h5--subscribe-only .tq-h5__subscribe{
padding:22px 24px!important;
}
@media(max-width:340px){
.tq-h5 .tq-h5__subscribe-row{
flex-direction:column!important;
height:auto!important;
min-height:0!important;
}
.tq-h5 .tq-h5__subscribe-row input[type="email"],
.tq-h5 .tq-h5__subscribe-row button[type="submit"]{
width:100%!important;
max-width:100%!important;
}
} .tq-h5--compact .tq-h5__compact-tabs{
grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.tq-h5--compact .tq-h5__compact-panel--map{
width:auto!important;
margin:0 -16px -10px!important;
padding:0!important;
overflow:hidden!important;
background:#f4f4f4!important;
}
.tq-h5--compact .tq-h5__compact-panel--map.is-active{
display:block!important;
}
.tq-h5--compact .tq-h5__compact-panel--map>.tq-h5-map-zone{
display:block!important;
width:100%!important;
margin:0!important;
padding:0!important;
}
@media(max-width:620px){
.tq-h5--compact .tq-h5__compact-tabs .tq-h5__tab{
padding-left:3px!important;
padding-right:3px!important;
font-size:9px!important;
}
.tq-h5--compact .tq-h5__compact-panel--map{
margin-left:-12px!important;
margin-right:-12px!important;
margin-bottom:-8px!important;
}
} .tq-h5--compact .tq-h5__compact-tabs .tq-h5__compact-tab{
display:flex!important;
align-items:center!important;
justify-content:center!important;
width:100%!important;
height:46px!important;
min-height:46px!important;
margin:0!important;
padding:5px 4px!important;
text-align:center!important;
text-indent:0!important;
line-height:1.2!important;
white-space:normal!important;
vertical-align:middle!important;
}
.tq-h5--compact .tq-h5__compact-tabs .tq-h5__compact-tab::before,
.tq-h5--compact .tq-h5__compact-tabs .tq-h5__compact-tab::after{
content:none!important;
display:none!important;
} .tq-h5--full .tq-h5__hero-wrap{
position:relative!important;
isolation:isolate!important;
}
.tq-h5--full .tq-h5__hero,
.tq-h5--full .tq-h5__hero-copy,
.tq-h5--full .tq-h5__hero-copy>h2,
.tq-h5--full .tq-h5__hero-copy>.tq-h5__story-age,
.tq-h5--full .tq-h5__hero-copy>.tq-h5__hero-cta{
pointer-events:auto!important;
}
.tq-h5--full .tq-h5__hero-hitarea{
position:absolute!important;
inset:0!important;
z-index:2147483000!important;
display:block!important;
width:100%!important;
height:100%!important;
margin:0!important;
padding:0!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
cursor:pointer!important;
pointer-events:auto!important;
touch-action:manipulation!important;
-webkit-tap-highlight-color:transparent!important;
text-decoration:none!important;
}
.tq-h5--full .tq-h5__story-nav{
z-index:2147483646!important;
pointer-events:auto!important;
} .tq-h5 .tq-h5__full-update-button{
appearance:none!important;
-webkit-appearance:none!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
width:auto!important;
min-width:0!important;
min-height:0!important;
margin:8px 0 0!important;
padding:0 0 3px!important;
border:0!important;
border-bottom:2px solid #e32636!important;
border-radius:0!important;
background:transparent!important;
box-shadow:none!important;
color:#111!important;
-webkit-text-fill-color:#111!important;
font:700 9px/1.3 Poppins,Arial,sans-serif!important;
letter-spacing:0!important;
text-align:left!important;
text-decoration:none!important;
text-transform:none!important;
cursor:pointer!important;
pointer-events:auto!important;
touch-action:manipulation!important;
}
.tq-h5 .tq-h5__full-update-button:hover,
.tq-h5 .tq-h5__full-update-button:focus-visible{
color:#e32636!important;
-webkit-text-fill-color:#e32636!important;
outline:2px solid rgba(227,38,54,.22)!important;
outline-offset:4px!important;
}
html.tq-h5-modal-open,
body.tq-h5-modal-open{
overflow:hidden!important;
overscroll-behavior:none!important;
}
.tq-h5-modal[hidden]{display:none!important}
.tq-h5-modal{
position:fixed!important;
inset:0!important;
z-index:2147483647!important;
display:grid!important;
place-items:center!important;
padding:24px!important;
opacity:0!important;
visibility:hidden!important;
transition:opacity .18s ease,visibility .18s ease!important;
font-family:Poppins,Arial,sans-serif!important;
}
.tq-h5-modal.is-open{
opacity:1!important;
visibility:visible!important;
}
.tq-h5-modal__backdrop{
position:absolute!important;
inset:0!important;
background:rgba(0,0,0,.72)!important;
backdrop-filter:blur(3px)!important;
-webkit-backdrop-filter:blur(3px)!important;
cursor:pointer!important;
}
.tq-h5-modal__dialog{
position:relative!important;
z-index:2!important;
width:min(720px,100%)!important;
max-height:min(82vh,760px)!important;
margin:0!important;
padding:34px 36px 30px!important;
overflow:auto!important;
overscroll-behavior:contain!important;
border:1px solid #d5d5d5!important;
border-top:5px solid #e32636!important;
border-radius:0!important;
background:#fff!important;
box-shadow:0 26px 80px rgba(0,0,0,.4)!important;
color:#111!important;
-webkit-overflow-scrolling:touch!important;
transform:translateY(12px) scale(.985)!important;
transition:transform .18s ease!important;
outline:none!important;
}
.tq-h5-modal.is-open .tq-h5-modal__dialog{
transform:translateY(0) scale(1)!important;
}
.tq-h5-modal__close{
appearance:none!important;
-webkit-appearance:none!important;
position:sticky!important;
top:-24px!important;
float:right!important;
z-index:3!important;
display:grid!important;
place-items:center!important;
width:42px!important;
min-width:42px!important;
height:42px!important;
min-height:42px!important;
margin:-20px -20px 4px 16px!important;
padding:0!important;
border:1px solid #cfcfcf!important;
border-radius:0!important;
background:#111!important;
color:#fff!important;
font:400 30px/1 Arial,sans-serif!important;
cursor:pointer!important;
}
.tq-h5-modal__close:hover,
.tq-h5-modal__close:focus-visible{
background:#e32636!important;
outline:3px solid rgba(227,38,54,.25)!important;
outline-offset:2px!important;
}
.tq-h5-modal__eyebrow{
margin:0 54px 8px 0!important;
color:#e32636!important;
font:800 10px/1.2 Poppins,Arial,sans-serif!important;
letter-spacing:.09em!important;
}
.tq-h5-modal__title{
margin:0 50px 9px 0!important;
color:#111!important;
font:700 clamp(24px,4vw,36px)/1.12 Georgia,serif!important;
letter-spacing:-.025em!important;
}
.tq-h5-modal__meta{
margin:0 0 20px!important;
color:#666!important;
font:600 10px/1.4 Poppins,Arial,sans-serif!important;
}
.tq-h5-modal__body{
margin:0!important;
color:#222!important;
white-space:pre-wrap!important;
overflow-wrap:anywhere!important;
font:400 16px/1.65 Georgia,serif!important;
}
.tq-h5-modal__source{
margin:24px 0 0!important;
padding-top:15px!important;
border-top:1px solid #ddd!important;
color:#555!important;
font:700 10px/1.4 Poppins,Arial,sans-serif!important;
}
.tq-h5-modal__source a{
color:#111!important;
text-decoration:none!important;
border-bottom:2px solid #e32636!important;
padding-bottom:2px!important;
}
.tq-h5-modal__exit{
appearance:none!important;
-webkit-appearance:none!important;
display:inline-flex!important;
justify-content:center!important;
min-width:150px!important;
margin:26px 0 0!important;
padding:12px 18px!important;
border:1px solid #111!important;
border-radius:0!important;
background:#111!important;
color:#fff!important;
font:700 11px/1.2 Poppins,Arial,sans-serif!important;
text-transform:uppercase!important;
cursor:pointer!important;
}
.tq-h5-modal__exit:hover,
.tq-h5-modal__exit:focus-visible{
background:#e32636!important;
border-color:#e32636!important;
outline:3px solid rgba(227,38,54,.25)!important;
outline-offset:2px!important;
}
@media(max-width:620px){
.tq-h5-modal{
align-items:end!important;
padding:0!important;
}
.tq-h5-modal__dialog{
width:100%!important;
max-width:none!important;
max-height:88dvh!important;
margin:0!important;
padding:24px 20px calc(24px + env(safe-area-inset-bottom))!important;
border-left:0!important;
border-right:0!important;
border-bottom:0!important;
transform:translateY(28px)!important;
}
.tq-h5-modal.is-open .tq-h5-modal__dialog{transform:translateY(0)!important}
.tq-h5-modal__close{
top:-16px!important;
margin:-10px -8px 4px 14px!important;
}
.tq-h5-modal__title{
margin-right:44px!important;
font-size:26px!important;
}
.tq-h5-modal__body{font-size:15px!important;line-height:1.6!important}
.tq-h5-modal__exit{width:100%!important}
}
@media(prefers-reduced-motion:reduce){
.tq-h5-modal,.tq-h5-modal__dialog{transition:none!important}
} html > .tq-h5-modal{
position:fixed!important;
top:0!important;
right:0!important;
bottom:0!important;
left:0!important;
width:100vw!important;
height:var(--tq-modal-vh,100%)!important;
min-height:var(--tq-modal-vh,100%)!important;
max-width:none!important;
margin:0!important;
transform:none!important;
z-index:2147483647!important;
isolation:isolate!important;
contain:layout style paint!important;
pointer-events:auto!important;
}
html > .tq-h5-modal .tq-h5-modal__backdrop{
position:fixed!important;
inset:0!important;
width:100vw!important;
height:var(--tq-modal-vh,100%)!important;
z-index:0!important;
pointer-events:auto!important;
}
html > .tq-h5-modal .tq-h5-modal__dialog{
z-index:1!important;
pointer-events:auto!important;
}
.tq-h5 .tq-h5__full-update-button{
max-width:max-content!important;
height:auto!important;
line-height:1.3!important;
white-space:normal!important;
float:none!important;
}
.tq-h5--full .tq-h5__story-nav{
z-index:2147483647!important;
pointer-events:auto!important;
touch-action:manipulation!important;
}
@supports (-webkit-touch-callout:none){
html > .tq-h5-modal{
display:flex!important;
align-items:center!important;
justify-content:center!important;
-webkit-transform:translateZ(0)!important;
}
html > .tq-h5-modal .tq-h5-modal__dialog{
flex:0 1 720px!important;
}
}
@media(max-width:620px){
html > .tq-h5-modal{
display:flex!important;
align-items:flex-end!important;
justify-content:stretch!important;
padding:0!important;
}
html > .tq-h5-modal .tq-h5-modal__dialog{
flex:0 0 auto!important;
width:100%!important;
max-height:calc(var(--tq-modal-vh,100vh) - max(12px,env(safe-area-inset-top)))!important;
}
.tq-h5 .tq-h5__full-update-button{
display:inline-flex!important;
width:auto!important;
max-width:max-content!important;
min-height:0!important;
padding:0 0 3px!important;
font-size:9px!important;
}
} .tq-h5--full .tq-h5__hero{
pointer-events:none!important;
}
.tq-h5--full .tq-h5__hero-hitarea{
pointer-events:auto!important;
}
.tq-h5--full .tq-h5__story-nav{
position:absolute!important;
z-index:2147483647!important;
pointer-events:auto!important;
touch-action:none!important;
-webkit-user-select:none!important;
user-select:none!important;
-webkit-tap-highlight-color:transparent!important;
} .tq-h5--full .tq-h5__hero-wrap{
touch-action:pan-y!important;
overscroll-behavior-x:contain!important;
}
.tq-h5--full .tq-h5__hero{
will-change:transform,opacity!important;
}
.tq-h5--full .tq-h5__hero-wrap.is-sliding-left .tq-h5__hero{
animation:tqStorySlideLeft .24s ease both!important;
}
.tq-h5--full .tq-h5__hero-wrap.is-sliding-right .tq-h5__hero{
animation:tqStorySlideRight .24s ease both!important;
}
@keyframes tqStorySlideLeft{
0%{opacity:.62;transform:translate3d(18px,0,0)}
100%{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes tqStorySlideRight{
0%{opacity:.62;transform:translate3d(-18px,0,0)}
100%{opacity:1;transform:translate3d(0,0,0)}
}
.tq-h5--full .tq-h5__story-dots{
position:absolute!important;
left:50%!important;
bottom:13px!important;
z-index:2147483647!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
gap:7px!important;
width:max-content!important;
max-width:calc(100% - 120px)!important;
margin:0!important;
padding:6px 9px!important;
border-radius:999px!important;
background:rgba(0,0,0,.34)!important;
transform:translateX(-50%)!important;
pointer-events:auto!important;
touch-action:manipulation!important;
}
.tq-h5--full .tq-h5__story-dot{
appearance:none!important;
-webkit-appearance:none!important;
display:block!important;
width:7px!important;
min-width:7px!important;
max-width:7px!important;
height:7px!important;
min-height:7px!important;
max-height:7px!important;
margin:0!important;
padding:0!important;
border:1px solid rgba(255,255,255,.88)!important;
border-radius:50%!important;
background:rgba(255,255,255,.38)!important;
box-shadow:none!important;
transform:none!important;
cursor:pointer!important;
pointer-events:auto!important;
}
.tq-h5--full .tq-h5__story-dot::before,
.tq-h5--full .tq-h5__story-dot::after{
display:none!important;
content:none!important;
}
.tq-h5--full .tq-h5__story-dot.is-active{
width:18px!important;
min-width:18px!important;
max-width:18px!important;
border-radius:999px!important;
background:#fff!important;
}
.tq-h5--full .tq-h5__story-dot:focus-visible{
outline:2px solid #e32636!important;
outline-offset:3px!important;
}
@media(max-width:782px){
.tq-h5--full .tq-h5__story-nav{
display:none!important;
}
.tq-h5--full .tq-h5__hero-hitarea{
touch-action:pan-y!important;
}
.tq-h5--full .tq-h5__story-dots{
bottom:12px!important;
max-width:calc(100% - 30px)!important;
}
.tq-h5--full .tq-h5__hero-copy{
padding-bottom:52px!important;
}
}
@media(prefers-reduced-motion:reduce){
.tq-h5--full .tq-h5__hero-wrap.is-sliding-left .tq-h5__hero,
.tq-h5--full .tq-h5__hero-wrap.is-sliding-right .tq-h5__hero{
animation:none!important;
}
} @media(max-width:782px){
.tq-h5--full .tq-h5__story-dots{
z-index:2147483647!important;
background:rgba(0,0,0,.68)!important;
box-shadow:0 2px 10px rgba(0,0,0,.32)!important;
opacity:1!important;
visibility:visible!important;
}
.tq-h5--full .tq-h5__story-dot{
border:2px solid #fff!important;
background:#fff!important;
box-shadow:0 0 0 1px rgba(0,0,0,.3)!important;
opacity:.78!important;
-webkit-text-fill-color:#fff!important;
}
.tq-h5--full .tq-h5__story-dot.is-active{
background:#fff!important;
border-color:#fff!important;
opacity:1!important;
}
} .tq-h5__bar-link{
display:inline-flex!important;
align-items:center!important;
min-width:0!important;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
text-decoration:none!important;
border:0!important;
background:transparent!important;
box-shadow:none!important;
}
.tq-h5__bar-link:hover,.tq-h5__bar-link:focus-visible{
color:#fff!important;
-webkit-text-fill-color:#fff!important;
text-decoration:underline!important;
text-underline-offset:3px!important;
}
.tq-h5__bar-tools{
display:inline-flex!important;
align-items:center!important;
justify-content:flex-end!important;
gap:7px!important;
margin-left:auto!important;
min-width:0!important;
}
.tq-h5__bar .tq-h5__bar-tools .tq-h5__last{
margin-left:0!important;
white-space:nowrap!important;
}
.tq-h5__refresh{
appearance:none!important;
-webkit-appearance:none!important;
position:relative!important;
z-index:10!important;
display:inline-grid!important;
place-items:center!important;
flex:0 0 26px!important;
width:26px!important;
min-width:26px!important;
height:26px!important;
min-height:26px!important;
margin:0!important;
padding:0!important;
border:1px solid rgba(255,255,255,.38)!important;
border-radius:50%!important;
background:rgba(255,255,255,.08)!important;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
box-shadow:none!important;
font:700 17px/1 Arial,sans-serif!important;
text-align:center!important;
cursor:pointer!important;
pointer-events:auto!important;
touch-action:manipulation!important;
}
.tq-h5__refresh:hover,.tq-h5__refresh:focus-visible{
border-color:#fff!important;
background:#fff!important;
color:#111!important;
-webkit-text-fill-color:#111!important;
outline:none!important;
}
.tq-h5__refresh:disabled{opacity:.65!important;cursor:wait!important}
.tq-h5__refresh.is-refreshing span{animation:tqH5ReaderRefreshSpin .75s linear infinite!important}
@keyframes tqH5ReaderRefreshSpin{to{transform:rotate(360deg)}}
@media(max-width:620px){
.tq-h5__bar-tools{gap:5px!important}
.tq-h5__refresh{flex-basis:24px!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;font-size:15px!important}
.tq-h5__bar .tq-h5__bar-tools .tq-h5__last{max-width:105px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
}
@media(prefers-reduced-motion:reduce){.tq-h5__refresh.is-refreshing span{animation:none!important}} .tq-h5 .tq-h5__bar-link{
gap:4px!important;
}
.tq-h5--compact .tq-h5__bar-link{
flex-direction:column!important;
align-items:flex-start!important;
justify-content:center!important;
line-height:1.05!important;
white-space:normal!important;
}
.tq-h5__bar-more{
display:block!important;
margin:2px 0 0!important;
padding:0!important;
color:rgba(255,255,255,.72)!important;
-webkit-text-fill-color:rgba(255,255,255,.72)!important;
font:600 7px/1 Poppins,Arial,sans-serif!important;
letter-spacing:.02em!important;
text-transform:none!important;
white-space:nowrap!important;
}
.tq-h5 .tq-h5__bar-tools{
flex:0 0 auto!important;
width:auto!important;
min-width:0!important;
max-width:none!important;
overflow:visible!important;
}
.tq-h5 span.tq-h5__refresh,
.tq-h5 .tq-h5__bar-tools span.tq-h5__refresh{
appearance:none!important;
-webkit-appearance:none!important;
position:relative!important;
z-index:2147483647!important;
display:inline-grid!important;
place-items:center!important;
flex:0 0 26px!important;
flex-grow:0!important;
flex-shrink:0!important;
width:26px!important;
min-width:26px!important;
max-width:26px!important;
height:26px!important;
min-height:26px!important;
max-height:26px!important;
margin:0!important;
padding:0!important;
border:1px solid rgba(255,255,255,.48)!important;
border-radius:50%!important;
background:rgba(255,255,255,.08)!important;
color:#fff!important;
-webkit-text-fill-color:#fff!important;
box-shadow:none!important;
font:700 17px/26px Arial,sans-serif!important;
line-height:26px!important;
text-align:center!important;
overflow:hidden!important;
opacity:1!important;
visibility:visible!important;
transform:none!important;
cursor:pointer!important;
pointer-events:auto!important;
touch-action:manipulation!important;
}
.tq-h5 span.tq-h5__refresh::before,
.tq-h5 span.tq-h5__refresh::after{
display:none!important;
content:none!important;
}
.tq-h5 span.tq-h5__refresh>span{
display:block!important;
width:18px!important;
height:18px!important;
margin:0!important;
padding:0!important;
color:inherit!important;
-webkit-text-fill-color:inherit!important;
font:700 17px/18px Arial,sans-serif!important;
line-height:18px!important;
text-align:center!important;
}
.tq-h5 span.tq-h5__refresh:hover,
.tq-h5 span.tq-h5__refresh:focus-visible{
border-color:#fff!important;
background:#fff!important;
color:#111!important;
-webkit-text-fill-color:#111!important;
outline:2px solid rgba(255,255,255,.45)!important;
outline-offset:2px!important;
}
.tq-h5 span.tq-h5__refresh[aria-disabled="true"]{
opacity:.65!important;
cursor:wait!important;
}
.tq-h5--full .tq-h5__story-dots,
.tq-h5-zone .tq-h5--full .tq-h5__story-dots{
position:absolute!important;
left:50%!important;
right:auto!important;
top:auto!important;
bottom:12px!important;
z-index:2147483647!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
gap:7px!important;
width:max-content!important;
max-width:calc(100% - 30px)!important;
min-height:19px!important;
margin:0!important;
padding:6px 9px!important;
border:0!important;
border-radius:999px!important;
background:rgba(0,0,0,.72)!important;
box-shadow:0 2px 10px rgba(0,0,0,.32)!important;
opacity:1!important;
visibility:visible!important;
transform:translate3d(-50%,0,3px)!important;
pointer-events:auto!important;
overflow:visible!important;
}
.tq-h5--full .tq-h5__story-dot,
.tq-h5-zone .tq-h5--full .tq-h5__story-dot{
display:block!important;
flex:0 0 7px!important;
width:7px!important;
min-width:7px!important;
max-width:7px!important;
height:7px!important;
min-height:7px!important;
max-height:7px!important;
margin:0!important;
padding:0!important;
border:1px solid #fff!important;
border-radius:50%!important;
background:#fff!important;
box-shadow:0 0 0 1px rgba(0,0,0,.25)!important;
opacity:.78!important;
visibility:visible!important;
transform:none!important;
pointer-events:auto!important;
cursor:pointer!important;
}
.tq-h5--full .tq-h5__story-dot.is-active,
.tq-h5-zone .tq-h5--full .tq-h5__story-dot.is-active{
flex-basis:18px!important;
width:18px!important;
min-width:18px!important;
max-width:18px!important;
border-radius:999px!important;
opacity:1!important;
}
@media(max-width:620px){
.tq-h5 .tq-h5__bar{gap:7px!important}
.tq-h5 .tq-h5__bar-tools{gap:5px!important}
.tq-h5 .tq-h5__bar .tq-h5__last{max-width:96px!important}
.tq-h5--compact .tq-h5__bar-link strong{font-size:9px!important;line-height:1.05!important}
.tq-h5__bar-more{font-size:6.5px!important}
.tq-h5 span.tq-h5__refresh,
.tq-h5 .tq-h5__bar-tools span.tq-h5__refresh{
flex-basis:26px!important;
width:26px!important;
min-width:26px!important;
max-width:26px!important;
height:26px!important;
min-height:26px!important;
max-height:26px!important;
}
} @media(max-width:900px){
.tq-h5--full .tq-h5__feed{overflow:visible!important}
.tq-h5--full .tq-h5__updates-panel.is-active{overflow:visible!important}
.tq-h5--full .tq-h5__items{
max-height:none!important;
height:auto!important;
overflow:visible!important;
padding-right:0!important;
-webkit-overflow-scrolling:auto!important;
overscroll-behavior:auto!important;
}
} .tq-h5 .tq-h5__updates-footer,
.tq-h5 .tq-h5__compact-actions,
.tq-h5 .tq-h5__compact-notes{
position:static!important;
inset:auto!important;
top:auto!important;
right:auto!important;
bottom:auto!important;
left:auto!important;
display:block!important;
clear:both!important;
float:none!important;
width:100%!important;
max-width:100%!important;
height:auto!important;
min-height:0!important;
margin:0!important;
transform:none!important;
overflow:visible!important;
}
.tq-h5 .tq-h5__compact-actions{
display:flex!important;
align-items:center!important;
justify-content:center!important;
padding:12px 0 6px!important;
z-index:3!important;
}
.tq-h5 button.tq-h5__more{
appearance:none!important;
-webkit-appearance:none!important;
position:relative!important;
inset:auto!important;
top:auto!important;
right:auto!important;
bottom:auto!important;
left:auto!important;
z-index:4!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
float:none!important;
clear:both!important;
width:auto!important;
min-width:145px!important;
max-width:calc(100% - 24px)!important;
min-height:38px!important;
height:auto!important;
margin:0 auto!important;
padding:10px 16px!important;
line-height:1.2!important;
white-space:normal!important;
transform:none!important;
pointer-events:auto!important;
touch-action:manipulation!important;
}
.tq-h5 .tq-h5__item{
position:relative!important;
clear:both!important;
float:none!important;
z-index:1!important;
}
@media(max-width:900px){
.tq-h5--full .tq-h5__updates-panel,
.tq-h5--compact .tq-h5__compact-panel--updates{
height:auto!important;
min-height:0!important;
max-height:none!important;
overflow:visible!important;
}
.tq-h5--full .tq-h5__items,
.tq-h5--compact .tq-h5__items{
display:block!important;
height:auto!important;
min-height:0!important;
max-height:none!important;
overflow:visible!important;
overscroll-behavior:auto!important;
-webkit-overflow-scrolling:auto!important;
}
.tq-h5 .tq-h5__compact-actions{
padding:14px 0 8px!important;
background:#f4f4f4!important;
}
} @media(max-width:900px){
.tq-h5--full .tq-h5__updates-panel.is-active,
.tq-h5--compact .tq-h5__compact-panel--updates.is-active{
display:flex!important;
flex-direction:column!important;
min-height:0!important;
overflow:visible!important;
}
.tq-h5--full .tq-h5__items,
.tq-h5--compact .tq-h5__items{
display:block!important;
flex:0 1 auto!important;
width:100%!important;
height:auto!important;
min-height:180px!important;
max-height:min(68vh,620px)!important;
max-height:min(68svh,620px)!important;
overflow-y:scroll!important;
overflow-x:hidden!important;
padding-right:7px!important;
overscroll-behavior-x:none!important;
overscroll-behavior-y:auto!important;
touch-action:pan-y!important;
-webkit-overflow-scrolling:touch!important;
scrollbar-width:thin!important;
scrollbar-color:#777 #e2e2e2!important;
scrollbar-gutter:stable!important;
}
.tq-h5--full .tq-h5__items::-webkit-scrollbar,
.tq-h5--compact .tq-h5__items::-webkit-scrollbar{
width:9px!important;
height:9px!important;
}
.tq-h5--full .tq-h5__items::-webkit-scrollbar-track,
.tq-h5--compact .tq-h5__items::-webkit-scrollbar-track{
background:#e2e2e2!important;
border-left:1px solid #d2d2d2!important;
}
.tq-h5--full .tq-h5__items::-webkit-scrollbar-thumb,
.tq-h5--compact .tq-h5__items::-webkit-scrollbar-thumb{
min-height:42px!important;
border:2px solid #e2e2e2!important;
border-radius:999px!important;
background:#777!important;
}
.tq-h5 .tq-h5__compact-actions,
.tq-h5 .tq-h5__updates-footer{
flex:0 0 auto!important;
position:relative!important;
z-index:4!important;
background:#f4f4f4!important;
}
}
@media(max-width:520px){
.tq-h5--full .tq-h5__items,
.tq-h5--compact .tq-h5__items{
max-height:min(62vh,560px)!important;
max-height:min(62svh,560px)!important;
}
} html body no-ads-zone.tq-no-ads,html body tq-h5.tq-h5-zone{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;isolation:isolate!important;pointer-events:auto!important}
html body .tq-h5{position:relative!important;z-index:2!important;pointer-events:auto!important}
html body .tq-h5 button,html body .tq-h5 [role="button"],html body .tq-h5 input,html body .tq-h5 a{pointer-events:auto!important;touch-action:manipulation!important}
html body .tq-h5__story-nav{position:absolute!important;z-index:2147483647!important;display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:52px!important;min-height:52px!important;max-height:52px!important;margin-top:-26px!important;padding:0!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:0!important;background:rgba(0,0,0,.62)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:none!important;font:500 34px/1 Arial,sans-serif!important;text-align:center!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;pointer-events:auto!important}
html body .tq-h5__story-nav--prev{left:14px!important;right:auto!important}html body .tq-h5__story-nav--next{right:14px!important;left:auto!important}
html body .tq-h5__more{position:relative!important;z-index:2147483647!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:130px!important;min-height:38px!important;margin:0!important;padding:10px 20px!important;border:1px solid #111!important;border-radius:0!important;background:#fff!important;color:#111!important;-webkit-text-fill-color:#111!important;box-shadow:none!important;font:700 10px/1.2 Poppins,Arial,sans-serif!important;letter-spacing:.04em!important;text-transform:uppercase!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important}
html body .tq-h5__more:hover,html body .tq-h5__more:focus-visible{background:#111!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html body .tq-h5__tabs,html body .tq-h5__tab{position:relative!important;z-index:2147483600!important;pointer-events:auto!important;touch-action:manipulation!important}
html body .tq-h5--full .tq-h5__tab-panel,html body .tq-h5--compact .tq-h5__tab-panel{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important;scrollbar-width:thin!important}
html body .tq-h5--full .tq-h5__updates-panel,html body .tq-h5--full [data-panel="advice"],html body .tq-h5--full [data-panel="subscribe"]{height:476px!important;max-height:476px!important;padding-right:4px!important}
html body .tq-h5--full .tq-h5__items{max-height:365px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}
html body .tq-h5--compact .tq-h5__compact-panel{max-height:480px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}
html body .tq-h5--compact .tq-h5__items{max-height:360px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}
@media(max-width:900px){html body .tq-h5--full .tq-h5__tab-panel{height:auto!important;max-height:520px!important;overflow-y:auto!important}html body .tq-h5--full .tq-h5__items{max-height:390px!important;overflow-y:auto!important}html body .tq-h5--compact .tq-h5__compact-panel{max-height:500px!important;overflow-y:auto!important}}
@media(max-width:620px){html body .tq-h5__story-nav{top:50%!important;bottom:auto!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:52px!important;min-height:52px!important;max-height:52px!important;margin-top:-26px!important;font-size:34px!important}html body .tq-h5__story-nav--next{right:14px!important}html body .tq-h5--full .tq-h5__tab-panel{max-height:430px!important;overflow-y:auto!important}html body .tq-h5--full .tq-h5__items,html body .tq-h5--compact .tq-h5__items{max-height:320px!important;overflow-y:auto!important}html body .tq-h5--compact .tq-h5__compact-panel{max-height:430px!important;overflow-y:auto!important}} html body .tq-h5--full .tq-h5__hero-hitarea{
display:none!important;
pointer-events:none!important;
}
html body .tq-h5--full .tq-h5__hero{
pointer-events:auto!important;
}
html body .tq-h5--full .tq-h5__story-nav,
html body .tq-h5--full .tq-h5__story-dots,
html body .tq-h5--full .tq-h5__story-dot{
pointer-events:auto!important;
z-index:2147483647!important;
} html body .tq-h5--full .tq-h5__hero-wrap>.tq-h5__story-nav{
position:absolute!important;top:50%!important;bottom:auto!important;z-index:2147483647!important;
display:flex!important;align-items:center!important;justify-content:center!important;
width:42px!important;min-width:42px!important;max-width:42px!important;
height:52px!important;min-height:52px!important;max-height:52px!important;
margin:-26px 0 0!important;padding:0!important;border:1px solid rgba(255,255,255,.55)!important;
border-radius:0!important;background:rgba(0,0,0,.62)!important;color:#fff!important;
-webkit-text-fill-color:#fff!important;font:500 34px/1 Arial,sans-serif!important;
opacity:1!important;visibility:visible!important;pointer-events:auto!important;touch-action:manipulation!important;
}
html body .tq-h5--full .tq-h5__hero-wrap>.tq-h5__story-nav--prev{left:14px!important;right:auto!important}
html body .tq-h5--full .tq-h5__hero-wrap>.tq-h5__story-nav--next{right:14px!important;left:auto!important} @media (min-width:783px){
html body .tq-h5--full .tq-h5__hero-wrap>.tq-h5__story-nav{
display:flex!important;
z-index:2147483647!important;
pointer-events:auto!important;
touch-action:manipulation!important;
isolation:isolate!important;
transform:translate3d(0,0,20px)!important;
}
}
@media (max-width:782px){
html body .tq-h5--full .tq-h5__hero-wrap>.tq-h5__story-nav,
html body .tq-h5--full .tq-h5__story-nav{
display:none!important;
visibility:hidden!important;
opacity:0!important;
pointer-events:none!important;
}
} @media (min-width:783px){
html body .tq-h5--full .tq-h5__hero-wrap > button.tq-h5__story-nav{
display:flex!important;
visibility:visible!important;
opacity:1!important;
pointer-events:auto!important;
}
}
@media (max-width:782px){
html body .tq-h5--full .tq-h5__hero-wrap > button.tq-h5__story-nav,
html body .tq-h5--full button.tq-h5__story-nav,
html body button.tq-h5__story-nav{
display:none!important;
visibility:hidden!important;
opacity:0!important;
width:0!important;
min-width:0!important;
max-width:0!important;
height:0!important;
min-height:0!important;
max-height:0!important;
margin:0!important;
padding:0!important;
border:0!important;
overflow:hidden!important;
pointer-events:none!important;
}
} html body .tq-h5--full .tq-h5__tab-panel[data-panel="advice"].is-active{
display:block!important;
flex:1 1 auto!important;
min-height:0!important;
max-height:none!important;
padding:14px 0 18px!important;
overflow-x:hidden!important;
overflow-y:auto!important;
-webkit-overflow-scrolling:touch!important;
overscroll-behavior:contain!important;
scrollbar-width:thin!important;
}
@media(max-width:900px){
html body .tq-h5--full .tq-h5__tab-panel[data-panel="advice"].is-active{
height:430px!important;
min-height:430px!important;
max-height:430px!important;
}
} html body .tq-h5--full .tq-h5__hero{
pointer-events:auto!important;
cursor:pointer!important;
}
html body .tq-h5--full .tq-h5__hero-copy,
html body .tq-h5--full .tq-h5__hero img,
html body .tq-h5--full .tq-h5__overlay{
pointer-events:none!important;
} html body .tq-h5--full .tq-h5__hero{
position:absolute!important;
inset:0!important;
z-index:1!important;
display:flex!important;
width:100%!important;
height:100%!important;
pointer-events:auto!important;
cursor:pointer!important;
}
html body .tq-h5--full .tq-h5__hero-wrap > .tq-h5__story-nav,
html body .tq-h5--full .tq-h5__hero-wrap > .tq-h5__story-dots{
z-index:2147483647!important;
}
html body .tq-h5--full .tq-h5__hero-hitarea{
display:none!important;
width:0!important;
height:0!important;
pointer-events:none!important;
}