/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-contact-banner {
  min-height: 49.5rem;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .cp-contact-banner {
      min-height: 27.5rem;
      background-position: center center; } }
  .cp-contact-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    background-size: cover;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cp-contact-banner:after {
        background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.7)); } }
  .cp-contact-banner .banner-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; }
    .cp-contact-banner .banner-cont .banner-title {
      font-size: 10rem;
      line-height: 10.2rem;
      font-family: "BebasNeue-Regular";
      color: #ffffff; }
      .cp-contact-banner .banner-cont .banner-title .typ-1 {
        z-index: 2;
        position: relative; }
        .cp-contact-banner .banner-cont .banner-title .typ-1:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          z-index: -1;
          background: #ffffff;
          filter: blur(8px);
          background-color: #121212;
          height: 2.4rem;
          width: calc(100% + 3rem);
          bottom: -2.5rem; }
          @media only screen and (max-width: 768px) {
            .cp-contact-banner .banner-cont .banner-title .typ-1:before {
              width: calc(100% + -11rem);
              bottom: 2.5rem; } }
      .cp-contact-banner .banner-cont .banner-title .typ-2 {
        margin-top: -3.5rem;
        z-index: 0;
        opacity: 0.6; }

.cp-bike-img-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-bike-img-desc .img-wrap {
    width: 45%; }
    @media only screen and (max-width: 768px) {
      .cp-bike-img-desc .img-wrap {
        width: 100%; } }
  .cp-bike-img-desc .info-wrap {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .cp-bike-img-desc .info-wrap {
        width: 100%; } }
    .cp-bike-img-desc .info-wrap .desc-title {
      font-size: 2.6rem;
      line-height: 2.8rem;
      color: #000000;
      font-family: "Barlow-Medium";
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-bike-img-desc .info-wrap .desc-title {
          font-size: 2.1rem;
          line-height: 2.4rem;
          margin-bottom: 2rem; } }
    .cp-bike-img-desc .info-wrap .desc {
      font-size: 1.6rem;
      line-height: 2.8rem;
      color: #737680;
      font-family: "Barlow-Regular";
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        .cp-bike-img-desc .info-wrap .desc {
          font-size: 1.4rem;
          line-height: 2.1rem;
          margin-bottom: 5rem; } }

.cp-range-card {
  position: relative; }
  .cp-range-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 1%, #000);
    width: 100%;
    height: 10.7rem;
    border-radius: 7px 7px 0 0; }
    @media only screen and (max-width: 768px) {
      .cp-range-card::before {
        height: 7rem; } }
  .cp-range-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, #000);
    border-radius: 0 0 7px 7px; }
    @media only screen and (max-width: 768px) {
      .cp-range-card::after {
        height: 7rem; } }
  .cp-range-card .img-wrap {
    width: 24rem;
    height: 24rem; }
    @media only screen and (max-width: 768px) {
      .cp-range-card .img-wrap {
        width: 16rem;
        height: 16rem; } }
  .cp-range-card .range-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    width: 100%;
    z-index: 1;
    font-family: "Barlow-ExtraBold";
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .cp-range-card .range-title {
        font-size: 1.4rem;
        line-height: 1.6rem;
        padding: 1.6rem; } }
  .cp-range-card .icon {
    color: #f8673b;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    font-size: 0.8rem; }
  .cp-range-card .r-link {
    position: absolute;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.our-range-wrap {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: -7rem; }
  @media only screen and (max-width: 768px) {
    .our-range-wrap {
      margin-top: 0; } }
  .our-range-wrap .experience-region.experience-cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: -7rem; }
    @media only screen and (max-width: 768px) {
      .our-range-wrap .experience-region.experience-cards {
        margin-top: 0; } }

.cp-box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-box-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-box-wrap .lhs {
    width: 20rem; }
    @media only screen and (max-width: 768px) {
      .cp-box-wrap .lhs {
        width: 100%;
        position: sticky;
        top: 21%;
        z-index: 9; } }
  .cp-box-wrap .rhs {
    width: 89.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-box-wrap .rhs {
        width: 100%; } }

.cp-bike-list {
  position: sticky;
  top: 11.4rem;
  transition: all 0.5s ease; }
  @media only screen and (max-width: 768px) {
    .cp-bike-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      overflow-x: auto;
      white-space: nowrap;
      background: #f7f7f7;
      position: absolute;
      top: -90px;
      left: -20px;
      width: 100vw;
      padding: 18px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      padding-top: 28px;
      padding-bottom: 10px;
      transform: translateY(-13%); } }
  .cp-bike-list .bike-item {
    position: relative;
    padding: 1.5rem 0; }
    @media only screen and (max-width: 768px) {
      .cp-bike-list .bike-item {
        min-height: 4.9rem;
        margin-right: 2rem;
        padding-top: 0; } }
    .cp-bike-list .bike-item:first-child {
      padding-top: 0; }
    .cp-bike-list .bike-item.active .bike-link {
      color: #3f4351;
      font-family: "Barlow-Bold"; }
      .cp-bike-list .bike-item.active .bike-link:after {
        content: '';
        opacity: 1; }
  .cp-bike-list .bike-link {
    font-family: "Barlow-Medium";
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #f8673b;
    text-transform: uppercase; }
    .cp-bike-list .bike-link:after {
      content: '';
      width: 1.5rem;
      height: 0.2rem;
      background-color: #3f4351;
      position: absolute;
      bottom: 1rem;
      left: 0;
      opacity: 0; }

