@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: #c91610 !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;
}
.tnav-fixed-top .tnav-bg.tnav-bg-active .tnav-bar a {
  color: #fff !important;
}
.tnav-fixed-top .tnav-bg.tnav-bg-active .logo-color, .tnav-fixed-top .tnav-bg.tnav-bg-active .electric-logo-color {
  fill: #fff;
}

.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 {
  position: relative;
  z-index: 6;
}
section.introduction .container-fluid {
  position: relative;
  z-index: 2;
}
section.introduction .container-fluid .content {
  margin-top: 40px;
  position: relative;
  text-align: center;
  padding: 0;
  position: relative;
}
section.introduction .container-fluid .content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 7px solid #b5191a;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  pointer-events: none;
}
section.introduction .container-fluid .box {
  padding-bottom: 40px !important;
}

.cta-btn-floating {
  border: 3px solid #fff;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1em;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 50;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .cta-btn-floating:hover {
    background-color: #c91610 !important;
  }
}
.cta-btn-floating span {
  display: block;
  padding: 10px;
}
.registration-active .cta-btn-floating {
  opacity: 0;
  pointer-events: none;
}
.cta-btn-floating.btn-form-workshop {
  bottom: 210px !important;
  background-color: #ed510d;
}
.cta-btn-floating.btn-form-pricelist {
  bottom: 110px !important;
  background-color: #851919;
}
@media (max-width: 992px) {
  .cta-btn-floating {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
  .cta-btn-floating.btn-form-workshop {
    bottom: 170px !important;
  }
  .cta-btn-floating.btn-form-pricelist {
    bottom: 80px !important;
  }
}

.free-registration .cta-btn-floating.btn-form-workshop {
  bottom: 110px !important;
}
@media (max-width: 992px) {
  .free-registration .cta-btn-floating.btn-form-workshop {
    bottom: 80px !important;
  }
}

section.cta h2 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  text-align: center;
}
section.cta h2 .d-inline-block {
  height: 1.5em;
}
section.cta hgroup {
  margin: 0;
}
section.cta .cta-card {
  display: flex;
  position: relative;
}
section.cta .cta-card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section.cta .cta-card .icon img {
  width: 70%;
}
section.cta .cta-card a {
  text-decoration: none;
}
section.cta .cta-card h4 {
  color: #b5191a;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
section.cta .cta-card h4 img.d-inline-block {
  height: 1.5em;
}
section.cta .cta-card.cta-card-offers .content {
  background-color: #314ad8;
}
section.cta .cta-card.cta-card-offers h4, section.cta .cta-card.cta-card-offers a {
  color: #fff;
}
section.cta .cta-card.cta-card-offers .btn {
  background: #006f2b;
  border-color: #006f2b;
  color: #fff;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.cta .cta-card.cta-card-offers .btn:hover {
    background: transparent;
    color: #006f2b;
  }
}
section.cta .cta-card.cta-card-offers:hover .btn {
  color: #006f2b;
  background-color: #fff;
}
section.cta .cta-card.cta-card-local .content {
  background-color: #b5191a;
}
section.cta .cta-card.cta-card-local h4, section.cta .cta-card.cta-card-local a {
  color: #fff;
}
section.cta .cta-card.cta-card-local .btn {
  background: #314ad8;
  border-color: #314ad8;
  color: #fff;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.cta .cta-card.cta-card-local .btn:hover {
    background: transparent;
    color: #314ad8;
  }
}
section.cta .cta-card.cta-card-local:hover .btn {
  color: #314ad8;
  background-color: #fff;
}
section.cta .cta-card.cta-card-pricelist .content {
  background-color: #b5191a;
}
section.cta .cta-card.cta-card-pricelist h4, section.cta .cta-card.cta-card-pricelist a {
  color: #fff;
}
section.cta .cta-card.cta-card-pricelist .btn {
  background: #314ad8;
  border-color: #314ad8;
  color: #fff;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.cta .cta-card.cta-card-pricelist .btn:hover {
    background: transparent;
    color: #314ad8;
  }
}
section.cta .cta-card.cta-card-pricelist:hover .btn {
  color: #314ad8;
  background-color: #fff;
}
section.cta .cta-card.cta-card-rewards .content {
  background-color: #006f2b;
}
section.cta .cta-card.cta-card-rewards h4, section.cta .cta-card.cta-card-rewards a {
  color: #fff;
}
section.cta .cta-card.cta-card-rewards .btn {
  background: #b5191a;
  border-color: #b5191a;
  color: #fff;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.cta .cta-card.cta-card-rewards .btn:hover {
    background: transparent;
    color: #b5191a;
  }
}
section.cta .cta-card.cta-card-rewards:hover .btn {
  color: #b5191a;
  background-color: #fff;
}
@media (max-width: 767px) {
  section.cta .shortcut-group {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
  }
  section.cta .cta-card .content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
  section.cta .cta-card .desc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
  }
  section.cta .cta-card .desc hgroup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 100%;
    padding-bottom: 10px;
  }
  section.cta .cta-card .desc .btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  section.cta .cta-card.cta-card-rewards .desc {
    justify-content: center;
    width: 200px;
  }
  section.cta .cta-card.cta-card-pricelist .icon img {
    width: 80%;
  }
  section.cta .cta-card.cta-card-offers .desc {
    justify-content: center;
  }
  section.cta .cta-card.cta-card-offers .desc hgroup {
    display: block;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  section.cta .shortcut-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  section.cta .cta-card {
    width: 100%;
  }
  section.cta .cta-card h4 {
    text-align: center;
    font-size: min(2vw, 28px);
  }
  section.cta .cta-card .content {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    flex: 1 1 100%;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    padding: 10.5px;
    position: relative;
  }
  section.cta .cta-card .content .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  section.cta .cta-card .content .icon img {
    width: 60%;
  }
  section.cta .cta-card .content .desc {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
  }
  section.cta .cta-card .content .desc hgroup {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 100%;
    padding-bottom: 10px;
  }
  section.cta .cta-card .content .btn {
    margin-top: 1em;
    pointer-events: none;
  }
  section.cta .cta-card.cta-card-rewards .icon img {
    width: 80%;
  }
  section.cta .cta-card.cta-card-rewards .desc {
    justify-content: flex-start;
  }
}

