/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-home-banner {
  position: relative; }
  .cp-home-banner .banner-cont {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .banner-cont {
        top: 8.5rem;
        transform: none; } }
    .cp-home-banner .banner-cont .banner-tag {
      font-size: 1.8rem;
      line-height: 3.2rem;
      letter-spacing: 2px;
      color: #f74d00;
      font-family: "Barlow-Bold";
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: .4s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .cp-home-banner .banner-cont .banner-tag {
          font-size: 1.4rem; } }
    .cp-home-banner .banner-cont .banner-title {
      font-size: 10rem;
      line-height: 9rem;
      color: #ffffff;
      font-family: "BebasNeue-Regular";
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: .6s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1024px) {
        .cp-home-banner .banner-cont .banner-title {
          font-size: 5rem;
          line-height: 4rem; } }
      .cp-home-banner .banner-cont .banner-title .typ-1 {
        z-index: 2;
        position: relative; }
        .cp-home-banner .banner-cont .banner-title .typ-1:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          z-index: -1;
          filter: blur(14px);
          background-color: #121212;
          height: 3.9rem;
          width: calc(100% + 5rem);
          bottom: 1.8rem; }
          @media only screen and (max-width: 1024px) {
            .cp-home-banner .banner-cont .banner-title .typ-1:after {
              width: calc(100% + 1rem);
              height: 2.4rem; } }
      .cp-home-banner .banner-cont .banner-title .typ-2 {
        margin-top: -3rem;
        z-index: 0;
        opacity: 0.6;
        margin-left: 4.8rem; }
        @media only screen and (max-width: 1024px) {
          .cp-home-banner .banner-cont .banner-title .typ-2 {
            margin-top: -0.6rem;
            margin-left: 2rem; } }
  .cp-home-banner .swiper-slide .banner-link:after {
    content: '';
    opacity: 0.8;
    background-image: linear-gradient(89deg, #000 0%, rgba(0, 0, 0, 0) 19%);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 81rem;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .swiper-slide .banner-link:after {
        transform: rotate(-90deg);
        background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 19%);
        top: auto;
        height: 37.5rem;
        left: 0;
        right: 0;
        width: 100%;
        bottom: -1rem; } }
  .cp-home-banner .swiper-slide .banner-link:before {
    content: '';
    opacity: 0.9;
    background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    height: 24.2rem;
    width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .swiper-slide .banner-link:before {
        opacity: 0.8;
        background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
        left: 0;
        right: 0; } }
  .cp-home-banner .cp-find-solution {
    position: absolute;
    bottom: 15.1rem;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-home-banner .cp-find-solution {
        bottom: 7.5rem; } }

@media only screen and (max-width: 1024px) {
  .cp-home-banner .swiper-slide .banner-link:after {
    bottom: -3rem;
    height: 100vmin; } }

.cp-home-banner .banner-link {
  cursor: pointer;
  max-height: 75rem;
  position: relative;
  height: 100%; }
  .cp-home-banner .banner-link img {
    height: 100%; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .cp-home-banner .banner-cont .banner-title {
    font-size: 10rem;
    line-height: 10rem; }
  .cp-home-banner .bs-swiper.typ-home-banner .swiper-button-next, .cp-home-banner .bs-swiper.typ-home-banner .swiper-button-prev {
    display: none !important; }
  .cp-home-banner .bs-swiper.typ-home-banner .swiper-nav {
    left: 5.5rem; } }

.cp-home-banner .video-wrap .vimeoVideoUrl1 video {
  width: 100vw;
  height: 56.56vw; }

@media only screen and (max-width: 1024px) {
  .cp-home-banner .video-wrap .vimeoVideoUrl1 {
    position: relative;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    overflow-x: hidden; }
    .cp-home-banner .video-wrap .vimeoVideoUrl1 video {
      position: relative;
      width: 100vw;
      height: 56.56vw;
      min-height: 100vh;
      left: -104%;
      min-width: 177.77vh; } }