html {
  scroll-behavior: smooth; }

.cp-landingBike-card.js-scroll {
  padding-top: 6rem; }

.cp-landingBike-card.bikeLanding-categories:first-child {
  margin-top: -6rem; }

@media only screen and (max-width: 768px) {
  .cp-landingBike-card.bikeLanding-categories:first-child {
    margin-top: -2.5rem; } }

.cp-landingBike-card .img-wrap {
  position: relative;
  margin-bottom: 2rem; }
  .cp-landingBike-card .img-wrap img {
    height: 100%; }
  @media only screen and (max-width: 768px) {
    .cp-landingBike-card .img-wrap {
      width: 100%;
      height: 22rem; } }
  .cp-landingBike-card .img-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 71%);
    width: 100%;
    height: 100%;
    border-radius: 4px; }

.cp-landingBike-card .img-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 2rem 3.2rem 3rem; }
  @media only screen and (max-width: 768px) {
    .cp-landingBike-card .img-content {
      padding: 1.6rem; } }
  .cp-landingBike-card .img-content .img-title {
    font-size: 5rem;
    line-height: 6rem;
    font-family: "BebasNeue-Regular";
    position: relative;
    color: #ffffff;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .img-content .img-title {
        font-size: 4rem;
        line-height: 4.8rem; } }
    .cp-landingBike-card .img-content .img-title .typ-1 {
      z-index: 2;
      position: relative;
      text-transform: capitalize; }
      .cp-landingBike-card .img-content .img-title .typ-1:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000000;
        filter: blur(10px);
        height: 2.4rem;
        width: calc(100% + 6rem);
        bottom: 1rem; }
    .cp-landingBike-card .img-content .img-title .typ-2 {
      margin-top: -3rem;
      z-index: 0;
      opacity: 0.6; }
      @media only screen and (max-width: 768px) {
        .cp-landingBike-card .img-content .img-title .typ-2 {
          margin-top: -2.4rem; } }
  .cp-landingBike-card .img-content .img-desc {
    opacity: 0.6;
    font-family: "Barlow-ExtraBold";
    font-size: 2rem;
    line-height: 2rem;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .img-content .img-desc {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-bottom: 0.2rem; } }
  .cp-landingBike-card .img-content .btn.btn-link {
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .img-content .btn.btn-link {
        font-size: 1.2rem; } }
  .cp-landingBike-card .img-content .bottom-sec {
    position: absolute;
    bottom: 3rem;
    left: 3.5rem; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .img-content .bottom-sec {
        bottom: 1.6rem;
        left: 1.6rem; } }

.cp-landingBike-card .card-desc {
  font-family: "Barlow-Regular";
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #737680;
  margin-bottom: 2rem; }

.cp-landingBike-card .feature-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .cp-landingBike-card .feature-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .cp-landingBike-card .feature-list .f-item {
    width: 19rem; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .feature-list .f-item {
        width: 48%;
        margin-bottom: 2rem; } }
  .cp-landingBike-card .feature-list .icon-wrap {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .feature-list .icon-wrap {
        width: 4rem;
        height: 4rem; } }
  .cp-landingBike-card .feature-list .f-title {
    margin-bottom: 0.8rem;
    font-family: "Barlow-Bold";
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #737680;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .feature-list .f-title {
        font-size: 1.4rem; } }
  .cp-landingBike-card .feature-list .f-desc {
    font-family: "Barlow-Regular";
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #737680; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .feature-list .f-desc {
        font-size: 1.4rem; } }

.cp-landingBike-card .act-btn {
  margin-top: 5.5rem; }
  @media only screen and (max-width: 768px) {
    .cp-landingBike-card .act-btn {
      margin-top: 1.5rem; } }
  .cp-landingBike-card .act-btn .btn.btn-default {
    min-width: 23.9rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1.6rem 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-landingBike-card .act-btn .btn.btn-default {
        min-width: 15.5rem;
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 0.7rem 1rem; } }

