@charset "UTF-8";
/* General Colors */
/* EV Color Scheme */
:root {
  --font-family: $font-family;
  --font-family-bold: $font-family-bold;
  --font-family-san: $font-family-san;
  --font-family-san-bold: $font-family-san-bold;
}

/* Archived Colors */
/* 2021 MINI PowerPoint Master */
/* Communication - Subbrands */
/* Launch - MINI Vehicle */
/* Communication - Paint Finishes */
/* MINI Style */
/* EV Color Scheme */
/* MINI 60 KV color */
.chromeframe {
  position: absolute;
  top: 0;
}

@font-face {
  font-family: MiniSans;
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.eot);
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.woff) format("woff"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/regular/mini_sans_serif-regular-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSansBold;
  src: url(/common/fonts/mini-sans/regular/mini_sans_serif-bold-webfont.eot);
  src: url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.woff) format("woff"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/bold/mini_sans_serif-bold-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSerif;
  src: url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.eot);
  src: url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.woff) format("woff"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-serif/regular/mini_serif-regular-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniSerifBold;
  src: url(/common/fonts/mini-serif/regular/mini_serif-bold-webfont.eot);
  src: url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.woff2) format("woff2"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.woff) format("woff"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.ttf) format("truetype"), url(/common/fonts/mini-serif/bold/mini_serif-bold-webfont.svg#svgFontName) format("svg");
}
@font-face {
  font-family: MiniIcons;
  src: url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.eot);
  src: url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.woff2) format("woff2"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.woff) format("woff"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.ttf) format("truetype"), url(/common/fonts/mini-sans/mini-icons/miniicons-regular-webfont.svg#svgFontName) format("svg");
}
html, body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}

h1, h2, h3, h4, p {
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
  margin: 0.5em 0;
}

hgroup {
  margin: 1em 0 2em;
}
hgroup h1, hgroup h2, hgroup h3, hgroup h4 {
  margin: 0;
}

strong {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}

a {
  color: #000;
}

ol li, ul li {
  margin-bottom: 0.5em;
}

img {
  display: block;
  max-width: 100%;
}

hr {
  border: 1px solid #000;
  border-width: 1px 0 0 0;
  width: 100%;
  height: 0;
  margin: 0.5em 0;
}

small, .small, .remark, .remarks {
  font-size: 0.8em;
}

.nowrap {
  white-space: nowrap;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.theme-dark {
  color: #fff;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark a {
  color: #fff;
}
.theme-dark hr {
  border-color: #fff;
}

.font-family-serif {
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif !important;
  font-weight: normal;
}

.font-family-serif-bold {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif !important;
  font-weight: bold;
}

.font-family-san {
  font-family: "MiniSans", "Noto Sans HK", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
  font-weight: normal;
}

.font-family-san-bold {
  font-family: "MiniSansBold", "Noto Sans HK", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif !important;
  font-weight: bold;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Layout
========================================================================== */
.wrapper {
  position: relative;
  min-width: 320px;
  margin: 0 auto;
}

.d-max-960 {
  max-width: 960px !important;
}

.d-max-1200 {
  max-width: 1200px !important;
}

.d-max-1600 {
  max-width: 1600px !important;
}

.d-max-1920 {
  max-width: 1920px !important;
}

#form_iframe {
  width: 100%;
  height: 900px;
}

@media (min-width: 992px) {
  #form_iframe {
    height: 700px;
  }
}
/* ==========================================================================
Elements
========================================================================== */
iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
}

i.parking {
  display: inline-block;
  background-color: #1c69d4;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  text-align: center;
}

.icon-phone {
  display: inline;
  width: 18px;
  vertical-align: middle;
}

ul.triangle {
  margin-left: 10px;
  padding-left: 0;
}

ul.triangle li, p.triangle, div.triangle {
  padding-left: 1em;
  margin-left: 0;
  position: relative;
  list-style: none;
}

