@import url("https://fonts.cdnfonts.com/css/fjalla-one");
.gfx__section {
  position: relative;
  font-size: 1.8rem;
  padding-top: 130%;
  background-color: #f5f5f7; }

@media (min-width: 60em) {
  .gfx__section {
    font-size: 2rem;
    padding-top: 70%; } }

.gfx__hero {
  position: absolute;
  z-index: 1;
  top: 53px;
  left: 0;
  right: 0;
  text-align: center; }

.gfx__hero-thumb img {
  width: 100%; }

.gfx__hero-cont {
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 0;
  right: 0;
  padding: 0 10%; }

@media (min-width: 60em) {
  .gfx__hero {
    top: 42px; } }

.gfx__title {
  font-weight: 700; }

.gfx__title span {
  display: inline-block;
  color: transparent;
  background: -o-linear-gradient(70deg, #0a0a0a 0%, #505050 48%, #0a0a0a 82%, #323232 100%);
  background: linear-gradient(20deg, #0a0a0a 0%, #505050 48%, #0a0a0a 82%, #323232 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 160%;
  font-family: 'Fjalla One', sans-serif; }

.gfx__title.s_hasBdr {
  display: inline-block;
  padding: 1rem 2rem;
  border: 3px solid #0a0a0a;
  -o-border-image: -o-linear-gradient(left, #0a0a0a 1%, white 50%, #0a0a0a 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #0a0a0a), color-stop(50%, white), to(#0a0a0a));
     border-image: linear-gradient(to right, #0a0a0a 1%, white 50%, #0a0a0a 100%);
  border-image-slice: 1; }

@media (min-width: 60em) {
  .gfx__title.s_hasBdr {
    padding: 2rem 8rem;
    border-width: 5px; } }

.gfx__head {
  position: relative; }

.gfx__head-af {
  padding: 8rem 0; }

.gfx__head-af .gfx__bg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e0e0e0;
  font-size: 450%;
  font-family: "Fjalla One",sans-serif; }

.gfx__head-af .gfx__title {
  position: relative;
  z-index: 2; }

.gfx__head-af-rb .gfx__bg {
  top: auto;
  bottom: 0;
  text-align: right;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

@media (min-width: 35em) {
  .gfx__head-af {
    padding: 3rem 0; } }

@media (min-width: 45em) {
  .gfx__head-af {
    padding: 4rem 0; }
  .gfx__head-af .gfx__bg {
    font-size: 500%; } }

@media (min-width: 60em) {
  .gfx__head-af {
    padding: 5rem 0; }
  .gfx__head-af .gfx__bg {
    font-size: 700%; } }

@media (min-width: 75em) {
  .gfx__head-af {
    padding: 6rem 0; }
  .gfx__head-af .gfx__bg {
    font-size: 800%; } }

.arr-item {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 3rem; }

.arr-item-wrap {
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem; }

.arr-item .item {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem; }

.arr-item .item + .item:before {
  content: '\ea14';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #0a0a0a;
  font-size: 2.4rem;
  margin-left: -0.7rem;
  margin-top: -3rem; }

.sensor__section {
  position: relative;
  z-index: 2; }

.design__section {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f7), to(#fff));
  background: -o-linear-gradient(top, #f5f5f7 0, #fff 100%);
  background: linear-gradient(to bottom, #f5f5f7 0, #fff 100%); }

.desc {
  opacity: 0.7; }

.figure__thumb {
  position: relative; }

.figure__thumb img {
  width: 100%; }

.figure .flexible-obj {
  background-color: #000; }

.figure__car {
  position: absolute;
  z-index: 10;
  right: 0rem;
  bottom: 0rem;
  padding: 5px 1.5rem 3px 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.5rem; }

.swiper-button-prev, .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5); }

.swiper-button-prev::before, .swiper-button-next::before {
  color: #fff;
  font-size: 4rem; }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

.swiper-slide-prev, .swiper-slide-next {
  position: relative; }

@media (min-width: 75em) {
  .swiper-button-prev, .swiper-button-next {
    background-color: transparent; }
  .swiper-button-prev::before, .swiper-button-next::before {
    color: #000;
    font-size: 6rem; }
  .swiper-button-prev {
    left: -60px; }
  .swiper-button-next {
    right: -60px; } }

.more {
  position: relative;
  z-index: 2;
  text-align: center; }

.more__cont {
  position: relative;
  z-index: 4;
  max-width: 600px;
  padding: 3rem 1.5rem;
  margin: 0 10%;
  color: #fff;
  background-color: #0a0a0a; }

@media (min-width: 60em) {
  .more__cont {
    padding: 8rem 5rem;
    margin: 0 auto; } }

.more__thumb {
  position: relative;
  z-index: 3; }

.more__h {
  color: #fff; }

.more__play {
  margin: 0 -20%; }

@media (min-width: 60em) {
  .more__thumb {
    position: absolute;
    top: -10%;
    left: 0;
    right: 0; }
  .more__play {
    margin: 0 -25%; } }

.sensor {
  text-align: center; }

.performance .gfx__head {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 10rem; }

.performance__thumb {
  position: relative;
  z-index: 3;
  color: #fff; }

.performance__cont {
  position: relative;
  z-index: 3;
  text-align: left;
  color: #fff;
  padding: 0 2rem; }

.performance__cont .desc {
  color: #fff; }

.performance__tl {
  color: #fff; }

.performance__h {
  color: #fff; }

.performance__item {
  position: relative;
  padding-bottom: 2rem; }

.performance__item::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 2rem;
  background-color: #0a0a0a; }

.performance__item .performance__thumb {
  margin-left: -2rem;
  margin-right: 2rem; }

.performance__item-reverse .performance__thumb {
  margin-left: 2rem;
  margin-right: -2rem; }

@media (min-width: 45em) {
  .performance__cont {
    padding: 0 4rem; }
  .performance__item {
    padding-bottom: 4rem; }
  .performance__item::before {
    top: 4rem; }
  .performance__item .performance__thumb {
    margin-left: -4rem;
    margin-right: 4rem; }
  .performance__item-reverse .performance__thumb {
    margin-left: 4rem;
    margin-right: -4rem; } }

@media (min-width: 75em) {
  .performance__cont {
    padding: 0 6rem; }
  .performance__item {
    padding-bottom: 6rem; }
  .performance__item::before {
    top: 6rem; }
  .performance__item .performance__thumb {
    margin-left: -6rem;
    margin-right: 6rem; }
  .performance__item-reverse .performance__thumb {
    margin-left: 6rem;
    margin-right: -6rem; } }

@media (min-width: 100em) {
  .performance__cont {
    padding: 0 10rem; }
  .performance__item {
    padding-bottom: 10rem; }
  .performance__item::before {
    top: 10rem; }
  .performance__item .performance__thumb {
    margin-left: -10rem;
    margin-right: 10rem; }
  .performance__item-reverse .performance__thumb {
    margin-left: 10rem;
    margin-right: -10rem; } }

.high-speed {
  position: relative; }

.high-speed .gfx__head {
  position: relative;
  z-index: 2; }

.high-speed__thumb {
  position: relative;
  z-index: 1; }

.high-speed__thumb .figure__car {
  right: 11%;
  bottom: 8.5rem; }

.high-speed__cont {
  text-align: center; }

.high-speed__cont .gfx__title span {
  font-size: 300%; }

@media (min-width: 60em) {
  .high-speed__thumb {
    margin-top: -15rem; }
  .high-speed__thumb .figure__car {
    right: 16.6%;
    bottom: 1.6rem; }
  .high-speed__cont {
    position: absolute;
    right: 62%;
    bottom: -10%; }
  .high-speed__cont .gfx__title span {
    font-size: 300%; } }

.boost-mode__cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2rem; }

@media (min-width: 45em) {
  .boost-mode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .boost-mode__thumb {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5; }
  .boost-mode__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 3rem;
    margin-top: 0; }
  .boost-mode__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .boost-mode__reverse .boost-mode__cont {
    padding-left: 0;
    padding-right: 3rem; } }

.other-features__item {
  position: relative; }

.other-features__item.s_new::before {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  background-color: #ED1A3B;
  color: #fff;
  font-size: 18px;
  font-family: "Fjalla One",sans-serif;
  text-align: center; }

@media (max-width: 44.99em) {
  .other-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem; }
  .other-features__thumb {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5; }
  .other-features__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left; } }

@media (min-width: 45em) {
  .other-features__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 4rem; }
  .other-features__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-left: -2rem;
    margin-right: -2rem; } }

@media (min-width: 60em) {
  .other-features__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 4rem; }
  .other-features__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-left: -2rem;
    margin-right: -2rem; } }

.support__item {
  position: relative;
  margin-bottom: 3rem; }

@media (min-width: 45em) {
  .support__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin-left: 2rem;
    margin-right: 2rem; }
  .support__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin-left: -2rem;
    margin-right: -2rem; } }

.gallery-swiper {
  position: relative; }

.peala-ace {
  position: relative; }

.peala-ace .p img {
  float: right;
  margin-left: 1rem; }

@media (min-width: 60em) {
  .peala-ace__cont {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 40%;
    padding: 5rem;
    background-color: rgba(255, 255, 255, 0.6); } }

.format-swiper {
  position: relative; }

.format-swiper__head {
  padding: 2rem;
  text-align: center;
  background-color: #0a0a0a; }

.format-swiper__head .gfx__title {
  color: #fff; }

.format-swiper .swiper-pagination {
  padding: 2rem;
  text-align: center;
  background-color: #0a0a0a; }

.format-swiper .swiper-pagination-bullet {
  width: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.7; }

.format-swiper .swiper-pagination-bullet-active {
  border-color: #029570;
  background-color: #029570;
  opacity: 1; }

.detail-design {
  position: relative; }

@media (min-width: 60em) {
  .detail-design__cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }
