:root {
  --orange--100: #fcfbfa;
  --blue--600: #1f2a4d;
  --blue--500: #314990;
  --orange--200: #ffb891;
  --orange--300: #ff9257;
  --blue--200: #e3eafc;
  --white: #fff;
  --blue--250: #bdcfff;
  --blue--300: #7195ff;
  --blue--400: #4b6cd3;
  --blue--100: #f5f7ff;
  --orange--150: #fff1e9;
  --orange--500: #af440b;
  --orange--400: #cc4800;
}

body {
  background-color: var(--orange--100);
  color: var(--blue--600);
  font-family: Noto Sans HK, sans-serif;
  font-size: 19px;
  line-height: 190%;
}

p {
  word-break: break-word;
  margin-bottom: 10px;
}

a {
  color: var(--blue--500);
  text-decoration: none;
}

.viewcounter {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.viewcounter iframe {
  height: 40px !important;
}

.text-logo {
  color: var(--blue--600);
  letter-spacing: .3em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  position: relative;
}

.container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.container.footer {
  flex-flow: row;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.container.pb-7 {
  object-position: 30% 50%;
  padding-bottom: 7rem;
  position: relative;
}

.container.pb-7.gap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.container.pb-7.pt-0 {
  padding-top: 0;
}

.container.sticky-menu {
  padding: 1rem 2rem;
  position: sticky;
}

.container.pt-4 {
  padding-top: 4rem;
}

.container.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.brand {
  float: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: block;
  position: relative;
}

.menu-button {
  float: none;
}

.div-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.link-nav {
  height: 2.2rem;
  transition: border-width .2s ease-in-out, border-width .2s ease-in-out;
}

.link-nav:hover {
  border-bottom: 3px solid var(--orange--200);
}

.link-nav.w--current {
  border-bottom: .1875rem solid var(--orange--300);
  color: var(--blue--600);
}

.nav-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.btn-lang {
  grid-row-gap: 8px;
  border: 1px solid var(--blue--500);
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.btn-lang:hover {
  background-color: var(--blue--200);
}

.text-btn-lang {
  color: var(--blue--600);
  text-align: center;
  letter-spacing: .06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 190%;
  text-decoration: none;
}

.div-navbar-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.div-hero {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.hero-title {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-h1 {
  color: #1f2a4d;
  letter-spacing: .09em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 2.81rem;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.text-h2 {
  color: #1f2a4d;
  letter-spacing: .1em;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.text-h2.homehero {
  text-align: center;
  max-width: 36rem;
}

.text-h2.textcenter {
  text-align: center;
}

.div-btn-duo {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button {
  background-color: var(--orange--300);
  color: var(--blue--600);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
  box-shadow: 1px 2px 8px #1f2a4d1a, 1px 1px 2px #1f2a4d26;
}

.button:hover {
  background-color: var(--orange--200);
}

.button.secondary {
  border: .09rem solid var(--blue--500);
  background-color: var(--white);
}

.button.secondary:hover {
  background-color: var(--blue--200);
}

.button.secondary.sm {
  padding: .3rem .7rem .35rem 1rem;
}

.p2-r {
  color: var(--blue--600);
  text-align: left;
  letter-spacing: .06em;
  width: auto;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 1.19rem;
  font-weight: 400;
  line-height: 190%;
  text-decoration: none;
}

.p2-r.white {
  color: var(--white);
}

.p2-r.white.link {
  flex: none;
  transition: color .2s ease-in-out;
}

.p2-r.white.link:hover {
  color: var(--blue--250);
}

.p2-r.text-center {
  text-align: center;
}

.container-nav {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-divider {
  grid-column-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.div-textw {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.div-textw.gap-0-25 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.div-textw.mw-none {
  max-width: none;
}

.div-textw.mw-none.gap-0-25 {
  padding-bottom: 1rem;
}

.container-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1.5rem 1rem;
  display: flex;
  position: relative;
}

.card-hp-article {
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: transform .2s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 2px 20px #1f2a4d0d, 2px 2px 8px #1f2a4d0d;
}

.card-hp-article:hover {
  transform: translate(0, -8px);
}

.hp-articleimg-wrapper {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.card-content {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-h4 {
  color: var(--blue--500);
  letter-spacing: .08em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 142%;
  text-decoration: none;
}

.text-h4.link {
  cursor: pointer;
  border-bottom: 0 solid #0000;
  width: auto;
  height: 2rem;
  transition: border-color .2s ease-in-out, border-width .2s ease-in-out;
}

.text-h4.link:hover {
  border-bottom-width: 3px;
  border-bottom-color: var(--orange--200);
}

.text-h4.link.w--current {
  border-bottom-width: .1875rem;
  border-bottom-color: var(--orange--300);
  color: var(--blue--600);
}

.text-h4.blue-600 {
  color: var(--blue--600);
}

.section {
  overflow: hidden;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.mask {
  width: 25%;
  height: auto;
  overflow: visible;
}

.mask.en {
  width: 30%;
}

.slide {
  width: 100%;
  height: auto;
  margin-right: 16px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 12px;
  padding-top: 0;
  font-size: .6rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.hide {
  display: none;
}

.slider-arrow-wrap {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
  position: relative;
}

.next-button {
  color: var(--blue--500);
  cursor: pointer;
  width: 32px;
  transition: transform .2s ease-in-out, color .2s ease-in-out;
}

.next-button:hover {
  color: var(--blue--300);
  transform: translate(6px);
}

.back-button {
  color: var(--blue--500);
  text-align: left;
  cursor: pointer;
  width: 32px;
  transition: transform .2s ease-in-out, color .2s ease-in-out;
  transform: rotate(180deg);
}

.back-button:hover {
  color: var(--blue--300);
  transform: translate(-6px)rotate(180deg);
}

.decor-line {
  background-color: var(--blue--300);
  flex: 0 2 auto;
  width: 5.5rem;
  height: .125rem;
}

.session-blue {
  background-color: var(--blue--200);
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
}

.footer {
  background-color: var(--blue--500);
  width: 100%;
  height: auto;
}

.footer-menu {
  grid-column-gap: 3rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-soc {
  aspect-ratio: 1;
  width: 56px;
}

.ml-xs {
  margin-right: 4px;
}

.session-divider {
  color: var(--blue--200);
  width: 100%;
  line-height: 50%;
}

.card-interview {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 20px #1f2a4d0d, 2px 2px 8px #1f2a4d0d;
}

.div-interviewimg {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.img-interview {
  object-fit: cover;
  border-radius: 14rem;
  width: 14rem;
}

.interview-topic {
  grid-row-gap: .75rem;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tabs {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.eyebrow-divider {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-h5-eyebrow {
  color: var(--blue--600);
  letter-spacing: 1em;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1rem;
  font-family: Noto Sans HK, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tab-link {
  color: var(--blue--500);
  letter-spacing: .2rem;
  background-color: #0000;
  border-bottom: 0 solid #0000;
  width: auto;
  padding: 4px 0;
  font-size: 2.13rem;
  line-height: 125%;
  transition: border-width .2s ease-in-out, border-color .2s ease-in-out;
  display: flex;
}

.tab-link:hover {
  border-bottom: 3px solid var(--orange--200);
}

.tab-link.w--current {
  border-bottom: 3px solid var(--orange--300);
  color: var(--blue--600);
  background-color: #0000;
  font-weight: 700;
}

.tab-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 32px 24px 24px;
  display: flex;
  box-shadow: 2px 2px 8px #1f2a4d0d;
}

.tab-bento {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articlecard {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: solid;
  border-width: 1.5px;
  border-color: #e3eafc #e3eafc var(--blue--200);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-h3 {
  color: var(--blue--600);
  letter-spacing: .08em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 145%;
  text-decoration: none;
}

.text-h3.blue-500 {
  color: var(--blue--500);
}

.text-h3.link {
  border-bottom: .2rem solid #0000;
  transition: border-color .2s ease-in-out, border-width .2s ease-in-out;
}

.text-h3.link:hover {
  border-bottom: .2rem solid var(--orange--200);
}

.p1-r {
  color: var(--blue--600);
  letter-spacing: .06em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 190%;
  text-decoration: none;
}

.cap1-r {
  color: var(--blue--500);
  text-align: left;
  letter-spacing: .04em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: .94rem;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.cap1-r.link {
  border-bottom: 0 solid #0000;
  width: auto;
  height: calc(1.504rem + 2px);
  transition-property: border-width, border-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.cap1-r.link:hover {
  border-bottom: 2px solid var(--orange--200);
  display: flex;
}

.cap1-r.blue-600 {
  color: var(--blue--600);
  flex: none;
}

.cap1-r.blue-600.text-center {
  text-align: center;
}

.cap1-r.white {
  color: var(--white);
}

.cap1-r.white.footer-link {
  transition: color .2s ease-in-out;
}

.cap1-r.white.footer-link:hover {
  color: var(--blue--250);
}

.bento-link-div {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.chartcard {
  grid-row-gap: 8px;
  background-color: #e3eafc;
  border: 1.5px solid #e3eafc;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 24px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.p2-b {
  text-align: left;
  letter-spacing: .06em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 190%;
  text-decoration: none;
}

.p2-b.center {
  text-align: center;
}

.p2-b.link {
  transition: color .2s ease-in-out;
}

.p2-b.link:hover {
  color: var(--blue--400);
}

.bento-chart {
  border-radius: 16px;
  width: 100%;
}

.interviewcard {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f5f7ff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.interviewcard.hide {
  background-color: var(--blue--100);
}

.quote {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-bento-interviewee {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.interviewee {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.thumbnail-wrapper {
  border: .09rem solid var(--blue--500);
  border-radius: 4.5rem;
  width: 4.5rem;
  overflow: hidden;
}

.icon-quote {
  width: auto;
  display: flex;
}

.icon-quote.close {
  transform: rotate(180deg);
}

.text-highlight {
  background-color: var(--orange--200);
}

.div-textsectionspied {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -3.2rem;
  padding-top: 3.2rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-h5 {
  color: var(--blue--400);
  letter-spacing: .3em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-h5.link {
  border-bottom: .15rem solid #0000;
  height: 1.5rem;
  padding-left: .3rem;
  transition: border-color .2s ease-in-out, border-width .2s ease-in-out;
}

.text-h5.link:hover {
  border-bottom: .15rem solid var(--orange--200);
  height: 1.5rem;
}

.text-h5.link.w--current {
  border-bottom-color: var(--orange--300);
  color: var(--blue--500);
}

.scrollspy-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.scrollspy-menu.en {
  max-width: 40rem;
}

.sticky {
  z-index: 99;
  background-color: var(--orange--100);
  position: sticky;
  top: 0;
}

.collection-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: row;
  width: 100%;
  max-width: 60rem;
  height: auto;
  min-height: 13rem;
  transition: transform .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #1f2a4d0d;
}

.collection-card:hover {
  transform: translate(0, -6px);
}

.collection-card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
  display: flex;
}

.card-img-div {
  width: 28rem;
  position: relative;
}

.collection-card-img {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.full-svh {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: calc(100svh - 10.761rem);
  display: flex;
}

.tableau-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.tableau-wrapper {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1285px;
  min-height: 895px;
  display: flex;
  overflow: scroll;
  box-shadow: 0 2px 8px #1f2a4d1a;
}

.data-tab {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.tableau-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.currenttab {
  border-bottom: .2rem solid var(--orange--300);
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 50rem;
  padding-top: 1rem;
  display: flex;
}

.downloaditem {
  grid-column-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.dlcolr {
  grid-row-gap: .2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.dlcolr.hide {
  display: none;
}

.dldetails {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.badge {
  border: .1rem solid var(--blue--300);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-height: 1.8rem;
  padding-bottom: .1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.icon-download {
  width: 2rem;
  height: 2rem;
  margin-top: .2rem;
}

.link-block {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: color .2s ease-in-out;
  display: flex;
}

.link-block:hover {
  color: var(--blue--400);
}

.dldescptn {
  margin-left: 2.5rem;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.link-underline {
  color: var(--blue--400);
  text-underline-offset: 10%;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--blue--400);
  text-decoration-color: var(--blue--400);
  transition: text-decoration-color .15s ease-in-out, color .15s ease-in-out;
}

.link-underline:hover {
  color: var(--blue--500);
  -webkit-text-decoration-color: var(--blue--500);
  text-decoration-color: var(--blue--500);
}

.link-underline:visited {
  color: var(--orange--500);
  -webkit-text-decoration-color: var(--orange--500);
  text-decoration-color: var(--orange--500);
}

.div-textrow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  max-width: 52rem;
  display: flex;
}

.div-textrow.g-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.breadcrumb {
  grid-column-gap: .5rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.entryhead {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.img-articlehero {
  width: auto;
  max-width: 1000px;
  height: auto;
  max-height: 50svh;
}

.div-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.div-article {
  width: 100%;
  max-width: 52rem;
}

.div-info {
  grid-row-gap: .5rem;
  border: 1.5px solid #ff9257;
  border-width: 1.5px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  padding: 1rem 1rem 1.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.info-content {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .5rem;
  text-decoration: none;
  display: flex;
}

.p2-b-en {
  color: var(--blue--600);
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 138%;
  text-decoration: none;
}

.journaldetails {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-chart {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.cap1-b {
  color: var(--blue--600);
  text-align: center;
  letter-spacing: .04em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans HK, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.cap1-b.blue-500 {
  color: var(--blue--500);
}

.chart {
  object-fit: fill;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 20px #1f2a4d0d, 2px 2px 8px #1f2a4d0d;
}

.chart.mw-35 {
  max-width: 35.125rem;
}

.card-articleend {
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2rem 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 20px #1f2a4d0d, 2px 2px 8px #1f2a4d0d;
}

.div-cardheader {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-articletitle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.articleend-wrapper {
  border-radius: .5rem;
  flex: none;
  width: 10rem;
  height: 6rem;
  display: flex;
  overflow: hidden;
}

.div-interview {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 56rem;
  height: auto;
  display: flex;
}

.div-monologue {
  align-items: flex-start;
  display: flex;
}

.div-bubble {
  border: .1rem solid var(--blue--600);
  background-color: var(--white);
  border-radius: 1rem;
  align-items: center;
  min-height: 4rem;
  margin-left: 1.25rem;
  padding: .5rem .5rem .5rem 1rem;
  display: flex;
  position: relative;
}

.icon-bubble {
  z-index: 99;
  width: 1.5rem;
  padding-top: 1rem;
  font-size: .1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bubble-wrapper {
  flex: 0 auto;
  position: relative;
}

.div-interviewee {
  flex-flow: column;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.thumbnail-entry {
  border: .1rem solid var(--blue--600);
  border-radius: 10rem;
  width: 6.25rem;
  height: 6.25rem;
}

.div-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.articleimg-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.img-articleend {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-bg-wrapper {
  z-index: -98;
  justify-content: center;
  width: 100%;
  padding-bottom: 90px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.heroimg-wrapper {
  z-index: -99;
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 430px;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.hero-family {
  width: 392px;
}

.hero-helper {
  width: 278px;
}

.herofigure-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1060px;
  display: flex;
  overflow: hidden;
}

.hero-land {
  z-index: -99;
  justify-content: center;
  width: 100%;
  min-width: 1440px;
  height: 660px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
}

.hero-bg {
  width: 100%;
  min-width: 1250px;
  max-width: 1330px;
}

.cap1-eyebrow {
  color: var(--blue--600);
  letter-spacing: 1em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -1rem;
  font-family: Noto Sans HK, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.cap1-r-en {
  color: var(--blue--600);
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 138%;
  text-decoration: none;
}

.div-pub {
  align-items: center;
  display: flex;
}

.herolandimg-wrapper {
  justify-content: center;
  width: 100%;
  height: 660px;
  display: flex;
  position: absolute;
  top: 70%;
  overflow: hidden;
}

.tab-dropdown {
  display: none;
}

.tab-label {
  text-align: center;
}

.mobile-dropdown-text {
  color: var(--blue--500);
  letter-spacing: .2rem;
  background-color: #0000;
  border-bottom: 0 solid #0000;
  width: auto;
  padding: 4px 0;
  font-size: 2.13rem;
  line-height: 125%;
  transition: border-width .2s ease-in-out, border-color .2s ease-in-out;
}

.mobile-dropdown-text:hover {
  border-bottom: 3px solid var(--orange--200);
}

.mobile-dropdown-text.w--current {
  border-bottom: 3px solid var(--orange--300);
  color: var(--blue--600);
  background-color: #0000;
  font-weight: 700;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list.breadcrumb {
  justify-content: flex-start;
  align-items: baseline;
  height: auto;
  margin-top: -.5rem;
}

.img-interviewill {
  width: auto;
  max-width: 540px;
  height: auto;
  max-height: 50svh;
}

.interviewimg-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: -1rem;
  display: flex;
}

.card-interview-en {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin-top: 0;
  padding: 1.5rem 2rem;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 20px #1f2a4d0d, 2px 2px 8px #1f2a4d0d;
}

.interview-topic-en {
  grid-row-gap: .75rem;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-nav-en {
  height: 1.5rem;
  transition: border-width .2s ease-in-out, border-width .2s ease-in-out;
}

.link-nav-en:hover {
  border-bottom: 3px solid var(--orange--200);
}

.link-nav-en.w--current {
  border-bottom: .1875rem solid var(--orange--300);
  color: var(--blue--600);
}

.div-navbar-menu-en {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.mobile-dropdown-text-en {
  color: var(--blue--500);
  letter-spacing: .2rem;
  background-color: #0000;
  border-bottom: 0 solid #0000;
  width: auto;
  padding: 4px 0;
  font-size: 2.13rem;
  line-height: 125%;
  transition: border-width .2s ease-in-out, border-color .2s ease-in-out;
}

.mobile-dropdown-text-en:hover {
  border-bottom: 3px solid var(--orange--200);
}

.mobile-dropdown-text-en.w--current {
  border-bottom: 3px solid var(--orange--300);
  color: var(--blue--600);
  background-color: #0000;
  font-weight: 700;
}

.tab-label-en {
  text-align: center;
}

.tabs-menu-en {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.tabs-menu-en.mobile {
  display: none;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 79rem;
  display: flex;
}

.collection-card-en {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: row;
  width: 100%;
  height: auto;
  min-height: 14rem;
  transition: transform .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #1f2a4d0d;
}

.collection-card-en:hover {
  transform: translate(0, -6px);
}

.collection-card-content-en {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 1.5rem 1rem 2rem;
  display: flex;
}

.card-img-div-en {
  aspect-ratio: 2;
  flex: none;
  width: 35%;
  position: relative;
}

.mobile-only {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.hide-mobile {
  display: flex;
}

.pb-sm {
  padding-bottom: .5rem;
}

@media screen and (max-width: 1392px) {
  .div-info {
    background-color: var(--orange--150);
    border-left-width: 1.5px;
    border-right-width: 1.5px;
    border-radius: 1rem;
    order: -1;
    max-width: none;
    margin-bottom: -1rem;
    padding-top: .5rem;
    padding-bottom: .75rem;
    max-width: 52rem;
  }

  .info-content {
    grid-row-gap: .5rem;
  }

  .journaldetails {
    grid-row-gap: .25rem;
    padding-bottom: .2rem;
  }

  .div-pub {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-button {
    color: var(--blue--500);
    padding: 16px;
  }

  .menu-button.w--open {
    color: var(--blue--500);
    background-color: #0000;
  }

  .div-nav {
    padding: 2px 0;
  }

  .nav-menu {
    background-color: var(--orange--100);
  }

  .div-navbar-menu {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1.75rem;
    padding-left: 0;
    box-shadow: 0 4px 6px #1f2a4d14;
  }

  .container-nav {
    padding-left: 24px;
    padding-right: 16px;
  }

  .mask {
    width: 45%;
  }

  .mask.en {
    width: 55%;
  }

  .tabs-menu {
    z-index: 96;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border: .09375rem solid var(--blue--200);
    opacity: 0;
    background-color: #fff;
    border-radius: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 20rem;
    margin-top: -1.4rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: none;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 2px 5px #0003;
  }

  .tab-link {
    font-size: 1.9rem;
  }

  .tab-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab-bento {
    grid-template-columns: 1fr 1fr;
  }

  .interviewcard {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 24px;
  }

  .interviewcard.hide {
    display: none;
  }

  .div-bento-interviewee {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -1.5rem;
  }

  .interviewee {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-img-div {
    width: 30.625rem;
  }

  .heroimg-wrapper {
    margin-top: -50px;
  }

  .herofigure-wrapper {
    padding-top: 40px;
  }

  .tab-dropdown {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    background-color: var(--white);
    cursor: pointer;
    border-radius: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 30rem;
    height: 4rem;
    margin-bottom: .5rem;
    margin-left: 2.5rem;
    display: flex;
  }

  .code-embed {
    color: var(--blue--500);
    width: 2rem;
    height: 2rem;
    font-size: 16px;
    position: relative;
    right: 0%;
    transform: rotate(180deg);
  }

  .mobile-dropdown-text {
    border-bottom-width: .1875rem;
    border-bottom-color: var(--orange--300);
    color: var(--blue--600);
    height: 2.8rem;
    margin-top: 8px;
    font-size: 1.9rem;
    transition-property: none;
  }

  .div-navbar-menu-en {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
    box-shadow: 0 4px 6px #1f2a4d14;
  }

  .mobile-dropdown-text-en {
    border-bottom-width: .1875rem;
    border-bottom-color: var(--orange--300);
    letter-spacing: .1rem;
    height: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.56rem;
    font-weight: 600;
  }

  .tabs-menu-en {
    display: flex;
  }

  .tabs-menu-en.mobile {
    display: none;
  }

  .collection-card-en {
    flex-flow: column;
  }

  .card-img-div-en {
    width: 100%;
    max-height: 20rem;
  }

  .pt-xs {
    padding-top: .15rem;
  }
}

@media screen and (max-width: 767px) {
  .container.footer {
    flex-flow: column;
  }

  .container.sticky-menu {
    margin-top: -1rem;
    margin-bottom: -1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .hero-title {
    grid-row-gap: .25rem;
  }

  .text-h1 {
    text-align: center;
    max-width: 12ch;
  }

  .text-h2.homehero {
    text-align: center;
    max-width: 18ch;
    line-height: 130%;
  }

  .title-divider {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 40rem;
  }

  .container-hero {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .text-h4.link {
    height: auto;
  }

  .mask {
    width: 70%;
  }

  .mask.en {
    width: 80%;
  }

  .decor-line {
    width: 100%;
    max-width: 5rem;
  }

  .session-blue {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .footer-menu, .footer-logo {
    justify-content: center;
    align-items: center;
  }

  .card-interview {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .eyebrow-divider {
    grid-column-gap: .6rem;
  }

  .tab-link {
    height: 2.8rem;
    font-size: 1.9rem;
  }

  .tab-link.w--current {
    border-bottom-width: .1875rem;
  }

  .tab-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-bento {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .articlecard {
    padding: 1rem;
  }

  .text-h3.textcenter {
    text-align: center;
  }

  .p1-r {
    font-size: 1.19rem;
  }

  .chartcard {
    padding: .5rem 1rem 1rem;
  }

  .p2-b.notshrinked {
    flex: none;
  }

  .interviewcard {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-textsectionspied.en {
    margin-top: -10rem;
    padding-top: 10rem;
  }

  .scrollspy-menu.en {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    border: 2px solid var(--orange--200);
    background-color: var(--orange--150);
    border-radius: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: .5rem 1rem;
  }

  .collection-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .collection-card-content {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .card-img-div {
    width: auto;
    height: auto;
  }

  .dldetails {
    margin-left: 2.5rem;
  }

  .icon-download {
    flex: none;
  }

  .div-block-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .entryhead {
    margin-top: -1rem;
  }

  .card-articleend {
    grid-row-gap: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-articletitle {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heroimg-wrapper {
    margin-top: -90px;
  }

  .hero-family {
    width: 310px;
  }

  .hero-helper {
    width: 218px;
    padding-bottom: 6px;
  }

  .tab-dropdown {
    margin-left: 0;
    margin-right: .5rem;
  }

  .code-embed {
    margin-right: -3rem;
  }

  .mobile-dropdown-text:hover {
    border-bottom-color: var(--orange--300);
  }

  .mobile-dropdown-text.w--current {
    border-bottom-width: .1875rem;
  }

  .card-interview-en {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .interview-topic-en {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mobile-dropdown-text-en:hover {
    border-bottom-color: var(--orange--300);
  }

  .mobile-dropdown-text-en.w--current {
    border-bottom-width: .1875rem;
  }

  .tab-label-en {
    letter-spacing: .1rem;
    font-family: Poppins, sans-serif;
    font-size: 1.7rem;
  }

  .tabs-menu-en {
    z-index: 96;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: .09375rem solid var(--blue--200);
    background-color: var(--white);
    opacity: 0;
    border-radius: 1rem;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 20rem;
    margin-top: -4.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
    position: absolute;
    inset: 0% auto auto 50%;
    transform: translate(-50%);
    box-shadow: 0 2px 5px #1f2a4d1a;
  }

  .tabs-menu-en.mobile {
    display: none;
  }

  .collection-card-en {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 100%;
  }

  .collection-card-content-en {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .card-img-div-en {
    width: auto;
    height: auto;
  }

  .shrink-0, .doubletitle {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.pb-7 {
    padding-bottom: 4rem;
  }

  .container.sticky-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.pt-4 {
    padding-top: 3rem;
  }

  .container.pt-4.pb-1 {
    padding-bottom: 1rem;
  }

  .div-hero {
    grid-row-gap: 1.2rem;
  }

  .div-btn-duo {
    grid-column-gap: .5rem;
  }

  .container-nav {
    padding-left: 16px;
    padding-right: 0;
  }

  .title-divider {
    grid-column-gap: .5rem;
  }

  .container-hero {
    margin-bottom: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mask {
    width: 90%;
  }

  .mask.en {
    width: 100%;
  }

  .decor-line {
    flex-shrink: 2;
  }

  .session-blue {
    padding-bottom: 3rem;
  }

  .card-interview {
    flex-flow: column;
    padding-top: 1rem;
  }

  .img-interview {
    width: 12rem;
  }

  .interview-topic {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cap1-r.link {
    height: auto;
  }

  .cap1-r.link.align-right {
    display: flex;
  }

  .cap1-r.link.align-right.hide-mobile {
    display: none;
  }

  .chartcard {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .p2-b.center {
    line-height: 140%;
  }

  .scrollspy-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .div-textrow {
    margin-bottom: .5rem;
  }

  .entryhead {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .card-articleend {
    padding: .75rem 1rem 1rem;
  }

  .div-cardheader {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: .25rem;
  }

  .div-articletitle {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .articleend-wrapper {
    align-items: flex-start;
    width: 35%;
    height: 100%;
  }

  .div-interview {
    margin-top: -1rem;
  }

  .div-monologue {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -.5rem;
  }

  .div-bubble {
    margin-left: 0;
    padding-left: .75rem;
  }

  .icon-bubble {
    width: 1.5rem;
    height: 1rem;
    margin-top: 0;
    margin-left: 45%;
    padding-top: 0;
    position: relative;
    inset: 0% auto auto 0%;
    transform: scaleX(-1)rotate(90deg);
  }

  .bubble-wrapper {
    flex-flow: column;
    display: flex;
  }

  .div-menu {
    padding-top: 1rem;
  }

  .articleimg-wrapper {
    width: 100svw;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .hero-family, .hero-helper {
    flex: none;
  }

  .herofigure-wrapper {
    justify-content: center;
  }

  .interviewimg-wrapper {
    width: 100svw;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .card-interview-en {
    flex-flow: column;
    padding-top: 1rem;
  }

  .interview-topic-en {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-dropdown-text-en {
    letter-spacing: 0;
    font-size: 1.56rem;
  }

  .break-word {
    word-break: break-all;
  }

  .align-right {
    text-align: right;
  }

  .textcenter {
    text-align: center;
  }

  .doubletitle {
    flex: 0 auto;
  }

  .mobile-only {
    display: flex;
  }

  .hide-mobile {
    display: none;
  }
}

#w-node-_7e4a60c9-bf30-34bc-f30b-ee8b44afc57c-6eb5300b, #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844975c-6eb5300b, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417df5-6eb5300b, #w-node-_7e4a60c9-bf30-34bc-f30b-ee8b44afc57c-95c5b93c, #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844975c-95c5b93c, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417df5-95c5b93c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_862af9ea-9158-158a-e453-66de6ead8384-6eb5300b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b8449751-6eb5300b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b46341e2-c9a5-fce4-f330-19117d075ad6-6eb5300b, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417dea-6eb5300b, #w-node-_862af9ea-9158-158a-e453-66de6ead8384-95c5b93c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b8449751-95c5b93c {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b46341e2-c9a5-fce4-f330-19117d075ad6-95c5b93c, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417dea-95c5b93c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_862af9ea-9158-158a-e453-66de6ead8384-6eb5300b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e4a60c9-bf30-34bc-f30b-ee8b44afc57c-6eb5300b {
    grid-column: span 1 / span 1;
  }

  #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844976e-6eb5300b, #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844977c-6eb5300b, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417df9-6eb5300b, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417e07-6eb5300b, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417e15-6eb5300b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_862af9ea-9158-158a-e453-66de6ead8384-95c5b93c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e4a60c9-bf30-34bc-f30b-ee8b44afc57c-95c5b93c {
    grid-column: span 1 / span 1;
  }

  #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844976e-95c5b93c, #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844977c-95c5b93c, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417df9-95c5b93c, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417e07-95c5b93c, #w-node-_5015699e-4c18-d2ea-3aa4-e7b2e5417e15-95c5b93c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844975c-6eb5300b, #w-node-f5af91c4-d9ba-cb81-86c0-1fa3b844975c-95c5b93c {
    order: -9999;
  }
}