ul.triangle li:before, p.triangle:before, div.triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent currentcolor;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.callout {
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 1em;
}

.chn-quote {
  margin: 0 -0.25em;
}

.chn-quote-l-0 {
  margin-left: -0.5em;
}

.chn-match-height {
  font-size: 1.3em;
  position: relative;
  bottom: -0.1em;
}

.fade-left, .fade-right, .fade-top, .fade-bottom, .fade-zoom-in, .fade-zoom-out, .fade-in, .fade-flip-top, .fade-flip-bottom, .fade-flip-left, .fade-flip-right {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease-out;
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.fade-top {
  transform: translateY(-50px);
}

.fade-bottom {
  transform: translateY(50px);
}

.fade-zoom-in {
  transform: scale(0.9);
}

.fade-zoom-out {
  transform: scale(1.1);
}

.fade-flip-perspective {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -o-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.fade-flip-top {
  transform: rotateX(-45deg);
}

.fade-flip-bottom {
  transform: rotateX(45deg);
}

.fade-flip-left {
  transform: rotateY(45deg);
}

.fade-flip-right {
  transform: rotateY(-45deg);
}

.fade-delay-1 {
  transition-delay: 0.2s;
}

.fade-delay-2 {
  transition-delay: 0.4s;
}

.fade-delay-3 {
  transition-delay: 0.6s;
}

.fade-delay-4 {
  transition-delay: 0.8s;
}

.fade-delay-5 {
  transition-delay: 1s;
}

.is-active .fade-left, .is-active .fade-right, .is-active .fade-top, .is-active .fade-bottom, .is-active .fade-zoom-in, .is-active .fade-zoom-out, .is-active .fade-in, .is-active .fade-flip-top, .is-active .fade-flip-bottom, .is-active .fade-flip-left, .is-active .fade-flip-right, .is-active.fade-left, .is-active.fade-right, .is-active.fade-top, .is-active.fade-bottom, .is-active.fade-zoom-in, .is-active.fade-zoom-out, .is-active.fade-in, .is-active.fade-flip-top, .is-active.fade-flip-bottom, .is-active.fade-flip-left, .is-active.fade-flip-right, .snav-active .sec-active .fade-left, .snav-active .sec-active .fade-right, .snav-active .sec-active .fade-top, .snav-active .sec-active .fade-bottom, .snav-active .sec-active .fade-zoom-in, .snav-active .sec-active .fade-zoom-out, .snav-active .sec-active .fade-in, .snav-active .sec-active .fade-flip-top, .snav-active .sec-active .fade-flip-bottom, .snav-active .sec-active .fade-flip-left, .snav-active .sec-active .fade-flip-right, .snav-active .sec-active.fade-left, .snav-active .sec-active.fade-right, .snav-active .sec-active.fade-top, .snav-active .sec-active.fade-bottom, .snav-active .sec-active.fade-zoom-in, .snav-active .sec-active.fade-zoom-out, .snav-active .sec-active.fade-in, .snav-active .sec-active.fade-flip-top, .snav-active .sec-active.fade-flip-bottom, .snav-active .sec-active.fade-flip-left, .snav-active .sec-active.fade-flip-right {
  opacity: 1;
}
.is-active .fade-left, .is-active .fade-right, .is-active.fade-left, .is-active.fade-right, .snav-active .sec-active .fade-left, .snav-active .sec-active .fade-right, .snav-active .sec-active.fade-left, .snav-active .sec-active.fade-right {
  transform: translateX(0);
}
.is-active .fade-top, .is-active .fade-bottom, .is-active.fade-top, .is-active.fade-bottom, .snav-active .sec-active .fade-top, .snav-active .sec-active .fade-bottom, .snav-active .sec-active.fade-top, .snav-active .sec-active.fade-bottom {
  transform: translateY(0);
}
.is-active .fade-zoom-in, .is-active .fade-zoom-out, .is-active.fade-zoom-in, .is-active.fade-zoom-out, .snav-active .sec-active .fade-zoom-in, .snav-active .sec-active .fade-zoom-out, .snav-active .sec-active.fade-zoom-in, .snav-active .sec-active.fade-zoom-out {
  transform: scale(1);
}
.is-active .fade-flip-top, .is-active .fade-flip-bottom, .is-active.fade-flip-top, .is-active.fade-flip-bottom, .snav-active .sec-active .fade-flip-top, .snav-active .sec-active .fade-flip-bottom, .snav-active .sec-active.fade-flip-top, .snav-active .sec-active.fade-flip-bottom {
  transform: rotateX(0);
}
.is-active .fade-flip-left, .is-active .fade-flip-right, .is-active.fade-flip-left, .is-active.fade-flip-right, .snav-active .sec-active .fade-flip-left, .snav-active .sec-active .fade-flip-right, .snav-active .sec-active.fade-flip-left, .snav-active .sec-active.fade-flip-right {
  transform: rotateY(0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes blinker {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tnav .tnav-bg {
  transition: opacity 1s background 1s;
  background-color: #2e6d9b !important;
}
.tnav .tnav-bar a {
  color: #fff !important;
}
.tnav .logo-color, .tnav .electric-logo-color {
  fill: #fff;
}

.tnav-alinks {
  pointer-events: none;
}

.tnav-fixed-top .tnav-bg.tnav-bg-active {
  background-color: #000 !important;
  opacity: 1;
}
.tnav-fixed-top .tnav-bg.tnav-bg-active .tnav-alinks {
  opacity: 1;
  pointer-events: auto;
}

.theme-adventure .tnav .tnav-bar a {
  color: #fff !important;
}
.theme-adventure .tnav .logo-color, .theme-adventure .tnav .electric-logo-color {
  fill: #fff;
}
.theme-adventure .tnav-fixed-top .tnav-bg.tnav-bg-active {
  background-color: #809658 !important;
}

.footer {
  max-width: 1280px;
  padding: 15px;
}

.footer-disclaimer {
  display: none;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-direction: row;
  }
  .footer .footer-copyrights {
    order: 2;
    margin: 0 0 0 2em !important;
  }
  .footer .footer-copyrights p {
    line-height: 21px;
    margin: 0 !important;
  }
}
.hero {
  position: relative;
  z-index: 5;
}
.hero:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 133%;
}
@media (min-width: 768px) {
  .hero:before {
    padding-bottom: 56.25%;
  }
}

.hero-banner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.hero-banner img {
  width: 100%;
  position: relative;
  z-index: 2;
}

section.introduction {
  background: #1b5881;
  background: linear-gradient(180deg, #1b5881 0%, rgb(0, 0, 0) 100%);
  position: relative;
  z-index: 6;
}
section.introduction .container-fluid {
  max-width: 900px;
  position: relative;
  z-index: 2;
}
section.introduction p {
  font-weight: bold;
  text-align: center;
}

#aceman-classic {
  position: relative;
}
#aceman-classic hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
#aceman-classic hgroup h1 {
  min-width: 200px;
  width: 50%;
  max-width: 400px;
}
#aceman-classic hgroup h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.25em 1em;
  margin: 0 auto;
  width: 60%;
  max-width: 300px;
}
#aceman-classic .remarks {
  margin-top: 5%;
  position: relative;
  z-index: 2;
}
#aceman-classic .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 2.3438% 40px;
}
#aceman-classic .box:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 5px solid #ffe51c;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 25px;
  pointer-events: none;
}
#aceman-classic .box h3 {
  background-color: #000;
  color: #ffe51c;
  text-align: center;
  margin-top: -0.75em !important;
  padding: 0.5em 0;
  position: relative;
  z-index: 2;
}
#aceman-classic .box ul {
  color: #ffe51c;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
}
#aceman-classic .btn-estore {
  background-color: #dc5c2b;
  border-color: #dc5c2b;
  color: #fff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  animation-name: border-flash;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  margin-left: 1em;
  position: relative;
}
#aceman-classic .btn-estore i {
  position: absolute;
  right: -5px;
  top: 85%;
}
#aceman-classic .btn-estore .icon-pointer {
  display: inline-block;
  height: 1.2em;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0 0 5px;
}
#aceman-classic .btn-estore:hover {
  background-color: #fff;
  border-color: #fff;
  color: #dc5c2b;
}
#aceman-classic .btn-estore:hover i {
  display: none;
}