section.offers h2, section.offers h4 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  text-align: center;
}
section.offers .common-offers h3 {
  background-color: #ed510d;
  color: #fff;
  font-size: calc(1rem + 0.6vw);
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 10px;
}
section.offers .common-offers h3 .large {
  font-size: 2em;
}
section.offers .slider-wrapper + .common-offers {
  margin: 0 20px;
}
@media (min-width: 992px) {
  section.offers .slider-wrapper + .common-offers {
    margin: 0;
  }
}
section.offers #common-offers {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 0;
  margin-top: 99%;
  z-index: 5;
}
section.offers #common-offers h4 {
  text-align: center;
  color: #00c;
  visibility: hidden;
}
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;
}
section.offers .offers-card {
  background-color: #000;
  display: flex;
  width: 100%;
}
section.offers .offers-card hgroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  height: 60px;
}
section.offers .offers-card h4 {
  color: #b5191a;
  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;
  width: 100%;
  position: relative;
}
section.offers .offers-card .thumb img {
  width: 100%;
}
section.offers .offers-card .desc {
  flex: 1 1 100%;
  padding: 20px;
  position: relative;
}
section.offers .offers-card .desc.split-header {
  padding: 0;
  position: relative;
}
section.offers .offers-card .desc.split-header:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #ffe51c;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: 0;
}
section.offers .offers-card .desc.split-header hgroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
section.offers .offers-card .desc.split-header hgroup > h1, section.offers .offers-card .desc.split-header hgroup > h2, section.offers .offers-card .desc.split-header hgroup > h3, section.offers .offers-card .desc.split-header hgroup > h4 {
  color: #ffe51c;
  text-align: center;
  padding: 0.2em 0.5em;
  position: relative;
  top: calc(-0.6em - 7px + 1px);
  z-index: 2;
}
section.offers .offers-card .desc.split-header hgroup ~ div {
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
section.offers .offers-card .desc.split-header hgroup:before, section.offers .offers-card .desc.split-header hgroup:after {
  border-top: 1px solid #ffe51c;
  content: "";
  display: block;
  position: relative;
  flex: 1 0 20px;
}
section.offers .offers-card.offers-card-cooper hgroup > h4 {
  color: #ffe51c !important;
}
section.offers .offers-card.offers-card-cooper .split-header:before, section.offers .offers-card.offers-card-cooper .split-header hgroup:before, section.offers .offers-card.offers-card-cooper .split-header hgroup:after {
  border-color: #ffe51c;
}
section.offers .offers-card.offers-card-aceman hgroup > h4 {
  color: #b51919 !important;
}
section.offers .offers-card.offers-card-aceman .split-header:before, section.offers .offers-card.offers-card-aceman .split-header hgroup:before, section.offers .offers-card.offers-card-aceman .split-header hgroup:after {
  border-color: #b51919;
}
section.offers .offers-card.offers-card-countryman hgroup > h4 {
  color: #00693b !important;
}
section.offers .offers-card.offers-card-countryman .split-header:before, section.offers .offers-card.offers-card-countryman .split-header hgroup:before, section.offers .offers-card.offers-card-countryman .split-header hgroup:after {
  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: #b5191a !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 #common-offers {
    margin-top: 51%;
  }
  section.offers .owl-nav > button {
    margin-top: 25% !important;
  }
}
@media (min-width: 992px) {
  section.offers #common-offers {
    width: 100%;
    margin-top: 35%;
    left: 0;
  }
  section.offers .offers-slider {
    width: auto;
  }
  section.offers .offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
  section.offers .common-offers h4 {
    font-size: min(1.8vw, 24px);
  }
}
@media (min-width: 1200px) {
  section.offers .offers-card hgroup {
    height: 60px;
  }
}

