@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
html#scoped {
  font-family: "Noto Sans TC", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html#scoped * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "Noto Sans TC", sans-serif;
  outline: none;
}
html#scoped.no-scroll {
  overflow: hidden;
}
html#scoped body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html#scoped h1, html#scoped h2, html#scoped h3, html#scoped h4, html#scoped h5, html#scoped h6, html#scoped p, html#scoped ul, html#scoped ol, html#scoped li, html#scoped dl, html#scoped dt, html#scoped dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
html#scoped .preload-images {
  position: fixed;
  left: 101vw;
}
html#scoped .d {
  display: block;
}
html#scoped .d.inline {
  display: inline;
  line-height: 0;
}
html#scoped .d.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  html#scoped .d {
    display: none;
  }
  html#scoped .d.inline {
    display: none;
  }
  html#scoped .d.flex {
    display: none;
  }
}
html#scoped .m {
  display: none;
}
html#scoped .m.inline {
  display: none;
}
html#scoped .m.flex {
  display: none;
}
@media screen and (max-width: 800px) {
  html#scoped .m {
    display: block;
  }
  html#scoped .m.inline {
    display: inline;
    line-height: 0;
  }
  html#scoped .m.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

img {
  width: 100%;
}

.fadeInFromLeft {
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.fadeInFromLeft.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 1500px) {
  .fadeInFromLeft {
    -webkit-transform: translateX(-3.33vw);
        -ms-transform: translateX(-3.33vw);
            transform: translateX(-3.33vw);
  }
}
@media screen and (max-width: 850px) {
  .fadeInFromLeft {
    -webkit-transform: translateX(-13.33vw);
        -ms-transform: translateX(-13.33vw);
            transform: translateX(-13.33vw);
  }
}

.fadeInFromRight {
  opacity: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.fadeInFromRight.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 1500px) {
  .fadeInFromRight {
    -webkit-transform: translateX(3.33vw);
        -ms-transform: translateX(3.33vw);
            transform: translateX(3.33vw);
  }
}
@media screen and (max-width: 850px) {
  .fadeInFromRight {
    -webkit-transform: translateX(13.33vw);
        -ms-transform: translateX(13.33vw);
            transform: translateX(13.33vw);
  }
}

.fadeInFromTop {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.fadeInFromTop.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1500px) {
  .fadeInFromTop {
    -webkit-transform: translateY(-3.33vw);
        -ms-transform: translateY(-3.33vw);
            transform: translateY(-3.33vw);
  }
}
@media screen and (max-width: 850px) {
  .fadeInFromTop {
    -webkit-transform: translateY(-13.33vw);
        -ms-transform: translateY(-13.33vw);
            transform: translateY(-13.33vw);
  }
}

.fadeInFromBottom {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.fadeInFromBottom.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1500px) {
  .fadeInFromBottom {
    -webkit-transform: translateY(3.33vw);
        -ms-transform: translateY(3.33vw);
            transform: translateY(3.33vw);
  }
}
@media screen and (max-width: 850px) {
  .fadeInFromBottom {
    -webkit-transform: translateY(13.33vw);
        -ms-transform: translateY(13.33vw);
            transform: translateY(13.33vw);
  }
}

.fadeInPop {
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.fadeInPop.animate {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animate {
  opacity: 1;
}

.inview {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
}

.delay100 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}

.delay200 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}

.delay300 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.delay400 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
}

.delay500 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.delay600 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}

.delay700 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.delay800 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}

.delay900 {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important;
}

.delay1000 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

.delay1100 {
  -webkit-transition-delay: 1100ms !important;
          transition-delay: 1100ms !important;
}

.delay1200 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
}

.delay1300 {
  -webkit-transition-delay: 1300ms !important;
          transition-delay: 1300ms !important;
}

.delay1400 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}

.delay1500 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important;
}

.delay1600 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important;
}

.delay1700 {
  -webkit-transition-delay: 1700ms !important;
          transition-delay: 1700ms !important;
}

.delay1800 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important;
}

.delay1900 {
  -webkit-transition-delay: 1900ms !important;
          transition-delay: 1900ms !important;
}

.delay2000 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important;
}

.common-center-wrap {
  width: 59.38vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .common-center-wrap {
    width: 100vw;
    padding: 0 3.2vw;
  }
}