.cp-promisecard {
  background: #ffffff;
  border-radius: 0.7rem;
  padding: 2.4rem 2.4rem 3.6rem;
  height: 21.3rem; }
  .cp-promisecard .p-title {
    position: relative;
    font-family: "Barlow-Bold";
    font-size: 2.4rem;
    line-height: 2.1rem;
    color: #3f4351;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-promisecard .p-title {
        font-size: 2rem;
        margin-bottom: 1rem; } }
    .cp-promisecard .p-title:before {
      content: '';
      width: 0.5rem;
      height: 5.1rem;
      background: #f8673b;
      position: absolute;
      top: -2px;
      left: -24px; }
  .cp-promisecard .desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #737680; }
    @media only screen and (max-width: 768px) {
      .cp-promisecard .desc {
        font-size: 1.4rem; } }

.bs-sec.typ-promise .img-wrap {
  position: absolute;
  top: 0; }
  .bs-sec.typ-promise .img-wrap img {
    display: none; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-promise .img-wrap img {
        height: 40rem; } }

.bs-sec.typ-promise .sec-title {
  font-family: "Barlow-Regular"; }
  .bs-sec.typ-promise .sec-title .typ-1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4.2rem;
    z-index: -1;
    filter: blur(10px);
    background-color: #121212;
    height: 1.6rem;
    width: 15.2rem; }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-promise .sec-title .typ-1::after {
      top: 1.8rem;
      opacity: 0.8;
      background-color: #000000;
      height: 2.9rem;
      width: 9.8rem; } }
  .bs-sec.typ-promise .sec-title .typ-2 {
    color: #ffffff; }
  .bs-sec.typ-promise .sec-title .typ-1, .bs-sec.typ-promise .sec-title .typ-2 {
    font-family: "Barlow-Regular"; }
    @media only screen and (max-width: 768px) {
      .bs-sec.typ-promise .sec-title .typ-1, .bs-sec.typ-promise .sec-title .typ-2 {
        font-family: "BebasNeue-Regular"; } }
  @media only screen and (max-width: 768px) {
    .bs-sec.typ-promise .sec-title .typ-2 {
      color: #ffffff;
      text-shadow: 1px 1px 1px #000000; } }

.bs-sec.typ-promise .container {
  max-width: 116rem; }

.cp-landingBike-card .img-content .img-title .typ-1 {
  text-transform: none;
  font-family: "Barlow-Regular"; }
  .cp-landingBike-card .img-content .img-title .typ-1:before {
    background: none; }

.cp-landingBike-card .img-content .img-title .typ-2 {
  font-family: "Barlow-Regular";
  color: #b4b4b4; }

.cp-landingBike-card .img-content .img-desc {
  font-family: "Barlow-Bold"; }

@media only screen and (max-width: 768px) {
  .cp-landingBike-card .act-btn .btn.btn-default {
    padding: 0.7rem 1.9rem; } }

.bs-sec.typ-video .sec-title {
  font-size: 10rem !important;
  top: 25rem; }
  @media only screen and (max-width: 1024px) {
    .bs-sec.typ-video .sec-title {
      font-size: 6rem !important;
      top: 10rem; } }
  .bs-sec.typ-video .sec-title .typ-1, .bs-sec.typ-video .sec-title .typ-2 {
    font-size: 10rem !important;
    font-family: "BebasNeue-Regular"; }
    @media only screen and (max-width: 1024px) {
      .bs-sec.typ-video .sec-title .typ-1, .bs-sec.typ-video .sec-title .typ-2 {
        font-size: 6rem !important; } }
  .bs-sec.typ-video .sec-title .typ-2.custom-type {
    margin-top: -0.5rem; }
    @media only screen and (max-width: 1024px) {
      .bs-sec.typ-video .sec-title .typ-2.custom-type {
        margin-top: -1.5rem; } }

.bs-sec.typ-video.typ-app .sec-head:before {
  display: none; }

.bs-sec .sec-title {
  font-family: "Barlow-Regular"; }
  .bs-sec .sec-title .typ-1 {
    font-family: "BebasNeue-Regular";
    font-size: 5rem; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-title .typ-1 {
        font-size: 4rem; } }
  .bs-sec .sec-title .typ-2 {
    color: #9c9ea8;
    font-size: 5rem;
    margin-top: -2.4rem;
    font-family: "BebasNeue-Regular"; }
    @media only screen and (max-width: 768px) {
      .bs-sec .sec-title .typ-2 {
        font-size: 4rem; } }

.experience-bike_landing_layout-ourRange .bs-sec {
  margin: 8rem 0;
  padding: 0; }
  .experience-bike_landing_layout-ourRange .bs-sec .sec-title .typ-1 {
    font-size: 5rem; }
    @media only screen and (max-width: 768px) {
      .experience-bike_landing_layout-ourRange .bs-sec .sec-title .typ-1 {
        font-size: 4rem; } }
  .experience-bike_landing_layout-ourRange .bs-sec .sec-head.typ-bike-img-desc {
    margin-bottom: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .experience-bike_landing_layout-ourRange .bs-sec {
      margin: 6rem 0; } }

@media only screen and (min-width: 768px) {
  .our-range-wrap {
    margin-top: -13rem; } }

.cp-range-card .range-title {
  text-transform: uppercase; }
