@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-1200 {
  max-width: 1200px;
}

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

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

#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 {
  opacity: 0;
  transition: opacity 0.3s;
}
.tnav .tnav-bar a {
  color: #e7004a !important;
}
.tnav .logo-color, .tnav .electric-logo-color {
  fill: #e7004a;
}

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

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

.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 {
  background-color: #e7004a;
  position: relative;
  z-index: 5;
}
.hero:before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .hero:before {
    padding-bottom: 56.25%;
  }
}

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

section.introduction {
  background-color: #123F94;
  position: relative;
  padding-top: min(5vw, 64px);
  padding-bottom: min(5vw, 64px);
  z-index: 6;
}
section.introduction .container-fluid {
  max-width: 980px;
  position: relative;
  z-index: 2;
}
section.introduction .content {
  text-align: center;
}
section.introduction h3 {
  border-radius: 1000px;
  background-color: #e7004a;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: min(5.5vw, 28px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}
section.introduction h3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #e7004a;
  border-radius: 1000px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  pointer-events: none;
}
section.introduction p {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  section.introduction h3 {
    font-size: min(5vw, 28px);
  }
}
@media (min-width: 768px) {
  section.introduction {
    padding-top: min(7vw, 86px);
  }
}

.cta-btn-floating {
  background-color: #e7004a;
  border: 3px solid #fff;
  border-radius: 1000px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  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: #57c4e5;
  }
}
.cta-btn-floating span {
  display: block;
  padding: 10px;
}
.registration-active .cta-btn-floating {
  opacity: 0;
  pointer-events: none;
}

section.cta {
  background-color: #e7004a;
  position: relative;
  z-index: 7;
  padding-top: min(10vw, 30px);
  padding-bottom: min(10vw, 50px);
}
section.cta .container-fluid {
  position: relative;
  z-index: 2;
}
section.cta hgroup {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cta 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;
}
section.cta .shortcut-group {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: min(5vw, 60px);
  position: relative;
  z-index: 5;
}
section.cta .shortcut-item {
  background-color: #20468f;
  border-radius: 500px;
  color: #fff;
  display: grid;
  grid-template-rows: 2fr 1.2fr 0.8fr;
  position: relative;
  max-width: 220px;
  justify-self: center;
  align-self: center;
}
section.cta .shortcut-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 2px solid #20468f;
  border-radius: 500px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  left: -6px;
  top: -6px;
}
section.cta .shortcut-thumb {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
section.cta .shortcut-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
section.cta .shortcut-desc p {
  color: #fff;
  font-size: min(3vw, 18px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}
section.cta #shortcut-offers {
  grid-column: 7/13;
  background-color: #57c4e5;
}
section.cta #shortcut-offers:before {
  border-color: #57c4e5;
}
section.cta #shortcut-aceman {
  grid-column: 1/7;
  background-color: #99c200;
}
section.cta #shortcut-aceman:before {
  border-color: #99c200;
}
section.cta #shortcut-aceman .shortcut-desc p {
  line-height: 1.3em;
}
section.cta #shortcut-countryman {
  grid-column: 4/10;
  background-color: #123F94;
}
section.cta #shortcut-countryman:before {
  border-color: #123F94;
}
section.cta #shortcut-onsite {
  grid-column: 7/13;
  background-color: #ed5700;
}
section.cta #shortcut-onsite:before {
  border-color: #ed5700;
}
section.cta #shortcut-onsite .shortcut-desc p {
  line-height: 1.1em;
}
section.cta .btn-shortcut {
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: min(3vw, 18px);
  margin: 0.25em auto;
  width: 7em;
  height: 3em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  height: 2em;
  position: relative;
  z-index: 5;
}
section.cta .btn-shortcut span {
  display: block;
  line-height: 1.1em;
}
section.cta .btn-shortcut:hover {
  background-color: #e7004a;
}
@media (min-width: 768px) {
  section.cta .shortcut-group {
    gap: min(4vw, 40px);
  }
  section.cta .shortcut-desc p {
    font-size: min(2.2vw, 24px);
  }
  section.cta .shortcut-item {
    max-width: none;
    grid-template-columns: 1.2fr 2fr;
    grid-template-rows: 1.2fr 0.8fr;
    padding-right: 20px;
  }
  section.cta .shortcut-thumb {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  section.cta .btn-shortcut {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: min(2.2vw, 24px);
  }
  section.cta #shortcut-aceman .shortcut-desc p {
    font-size: min(2vw, 20px);
  }
  section.cta #shortcut-aceman .shortcut-desc p.small {
    font-size: min(1.6vw, 16px);
  }
}