.source {
  width: 59.38vw;
  margin: 0 auto;
  margin-top: 0.52vw;
  font-size: 0.78vw;
  word-break: break-all;
}
@media screen and (max-width: 800px) {
  .source {
    width: 100%;
    padding: 0;
    font-size: 3.2vw;
    margin-top: 2.67vw;
    line-height: 1.2;
  }
}
.source span.red {
  color: #D20025;
}
.source span.big {
  font-size: 0.89vw;
}
@media screen and (max-width: 800px) {
  .source span.big {
    font-size: 3.73vw;
  }
}
.source span.bold {
  font-weight: bold;
}
.source span.bigger {
  font-size: 0.99vw;
}
@media screen and (max-width: 800px) {
  .source span.bigger {
    font-size: 4.27vw;
  }
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  backdrop-filter: blur(15px);
  z-index: 15;
  padding: 2vh 0;
  overflow-y: auto;
}
.popup-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-wrap .content {
  width: 60vw;
  padding: 2vw;
  background-color: #fff;
  border: 5px solid #D10025;
  border-radius: 1vw;
  position: relative;
  font-size: 0.94vw;
  font-weight: bold;
  text-align: justify;
  word-break: break-all;
  line-height: 1.25;
}
@media screen and (max-width: 800px) {
  .popup-wrap .content {
    font-size: 3.73vw;
    width: 90vw;
  }
}
.popup-wrap .content .red {
  color: #D10025;
}
.popup-wrap .content a {
  text-decoration: none;
  color: #0763AE;
}
.popup-wrap .content .underline {
  text-decoration: underline;
}
.popup-wrap .content .small {
  font-size: 0.73vw;
}
@media screen and (max-width: 800px) {
  .popup-wrap .content .small {
    font-size: 2.93vw;
  }
}
.popup-wrap .content .heading {
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  color: #D10025;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 800px) {
  .popup-wrap .content .heading {
    font-size: 5vw;
    padding-bottom: 2.67vw;
    margin-bottom: 2.67vw;
    padding-top: 6vw;
  }
}
.popup-wrap .content .close-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2vw;
}
.popup-wrap .content .close-flex .button.close-popup {
  background-color: #D10025;
  color: #fff;
  padding: 0.8vw 2vw;
  border: none;
  border-radius: 0.5vw;
  font-size: 1.2vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .popup-wrap .content .close-flex .button.close-popup {
    font-size: 4.27vw;
    padding: 3.2vw 5.33vw;
  }
}
.popup-wrap .content .close-button {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .popup-wrap .content .close-button {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.popup-wrap .content .info {
  font-size: 0.73vw;
  text-align: center;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  .popup-wrap .content .info {
    font-size: 2.93vw;
    margin-bottom: 4vw;
  }
}

html {
  padding-top: 6.25vw;
}
@media screen and (max-width: 800px) {
  html {
    padding-top: 13.33vw;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  -webkit-filter: drop-shadow(0.16vw 0.16vw 0.31vw rgba(189, 151, 114, 0.75));
          filter: drop-shadow(0.16vw 0.16vw 0.31vw rgba(189, 151, 114, 0.75));
  padding-left: 0.83vw;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  header {
    height: 13.33vw;
    padding-left: 1.6vw;
    -webkit-filter: drop-shadow(0.32vw 0.32vw 0.67vw rgba(189, 151, 114, 0.75));
            filter: drop-shadow(0.32vw 0.32vw 0.67vw rgba(189, 151, 114, 0.75));
  }
}
header .logo img {
  height: 6.25vw;
  width: auto;
}
@media screen and (max-width: 800px) {
  header .logo img {
    height: 13.33vw;
  }
}

nav.tw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.04vw;
  gap: 0.52vw;
  padding-right: 1.88vw;
}
@media screen and (max-width: 800px) {
  nav.tw {
    position: fixed;
    top: 13.33vw;
    left: 0;
    width: 100%;
    height: calc(100svh - 13.33vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    gap: 2.13vw;
    opacity: 0;
    visibility: hidden;
  }
  nav.tw.active {
    opacity: 1;
    visibility: visible;
  }
}
nav.tw .anchor-link {
  height: 4.17vw;
  line-height: 4.17vw;
  padding: 0 0.68vw;
  text-decoration: none;
  font-size: 1.15vw;
  color: black;
  font-weight: 500;
  border-radius: 4.17vw;
}
nav.tw .anchor-link:hover {
  background-color: #CE0025;
  color: white;
}
@media screen and (max-width: 800px) {
  nav.tw .anchor-link {
    height: 15.47vw;
    line-height: 15.47vw;
    width: 100%;
    text-align: center;
    font-size: 5.87vw;
  }
  nav.tw .anchor-link:hover {
    background-color: unset;
    color: black;
  }
}
nav.tw .separator {
  margin-top: 0.42vw;
  width: 1px;
  height: 3.13vw;
  background-color: #666565;
}
@media screen and (max-width: 800px) {
  nav.tw .separator {
    margin-top: 0;
    width: 80vw;
    height: 1px;
    margin: 0 auto;
  }
}
nav.tw .link {
  margin-left: 0.52vw;
  position: relative;
  height: 4.17vw;
}
@media screen and (max-width: 800px) {
  nav.tw .link {
    margin-left: 0;
    height: 15.47vw;
    width: auto;
    margin: 0 auto;
  }
}
nav.tw .link:hover img.hover {
  opacity: 1;
}
nav.tw .link img {
  height: 100%;
  width: auto;
}
nav.tw .link .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

nav.us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.35vw;
  gap: 1.04vw;
  padding-right: 14.64vw;
}
@media screen and (max-width: 800px) {
  nav.us {
    position: fixed;
    top: 13.33vw;
    left: 0;
    width: 100%;
    height: calc(100svh - 13.33vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-right: 0;
    background-color: #1B468E;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 3.2vw;
  }
  nav.us.active {
    opacity: 1;
    visibility: visible;
  }
}
nav.us .anchor-link, nav.us .link, nav.us .fig {
  height: 3.54vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  nav.us .anchor-link, nav.us .link, nav.us .fig {
    height: 13.33vw;
    width: auto;
    margin: 0 auto;
  }
}
nav.us .anchor-link:hover img.hover, nav.us .link:hover img.hover, nav.us .fig:hover img.hover {
  opacity: 1;
}
nav.us .anchor-link img, nav.us .link img, nav.us .fig img {
  height: 100%;
  width: auto;
}
nav.us .anchor-link .hover, nav.us .link .hover, nav.us .fig .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  nav.us .link {
    margin-top: 2.67vw;
  }
}

.fig {
  position: fixed;
  height: 3.54vw;
  height: 3.54vw;
  right: 0;
  top: 1.35vw;
}
@media screen and (max-width: 800px) {
  .fig {
    top: 1.87vw;
    right: 14.67vw;
    height: 9.87vw;
  }
}
.fig img {
  height: 100%;
  width: auto;
}

.fixed-links {
  position: fixed;
  right: 0.83vw;
  bottom: 6.25vw;
  width: 5.21vw;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .fixed-links {
    right: 2.4vw;
    bottom: 1.33vw;
    width: 93.6vw;
  }
}
.fixed-links .links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20.1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 800px) {
  .fixed-links .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    width: 100%;
  }
}
.fixed-links .links a {
  display: block;
  height: 25%;
}
@media screen and (max-width: 800px) {
  .fixed-links .links a {
    height: 100%;
  }
}
@media screen and (max-width: 800px) {
  .fixed-links .links a:nth-of-type(1) {
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .fixed-links .links a:nth-of-type(2) {
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .fixed-links .links a:nth-of-type(3) {
    width: 32%;
  }
}
@media screen and (max-width: 800px) {
  .fixed-links .links a:nth-of-type(4) {
    width: 28%;
  }
}
.fixed-links .to-top {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .fixed-links .to-top {
    position: fixed;
    bottom: 18vw;
    right: 2vw;
    width: 13.33vw;
  }
}
.fixed-links .to-top:hover img.hover {
  opacity: 1;
}
.fixed-links .to-top img.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .fixed-links .home {
    position: fixed;
    bottom: 31vw;
    right: 2vw;
    width: 13.33vw;
  }
}

@media screen and (max-width: 800px) {
  .menu {
    width: 13.33vw;
    height: 13.33vw;
    position: relative;
  }
  .menu.active img.open {
    opacity: 0;
  }
  .menu.active img.close {
    opacity: 1;
  }
  .menu img {
    width: 13.33vw;
    height: 13.33vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu img.open {
    opacity: 1;
  }
  .menu img.close {
    opacity: 0;
  }
}

html#scoped footer .company-name {
  font-size: 0.73vw;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: black;
}
@media screen and (max-width: 800px) {
  html#scoped footer .company-name {
    font-size: 3.73vw;
    text-align: center;
    line-height: 1.8;
  }
}
html#scoped footer .flex-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.73vw;
  letter-spacing: 0.15em;
  color: black;
  font-weight: 500;
  gap: 0.47vw;
}
@media screen and (max-width: 800px) {
  html#scoped footer .flex-info {
    display: block;
    font-size: 3.2vw;
    margin-top: 0;
    text-align: center;
    line-height: 1.8;
  }
}
html#scoped footer .flex-info a {
  text-decoration: none;
  color: black;
}
html#scoped footer .content {
  margin-top: 0.63vw;
  font-size: 0.94vw;
  font-weight: bold;
  text-align: justify;
  word-break: break-all;
  line-height: 1.25;
}
@media screen and (max-width: 800px) {
  html#scoped footer .content {
    font-size: 3.73vw;
    margin-top: 3.2vw;
  }
}
html#scoped footer .content .red {
  color: #D10025;
}
html#scoped footer .content a {
  text-decoration: none;
  color: #0763AE;
}
html#scoped footer .content .underline {
  text-decoration: underline;
}
html#scoped footer .content .small {
  font-size: 0.73vw;
}
@media screen and (max-width: 800px) {
  html#scoped footer .content .small {
    font-size: 2.93vw;
  }
}