.cp-home-banner .video-wrap:after {
  content: '';
  opacity: 0.8;
  background-image: linear-gradient(89deg, #000 50%, rgba(0, 0, 0, 0) 99%);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 99%;
  width: 81rem;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .cp-home-banner .video-wrap:after {
      display: none; } }

.cp-home-banner .video-wrap:before {
  content: '';
  opacity: 0.9;
  background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  bottom: 0;
  height: 24.2rem;
  width: 100%;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .cp-home-banner .video-wrap:before {
      opacity: 0.8;
      background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
      height: 100%;
      left: 0;
      right: 0; } }

.cp-home-banner .video-wrap .video-controls {
  position: absolute;
  right: 5%;
  bottom: 20%;
  z-index: 5; }
  .cp-home-banner .video-wrap .video-controls .mute-btn {
    background-color: #f54d00;
    padding: 1.5rem 1.2rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-image: url("../assets/images/volume-high-solid.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center; }
  .cp-home-banner .video-wrap .video-controls .unmute-btn {
    background-color: #f54d00;
    padding: 1.5rem 1.2rem;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    background-image: url("../assets/images/volume-xmark-solid.svg");
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center; }

@media only screen and (max-width: 1024px) {
  .cp-home-banner.typ-video-banner .banner-cont {
    left: 8rem;
    top: 15.5rem; } }

.cp-home-banner.typ-video-banner .cp-find-solution {
  position: absolute;
  bottom: 25rem;
  z-index: 2; }
  @media only screen and (max-width: 1024px) {
    .cp-home-banner.typ-video-banner .cp-find-solution {
      bottom: 7.5rem; } }

.cp-home-banner.typ-video-banner .banner-tag {
  opacity: 1; }

.cp-home-banner.typ-video-banner .banner-title {
  opacity: 1; }

.cp-find-solution .list {
  display: -ms-flexbox;
  display: flex;
  width: 60rem; }
  @media only screen and (max-width: 1024px) {
    .cp-find-solution .list {
      width: 80%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.cp-find-solution .item {
  padding: 0rem 4.8rem 0 2.5rem;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .cp-find-solution .item {
      margin-bottom: 2.4rem; }
      .cp-find-solution .item:nth-child(even) {
        padding-right: 2.5rem; }
        .cp-find-solution .item:nth-child(even):after {
          content: none; }
      .cp-find-solution .item:nth-child(odd) {
        padding-left: 0rem;
        min-width: 11.5rem; } }
  .cp-find-solution .item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ffffff;
    opacity: 0.5;
    right: .5rem;
    transform: rotate(18deg);
    top: 0; }
    @media only screen and (max-width: 1024px) {
      .cp-find-solution .item:after {
        right: 0rem; } }
  .cp-find-solution .item:first-child {
    padding-left: 0rem; }
  .cp-find-solution .item:last-child:after {
    content: none; }

.cp-find-solution .sol-link {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-family: "Barlow-Bold";
  letter-spacing: 1px;
  position: relative;
  display: block; }
  @media only screen and (max-width: 1024px) {
    .cp-find-solution .sol-link {
      font-size: 1.2rem;
      line-height: 1.2rem; } }
  .cp-find-solution .sol-link .icon {
    font-size: 0.8rem;
    line-height: 1.4rem;
    color: #f8673b;
    position: absolute;
    right: -2.4rem;
    bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .cp-find-solution .sol-link .icon {
        right: -2.3rem;
        font-size: 0.7rem;
        line-height: 1.1rem; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .cp-find-solution .list {
    width: 100%; }
  .cp-find-solution .sol-link {
    font-size: 2rem;
    line-height: 2rem; }
  .cp-find-solution .item:nth-child(even) {
    padding-right: 4.8rem; }
    .cp-find-solution .item:nth-child(even):after {
      content: "";
      position: absolute;
      height: 100%;
      width: 1px;
      background: #ffffff;
      opacity: 0.5;
      right: .5rem;
      transform: rotate(18deg);
      top: 0; }
  .cp-find-solution .item:nth-child(odd) {
    padding-left: 2.5rem; }
  .cp-find-solution .item:last-child:after {
    content: none; } }

@media only screen and (max-width: 769px) and (min-width: 768px) {
  .cp-find-solution .list {
    width: 69%;
    transform: translateY(3rem); }
  .cp-find-solution .sol-link {
    font-size: 1.4rem;
    line-height: 1.4rem; } }

.cp-testimonial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .cp-testimonial.type-2 {
    display: block; }
  .cp-testimonial .testi-info {
    width: 24%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 991px) {
      .cp-testimonial .testi-info {
        left: 9%;
        width: 60%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1366px) {
      .cp-testimonial .testi-info {
        width: 28%; } }
    .cp-testimonial .testi-info .baiker-name {
      font-size: 2.1rem;
      line-height: 2.1rem;
      color: #ffffff;
      font-family: "Barlow-Bold";
      margin-bottom: 1rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.4s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .baiker-name {
          font-size: 1.6rem;
          line-height: 1.4rem; } }
    .cp-testimonial .testi-info .location {
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-family: "Barlow-Light";
      color: #ffffff;
      margin-bottom: 1.5rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.6s;
      opacity: 0;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .location {
          font-size: 1.4rem;
          line-height: 2.4rem;
          margin-bottom: 1.1rem; } }
    .cp-testimonial .testi-info .desc {
      font-size: 1.8rem;
      line-height: 2.4rem;
      color: #ffffff;
      font-family: "Barlow-Light";
      margin-bottom: 6rem;
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.7s;
      opacity: 0;
      display: block; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info .desc {
          font-size: 1.2rem;
          line-height: 1.4rem;
          margin-bottom: 2rem; } }
    .cp-testimonial .testi-info .video-link {
      position: relative;
      transition: all 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transform: translateX(-60px) translateZ(0);
      transition-delay: 0.8s;
      opacity: 0;
      display: block; }
      .cp-testimonial .testi-info .video-link .icon {
        font-size: 4.3rem;
        line-height: 0rem;
        color: #ffffff; }
        @media only screen and (max-width: 991px) {
          .cp-testimonial .testi-info .video-link .icon {
            font-size: 2.7rem;
            line-height: 0rem; } }
    .cp-testimonial .testi-info.typ-2 {
      width: 27%; }
      @media only screen and (max-width: 991px) {
        .cp-testimonial .testi-info.typ-2 {
          width: 65%; } }
      .cp-testimonial .testi-info.typ-2 .title-desc {
        margin-bottom: 3.5rem; }
        @media only screen and (max-width: 991px) {
          .cp-testimonial .testi-info.typ-2 .title-desc {
            margin-bottom: 2rem; } }
        .cp-testimonial .testi-info.typ-2 .title-desc .test-title {
          font-size: 1.8rem;
          line-height: 2.3rem;
          text-transform: uppercase;
          color: #ffffff;
          font-family: "Barlow-Bold";
          margin-bottom: 1.5rem; }
          @media only screen and (max-width: 991px) {
            .cp-testimonial .testi-info.typ-2 .title-desc .test-title {
              font-size: 1.6rem;
              line-height: 1.8rem;
              margin-bottom: 0.5rem; } }
        .cp-testimonial .testi-info.typ-2 .title-desc .test-desc {
          font-size: 1.8rem;
          line-height: 2.3rem;
          font-family: "Barlow-Regular";
          color: #979797; }
          @media only screen and (max-width: 991px) {
            .cp-testimonial .testi-info.typ-2 .title-desc .test-desc {
              font-size: 1.2rem;
              line-height: 1.4rem; } }

.cp-news {
  width: 28.4rem;
  height: 40rem;
  margin-right: 1rem;
  position: relative;
  border-radius: 8px;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .cp-news {
      width: 19.9rem;
      height: 28rem; } }
  .cp-news:before {
    content: '';
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    background-size: cover;
    z-index: 1;
    width: 100%;
    height: 26.4rem; }
    @media only screen and (max-width: 1024px) {
      .cp-news:before {
        height: 23.8rem; } }
  .cp-news .info-wrap {
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    bottom: 4rem;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-news .info-wrap {
        left: 1.8rem;
        right: 1.6rem;
        bottom: 2.8rem; } }
    .cp-news .info-wrap .info-title {
      font-size: 1.8rem;
      line-height: 2rem;
      color: #ffffff;
      font-family: "Barlow-Bold";
      margin-bottom: 2rem; }
      @media only screen and (max-width: 1024px) {
        .cp-news .info-wrap .info-title {
          font-size: 1.4rem;
          line-height: 1.6rem;
          margin-bottom: 1rem; } }
    .cp-news .info-wrap .icon {
      font-size: .9rem;
      color: #f8673b; }
  .cp-news .news-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer; }

.cp-news .news-link {
  z-index: 2; }

.cp-news .info-wrap .info-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  max-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .cp-news .info-wrap .info-title {
      line-height: 21px;
      max-height: 64px; } }

.cp-young {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cp-young .lhs {
    width: 54.1%; }
    @media only screen and (max-width: 1024px) {
      .cp-young .lhs {
        width: 100%; }
        .cp-young .lhs:after {
          background: #eaeaea;
          background: linear-gradient(367deg, #eaeaea 20%, #f6f6f6 0%);
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 27rem;
          z-index: 1;
          top: 15%; } }
  .cp-young .rhs {
    width: 42.7%; }
    @media only screen and (max-width: 1024px) {
      .cp-young .rhs {
        width: 100%;
        padding-top: 30rem; } }
  .cp-young .service-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cp-young .service-item {
    width: 48%;
    margin-bottom: 2rem;
    position: relative;
    height: 24rem;
    overflow: hidden;
    border-radius: 8px; }
    @media only screen and (max-width: 1024px) {
      .cp-young .service-item {
        height: 16rem;
        margin-bottom: 1.5rem; } }
    .cp-young .service-item:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 11.6rem;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, #000);
      z-index: 1; }
    .cp-young .service-item:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 10.7rem;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 1%, #000);
      z-index: 1; }
  .cp-young .hulk-img {
    width: 39%;
    height: 49.6rem;
    position: absolute;
    left: 1%;
    z-index: 3; }
    @media only screen and (max-width: 1024px) {
      .cp-young .hulk-img {
        width: 26.6rem;
        height: 23.6rem; } }
  .cp-young .bike-img {
    width: 23%;
    position: absolute;
    left: 31%;
    bottom: 10%;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .cp-young .bike-img {
        width: 17.5rem;
        height: 14rem;
        right: 1.5rem;
        bottom: auto;
        top: 29%;
        left: auto; } }
  .cp-young .bike-tag {
    position: absolute;
    left: 37%; }
    @media only screen and (max-width: 1024px) {
      .cp-young .bike-tag {
        right: 5rem;
        left: auto;
        z-index: 2; } }
    .cp-young .bike-tag .tag {
      font-size: 1.8rem;
      line-height: 2rem;
      color: #f8673b;
      font-family: "Barlow-Bold";
      color: #ff5000;
      text-transform: uppercase;
      margin-bottom: 2px; }
      @media only screen and (max-width: 1024px) {
        .cp-young .bike-tag .tag {
          font-size: 1.2rem;
          line-height: 1.4rem;
          margin-bottom: .5rem; } }
    .cp-young .bike-tag .bike-tilte {
      font-size: 3.2rem;
      line-height: 2.6rem;
      color: #3f4351;
      font-family: "Barlow-ExtraBold";
      text-transform: uppercase;
      width: 14.9rem;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .cp-young .bike-tag .bike-tilte {
          font-size: 2.1rem;
          line-height: 1.8rem;
          width: 9.8rem; } }
    .cp-young .bike-tag .icon {
      font-size: 1.1rem;
      line-height: 3.3rem;
      color: #f8673b;
      position: absolute;
      right: -2.4rem;
      top: 0; }
      @media only screen and (max-width: 1024px) {
        .cp-young .bike-tag .icon {
          font-size: .9rem;
          right: -1.5rem;
          line-height: 2rem; } }

@media only screen and (max-width: 768px) {
  .cp-young .lhs:after {
    background: linear-gradient(371deg, #eaeaea 20%, #ffffff 0%); } }

.cp-young .service-item:last-child {
  background-size: 50% !important;
  background-repeat: no-repeat;
  background-position: center 25px;
  border: solid 1px #cae7ea; }
  @media only screen and (max-width: 768px) {
    .cp-young .service-item:last-child {
      background-position: center 6px; } }
  .cp-young .service-item:last-child:before {
    content: none; }
  .cp-young .service-item:last-child:after {
    content: none; }
  .cp-young .service-item:last-child .info-title {
    color: #3f4351; }
  .cp-young .service-item:last-child .tag {
    display: none; }

@media only screen and (max-width: 768px) {
  .cp-young .info-title {
    right: 2rem !important; } }

@media only screen and (max-width: 768px) {
  @supports (-webkit-touch-callout: none) {
    .cp-young .bike-tag .icon {
      top: -4px; } } }

.cp-service {
  height: 24rem;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1024px) {
    .cp-service {
      height: 16rem; } }
  .cp-service .info-title {
    font-size: 2.1rem;
    line-height: 1.8rem;
    font-family: "Barlow-ExtraBold";
    color: #ffffff;
    position: absolute;
    bottom: 3.3rem;
    left: 2.5rem;
    right: 4rem; }
    @media only screen and (max-width: 1024px) {
      .cp-service .info-title {
        font-size: 1.4rem;
        line-height: 1.2rem;
        left: 1.7rem;
        bottom: 2.5rem; } }
  .cp-service .tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .2rem 1.4rem .4rem;
    border-radius: 1rem;
    border: 0.5px solid #ffffff;
    color: #ffffff;
    position: absolute;
    top: 2.2rem;
    left: 2.5rem;
    font-family: "Barlow-Medium";
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.6; }
    @media only screen and (max-width: 1024px) {
      .cp-service .tag {
        font-size: 1.1rem;
        top: 2rem;
        left: 1.7rem; } }

.cp-explore {
  position: relative; }
  .cp-explore .exp-tab-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .cp-explore .exp-tab-main {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -2rem; } }
    .cp-explore .exp-tab-main .exptab-tab {
      position: relative;
      border-radius: 0.8rem;
      -webkit-border-radius: 0.8rem;
      -moz-border-radius: 0.8rem;
      background: rgba(0, 0, 0, 0.2);
      padding: 2.4rem;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-tab {
          -ms-flex-direction: unset;
              flex-direction: unset;
          background: transparent;
          padding: 1rem; } }
      .cp-explore .exp-tab-main .exptab-tab .exptab-list {
        position: relative;
        padding: 0;
        margin: 0 0 2.7rem;
        -ms-flex-negative: unset;
            flex-shrink: unset; }
        @media only screen and (max-width: 768px) {
          .cp-explore .exp-tab-main .exptab-tab .exptab-list {
            margin-right: 5rem;
            margin-bottom: 2rem;
            padding-bottom: 2rem; } }
        .cp-explore .exp-tab-main .exptab-tab .exptab-list.active .text-link {
          color: #ffffff; }
          .cp-explore .exp-tab-main .exptab-tab .exptab-list.active .text-link:after {
            color: #ffffff; }
        .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link {
          display: block;
          font-size: 1.6rem;
          line-height: 2rem;
          font-family: "Barlow-Bold";
          color: #727476;
          text-transform: uppercase;
          padding: 0.5rem 2rem 0.5rem 0;
          position: relative;
          transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease; }
          @media only screen and (max-width: 768px) {
            .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link {
              font-size: 1.4rem;
              line-height: 1.2rem;
              padding: 0;
              padding-bottom: 2rem; } }
          .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link:hover {
            color: #ffffff; }
          .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link:after {
            content: "\E900";
            font-family: "icomoon" !important;
            position: absolute;
            font-size: 0.8rem;
            right: 0;
            top: 0.5rem;
            color: #F8673B;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease; }
            @media only screen and (max-width: 768px) {
              .cp-explore .exp-tab-main .exptab-tab .exptab-list .text-link:after {
                left: 0%;
                text-align: center;
                top: auto;
                bottom: 0;
                transform: rotate(90deg);
                font-size: 0.6rem; } }
    .cp-explore .exp-tab-main .exptab-cont {
      width: 81%;
      display: block;
      position: relative;
      color: #ffffff;
      margin-left: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont {
          width: 100%;
          margin-left: 0;
          margin-right: -2rem; } }
      .cp-explore .exp-tab-main .exptab-cont .content {
        display: none; }
        .cp-explore .exp-tab-main .exptab-cont .content.active {
          display: block; }
      .cp-explore .exp-tab-main .exptab-cont .img-wrap {
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
        @media only screen and (max-width: 768px) {
          .cp-explore .exp-tab-main .exptab-cont .img-wrap {
            min-height: 35.5rem; }
            .cp-explore .exp-tab-main .exptab-cont .img-wrap img {
              min-height: 35.5rem; } }
        .cp-explore .exp-tab-main .exptab-cont .img-wrap:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          opacity: 1;
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
          height: 29.8rem;
          z-index: 5; }
        .cp-explore .exp-tab-main .exptab-cont .img-wrap:after {
          content: '';
          width: 44px;
          height: 53px;
          opacity: .1;
          background-image: linear-gradient(27deg, #fff 5%, #fff 411%);
          position: absolute;
          bottom: 4rem;
          right: 4rem;
          z-index: 6; }
          @media only screen and (max-width: 768px) {
            .cp-explore .exp-tab-main .exptab-cont .img-wrap:after {
              width: 3rem;
              height: 3rem;
              right: 2rem;
              bottom: 2rem; } }
        .cp-explore .exp-tab-main .exptab-cont .img-wrap .img-title {
          font-size: 6rem;
          line-height: 5rem;
          font-family: "Barlow-ExtraBold";
          color: #ffffff;
          opacity: 0.4;
          position: absolute;
          left: 2.6rem;
          bottom: 9rem;
          width: 50%;
          z-index: 6; }
          @media only screen and (max-width: 768px) {
            .cp-explore .exp-tab-main .exptab-cont .img-wrap .img-title {
              font-size: 4.2rem;
              line-height: 3.2rem;
              bottom: 6rem;
              right: 2rem; } }

.cp-explore .exp-tab-main .exptab-cont {
  border-bottom-right-radius: 1.2rem;
  border-top-right-radius: 1.2rem; }
  .cp-explore .exp-tab-main .exptab-cont .bgImgExplore {
    position: relative;
    border-radius: 8px !important;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .cp-explore .exp-tab-main .exptab-cont .bgImgExplore {
        height: 50rem; } }
    @media only screen and (max-width: 768px) {
      .cp-explore .exp-tab-main .exptab-cont .bgImgExplore {
        min-height: 35.5rem; }
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore img {
          min-height: 35.5rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      opacity: 0.8;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
      height: 29.8rem;
      z-index: 5; }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .img-title {
      font-size: 6rem;
      line-height: 5.3rem;
      font-family: "Barlow-ExtraBold";
      color: #ffffff;
      opacity: 0.4;
      position: absolute;
      left: 2.6rem;
      bottom: 9rem;
      width: 50%;
      z-index: 6; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .img-title {
          font-size: 4.2rem;
          line-height: 3.2rem;
          bottom: 6rem;
          right: 2rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:before {
      content: '';
      width: 18px;
      height: 53px;
      opacity: .1;
      transform: skewX(-27deg);
      background-image: linear-gradient(#fff 5%, #fff 411%);
      position: absolute;
      bottom: 4rem;
      right: 4rem;
      z-index: 6;
      border-radius: 3px 0px 3px 0px; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:before {
          width: 14px;
          height: 37px;
          right: 3.5rem;
          bottom: 3rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:after {
      content: '';
      width: 18px;
      height: 53px;
      opacity: .1;
      transform: skewX(-27deg);
      background-image: linear-gradient(#fff 5%, #fff 411%);
      position: absolute;
      bottom: 1rem;
      right: 2rem;
      z-index: 6;
      border-radius: 3px 0px 3px 0px; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .explorePatch:after {
          width: 14px;
          height: 37px;
          right: 2rem;
          bottom: 1rem; } }
    .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .icon {
      font-size: 1.05rem;
      line-height: 1.95rem;
      color: #f8673b;
      position: absolute;
      left: 2.6rem;
      bottom: 2.6rem;
      z-index: 6; }
      @media only screen and (max-width: 768px) {
        .cp-explore .exp-tab-main .exptab-cont .bgImgExplore .icon {
          font-size: 0.9rem; } }

@media only screen and (max-width: 768px) {
  .cp-explore .exptab-tab .exptab-list {
    margin-bottom: 0 !important;
    padding-bottom: 1rem !important; } }

.cp-accordion {
  width: 100%;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  background: #2a2a2c;
  /* Old browsers */
  background: linear-gradient(to bottom, #2a2a2c 0%, #595a5e 34%, #2a2a2c 100%);
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 2.5rem 4rem 4rem;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .cp-accordion {
      position: absolute;
      top: 0;
      right: 0;
      display: none; } }
  @media only screen and (max-width: 768px) {
    .cp-accordion.open {
      display: block; }
      .cp-accordion.open:before {
        content: '';
        position: absolute;
        top: -1rem;
        right: 5.5rem;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #2a2a2c; } }
  .cp-accordion .acc-top {
    padding-bottom: 1.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .cp-accordion .acc-top {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    .cp-accordion .acc-top .icon {
      font-size: 1.8rem;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-top .icon {
          margin-right: 1.8rem; } }
    .cp-accordion .acc-top .filter-text {
      font-size: 1.8rem;
      line-height: 2rem;
      font-family: "Barlow-Bold";
      color: #ffffff;
      text-transform: uppercase; }
    .cp-accordion .acc-top .clr-all-link {
      font-size: 1.4rem;
      font-family: "Barlow-Bold";
      letter-spacing: 1px;
      color: #f8673b;
      cursor: pointer;
      text-transform: uppercase; }
      @media only screen and (max-width: 768px) {
        .cp-accordion .acc-top .clr-all-link {
          display: none; } }
  .cp-accordion .acc-head {
    font-family: "Barlow-Medium";
    font-size: 1.6rem;
    color: #a3a6b0;
    position: relative;
    padding: 1.5rem 1rem 1.5rem 0;
    cursor: pointer;
    position: relative;
    text-transform: uppercase; }
    .cp-accordion .acc-head:before {
      content: "\E900";
      font-family: "icomoon" !important;
      position: absolute;
      font-size: 0.7rem;
      color: #f8673b;
      right: 0;
      top: 2rem;
      color: #f8673b;
      transform: rotate(90deg);
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease; }
    .cp-accordion .acc-head.active {
      font-family: "Barlow-Bold";
      color: #ffffff; }
      .cp-accordion .acc-head.active:before {
        transform: rotate(-90deg); }
    .cp-accordion .acc-head.selected {
      font-family: "Barlow-Bold";
      color: #ffffff; }
  .cp-accordion .acc-cont {
    display: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .cp-accordion .acc-cont .input-wrap {
      padding-top: 1rem; }
    .cp-accordion .acc-cont .bs-checkbox {
      position: relative;
      margin-bottom: 2rem; }
      .cp-accordion .acc-cont .bs-checkbox input[type=checkbox]:checked + label {
        font-family: "Barlow-Bold"; }
      .cp-accordion .acc-cont .bs-checkbox .label-filed {
        vertical-align: top;
        padding-left: 3.6rem;
        font-size: 1.4rem;
        color: #ffffff; }
        .cp-accordion .acc-cont .bs-checkbox .label-filed:before {
          width: 1.8rem;
          height: 1.8rem;
          border-radius: 0.2rem;
          -webkit-border-radius: 0.2rem;
          -moz-border-radius: 0.2rem; }
        .cp-accordion .acc-cont .bs-checkbox .label-filed:after {
          width: 0.6rem;
          height: 1.1rem;
          border-color: #ffffff; }
  .cp-accordion.typ-faq {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    padding: 2.5rem 0 0;
    border-top: solid 3px rgba(151, 151, 151, 0.2); }
    .cp-accordion.typ-faq a {
      color: #0070d2; }
    @media only screen and (max-width: 768px) {
      .cp-accordion.typ-faq {
        position: relative;
        display: block;
        padding-top: 0.7rem; } }
    .cp-accordion.typ-faq .acc-item {
      padding: 3.2rem 0;
      border-bottom: 1px solid #e2e2e2; }
      @media only screen and (max-width: 768px) {
        .cp-accordion.typ-faq .acc-item {
          padding: 2rem 0; } }
    .cp-accordion.typ-faq .acc-head {
      font-family: "Barlow-SemiBold";
      font-size: 2.1rem;
      color: #151515;
      padding: 0 6.5rem 1rem 0;
      line-height: 2.6rem;
      text-transform: none; }
      @media only screen and (max-width: 768px) {
        .cp-accordion.typ-faq .acc-head {
          font-size: 1.6rem;
          padding-right: 2.5rem;
          line-height: 2.1rem; } }
      .cp-accordion.typ-faq .acc-head:before {
        content: "\E906";
        font-family: "icomoon" !important;
        position: absolute;
        font-size: 1.4rem;
        color: #f8673b;
        right: 1rem;
        top: 50%;
        color: #f8673b;
        transform: translateY(-50%);
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease; }
        @media only screen and (max-width: 768px) {
          .cp-accordion.typ-faq .acc-head:before {
            right: 0;
            top: 5px;
            transform: none; } }
      .cp-accordion.typ-faq .acc-head.active:before {
        content: "\E935"; }
    .cp-accordion.typ-faq .acc-cont {
      max-width: 90%; }
    .cp-accordion.typ-faq .desc {
      font-family: "Barlow-Regular";
      font-size: 1.6rem;
      color: #3f4351;
      line-height: 2.3rem; }
      @media only screen and (max-width: 768px) {
        .cp-accordion.typ-faq .desc {
          font-size: 1.4rem;
          line-height: 2.1rem; } }