section.local h2, section.local h4 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  text-align: center;
}
section.local .common-local h3 {
  background-color: #ed510d;
  color: #fff;
  font-size: calc(1rem + 0.6vw);
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 10px;
}
section.local .common-local h3 .large {
  font-size: 2em;
}
section.local .slider-wrapper + .common-local {
  margin: 0 20px;
}
@media (min-width: 992px) {
  section.local .slider-wrapper + .common-local {
    margin: 0;
  }
}
section.local #common-local {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 0;
  margin-top: 99%;
  z-index: 5;
}
section.local #common-local h4 {
  text-align: center;
  color: #00c;
  visibility: hidden;
}
section.local h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.5em;
}
section.local .slider-wrapper {
  position: relative;
}
section.local .owl-stage {
  display: flex;
}
section.local .owl-item {
  display: flex;
}
section.local .local-card {
  background-color: #000;
  display: flex;
  width: 100%;
}
section.local .local-card hgroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  height: 90px;
}
section.local .local-card h4 {
  color: #b5191a;
  text-align: center;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  position: relative;
  z-index: 2;
}
section.local .local-card ul {
  padding-left: 1.5rem;
}
section.local .local-card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
section.local .local-card .thumb img {
  width: 100%;
}
section.local .local-card .desc {
  flex: 1 1 100%;
  padding: 20px;
  position: relative;
}
section.local .local-card .desc.split-header {
  padding: 0;
  position: relative;
}
section.local .local-card .desc.split-header:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #ffe51c;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: 0;
}
section.local .local-card .desc.split-header hgroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
section.local .local-card .desc.split-header hgroup > h1, section.local .local-card .desc.split-header hgroup > h2, section.local .local-card .desc.split-header hgroup > h3, section.local .local-card .desc.split-header hgroup > h4 {
  color: #ffe51c;
  text-align: center;
  padding: 0.2em 0.5em;
  position: relative;
  top: calc(-0.6em - 7px + 1px);
  z-index: 2;
}
section.local .local-card .desc.split-header hgroup ~ div {
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
section.local .local-card .desc.split-header hgroup:before, section.local .local-card .desc.split-header hgroup:after {
  border-top: 1px solid #ffe51c;
  content: "";
  display: block;
  position: relative;
  flex: 1 0 20px;
}
section.local .local-card.local-card-cooper hgroup > h4 {
  color: #ffe51c !important;
}
section.local .local-card.local-card-cooper .split-header:before, section.local .local-card.local-card-cooper .split-header hgroup:before, section.local .local-card.local-card-cooper .split-header hgroup:after {
  border-color: #ffe51c;
}
section.local .local-card.local-card-aceman hgroup > h4 {
  color: #b51919 !important;
}
section.local .local-card.local-card-aceman .split-header:before, section.local .local-card.local-card-aceman .split-header hgroup:before, section.local .local-card.local-card-aceman .split-header hgroup:after {
  border-color: #b51919;
}
section.local .local-card.local-card-countryman hgroup > h4 {
  color: #00693b !important;
}
section.local .local-card.local-card-countryman .split-header:before, section.local .local-card.local-card-countryman .split-header hgroup:before, section.local .local-card.local-card-countryman .split-header hgroup:after {
  border-color: #00693b;
}
section.local .local-slider {
  width: calc(100% - 40px);
  margin: 0 auto;
}
section.local .local-slider .owl-stage-outer {
  overflow: visible;
}
section.local .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
section.local .owl-nav > button {
  background: #b5191a !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.local .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.local .owl-nav .owl-prev {
  left: -40px;
}
section.local .owl-nav .owl-prev span {
  transform: rotate(-45deg);
  left: 40%;
}
section.local .owl-nav .owl-next {
  right: -40px;
}
section.local .owl-nav .owl-next span {
  transform: rotate(135deg);
  left: 15%;
}
.local-active section.local .owl-nav > button {
  opacity: 1;
  pointer-events: auto;
}
.local-active section.local .owl-nav > button.disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media (min-width: 768px) {
  section.local #common-local {
    margin-top: 51%;
  }
  section.local .owl-nav > button {
    margin-top: 25% !important;
  }
}
@media (min-width: 992px) {
  section.local #common-local {
    width: 100%;
    margin-top: 35%;
    left: 0;
  }
  section.local .local-slider {
    width: auto;
  }
  section.local .local-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
  section.local .common-local h4 {
    font-size: min(1.8vw, 24px);
  }
}
@media (min-width: 1200px) {
  section.local .local-card hgroup {
    height: 80px;
  }
}