.footer-block.tw, .footer-block.us {
  padding: 1.88vw 0;
}
@media screen and (max-width: 800px) {
  .footer-block.tw, .footer-block.us {
    padding: 4.27vw 4vw;
    padding-bottom: 32vw;
  }
}
.footer-block.tw footer, .footer-block.us footer {
  width: 59.38vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .footer-block.tw footer, .footer-block.us footer {
    width: 100%;
  }
}

.footer-block.tw {
  background-color: #E9EAEA;
}

.footer-block.us {
  background-color: #ECECEC;
}

#Landing .page-block {
  height: 124vw;
  background-image: url("../assets/landing/bg-d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #E9EAEA;
  position: relative;
}
@media screen and (max-width: 800px) {
  #Landing .page-block {
    height: auto;
    background-image: url("../assets/landing/bg-m.png");
    background-size: 100% auto;
    background-position: top center;
    padding-top: 4.27vw;
  }
}
#Landing .page-block h1 {
  position: absolute;
  width: 27.14vw;
  top: 4.84vw;
  left: 20.36vw;
}
@media screen and (max-width: 800px) {
  #Landing .page-block h1 {
    position: static;
    width: 100%;
  }
}
#Landing .page-block .links-block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.52vw;
  top: 45.42vw;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #Landing .page-block .links-block {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 21.33vw;
    gap: 2.67vw;
  }
}
#Landing .page-block .links-block a {
  display: block;
  width: 29.43vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  #Landing .page-block .links-block a {
    width: 85.33vw;
    margin: 0 auto;
  }
}
#Landing .page-block .links-block a:hover img.hover {
  opacity: 1;
}
#Landing .page-block .links-block a img.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#Landing .page-block .video-block {
  position: absolute;
  width: 59.38vw;
  top: 62.71vw;
  left: 20.31vw;
}
@media screen and (max-width: 800px) {
  #Landing .page-block .video-block {
    position: relative;
    width: 100%;
    margin-top: 6.93vw;
    top: unset;
    left: unset;
  }
}
#Landing .page-block .video-block iframe {
  width: 39.48vw;
  aspect-ratio: 16/9;
  border: none;
  position: absolute;
  top: 2.82vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1.04vw;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #Landing .page-block .video-block iframe {
    width: 82.13vw;
    border-radius: 2.13vw;
    top: 10.2vw;
  }
}
#Landing .page-block .footer-block {
  width: 59.38vw;
  position: absolute;
  bottom: 0.5vw;
  left: 20.31vw;
}
@media screen and (max-width: 800px) {
  #Landing .page-block .footer-block {
    width: 100vw;
    position: static;
    padding-top: 9.6vw;
    padding-left: 3.47vw;
    padding-right: 3.47vw;
    padding-bottom: 2.4vw;
    border-bottom: 3.2vw solid #C52832;
  }
}