@keyframes border-flash {
  0% {
    border-color: #dc5c2b;
  }
  50% {
    border-color: #fff;
  }
  100% {
    border-color: #dc5c2b;
  }
}
.aceman-classic-group-wrapper {
  position: relative;
}
.aceman-classic-group-wrapper .slide-card {
  padding: 10px;
}
.aceman-classic-group-wrapper #aceman-classic-features {
  position: relative;
}
.aceman-classic-group-wrapper .btn-flex {
  display: flex;
  height: 10%;
  gap: 20px;
  margin: 40px 2.34375% 5%;
  padding: 0;
}
.aceman-classic-group-wrapper .btn-flex .btn-red {
  border: 0 !important;
  background: #b51919;
  color: #fff;
  flex: 1 1 50%;
  font-size: min(3vw, 24px);
  padding: 2px;
  position: relative;
}
.aceman-classic-group-wrapper .btn-flex .btn-red span {
  opacity: 0.5;
}
.aceman-classic-group-wrapper .btn-flex .btn-red:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #b51919;
  width: 10%;
  height: 0;
  padding-bottom: 5%;
  left: 45%;
  bottom: 0;
  margin-bottom: calc(-5% + 1px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0;
  transition: background 0.15s;
}
.aceman-classic-group-wrapper .btn-flex .btn-red:hover, .aceman-classic-group-wrapper .btn-flex .btn-red:hover:before {
  background: #fff;
  color: #b51919;
}
.aceman-classic-group-wrapper .btn-flex .btn-red:hover span {
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .aceman-classic-group-wrapper .btn-flex {
    width: 70%;
    margin: 5% auto;
    justify-content: space-around;
  }
  .aceman-classic-group-wrapper .btn-flex .btn-red {
    flex: 0 0 40%;
  }
}
.aceman-classic-group-wrapper .upgrade-active .btn-red[data-aceman-classic=upgrade] span,
.aceman-classic-group-wrapper .standard-active .btn-red[data-aceman-classic=standard] span {
  text-decoration: underline;
  opacity: 1;
}
.aceman-classic-group-wrapper .upgrade-active .btn-red[data-aceman-classic=upgrade]:before,
.aceman-classic-group-wrapper .standard-active .btn-red[data-aceman-classic=standard]:before {
  opacity: 1;
}
.aceman-classic-group-wrapper #aceman-classic-upgrade, .aceman-classic-group-wrapper #aceman-classic-standard {
  display: none;
}
.aceman-classic-group-wrapper .upgrade-active #aceman-classic-upgrade {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px calc(2.34375% - 10px);
}
@media (min-width: 1280px) {
  .aceman-classic-group-wrapper .upgrade-active #aceman-classic-upgrade .slide-card {
    flex: 0 0 35%;
  }
}
.aceman-classic-group-wrapper .standard-active #aceman-classic-standard {
  display: block;
  margin: 40px calc(2.34375% - 10px);
}

.aceman-classic-slider .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.aceman-classic-slider .owl-nav > button[class*=owl-] {
  border-radius: 0;
  background: #ffe51c !important;
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 100;
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
}
.aceman-classic-slider .owl-nav > button[class*=owl-] span {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: block;
  width: 60%;
  height: 60%;
  text-indent: -999px;
  position: absolute;
  left: 30%;
  top: 20%;
}
.aceman-classic-slider .owl-nav > button.owl-prev {
  left: -5px;
}
.aceman-classic-slider .owl-nav > button.owl-prev span {
  transform: rotate(-45deg);
  left: 35%;
}
.aceman-classic-slider .owl-nav > button.owl-next {
  right: -5px;
}
.aceman-classic-slider .owl-nav > button.owl-next span {
  transform: rotate(135deg);
  left: 5%;
}

@media (max-width: 767px) {
  #aceman-classic .remarks {
    padding: 0 10%;
  }
  #aceman-classic .remarks p {
    font-size: 0.7em;
  }
}
@media (min-width: 992px) {
  #aceman-classic .aceman-classic-footer {
    width: 100%;
  }
  #aceman-classic .aceman-classic-footer .remarks {
    text-align: center;
    margin: 0;
    width: 40%;
  }
}
section.cta h4 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
}
section.cta h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.5em;
}
section.cta .cta-card {
  display: flex;
  position: relative;
}
section.cta .cta-card .icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
section.cta .cta-card .icon img {
  background-color: #000;
  width: 50%;
  position: relative;
  z-index: 2;
}
section.cta .cta-card h4 {
  background: #000;
  color: #ffe51c;
  text-align: center;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  position: relative;
  z-index: 2;
}
section.cta .cta-card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
section.cta .cta-card .desc {
  flex: 1 1 100%;
  margin-top: 10px;
  padding: 10.5px;
  padding-bottom: 60px;
  position: relative;
}
section.cta .cta-card .desc:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 25%;
  pointer-events: none;
}
section.cta .cta-card .btn-shortcut {
  bottom: 10px !important;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
section.cta .cta-card.cta-card-lead h4 {
  color: #74c3e2;
}
section.cta .cta-card.cta-card-lead .desc:before {
  border-color: #74c3e2;
}
section.cta .cta-card.cta-card-lead .btn-shortcut {
  background-color: #74c3e2;
}
section.cta .cta-card.cta-card-testdrive h4 {
  color: #dc5c2b;
}
section.cta .cta-card.cta-card-testdrive .desc:before {
  border-color: #dc5c2b;
}
section.cta .cta-card.cta-card-testdrive .btn-shortcut {
  background-color: #dc5c2b;
}
section.cta .cta-card.cta-card-workshop h4 {
  color: #26d6c3;
}
section.cta .cta-card.cta-card-workshop .desc:before {
  border-color: #26d6c3;
}
section.cta .cta-card.cta-card-workshop .btn-shortcut {
  background-color: #26d6c3;
}
@media (min-width: 768px) {
  section.cta .shortcut-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
}
section.offers h4 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
}
section.offers h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.5em;
}
section.offers .slider-wrapper {
  position: relative;
}
section.offers .owl-stage {
  display: flex;
}
section.offers .owl-item {
  display: flex;
  position: relative;
}
section.offers .offers-card {
  display: flex;
  position: relative;
}
section.offers .offers-card hgroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  height: 90px;
}
section.offers .offers-card h4 {
  background: #000;
  color: #ffe51c;
  text-align: center;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  position: relative;
  z-index: 2;
}
section.offers .offers-card ul {
  padding-left: 1.5rem;
}
section.offers .offers-card .content {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.offers .offers-card .thumb img {
  width: 100%;
}
section.offers .offers-card .desc {
  flex: 1 1 100%;
  margin-top: 10px;
  padding: 10.5px;
  position: relative;
}
section.offers .offers-card .desc:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 25px;
  pointer-events: none;
}
section.offers .offers-card.offers-card-cooper h4 {
  color: #ffe51c;
}
section.offers .offers-card.offers-card-cooper .desc:before {
  border-color: #ffe51c;
}
section.offers .offers-card.offers-card-aceman h4 {
  color: #b51919;
}
section.offers .offers-card.offers-card-aceman .desc:before {
  border-color: #b51919;
}
section.offers .offers-card.offers-card-countryman h4 {
  color: #00693b;
}
section.offers .offers-card.offers-card-countryman .desc:before {
  border-color: #00693b;
}
section.offers .offers-slider {
  width: calc(100% - 40px);
  margin: 0 auto;
}
section.offers .offers-slider .owl-stage-outer {
  overflow: visible;
}
section.offers .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
section.offers .owl-nav > button {
  background: #ffe51c !important;
  border-radius: 0 !important;
  border: none;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 0;
  margin-top: 50% !important;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
section.offers .owl-nav > button span {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -999px;
  position: absolute;
  left: 15%;
  top: 15%;
}
section.offers .owl-nav .owl-prev {
  left: -40px;
}
section.offers .owl-nav .owl-prev span {
  transform: rotate(-45deg);
  left: 40%;
}
section.offers .owl-nav .owl-next {
  right: -40px;
}
section.offers .owl-nav .owl-next span {
  transform: rotate(135deg);
  left: 15%;
}
.offers-active section.offers .owl-nav > button {
  opacity: 1;
  pointer-events: auto;
}
.offers-active section.offers .owl-nav > button.disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media (min-width: 768px) {
  section.offers .owl-nav > button {
    margin-top: 25% !important;
  }
}
@media (min-width: 992px) {
  section.offers .offers-slider {
    width: auto;
  }
  section.offers .offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
}
@media (min-width: 1200px) {
  section.offers .offers-card hgroup {
    height: 60px;
  }
}

section.event {
  position: relative;
  z-index: 30;
  padding: 40px 0 0;
}
section.event .btn-form-lead {
  background: #fff;
  border-color: #fff;
  color: #000;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.event .btn-form-lead:hover {
    background: transparent;
    color: #fff;
  }
}
section.event h2, section.event h3, section.event h4, section.event p, section.event th, section.event td, section.event a {
  color: #fff;
  font-weight: bold;
}
section.event h2, section.event h3, section.event h4, section.event p {
  text-align: left;
}
section.event h2 {
  margin-bottom: 0;
}
section.event hgroup {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
section.event hgroup h3 {
  background: #000;
  color: #ffe51c;
  text-align: center;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
section.event .event-box {
  max-width: 500px;
  margin: 0 auto 20px;
  padding: 28px;
  position: relative;
  z-index: 2;
}
section.event .event-box:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 7px solid #ffe51c;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 48px;
  pointer-events: none;
}
section.event .highlight-box {
  max-width: 500px;
  margin: 0 auto 20px;
}
section.event .event-info {
  margin: 0 auto;
}
section.event th, section.event td {
  vertical-align: top;
}
section.event th {
  white-space: nowrap;
}
section.event address {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.event address {
    font-size: 14px;
  }
}
section.event .event-card {
  display: flex;
  position: relative;
}
section.event .event-card hgroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
section.event .event-card h2 {
  text-align: center;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  position: relative;
  z-index: 2;
}
section.event .event-card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
section.event .event-card .thumb {
  position: relative;
}
section.event .event-card .thumb .caption {
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding: 8px 0;
}
@media (min-width: 576px) {
  section.event .event-card .thumb .caption {
    position: absolute;
    left: 0;
    top: 0;
  }
}
section.event .event-card .thumb img {
  width: 100%;
}
section.event .event-card .desc {
  flex: 1 1 100%;
  padding: 3px;
  position: relative;
}
section.event .event-card.event-card-cooper {
  background-color: #74c3e2;
}
section.event .event-card.event-card-cooper h4 {
  color: #fff;
}
section.event .event-card.event-card-cooper .desc:before {
  border-color: #74c3e2;
}
@media (max-width: 575px) {
  section.event .event-card.event-card-cooper .caption {
    background-color: #ff7e00;
  }
}
section.event .event-card.event-card-aceman {
  background-color: #dc5c2b;
}
section.event .event-card.event-card-aceman h4 {
  color: #fff;
}
section.event .event-card.event-card-aceman .desc:before {
  border-color: #dc5c2b;
}
@media (max-width: 575px) {
  section.event .event-card.event-card-aceman .caption {
    background-color: #74c3e2;
  }
}
section.event .event-card.event-card-countryman {
  background-color: #26d6c2;
}
section.event .event-card.event-card-countryman h4 {
  color: #fff;
}
section.event .event-card.event-card-countryman .desc:before {
  border-color: #26d6c2;
}
@media (max-width: 575px) {
  section.event .event-card.event-card-countryman .caption {
    background-color: #ff7e00;
  }
}
@media (max-width: 762px) {
  section.event h2 {
    font-size: min(6vw, 30px);
  }
}
section.event .event-slider {
  width: auto;
}
section.event .event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
@media (min-width: 1200px) {
  section.event .event-card hgroup {
    height: 60px;
  }
}

section.registration h2, section.registration h3, section.registration p, section.registration td {
  color: #fff;
  font-weight: bold;
}
section.registration h2, section.registration h3, section.registration p {
  text-align: center;
}
section.registration .nav-pills {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  section.registration .nav-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  section.registration .nav-pills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
section.registration .nav-link {
  border-radius: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "MiniSansBold", "Noto Sans HK", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding: 5px 5px 5px 0;
  cursor: pointer;
  position: relative;
}
section.registration .nav-link[disabled] {
  background-color: #ccc !important;
}
section.registration .nav-link[disabled] .full-msg {
  background-color: #c00;
  color: #fff;
  font-size: 13px;
  line-height: 1.1em;
  padding: 2px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.registration .nav-link[disabled] .radio:before {
  background-color: #ccc;
}
section.registration .nav-link .radio {
  position: relative;
  padding: 20px;
}
section.registration .nav-link .radio:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 1000px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
section.registration .nav-link .radio:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #000;
  border-radius: 1000px;
  display: none;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
section.registration .nav-link.active .radio:after {
  display: block;
}
section.registration .nav-link .nav-link-img {
  flex: 0 0 20%;
}
section.registration .nav-link .nav-link-text {
  display: inline-block;
  font-size: min(4vw, 16px);
  text-align: left;
  line-height: 1.1em;
  padding: 5px 10px;
}
section.registration #form-lead-tab {
  border: 2px solid #74c3e2;
  color: #74c3e2;
}
section.registration #form-lead-tab .radio:before {
  border-color: #74c3e2;
}
section.registration #form-lead-tab .radio:after {
  background-color: #74c3e2;
}
@media (hover: hover) {
  section.registration #form-lead-tab:hover, section.registration #form-lead-tab.active {
    color: #fff;
    background-color: #74c3e2;
  }
}
section.registration #form-testdrive-tab {
  border: 2px solid #dc5c2b;
  color: #dc5c2b;
}
section.registration #form-testdrive-tab .radio:before {
  border-color: #dc5c2b;
}
section.registration #form-testdrive-tab .radio:after {
  background-color: #dc5c2b;
}
@media (hover: hover) {
  section.registration #form-testdrive-tab:hover, section.registration #form-testdrive-tab.active {
    color: #fff;
    background-color: #dc5c2b;
  }
}
section.registration #form-workshop-tab {
  border: 2px solid #26d6c3;
  color: #26d6c3;
}
section.registration #form-workshop-tab .radio:before {
  border-color: #26d6c3;
}
section.registration #form-workshop-tab .radio:after {
  background-color: #26d6c3;
}
@media (hover: hover) {
  section.registration #form-workshop-tab:hover, section.registration #form-workshop-tab.active {
    color: #fff;
    background-color: #26d6c3;
  }
}
section.registration #form-lead h3, section.registration #form-lead p {
  color: #74c3e2;
}
section.registration #form-testdrive h3, section.registration #form-testdrive p {
  color: #dc5c2b;
}
section.registration #form-workshop h3, section.registration #form-workshop p {
  color: #26d6c3;
}
section.registration .form-group {
  margin-bottom: 5px;
}
section.registration .btn-primary {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  transition: background 0.3s, color 0.3s;
}
section.registration .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.page-thankyou .hero ~ div {
  position: relative;
  z-index: 2;
}
.page-thankyou .hero-banner:after {
  display: none;
}
.page-thankyou .container-fluid {
  max-width: 900px;
}
.page-thankyou .content h3, .page-thankyou .content p, .page-thankyou .content th, .page-thankyou .content td, .page-thankyou .content th {
  font-weight: bold;
}
.page-thankyou .content h3 {
  margin: 0;
}
.page-thankyou .tnav .tnav-menu {
  display: none !important;
}
.page-thankyou .info-group {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-thankyou .info-group td {
  vertical-align: top;
  text-align: left;
}
.page-thankyou .info-group td:first-child {
  white-space: nowrap;
}
.page-thankyou section .btn {
  display: none;
}

#thankyou {
  background: #1a577f;
  background: linear-gradient(180deg, #1a577f 0%, rgb(0, 0, 0) 100%);
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 20;
}
#thankyou .content {
  position: relative;
  z-index: 2;
}
#thankyou hr {
  margin: 0;
  border-color: #fff;
}
#thankyou .box {
  max-width: 620px;
  margin: 50px auto 0;
  padding: 10px;
  text-align: left;
}