.offers {
  position: relative;
}
.offers .bg-green {
  height: calc(100% - 15vw);
  max-height: 2200px;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: min(19.5%, 280px);
  transform: translateX(-50%);
  z-index: 1;
}
.offers .offers-footer {
  position: relative;
  z-index: 5;
}
.offers .offers-header, .offers .offers-container {
  max-width: 1440px;
  margin: 0 auto;
  z-index: 5;
}
.offers .offers-header {
  z-index: 2;
}
.offers .header-top, .offers .header-bottom {
  position: relative;
  z-index: 5;
}
.offers .offers-intro {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  margin-top: -0.8em;
}
.offers .big {
  font-size: 1.8em;
}
.offers #offers-slider {
  font-size: min(4vw, 24px);
}
.offers #offers-slider .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers .offer {
  max-width: 100%;
  width: 18em;
  position: relative;
  margin-top: 5em;
}
.offers .offer:before {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.offers .offer .offer-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 65% 35%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 15% 10%;
}
.offers .offer .idx {
  background-color: #d78a30;
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: 3em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: -1em;
}
.offers .offer .idx span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.offers .offer .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers .offer img {
  width: 60%;
}
.offers .offer.offer-5 img {
  width: 80%;
}
.offers .offer.offer-8 img {
  width: 90%;
}
.offers .offer .desc {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.offers .offer .desc, .offers .offer .desc p {
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
}
.offers .offer.bg-brown:before {
  background-color: #d78a30;
}
.offers .offer.bg-brown .idx {
  background-color: #000;
}
@media (min-width: 768px) {
  .offers .offer {
    width: 15em;
    align-self: center;
    justify-self: center;
  }
  .offers #offers-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    font-size: min(2vw, 24px);
  }
}

#offers-slider .owl-nav {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#offers-slider .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;
}
#offers-slider .owl-nav > button span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  position: absolute;
  left: 0;
  top: 0;
}
#offers-slider .owl-nav .owl-prev {
  left: -10px;
}
#offers-slider .owl-nav .owl-prev span {
  clip-path: polygon(calc(100% - 10px) 0, 10px 50%, calc(100% - 10px) 100%);
}
#offers-slider .owl-nav .owl-next {
  right: -10px;
}
#offers-slider .owl-nav .owl-next span {
  clip-path: polygon(10px 0, calc(100% - 10px) 50%, 10px 100%);
}
.offers-active #offers-slider .owl-nav > button {
  opacity: 1;
  pointer-events: auto;
}
.offers-active #offers-slider .owl-nav > button.disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media (min-width: 768px) {
  #offers-slider .owl-nav {
    display: none;
  }
}

#offers-countryman {
  padding: 10% 20px 20px 20px;
}
@media (min-width: 768px) {
  #offers-countryman {
    background-size: min(20%, 400px);
  }
}
#offers-countryman a {
  color: #57c4e5;
  text-decoration: underline;
}
#offers-countryman li {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
#offers-countryman .offers-remarks {
  padding: 1em;
}