html#scoped #tw section#section1 {
  position: relative;
}
html#scoped #tw section#section1 .bg {
  width: 100%;
  height: auto;
}
html#scoped #tw section#section1 h1 {
  position: absolute;
  width: 40.1vw;
  top: 4.69vw;
  left: 20.36vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section1 h1 {
    width: 100%;
    top: 0;
    left: 0;
  }
}
html#scoped #tw section#section1 .fig2 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  position: absolute;
  width: 23.07vw;
  top: 13.91vw;
  left: 20.1vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section1 .fig2 {
    width: 100%;
    top: 0;
    left: 0;
  }
}
html#scoped #tw section#section1 .down {
  width: 5.36vw;
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 0.83vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section1 .down {
    width: 18.13vw;
    bottom: 15.47vw;
  }
}
html#scoped #tw section#section2 {
  height: 56.56vw;
  background-image: url("../assets/tw/sec2-bg-d.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 {
    height: auto;
    background-image: url("../assets/tw/sec2-bg-m.png");
    background-size: 100% auto;
    background-position: center top;
    padding: 2.67vw 0 4.27vw 0;
  }
}
html#scoped #tw section#section2 h2 {
  margin: 0 auto;
  width: 27.92vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 h2 {
    width: 71.2vw;
  }
}
html#scoped #tw section#section2 .t1 {
  margin-top: 1.04vw;
  font-size: 1.3vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 .t1 {
    font-size: 4.8vw;
    margin-top: 2.67vw;
  }
}
html#scoped #tw section#section2 .t1 span.red {
  color: #D10025;
}
html#scoped #tw section#section2 h3 {
  font-size: 2.08vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 h3 {
    font-size: 6.67vw;
  }
}
html#scoped #tw section#section2 h3 span.red {
  color: #D10025;
}
html#scoped #tw section#section2 h3 span.blue {
  color: #003E89;
}
html#scoped #tw section#section2 .h3-1 {
  margin-top: 0.52vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 .h3-1 {
    margin-top: 2.67vw;
  }
}
html#scoped #tw section#section2 .h3-2 {
  margin-top: 0.52vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 .h3-2 {
    margin-top: 2.67vw;
  }
}
html#scoped #tw section#section2 .fig1 {
  margin: 0 auto;
  margin-top: 1.04vw;
  width: 58.33vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 .fig1 {
    width: 100%;
    margin-top: 2.67vw;
  }
}
html#scoped #tw section#section2 .fig1 img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
html#scoped #tw section#section2 .fig1 img.relative {
  position: relative;
}
html#scoped #tw section#section2 .fig1 .fig1-1 {
  z-index: 4;
}
html#scoped #tw section#section2 .fig1 .fig1-2 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  z-index: 3;
}
html#scoped #tw section#section2 .fig1 .fig1-3 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  z-index: 2;
}
html#scoped #tw section#section2 .fig1 .fig1-4 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  z-index: 1;
}
html#scoped #tw section#section2 .fig2 {
  margin-top: 0.26vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section2 .fig2 {
    margin-top: 2.67vw;
  }
}
html#scoped #tw section#section3 {
  height: 42.21vw;
  background-image: url("../assets/tw/sec3-bg-d.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 1.2vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section3 {
    height: 202vw;
    background-image: url("../assets/tw/sec3-bg-m.png");
    padding: 0;
  }
}
html#scoped #tw section#section3 h2 {
  width: 33.8vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section3 h2 {
    width: 86.4vw;
  }
}
html#scoped #tw section#section3 .t1 {
  margin-top: 3.65vw;
  font-size: 1.3vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section3 .t1 {
    font-size: 4.8vw;
    margin-top: 2.67vw;
  }
}
html#scoped #tw section#section3 .t1 span.red {
  color: #D10025;
}
html#scoped #tw section#section3 .video-block {
  margin: 0 auto;
  margin-top: 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.86vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section3 .video-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.27vw;
    gap: 5.87vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html#scoped #tw section#section3 .video-block .video {
  width: 40.42vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section3 .video-block .video {
    width: 93.33vw;
  }
}
html#scoped #tw section#section3 .video-block .video iframe {
  width: 37.29vw;
  position: absolute;
  aspect-ratio: 16/9;
  left: 50%;
  top: 5vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section3 .video-block .video iframe {
    width: 86.67vw;
    top: unset;
    bottom: 2.5vw;
  }
}
html#scoped #tw section#section4 {
  background-image: url("../assets/tw/sec4-bg-d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 2.08vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 {
    background-image: url("../assets/tw/sec4-bg-m.png");
    padding-bottom: 4vw;
  }
}
html#scoped #tw section#section4 h2 {
  width: 37.19vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 h2 {
    width: 91.47vw;
  }
}
html#scoped #tw section#section4 h3 {
  margin-top: 1.04vw;
  font-size: 2.08vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 h3 {
    font-size: 6.67vw;
    line-height: 1.2;
    margin-top: 4vw;
  }
}
html#scoped #tw section#section4 h3 span.red {
  color: #D10025;
}
html#scoped #tw section#section4 h3 span.blue {
  color: #003E89;
}
html#scoped #tw section#section4 .t1 {
  margin-top: 1.04vw;
  font-size: 1.3vw;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 .t1 {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}