html, body {
  background-color: #000;
  color: #fff;
}

p, th, td, li, h4 {
  font-family: "MiniSerif", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}

strong {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}

.theme-dark h2 {
  color: #ffe51c;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
}

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

.logo-inline {
  display: inline-block;
  height: 1.5em;
}

.gray {
  color: #8e8e8e !important;
}

.blue {
  color: #123F94 !important;
}

.orange {
  color: #ed5700 !important;
}

.white {
  color: #fff !important;
}

.yellow {
  color: #ffe51c !important;
}

.purple {
  color: #641978 !important;
}

.red {
  color: #b51919 !important;
}

.green {
  color: #00693b !important;
}

.teal {
  color: #6fbeb9 !important;
}

.workshop-color {
  color: #26d6c3 !important;
}

p.small, p.remarks {
  font-size: 14px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
  p, th, td {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  p, th, td {
    font-size: 18px;
  }
}
a {
  color: #000;
  text-decoration: underline;
}

u {
  text-decoration-color: #dec943;
  text-decoration-thickness: 3px;
}

#top {
  overflow: hidden;
}

.container-fluid {
  max-width: 1280px;
  padding: 21px;
}

.btn {
  font-weight: bold;
}

.btn-register {
  background-color: #dec943;
  border-color: #dec943;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  right: 20px;
  top: 15px;
  z-index: 100;
  padding: 0.2rem 0.6rem;
}

