@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* ****** customize page background color ********/
body,
footer .topback {
  background-color: #f5eadd;
}
:root {
  --blue-dark: #1F3240;



}

/* ****** Activate the following code if the page is darker ******** */
h1,
h2,
h3,
h4,
a,
p,
.text,
.graphicTitle,
.date,
.authorname,
.author,
.info .visual,
.social a svg,
.social a svg path,
.social-icons a svg,
.social-icons a svg path,
.storyshare h4 {
  color: var(--blue-dark);
  fill: var(--blue-dark);
}
/* aside h4, .related-tag, .tippy-popper a svg, .tippy-popper a svg path, .tippy-popper a{
  color:#7e7e7e !important;
  fill: #7e7e7e !important;
} */

.darkBg,
.tcTimeline {
  background-color: var(--blue-dark);
}
.darkBg *,
.tcHistPht .step .text {
  color: #f5eadd;
}
.tcHistPht.vrtScroll .stickyWrp {
  background-color: #f5ebde;
}
.tcHistPht.vrtScroll .stickyWrp::after {
  content: none;
}
h1,
h1 strong,
h1 span {
  color: var(--blue-dark) !important;
  text-transform: uppercase;
}
.preOpening .step[data-step="2"] .text * {
  color: var(--blue-dark) !important;
}

main {
  overflow-x: unset;
}

video {
  will-change: transform;
}

#maintitle {
  opacity: 0;
}

.audioBtn {
  padding: 10px 20px;
  width: fit-content;
  border: 1px solid var(--blue-dark);
  border-radius: 5px;
  color: #000000;
  text-decoration: none;
  background-color: #f5eadd;
  position: sticky;
  z-index: 1;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  line-height: 1;
  font-size: 38px;
  text-align: center;
  color: #2a414f;
  margin-bottom: 24px;
}
h1 strong {
  font-weight: 800;
}
h1 span {
  display: block;
  color: var(--blue-dark);
  text-align: center;
  font-family: Merriweather;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px; /* 74.444% */
  letter-spacing: 2.7px;
  text-transform: uppercase;

  margin-top: 20px;
}

.secTitle {
  text-align: center;
  max-width: 800px;
  padding: 0 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: 110px;
}
.secTitle h2 {
  color: #f5eadd;
  text-align: center;
  font-family: Merriweather;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 !important;
  margin: 10px auto;
}
.secTitle h3 {
  color: #f5eadd;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 10px auto;
}

hr {
  border: #f1eee678 1px solid;
  border-width: 0 0 1px 0;
  height: 1px;
}

.lightClr hr {
  border-color: var(--blue-dark);
}

section {
  margin: 0 auto;
}
p {
  color: #f5eadd;
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  max-width: 660px;
  /* padding: 0 10px; */
  margin: 0 auto;
  margin-bottom: 80px;
}

.lightClr h2,
.lightClr h3,
.lightClr ~ p {
  color: var(--blue-dark);
}
.graphicTitle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 110px;
  color: #f5eadd;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; 
  letter-spacing: 0.1em;
  max-width: 680px;
  padding: 0 10px;
}
.graphicTitleDark {
  color: var(--blue-dark);
}
.step .graphicTitle {
  padding-left: 0;
}
.openingScene .graphicTitle {
  margin: 0 auto;
  margin-bottom: 6px;
}

.graphic {
  margin: 0 auto;
}

.graphicNote {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 18px;
  color: #f5eadd;
  margin-bottom: 80px;
}

.graphicTitle {
  text-align: left;
  font-size: 17px;
  font-weight: 900;
}

.graphicLegend,
.LgdItm {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
}

.graphicLegend {
  gap: 30px;
  margin: 0 auto;
  max-width: 660px;
}