html#scoped #tw section#section4 .t1 span.red {
  color: #D10025;
}
html#scoped #tw section#section4 .fig1 {
  margin-top: 1.04vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 .fig1 {
    margin-top: 4vw;
    margin-left: -3.2vw;
    margin-right: -3.2vw;
  }
}
html#scoped #tw section#section4 .fig1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
html#scoped #tw section#section4 .fig1 img.relative {
  position: relative;
}
html#scoped #tw section#section4 .fig1 .fig1-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
html#scoped #tw section#section4 .h3-2 {
  margin-top: 2.08vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 .h3-2 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section4 .fig2 {
  margin-top: 1.04vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 .fig2 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section4 .fig3 {
  margin-top: 2.08vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 .fig3 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section4 .fig4 {
  margin-top: 1.04vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section4 .fig4 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section4 .fig4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
html#scoped #tw section#section4 .fig4 img.relative {
  position: relative;
}
html#scoped #tw section#section4 .fig4 .fig4-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
html#scoped #tw section#section4 .fig4 .fig4-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
html#scoped #tw section#section5 {
  background-image: url("../assets/tw/sec5-bg-d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 1.3vw;
  padding-bottom: 1.56vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section5 {
    background-image: url("../assets/tw/sec5-bg-m.png");
    padding-top: 1.6vw;
    padding-bottom: 4vw;
  }
}
html#scoped #tw section#section5 h2 {
  width: 27.24vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section5 h2 {
    width: 68.53vw;
  }
}
html#scoped #tw section#section5 h3 {
  margin-top: 1.04vw;
  font-size: 2.08vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section5 h3 {
    font-size: 6.67vw;
    line-height: 1.2;
    margin-top: 4vw;
  }
}
html#scoped #tw section#section5 h3 span.red {
  color: #D10025;
}
html#scoped #tw section#section5 h3 span.blue {
  color: #003E89;
}
html#scoped #tw section#section5 .fig1 {
  margin-top: 1.04vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section5 .fig1 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section5 .fig2 {
  margin-top: 2.08vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section5 .fig2 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section5 .fig2 img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
html#scoped #tw section#section5 .fig2 img.relative {
  position: relative;
}
html#scoped #tw section#section5 .fig2 .fig2-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
html#scoped #tw section#section5 .fig2 .fig2-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
html#scoped #tw section#section5 .fig2 .fig2-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
html#scoped #tw section#section5 .fig3 {
  margin-top: 1.04vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section5 .fig3 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section6 {
  background-image: url("../assets/tw/sec6-bg-d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0.63vw;
  background-color: #FFF7E6;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 {
    padding-top: 0;
    background-image: none;
  }
}
html#scoped #tw section#section6 h2 {
  width: 16.25vw;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 h2 {
    width: 100vw;
    margin-left: -3.2vw;
  }
}
html#scoped #tw section#section6 .fig1 {
  margin-top: 2.08vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 .fig1 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section6 .fig2 {
  margin-top: 2.08vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 .fig2 {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section6 .buttons-block {
  margin-top: 2.08vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 .buttons-block {
    margin-top: 4vw;
  }
}
html#scoped #tw section#section6 .buttons-block .buttons {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.65vw;
  top: 6.5vw;
  left: 0;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 .buttons-block .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    top: unset;
    bottom: 9vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html#scoped #tw section#section6 .buttons-block a, html#scoped #tw section#section6 .buttons-block .button1 {
  display: block;
  width: 22.29vw;
  height: 6vw;
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 .buttons-block a, html#scoped #tw section#section6 .buttons-block .button1 {
    width: 65.33vw;
    height: 16vw;
    margin: 0 auto;
  }
}
html#scoped #tw section#section6 .buttons-block .button3 {
  display: block;
  width: 22.29vw;
  height: 6vw;
  position: absolute;
  bottom: -110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  html#scoped #tw section#section6 .buttons-block .button3 {
    position: static;
    width: 65.33vw;
    height: 16vw;
    margin: 0 auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

