@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
.pop h1,
.pop h2,
.pop h3,
.pop h4,
.pop h5,
.pop h6,
.pop p {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

main img,
main video,
.pop img,
.pop video {
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
main video,
.pop video {
  vertical-align: middle;
}
main h1,
main h2,
main h3,
main h4,
.pop h1,
.pop h2,
.pop h3,
.pop h4 {
  line-height: 1.2em;
}
main p,
.pop p {
  line-height: 1.6em;
}
main span,
.pop span {
  line-height: 1em;
}
main ul,
.pop ul {
  padding: 0;
}
main ul li,
.pop ul li {
  list-style: none;
}
main .container,
.pop .container {
  max-width: 1200px;
  padding: 150px 0;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 992px) {
  main .container,
  .pop .container {
    padding: 90px 0px;
  }
}
@media (max-width: 767px) {
  main .container,
  .pop .container {
    padding: 90px 16px;
    width: 100%;
  }
}
main .font-en,
.pop .font-en {
  font-weight: 500;
  letter-spacing: 0.01rem;
  display: inline;
  line-height: inherit;
}
main a,
.pop a {
  cursor: pointer;
}

.btn-primary {
  display: inline-block;
  padding: 10px 32px;
  color: #fff !important;
  border: 1px solid white;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
}
.btn-primary svg {
  margin-left: 4px;
}
.btn-primary:hover {
  color: black !important;
  background: white;
}
.btn-primary:hover svg path {
  fill: black;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
    padding: 8px 18px;
  }
}

.btn-secondary {
  display: inline-block;
  padding: 10px 32px;
  color: #fff !important;
  border: 1px solid black;
  background-color: black;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.6em;
}
.btn-secondary svg path {
  fill: white;
}
.btn-secondary:hover {
  color: black !important;
  background-color: transparent;
}
.btn-secondary:hover svg path {
  fill: black;
}
@media (max-width: 767px) {
  .btn-secondary {
    font-size: 14px;
    padding: 8px 18px;
  }
}

.btn-link {
  display: flex;
  align-items: center;
  text-decoration: underline !important;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-link svg {
  margin-left: 4px;
}

#hero {
  overflow: hidden;
  background-image: url("../images/vedio-cover.jpg");
  background-position: center;
  background-size: cover;
}
#hero video {
  width: 100%;
}
@media (max-width: 767px) {
  #hero video {
    height: 330px;
  }
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 0 #eee;
  padding: 0 1.5rem;
  height: 60px;
}
@media (max-width: 992px) {
  .nav {
    flex-direction: column;
    height: auto;
    padding: 0;
    align-items: flex-start;
  }
}
.nav a {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .nav a {
    font-size: 14px;
  }
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .main-nav {
    padding: 10px 14px;
  }
}
.main-nav .nav-home h1 {
  font-size: 22px;
  letter-spacing: 0.01em;
  color: black;
}
@media (max-width: 1200px) {
  .main-nav .nav-home h1 {
    letter-spacing: 0;
  }
}
@media (max-width: 992px) {
  .main-nav .nav-home h1 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .main-nav .nav-home h1 {
    font-size: 21px;
  }
}

a.nav-btn {
  padding: 7px 26px;
  white-space: nowrap;
  background-color: #60cff6;
  border-radius: 50px;
}
@media (max-width: 992px) {
  a.nav-btn {
    padding: 7px 15px;
  }
}
@media (max-width: 767px) {
  a.nav-btn {
    padding: 6px 18px;
  }
}
a.nav-btn p {
  color: white;
}
a.nav-btn:hover {
  background-color: #137ec1;
}

.sub-nav {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .sub-nav {
    width: 100%;
    padding: 0 16px;
    background-color: #f5f5f5;
    position: static;
    transform: translateX(0);
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .sub-nav {
    overflow-x: scroll;
  }
}
.sub-nav p.on a {
  color: black !important;
}
@media (max-width: 767px) {
  .sub-nav p:nth-child(1) a {
    padding-left: 0;
  }
}
.sub-nav a {
  color: #999 !important;
  padding: 8px 16px;
  display: inline-block;
}
.sub-nav a:hover {
  color: black !important;
}
@media (max-width: 1200px) {
  .sub-nav a {
    padding: 8px 14px;
  }
}
@media (max-width: 992px) {
  .sub-nav a {
    padding: 14px 8px 12px;
  }
}
@media (max-width: 767px) {
  .sub-nav a {
    padding: 14px 12px 12px;
  }
}

.blockBn h2,
.blockBn h3,
.blockBn h4,
.blockBn p,
.blockHighlight h2,
.blockHighlight h3,
.blockHighlight h4,
.blockHighlight p,
.blockFeature h2,
.blockFeature h3,
.blockFeature h4,
.blockFeature p,
.blockStage h2,
.blockStage h3,
.blockStage h4,
.blockStage p {
  color: white;
}

.blockBn {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #121212;
}
@media (max-width: 767px) {
  .blockBn {
    background-size: 150%;
  }
}
.blockBn__content {
  padding: 0 16px;
  padding-top: 38vw;
  padding-bottom: 10.4vw;
  text-align: center;
}
@media (max-width: 767px) {
  .blockBn__content {
    padding-top: 60vw;
    padding-bottom: 90px;
  }
}
.blockBn .title {
  font-size: 72px;
  margin-bottom: 32px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .blockBn .title {
    font-size: 5vw;
  }
}
@media (max-width: 1200px) {
  .blockBn .title {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .blockBn .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .blockBn .title {
    font-size: 34px;
  }
}
.blockBn .subtitle {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .blockBn .subtitle {
    font-size: 1.9vw;
  }
}
@media (max-width: 1200px) {
  .blockBn .subtitle {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .blockBn .subtitle {
    font-size: 18px;
  }
}
.blockBn .text {
  max-width: 670px;
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .blockBn .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blockBn .text {
    font-size: 15px;
  }
}

.blockHighlight {
  position: relative;
}
.blockHighlight__bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100vh;
  top: 0;
  z-index: -1;
  position: fixed;
  opacity: 0;
  display: none;
}
.blockHighlight__bg.active {
  opacity: 1;
  display: block;
}
@media (max-width: 767px) {
  .blockHighlight__bg {
    background-size: 400%;
  }
}
.blockHighlight .title {
  margin-bottom: 16px;
}
.blockHighlight .subtitle {
  font-size: 30px;
  color: #60cff6;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 1440px) {
  .blockHighlight .subtitle {
    font-size: 28px;
    font-size: 2vw;
  }
}
@media (max-width: 992px) {
  .blockHighlight .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blockHighlight .subtitle {
    font-size: 18px;
    color: white;
  }
}
.blockHighlight .text {
  font-size: 18px;
  max-width: 380px;
}
@media (max-width: 1440px) {
  .blockHighlight .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blockHighlight .text {
    font-size: 15px;
  }
}
.blockHighlight .btn-primary {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .blockHighlight .btn-primary {
    margin-top: 32px;
  }
}

.blockHighlight .title,
.blockFeature .title {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .blockHighlight .title,
  .blockFeature .title {
    font-size: 42px;
    font-size: 3.3vw;
  }
}
@media (max-width: 992px) {
  .blockHighlight .title,
  .blockFeature .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .blockHighlight .title,
  .blockFeature .title {
    font-size: 34px;
  }
}

.blockFeature {
  background-color: #121212;
}
@media (max-width: 767px) {
  .blockFeature .container {
    padding: 90px 0;
  }
}
.blockFeature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blockFeature__list {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    padding: 0 16px;
  }
}
.blockFeature__item {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 37.5vw;
  max-height: 500px;
  padding: 54px 24px 16px;
}
@media (max-width: 1200px) {
  .blockFeature__item {
    padding: 48px 22px 16px;
  }
}
@media (max-width: 992px) {
  .blockFeature__item {
    padding: 32px 14px 16px;
  }
}
@media (max-width: 767px) {
  .blockFeature__item {
    width: 95% !important;
    flex-shrink: 0;
    height: 430px;
    margin-right: 8px;
  }
}
.blockFeature__content {
  position: relative;
  z-index: 1;
}
.blockFeature h3.blockFeature__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .blockFeature h3.blockFeature__title {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .blockFeature h3.blockFeature__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.blockFeature__icon {
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .blockFeature__icon {
    width: 50px;
  }
}
@media (max-width: 992px) {
  .blockFeature__icon {
    margin-bottom: 8px;
  }
}
.blockFeature__text {
  font-size: 15px;
}
.blockFeature .btn-link {
  color: white;
  margin-top: 24px;
}
.blockFeature__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.blockFeature__video::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}
.blockFeature__video video {
  width: 100%;
  height: 100%;
}

.blockCompare {
  background-color: white;
  text-align: center;
}
@media (max-width: 992px) {
  .blockCompare .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blockCompare .container {
    padding: 90px 0;
  }
}
.blockCompare .title {
  font-size: 40px;
  margin-bottom: 20px;
  color: black;
}
@media (max-width: 1200px) {
  .blockCompare .title {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .blockCompare .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .blockCompare .title {
    font-size: 28px;
  }
}
.blockCompare__btn {
  margin: 0 auto;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}
.blockCompare__btn svg {
  margin-left: 4px;
}
.blockCompare__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .blockCompare__list {
    overflow-x: scroll;
    padding: 0 16px;
    justify-content: start;
  }
}
.blockCompare__item {
  width: calc(20% - 16px);
}
@media (max-width: 1200px) {
  .blockCompare__item {
    width: calc(20% - 10px);
  }
}
@media (max-width: 767px) {
  .blockCompare__item {
    width: 160px;
    flex-shrink: 0;
    padding: 0 10px;
  }
}
.blockCompare .product-image {
  margin-bottom: 18px;
}
.blockCompare .product-title {
  font-size: 24px;
  margin-bottom: 8px;
  color: black;
}
@media (max-width: 1200px) {
  .blockCompare .product-title {
    font-size: 20px;
  }
}
.blockCompare .product-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .blockCompare .product-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .blockCompare .product-subtitle {
    min-height: 45px;
    margin-bottom: 0;
  }
}
.blockCompare .product-intro {
  color: #999;
}
@media (max-width: 1200px) {
  .blockCompare .product-intro {
    font-size: 14px;
  }
}
.blockCompare .product-price {
  margin-bottom: 18px;
  color: #999;
}
@media (max-width: 767px) {
  .blockCompare .product-price {
    font-size: 14px;
  }
}
.blockCompare .btn-size-default {
  font-size: 14px;
  padding: 10px 16px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .blockCompare .btn-size-default {
    font-size: 13px;
    padding: 8px 10px;
  }
}