.btn-top {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 1000px;
  text-decoration: none !important;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s, transform 1s;
  transform: translateY(20px);
}
@media (hover: hover) {
  .series-active .btn-top:hover {
    opacity: 1;
    background-color: #dec943;
  }
}
.series-active .btn-top {
  transform: translateY(0);
  opacity: 0.6;
  pointer-events: auto;
}

@keyframes v-swing {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scroll-down {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 1000px;
  text-decoration: none !important;
  margin-left: -30px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  opacity: 0.6;
  pointer-events: none;
  transition: opacity 1s, transform 1s;
  transform: translateY(0);
}
.scroll-down i.fa {
  animation-name: v-swing;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.series-active .scroll-down {
  transform: translateY(20px);
  opacity: 0;
}

.highlight-box {
  background: #ffe51c;
  padding: 10.5px;
}
.highlight-box, .highlight-box p {
  color: #000 !important;
}
.highlight-box p:first-child {
  margin-top: 0;
}
.highlight-box p:last-child {
  margin-bottom: 0;
}

#footer-remarks p, #footer-remarks li {
  font-size: 0.8em;
}
#footer-remarks li {
  margin-bottom: 0.2em;
}

.footerWrapper .footer {
  max-width: 1280px;
}

/*# sourceMappingURL=style.css.map */