.pkSig {
  background-image: url("../img/pkSig.png");
  height: 50px;
  width: 300px;
}
.durtn {
  background-image: url("../img/durtn.png");
  height: 50px;
  width: 100px;
}
.pathLgd {
  background-image: url("../img/pathLgd.png");
  height: 100px;
  width: 600px;
}
.pkSig,
.durtn,
.pathLgd {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.riskDot .lgBd,
.resiArea .lgBd {
  width: 10px;
  height: 10px;
  margin: 0 auto;
}
.riskDot .lgBd {
  border-radius: 50%;
  background-color: #ff7477;
}
.resiArea .lgBd {
  background-color: #d0b58c;
}
.riskDot .lgHd {
  color: #ff7477;
}
.resiArea .lgHd {
  color: #d0b58c;
}

.tcTimeline {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

.tbHd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.tbHd div {
  color: #D6CEC4 !important;
font-family: Roboto !important;
font-size: 20px !important;
font-style: normal;
font-weight: 900 !important;
line-height: 1 !important; 
}
.tbHd .hdIcon {
  margin-right: 15px;
}
.tbHd .hdIcon img {
  height: 30px;
}
.tcHistPht .tbHd .hdIcon {
  background-image: url("../img/tcNm.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#tcsignal {
  margin-bottom: 80px !important;
}
.tcSignal .step[data-step="3"] .hdIcon img {
  height: 40px;
}

.ctrlBtn {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 8px;
}
.ctrlBtn.plyBtn {
  min-width: 85px;
  border: white 1px solid;
  padding: 5px 7px;
  border-radius: 20px;
}

.audioBtn,
.plyBtn {
  background-color: var(--blue-dark)66;
  border-radius: 20%;
  cursor: pointer;
  border: var(--blue-dark) 2px solid;
}
.audioBtn {
  padding: 5px 7px;
  width: 80px;
  border-radius: 16px;
  top: 60px !important;
  left: 10px  !important;
  top: 40%;
  left: calc(50% - 400px);
}
.plyBtn {
  top: 60px;
  /* left: 300px; */
}

.audioBtn::after {
  
  position: absolute;
  content: "Enable audio for a full experience";
  top: 9px;
  left: 85px;
  pointer-events: none;
  white-space: nowrap;
  font-size: 12px;
  /* border: 1px black solid; */
  font-style: italic;
  pointer-events: none;
  color: var(blue-dark)

}

.audioBtn .adTxt {
  color: var(--blue-dark)
}
.adIcn {
  background-image: url("../img/adicn.png");
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* margin: 5px; */
}
.pathMapCtn .adIcn {
  background-image: url("../img/pauseBtn.png");
}
.adTxt {
  color: #f5eadd;
  text-transform: uppercase;
  font-size: 13px;
}
.icnLft {
  flex-direction: row;
}
.icnRht {
  flex-direction: row-reverse;
}

.tcCatMap {
  max-width: 900px;
  margin: 30px auto 70px auto;
}

.pathMapCtn {
  position: relative;
  overflow: visible;
}
.imgCtn {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 150px;
}
.imgSet {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.imgSet.active {
  opacity: 1;
  z-index: 1;
}

/* .mapMask{
  mix-blend-mode: darken;
} */

.imgSet,
.mapMask,
.mapBk {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mapMask,
.mapBk,
.toolBar,
.pathMapCtn .graphicLegend {
  position: absolute;
}
.mapMask,
.mapBk {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mapBk {
  z-index: 0;
  background-image: url("../graphics/3-sticky-bottom.jpg");
}
.mapMask {
  z-index: 1;
  background-image: url("../graphics/1-sticky-top-mask.png");
}
.toolBar,
.pathMapCtn .graphicLegend {
  z-index: 2;
  top: 90%;
  left: calc(50% - 330px);
}
.pathMapCtn .graphicLegend {
  top: 5%;
  left: calc(50% - 300px);
}

.pathMapCtn .swiper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pathMapCtn .swiper .swiperPgn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.pathMapCtn .swiper .swiperPgn .dot {
  margin: 0 15px;
  cursor: pointer;
}
.pathMapCtn .swiper .swiperPgn .clkTxt {
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #ffffff22;
}
.pathMapCtn .swiper .swiperPgn .clk {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #4f4f4f;
}
.pathMapCtn hr {
  border: #ffffff5a 2px solid;
  border-width: 0 0 2px 0;
  height: 1px;
  position: relative;
  top: -6px;
}
.pathMapCtn .swiper .swiperPgn .dot.active .clk {
  background-color: #ffffff;
}
.pathMapCtn .swiper .swiperPgn .dot.active .clkTxt {
  color: #ffffff;
}
.pathMapCtn .swiper .swipePrv,
.pathMapCtn .swiper .swipeNxt {
  cursor: pointer;
  font-size: 17px;
  color: #4f4f4f;
}

.substp {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.preOpening .step[data-step="1"] .stickyBk .graphic {
  background-image: url("../img/bkPre.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
}
.preOpening .step[data-step="2"] .stickyBk {
  z-index: 0;
}

/* .preOpening .step[data-step="2"] .stickyBk .graphic {
  height: 600vh;
  width: 200%;
  background-image: url("../img/bkOpen.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 4vh;
} */



.preOpening .step[data-step="2"] .text {
  margin-top: 15rem;
  text-align: center;
  font-family: Merriweather;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.cloudMv {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.cloudBk {
  max-width: 1500px;
  left: calc(100% - 100px);
  top: 26%;
  z-index: -1;
  background-image: url("../img/cloudBk.png");
}
.cloudFrt {
  left: -600px;
  max-width: 1600px;
  top: 5%;
  background-image: url("../img/cloudFrt.png");
}

.preOpening .step[data-step="2"] .author {
  font-family: "Roboto", sans-serif;
  color: var(--blue-dark) !important;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-weight: 400;
  line-height: 1.3;
    max-width: 500px;

}

.preOpening .step[data-step="2"] .text  .first_legend {
  font-size: 14px;
  line-height: 1.2 !important;
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.preOpening .step[data-step="2"] .author span {
  color: var(--blue-dark) !important;
  font-size: 14px;
}

.preOpening .step[data-step="2"] .author a {
  color: var(--blue-dark) !important;
  font-weight: 700;
  text-decoration: none;
}

.preOpening .step[data-step="2"] {
  position: relative;
  width: 100%;
}
.preOpening .step[data-step="2"] .substp {
  width: 100%;
  height: 300px;
  position: relative;
}
.preOpening .step[data-step="2"] .substp[data-step="2-1"] {
  height: 0px;
}

.openingScene .step .text {
  background: rgba(4, 39, 59, 0.5);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.8px);
  -webkit-backdrop-filter: blur(6.8px);
  padding: 20px;
  max-width: 300px;
  position: absolute;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}


.openingScene .step[data-step="2"] .text {
  top: 30%;
  right: 20px;
}

.openingScene .step[data-step="3"] .text {
  top: 30%;
  left: 20px;
}
.openingScene .step[data-step="4"] .text {
  top: 30%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="6"] .text {
  top: 30%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="9"] .text {
  top: 30%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="10"] .text[data-step="10-1"] {
  top: 30%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="10"] .text[data-step="10-2"] {
  top: 30%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="11"] .text[data-step="11-1"] {
  top: 40%;
  left: 20px;
}
.openingScene .step[data-step="11"] .text[data-step="11-2"] {
  top: 15%;
  right: 20px;
}
.openingScene .step[data-step="13"] .text {
  top: 35%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="14"] .text {
  top: 20%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="15"] .text {
  top: 30%;
  left: calc(50% - 130px);
}
.openingScene .step[data-step="16"] .text {
  top: 50%;
  left: calc(50% - 130px);
}

@media (width >= 1300px) {
  .openingScene .step[data-step="2"] .text {
  right: 120px;
}

.openingScene .step[data-step="3"] .text {
  left: 120px;
}
.openingScene .step[data-step="11"] .text[data-step="11-1"] {
  left: 120px;
}
.openingScene .step[data-step="11"] .text[data-step="11-2"] {
  right: 120px;
}
}


.tcSignal .step .text,
.tcHistPht .step .text,
.tcFormExp .step .text {
  border-radius: 26px;
  padding: 24px;
  max-width: 600px;
  background-color: var(--blue-dark);
    color: #D6CEC4;
font-family: Merriweather;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */

}
/* .tcSignal .step .text div,
.tcHistPht .step .text div,
.tcFormExp .step .text div {
  color: #D6CEC4;
font-family: Merriweather;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
} */


.vrtScroll.tcFormExp .stickyWrp {
  position: relative !important;
}
.vrtScroll.tcFormExp .stickyWrp::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, var(--blue-dark) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.tcSignal .stickyBk .graphic {
  border-radius: 26px;
  max-width: 1024px;
  max-height: 520px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.stickyWrp {
  background-color: var(--blue-dark);
}

.vrtScroll .step[data-step="16"]::after {
  content: " ";
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--blue-dark) 50%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}
.pin-spacer {
  background-color: var(--blue-dark);
}

.stickyWrp::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent 0%, var(--blue-dark) 100%);
  pointer-events: none;
  z-index: 1;
}

.vrtScroll.openingScene .stickyWrp::after{
  bottom: 130px;

}
.tcSignal .stickyBk {
  /* background-color: magenta; */
  width: 100vw;
  height: 100vh;
}

.tcSignal .stickyBk .insertVideo,
.tcCatMap .insertVideo {
  height: auto;
}

.tcHistPht .stickyBk .graphic,
.hkLifeTc .nestedStp .stickyBk .graphic {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}

.stickyNav {
  position: absolute;
  z-index: 20;
}
.tcHistPht .stickyNav,
.tcPeriod {
  top: 50vh;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.tcHistPht .stickyNav .blt {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
}
.tcHistPht .stickyNav .blt.active {
  background-color: rgba(87, 130, 156, 1);
}

.hkLifeTc .step[data-step="1"] .stickyBk {
}

.prfCase {
  /* top: 5rem; */
  left: calc(50% - 330px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: #00000007 0px 0px 10px 0px;
  background-color: #f5eadd;
  border-radius: 10px;
  width: 100%;
  height: 5%;
}
.tcPeriod {
  top: 25rem;
  left: calc(50% - 600px);
}

.prfCase .btn {
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  border: var(--blue-dark) 1px solid;
  padding: 5px 10px;
}

.prfCase .btn.active {
  background-color: var(--blue-dark);
  color: #f5eadd;
}

.tcPeriod .label {
  opacity: 0.2;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  width: 60px;
  margin: 10px auto;
}
.tcPeriod .label.active {
  opacity: 1;
}

.conntLine {
  height: 40px;
  border: var(--blue-dark) 1px solid;
  border-width: 0 0 0 3px;
  position: absolute;
  top: 80px;
  left: 50%;
  opacity: 0.2;
}
.conntLine:nth-of-type(2) {
  top: 220px;
}

.hkLifeTc .nestedStp .stickyBk .graphic {
  height: 300vh;
  max-width: 720px;
  background-position: top center;
  background-size: contain;
  left: calc(50% - 260px);
}
.hkLifeTc .stickyWrp {
  margin-top: 120px;
  position: relative;
  min-height: 100vh;
}
.vrtScroll.preOpening {
  position: relative;
}
.vrtScroll.preOpening::after {
  content: " ";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    /* #20374a 50%, */
    #20374a 50%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.underSticky {
  margin-top: -15em;
}

.hkLifeTc .substp .badge {
  margin: 0 auto;
  margin-top: 5%;
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.hkLifeTc .substp .badge .badgeIcon {
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  height: 70px;
  width: 60px;
}
.hkLifeTc .substp[data-step="1-1"] .badge .badgeIcon {
  background-image: url("../img/jeffie.png");
}
.hkLifeTc .substp[data-step="2-1"] .badge .badgeIcon {
  background-image: url("../img/ageline.png");
}
.hkLifeTc .substp[data-step="3-1"] .badge .badgeIcon {
  background-image: url("../img/jenny.png");
}
.hkLifeTc .substp[data-step="4-1"] .badge .badgeIcon {
  background-image: url("../img/amy.png");
}

.hkLifeTc .step .stickyBk:nth-child(1) {
  margin-top: 3rem;
}

.hkLifeTc .step .substp .text {
  background: #f5eadd27;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.045);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(6.8px);
  padding: 20px;
  max-width: 300px;
  margin: 120px auto 50px auto;
}

.hkLifeTc .substp .txtleft {
  margin-left: calc(50% - 350px) !important;
}
.hkLifeTc .substp .txtright {
  margin-left: calc(50% + 350px) !important;
}

.hkLifeTc .substp[data-step="1-2"] .text {
  margin-top: 200px !important;
}
.hkLifeTc .substp[data-step="1-3"] .text {
  margin-top: 240px !important;
}
.hkLifeTc .substp[data-step="2-1"] .text {
  margin-top: 240px !important;
}
.hkLifeTc .substp[data-step="2-2"] .text {
  margin-top: 280px !important;
}
.hkLifeTc .substp[data-step="2-3"] .text {
  margin-top: 280px !important;
}
.hkLifeTc .substp[data-step="3-1"] .text {
  margin-top: 580px !important;
}
#creditContent,
.related-links p {
  margin-bottom: 1em;
}

/*------------------------- | MEDIA QUERIES | -----------------------------*/

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1200px) {
  .ds,
  .mb {
    display: none;
  }
  .tb {
    display: block;
  }

  #insertVideo {
  }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 0.7;
  }
  h1 span {
    font-size: 46px;
    margin-top: 0;
  }
  .preOpening .step[data-step="2"] .author {
    font-size: 14px;
  }
  .preOpening .step[data-step="2"] .text {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}

@media only screen and (max-width: 580px) {
  .tb {
    display: none;
  }
  .mb {
    display: block;
  }
  .mapBk {
    background-image: url("../graphics/1-sticky-top-mask-mob.png");
  }
  .graphicNote {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ctrlBtn.plyBtn {
    margin-left: 20px;
  }
  .graphicLegend {
    padding: 0 10px;
    padding-bottom: 10px;
    line-height: 1;  }

    .tcHistPht .stickyBk .graphic:nth-child(10) {
    background-position: left;
    }
    .tcTimeline {
  margin-bottom: 10px;
}
.semaphore {
  opacity: 0;
}

}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 400px) {
}

@media only screen and (max-width: 360px) {
}
