/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-yourMode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-yourMode {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-yourMode .lhs {
    width: 74%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .lhs {
        width: 100%; } }
    .cp-yourMode .lhs .video-banner-typ-1 {
      position: absolute;
      background: #000;
      height: 62rem;
      top: 0;
      bottom: 0;
      width: 99%;
      display: none; }
      @media only screen and (max-width: 768px) {
        .cp-yourMode .lhs .video-banner-typ-1 {
          width: 100%;
          height: 25rem; } }
      .cp-yourMode .lhs .video-banner-typ-1 video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 62rem;
        bottom: 0;
        width: 100%;
        object-fit: cover; }
        @media only screen and (max-width: 768px) {
          .cp-yourMode .lhs .video-banner-typ-1 video {
            width: 100%;
            top: 0;
            bottom: 0;
            height: 25rem; } }
    .cp-yourMode .lhs .show {
      display: block; }
  .cp-yourMode .rhs {
    width: 26%; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .rhs {
        width: 100%; } }
  .cp-yourMode .icon {
    font-size: 2.4rem;
    color: #ffffff;
    line-height: 2.4rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .icon {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 0.7rem; } }
  .cp-yourMode .ymode-card {
    position: relative; }
    .cp-yourMode .ymode-card .img-wrap {
      height: 20rem; }
      @media only screen and (max-width: 768px) {
        .cp-yourMode .ymode-card .img-wrap {
          height: 8rem; } }
      .cp-yourMode .ymode-card .img-wrap img {
        height: 100%; }
    .cp-yourMode .ymode-card.typ-1 {
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-yourMode .ymode-card.typ-1 {
          margin-right: 0;
          margin-bottom: 1rem; } }
      .cp-yourMode .ymode-card.typ-1 .icon {
        font-size: 4rem;
        color: #ffffff;
        line-height: 2.4rem;
        margin-bottom: 1rem; }
      .cp-yourMode .ymode-card.typ-1 .img-wrap {
        height: 62rem; }
        @media only screen and (max-width: 768px) {
          .cp-yourMode .ymode-card.typ-1 .img-wrap {
            height: 25rem; } }
      .cp-yourMode .ymode-card.typ-1 .mode-title {
        font-family: "Heebo-black";
        font-size: 6.4rem;
        line-height: 6.4rem;
        color: #ffffff; }
        @media only screen and (max-width: 768px) {
          .cp-yourMode .ymode-card.typ-1 .mode-title {
            font-size: 3rem;
            line-height: 3rem; } }
      .cp-yourMode .ymode-card.typ-1 .content-wrap {
        padding: 2rem 14rem 6.1rem; }
        @media only screen and (max-width: 768px) {
          .cp-yourMode .ymode-card.typ-1 .content-wrap {
            padding: 2rem 3rem; } }
        @media only screen and (max-width: 768px) {
          .cp-yourMode .ymode-card.typ-1 .content-wrap {
            padding: 2rem 3rem; } }
      .cp-yourMode .ymode-card.typ-1 .mode-desc {
        font-size: 2.4rem;
        line-height: 2.4rem; }
        @media only screen and (max-width: 768px) {
          .cp-yourMode .ymode-card.typ-1 .mode-desc {
            font-size: 1.6rem;
            line-height: 2rem; } }
  .cp-yourMode .content-wrap {
    padding: 3rem 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: auto; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .content-wrap {
        padding: 1rem; } }
  .cp-yourMode .mode-title {
    font-family: "Heebo-black";
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #ffffff;
    margin-top: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .mode-title {
        font-size: 1.8rem;
        line-height: 2rem; } }
  .cp-yourMode .battary-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 3.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .battary-wrap {
        margin-top: 2.7rem; } }
    .cp-yourMode .battary-wrap .icon-battery {
      width: 3rem;
      height: 3rem;
      margin-right: 0.5rem; }
    .cp-yourMode .battary-wrap .text {
      font-family: "Heebo-black";
      font-size: 2.4rem;
      line-height: 2.4rem;
      letter-spacing: -0.38px;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-yourMode .battary-wrap .text {
          font-size: 1.6rem;
          line-height: 2rem;
          letter-spacing: normal; } }
  .cp-yourMode .mode-desc {
    font-family: "Heebo-Regular";
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: -0.38px;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .mode-desc {
        font-size: 1.4rem;
        line-height: 1.6rem;
        letter-spacing: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }

.cp-yourMode-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cp-yourMode-list .ymode-item {
    margin-bottom: 1rem;
    width: 100%; }
    .cp-yourMode-list .ymode-item:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode-list .ymode-item {
        width: 32%; } }

