@charset "UTF-8";
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-regular-expanded.eot");
  src: url("../fonts/Balgin-regular-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-regular-expanded.woff") format("woff"), url("../fonts/Balgin-regular-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-semibold-expanded.eot");
  src: url("../fonts/Balgin-semibold-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-semibold-expanded.woff") format("woff"), url("../fonts/Balgin-semibold-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-bold-expanded.eot");
  src: url("../fonts/Balgin-bold-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-bold-expanded.woff") format("woff"), url("../fonts/Balgin-bold-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Balgin";
  src: url("../fonts/Balgin-black-expanded.eot");
  src: url("../fonts/Balgin-black-expanded.eot?#iefix") format("embedded-opentype"), url("../fonts/Balgin-black-expanded.woff") format("woff"), url("../fonts/Balgin-black-expanded.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Light.eot");
  src: url("../fonts/Fustat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-Light.woff") format("woff"), url("../fonts/Fustat-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Regular.eot");
  src: url("../fonts/Fustat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-Regular.woff") format("woff"), url("../fonts/Fustat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Medium.eot");
  src: url("../fonts/Fustat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-Medium.woff") format("woff"), url("../fonts/Fustat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-SemiBold.eot");
  src: url("../fonts/Fustat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Fustat-SemiBold.woff") format("woff"), url("../fonts/Fustat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
.deco {
  position: absolute;
  z-index: -2;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .deco.deco-d {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .deco.deco-m {
    display: none !important;
  }
}
.deco svg {
  pointer-events: none;
  width: 100%;
}
.deco .path {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
}
.deco.played .path {
  animation: dash 2s ease-in-out forwards;
}
.deco.unplayed .path {
  animation: resumeDash 2s ease-in-out forwards;
}

.subhead {
  color: #1CBBE5;
  text-transform: capitalize;
  font-size: 1.5em;
}
@media screen and (max-width: 991px) {
  .subhead {
    font-size: 1.25em;
  }
}

.kv {
  position: relative;
}
.kv .deco {
  top: -80px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kv .deco {
    top: -83px;
  }
}
@media screen and (max-width: 991px) {
  .kv .deco {
    width: 1099px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .kv .deco {
    left: -100px;
    top: -138px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .kv .deco {
    left: -230px;
    top: -130px;
  }
}
@media screen and (max-width: 575px) {
  .kv .deco {
    left: -270px;
    top: -111px;
  }
}
.kv .row {
  position: relative;
  padding: 140px 0 20px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .kv .row {
    padding: 108px 0 30px;
    flex-direction: column;
  }
}
.kv .col-l {
  width: 651px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .kv .col-l {
    width: 100%;
  }
}
.kv h1 {
  font-weight: 900;
  font-size: 5.5em;
  line-height: 1.4;
  text-transform: capitalize;
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .kv h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .kv h1 {
    max-width: 670px;
  }
}
@media screen and (max-width: 575px) {
  .kv h1 {
    max-width: 400px;
  }
}
.kv h1 .highlight {
  position: relative;
  display: inline-block;
}
.kv h1 .highlight .spark {
  position: absolute;
  right: -105px;
  top: -74px;
  width: 290px;
  height: 290px;
  background-image: url("../img/home/spark.svg");
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kv h1 .highlight .spark {
    width: 220px;
    height: 220px;
    right: -50px;
  }
}
@media screen and (max-width: 991px) {
  .kv h1 .highlight .spark {
    width: 123px;
    height: 123px;
    right: -45px;
    top: -24px;
  }
}
.kv .col-r {
  flex-shrink: 1;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .kv .col-r {
    display: flex;
    justify-content: center;
    position: relative;
    top: -100px;
  }
}
.kv .character {
  width: 928px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kv .character {
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .kv .character {
    width: 450px;
  }
}
.kv .character img {
  position: relative;
  right: 260px;
  top: -190px;
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .kv .character img {
    right: 300px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .kv .character img {
    top: -100px;
    right: 250px;
  }
}
@media screen and (max-width: 991px) {
  .kv .character img {
    top: 0;
    right: 40px;
  }
}
.kv .btn-scrolling {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .kv .btn-scrolling {
    font-size: 0.875em;
  }
}
.kv .btn-scrolling .txt {
  letter-spacing: 0.08em;
}
.kv .btn-scrolling .btn {
  position: relative;
  margin-top: 16px;
  width: 24px;
  height: 36px;
  border: 2px solid #B2B8BA;
  border-radius: 80px;
}
@media screen and (max-width: 991px) {
  .kv .btn-scrolling .btn {
    width: 16px;
    height: 24px;
    margin-top: 14px;
  }
}
.kv .btn-scrolling .btn:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #B2B8BA;
  border-radius: 50%;
  animation-name: upAndDown;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 991px) {
  .kv .btn-scrolling .btn:after {
    width: 6px;
    height: 6px;
    left: 3px;
    bottom: 4px;
    animation-name: upAndDownMobile;
  }
}

.about-us {
  padding-top: 120px;
  padding-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .about-us {
    padding-top: 106px;
    padding-bottom: 0;
  }
}
.about-us .row-c {
  position: relative;
}
.about-us .row-c .row {
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .about-us .row-c .row {
    flex-direction: column !important;
  }
}
.about-us .row-c:first-of-type {
  padding: 160px 0;
}
@media screen and (max-width: 991px) {
  .about-us .row-c:first-of-type {
    padding: 40px 0;
  }
}
.about-us .row-c:first-of-type .deco {
  top: 0;
}
@media screen and (max-width: 991px) {
  .about-us .row-c:first-of-type .deco {
    width: 1100px;
    left: 50%;
    top: -110px;
    transform: translateX(-50%);
  }
}
.about-us .row-c:first-of-type .col-desc {
  width: 624px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us .row-c:first-of-type .col-desc {
    width: 62%;
  }
}
@media screen and (max-width: 991px) {
  .about-us .row-c:first-of-type .col-desc {
    width: 100%;
    padding-right: 0;
  }
}
.about-us .row-c:first-of-type .col-character {
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .about-us .row-c:first-of-type .col-character {
    justify-content: center;
    margin-top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .row-c:first-of-type .col-character img {
    width: 232px;
  }
}
.about-us .row-c:nth-of-type(2) {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .about-us .row-c:nth-of-type(2) {
    padding: 60px 0;
  }
}
.about-us .row-c:nth-of-type(2) .deco {
  top: 20px;
}
@media screen and (max-width: 991px) {
  .about-us .row-c:nth-of-type(2) .deco {
    width: 1100px;
    left: 50%;
    top: -6px;
    transform: translateX(-50%);
  }
}
.about-us .row-c:nth-of-type(2) .row {
  flex-direction: row-reverse;
}
.about-us .row-c:nth-of-type(2) .col-desc {
  width: 700px;
  padding-left: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us .row-c:nth-of-type(2) .col-desc {
    width: 62%;
  }
}
@media screen and (max-width: 991px) {
  .about-us .row-c:nth-of-type(2) .col-desc {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .about-us .row-c:nth-of-type(2) .col-character {
    justify-content: center;
    margin-top: 45px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .row-c:nth-of-type(2) .col-character img {
    width: 205px;
  }
}
.about-us .col-desc {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .about-us .col-desc {
    width: 100%;
  }
}
.about-us .col-desc .desc {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 1.75em;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .about-us .col-desc .desc {
    font-size: 1.25em;
    line-height: 1.6;
  }
}
.about-us .col-desc .desc .highlight {
  font-weight: 600;
}
.about-us .col-character {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
}
@media screen and (max-width: 991px) {
  .about-us .col-character {
    width: 100%;
  }
}
.about-us .col-character .character img {
  display: block;
  width: 100%;
}

.slogan {
  background-color: #012820;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 129px 40px 260px 80px;
  font-weight: 700;
  color: #ffffff;
  font-size: 6em;
  text-transform: capitalize;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .slogan {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media screen and (max-width: 991px) {
  .slogan {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    font-size: 2em;
    padding: 40px 20px 90px;
  }
}
.slogan .spark {
  position: relative;
  top: 17px;
  display: inline-block;
  width: 104px;
}
@media screen and (max-width: 991px) {
  .slogan .spark {
    width: 52px;
    top: 13px;
  }
}
.slogan .border {
  border: 2px solid #F4EA1B;
  border-radius: 1000px;
  padding: 24px 48px 16px;
}
@media screen and (max-width: 991px) {
  .slogan .border {
    padding: 20px 24px;
  }
}
.slogan .txt {
  margin-left: -40px;
  margin-right: -40px;
  height: 140px;
  width: calc(100% + 80px) !important;
}

.our-app {
  background-color: #012820;
}
.our-app .bg {
  margin-top: -160px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 80px 0 130px;
  background-image: url("../img/home/pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .our-app .bg {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media screen and (max-width: 991px) {
  .our-app .bg {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -100px;
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 991px) {
  .our-app .row {
    flex-direction: column-reverse;
  }
}
.our-app .col-l {
  flex-shrink: 0;
}
.our-app .col-l .desc {
  font-family: "Fustat", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 2em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .our-app .col-l .desc {
    margin-top: 16px;
    font-size: 1.25em;
    margin-bottom: 24px;
  }
}
.our-app .col-l .dl {
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .our-app .col-l .dl {
    font-size: 1em;
    line-height: 1.5;
  }
}
.our-app .col-l .name {
  font-size: 3.5em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .our-app .col-l .name {
    font-size: 2em;
  }
}
.our-app .col-l .store-row {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .our-app .col-l .store-row {
    margin-top: 24px;
  }
}
.our-app .col-l .store-row a:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 991px) {
  .our-app .col-l .store-row a:not(:last-child) {
    margin-right: 24px;
  }
}
.our-app .col-l .store-row .ios {
  width: 215px;
}
@media screen and (max-width: 991px) {
  .our-app .col-l .store-row .ios {
    width: 167px;
  }
}
.our-app .col-l .store-row .android {
  width: 244px;
}
@media screen and (max-width: 991px) {
  .our-app .col-l .store-row .android {
    width: 189px;
  }
}
.our-app .col-l .store-row img {
  display: block;
  width: 100%;
}
.our-app .col-r {
  position: relative;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .our-app .col-r {
    padding-top: 280px;
  }
}
.our-app .col-r .phones-container {
  position: absolute;
  top: -160px;
  left: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .our-app .col-r .phones-container {
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .our-app .col-r .phones-container {
    top: -40px;
    left: 0;
    width: 100%;
  }
}
.our-app .col-r .phones-container img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.our-app .col-r .phones-container .phone {
  position: absolute;
}
.our-app .col-r .phones-container #phone-1 {
  width: 340px;
  left: 0;
  top: 104px;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .our-app .col-r .phones-container #phone-1 {
    width: 290px;
  }
}
@media screen and (max-width: 991px) {
  .our-app .col-r .phones-container #phone-1 {
    width: 153px;
    left: calc(46% - 90px);
    top: 65px;
  }
}
.our-app .col-r .phones-container #phone-2 {
  width: 323px;
  left: 206px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .our-app .col-r .phones-container #phone-2 {
    width: 270px;
    left: 141px;
  }
}
@media screen and (max-width: 991px) {
  .our-app .col-r .phones-container #phone-2 {
    width: 150px;
    left: 46%;
  }
}

@keyframes upAndDown {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes upAndDownMobile {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(0);
  }
}/*# sourceMappingURL=index.css.map */