#dd-offers {
  padding: 20px;
  position: relative;
  z-index: 21;
}
#dd-offers h2 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  #dd-offers {
    background-size: min(20%, 400px);
  }
}
#dd-offers a {
  color: #b5191a;
  text-decoration: underline;
}
#dd-offers li {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
#dd-offers .dd-offers-remarks {
  padding: 1em;
}

#dd-offers-tab {
  width: 100%;
  font-size: 11px;
}
#dd-offers-tab a {
  color: #b5191a;
}
#dd-offers-tab th, #dd-offers-tab td {
  border: 1px solid transparent;
}
#dd-offers-tab th {
  text-align: center;
  padding: 1em 0.2em;
  line-height: 1.2em;
}
#dd-offers-tab tbody th {
  background-color: #e1e1e1;
  color: #000;
  width: 20%;
}
#dd-offers-tab tbody th:first-child {
  max-width: 15em;
}
#dd-offers-tab tbody td {
  text-align: center;
  padding: 0.5em 0.2em;
  padding-bottom: 30px;
}
#dd-offers-tab tbody td.tab-group {
  position: relative;
  vertical-align: top;
}
#dd-offers-tab.tab-electric-active .tab-electric, #dd-offers-tab .tab-electric:hover {
  background-color: #b5191a;
  color: #fff;
}
#dd-offers-tab.tab-countryman-active .tab-countryman, #dd-offers-tab .tab-countryman:hover {
  background-color: #5e9b5d;
  color: #fff;
}
#dd-offers-tab.tab-5door-active .tab-5door, #dd-offers-tab .tab-5door:hover {
  background-color: #b2272d;
  color: #fff;
}
#dd-offers-tab.tab-3door-active .tab-3door, #dd-offers-tab .tab-3door:hover {
  background-color: #db8139;
  color: #fff;
}
#dd-offers-tab.tab-licensed-active .tab-licensed, #dd-offers-tab .tab-licensed:hover {
  background-color: #7a4ab7;
  color: #fff;
}

#countryman-offers {
  position: relative;
  transform: translateY(-60px);
}

.dd-offers-details {
  display: block !important;
  font-size: 11px;
}
.dd-offers-details table {
  width: 100%;
}
.dd-offers-details th, .dd-offers-details td {
  border: 1px solid transparent;
  vertical-align: middle;
}
.dd-offers-details th {
  text-align: center;
  padding: 1em 0.5em;
  line-height: 1.2em;
  position: relative;
}
.dd-offers-details thead th, .dd-offers-details .group-licensed-header th {
  background-color: #5f2e79;
  color: #fff;
  border-color: transparent;
}
.tab-electric-active + .dd-offers-details tr.group-electric, .tab-countryman-active + .dd-offers-details tr.group-countryman, .tab-5door-active + .dd-offers-details tr.group-5door, .tab-3door-active + .dd-offers-details tr.group-3door, .tab-licensed-active + .dd-offers-details tr.group-licensed, .tab-licensed-active + .dd-offers-details tr.group-licensed-header {
  display: table-row;
}
.tab-licensed-active + .dd-offers-details thead tr {
  display: none;
}
.dd-offers-details tbody tr {
  position: relative;
}
.dd-offers-details tbody td[scope=row] {
  color: #000;
  position: relative;
  padding-left: 15px;
}
.dd-offers-details tbody td {
  background-color: #e1e1e1;
  color: #000;
  text-align: center;
  padding: 0.5em;
}
.dd-offers-details tbody td:nth-child(even) {
  background-color: #d7d7d7;
}
.dd-offers-details tbody ol {
  list-style: decimal;
}
.dd-offers-details tbody ul {
  list-style: disc;
}
.dd-offers-details tbody li {
  margin-bottom: 0.2em;
}
.dd-offers-details tbody .offer-model {
  font-weight: bold;
}
@media (max-width: 767px) {
  .dd-offers-details tbody .offer-model {
    position: sticky;
    left: 0;
    top: 0;
  }
}
.dd-offers-details tbody .version {
  white-space: nowrap;
}
.dd-offers-details tbody .price-special {
  font-weight: bold;
  color: #b5191a;
}
.dd-offers-details tbody .stock-offers, .dd-offers-details tbody .offers-option, .dd-offers-details tbody .colors {
  text-align: left;
}
.dd-offers-details tbody .offers-option-total {
  font-weight: bold;
  white-space: nowrap;
  margin-top: 0.5em;
}
.dd-offers-details .group-head {
  color: #fff;
}
.dd-offers-details .group-name {
  font-size: 1.5em;
  line-height: 1em;
}
.dd-offers-details .group-head-remarks {
  margin-top: 0.5em;
}
.dd-offers-details .group-electric .group-head {
  background: #b5191a !important;
}
.dd-offers-details .group-countryman .group-head {
  background: #5e9b5d !important;
}
.dd-offers-details .group-5door .group-head {
  background: #b2272d !important;
}
.dd-offers-details .group-3door .group-head {
  background: #db8139 !important;
}
.dd-offers-details .group-demo .group-head {
  background: #60a7a9 !important;
}
.dd-offers-details .group-licensed .group-head,
.dd-offers-details .group-testdrive .group-head {
  background: #7a4ab7 !important;
}
.dd-offers-details .group-testdrive-header th {
  background: #4a2c6f;
  color: #fff;
}
.dd-offers-details .group-electric td[scope=row], .dd-offers-details .group-electric td.stock-offers {
  background-color: #e64e4e;
  color: #fff;
}
.dd-offers-details .group-countryman td[scope=row], .dd-offers-details .group-countryman td.stock-offers {
  background-color: #9ec299;
}
.dd-offers-details .group-5door td[scope=row], .dd-offers-details .group-5door td.stock-offers {
  background-color: #d87782;
}
.dd-offers-details .group-3door td[scope=row], .dd-offers-details .group-3door td.stock-offers {
  background-color: #dbaa39;
}
.dd-offers-details .group-demo td[scope=row], .dd-offers-details .group-demo td.stock-offers {
  background-color: #c6e1c2;
}
.dd-offers-details .group-licensed td[scope=row], .dd-offers-details .group-licensed td.stock-offers,
.dd-offers-details .group-testdrive td[scope=row],
.dd-offers-details .group-testdrive td.stock-offers {
  background-color: #946db2;
}
.dd-offers-details h5 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 20px;
  margin-top: 2em;
}
.dd-offers-details ol, .dd-offers-details ul {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0;
  list-style: none;
}
.dd-offers-details li:last-child {
  margin-bottom: 0;
}
.dd-offers-details .text-and {
  margin: 0.5em 0;
}

@media (max-width: 767px) {
  #dd-offers-tab,
  .dd-offers-details {
    font-size: 11px;
  }
  #dd-offers-tab .group-head,
  .dd-offers-details .group-head {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #dd-offers-tab,
  .dd-offers-details {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #dd-offers-tab,
  .dd-offers-details {
    font-size: 16px;
  }
}
/* Responsive table with Slider */
.dd-offers-group.owl-theme .owl-dots .owl-dot.active span,
.dd-offers-group.owl-theme .owl-dots .owl-dot:hover span {
  background: #e7004a;
}

.dd-offers-group .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.dd-offers-group .owl-nav > button {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 100;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.5s, transform 0.5s;
}
.dd-offers-group .owl-nav > button span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  position: absolute;
  left: 0;
  top: 0;
}
.dd-offers-group .owl-nav .owl-prev {
  left: -30px;
}
.dd-offers-group .owl-nav .owl-prev span {
  clip-path: polygon(calc(100% - 10px) 0, 10px 50%, calc(100% - 10px) 100%);
}
.dd-offers-group .owl-nav .owl-next {
  right: -30px;
}
.dd-offers-group .owl-nav .owl-next span {
  clip-path: polygon(10px 0, calc(100% - 10px) 50%, 10px 100%);
}
.offers-active .dd-offers-group .owl-nav > button {
  background: transparent !important;
  opacity: 1;
  pointer-events: auto;
}
.offers-active .dd-offers-group .owl-nav > button.disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .dd-offers-group .owl-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .dd-offers-details .group-head {
    text-align: center;
    padding: 1em 0.5em;
  }
  table.responsive-table tr {
    margin-bottom: 0;
  }
  table.responsive-table .th-m {
    text-align: left;
    width: 111px;
  }
  table.responsive-table .td-m {
    margin-left: 110px;
    text-align: left;
  }
  table.responsive-table .dd-offers-group-header {
    margin-top: 20px;
  }
  table.responsive-table .dd-offers-group tr {
    position: relative;
  }
  table.responsive-table .dd-offers-group td[scope=row] {
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
  }
  table.responsive-table .dd-offers-group td[scope=row] .th-m {
    display: none;
  }
  table.responsive-table .dd-offers-group td[scope=row] .td-m {
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
  }
  table.responsive-table .dd-offers-group .offer-model .th-m {
    display: none;
  }
  table.responsive-table .dd-offers-group .offer-model .td-m {
    border-left: 0;
    text-align: center;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .dd-offers-group {
    display: table-row-group;
  }
}
section.rewards h2, section.rewards h4 {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  text-align: center;
}
section.rewards h2 .d-inline-block, section.rewards h4 .d-inline-block {
  height: 3em;
}
section.rewards .step {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
  margin-bottom: 10px;
}
section.rewards .step .step-label {
  border-radius: 100%;
  background-color: #b5191a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  flex: 0 0 4em;
  font-weight: bold;
}
section.rewards .step .step-label span {
  white-space: nowrap;
}
section.rewards .common-rewards h3 {
  background-color: #000;
  color: #fff;
  font-size: calc(1rem + 0.6vw);
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 10px;
}
section.rewards .common-rewards h3 .large {
  font-size: 2em;
}
section.rewards .slider-wrapper + .common-rewards {
  margin: 0 20px;
}
@media (min-width: 992px) {
  section.rewards .slider-wrapper + .common-rewards {
    margin: 0;
  }
}
section.rewards #common-rewards {
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 0;
  margin-top: 99%;
  z-index: 5;
}
section.rewards #common-rewards h4 {
  text-align: center;
  color: #00c;
  visibility: hidden;
}
section.rewards h5 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.5em;
}
section.rewards .pull-back {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
section.rewards .pull-back img {
  width: 50%;
  max-width: 300px;
}
section.rewards .slider-wrapper {
  position: relative;
}
section.rewards .owl-stage {
  display: flex;
}
section.rewards .owl-item {
  display: flex;
}
section.rewards .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
section.rewards .owl-nav > button {
  background: #b5191a !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.rewards .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.rewards .owl-nav .owl-prev {
  left: -40px;
}
section.rewards .owl-nav .owl-prev span {
  transform: rotate(-45deg);
  left: 40%;
}
section.rewards .owl-nav .owl-next {
  right: -40px;
}
section.rewards .owl-nav .owl-next span {
  transform: rotate(135deg);
  left: 15%;
}
.rewards-active section.rewards .owl-nav > button {
  opacity: 1;
  pointer-events: auto;
}
.rewards-active section.rewards .owl-nav > button.disabled {
  pointer-events: none;
  opacity: 0.2;
}
section.rewards .rewards-slider {
  width: calc(100% - 40px);
  margin: 0 auto;
}
section.rewards .rewards-slider .owl-stage-outer {
  overflow: visible;
}
section.rewards .rewards-card {
  width: 100%;
  padding: 20px;
}
section.rewards .rewards-card hgroup {
  margin-top: 15px;
}
section.rewards .rewards-card hgroup h3 {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  font-size: 48px;
  text-align: center;
  margin: 0 auto 5px;
}
section.rewards .rewards-card hgroup h4 {
  border: 1px solid #fff;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: italic;
  margin: 0 auto 5px;
  padding: 0.2em;
}
section.rewards .rewards-card ol {
  list-style: none;
}
section.rewards .rewards-card ol, section.rewards .rewards-card p {
  padding-left: 1.2em;
}
section.rewards .rewards-card li, section.rewards .rewards-card p {
  line-height: 1.2em;
  font-size: 16px;
}
section.rewards .rewards-card li {
  position: relative;
}
section.rewards .rewards-card li .opt-id {
  border-radius: 1000px;
  background-color: #fff;
  width: 1em;
  height: 1em;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  position: absolute;
  left: -1.3em;
  top: 0.2em;
}
section.rewards .rewards-card ::marker {
  display: none;
  content: "";
}
section.rewards .rewards-card .callout {
  background-color: #dec943;
}
section.rewards .rewards-card .callout p {
  margin: 0;
}
section.rewards .rewards-card .photo {
  width: 100%;
  max-width: 120px;
  margin-top: 0.5em;
}
section.rewards .rewards-card-a {
  background-color: #006f2b;
}
section.rewards .rewards-card-a hgroup h3 {
  background-color: #b5191a;
}
section.rewards .rewards-card-a .opt-id {
  color: #006f2b;
}
section.rewards .rewards-card-b {
  background-color: #b5191a;
}
section.rewards .rewards-card-b hgroup h3 {
  background-color: #314ad8;
}
section.rewards .rewards-card-b .opt-id {
  color: #b5191a;
}
section.rewards .rewards-card-c {
  background-color: #314ad8;
  background-image: url(/MINIElectricFamily/MINIFestivalWalk/images/250911/66_logo_bg.png);
  background-position: left center;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
section.rewards .rewards-card-c hgroup h3 {
  background-color: #b5191a;
}
section.rewards .rewards-card-c .opt-id {
  color: #314ad8;
}
@media (min-width: 768px) {
  section.rewards .owl-nav > button {
    margin-top: 25% !important;
  }
}
@media (min-width: 992px) {
  section.rewards .rewards-slider {
    width: auto;
  }
  section.rewards .rewards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
  section.rewards .common-rewards h4 {
    font-size: min(1.8vw, 24px);
  }
}
section.privilege .content {
  margin: 0 20px;
  position: relative;
  padding: 20px;
}
section.privilege .content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #ffe51c;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  pointer-events: none;
}
section.privilege table {
  width: 100%;
}
section.privilege th, section.privilege td {
  vertical-align: top;
  line-height: 1.2em;
  padding: 5px;
}
section.privilege thead th, section.privilege thead td {
  color: #fff;
  background-color: #ffe51c;
  font-weight: bold;
}
section.privilege thead .p-value {
  text-align: right;
}
section.privilege tbody td {
  border-top: 1px solid #999;
}
section.privilege tbody .p-value {
  text-align: right;
}
section.privilege p {
  line-height: 1.2em;
}

section.event {
  position: relative;
  z-index: 30;
}
section.event .container-fluid {
  padding: 40px 0;
}
section.event .btn-form-lead {
  background: #b5191a;
  border-color: #b5191a;
  color: #fff;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}
@media (hover: hover) {
  section.event .btn-form-lead:hover {
    background: transparent;
    color: #b5191a;
  }
}
section.event h2, section.event h3, section.event h4, section.event p, section.event th, section.event td, section.event a, section.event li {
  color: #fff;
  font-weight: bold;
}
section.event .event-box {
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  z-index: 2;
}
section.event .event-box.split-header {
  padding: 0;
  position: relative;
}
section.event .event-box.split-header:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 7px solid #b5191a;
  width: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  border-top: 0;
}
section.event .event-box.split-header hgroup {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
section.event .event-box.split-header hgroup > h1, section.event .event-box.split-header hgroup > h2, section.event .event-box.split-header hgroup > h3, section.event .event-box.split-header hgroup > h4 {
  color: #b5191a;
  text-align: center;
  padding: 0.2em 0.5em;
  position: relative;
  top: calc(-0.6em - 7px + 7px);
  z-index: 2;
}
section.event .event-box.split-header hgroup ~ div {
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
section.event .event-box.split-header hgroup:before, section.event .event-box.split-header hgroup:after {
  border-top: 7px solid #b5191a;
  content: "";
  display: block;
  position: relative;
  flex: 1 0 20px;
}
section.event h2 {
  color: #b5191a;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  text-align: center;
}
section.event h2 .d-inline-block {
  height: 1.5em;
}
section.event th, section.event td {
  vertical-align: top;
}
section.event th {
  white-space: nowrap;
}
section.event ul {
  padding-left: 1.5em;
  margin: 1em 0 0;
}
section.event li {
  margin-bottom: 0.2em;
}
section.event .showroom {
  padding-bottom: 2em;
}
@media (min-width: 768px) {
  section.event .event-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.event h4 {
    text-align: center;
  }
  section.event .showroom-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  section.event .showroom {
    justify-self: center;
    padding-bottom: 0;
  }
  section.event .event-cta {
    text-align: center;
  }
}

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 h2 {
  color: #ed510d;
}
section.registration .d-max-960 {
  margin: 0 auto;
}
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(2, 1fr);
  }
}
@media (min-width: 1200px) {
  section.registration .nav-pills {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
section.registration .nav-link {
  border-radius: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
  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, 18px);
  text-align: left;
  line-height: 1.1em;
  padding: 5px 10px;
}
section.registration #form-lead-tab {
  border: 2px solid #851919;
  color: #fff;
  background-color: #851919;
}
section.registration #form-lead-tab .radio:before {
  border-color: #851919;
}
section.registration #form-lead-tab .radio:after {
  background-color: #851919;
}
@media (hover: hover) {
  section.registration #form-lead-tab:hover, section.registration #form-lead-tab.active {
    color: #851919;
    background-color: #fff;
  }
}
section.registration #form-workshop-tab {
  border: 2px solid #ed510d;
  color: #fff;
  background-color: #ed510d;
}
section.registration #form-workshop-tab .radio:before {
  border-color: #ed510d;
}
section.registration #form-workshop-tab .radio:after {
  background-color: #ed510d;
}
@media (hover: hover) {
  section.registration #form-workshop-tab:hover, section.registration #form-workshop-tab.active {
    color: #ed510d;
    background-color: #fff;
  }
}
section.registration #form-lead h3, section.registration #form-lead p {
  color: #851919;
}
section.registration #form-testdrive h3, section.registration #form-testdrive p {
  color: #dc5c2b;
}
section.registration #form-workshop h3, section.registration #form-workshop p {
  color: #ed510d;
}
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;
}