@media only screen and (max-width: 768px) {
  .cp-yourMode .ymode-card.typ-1 {
    margin-bottom: 0.4rem; } }

.cp-yourMode .ymode-card.typ-1 .content-wrap {
  padding: 2rem 0rem 6.1rem; }
  @media only screen and (max-width: 768px) {
    .cp-yourMode .ymode-card.typ-1 .content-wrap {
      padding: 2rem 2rem; } }

.cp-yourMode .ymode-item {
  position: relative; }
  .cp-yourMode .ymode-item .ymode-card {
    z-index: 3;
    cursor: pointer; }
    .cp-yourMode .ymode-item .ymode-card .mode-desc {
      display: none; }
    .cp-yourMode .ymode-item .ymode-card .battary-wrap {
      display: none; }
    @media only screen and (max-width: 768px) {
      .cp-yourMode .ymode-item .ymode-card .mode-title {
        margin-top: 0rem; } }
    .cp-yourMode .ymode-item .ymode-card .content-wrap {
      z-index: auto; }
  .cp-yourMode .ymode-item .icon-Play {
    position: relative;
    z-index: 3; }

@media only screen and (max-width: 768px) {
  .cp-yourMode-list .ymode-item {
    width: 32.5%; } }

@media only screen and (max-width: 768px) {
  .cp-appEnable {
    margin-right: -2rem; } }

.cp-appEnable .appEnable-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.cp-appEnable .list-wrap {
  width: 47%;
  margin-top: 7rem;
  padding-bottom: 9.4rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .list-wrap {
      width: 16.8rem;
      margin-top: 0; } }

.cp-appEnable .enable-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-list {
      -ms-flex-direction: row;
          flex-direction: row; } }

.cp-appEnable .enable-item {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-item {
      margin-bottom: 3rem; } }
  .cp-appEnable .enable-item.active .enable-link .enable-icon {
    opacity: 1; }
  .cp-appEnable .enable-item.active .enable-content .enable-title {
    font-family: "Heebo-black";
    color: #000000; }
  .cp-appEnable .enable-item.active .enable-content .enable-desc {
    color: #333333; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-item.active .enable-content {
      display: block;
      position: absolute;
      top: 6rem;
      left: 0; } }
  .cp-appEnable .enable-item .enable-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: start;
        align-items: flex-start;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .enable-item .enable-link {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .cp-appEnable .enable-item .enable-link .enable-icon {
      height: 4.8rem;
      width: 4.8rem;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border: 0.1rem solid #a3a6b0;
      background: #0070F0;
      color: #ffffff;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      position: relative;
      margin-right: 2.4rem;
      opacity: 0.5; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-link .enable-icon {
          height: 3.6rem;
          width: 3.6rem;
          margin-bottom: 3rem; } }
      .cp-appEnable .enable-item .enable-link .enable-icon img {
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        top: 50%;
        left: 50%;
        right: 0;
        margin: 0px auto;
        transform: translate(-50%, -50%); }
  .cp-appEnable .enable-item .enable-content {
    width: 26rem; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .enable-item .enable-content {
        display: none;
        width: 16.8rem; } }
    .cp-appEnable .enable-item .enable-content .enable-title {
      font-size: 2.4rem;
      line-height: 3.6rem;
      font-family: "Heebo-Bold";
      color: #000000;
      margin-bottom: 0.3rem; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-content .enable-title {
          font-size: 1.8rem;
          line-height: 1.6rem;
          margin-bottom: 1.2rem; } }
    .cp-appEnable .enable-item .enable-content .enable-desc {
      font-size: 1.6rem;
      line-height: 2rem;
      color: #4d4d4d;
      font-family: "Heebo-Regular"; }
      @media only screen and (max-width: 768px) {
        .cp-appEnable .enable-item .enable-content .enable-desc {
          font-size: 1.4rem; }
          .cp-appEnable .enable-item .enable-content .enable-desc .cm-line-break {
            display: inline-block; } }

.cp-appEnable .enable-img {
  width: 61.5rem; }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .cp-appEnable .enable-img {
      margin-right: -22rem; } }
  @media only screen and (max-width: 576px) {
    .cp-appEnable .enable-img {
      width: 187px;
      height: 312.6px;
      margin-top: 0;
      margin-right: -2rem; } }
  .cp-appEnable .enable-img img {
    height: 100%; }

.cp-appEnable .download-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .download-list {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 3rem;
      -ms-flex-line-pack: start;
          align-content: flex-start; } }
  .cp-appEnable .download-list .download-item {
    width: 13.4rem;
    margin-right: 2.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-appEnable .download-list .download-item {
        margin-right: 0;
        margin-bottom: 2rem;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 10.1rem; } }
    .cp-appEnable .download-list .download-item:last-child {
      margin: 0; }

.cp-appEnable .btn-wrap .btn.btn-default {
  min-width: 27.8rem;
  color: #ffffff !important; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .btn-wrap .btn.btn-default {
      min-width: 17.2rem; } }

@media only screen and (max-width: 768px) {
  .cp-appEnable.typ-home .btn-wrap {
    margin-top: 9rem; }
  .cp-appEnable.typ-home .enable-img {
    margin-top: 6.5rem; } }

.cp-appEnable .enable-img-src {
  display: none; }

section {
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  .cp-appEnable .btn-wrap .btn.btn-default {
    min-width: 15.2rem; } }

@media only screen and (max-width: 768px) {
  .cp-appEnable .list-wrap {
    padding-bottom: 0; } }

.cp-appEnable .enable-img {
  width: 61.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-appEnable .enable-img {
      margin-right: -1.5rem;
      width: 24.5rem;
      height: 31.3rem; }
      .cp-appEnable .enable-img img {
        width: auto; } }

.cp-video {
  z-index: 2;
  position: relative; }
  .cp-video .play-btn {
    margin-bottom: 0rem;
    padding: 0; }
  .cp-video .icon-Play {
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block;
    pointer-events: all; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 0rem; } }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-Play.mob-icon {
        margin-bottom: 0.8rem; } }
  .cp-video .play-btn-pdp-2 {
    pointer-events: all; }
  .cp-video .play-btn {
    pointer-events: all; }
  .cp-video .icon-pause {
    pointer-events: all;
    font-size: 4.8rem;
    line-height: 4.8rem;
    color: #ffffff;
    margin-bottom: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .cp-video .icon-pause {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 1.6rem; } }
  .cp-video .video-title {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #ffffff;
    font-family: "Heebo-Bold";
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-title {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .cp-video .video-desc {
    font-size: 2rem;
    line-height: 2.4rem;
    font-family: "Heebo-Regular";
    color: #ffffff;
    width: 35.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 18.4rem; } }
  .cp-video .feature-list {
    margin-top: 6rem;
    width: 50rem; }
    @media only screen and (max-width: 768px) {
      .cp-video .feature-list {
        width: 27rem; } }
    .cp-video .feature-list .f-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .cp-video .feature-list .f-item {
      width: 33.33%;
      padding: 0px 3rem;
      border-left: 1px solid rgba(216, 216, 216, 0.5); }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .f-item {
          padding: 0px 2rem; } }
      .cp-video .feature-list .f-item:last-child {
        padding-right: 0; }
      .cp-video .feature-list .f-item:first-child {
        padding-left: 0;
        border: none; }
    .cp-video .feature-list .value {
      font-size: 3.6rem;
      line-height: 3.6rem;
      display: block;
      font-family: "Heebo-Bold";
      color: #ffffff;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .value {
          font-size: 1.8rem;
          line-height: 1.8rem;
          margin-bottom: 4px; } }
    .cp-video .feature-list .label {
      font-size: 1.6rem;
      line-height: 1.6rem;
      font-family: "Heebo-Regular";
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-video .feature-list .label {
          font-size: 1.4rem;
          line-height: 1.2rem; } }
  .cp-video.active .content-wrap {
    display: none; }
  .cp-video.active .video-container {
    display: block; }
  .cp-video .video-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none; }