html#scoped #us section#section1 {
  position: relative;
}
html#scoped #us section#section1 .bg {
  width: 100%;
  height: auto;
}
html#scoped #us section#section1 h1 {
  position: absolute;
  width: 41.56vw;
  top: 3.59vw;
  left: 18.07vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section1 h1 {
    width: 100%;
    top: 5.33vw;
    left: 0;
  }
}
html#scoped #us section#section1 .fig2 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  position: absolute;
  width: 41.56vw;
  top: 3.59vw;
  left: 18.07vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section1 .fig2 {
    width: 100%;
    top: 5.33vw;
    left: 0;
  }
}
html#scoped #us section#section1 .down {
  width: 5.36vw;
  position: absolute;
  cursor: pointer;
  left: 50%;
  bottom: 0.83vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section1 .down {
    width: 18.13vw;
    bottom: 2vw;
  }
}
html#scoped #us .group-bg {
  height: 238vw;
  background-image: url("../assets/us/group-bg-d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 800px) {
  html#scoped #us .group-bg {
    height: 1160vw;
    background-image: url("../assets/us/group-bg-m.png");
  }
}
html#scoped #us .heading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped #us h2 {
  padding: 0 1.82vw;
  line-height: 5.42vw;
  background-color: #003E89;
  border-radius: 4.17vw;
  display: block;
  font-size: 3.13vw;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (max-width: 800px) {
  html#scoped #us h2 {
    font-size: 8vw;
    padding: 2.67vw 6vw;
    border-radius: 26.67vw;
    line-height: 1.2;
  }
}
html#scoped #us h2 span.yellow {
  color: #FFDB00;
}
html#scoped #us h3 {
  height: 2.03vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us h3 {
    height: 15.47vw;
  }
}
html#scoped #us h3 img {
  height: 100%;
  width: auto;
}
html#scoped #us section#section2 {
  padding-top: 4.06vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 {
    padding-top: 12vw;
  }
}
html#scoped #us section#section2 .h3-1 {
  margin-top: 2.08vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .h3-1 {
    margin-top: 2.67vw;
  }
}
html#scoped #us section#section2 .fig1 {
  margin-top: 3.75vw;
  margin-bottom: 1.35vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .fig1 {
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
}
html#scoped #us section#section2 .h3-2 {
  margin-top: 7.71vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .h3-2 {
    margin-top: 11vw;
  }
}
html#scoped #us section#section2 .fig2 {
  margin-top: 2.08vw;
  position: relative;
  margin-bottom: 1.35vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .fig2 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