.free-registration select[name=package] {
  background-image: none !important;
  pointer-events: none;
  background-color: var(--bs-secondary-bg);
}

.terms {
  background-color: rgba(0, 0, 0, 0.05);
}
.terms h6, .terms p, .terms li {
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 0.5em;
}

.page-thankyou {
  color: #fff;
}
.page-thankyou .hero ~ div {
  position: relative;
  z-index: 2;
}
.page-thankyou .hero-banner:after {
  display: none;
}
.page-thankyou .container-fluid {
  background: transparent;
  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 {
  color: #fff;
  margin: 0;
}
.page-thankyou .tnav .tnav-menu {
  display: none !important;
}
.page-thankyou .info-group {
  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 .info-group td > ul {
  margin: 0;
  padding-left: 1em;
}
.page-thankyou .info-group td > ul li {
  margin-bottom: 0;
}
.page-thankyou section .btn {
  display: none;
}

#thankyou {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 20;
  text-align: center;
}
#thankyou .content {
  position: relative;
  z-index: 2;
}
#thankyou hr {
  margin: 0;
  border-color: #fff;
}
#thankyou .box {
  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: #b5191a;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-weight: bold;
}

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

.container-fluid {
  background-color: #353535;
}

.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: #b5191a !important;
}

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

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

.cooper-color {
  color: #ffe51c !important;
}

.aceman-color {
  color: #b51919 !important;
}

.countryman-color {
  color: #00693b !important;
}

.workshop-color {
  color: #ed510d !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: #b5191a;
  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 */