@media (max-width: 767px) {
  #offers-countryman .offers-details {
    font-size: 11px;
  }
}
#offers-countryman .offers-details table {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}
#offers-countryman .offers-details th, #offers-countryman .offers-details td {
  border: 1px solid transparent;
  vertical-align: middle;
}
#offers-countryman .offers-details th {
  text-align: center;
  padding: 1em 0.5em;
  line-height: 1.2em;
  position: relative;
}
#offers-countryman .offers-details tbody tr {
  position: relative;
}
#offers-countryman .offers-details tbody td[scope=row] {
  color: #000;
  position: relative;
  padding-left: 15px;
}
#offers-countryman .offers-details tbody th {
  background-color: #bbd780;
  color: #000;
  text-align: center;
  padding: 0.5em;
}
#offers-countryman .offers-details tbody td {
  background-color: #e1e1e1;
  color: #000;
  text-align: center;
  padding: 0.5em;
}
#offers-countryman .offers-details tbody td:nth-child(even) {
  background-color: #d7d7d7;
}
#offers-countryman .offers-details tbody ul {
  list-style: disc;
}
#offers-countryman .offers-details tbody li {
  margin-bottom: 0.2em;
}
#offers-countryman .offers-details tbody .offer-model {
  font-weight: bold;
}
@media (max-width: 767px) {
  #offers-countryman .offers-details tbody .offer-model {
    position: sticky;
    left: 0;
    top: 0;
  }
}
#offers-countryman .offers-details tbody .price-special {
  font-weight: bold;
  color: #c83d3a;
}
#offers-countryman .offers-details tbody .stock-offers, #offers-countryman .offers-details tbody .offers-option {
  text-align: left;
}
#offers-countryman .offers-details tbody .offers-option-total {
  font-weight: bold;
  white-space: nowrap;
  margin-top: 0.5em;
}
#offers-countryman .offers-details ol, #offers-countryman .offers-details ul {
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0;
  list-style: none;
}
#offers-countryman .offers-details li:last-child {
  margin-bottom: 0;
}
#offers-countryman .offers-details .text-and {
  margin: 0.5em 0;
}

#dd-offers {
  padding: 10% 20px 20px 20px;
}
@media (min-width: 768px) {
  #dd-offers {
    background-size: min(20%, 400px);
  }
}
#dd-offers a {
  color: #57c4e5;
  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: #57c4e5;
}
#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: #ebdf47;
  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: #e7004a;
  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 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: #c83d3a;
}
.dd-offers-details tbody .stock-offers, .dd-offers-details tbody .offers-option {
  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: #000;
}
.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: #ebdf47 !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: #e0da85;
}
.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 {
  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 {
  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;
  }
}
.gift {
  background-color: #003016;
}
.gift hgroup {
  background-image: url(/TheNewMINIFamily/XmasPromo/images/241126/gift_bg.png);
  background-size: min(90%, 600px) 150%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: min(10%, 50px) 0 min(20%, 100px);
}
.gift h3 {
  border-radius: 1000px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: min(5.5vw, 28px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}
.gift h3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #98c301;
  border-radius: 1000px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  pointer-events: none;
}
.gift .gift-table {
  background-color: #e7004a;
  border-radius: 40px;
  font-size: min(3.5vw, 16px);
  margin: -2px auto 0;
  padding: 1px 1em 2em 1em;
  position: relative;
  max-width: 800px;
}
.gift .gift-table h2 {
  width: min(50%, 400px);
  margin: max(-8%, -64px) auto 0;
}
.gift .gift-table table {
  width: 100%;
}
.gift .gift-table tr {
  border-bottom: 1px solid #fff;
}
.gift .gift-table tr:last-child {
  border-bottom: 0;
}
.gift .gift-table td {
  padding: 0.5em 0;
}
.gift .gift-table p {
  margin: 0.5em 0;
}
.gift .gift-table .idx {
  font-size: 1.5em;
  padding-right: 0.25em;
}
.gift .gift-table .idx span {
  background-color: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
}
.gift .gift-table .img {
  position: relative;
}
.gift .gift-table .img img {
  max-width: none;
  height: 1.5em;
  margin: 0 auto;
}
.gift .gift-table .img.img-circle img {
  height: 2em;
}
@media (min-width: 600px) {
  .gift .gift-table {
    font-size: min(2.67vw, 24px);
  }
  .gift .gift-table .idx {
    font-size: 2em;
  }
  .gift .gift-table .img img {
    height: 3em;
    margin: 0;
  }
  .gift .gift-table .img.img-circle img {
    height: 3em;
    transform: scale(1.2);
  }
  .gift .gift-table .img.img-coupon img {
    transform: translateX(-100%);
  }
}