.cp-home-bikeDr {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%); }
  .cp-home-bikeDr .img-wrap {
    width: 33rem;
    height: 9rem;
    margin-bottom: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .img-wrap {
        width: 13.2rem;
        height: 3.6rem; } }
  .cp-home-bikeDr .video-desc {
    font-family: "Heebo-Regular";
    font-size: 2rem;
    line-height: 2.4rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .video-desc {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 31.2rem; } }
  .cp-home-bikeDr .video-title {
    font-size: 6.4rem;
    line-height: 6.4rem;
    color: #ffffff;
    font-family: "Heebo-Bold";
    margin-bottom: 0.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .video-title {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .cp-home-bikeDr .btn.btn-white {
    margin: 4rem 0 0;
    min-width: 23rem;
    color: #ffffff !important; }
    .cp-home-bikeDr .btn.btn-white:hover {
      background: #007fff !important;
      border: 1px solid #fff !important;
      color: #ffffff !important; }
    @media only screen and (max-width: 768px) {
      .cp-home-bikeDr .btn.btn-white {
        margin-top: 3rem;
        min-width: 17.5rem;
        color: #ffffff;
        padding: 1.2rem; } }
    .cp-home-bikeDr .btn.btn-white.find {
      min-width: 27.2rem; }
      @media only screen and (max-width: 768px) {
        .cp-home-bikeDr .btn.btn-white.find {
          min-width: 21.1rem; } }
    .cp-home-bikeDr .btn.btn-white.typ-enquire {
      min-width: 20.7rem; }
      @media only screen and (max-width: 768px) {
        .cp-home-bikeDr .btn.btn-white.typ-enquire {
          min-width: 15.3rem; } }

.cp-flaunt {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .cp-flaunt {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-flaunt .lhs {
    width: 75%; }
    @media only screen and (max-width: 1024px) {
      .cp-flaunt .lhs {
        width: 100%; } }
  .cp-flaunt .rhs {
    width: 25%; }
    @media only screen and (max-width: 1024px) {
      .cp-flaunt .rhs {
        width: 100%; } }
  .cp-flaunt .media-card {
    position: relative;
    width: 28.5rem;
    height: 28.5rem; }
    @media only screen and (max-width: 1024px) {
      .cp-flaunt .media-card {
        width: 45rem;
        height: 100%; } }
    .cp-flaunt .media-card:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(225deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7) 80%);
      background-size: cover;
      z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .cp-flaunt .media-card.typ-transparent {
        width: 100%;
        height: auto; } }
    .cp-flaunt .media-card.typ-transparent:after {
      display: none; }
    .cp-flaunt .media-card.typ-transparent .media-content {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      background: #ffffff;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .cp-flaunt .media-card.typ-transparent .media-content {
          padding: 4rem 0 0;
          max-width: 60%; } }
      @media only screen and (max-width: 768px) {
        .cp-flaunt .media-card.typ-transparent .media-content {
          max-width: 100%; } }
    .cp-flaunt .media-card.width-full {
      width: 58rem;
      height: 58rem; }
      @media only screen and (max-width: 1024px) {
        .cp-flaunt .media-card.width-full {
          width: 45rem;
          height: 100%; } }
    .cp-flaunt .media-card:nth-child(4) {
      margin-top: -24.4%;
      margin-left: 50.5%; }
      @media only screen and (max-width: 1024px) {
        .cp-flaunt .media-card:nth-child(4) {
          margin-top: 0; } }
    .cp-flaunt .media-card:nth-child(5) {
      margin-top: -24.4%;
      margin-left: 75.7%; }
      @media only screen and (max-width: 1024px) {
        .cp-flaunt .media-card:nth-child(5) {
          margin-top: 0; } }
  .cp-flaunt .media-card2 {
    margin-top: 2rem; }
    .cp-flaunt .media-card2 .media-content {
      height: 100%; }
      @media only screen and (max-width: 1024px) {
        .cp-flaunt .media-card2 .media-content {
          padding: 0; } }
  .cp-flaunt .media-content {
    padding: 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3; }
    .cp-flaunt .media-content .img-wrap {
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 100%;
      background: #ffffff;
      margin-right: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-flaunt .media-content {
        padding: 2rem; } }
  .cp-flaunt .u-name {
    font-family: "Heebo-Bold";
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
    margin-bottom: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-flaunt .u-name {
        font-size: 1.8rem;
        line-height: 1.8rem; } }
  .cp-flaunt .u-id {
    font-family: "Heebo-Regular";
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #ffffff; }
  .cp-flaunt .quote {
    font-family: "Heebo-Regular";
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-flaunt .quote {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .cp-flaunt .media-profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1rem; }
  .cp-flaunt .m-title {
    font-family: "Heebo-Bold";
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #000000;
    margin-bottom: 0.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-flaunt .m-title {
        font-size: 1.8rem;
        line-height: 2rem; } }
  .cp-flaunt .desc {
    font-family: "Heebo-Regular";
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333333; }
    @media only screen and (max-width: 768px) {
      .cp-flaunt .desc {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .cp-flaunt .btn.btn-default {
    margin-top: 4rem;
    margin-bottom: 0;
    min-width: 16.1rem; }
    @media only screen and (max-width: 768px) {
      .cp-flaunt .btn.btn-default {
        margin-top: 3rem;
        min-width: 11.3rem; } }
  @media only screen and (max-width: 1024px) {
    .cp-flaunt .cm-mobile {
      display: block !important; }
    .cp-flaunt .cm-desktop {
      display: none !important; } }
  .cp-flaunt .follow-us {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-family: "Heebo-Bold";
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333333; }
  .cp-flaunt .socail-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .cp-flaunt .socail-list .socail-item {
      margin-right: 2rem; }
    .cp-flaunt .socail-list .socail-link {
      width: 5rem;
      height: 5rem; }
      @media only screen and (max-width: 768px) {
        .cp-flaunt .socail-list .socail-link {
          width: 3.4rem;
          height: 3.4rem; } }

.cp-our-range {
  position: relative; }
  .cp-our-range .top-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .cp-our-range .top-sec {
        margin-left: 10rem;
        width: 25rem; } }
  .cp-our-range .bike-name {
    font-family: "Heebo-black";
    font-size: 22rem;
    line-height: 14.1rem;
    letter-spacing: -5px;
    color: #c7c7c7;
    position: absolute;
    right: 100%;
    padding-right: 1.2rem;
    min-width: 29.5rem;
    bottom: 5.4rem; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .cp-our-range .bike-name {
        font-size: 8rem;
        line-height: 5.1rem;
        min-width: 10.5rem;
        bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .cp-our-range .bike-name {
        font-size: 5rem;
        line-height: 7rem;
        letter-spacing: 0;
        min-width: 6.7rem;
        left: 2rem;
        bottom: -2rem;
        min-width: 6.7rem; } }
  .cp-our-range .btn-sec {
    width: 31.2rem;
    position: absolute;
    left: 100%;
    padding-left: 6.6rem;
    top: 4rem;
    position: absolute; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .cp-our-range .btn-sec {
        width: 20rem;
        left: 74%;
        top: 12rem;
        padding-left: 3rem; } }
    @media only screen and (max-width: 767px) {
      .cp-our-range .btn-sec {
        margin-top: 3rem;
        width: 100%;
        position: relative;
        right: auto;
        left: 0;
        bottom: 0;
        top: auto;
        padding: 0; } }
    .cp-our-range .btn-sec .btn {
      margin-bottom: 2rem;
      width: 100%; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .cp-our-range .btn-sec .btn {
          min-width: auto;
          padding: 1.4rem 0rem; } }
      .cp-our-range .btn-sec .btn.btn-default {
        margin: 0; }
  .cp-our-range .comment-sec {
    width: 25rem; }
    @media only screen and (max-width: 767px) {
      .cp-our-range .comment-sec {
        width: 30rem; } }
  .cp-our-range .profile-img {
    width: 4.8rem;
    height: 4.8rem;
    background: #646464;
    border-radius: 50%;
    margin-bottom: 1.5rem; }
  .cp-our-range .user-comment {
    font-family: "Heebo-SemiBold";
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: -0.5px;
    color: #666666;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .cp-our-range .user-comment {
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: normal;
        margin-bottom: 0.5rem; } }
  .cp-our-range .user-name {
    font-family: "Heebo-Bold";
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #646464; }
    @media only screen and (max-width: 767px) {
      .cp-our-range .user-name {
        font-size: 1.2rem;
        line-height: 2.4rem;
        letter-spacing: normal; } }
  .cp-our-range .comment-details {
    padding-right: 5.2rem;
    width: 29.3rem;
    position: absolute;
    top: 100%;
    right: 100%;
    margin-top: -2rem; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .cp-our-range .comment-details {
        right: 50%;
        padding-top: 6.1rem;
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .cp-our-range .comment-details {
        position: relative;
        left: 0;
        bottom: 0;
        width: 24.8rem;
        padding-right: 0;
        padding-top: 11.6rem;
        margin-top: 0; } }

.cp-our-range .comment-details {
  width: 31.3rem; }

.cp-bounce-animation {
  position: absolute;
  bottom: 6.5rem;
  left: 9.5rem;
  transform: rotate(-90deg);
  padding-left: 1.5rem;
  font-size: 1rem;
  color: #9f9f9f;
  z-index: 2;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }
  @media only screen and (max-width: 768px) {
    .cp-bounce-animation {
      left: -1.5rem; } }
  .cp-bounce-animation .icon-arrow {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    transform: rotate(180deg);
    color: #ffffff; }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: rotate(-90deg) translateX(0); }
  40% {
    transform: rotate(-90deg) translateX(-30px); }
  60% {
    transform: rotate(-90deg) translateX(-15px); } }

.cp-flaunt .rhs {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

@media only screen and (max-width: 768px) {
  .cp-flaunt .media-card.typ-transparent .media-content {
    padding-top: 0; } }

@media only screen and (max-width: 768px) {
  .cp-flaunt .media-card.typ-transparent .media-content .btn.btn-default {
    padding: 1.2rem;
    width: 11rem; } }

.cp-flaunt .follow-us {
  margin-bottom: 1.3rem; }

@media only screen and (max-width: 768px) {
  .cp-flaunt.exp-flaunt .socail-list .socail-item {
    margin-right: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .cp-flaunt.exp-flaunt .socail-list .socail-item .socail-link img {
    width: 3.4rem;
    height: 3.4rem; } }

@media only screen and (max-width: 768px) {
  .cp-flaunt.exp-flaunt .m-title {
    font-family: "Heebo-black"; } }

.eapps-instagram-feed-posts-item-template-tile {
  padding: 1rem; }

.eapps-instagram-feed-posts-grid-load-more {
  background: transparent !important; }

.eapps-instagram-feed-posts-grid-load-more-text {
  display: none;
  font-family: "Heebo-Bold";
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.2rem;
  width: 13rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #007fff;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.eapps-instagram-feed-title-container {
  display: none; }

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none !important; }

#homepage .bs-sec {
  padding: 3rem 0rem; }