html#scoped #us section#section2 .fig2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
html#scoped #us section#section2 .fig2 img.relative {
  position: relative;
}
html#scoped #us section#section2 .fig2 img.bar {
  width: 20.42vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .fig2 img.bar {
    width: 68vw;
  }
}
html#scoped #us section#section2 .fig2 img.fig2-2 {
  left: 7.9vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .fig2 img.fig2-2 {
    left: 25.33vw;
  }
}
html#scoped #us section#section2 .fig2 img.fig2-3 {
  left: 39.06vw;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .fig2 img.fig2-3 {
    display: none;
  }
}
html#scoped #us section#section2 .fig2 img.inview.bar {
  width: 0;
}
html#scoped #us section#section2 .fig2 img.inview.bar.animate {
  width: 20.42vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section2 .fig2 img.inview.bar.animate {
    width: 68vw;
  }
}
html#scoped #us section#section3 {
  padding-top: 4.69vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section3 {
    padding-top: 10.67vw;
  }
}
html#scoped #us section#section3 .fig1 {
  margin-top: 2.5vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section3 .fig1 {
    margin-top: 4vw;
  }
}
html#scoped #us section#section3 .fig1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html#scoped #us section#section3 .fig1 img.relative {
  position: relative;
}
html#scoped #us section#section3 .fig1 img.fig1-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
html#scoped #us section#section3 .fig1 img.fig1-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
html#scoped #us section#section3 .fig1 img.fig1-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
html#scoped #us section#section3 .fig1 img.fig1-5 {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
html#scoped #us section#section3 .fig1 img.fig1-6 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
html#scoped #us section#section3 .fig1 img.fig1-7 {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
html#scoped #us section#section3 .fig1 img.fig1-8 {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
html#scoped #us section#section3 .fig1 img.fig1-9 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
html#scoped #us section#section4 {
  padding-top: 4.17vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section4 {
    padding-top: 13.33vw;
  }
}
html#scoped #us section#section4 h2 img.x {
  width: 2.45vw;
  height: 2.45vw;
  display: inline-block;
  margin: 0 0.52vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section4 h2 img.x {
    width: 6vw;
    height: 6vw;
    margin: 0 1.33vw;
  }
}
html#scoped #us section#section4 .h3 {
  margin-top: 1.72vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section4 .h3 {
    margin-top: 6vw;
  }
}
html#scoped #us section#section4 .fig1 {
  margin-top: 2.08vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section4 .fig1 {
    margin-top: 4vw;
  }
}
html#scoped #us section#section4 .fig1 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html#scoped #us section#section4 .fig1 img.relative {
  position: relative;
}
html#scoped #us section#section4 .fig1 img.bar-up {
  height: 0;
  bottom: 1.67vw;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section4 .fig1 img.bar-up {
    bottom: 8vw;
  }
}
html#scoped #us section#section4 .fig1 img.bar-up.animate {
  height: 15.52vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section4 .fig1 img.bar-up.animate {
    height: 54.93vw;
  }
}
html#scoped #us section#section5 {
  padding-top: 6.8vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section5 {
    padding-top: 8.67vw;
  }
}
html#scoped #us section#section5 .h3-1 {
  margin-top: 1.98vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section5 .h3-1 {
    margin-top: 4vw;
  }
}
html#scoped #us section#section5 .fig1 {
  margin-top: 1.67vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section5 .fig1 {
    margin-top: 4vw;
  }
}
html#scoped #us section#section5 .fig1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html#scoped #us section#section5 .fig1 img.relative {
  position: relative;
}
html#scoped #us section#section5 .fig1 img.fig1-2 {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
html#scoped #us section#section5 .h3-2 {
  margin-top: 2.4vw;
  height: 5vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section5 .h3-2 {
    margin-top: 8vw;
    height: 22.4vw;
  }
}
html#scoped #us section#section5 .fig2 {
  margin-top: 0.83vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section5 .fig2 {
    margin-top: 1.87vw;
  }
}
html#scoped #us section#section6 {
  height: 80.42vw;
  background-image: url("../assets/us/sec6-bg-d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 0.63vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section6 {
    height: 346.4vw;
    background-image: url("../assets/us/sec6-bg-m.png");
    padding-top: 1vw;
  }
}
html#scoped #us section#section6 .fig1 {
  position: relative;
}
html#scoped #us section#section6 .fig1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html#scoped #us section#section6 .fig1 img.relative {
  position: relative;
}
html#scoped #us section#section6 .fig1 img.fig1-2 {
  z-index: 2;
}
html#scoped #us section#section6 .fig1 img.fig1-3 {
  z-index: 1;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
html#scoped #us section#section6 .fig1 img.fig1-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
html#scoped #us section#section6 .fig2 {
  width: 48.75vw;
  margin-top: 5.73vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section6 .fig2 {
    width: 100%;
    margin-top: 12vw;
  }
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section6 .s2 {
    width: 68vw;
    margin: unset;
    margin-top: 1.33vw;
  }
}
html#scoped #us section#section7 {
  background-image: url("../assets/us/sec7-bg-d.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  height: 123.8vw;
  padding-top: 3.13vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 {
    height: 776.8vw;
    background-image: url("../assets/us/sec7-bg-m.png");
    padding-top: 5.33vw;
  }
}
html#scoped #us section#section7 .video-block {
  width: 65.99vw;
  margin: 0 auto;
  height: 22.92vw;
  background-color: #ECECEC;
  border-radius: 1.56vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.33vw;
  padding-top: 1.41vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .video-block {
    width: 100%;
    height: 140vw;
    border-radius: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.2vw;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html#scoped #us section#section7 .video-block .video {
  width: 28.07vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .video-block .video {
    width: 85.6vw;
  }
}
html#scoped #us section#section7 .video-block .video iframe {
  width: 90%;
  aspect-ratio: 16/9;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .video-block .video iframe {
    top: 61%;
  }
}
html#scoped #us section#section7 h3 {
  font-size: 3.13vw;
  font-weight: bold;
  color: #003E89;
  text-align: center;
  height: unset;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 h3 {
    font-size: 8vw;
  }
}
html#scoped #us section#section7 .h3-1 {
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .h3-1 {
    margin-top: 13.33vw;
  }
}
html#scoped #us section#section7 .h3-2 {
  margin-top: 3vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .h3-2 {
    margin-top: 13.33vw;
  }
}
html#scoped #us section#section7 .h3-3 {
  margin-top: 4vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .h3-3 {
    margin-top: 13.33vw;
  }
}
html#scoped #us section#section7 .t1 {
  text-align: center;
  font-size: 2.08vw;
  font-weight: bold;
  color: #231815;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .t1 {
    font-size: 5.87vw;
  }
}
html#scoped #us section#section7 .fig1 {
  margin-top: 2.08vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .fig1 {
    margin-top: 4vw;
  }
}
html#scoped #us section#section7 .fig2 {
  margin-top: 1.04vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .fig2 {
    margin-top: 4vw;
  }
}
html#scoped #us section#section7 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.08vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.69vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.33vw;
    gap: 6.93vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html#scoped #us section#section7 .buttons a, html#scoped #us section#section7 .buttons div {
  display: block;
  height: 4.01vw;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .buttons a, html#scoped #us section#section7 .buttons div {
    height: 14.93vw;
  }
}
html#scoped #us section#section7 .buttons a img, html#scoped #us section#section7 .buttons div img {
  height: 100%;
  width: auto;
}
html#scoped #us section#section7 .buttons a.b3 {
  position: absolute;
  top: 150%;
}
@media screen and (max-width: 800px) {
  html#scoped #us section#section7 .buttons a.b3 {
    position: static;
  }
}