:root {
  --brown: #843b15;
  --transprant: #fff0;
  --grey: #9d947f;
  --orange: #d47f02;
  --gold-yellow: #fbc926;
  --dark-grey: #545454;
  --dark-brown: #512001;
  --white: white;
  --light-brown: #d1b99d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--brown);
  background-image: url('../images/bg-img2x.jpg');
  background-position: 0 0;
  background-size: auto;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

h1 {
  letter-spacing: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

a {
  color: var(--brown);
  text-decoration: none;
  transition: all .5s;
}

.bg-video-b {
  z-index: -999;
  background-image: url('../images/bg-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.bg-video {
  opacity: .25;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header {
  z-index: 999;
  background-color: var(--transprant);
  background-image: url('../images/header-illustration2x.png'), linear-gradient(#ffffff80, #ffffff80), url('../images/header-bg.jpg');
  background-position: 32% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 400px, auto, cover;
  width: 100%;
  height: 100px;
  position: fixed;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.full-width {
  padding-left: 0%;
  padding-right: 0%;
}

.header-b {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

.header-l-b {
  height: 100%;
  padding-right: 20px;
  position: relative;
}

.header-l-row {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-l-col {
  padding-left: 10px;
  padding-right: 10px;
}

.header-logo-b {
  width: 100px;
  display: block;
}

.header-logo-b.second-logo {
  width: 160px;
}

.img-full {
  width: 100%;
  display: block;
}

.header-l-illustration {
  z-index: -99;
  background-image: url('../images/header-l-illustration.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 450px;
  height: 100px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.all {
  padding-top: 100px;
  position: relative;
}

.all.full-height {
  padding-top: 0;
}

.header-l-border {
  background-color: var(--grey);
  width: 1px;
  height: 60px;
}

.nav-link {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.nav-menu-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.header-ai-logo-b {
  width: 130px;
  display: block;
}

.nav-dropdown {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.nav-dropdown-link {
  border: 2px solid var(--orange);
  color: var(--brown);
  letter-spacing: 2px;
  background-image: radial-gradient(circle, #fdf9e3, #eac991);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--orange);
}

.btn-highlight1 {
  width: 100%;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.btn-highlight2 {
  width: 20px;
  padding-top: 3px;
  padding-right: 9px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-dropdown-txt {
  z-index: 10;
  position: relative;
}

.nav-dropdown-arrow {
  width: 12px;
  margin-left: 10px;
}

.nav-dropdown-list {
  background-color: var(--transprant);
  margin-top: 80px;
  margin-right: 20px;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.nav-dropdown-list-b {
  border: 2px solid var(--orange);
  background-image: radial-gradient(circle, #fdf9e3, #eac991);
  border-radius: 10px;
  padding: 20px;
}

.nav-dropdown-link-txt {
  color: var(--brown);
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #843b151a;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.nav-dropdown-link-txt:hover {
  color: var(--orange);
}

.nav-dropdown-link-txt.w--current {
  color: var(--brown);
}

.desktop-hide {
  display: none;
}

.header-border-b {
  z-index: 1;
  background-image: url('../images/header-border.svg');
  background-position: 0 100%;
  background-size: auto;
  width: 100%;
  height: 4px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-100vh {
  min-height: 860px;
  padding-top: 100px;
}

.home-banner-tab {
  width: 100%;
}

.home-banner-tab-content {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-banner-tab-pane {
  width: 100%;
}

.home-banner-content-container {
  color: var(--brown);
  width: 80%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-banner-content-b {
  background-image: linear-gradient(#fbc926, #fcd75c 25%, #c3922e 50%, #fbc926 75%, #fffbcc);
  width: 100%;
  padding-top: 55%;
  position: relative;
}

.home-banner-tab-menu {
  background-image: url('../images/home-banner-tab-menu-line.svg');
  background-position: 50% 12px;
  background-repeat: repeat-x;
  background-size: auto 1px;
  justify-content: space-between;
  align-items: flex-start;
  height: 220px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: auto;
}

.home-banner-content-bg {
  margin: 1px;
  padding: 5px;
  position: absolute;
  inset: 0%;
}

.history-bg-1 {
  background-image: url('../images/home-banner-bg-12x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-dot-border-b {
  border: 1px dashed var(--gold-yellow);
  width: 100%;
  height: 100%;
  padding: 5px;
}

.home-banner-content {
  border: 1px solid var(--gold-yellow);
  background-image: url('../images/home-banner-bg-map2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.home-banner-content-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-banner-content-img.history-bg-3 {
  background-image: url('../images/home-banner-bg-32x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-4 {
  background-image: url('../images/home-banner-bg-42x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-5 {
  background-image: url('../images/home-banner-bg-52x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-6 {
  background-image: url('../images/home-banner-bg-62x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-7 {
  background-image: url('../images/home-banner-bg-72x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-8 {
  background-image: url('../images/home-banner-bg-82x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-9 {
  background-image: url('../images/home-banner-bg-92x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-10 {
  background-image: url('../images/home-banner-bg-102x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-img.history-bg-11 {
  background-image: url('../images/home-banner-bg-112x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-title-img {
  width: 35%;
}

.home-banner-content-txt-b {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.home-banner-tab-link {
  background-color: var(--transprant);
  color: var(--brown);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 5px 20px 0;
  font-family: hellofont-id-lujunxingkai, sans-serif;
  font-size: 30px;
  line-height: 110%;
  display: flex;
}

.home-banner-tab-link.w--current {
  background-color: var(--transprant);
  font-size: 36px;
}

.home-banner-tab-link.no-content {
  padding-top: 5px;
  font-size: 22px;
}

.home-banner-tab-link-dot {
  background-image: linear-gradient(#d47f02, #a16000);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  padding: 1px;
}

.home-banner-tab-link-dot.no-content {
  background-image: none;
  width: 16px;
  height: 16px;
}

.home-banner-tab-link-dot-color {
  background-color: var(--dark-grey);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.history-color-2 {
  background-image: radial-gradient(circle, #00a651, #002a1b);
}

.history-color-1 {
  background-image: radial-gradient(circle, #095ea6, #02122a);
}

.txt-dark-grey {
  color: var(--dark-grey);
}

.history-color-3 {
  background-image: radial-gradient(circle, #a80061, #2c0013);
}

.history-color-4 {
  background-image: radial-gradient(circle, #9502da, #26002c);
}

.history-color-5 {
  background-image: radial-gradient(circle, #d87807, #551f00);
}

.home-banner-tab-link-txt-row {
  display: flex;
}

.history-color-6 {
  background-image: radial-gradient(circle, #e0bc00, #551f00);
}

.history-color-7 {
  background-image: radial-gradient(circle, #92e451, #4e651d);
}

.history-color-8 {
  background-image: radial-gradient(circle, #5dbbff, #0032b4);
}

.history-color-9 {
  background-image: radial-gradient(circle, #61e2ff, #057d98);
}

.history-color-10 {
  background-image: radial-gradient(circle, #f261ff, #980580);
}

.history-color-11 {
  background-image: radial-gradient(circle, red, #560101);
}

.home-banner-tab-border {
  z-index: -99;
  background-image: url('../images/home-banner-tab-menu-line.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100vw;
  height: 1px;
  margin-top: 12px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.home-banner-tab-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.tabs-wrapper {
  width: 100%;
  position: relative;
}

.tab-prev {
  border: 1px solid var(--brown);
  background-image: url('../images/home-banner-tab-arrow-content.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -110px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.arrow-img {
  width: 7px;
  position: relative;
}

.home-banner-tab-arrow-line {
  z-index: -1;
  border: 1px dashed var(--brown);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.tab-next {
  border: 1px solid var(--brown);
  background-image: url('../images/home-banner-tab-arrow-content.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -110px;
  display: flex;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(50%, -50%);
}

.home-selection-slick-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.home-banner-cloud-img {
  width: 200px;
  margin-top: -10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-selection-slick-b {
  flex: none;
  width: 33.33%;
  max-width: 380px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-selection-slick-content-b {
  width: 100%;
  padding-top: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-selection-slick-content-img-b {
  width: 100%;
  padding-top: 7.5%;
  padding-bottom: 35%;
  position: absolute;
  inset: 0%;
}

.home-selection-slick-content-frame {
  z-index: 10;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  position: absolute;
  inset: 0%;
}

.home-selection-slick-content-frame.frame-1 {
  background-image: url('../images/card-frame1.png'), url('../images/card-bg-1.png');
}

.home-selection-slick-content-frame.frame-1.description {
  background-image: url('../images/card-frame1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-2 {
  background-image: url('../images/card-frame2.png'), url('../images/card-bg-2.png');
}

.home-selection-slick-content-frame.frame-2.description {
  background-image: url('../images/card-frame2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-3 {
  background-image: url('../images/card-frame3.png'), url('../images/card-bg-3.png');
}

.home-selection-slick-content-frame.frame-3.description {
  background-image: url('../images/card-frame3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-4 {
  background-image: url('../images/card-frame4.png'), url('../images/card-bg-3_1.png');
}

.home-selection-slick-content-frame.frame-4.description {
  background-image: url('../images/card-frame4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-5 {
  background-image: url('../images/card-frame53x.png'), url('../images/card-frame5.png');
}

.home-selection-slick-content-frame.frame-5.description {
  background-image: url('../images/card-frame53x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-6 {
  background-image: url('../images/card-frame6.png'), url('../images/card-bg-6.png');
}

.home-selection-slick-content-frame.frame-6.description {
  background-image: url('../images/card-frame6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-7 {
  background-image: url('../images/card-frame7.png'), url('../images/card-bg-7.png');
}

.home-selection-slick-content-frame.frame-7.description {
  background-image: url('../images/card-frame7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-8 {
  background-image: url('../images/card-frame8.png'), url('../images/card-bg-8.png');
}

.home-selection-slick-content-frame.frame-8.description {
  background-image: url('../images/card-frame8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-9 {
  background-image: url('../images/card-frame9.png'), url('../images/card-bg-9.png');
}

.home-selection-slick-content-frame.frame-9.description {
  background-image: url('../images/card-frame9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-10 {
  background-image: url('../images/card-frame10.png'), url('../images/card-bg-10.png');
}

.home-selection-slick-content-frame.frame-10.description {
  background-image: url('../images/card-frame10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-slick-content-frame.frame-11 {
  background-image: url('../images/card-frame11.png'), url('../images/card-bg-11.png');
}

.home-selection-slick-content-frame.frame-11.description {
  background-image: url('../images/card-frame11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-selection-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.home-selection-slick-content-txt-container {
  z-index: 99;
  padding-bottom: 7%;
  padding-left: 5.5%;
  padding-right: 5.5%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-selection-slick-content-txt-b {
  background-image: url('../images/home-selection-slick-content-txt-border2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 10px;
}

.home-selection-slick-content-txt-stroke {
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--dark-brown);
  text-shadow: -2px 4px 0 var(--dark-brown), 2px 4px 0 var(--dark-brown), 0 5px 0 var(--dark-brown);
  width: 100%;
  line-height: 130%;
  position: absolute;
  inset: 0%;
}

.home-selection-slick-content-txt-deco-b {
  text-align: center;
  letter-spacing: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  position: relative;
}

.home-selection-slick-content-txt {
  z-index: 1;
  color: var(--white);
  width: 100%;
  position: relative;
}

.home-selection-slick-content-txt-border {
  background-image: linear-gradient(#f9ecbc, #d3ab4f);
  padding: 1px;
}

.home-selection-slick-cloud-img {
  z-index: 20;
  width: 150px;
  margin-top: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-selection-slick-icon-img {
  z-index: 21;
  width: 60px;
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-selection-slick-top-effect {
  z-index: 100;
  opacity: .15;
  pointer-events: none;
  background-image: url('../images/home-selection-slick-top-effect.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slick-arrow-prev {
  z-index: 99;
  border: 1px solid var(--brown);
  background-image: url('../images/home-banner-tab-arrow-content.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: visible;
  transform: translate(0, -50%);
}

.slick-arrow-nxt {
  z-index: 99;
  border: 1px solid var(--brown);
  background-image: url('../images/home-banner-tab-arrow-content.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: -5px;
  display: flex;
  position: absolute;
  inset: 50% 0% auto auto;
  overflow: visible;
  transform: translate(0, -50%);
}

.home-selection-slider {
  background-color: var(--transprant);
  width: 100%;
  height: 100%;
}

.display-none {
  display: none;
}

.sticky-filter-b {
  border-bottom: 1px solid var(--light-brown);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/header-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.filter-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-col {
  flex: none;
  padding: 5px 20px;
}

.filter-form-b {
  margin-bottom: 0;
}

.filter-form {
  width: 100%;
  height: 100%;
}

.filter-btn {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.filter-btn-radio {
  opacity: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.filter-btn-txt {
  border: 1px solid var(--orange);
  letter-spacing: 2px;
  background-image: radial-gradient(circle, #fdf9e3, #eac991);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  transition: all .5s;
  box-shadow: 2px 2px 2px #0003;
}

.filter-btn-txt:hover {
  transform: translate(2px, -2px);
}

.inner-content-container {
  width: 100%;
  height: 100%;
  padding-top: 75px;
  padding-left: 180px;
}

.inner-content-sidebar-container {
  z-index: 997;
  background-image: url('../images/home-banner-bg-map2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 100vh;
  padding-top: 175px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sidebar-filter-row {
  height: 100%;
}

.sidebar-radio-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 75px;
  height: 75px;
  margin-left: 0;
  overflow: hidden;
}

.sidebar-radio-icon.w--redirected-checked {
  border: 1px #000;
  width: 90px;
  height: 90px;
}

.sidebar-radio-icon.history-select1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_1.svg');
}

.sidebar-radio-icon.history-select1.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sidebar-radio-icon.history-select2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img.svg');
}

.sidebar-radio-icon.history-select2.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img.svg');
}

.sidebar-radio-icon.history-select3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_2.svg');
}

.sidebar-radio-icon.history-select3.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_2.svg');
}

.sidebar-radio-icon.history-select4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_3.svg');
}

.sidebar-radio-icon.history-select4.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_3.svg');
}

.sidebar-radio-icon.history-select5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_6.svg');
}

.sidebar-radio-icon.history-select5.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_6.svg');
}

.sidebar-radio-icon.history-select6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_8.svg');
}

.sidebar-radio-icon.history-select6.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_8.svg');
}

.sidebar-radio-icon.history-select7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_7.svg');
}

.sidebar-radio-icon.history-select7.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_7.svg');
}

.sidebar-radio-icon.history-select8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_5.svg');
}

.sidebar-radio-icon.history-select8.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_5.svg');
}

.sidebar-radio-icon.history-select9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_10.svg');
}

.sidebar-radio-icon.history-select9.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_10.svg');
}

.sidebar-radio-icon.history-select10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_9.svg');
}

.sidebar-radio-icon.history-select10.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_9.svg');
}

.sidebar-radio-icon.history-select11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-selection-slick-icon-img_4.svg');
}

.sidebar-radio-icon.history-select11.w--redirected-checked {
  background-image: url('../images/home-selection-slick-icon-img_4.svg');
}

.sidebar-b {
  height: 100%;
  overflow: hidden;
}

.inner-content-sidebar-b {
  height: 100%;
  position: relative;
}

.inner-content-sidebar {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.sidebar-arrow-prev-b {
  margin-top: 15px;
  display: block;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.sidebar-arrow-img {
  width: 30px;
}

.sidebar-arrow-nxt-b {
  margin-bottom: 15px;
  display: block;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.sticky-filter-container {
  z-index: 998;
  padding-top: 100px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.inner-txt-content-container {
  padding: 40px 5% 100px;
}

.inner-content-title-b {
  position: relative;
}

.inner-content-title {
  z-index: 1;
  color: var(--white);
  width: 100%;
  position: relative;
}

.inner-content-title-stroke {
  z-index: -1;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #512001;
  text-shadow: -2px 4px #512001, 2px 4px #512001, 0 5px #512001;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.inner-content-b {
  padding-top: 40px;
}

.inner-content-b._20-padding {
  padding-top: 20px;
}

.inner-txt-content-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.inner-txt-content-col {
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-txt-content-img-border-b {
  background-image: linear-gradient(#d47f02, #a16000);
  border-radius: 10px;
  width: 100%;
  padding: 1px;
  position: relative;
}

.inner-txt-content-img-b {
  border-radius: 10px;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.common-btn {
  border: 1px solid var(--orange);
  letter-spacing: 2px;
  background-image: radial-gradient(circle, #fdf9e3, #eac991);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.common-btn:hover {
  color: var(--orange);
}

.common-btn.login-btn {
  border-width: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-dropdown-hover {
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.common-btn-b {
  display: inline-block;
}

.common-btn-arrow-b {
  width: 10px;
  margin-left: 10px;
  position: relative;
}

.common-arrow-hover {
  opacity: 0;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.sidebar-radio-b {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.sidebar-radio-txt {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: none;
}

.sidebar-filter-col {
  padding-top: 5px;
  padding-bottom: 5px;
}

.content-selection-row {
  flex-flow: wrap;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.content-selection-col {
  width: 33.33%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-selection-b {
  flex-flow: column;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.content-selection-img-b {
  width: 100%;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.content-selection-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.inner-content-big-b {
  margin-top: -40px;
}

.content-selection-txt-b {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/bg-img2x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

.content-selection-txt {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 130%;
}

.history-bg-2 {
  background-image: url('../images/home-banner-bg-22x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-3 {
  background-image: url('../images/home-banner-bg-32x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-4 {
  background-image: url('../images/home-banner-bg-42x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-5 {
  background-image: url('../images/home-banner-bg-52x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-6 {
  background-image: url('../images/home-banner-bg-62x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-7 {
  background-image: url('../images/home-banner-bg-72x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-8 {
  background-image: url('../images/home-banner-bg-82x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-9 {
  background-image: url('../images/home-banner-bg-92x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-10 {
  background-image: url('../images/home-banner-bg-102x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-11 {
  background-image: url('../images/home-banner-bg-112x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video {
  width: 100%;
  height: auto;
  padding-top: 56%;
}

.video-btn-b {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.video-btn {
  width: 50px;
  display: block;
}

.video-popup-container {
  z-index: 9999;
  opacity: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.inner-content-row {
  margin-top: -40px;
}

.main-content-img-b {
  border-radius: 10px;
  width: 100%;
  padding-top: 55%;
  display: block;
  position: relative;
  overflow: hidden;
}

.inner-content-txt {
  font-size: 22px;
  line-height: 160%;
}

.footer {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.footer-link-gp {
  justify-content: flex-start;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-1st-logo-b {
  width: 160px;
  display: block;
}

.footer-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-content {
  color: #000;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 130%;
}

.footer-logo-col {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-link {
  color: #000;
}

.footer-link:hover {
  color: #02aafb;
}

.footer-2nd-logo-b {
  width: 200px;
  display: block;
}

.footer-b {
  z-index: 990;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-logo-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-item {
  border-left: 1px solid #000;
  padding: 2px 10px;
}

.inner-content-breadcrumb-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.inner-content-breadcrumb-col {
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb-txt {
  color: var(--dark-brown);
  font-weight: 700;
}

.img-lightbox {
  display: block;
  position: absolute;
  inset: 0%;
}

.form-text-field {
  border: 2px solid var(--brown);
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 140%;
}

.pop-close-button {
  width: 32px;
  margin-top: 30px;
  margin-right: 30px;
  transition: opacity .5s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-close-button:hover {
  opacity: .5;
}

.form-text-field-col {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.pop-login-b {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 767px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.pop-b {
  z-index: 10001;
  background-color: #000000b3;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.form-text-field-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.form {
  margin-bottom: 0;
}

.pop-login {
  z-index: 5;
  border: 1px solid var(--light-brown);
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/home-selection-slick-content-txt-border2x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 25px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.pop-content-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.pop-login-content {
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  overflow: auto;
}

.form-text-field-label-col {
  width: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.pop-title-txt {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.form-button-b {
  margin-top: 30px;
}

.display-inline {
  margin-right: auto;
  display: inline-block;
}

html.w-mod-js [data-ix="nav-dropdown-list"] {
  height: 0;
}

@media screen and (min-width: 1280px) {
  .header {
    background-image: url('../images/header-illustration2x.png'), linear-gradient(to bottom, null, null), url('../images/header-bg.jpg');
    background-position: 45% 100%, 0 0, 50%;
  }

  .header-logo-b {
    width: 120px;
  }

  .header-logo-b.second-logo {
    width: 200px;
  }

  .header-l-illustration {
    width: 500px;
  }

  .header-ai-logo-b {
    width: 150px;
  }

  .content-selection-row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .content-selection-col {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-selection-txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/header-bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 80px;
  }

  .header-b {
    height: 80px;
  }

  .header-l-illustration {
    width: 400px;
    height: 80px;
  }

  .all {
    padding-top: 80px;
  }

  .all.full-height {
    padding-top: 0;
  }

  .header-l-border {
    height: 50px;
  }

  .header-r-b {
    background-image: radial-gradient(circle, #fdf9e3, #eac991);
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-menu-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .nav-dropdown-link-txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .desktop-show {
    display: none;
  }

  .desktop-hide {
    display: block;
  }

  .section-100vh {
    padding-top: 80px;
  }

  .home-banner-content-container {
    width: 100%;
    max-width: none;
  }

  .home-banner-content-title-img {
    width: 30%;
  }

  .home-banner-content-txt-b {
    font-size: 28px;
  }

  .home-banner-tab-link {
    font-size: 24px;
  }

  .home-banner-tab-link.w--current {
    font-size: 30px;
  }

  .home-banner-tab-link.no-content {
    font-size: 18px;
  }

  .btn-menu {
    width: 40px;
    padding: 0;
  }

  .btn-menu.w--open {
    background-color: var(--transprant);
  }

  .btn-menu-line {
    background-color: var(--brown);
    width: 100%;
    height: 4px;
    padding: 0;
  }

  .btn-menu-line.btn-menu-line-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .home-selection-slick-b {
    width: 50%;
  }

  .home-selection-slick-content-txt-deco-b {
    font-size: 26px;
  }

  .inner-content-container {
    padding-left: 150px;
  }

  .inner-content-sidebar-container {
    width: 150px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sidebar-radio-icon.history-select1.w--redirected-checked {
    width: 85px;
    height: 85px;
  }

  .sticky-filter-container {
    padding-top: 80px;
  }

  .inner-txt-content-row {
    margin-left: 0;
    margin-right: 0;
  }

  .inner-txt-content-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 80px;
  }

  .sidebar-radio-txt {
    font-size: 16px;
  }

  .content-selection-col {
    width: 50%;
  }

  .content-selection-txt {
    letter-spacing: 1.5px;
  }

  .footer-1st-logo-b {
    width: 140px;
  }

  .footer-2nd-logo-b {
    width: 180px;
  }

  .nav-dropdown-link-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    display: flex;
  }

  .nav-dropdown-link-col {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-login-b {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pop-login {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pop-login-content {
    padding-left: 12%;
    padding-right: 12%;
  }
}

@media screen and (max-width: 767px) {
  .home-banner-content-b {
    padding-top: 65%;
  }

  .home-banner-content-txt-b {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .tab-prev {
    width: 40px;
    height: 40px;
  }

  .home-banner-tab-arrow-line {
    width: 50px;
    height: 50px;
  }

  .tab-next {
    width: 40px;
    height: 40px;
    margin-right: -20px;
  }

  .home-banner-cloud-img {
    width: 160px;
  }

  .home-selection-slick-b {
    width: 75%;
  }

  .home-selection-slick-content-txt-deco-b {
    font-size: 24px;
  }

  .slick-arrow-prev {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }

  .slick-arrow-nxt {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .inner-content-container {
    padding-top: 0;
    padding-left: 0;
  }

  .inner-content-sidebar-container {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
    overflow: hidden;
  }

  .sidebar-filter-row {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sidebar-radio-icon, .sidebar-radio-icon.history-select1.w--redirected-checked, .sidebar-radio-icon.history-select2.w--redirected-checked, .sidebar-radio-icon.history-select3.w--redirected-checked, .sidebar-radio-icon.history-select4.w--redirected-checked, .sidebar-radio-icon.history-select5.w--redirected-checked, .sidebar-radio-icon.history-select6.w--redirected-checked, .sidebar-radio-icon.history-select7.w--redirected-checked, .sidebar-radio-icon.history-select8.w--redirected-checked, .sidebar-radio-icon.history-select9.w--redirected-checked, .sidebar-radio-icon.history-select10.w--redirected-checked, .sidebar-radio-icon.history-select11.w--redirected-checked {
    width: 35px;
    height: 35px;
  }

  .sidebar-b {
    height: auto;
  }

  .inner-content-sidebar-b {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-content-sidebar {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .sidebar-arrow-prev-b, .sidebar-arrow-nxt-b {
    display: none;
  }

  .sticky-filter-container {
    padding-top: 0;
    position: static;
  }

  .sidebar-radio-txt {
    font-size: 14px;
  }

  .sidebar-filter-col {
    flex: none;
    width: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-selection-txt {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .video-btn {
    width: 40px;
  }

  .inner-content-txt {
    font-size: 20px;
  }

  .footer {
    height: 120px;
  }

  .footer-link-gp {
    justify-content: center;
    align-items: center;
  }

  .footer-wrap {
    justify-content: center;
    margin-top: -10px;
  }

  .footer-content {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }

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

  .form-text-field {
    font-size: 20px;
  }

  .pop-close-button {
    margin-right: 5%;
  }

  .form-text-field-col {
    margin-top: 10px;
  }

  .pop-login-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-text-field-row {
    margin-top: 20px;
    display: block;
  }

  .pop-login-content {
    padding-left: 7%;
    padding-right: 7%;
  }

  .form-text-field-label-col {
    width: auto;
  }

  .pop-title-txt {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .header-l-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .header-l-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-logo-b {
    width: 25vw;
  }

  .header-logo-b.second-logo {
    width: 30vw;
  }

  .header-l-illustration {
    width: 300px;
  }

  .header-r-b {
    padding-bottom: 150px;
  }

  .section-100vh {
    padding-bottom: 70px;
  }

  .home-banner-content-b {
    padding-top: 100%;
  }

  .home-banner-content-title-img {
    width: 45%;
  }

  .home-banner-content-txt-b {
    font-size: 20px;
  }

  .tab-prev {
    width: 36px;
    height: 36px;
  }

  .home-banner-tab-arrow-line {
    width: 42px;
    height: 42px;
  }

  .tab-next {
    width: 36px;
    height: 36px;
    margin-right: -18px;
  }

  .home-banner-cloud-img {
    width: 40%;
  }

  .home-selection-slick-b {
    width: 100%;
  }

  .slick-arrow-prev, .slick-arrow-nxt {
    width: 36px;
    height: 36px;
  }

  .filter-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-bottom: 70px;
  }

  .content-selection-col {
    width: 100%;
  }

  .inner-content-txt {
    font-size: 18px;
  }

  .footer-1st-logo-b {
    width: 30vw;
  }

  .footer-2nd-logo-b {
    width: 40vw;
  }

  .footer-b {
    position: static;
  }

  .nav-dropdown-link-row {
    flex-flow: wrap;
  }

  .nav-dropdown-link-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-text-field {
    font-size: 18px;
  }

  .pop-close-button {
    width: 25px;
    margin-top: 20px;
  }

  .pop-login {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pop-title-txt {
    font-size: 32px;
  }
}


