/* $red: #e64539;
$orange: #dd6c10; */
@font-face {
  font-family: "Noto Sans TC";
  src: url(../fonts/NotoSansTC.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url(../fonts/NotoSansSC.ttf) format("truetype");
  font-display: swap;
}
html {
  font-family: "Arial", "Noto Sans TC", "Noto Sans SC", sans-serif;
}
html:lang(zh-cn) {
  font-family: "Arial", "Noto Sans SC", "Noto Sans TC", sans-serif;
}

.txt-tc {
  font-family: "Arial", "Noto Sans TC", "Noto Sans SC", sans-serif;
}

body {
  margin: 0;
  line-height: 1.5;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  .wrapper {
    padding: 0 15px;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  color: #000;
  font-family: inherit;
  background-color: transparent;
  cursor: pointer;
}

input {
  font-size: inherit;
  border-radius: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}

p {
  margin: 0 0 14px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}
a:not([class]), a[class=_txt-wrap] {
  color: #0073e5;
}
a:hover {
  text-decoration: underline;
}

.a11y-hidden {
  position: absolute !important;
  left: -300000px !important;
  width: 1px !important;
  height: 1px !important;
  display: inline-block !important;
  color: #000 !important;
  background-color: #fff !important;
}

.a11y-header {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.a11y-header:focus-within {
  height: 38px;
}
.a11y-header__button {
  display: inline-block;
  padding: 9px;
  margin: 1px 0;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.back-to-top {
  position: absolute;
  top: -25px;
  right: 40px;
  background-color: #8d5ca6;
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .back-to-top {
    right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .back-to-top {
    right: 12px;
  }
}
.back-to-top.fixed {
  position: fixed;
  top: auto;
  bottom: 24px;
}
.back-to-top:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: 2px;
}
.back-to-top:hover {
  opacity: 0.8;
}

.txt-grp {
  display: inline-block;
  vertical-align: middle;
}

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

.pdf-link {
  display: inline-block;
  color: #222;
}
.pdf-link__row {
  margin: 8px 0;
}
.pdf-link img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.img-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}
.img-popup__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-popup__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.img-popup__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.img-popup__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 101;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.img-popup__close-btn:before, .img-popup__close-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.img-popup__close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.img-popup__close-btn:hover {
  background-color: #000;
}

.bg-red {
  --bg-color: #E22F22;
  color: #fff;
  background-color: var(--bg-color);
}
a.bg-red {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.bg-red:hover {
  --bg-color: #f15a2b;
}

.bg-orange {
  --bg-color: #f15a2b;
  color: #fff;
  background-color: var(--bg-color);
}
a.bg-orange {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.bg-orange:hover {
  --bg-color: #e54539;
}

.bg-purple {
  --bg-color: #8d5ca6;
  color: #fff;
  background-color: var(--bg-color);
}
a.bg-purple {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.bg-purple:hover {
  --bg-color: #472f92;
}

.color-red {
  color: #e54539;
}

.color-orange {
  color: #f15a2b;
}

.color-purple {
  color: #8d5ca6;
}

.color-purple-dark {
  color: #472f92;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 21px 0;
}
@media screen and (max-width: 991px) {
  .header__container {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 15px 0;
  }
}
@media screen and (max-width: 479px) {
  .header__container {
    padding: 12px 0;
  }
}

.header-left {
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 375px) {
  .header-left {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.header-left__logo {
  display: block;
  line-height: 0;
}
.header-left__logo-img {
  width: auto;
  height: 39px;
}
@media screen and (max-width: 991px) {
  .header-left__logo-img {
    height: 34px;
  }
}
@media screen and (max-width: 479px) {
  .header-left__logo-img {
    height: 27px;
  }
}
@media screen and (max-width: 375px) {
  .header-left__logo-img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right__btn {
  font-size: 0;
  padding: 1px 6px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .header-right__btn {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-right__btn {
    margin-left: 18px;
  }
}
@media screen and (max-width: 479px) {
  .header-right__btn {
    margin-left: 3px;
  }
}
@media screen and (max-width: 991px) {
  .header-right__btn--print {
    display: none;
  }
}
.header-right__btn--search {
  display: none;
}
.header-right__btn--search img:nth-child(2) {
  position: relative;
  top: 1px;
  left: 6px;
  display: none;
}
.header-right__btn--search[aria-expanded=true] img:nth-child(1) {
  display: none;
}
.header-right__btn--search[aria-expanded=true] img:nth-child(2) {
  display: block;
}
@media screen and (max-width: 991px) {
  .header-right__btn--search {
    margin-left: 0;
  }
}
.header-right__btn--lang {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-right__btn--lang {
    display: block;
  }
}
.header-right__btn--menu img:nth-child(2) {
  position: relative;
  top: 1px;
  left: 6px;
  display: none;
}
.header-right__btn--menu.active img:nth-child(1) {
  display: none;
}
.header-right__btn--menu.active img:nth-child(2) {
  display: block;
}
@media screen and (min-width: 992px) {
  .header--msg .header-right__btn--menu {
    display: none;
  }
}
.header-right__btn img {
  width: 30px;
}
@media screen and (max-width: 479px) {
  .header-right__btn img {
    width: 27px;
  }
}
.header-right__text-btn {
  font-size: 1.0625rem;
  margin-left: 36px;
  color: #3e290f;
  text-decoration: none;
  line-height: 1;
}
.header-right__text-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .header-right__text-btn {
    display: none;
  }
}

.header-search {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: -24px;
  bottom: auto;
  width: 750px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 1450px) {
  .header-search {
    border-right: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .header-search {
    width: 600px;
    padding: 18px;
    border-bottom-left-radius: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header-search {
    left: 10px;
    right: -20px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .header-search {
    left: 5px;
    right: -15px;
    padding: 15px;
    border-bottom-left-radius: 9px;
  }
}
.header-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
}
.header-search__input {
  height: 44px;
  margin: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #8d5ca6 transparent #8d5ca6 #8d5ca6;
  border-radius: 6px 0px 0px 6px;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 20px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .header-search__input {
    height: 39px;
    padding: 10px 11px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 1rem;
    line-height: 19px;
  }
}
@media screen and (max-width: 479px) {
  .header-search__input {
    height: 34px;
    padding: 8px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.header-search__submit {
  position: relative;
  margin-left: -1px;
  padding: 12px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 0px 6px 6px 0px;
  color: #fff;
  background-color: #8d5ca6;
  font-size: 1rem;
  line-height: 20px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header-search__submit {
    padding: 10px 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (max-width: 479px) {
  .header-search__submit {
    padding: 8px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.header-search__submit:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.header-lang {
  display: none;
  position: absolute;
  top: 100%;
  left: -24px;
  right: -24px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .header-lang {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .header-lang {
    left: -20px;
    right: -20px;
  }
}
@media screen and (max-width: 479px) {
  .header-lang {
    left: -15px;
    right: -15px;
  }
}
.header-lang__container {
  padding: 24px;
}
.header-lang__title {
  margin: 0 0 14px;
}
@media screen and (max-width: 479px) {
  .header-lang__title {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
.header-lang__item-btn {
  display: inline-block;
  font-size: 1rem;
  padding: 6px 0;
}
@media screen and (max-width: 479px) {
  .header-lang__item-btn {
    font-size: 0.875rem;
  }
}

.header-menu {
  display: none;
  position: absolute;
  left: auto;
  top: 100%;
  right: -24px;
  bottom: auto;
  width: 520px;
  max-width: 100%;
  max-height: 85vh;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 20;
}
@media screen and (max-width: 1448px) {
  .header-menu {
    border-right: 0;
    border-bottom-right-radius: 0;
    padding: 18px;
    border-bottom-left-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu {
    right: -20px;
  }
}
@media screen and (max-width: 479px) {
  .header-menu {
    right: -15px;
    width: 300px;
    padding: 15px;
    border-bottom-left-radius: 9px;
  }
}
.header-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu__item-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  /* flex-wrap: wrap; */
  margin: -4px;
}
.header-menu__break {
  width: 100%;
}
.header-menu {
  /* &__item {
      position: relative;
      display: flex;
      align-items: center;
      width: calc(50% - 8px);
      margin: 4px;
      padding: 12px;
      border: 1px #000 solid;
      border-radius: 6px;
      font-size: rem(20);
      font-weight: bold;
      color: #222;
      background-color: #fff;
      background-size: cover;
      background-position: center;
      line-height: 1.25;
      text-decoration: none;
      transition: 0.3s all ease;
      overflow: hidden;
      @include max991() {
          width: 100%;
          padding: 11px 44px 11px 11px;
          border-radius: 5px;
          font-size: rem(18);
      }
      @include max479() {
          padding: 10px 38px 10px 10px;
          border-radius: 4px;
          font-size: rem(16);
      }
      &._1 {
          border-color: #11a491;
          color: #0d826d;
      }
      &._2 {
          border-color: #1ca0cb;
          color: #157b9d;
      }
      &:lang(en) {
          font-weight: normal;
      }
      &:hover {
          transform: scale(1.05);
          z-index: 2;
          text-decoration: none;
      }
      &:first-child {
          margin-top: 0;
      }
      ._txt-s {
          font-size: 0.8em;
      }
      img {
          width: 30px;
          height: 30px;
          margin-right: 12px;
          object-fit: contain;
      }
      span {
          position: relative;
          z-index: 2;
      }
  } */
}
.header-menu__bottom {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 991px) and (max-width: 479px) {
  .header-menu__bottom {
    margin-top: 12px;
  }
}
.header-menu__bottom .header-right__btn {
  margin: 4px 8px;
}
@media screen and (max-width: 479px) {
  .header-menu__bottom .header-right__btn {
    margin: 4px 2px;
  }
}
.header-menu__bottom .header-right__text-btn {
  display: inline-block;
  margin: 4px 8px;
}
@media screen and (max-width: 767px) {
  .header-menu__bottom .header-right__text-btn {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 479px) {
  .header-menu__bottom .header-right__text-btn {
    margin: 4px 2px;
  }
}

.footer {
  position: relative;
  background-color: #fff;
  font-size: 0.875rem;
  color: #3e290f;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 38px 0 80px;
}
@media screen and (max-width: 991px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 28px 0 70px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer__link {
  padding: 0 12px;
  margin: 4px 0;
  color: #3e290f;
  border-right: 1px solid #868686;
  text-decoration: none;
  line-height: 1.25;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link--last {
  border-right: 0;
}
.footer__published-by {
  width: 100%;
  margin: 4px 0 0;
}
.footer__copyright {
  margin: 0;
}
.footer__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__right {
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .footer__last-update {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin: 16px 0 0;
  }
}
.footer__img-link {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .footer__img-link {
    margin: 0 15px;
  }
}
.footer__img-w3c {
  width: 88px;
}
.footer__img-brand-hk {
  width: 108px;
}

.index__container {
  position: relative;
  padding: 0 38px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe5f1), to(#fff));
  background: linear-gradient(180deg, #ebe5f1, #fff);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index__container {
    padding: 38px 38px 0;
  }
}
@media screen and (max-width: 479px) {
  .index__container {
    padding: 24px 24px 0;
  }
}
.index__title {
  position: absolute;
  top: 38px;
  left: 38px;
  font-size: 4.625rem;
  line-height: 1.2;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .index__title {
    position: relative;
    top: auto;
    left: auto;
    font-size: 3.75rem;
    margin-bottom: -1.2em;
  }
}
@media screen and (max-width: 767px) {
  .index__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .index__title {
    margin-bottom: -0.2em;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 375px) {
  .index__title {
    font-size: 2rem;
  }
}
.index__main-imgs {
  position: relative;
  width: 60%;
  margin-left: auto;
}
.index__main-imgs:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 76.15%;
}
@media screen and (max-width: 991px) {
  .index__main-imgs {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .index__main-imgs {
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .index__main-imgs {
    width: 100%;
  }
}
.index__main-imgs img {
  --index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: indexMainImgIn 0.75s ease forwards;
          animation: indexMainImgIn 0.75s ease forwards;
  -webkit-animation-delay: calc(0.2s * var(--index));
          animation-delay: calc(0.2s * var(--index));
}
.index__main-imgs ._1 {
  --index: 1;
  z-index: 1;
}
.index__main-imgs ._2 {
  --index: 2;
  z-index: 2;
}
.index__main-imgs ._3 {
  --index: 3;
}
.index__main-imgs ._4 {
  --index: 4;
  z-index: 1;
}
.index__main-imgs ._5 {
  --index: 5;
  z-index: 2;
}
.index__main-imgs ._6 {
  --index: 6;
}
.index__main-imgs ._7 {
  --index: 7;
}
.index__main-imgs ._8 {
  --index: 8;
}
.index__main-imgs ._10 {
  --index: 9;
}
@-webkit-keyframes indexMainImgIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes indexMainImgIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.index__out-img {
  position: absolute;
  width: 18%;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: indexMainImgIn 0.75s ease forwards;
          animation: indexMainImgIn 0.75s ease forwards;
  -webkit-animation-delay: calc(0.2s * var(--index));
          animation-delay: calc(0.2s * var(--index));
}
@media screen and (max-width: 479px) {
  .index__out-img {
    display: none;
  }
}
.index__out-img._out-1 {
  --index: 10;
  top: -3.5%;
  left: 21%;
}
@media screen and (max-width: 991px) {
  .index__out-img._out-1 {
    left: 11%;
  }
}
.index__out-img._out-2 {
  --index: 11;
  left: -2%;
  top: 50%;
}
.index__out-img._out-3 {
  --index: 12;
  left: 24%;
  top: 79%;
}
@media screen and (max-width: 991px) {
  .index__out-img._out-3 {
    top: 82%;
    left: 14%;
  }
}
@media screen and (max-width: 767px) {
  .index__out-img._out-3 {
    left: 4%;
  }
}
.index__out-img._out-4 {
  --index: 13;
  top: 70%;
  left: 90%;
}
@media screen and (max-width: 991px) {
  .index__out-img._out-4 {
    top: 82%;
    left: 86%;
  }
}
.index__btn-container {
  margin-top: 24px;
  margin-bottom: 58px;
  text-align: center;
}
.index__btn {
  position: relative;
  display: inline-block;
  padding: 0.4em 2em;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease 3s forwards;
          animation: fadeIn 1s ease 3s forwards;
  color: #fff;
  background-color: #8d5ca6;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.index__btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 479px) {
  .index__btn {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
.index__btn:before, .index__btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #8d5ca6;
  border-radius: 50%;
}
.index__btn:before {
  top: calc(50% - 0.5em);
  left: calc(100% - 0.4em);
}
.index__btn:after {
  right: calc(50% - 0.5em);
  bottom: -0.6em;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.view {
  padding-bottom: 48px;
}
.view__title {
  font-size: 2rem;
  margin-bottom: 0.6em;
}
.view__title a {
  color: inherit;
  text-decoration: none;
}
.view__title a:hover {
  text-decoration: underline;
}
.view__body {
  --padding-x: 24px;
}
@media screen and (max-width: 767px) {
  .view__body {
    --padding-x: 18px;
  }
}

.view-main {
  --main-gap: 4px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--main-gap);
  padding: 0 var(--padding-x) 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebe5f1), to(#fff));
  background-image: linear-gradient(to bottom, #ebe5f1, #fff);
}
@media screen and (max-width: 991px) {
  .view-main {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 560px) {
  .view-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .view-main {
    grid-template-columns: 1fr;
  }
}
.view-main__item {
  --circle-size: 60px;
  --bg-color: #fde8ed;
  --before-size: 40px;
  position: relative;
  -webkit-transform: translate3d(32px, 0, 0);
          transform: translate3d(32px, 0, 0);
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.view--opt-1 .view-main__item {
  --bg-color: #fad0da;
}
.view-main__item._2 {
  --bg-color: #f3f8e8;
}
.view--opt-1 .view-main__item._2 {
  --bg-color: #e6f1d0;
}
.view-main__item._3 {
  --bg-color: #efeaf4;
}
.view--opt-1 .view-main__item._3 {
  --bg-color: #dfd4e8;
}
.view-main__item._4 {
  --bg-color: #f3f8e8;
}
.view--opt-1 .view-main__item._4 {
  --bg-color: #e6f1d0;
}
.view-main__item._5 {
  --bg-color: #fff7de;
}
.view--opt-1 .view-main__item._5 {
  --bg-color: #ffefbc;
}
.view-main__item:hover {
  -webkit-transform: scale(0.95) !important;
      -ms-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
  text-decoration: none;
}
.view-main__item:before {
  content: "";
  position: absolute;
  top: calc(50% - var(--before-size) / 2);
  left: calc(var(--before-size) * -0.6);
  width: var(--before-size);
  height: var(--before-size);
  border-radius: 50%;
  border: var(--main-gap) solid #fff;
  background-color: var(--bg-color);
  z-index: 1;
}
.header-menu .view-main__item:before {
  display: none;
}
.view-main__item:first-child:before {
  display: none;
}
.view-main__item:nth-child(even):before {
  top: calc(90% - var(--before-size) / 2);
}
@media screen and (max-width: 991px) {
  .view-main__item:nth-child(n+4) {
    margin-top: calc(var(--circle-size) * -0.5);
  }
  .view-main__item:after {
    display: block;
  }
}
@media screen and (max-width: 991px) and (min-width: 561px) {
  .view-main__item:nth-child(4):before {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .view-main__item:nth-child(n+3) {
    margin-top: calc(var(--circle-size) * -0.5);
  }
}
@media screen and (max-width: 560px) and (min-width: 376px) {
  .view-main__item:nth-child(2n+1):before {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .view-main__item:nth-child(n+2) {
    margin-top: calc(var(--circle-size) * -0.5);
  }
  .view-main__item:before {
    display: none;
  }
}
.header-menu .view-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 4px 8px;
  margin-top: 0;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 1rem;
  background-color: var(--bg-color);
}
.view-main__item-number-out {
  display: block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  margin-bottom: calc(var(--circle-size) * -0.5);
  background-color: #8d5ca6;
}
.view-main__item-number {
  --numb-position: 6px;
  position: absolute;
  top: var(--numb-position);
  left: var(--numb-position);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(var(--circle-size) - var(--numb-position) * 2);
  height: calc(var(--circle-size) - var(--numb-position) * 2);
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #8d5ca6;
  z-index: 2;
}
.view-main__item-textarea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - var(--circle-size) / 2);
  padding: calc(var(--circle-size) * 0.6) 0 24px;
  gap: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, var(--bg-color)));
  background-image: linear-gradient(to bottom, #fff, var(--bg-color) 40%);
  z-index: 1;
}
.view-main__item-title {
  padding: 0 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.header-menu .view-main__item-title {
  padding: 0;
}
.view-main__img {
  display: block;
  width: 100%;
  margin-top: auto;
}
.header-menu .view-main__img {
  margin-top: 0;
  width: 3em;
  height: 3em;
}

.view-sub {
  --sub-gap: 2px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sub-gap);
  padding: 0 var(--padding-x);
}
@media screen and (max-width: 767px) {
  .view-sub {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .view-sub {
    grid-template-columns: 1fr;
  }
}
.view-sub__item {
  display: block;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translate3d(32px, 0, 0);
          transform: translate3d(32px, 0, 0);
  opacity: 0;
}
.header-menu .view-sub__item {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.view-sub__item:hover {
  text-decoration: none;
}
.view-sub__item:nth-child(1) {
  z-index: 2;
}
.view-sub__item:nth-child(2) {
  z-index: 1;
}
.view-sub__item:nth-child(3) {
  z-index: 0;
}
.view-sub__item:before, .view-sub__item:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75em);
  right: -0.8em;
  width: 1.5em;
  height: 1.5em;
  border: var(--sub-gap) solid #fff;
  border-radius: 50%;
  background-color: var(--bg-color);
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-menu .view-sub__item:before, .header-menu .view-sub__item:after {
  display: none;
}
.view-sub__item:after {
  top: auto;
  right: calc(50% - 0.75em);
  bottom: -0.8em;
}
.view-sub__item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 16px 20px;
  gap: 12px;
  background-color: var(--bg-color);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-menu .view-sub__item-inner {
  gap: 18px;
  padding: 8px 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.view-sub__item-inner img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.2em;
  height: 2.2em;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-menu .view-sub__item-inner img {
  margin: 0 0.4em;
}
.view-sub__item-inner span {
  text-align: center;
}

/* Global replace $resultText to your color */
/* result page START */
.result p {
  font-size: 1rem;
  color: #222;
}
.result__search-form {
  padding-bottom: 24px;
  border-bottom: 1px #ccc solid;
}
.result__number-results {
  margin: 30px 0 0;
}
.result__number-results:empty {
  display: none;
}
.result__item-container {
  min-height: 500px;
}
.result__item-container.loading {
  position: relative;
}
.result__item-container.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.result__item-container.loading:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 5px #222 solid;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading 3s infinite linear;
  animation: loading 3s infinite linear;
  z-index: 3;
}
.result__item {
  position: relative;
  padding-left: 35px;
  margin: 24px 0;
}
.result__item strong {
  color: #8d5ca6;
}
.result__item-type {
  font-weight: normal;
}
.result__item-number {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1rem;
}
.result__item-name {
  color: #222;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
}
.result__item-name:hover {
  text-decoration: underline;
}
.result__item-desc {
  margin: 5px 0 3px;
}
.result__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}
.result__item-link {
  margin-right: 14px;
  color: #222;
  text-decoration: none;
  word-break: break-all;
}
.result__item-link:hover {
  text-decoration: underline;
}
.result__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result__item-info span {
  padding-right: 5px;
  border-right: 1px #222 solid;
  margin-right: 5px;
}
.result__item-viewer {
  color: #222;
  text-decoration: none;
}
.result__item-viewer:hover {
  text-decoration: underline;
}
.result__radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.result__radio-container fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0;
  padding: 0;
}
.result__radio-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 1em;
}
.result__radio-grp:last-child {
  margin-right: 0;
}
.result__radio-grp input {
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  border: 1px #222 solid;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25em;
}
.result__radio-grp input:checked:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #222;
  border-radius: 50%;
}
.result__title {
  color: #2f2f2f;
  line-height: 1;
  padding-left: 0;
  padding-bottom: 25px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.result__search-form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 767px;
  margin-bottom: 12px;
}
.result__search-form button[type=submit] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 24px;
  border: 0;
  font-size: 1rem;
  color: #fff;
  background-color: #8d5ca6;
  cursor: pointer;
}
.result__no-result {
  display: none;
  margin-top: 24px;
}
.result__no-result a {
  color: #222;
  text-decoration: none;
}
.result__no-result a:hover {
  text-decoration: underline;
}
.result__related {
  display: none;
  margin-top: 34px;
}
.result__related p {
  font-size: 1.125rem;
  color: #222;
  margin: 0 0 18px;
}
.result__related-key {
  color: #8d5ca6;
}
.result__related-item-container {
  max-width: 400px;
  width: 100%;
  margin: -6px -12px;
}
.result__related-item {
  color: #222;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 6px 12px;
}
.result__related-item:hover {
  text-decoration: underline;
}
.result__related-item strong {
  color: #8d5ca6;
}
.result__sort-container {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 14px -12px -6px;
  cursor: pointer;
}
.result__sort-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result .result__sort-item {
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 1rem;
  margin: 6px 12px;
}
.result .result__sort-item:hover {
  text-decoration: underline;
}
.result .result__sort-item.active {
  color: #8d5ca6;
}
.result__spellcheck {
  display: none;
}
.result__spellcheck-link {
  color: #8d5ca6;
  text-decoration: none;
}
.result__spellcheck-link:hover {
  text-decoration: underline;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#resultInput {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1rem;
  padding: 12px;
  margin-bottom: 0;
  border: 1px #8d5ca6 solid;
  border-right: 0;
}

.result-page__container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1;
}
.result-page__item {
  font-size: 1rem;
  text-decoration: none;
  color: #222;
  margin: 5px 10px;
}
.result-page__item:hover {
  text-decoration: underline;
}
.result-page__item.active {
  font-weight: bold;
  pointer-events: none;
}
.result-page__item.active:hover {
  text-decoration: none;
}
.result-page__item.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}

/* result page END */
@media print {
  .header-right {
    display: none;
  }
  .index .wrapper {
    display: block;
  }
  .index__left {
    width: 100%;
  }
  .index__right {
    width: 100%;
    padding-left: 0;
  }
  .banner__img-container {
    width: 100%;
    max-width: 580px;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .banner__title, .banner__subtitle, .banner__img {
    opacity: 1 !important;
  }
  .pdf-grp {
    padding: 24px;
  }
  .pdf-grp._1 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #fef9ea;
  }
  .pdf-grp._1:before {
    display: none;
  }
  .pdf-grp__item {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    font-size: 1.125rem;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
  }
  .pdf-grp__item-icon {
    width: 38px;
    height: 38px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .footer__right {
    margin-top: 6px;
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__last-update {
    width: 100%;
  }
  .footer__img-link {
    margin-left: 0;
    margin-right: 30px;
  }
  .back-to-top {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */