@font-face {
  font-family: "Mulish Local";
  src: url("./fonts/Mulish/Mulish-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}
@font-face {
  font-family: "Mulish Local";
  src: url("./fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: "Mulish Local", sans-serif;
}

html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Mulish Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Mulish Local", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f3f3f3;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #171c61;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 18px;
}
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #171c61 !important;
}

.text-secondary {
  color: #0099cc !important;
}

.block-title {
  font-size: 2.1em;
  color: #666;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.7em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.33em;
  }
}

.block-title2 {
  font-size: 1.4em;
  color: #171c61;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.btn {
  font-size: 1em;
  text-align: center;
  padding: 0.95em 1.5em;
  border-radius: 8px;
  transition: all 0.3s linear;
}
.btn i {
  margin-left: 2.5em;
  padding-left: 1em;
  border-left: 1px solid white;
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.1em;
  }
}

.btn-sm {
  font-size: 0.9em;
  text-align: center;
  padding: 0.5em 1.2em;
  border-radius: 8px;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-sm {
    font-size: 1em;
  }
}

.btn-primary {
  background-color: #171c61;
  border: 0 !important;
  color: white;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #0099cc;
  color: white;
}

.btn-secondary {
  background-color: #0099cc;
  border: 0 !important;
  color: white;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #171c61;
  color: white;
}

.btn-outline-dark {
  border: 1px solid #333;
  color: #333;
}

/* Arrows */
.slick-prev,
.slick-next {
  --btn-size: 56px;
  position: absolute;
  top: 50%;
  display: block;
  width: var(--btn-size);
  height: var(--btn-size);
  cursor: pointer;
  border: 0;
  background-color: transparent !important;
  border-radius: 50%;
  padding: 0;
  outline: none;
  z-index: 9;
  font-size: 1rem;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--btn-size) / 2);
  height: calc(var(--btn-size) / 2);
  line-height: 1;
  font-size: 1.4em;
  transition: all 0.3s linear;
}
.slick-prev:after,
.slick-next:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .slick-prev,
  .slick-next {
    width: calc(var(--btn-size) + 10px);
    height: calc(var(--btn-size) + 10px);
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  .slick-prev,
  .slick-next {
    width: calc(var(--btn-size) + 20px);
    height: calc(var(--btn-size) + 20px);
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.8em;
  }
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:active:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:active:before,
.slick-next:focus:before {
  color: white;
}
.slick-prev:hover:after, .slick-prev:active:after, .slick-prev:focus:after,
.slick-next:hover:after,
.slick-next:active:after,
.slick-next:focus:after {
  background-color: #171c61;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f284";
  font-family: "Bootstrap-icons";
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .slick-prev {
    left: -1em;
  }
}
@media (min-width: 1200px) {
  .slick-prev {
    left: -2.5em;
  }
}

.slick-next {
  right: 0em;
}
.slick-next:before {
  content: "\f285";
  font-family: "Bootstrap-icons";
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .slick-next {
    right: -1em;
  }
}
@media (min-width: 1200px) {
  .slick-next {
    right: -2.5em;
  }
}

/* Dots */
.slick-dots {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  position: absolute;
  right: 50px;
  bottom: 30px;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-flex;
  height: 40px !important;
  width: 40px !important;
  margin: 20px 0 !important;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.slick-dots li button:before {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background-color: #cdcdcd;
  border: 0;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background-color: #0099cc;
  border: 0;
}/*# sourceMappingURL=slick-theme.css.map */