section.event {
  position: relative;
  z-index: 30;
  padding: 40px 0;
}
section.event #event-bg {
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
section.event #event-bg .bg-fill {
  fill: #e7004a;
}
section.event .container-fluid {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}
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: center;
}
section.event h2 {
  margin-bottom: 0;
}
section.event .event-box {
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 15px;
  position: relative;
  z-index: 2;
}
section.event .event-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
section.event .event-info table {
  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;
  }
}
@media (min-width: 768px) {
  section.event {
    padding-bottom: 80px;
  }
  section.event table {
    max-width: 80%;
  }
}

section.registration {
  background-color: #57c4e5;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.registration h2, section.registration h3, section.registration p, section.registration td {
  color: #000;
  font-weight: bold;
}
section.registration h2, section.registration h3, section.registration p {
  text-align: center;
}

.form-group {
  margin-bottom: 1rem;
}

.workshop-item {
  margin: 20px 0;
}

button[type=submit] {
  border: 2px solid #fff;
  background-color: #e7004a;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color 0.3s, color 0.3s;
}
button[type=submit]:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #e7004a;
}

#registration-nav {
  flex-wrap: nowrap;
  gap: 20px;
}
#registration-nav .nav-item {
  flex: 0 1 50%;
}
#registration-nav .nav-link {
  border-radius: 1000px;
  background-color: #89183d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  text-align: center;
}
#registration-nav .nav-link.active {
  background-color: #e7004a;
}
#registration-nav .nav-link:hover {
  color: #ffed00;
}

.friend-group-box h4 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .workshop-list {
    display: flex;
    gap: 20px;
  }
  .workshop-item {
    flex: 1 1 50%;
  }
}
.workshop-item-info {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  display: none;
}

#fee_group, #ws1_friend_group, #ws2_friend_group {
  display: none;
}

.page-thankyou .hero ~ div {
  position: relative;
  z-index: 2;
}
.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 .user-info, .page-thankyou .event-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-thankyou .event {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-thankyou .event .event-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}
.page-thankyou .event h2 {
  display: none;
}

#thankyou {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 20px;
  z-index: 20;
}
#thankyou h3 {
  border-radius: 1000px;
  background-color: #e7004a;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "MiniSerifBold", "Noto Serif TC", Times, "Times New Roman", Georgia, FangSong, STSong, PMingLiU, serif;
  font-size: min(5.5vw, 28px);
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}
#thankyou h3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #e7004a;
  border-radius: 1000px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  pointer-events: none;
}
#thankyou .circle-bg {
  max-width: none;
  position: absolute;
  width: min(100% + 400px, 800px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  width: auto !important;
  height: 100%;
}
#thankyou .circle-bg .bg-fill {
  fill: #123F94;
}
#thankyou .circle-bg + * {
  position: relative;
  z-index: 2;
}
#thankyou .bg-green {
  max-width: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#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: #123F94;
  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;
}

h2 {
  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: #f8eb23 !important;
}

.purple {
  color: #641978 !important;
}

.red {
  color: #e6001d !important;
}

.teal {
  color: #6fbeb9 !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;
}

.btn {
  border-radius: 50px;
  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;
}

#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 */