.edge .blockCompare .product-image {
  max-width: 120px;
  width: 50%;
}

.varia .blockCompare .product-image {
  max-width: 175px;
  width: 70%;
}

.rally .product-image,
.tacx .blockCompare .product-image {
  max-width: 230px;
  width: 80%;
}

.fancybox-stage .fancybox-slide--html {
  padding: 44px 24px;
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-slide--html {
    padding: 32px 10px;
  }
}
.fancybox-stage .fancybox-slide--html .fancybox-content {
  max-width: 1000px;
  width: 95%;
  background: #f5f5f5;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-slide--html .fancybox-content {
    width: 100%;
    padding: 44px 0;
    padding-bottom: 16px;
  }
}
.fancybox-stage .fancybox-slide--html .fancybox-button {
  background: #C2C2C2;
  border-radius: 50%;
  cursor: pointer;
}
.fancybox-stage .fancybox-slide--html .fancybox-button svg {
  color: #fff;
}
.fancybox-stage .fancybox-slide--html .fancybox-close-small {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .fancybox-stage .fancybox-slide--html .fancybox-close-small {
    top: 12px;
    right: 12px;
  }
}

.fancybox-stage .fancybox-slide--html {
  overflow: visible;
}

.pop h2.title {
  color: black;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .pop h2.title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .pop h2.title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.pop__container {
  padding: 32px 16px;
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .pop__container {
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .pop__container {
    padding: 16px;
  }
}
.pop table {
  width: 100%;
}

.pop-battery h2.title {
  margin-bottom: 16px;
}
.pop-battery th,
.pop-battery td {
  border: 0;
  border-bottom: 1px #E5E5E5 solid;
}
.pop-battery tr:nth-child(2),
.pop-battery tr:nth-child(4) {
  background-color: #F0F0F0;
}
.pop-battery th {
  vertical-align: middle;
  text-align: center;
  background: none;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .pop-battery th {
    padding: 16px 0;
  }
}
.pop-battery th h4 {
  color: black;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pop-battery th h4 {
    font-size: 15px;
  }
}
.pop-battery th .icon-battery {
  width: 45px;
}
@media (max-width: 767px) {
  .pop-battery th .icon-battery {
    width: 40px;
  }
}
.pop-battery td {
  font-size: 14px;
  padding: 8px 8px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .pop-battery td {
    font-size: 13px;
  }
}
.pop-battery .product-group {
  display: flex;
  align-items: center;
  transform: translateX(10%);
}
.pop-battery .product-group h3 {
  color: black;
  font-size: 18px;
  text-align: left;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .pop-battery .product-group h3 {
    font-size: 13px;
    padding-left: 0;
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .pop-battery .product-group {
    flex-direction: column;
    transform: translateX(0%);
  }
}
.pop-battery .img-product {
  width: 48px;
}
@media (max-width: 767px) {
  .pop-battery .img-product {
    width: 36px;
  }
}
.pop-battery .battery-life,
.pop-battery .battery-saver {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pop-battery .battery-life,
  .pop-battery .battery-saver {
    font-size: 15px;
    font-weight: 500;
  }
}
.pop-battery .battery-saver,
.pop-battery .head-saver {
  color: #FF5500;
}

.pop-sensor .scroll-y {
  overflow-y: scroll;
  height: 450px;
}
.pop-sensor h2.title {
  text-align: left;
  font-size: 28px;
}
.pop-sensor h4,
.pop-sensor h5 {
  color: black;
  font-size: 15px;
}
.pop-sensor p {
  color: #999;
}
.pop-sensor .sensor__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .pop-sensor .sensor__group {
    padding: 18px 14px;
  }
}
.pop-sensor .sensor__item {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 32px 40px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pop-sensor .sensor__item {
    padding: 60px 16px 40px;
    border-radius: 16px;
  }
}
.pop-sensor .sensor__item:nth-child(1) {
  width: 100%;
}
.pop-sensor .sensor__item:nth-child(2), .pop-sensor .sensor__item:nth-child(3) {
  width: calc(50% - 8px);
}
@media (max-width: 767px) {
  .pop-sensor .sensor__item:nth-child(2), .pop-sensor .sensor__item:nth-child(3) {
    width: 100%;
  }
}
.pop-sensor .sensor__title {
  margin-bottom: 8px;
  color: black;
  font-weight: 500;
}
.pop-sensor .sensor__text {
  margin-bottom: 32px;
}
.pop-sensor .sensor__image {
  max-width: 130px;
  width: 50%;
}
.pop-sensor table .t-head {
  text-align: center;
}
.pop-sensor table .t-head h4 {
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pop-sensor table h5 {
    font-size: 14px;
  }
}
.pop-sensor table img {
  max-width: 160px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .pop-sensor table img {
    max-width: 80px;
  }
}
.pop-sensor table p {
  text-align: center;
}
.pop-sensor th,
.pop-sensor td {
  border: 0;
  border-bottom: 1px #e5e5e5 solid;
  vertical-align: middle;
}
.pop-sensor td {
  padding: 16px;
}
@media (max-width: 767px) {
  .pop-sensor td {
    padding: 10px 0px;
  }
}
.pop-sensor .cadence-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.pop-sensor .cadence-list .cadence-item {
  text-align: center;
  padding: 0 10px;
}
.pop-sensor .cadence-list p {
  color: #60cff6;
  font-size: 24px;
  font-weight: 500;
  font-family: oswald, roboto, noto sans tc, microsoft jhenghei, sans-serif;
}
.pop-sensor .cadence-list .line {
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  margin-top: 8px;
  margin-bottom: 10px;
}

.pop-compare h2.title {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .pop-compare h2.title {
    margin-bottom: 8px;
  }
}
.pop-compare .pop__container {
  max-width: none;
}
@media (max-width: 767px) {
  .pop-compare .pop__container {
    padding: 8px 0;
  }
}
.pop-compare .note {
  font-size: 13px;
  color: #666;
  margin-top: 24px;
  font-style: italic;
}
@media (max-width: 767px) {
  .pop-compare .note {
    padding: 0 16px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .pop-compare .compareTable {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .pop-compare .compareTable--scrollx {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .pop-compare .compareTable--scrollx .compareTable__body {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pop-compare .compareTable--scrolly .compareTable__head {
  width: calc(100% - 10px);
}
.pop-compare .compareTable--scrolly .compareTable__body {
  height: 300px;
  overflow-y: scroll;
}
@media (max-width: 1440px) {
  .pop-compare .compareTable--scrolly .compareTable__body {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .pop-compare .compareTable--scrolly .compareTable__body {
    height: 310px;
  }
}
.pop-compare table {
  margin-bottom: 0;
}
.pop-compare thead {
  border-bottom: 2px #ccc solid;
}
.pop-compare th,
.pop-compare td {
  vertical-align: middle;
  text-align: center;
  padding: 12px 8px;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 767px) {
  .pop-compare th,
  .pop-compare td {
    min-width: 110px;
    font-size: 14px;
    padding: 12px 8px;
  }
}
.pop-compare th {
  border: 0;
  background: none;
}
.pop-compare th img {
  max-width: 70px;
  width: 43%;
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
  .pop-compare th img {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .pop-compare th img {
    width: 60px;
  }
}
.pop-compare th h4 {
  color: black;
  margin-bottom: 2px;
}
@media (max-width: 1440px) {
  .pop-compare th h4 {
    font-size: 17px;
  }
}
.pop-compare td {
  border: 1px solid #cfcfcf;
  color: #666;
}
.pop-compare td.dot {
  background: url(../images/tick.svg) center center no-repeat;
  background-size: 10px;
  text-indent: -1000em;
}
.pop-compare tr td:nth-child(1) {
  border-left: none;
}
@media (max-width: 767px) {
  .pop-compare tr td:nth-child(1) {
    border-left: 1px solid #ccc;
  }
}
.pop-compare tr td:nth-last-child(1) {
  border-right: none;
}
@media (max-width: 767px) {
  .pop-compare tr td:nth-last-child(1) {
    border-right: 1px solid #ccc;
  }
}
.pop-compare .price {
  color: #666;
  font-weight: normal;
  margin-bottom: 10px;
}
.pop-compare a.btn-small {
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  font-size: 11px;
  padding: 0.5em 0.8em;
  font-weight: normal;
  margin-bottom: 4px;
}
@media (max-width: 1440px) {
  .pop-compare a.btn-small {
    margin-bottom: 0;
  }
}
.pop-compare a.btn-small:hover {
  background-color: black;
  color: white;
}
.pop-compare tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.pop-compare tbody tr.t-subhead {
  background-color: #666;
}
.pop-compare tbody tr.t-subhead td {
  color: white;
  padding: 6px 8px;
  letter-spacing: 0.1em;
}
.pop-compare tbody tr .small {
  font-size: 12px;
  color: #ccc;
  letter-spacing: 0.05em;
}
.pop-compare td.highlight {
  color: #000;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .pop-compare td.highlight {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .pop-compare td.highlight {
    font-size: 16px;
  }
}

.pop-compare--edge th,
.pop-compare--edge td {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .pop-compare--edge th img {
    width: 48px;
  }
}

.pop-compare--rally th,
.pop-compare--rally td {
  width: 16.6666666667%;
}
.pop-compare--rally thead tr:nth-child(1) th {
  padding-bottom: 0;
}
.pop-compare--rally th img {
  max-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .pop-compare--rally th img {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .pop-compare--rally th img {
    width: 100px;
  }
}

.pop-compare--varia th,
.pop-compare--varia td {
  width: 25%;
}

.pop-compare--tacx th,
.pop-compare--tacx td {
  width: 20%;
}
.pop-compare--tacx th img {
  max-width: 120px;
  width: 80%;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.ecosystem {
  background: #121212;
}
.ecosystem__wrapper {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .ecosystem__wrapper {
    padding-bottom: 90px;
  }
}
.ecosystem__banner {
  background-image: url("../images/eco-bn.jpg");
  background-size: cover;
  background-position: top;
  height: 41.6vw;
  margin-bottom: -15%;
  max-height: 820px;
  position: relative;
}
.ecosystem__banner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 56%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.75) 48%, #121212 100%);
}
@media (max-width: 767px) {
  .ecosystem__banner {
    height: 50vw;
  }
}
.ecosystem__container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 16px;
}
.ecosystem__main {
  text-align: center;
}
.ecosystem__image {
  position: relative;
  z-index: 0;
  max-width: 700px;
  width: 48.6%;
  margin: 0 auto;
}
.ecosystem__image img {
  width: 50%;
}
.ecosystem__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1/1;
  opacity: 0.2;
  border-radius: 100%;
  border-radius: 700px;
  background: radial-gradient(47.05% 47.71% at 52.58% 52.31%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .ecosystem__image {
    width: 95%;
  }
}
.ecosystem h2.title {
  font-size: 60px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #FFF 42%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  filter: drop-shadow(0px 4px 5px rgb(0, 0, 0));
}
@media (max-width: 1440px) {
  .ecosystem h2.title {
    font-size: 4.1vw;
  }
}
@media (max-width: 1200px) {
  .ecosystem h2.title {
    margin-bottom: 8px;
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .ecosystem h2.title {
    font-size: 35px;
    margin-bottom: 6px;
  }
}
@media (max-width: 375px) {
  .ecosystem h2.title {
    font-size: 9.3vw;
  }
}
.ecosystem .subtitle {
  font-size: 40px;
  margin-bottom: 40px;
  background: linear-gradient(180deg, #FFF 25%, rgba(255, 255, 255, 0.2) 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  filter: drop-shadow(0px 4px 4px rgb(0, 0, 0));
}
@media (max-width: 1440px) {
  .ecosystem .subtitle {
    font-size: 2.7vw;
  }
}
@media (max-width: 1200px) {
  .ecosystem .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .ecosystem .subtitle {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .ecosystem .subtitle {
    font-size: 25px;
    background: linear-gradient(180deg, #FFF 40%, rgba(255, 255, 255, 0.3) 90%);
    -webkit-background-clip: text;
            background-clip: text;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ecosystem .subtitle {
    font-size: 6.5vw;
  }
}
.ecosystem .icon-add {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #3D3D3D;
  margin: 0 auto;
  margin-bottom: 48px;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
}
@media (max-width: 992px) {
  .ecosystem .icon-add {
    width: 48px;
    margin-bottom: 32px;
  }
}
.ecosystem .icon-add svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 992px) {
  .ecosystem .icon-add svg {
    width: 16px;
    height: 16px;
  }
}
.ecosystem__cardList {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .ecosystem__cardList {
    flex-direction: column;
  }
}
.ecosystem__cardItem {
  width: calc(20% - 6px);
  background-color: #292929;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .ecosystem__cardItem {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    border-radius: 18px;
    box-shadow: 0px -2px 29px 0px rgb(0, 0, 0);
    margin-bottom: -12px;
  }
}
.ecosystem .card-image {
  width: 100%;
}
@media (max-width: 767px) {
  .ecosystem .card-image {
    width: 50%;
  }
}
.ecosystem .card-body {
  text-align: center;
  padding: 0 24px 24px;
}
@media (max-width: 1200px) {
  .ecosystem .card-body {
    padding: 0 12px 22px;
  }
}
@media (max-width: 767px) {
  .ecosystem .card-body {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
.ecosystem .card-subtitle {
  border-top: 1px solid #3F3F3F;
  padding-top: 18px;
  color: #999;
  font-size: 15px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .ecosystem .card-subtitle {
    padding: 0;
    border: none;
  }
}
.ecosystem .card-title {
  font-size: 26px;
  color: white;
  font-weight: 500;
}

.edge .blockBn {
  background-image: url("../images/edge-bn.jpg");
}

.rally .blockBn {
  background-image: url("../images/rally-bn.jpg");
}

.varia .blockBn {
  background-image: url("../images/varia-bn.jpg");
}

.tacx .blockBn {
  background-image: url("../images/tacx-bn.jpg");
}

.connect .blockBn {
  background-image: url("../images/connect-bn.jpg");
}

.edge .blockHighlight__bg.active {
  background-image: url(../images/edge-bg.jpg);
}
.edge .blockHighlight__bg.active--groupride {
  background-image: url(../images/edge-bg-2.jpg);
}

.rally .blockHighlight__bg.active {
  background-image: url(../images/rally-bg.jpg);
}
@media (max-width: 767px) {
  .rally .blockHighlight__bg {
    background-position-x: 52%;
    background-size: 280%;
    top: 115px;
  }
}

.tacx .blockHighlight__bg.active {
  background-image: url(../images/tacx-bg.jpg);
}
@media (max-width: 767px) {
  .tacx .blockHighlight__bg {
    background-size: 400%;
    background-position-x: 59%;
  }
  .tacx .blockHighlight__bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.3) 48%, #121212 100%);
  }
}

@media (max-width: 767px) {
  .edgeHighlight .container {
    padding-bottom: 0;
  }
}
.edgeHighlight__row {
  height: 90vh;
  display: flex;
  justify-content: space-between;
}
.edgeHighlight__row:nth-child(1) {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .edgeHighlight__row {
    flex-direction: column;
    height: auto;
  }
}
.edgeHighlight__context {
  max-width: 380px;
}
@media (max-width: 992px) {
  .edgeHighlight__main {
    margin-bottom: 60px;
  }
}
.edgeHighlight__side {
  width: 31.6%;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .edgeHighlight__side {
    width: 45%;
    margin-top: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .edgeHighlight__side {
    width: 60%;
  }
}
.edgeHighlight .edge-solar {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.edgeHighlight .edge-solar .img-edge-solar-light {
  mix-blend-mode: screen;
  position: absolute;
  left: 0;
  top: -28%;
  opacity: 0;
}
@media (max-width: 767px) {
  .edgeHighlight .edge-solar .img-edge-solar-light {
    mix-blend-mode: normal;
    left: 2%;
    top: -16%;
  }
}
.edgeHighlight__swiper {
  margin-top: 24px;
  max-width: 380px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .edgeHighlight__swiper {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .edgeHighlight__swiper {
    width: 93%;
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .edgeHighlight__swiper::after {
    content: "";
    display: block;
    position: absolute;
    width: 130%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.75) 48%, #121212 100%);
  }
}
.edgeHighlight__swiper .swiper__title {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
.edgeHighlight__swiper .swiper__context {
  margin-bottom: 24px;
}
.edgeHighlight__swiper .swiper__screen {
  margin: 0 auto;
  max-width: 240px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .edgeHighlight__swiper .swiper__screen {
    max-width: 220px;
  }
}
@media (max-width: 1200px) {
  .edgeHighlight__swiper .swiper__screen {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .edgeHighlight__swiper .swiper__screen {
    width: 60%;
  }
}
.edgeHighlight__swiper .swiper-pagination-bullet {
  opacity: 1;
}
.edgeHighlight__swiper .swiper-button-next:after,
.edgeHighlight__swiper .swiper-button-prev:after {
  font-size: 30px;
  color: white;
}
.edgeHighlight__swiper .swiper__pagination--custom svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .edgeHighlight__swiper .swiper__pagination--custom svg {
    width: 32px;
  }
}
.edgeHighlight__swiper .swiper__pagination--custom .swiper-pagination-bullet {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: 0 0;
  font-size: 15px;
  padding-bottom: 5px;
  margin: 0 10px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: white;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.6));
}
@media (max-width: 767px) {
  .edgeHighlight__swiper .swiper__pagination--custom .swiper-pagination-bullet {
    font-size: 14px;
  }
}
.edgeHighlight__swiper .swiper__pagination--custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}

.edgeFeature .blockFeature__item {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .edgeFeature .blockFeature__item {
    margin-bottom: 48px;
    height: 380px;
  }
}
@media (max-width: 767px) {
  .edgeFeature .blockFeature__item {
    margin-bottom: 0;
    height: 430px;
  }
}
.edgeFeature .blockFeature__item:nth-child(3), .edgeFeature .blockFeature__item:nth-child(4) {
  margin-bottom: 0;
}
.edgeFeature .blockFeature__item:nth-child(1) {
  background-image: url("../images/edge-feature-climbpro.jpg");
  width: calc(50% - 8px);
}
.edgeFeature .blockFeature__item:nth-child(2) {
  background-image: url("../images/edge-feature-multiband.jpg");
  width: calc(50% - 8px);
}
.edgeFeature .blockFeature__item:nth-child(3) {
  background-image: url("../images/edge-feature-cycling-map.jpg");
  width: calc(59% - 8px);
}
.edgeFeature .blockFeature__item:nth-child(4) {
  background-image: url("../images/edge-feature-garmin-connect.jpg");
  width: calc(41% - 8px);
}
.edgeFeature .img-climbpro {
  max-width: 200px;
  width: 37%;
  float: right;
  margin-top: 20px;
  border-radius: 6px;
  opacity: 0.85;
}
@media (max-width: 1440px) {
  .edgeFeature .img-climbpro {
    margin-top: 12px;
  }
}
@media (max-width: 1200px) {
  .edgeFeature .img-climbpro {
    margin-top: 8px;
    width: 34%;
  }
}
@media (max-width: 767px) {
  .edgeFeature .img-climbpro {
    width: 38%;
  }
}

.rally .blockBn .btn-link {
  color: #137ec1;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .rally .blockBn .btn-link {
    font-size: 16px;
    display: block;
  }
}
.rally .blockBn .btn-link svg path {
  fill: #137ec1;
}
@media (max-width: 767px) {
  .rally .blockBn .btn-link svg {
    position: relative;
    top: 4px;
  }
}

.rallyHighlight__row {
  height: 90vh;
  position: relative;
  display: flex;
}
.rallyHighlight__row:nth-child(1) {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .rallyHighlight__row {
    flex-direction: column-reverse;
    height: auto;
  }
}
.rallyHighlight__main {
  margin-top: auto;
}
@media (max-width: 767px) {
  .rallyHighlight__main {
    margin-top: 0;
    margin-bottom: 48px;
  }
}
.rallyHighlight .title,
.rallyHighlight .subtitle,
.rallyHighlight .text {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
.rallyHighlight__product {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .rallyHighlight__product {
    width: 57%;
  }
}
.rallyHighlight__product .img-powerguide-edge {
  max-width: 85px;
  width: 5.8vw;
  filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.4));
}
@media (max-width: 767px) {
  .rallyHighlight__product .img-powerguide-edge {
    width: 10.8vw;
  }
}
.rallyHighlight__product .img-powerguide-rally {
  max-width: 120px;
  width: 8.3vw;
  filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 0.4));
}
@media (max-width: 767px) {
  .rallyHighlight__product .img-powerguide-rally {
    width: 16.3vw;
  }
}
.rallyHighlight__product .icon-add {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: 0 3px;
}
@media (max-width: 767px) {
  .rallyHighlight__product .icon-add {
    width: 28px;
  }
}
.rallyHighlight__product .icon-add svg {
  width: 12px;
}
.rallyHighlight .powerguide-group {
  position: absolute;
  top: 0;
  left: 32%;
}
@media (max-width: 992px) {
  .rallyHighlight .powerguide-group {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .rallyHighlight .powerguide-group {
    position: static;
  }
}
.rallyHighlight .powerguide-item {
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
  margin-bottom: 10vw;
}
@media (max-width: 767px) {
  .rallyHighlight .powerguide-item {
    margin-bottom: 16vw;
  }
}
.rallyHighlight .powerguide-item p {
  font-style: italic;
  font-weight: 600;
  font-family: oswald, roboto, noto sans tc, microsoft jhenghei, sans-serif;
  padding-left: 180px;
  padding-right: 4px;
}
@media (max-width: 1440px) {
  .rallyHighlight .powerguide-item p {
    padding-left: 12.5vw;
  }
}
@media (max-width: 767px) {
  .rallyHighlight .powerguide-item p {
    padding-left: 80px;
  }
}
.rallyHighlight .powerguide-item .deco-line {
  height: 2px;
  background-color: white;
  position: relative;
}
.rallyHighlight .powerguide-item .deco-line::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -5px;
}
.rallyHighlight .powerguide-item:nth-child(1) p {
  font-size: 40px;
}
@media (max-width: 1440px) {
  .rallyHighlight .powerguide-item:nth-child(1) p {
    font-size: 2.7vw;
  }
}
@media (max-width: 767px) {
  .rallyHighlight .powerguide-item:nth-child(1) p {
    font-size: 17px;
  }
}
.rallyHighlight .powerguide-item:nth-child(2) {
  margin-left: 90px;
}
@media (max-width: 1440px) {
  .rallyHighlight .powerguide-item:nth-child(2) {
    margin-left: 60px;
  }
}
.rallyHighlight .powerguide-item:nth-child(2) p {
  font-size: 48px;
}
@media (max-width: 1440px) {
  .rallyHighlight .powerguide-item:nth-child(2) p {
    font-size: 3.3vw;
  }
}
@media (max-width: 767px) {
  .rallyHighlight .powerguide-item:nth-child(2) p {
    font-size: 19px;
  }
}
.rallyHighlight .powerguide-item:nth-child(3) {
  margin-left: 180px;
}
@media (max-width: 1440px) {
  .rallyHighlight .powerguide-item:nth-child(3) {
    margin-left: 120px;
  }
}
.rallyHighlight .powerguide-item:nth-child(3) p {
  font-size: 56px;
}
@media (max-width: 1440px) {
  .rallyHighlight .powerguide-item:nth-child(3) p {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .rallyHighlight .powerguide-item:nth-child(3) p {
    font-size: 22px;
  }
}
.rallyHighlight .stamina-group {
  max-width: 340px;
  width: 23.6vw;
  position: absolute;
  right: 0;
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .rallyHighlight .stamina-group {
    margin-top: 17.3vw;
  }
}
@media (max-width: 767px) {
  .rallyHighlight .stamina-group {
    position: static;
    width: 60%;
    margin-top: 0;
  }
}
.rallyHighlight .stamina-item {
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
@media (max-width: 767px) {
  .rallyHighlight .stamina-item {
    margin-bottom: 40px;
  }
}

.rallyFeature .title {
  margin-bottom: 48px;
  text-align: center;
}
.rallyFeature .blockFeature__item:nth-child(1) {
  background-image: url("../images/rally-feature-easy-transfer.jpg");
  width: calc(59% - 8px);
}
.rallyFeature .blockFeature__item:nth-child(2) {
  background-image: url("../images/rally-feature-compatibility.jpg");
  width: calc(41% - 8px);
}
.rallyFeature__swiper {
  margin-bottom: 72px;
  position: relative;
}
.rallyFeature__swiper .swiper {
  background-image: url("../images/rally-feature-mtb-bg.jpg");
  background-size: 105%;
  height: 600px;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1920px) {
  .rallyFeature__swiper .swiper {
    height: 500px;
  }
}
@media (max-width: 1440px) {
  .rallyFeature__swiper .swiper {
    height: 36.6vw;
  }
}
@media (max-width: 1200px) {
  .rallyFeature__swiper .swiper {
    height: 39.6vw;
  }
}
@media (max-width: 992px) {
  .rallyFeature__swiper .swiper {
    height: 45.6vw;
  }
}
@media (max-width: 767px) {
  .rallyFeature__swiper .swiper {
    background-size: 270%;
    height: 520px;
  }
  .rallyFeature__swiper .swiper::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.9) 64%, rgb(20, 20, 20) 100%, #121212 100%);
  }
}
.rallyFeature__swiper .swiper-slide {
  padding: 90px 60px 16px;
}
@media (max-width: 1440px) {
  .rallyFeature__swiper .swiper-slide {
    padding: 6.5vw 4.4vw 16px;
  }
}
@media (max-width: 767px) {
  .rallyFeature__swiper .swiper-slide {
    padding: 24px 16px;
  }
}
.rallyFeature__swiper .swiper__intro {
  max-width: 390px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}
.rallyFeature__swiper .swiper__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .rallyFeature__swiper .swiper__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .rallyFeature__swiper .swiper__title {
    font-size: 24px;
  }
}
.rallyFeature__swiper .swiper__text {
  font-size: 18px;
}
@media (max-width: 992px) {
  .rallyFeature__swiper .swiper__text {
    font-size: 16px;
  }
}
.rallyFeature__swiper .swiper-pagination-bullet {
  opacity: 0.5;
}
.rallyFeature__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.rallyFeature__swiper .swiper-button-next:after,
.rallyFeature__swiper .swiper-button-prev:after {
  font-size: 30px;
  color: white;
}
.rallyFeature__swiper .swiper__pagination--custom {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  top: 0;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rallyFeature__swiper .swiper__pagination--custom {
    padding: 0 16px;
    justify-content: center;
    margin-bottom: 0;
  }
}
.rallyFeature__swiper .swiper__pagination--custom .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  font-size: 20px;
  padding-bottom: 5px;
  margin: 0 10px;
  border-radius: 0;
  color: white;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .rallyFeature__swiper .swiper__pagination--custom .swiper-pagination-bullet {
    font-size: 13px;
    margin: 0 6px;
  }
}
.rallyFeature__swiper .swiper__pagination--custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}
.rallyFeature .dynamics-group {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin: 0 auto;
  position: absolute;
  width: 45%;
  bottom: 14%;
  left: 50%;
  transform: translateX(-52%);
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-group {
    width: 85%;
  }
}
.rallyFeature .dynamics-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
}
@media (max-width: 1200px) {
  .rallyFeature .dynamics-item img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-item img {
    width: 70px;
  }
}
.rallyFeature .dynamics-item p {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1200px) {
  .rallyFeature .dynamics-item p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-item p {
    font-size: 16px;
  }
}
.rallyFeature .dynamics-item p::after {
  content: "";
  width: 110px;
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
}
@media (max-width: 1440px) {
  .rallyFeature .dynamics-item p::after {
    width: 8vw;
  }
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-item p::after {
    width: 54px;
    left: 16px;
  }
}
.rallyFeature .dynamics-item:nth-child(1) {
  padding-top: 40px;
}
.rallyFeature .dynamics-left p::after {
  content: "";
  left: auto;
  right: 20px;
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-left p::after {
    right: 16px;
  }
}
.rallyFeature .dynamics-side {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  margin: 0 auto;
  position: absolute;
  width: 52%;
  bottom: 21%;
  left: 50%;
  transform: translateX(-51%);
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-side {
    width: 85%;
    bottom: 15%;
  }
}
.rallyFeature .dynamics-chip {
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
  padding: 16px 28px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1200px) {
  .rallyFeature .dynamics-chip {
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-chip {
    padding: 10px 16px;
  }
}
.rallyFeature .dynamics-chip p {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .rallyFeature .dynamics-chip p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-chip p {
    font-size: 14px;
  }
}
.rallyFeature .dynamics-chip span {
  font-size: 40px;
  font-family: oswald, roboto, noto sans tc, microsoft jhenghei, sans-serif;
  font-weight: 500;
  color: #FFF;
}
@media (max-width: 1200px) {
  .rallyFeature .dynamics-chip span {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .rallyFeature .dynamics-chip span {
    font-size: 28px;
  }
}
.rallyFeature .dynamics-chip:nth-child(1) {
  margin-top: 50px;
}

.varia {
  background-color: #121212;
}

.variaHighlight .container {
  padding: 0;
}

.lightnetwork {
  position: relative;
  aspect-ratio: 12/7;
}
@media (max-width: 767px) {
  .lightnetwork::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.9) 64%, rgb(20, 20, 20) 100%, #121212 100%);
  }
}
.lightnetwork h2.title {
  font-size: 40px;
  white-space: nowrap;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .lightnetwork h2.title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .lightnetwork h2.title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.lightnetwork__body {
  position: absolute;
  z-index: 1;
  right: 100px;
  top: 90px;
  width: 30%;
}
@media (max-width: 1440px) {
  .lightnetwork__body {
    right: 7.5%;
  }
}
@media (max-width: 1200px) {
  .lightnetwork__body {
    width: 34%;
  }
}
@media (max-width: 992px) {
  .lightnetwork__body {
    width: 40%;
    right: 32px;
    top: 48px;
  }
}
@media (max-width: 767px) {
  .lightnetwork__body {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0 16px;
    left: 0;
  }
}
.lightnetwork__intro {
  padding-left: 22px;
}
.lightnetwork__intro li {
  list-style: disc;
  color: white;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .lightnetwork__intro li {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .lightnetwork__intro li {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .lightnetwork__intro li {
    font-size: 14px;
  }
}
.lightnetwork__menu {
  display: flex;
  border-top: 1px solid white;
  margin-top: 26px;
  padding-top: 26px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1200px) {
  .lightnetwork__menu {
    margin-top: 22px;
    padding-top: 22px;
  }
}
@media (max-width: 992px) {
  .lightnetwork__menu {
    margin-top: 12px;
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .lightnetwork__menu {
    margin-top: 16px;
    padding-top: 0;
    border: none;
    justify-content: flex-start;
  }
}
.lightnetwork .btn-small {
  margin-top: 0;
  margin-right: 16px;
  transition: all 0.6s cubic-bezier(0, 0, 0.5, 1);
  display: inline-block;
  padding: 10px 28px;
  color: #fff !important;
  border: 1px solid white;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  white-space: nowrap;
  font-size: 14px;
}
.lightnetwork .btn-small:hover {
  color: black !important;
  background: white;
}
@media (max-width: 1200px) {
  .lightnetwork .btn-small {
    font-size: 13px;
    padding: 8px 22px;
  }
}
@media (max-width: 992px) {
  .lightnetwork .btn-small {
    font-size: 12px;
    padding: 7px 18px;
  }
}
@media (max-width: 767px) {
  .lightnetwork .btn-small {
    font-size: 13px;
    padding: 8px 22px;
  }
}
.lightnetwork .btn-small:nth-last-child(1) {
  margin-right: 0;
}
.lightnetwork .btn-small.on {
  color: black !important;
  background: white;
}
.lightnetwork__item {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0, 0, 0.5, 1);
}
@media (max-width: 767px) {
  .lightnetwork__item {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 16px;
  }
  .lightnetwork__item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.9) 64%, rgb(20, 20, 20) 100%, #121212 100%);
    z-index: -1;
  }
}
.lightnetwork__item.on {
  opacity: 1;
  height: auto;
}
.lightnetwork__item h3 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .lightnetwork__item h3 {
    font-size: 18px;
  }
}
.lightnetwork__item p {
  margin-bottom: 32px;
  opacity: 0.9;
  font-size: 14px;
}
@media (max-width: 767px) {
  .lightnetwork__item p {
    margin-bottom: 16px;
  }
}
.lightnetwork__bg {
  position: relative;
  display: block;
  height: 100%;
  background-image: url(../images/varia-bg--off.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.lightnetwork__bg:before {
  content: "";
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .lightnetwork__bg {
    background-size: 176%;
    background-position-x: 24%;
    height: 400px;
    margin-top: -80px;
  }
}
.lightnetwork .lightnetworkBg__item {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lightnetwork .lightnetworkBg__item {
    background-size: 176%;
    background-position-x: 24%;
  }
}
.lightnetwork .lightnetworkBg__item--start {
  background-image: url(../images/varia-bg--on.jpg);
}
.lightnetwork .lightnetworkBg__item--end {
  background-image: url(../images/varia-bg--off.jpg);
}
.lightnetwork .lightnetworkBg__item--blink {
  background-image: url(../images/varia-bg--light.jpg);
}
.lightnetwork .lightnetworkBg__item--blink:before, .lightnetwork .lightnetworkBg__item--blink:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 767px) {
  .lightnetwork .lightnetworkBg__item--blink:before, .lightnetwork .lightnetworkBg__item--blink:after {
    background-size: 176%;
    background-position-x: 24%;
  }
}
.lightnetwork .lightnetworkBg__item--blink:before {
  background-image: url(../images/varia-bg--light.jpg);
}
.lightnetwork .lightnetworkBg__item--blink:after {
  background-image: url(../images/varia-bg--on.jpg);
  opacity: 0;
}
.lightnetwork .lightnetworkBg__item--blink.on:after {
  animation: blinker 0.6s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 1;
  }
}
.lightnetwork .lightnetworkBg__item.on {
  opacity: 1;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .variaFeature .blockFeature__list {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.variaFeature .blockFeature__item {
  width: calc(33.3333333333% - 8px);
}
.variaFeature .blockFeature__item:nth-child(1) {
  background-image: url("../images/varia-feature-driver-alert.jpg");
}
.variaFeature .blockFeature__item:nth-child(2) {
  background-image: url("../images/varia-feature-vehicle-detection.jpg");
}
.variaFeature .blockFeature__item:nth-child(3) {
  background-image: url("../images/varia-feature-record-your-ride.jpg");
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  .variaFeature .blockFeature__item {
    padding: 32px 16px 16px;
    width: calc(33.3333333333% - 4px);
    min-height: 430px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .variaFeature .blockFeature__item {
    min-width: 300px;
    margin-right: 8px;
    height: 380px;
  }
}
#varia-alert.blockFeature__video {
  padding-top: 36%;
}

.tacx {
  overflow: hidden;
}

.tacxHighlight__wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tacxHighlight__wrapper {
    width: 100%;
  }
}
.tacxHighlight__row {
  min-height: 90vh;
}
.tacxHighlight__row:nth-child(1) {
  margin-bottom: 150px;
}
.tacxHighlight__video {
  width: 37.5%;
  max-width: 450px;
}
@media (max-width: 767px) {
  .tacxHighlight__video {
    width: 80%;
  }
}
.tacxHighlight .text {
  margin-bottom: 32px;
}
.tacxHighlight .btn-primary {
  margin-bottom: 48px;
}
.tacxHighlight .icon-tacx-training-app {
  width: 80px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .tacxHighlight .icon-tacx-training-app {
    width: 70px;
  }
}

.tacxFeature .blockFeature__item:nth-child(1) {
  width: calc(50% - 8px);
}
.tacxFeature .blockFeature__item:nth-child(2) {
  background-image: url("../images/tacx-feature-edge-training.jpg");
  width: calc(50% - 8px);
}

.bikeroute--mb {
  display: none;
}
@media (max-width: 767px) {
  .bikeroute--mb {
    display: block;
    margin-top: 24px;
  }
}
.bikeroute__list {
  display: flex;
}
.bikeroute__item {
  aspect-ratio: 0.8;
  border-radius: 5%;
  position: relative;
  overflow: hidden;
  margin-right: 16px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  max-width: 200px;
  width: 16.6%;
}
@media (max-width: 1200px) {
  .bikeroute__item {
    width: 17.6%;
    margin-right: 12px;
  }
}
@media (max-width: 992px) {
  .bikeroute__item {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .bikeroute__item {
    width: 130px;
    margin-right: 8px;
  }
}
.bikeroute__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 33%;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.bikeroute__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 33%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.bikeroute__content {
  z-index: 1;
  position: relative;
  align-items: center;
  padding: 24px 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .bikeroute__content {
    padding: 18px 8px;
  }
}
@media (max-width: 767px) {
  .bikeroute__content {
    padding: 12px 5px;
  }
}
.bikeroute__content h5 {
  color: white;
  font-size: 18px;
}
@media (max-width: 767px) {
  .bikeroute__content h5 {
    font-size: 16px;
  }
}
.bikeroute .detail-list {
  display: flex;
  align-items: center;
}
.bikeroute .detail-item {
  display: flex;
  align-items: center;
}
.bikeroute .detail-item p {
  color: white;
  padding-left: 6px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .bikeroute .detail-item p {
    font-size: 12px;
    padding-left: 2px;
  }
}
@media (max-width: 767px) {
  .bikeroute .detail-item p {
    font-size: 11px;
  }
}
.bikeroute .detail-item:nth-child(1) {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .bikeroute .detail-item:nth-child(1) {
    margin-right: 4px;
  }
}
@media (max-width: 1200px) {
  .bikeroute .detail-item img {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .bikeroute .detail-item img {
    font-size: 15px;
  }
}

.connect {
  background-color: #121212;
}
.connect .icon-connect {
  max-width: 100px;
}

.connectStage .container {
  padding-top: 0;
}
.connectStage__item {
  margin-bottom: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #3D3D3D;
}
@media (max-width: 767px) {
  .connectStage__item {
    margin-bottom: 90px;
    padding-bottom: 90px;
  }
}
.connectStage h2.title {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 72px;
  color: #60cff6;
}
@media (max-width: 1440px) {
  .connectStage h2.title {
    font-size: 4.4vw;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .connectStage h2.title {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
.connectStage .subtitle {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .connectStage .subtitle {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .connectStage .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .connectStage .subtitle {
    font-size: 24px;
  }
}
.connectStage .intro {
  font-size: 20px;
  margin-bottom: 72px;
  max-width: 720px;
}
@media (max-width: 1200px) {
  .connectStage .intro {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .connectStage .intro {
    font-size: 15px;
    margin-bottom: 48px;
  }
}

.connectMap__swiper,
.connectTraining__swiper {
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 992px) {
  .connectMap__swiper,
  .connectTraining__swiper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .connectMap__swiper,
  .connectTraining__swiper {
    width: 90%;
  }
}
.connectMap__swiper .swiper__body,
.connectTraining__swiper .swiper__body {
  width: 50%;
  padding-right: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .connectMap__swiper .swiper__body,
  .connectTraining__swiper .swiper__body {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper__body,
  .connectTraining__swiper .swiper__body {
    width: 100%;
    padding: 0;
    margin-top: 100px;
  }
}
.connectMap__swiper .swiper__screen,
.connectTraining__swiper .swiper__screen {
  margin: 0 auto;
  width: 50%;
  max-width: 290px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1200px) {
  .connectMap__swiper .swiper__screen,
  .connectTraining__swiper .swiper__screen {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper__screen,
  .connectTraining__swiper .swiper__screen {
    width: 70%;
  }
}
.connectMap__swiper .swiper__title,
.connectTraining__swiper .swiper__title {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper__title,
  .connectTraining__swiper .swiper__title {
    font-size: 20px;
  }
}
.connectMap__swiper .swiper__context,
.connectTraining__swiper .swiper__context {
  color: #999;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .connectMap__swiper .swiper__context,
  .connectTraining__swiper .swiper__context {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .connectMap__swiper .swiper__context,
  .connectTraining__swiper .swiper__context {
    font-size: 15px;
  }
}
.connectMap__swiper .swiper-slide,
.connectTraining__swiper .swiper-slide {
  display: flex;
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper-slide,
  .connectTraining__swiper .swiper-slide {
    flex-direction: column;
  }
}
.connectMap__swiper .swiper-pagination-bullet,
.connectTraining__swiper .swiper-pagination-bullet {
  opacity: 0.5;
}
.connectMap__swiper .swiper-pagination-bullet-active,
.connectTraining__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.connectMap__swiper .swiper-button-next,
.connectMap__swiper .swiper-button-prev,
.connectTraining__swiper .swiper-button-next,
.connectTraining__swiper .swiper-button-prev {
  display: none;
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper-button-next,
  .connectMap__swiper .swiper-button-prev,
  .connectTraining__swiper .swiper-button-next,
  .connectTraining__swiper .swiper-button-prev {
    display: flex;
    top: 35%;
  }
}
.connectMap__swiper .swiper-button-next:after,
.connectMap__swiper .swiper-button-prev:after,
.connectTraining__swiper .swiper-button-next:after,
.connectTraining__swiper .swiper-button-prev:after {
  font-size: 30px;
  color: white;
}
.connectMap__swiper .swiper__pagination--custom,
.connectTraining__swiper .swiper__pagination--custom {
  width: 50%;
  right: 0;
  left: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper__pagination--custom,
  .connectTraining__swiper .swiper__pagination--custom {
    width: 100%;
    text-align: center;
    top: 90vw;
  }
}
.connectMap__swiper .swiper__pagination--custom svg,
.connectTraining__swiper .swiper__pagination--custom svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper__pagination--custom svg,
  .connectTraining__swiper .swiper__pagination--custom svg {
    width: 40px;
    margin-bottom: 4px;
  }
}
.connectMap__swiper .swiper__pagination--custom .swiper-pagination-bullet,
.connectTraining__swiper .swiper__pagination--custom .swiper-pagination-bullet {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: 0 0;
  font-size: 15px;
  padding-bottom: 5px;
  margin: 0;
  margin-right: 24px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: white;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.6));
  text-align: center;
}
@media (max-width: 767px) {
  .connectMap__swiper .swiper__pagination--custom .swiper-pagination-bullet,
  .connectTraining__swiper .swiper__pagination--custom .swiper-pagination-bullet {
    font-size: 14px;
    margin: 0 10px;
  }
}
@media (max-width: 375px) {
  .connectMap__swiper .swiper__pagination--custom .swiper-pagination-bullet,
  .connectTraining__swiper .swiper__pagination--custom .swiper-pagination-bullet {
    margin: 0 5px;
    font-size: 13px;
  }
}
.connectMap__swiper .swiper__pagination--custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.connectTraining__swiper .swiper__pagination--custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
  .connectFocus__swiper {
    width: 100%;
  }
}
.connectFocus__swiper .swiper {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper {
    background-size: 220%;
    background-position: bottom;
    margin-bottom: 90px;
  }
}
.connectFocus__swiper .swiper-slide {
  display: flex;
  padding: 0px 6.9vw;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .connectFocus__swiper .swiper-slide {
    padding: 0 4.4vw;
  }
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper-slide {
    padding: 0 8px;
    flex-direction: column;
  }
}
.connectFocus__swiper .swiper__content {
  width: 50%;
  text-align: center;
}
.connectFocus__swiper .swiper__content img {
  width: 93%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper__content img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper__content {
    width: 80%;
    margin-bottom: 24px;
  }
}
.connectFocus__swiper .swiper__intro {
  width: 43%;
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper__intro {
    padding-left: 0;
    width: 100%;
  }
}
.connectFocus__swiper .swiper__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .connectFocus__swiper .swiper__title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .connectFocus__swiper .swiper__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper__title {
    font-size: 20px;
  }
}
.connectFocus__swiper .swiper__text {
  font-size: 18px;
  color: #999;
}
@media (max-width: 1200px) {
  .connectFocus__swiper .swiper__text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .connectFocus__swiper .swiper__text {
    font-size: 15px;
  }
}
.connectFocus__swiper .swiper-pagination-bullet {
  opacity: 0.5;
}
.connectFocus__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.connectFocus__swiper .swiper-button-next:after,
.connectFocus__swiper .swiper-button-prev:after {
  font-size: 30px;
  color: white;
}
.connectFocus__swiper .swiper-button-next,
.connectFocus__swiper .swiper-button-prev {
  display: flex;
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper-button-next,
  .connectFocus__swiper .swiper-button-prev {
    top: 35%;
  }
}
.connectFocus__swiper .swiper__pagination--custom {
  display: flex;
  top: 0;
  position: relative;
  margin: 0 auto;
  margin-bottom: 64px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1440px) {
  .connectFocus__swiper .swiper__pagination--custom {
    margin-bottom: 30px;
  }
}
.connectFocus__swiper .swiper__pagination--custom .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  font-size: 20px;
  padding-bottom: 5px;
  margin: 0 14px;
  border-radius: 0;
  color: white;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .connectFocus__swiper .swiper__pagination--custom .swiper-pagination-bullet {
    font-size: 14px;
  }
}
.connectFocus__swiper .swiper__pagination--custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}

.connect__download {
  text-align: center;
}
.connect__download .icon-connect {
  margin-bottom: 8px;
}
.connect__download h2 {
  font-size: 48px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .connect__download h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .connect__download h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }
}
.connect__download .btn-primary {
  margin: 0 auto;
}

.gcc {
  background-image: url("../images/gcc-kv.jpg");
  background-position: right;
  background-size: cover;
  height: 600px;
  position: relative;
  background-color: black;
}
@media (max-width: 767px) {
  .gcc::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 56%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 30%);
  }
}
@media (max-width: 1440px) {
  .gcc {
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .gcc {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .gcc {
    background-size: 180%;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-position-x: 100%;
    height: 150vw;
    min-height: 560px;
    max-height: 640px;
  }
}
.gcc h2 {
  overflow: hidden;
  height: 0;
}
.gcc .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .gcc .container {
    justify-content: flex-end;
    padding-bottom: 64px;
  }
}
.gcc .gcc-logo {
  width: 16%;
  margin-bottom: 20px;
  min-width: 180px;
}
@media (max-width: 992px) {
  .gcc .gcc-logo {
    margin-bottom: 8px;
  }
}
.gcc__intro {
  width: 42%;
  color: white;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .gcc__intro {
    width: 60%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .gcc__intro {
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
  }
}/*# sourceMappingURL=all-cycling.css.map */