.z-sequence {
  width: 100%;
}
html.ie {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body #oc-header {
    overflow: hidden;
  }
}
body #oc-wrapper {
  overflow: visible;
}
body.no-scroll {
  overflow: hidden;
}
#main-wrapper {
  font-size: 16px;
  font-family: OPPOSans-Regular, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'STHeiti', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
#main-wrapper * {
  box-sizing: border-box;
}
#main-wrapper a {
  text-decoration: none;
}
#main-wrapper img {
  display: block;
}
#main-wrapper img:not(.loaded) {
  min-width: 1px;
  min-height: 1px;
}
#main-wrapper canvas img {
  display: none;
}
#main-wrapper video {
  display: block;
}
#main-wrapper br {
  font-family: 'Open Sans', '-apple-system', 'BlinkMacSystemFont', 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Jhenghei', 'sans-serif';
}
#main-wrapper .vertical-center {
  height: 100%;
  display: flex;
  align-items: center;
}
#main-wrapper .vertical-center > * {
  width: 100%;
}
#main-wrapper .horizontal-center {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#main-wrapper .horizontal-center > * {
  height: 100%;
}
#main-wrapper .text-center {
  text-align: center;
}
#main-wrapper .g--sticky-container {
  position: relative;
}
#main-wrapper .g--v-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9%);
          clip-path: inset(0 0 99.9%);
}
.g--container {
  margin: 0 auto;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--container {
    width: 896px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  .g--container {
    width: 88.88888888888889vw;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .g--container {
    width: 93.75vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .g--pt-hidden {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 1025px), (orientation: landscape) and (min-width: 1024px) {
  .g--ls-hidden {
    display: none !important;
  }
}
@media (max-width: 720px) {
  .g--mb-hidden {
    display: none !important;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .g--pc-hidden {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .g--pc-hidden {
    display: none !important;
  }
}
.g--popup-mask {
  z-index: 500;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(150vh);
          transform: translateY(150vh);
  background-color: #000;
}
.g--popup-mask.show {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.g--popup-mask.fold {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.g--popup-mask video {
  z-index: 1;
  width: 100%;
}
.g--popup-mask video:focus {
  outline: none;
}
.g--popup-mask .close {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.g--popup-mask .close::before {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 21px;
}
.g--popup-mask .close::after {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 21px;
}
.g--popup-mask.light {
  background-color: #fff;
}
.g--popup-mask.light .close::before,
.g--popup-mask.light .close::after {
  background-color: #000;
}
#main-wrapper .f-text,
#main-wrapper .f-text * {
  font-size: 28px;
  line-height: 1.571428571428571;
  letter-spacing: -0.003571428571429em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .f-text,
  #main-wrapper .f-text * {
    font-size: 19px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .f-text,
  #main-wrapper .f-text * {
    font-size: 18px;
    line-height: 1.222222222222222;
    letter-spacing: -0.005555555555556em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .f-text,
  #main-wrapper .f-text * {
    font-size: 18px;
    line-height: 1.222222222222222;
    letter-spacing: -0.005555555555556em;
  }
}
#main-wrapper .z-font-title1-custom,
#main-wrapper .z-font-title1-custom * {
  font-size: 78px;
  line-height: 1.230769230769231;
  letter-spacing: -0.011794871794872em;
  font-family: OPPOSans-Medium;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-title1-custom,
  #main-wrapper .z-font-title1-custom * {
    font-size: 53px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-title1-custom,
  #main-wrapper .z-font-title1-custom * {
    font-size: 44px;
    line-height: 1.272727272727273;
    letter-spacing: -0.011818181818182em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-title1-custom,
  #main-wrapper .z-font-title1-custom * {
    font-size: 44px;
    line-height: 1.272727272727273;
    letter-spacing: -0.011818181818182em;
  }
}
#main-wrapper .z-font-title1-custom.regular {
  font-size: 78px;
  line-height: 1.230769230769231;
  letter-spacing: 0.006410256410256em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-title1-custom.regular {
    font-size: 53px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-title1-custom.regular {
    font-size: 44px;
    line-height: 1.272727272727273;
    letter-spacing: -0.011818181818182em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-title1-custom.regular {
    font-size: 44px;
    line-height: 1.272727272727273;
    letter-spacing: -0.011818181818182em;
  }
}
#main-wrapper .z-font-title2-custom,
#main-wrapper .z-font-title2-custom * {
  font-size: 42px;
  line-height: 1.523809523809524;
  letter-spacing: -0.004761904761905em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-title2-custom,
  #main-wrapper .z-font-title2-custom * {
    font-size: 29px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-title2-custom,
  #main-wrapper .z-font-title2-custom * {
    font-size: 28px;
    line-height: 1.571428571428571;
    letter-spacing: -0.004642857142857em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-title2-custom,
  #main-wrapper .z-font-title2-custom * {
    font-size: 28px;
    line-height: 1.571428571428571;
    letter-spacing: -0.004642857142857em;
  }
}
#main-wrapper .z-font-title3-custom,
#main-wrapper .z-font-title3-custom * {
  font-size: 28px;
  line-height: 1.571428571428571;
  letter-spacing: -0.003571428571429em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-title3-custom,
  #main-wrapper .z-font-title3-custom * {
    font-size: 19px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-title3-custom,
  #main-wrapper .z-font-title3-custom * {
    font-size: 22px;
    line-height: 1.636363636363636;
    letter-spacing: -0.005909090909091em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-title3-custom,
  #main-wrapper .z-font-title3-custom * {
    font-size: 22px;
    line-height: 1.636363636363636;
    letter-spacing: -0.005909090909091em;
  }
}
#main-wrapper .z-font-detail1-custom,
#main-wrapper .z-font-detail1-custom * {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.006em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-detail1-custom,
  #main-wrapper .z-font-detail1-custom * {
    font-size: 14px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-detail1-custom,
  #main-wrapper .z-font-detail1-custom * {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.005625em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-detail1-custom,
  #main-wrapper .z-font-detail1-custom * {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.005625em;
  }
}
#main-wrapper .z-font-headline1,
#main-wrapper .z-font-headline1 * {
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: -0.0171875em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 44px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 49px;
    line-height: 1.142857142857143;
    letter-spacing: -0.020408163265306em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline1,
  #main-wrapper .z-font-headline1 * {
    font-size: 49px;
    line-height: 1.142857142857143;
    letter-spacing: -0.008163265306122em;
  }
}
#main-wrapper .z-font-headline2,
#main-wrapper .z-font-headline2 * {
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: -0.0171875em;
  font-family: OPPOSans-Bold;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 44px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 49px;
    line-height: 1.142857142857143;
    letter-spacing: -0.020408163265306em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline2,
  #main-wrapper .z-font-headline2 * {
    font-size: 34px;
    line-height: 1.647058823529412;
    letter-spacing: -0.011764705882353em;
  }
}
#main-wrapper .z-font-headline3,
#main-wrapper .z-font-headline3 * {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.0175em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 27px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 33px;
    line-height: 1.696969696969697;
    letter-spacing: 0.003030303030303em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline3,
  #main-wrapper .z-font-headline3 * {
    font-size: 26px;
    line-height: 1.692307692307692;
    letter-spacing: -0.002692307692308em;
  }
}
#main-wrapper .z-font-headline3-s,
#main-wrapper .z-font-headline3-s * {
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: -0.0175em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-headline3-s,
  #main-wrapper .z-font-headline3-s * {
    font-size: 27px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-headline3-s,
  #main-wrapper .z-font-headline3-s * {
    font-size: 33px;
    line-height: 1.424242424242424;
    letter-spacing: 0.003030303030303em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-headline3-s,
  #main-wrapper .z-font-headline3-s * {
    font-size: 26px;
    line-height: 1.384615384615385;
    letter-spacing: -0.002692307692308em;
  }
}
#main-wrapper .z-font-desc1,
#main-wrapper .z-font-desc1 * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Bold;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc1,
  #main-wrapper .z-font-desc1 * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
#main-wrapper .z-font-desc2,
#main-wrapper .z-font-desc2 * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2,
  #main-wrapper .z-font-desc2 * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
#main-wrapper .z-font-desc2-b,
#main-wrapper .z-font-desc2-b * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Bold;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2-b,
  #main-wrapper .z-font-desc2-b * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2-b,
  #main-wrapper .z-font-desc2-b * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2-b,
  #main-wrapper .z-font-desc2-b * {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
#main-wrapper .z-font-desc2s,
#main-wrapper .z-font-desc2s * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 11px;
    line-height: 2.181818181818182;
    letter-spacing: 0.003636363636364em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc2s,
  #main-wrapper .z-font-desc2s * {
    font-size: 11px;
    line-height: 2.181818181818182;
    letter-spacing: 0.003636363636364em;
  }
}
#main-wrapper .z-font-desc3,
#main-wrapper .z-font-desc3 * {
  font-size: 15px;
  line-height: 1.866666666666667;
  letter-spacing: -0.009333333333333em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 15px;
    line-height: 1.333333333333333;
    letter-spacing: -0.009333333333333em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc3,
  #main-wrapper .z-font-desc3 * {
    font-size: 15px;
    line-height: 1.333333333333333;
    letter-spacing: -0.009333333333333em;
  }
}
#main-wrapper .z-font-desc4,
#main-wrapper .z-font-desc4 * {
  font-size: 15px;
  line-height: 1.866666666666667;
  letter-spacing: -0.026666666666667em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: 0.003636363636364em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc4,
  #main-wrapper .z-font-desc4 * {
    font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: 0.003636363636364em;
  }
}
#main-wrapper .z-font-desc5,
#main-wrapper .z-font-desc5 * {
  font-size: 13px;
  line-height: 1.846153846153846;
  letter-spacing: 0em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 13px;
    line-height: 1.846153846153846;
    letter-spacing: 0em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc5,
  #main-wrapper .z-font-desc5 * {
    font-size: 13px;
    line-height: 1.846153846153846;
    letter-spacing: 0em;
  }
}
#main-wrapper .z-font-desc5s,
#main-wrapper .z-font-desc5s * {
  font-size: 14px;
  line-height: 1.714285714285714;
  letter-spacing: -0.004285714285714em;
  font-family: OPPOSans-Medium;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: -0.004285714285714em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-desc5s,
  #main-wrapper .z-font-desc5s * {
    font-size: 14px;
    line-height: 1.714285714285714;
    letter-spacing: -0.004285714285714em;
  }
}
#main-wrapper .z-font-remark,
#main-wrapper .z-font-remark * {
  font-size: 12px;
  line-height: 1.666666666666667;
  letter-spacing: -0.041666666666667em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 12px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: -0.00425em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-remark,
  #main-wrapper .z-font-remark * {
    font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: -0.003636363636364em;
  }
}
#main-wrapper .z-font-linkTitle,
#main-wrapper .z-font-linkTitle * {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Medium;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-font-linkTitle,
  #main-wrapper .z-font-linkTitle * {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-font-linkTitle,
  #main-wrapper .z-font-linkTitle * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-font-linkTitle,
  #main-wrapper .z-font-linkTitle * {
    font-size: 19px;
    line-height: 1.684210526315789;
    letter-spacing: -0.015789473684211em;
  }
}
#main-wrapper .z-headline-offset,
#main-wrapper .z-headline-offset * {
  margin-top: -14px;
}
@media (orientation: portrait) and (max-width: 720px) {
  #main-wrapper .z-headline-offset,
  #main-wrapper .z-headline-offset * {
    margin-top: -10px;
  }
}
#main-wrapper .z-title-std,
#main-wrapper .z-title-std * {
  font-size: 68px;
  line-height: 1.205882352941176;
  letter-spacing: -0.011764705882353em;
  font-family: OPPOSans-Regular;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .z-title-std,
  #main-wrapper .z-title-std * {
    font-size: 46px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .z-title-std,
  #main-wrapper .z-title-std * {
    font-size: 49px;
    line-height: 1.285714285714286;
    letter-spacing: -0.020408163265306em;
  }
}
@media (max-width: 720px) {
  #main-wrapper .z-title-std,
  #main-wrapper .z-title-std * {
    font-size: 36px;
    line-height: 1.277777777777778;
    letter-spacing: -0.005em;
  }
}
#main-wrapper .g--black {
  color: #000;
}
#main-wrapper .g--white {
  color: #fff;
}
#main-wrapper .g--black-grey1 {
  color: rgba(0,0,0,0.6);
}
#main-wrapper .g--black-grey2 {
  color: rgba(0,0,0,0.5);
}
#main-wrapper .g--white-grey {
  color: rgba(255,255,255,0.6);
}
.title {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.0175em;
  font-family: OPPOSans-Regular;
  margin: 0 auto 0;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title {
    font-size: 27px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .title {
    font-size: 33px;
    line-height: 1.696969696969697;
    letter-spacing: 0.003030303030303em;
  }
}
@media (max-width: 720px) {
  .title {
    font-size: 26px;
    line-height: 1.692307692307692;
    letter-spacing: -0.002692307692308em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .title {
    text-align: left;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title {
    color: #000;
    letter-spacing: -0.18px;
    text-align: center;
  }
}
.subtitle {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.0175em;
  font-family: OPPOSans-Regular;
  margin: 0 auto 0;
  opacity: 0.6;
  color: #000;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .subtitle {
    font-size: 27px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .subtitle {
    font-size: 33px;
    line-height: 1.696969696969697;
    letter-spacing: 0.003030303030303em;
  }
}
@media (max-width: 720px) {
  .subtitle {
    font-size: 26px;
    line-height: 1.692307692307692;
    letter-spacing: -0.002692307692308em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .subtitle {
    text-align: left;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .subtitle {
    opacity: 0.6;
    color: #000;
    letter-spacing: -0.18px;
    text-align: center;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  .subtitle {
    margin: -6px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .subtitle {
    margin: -8px auto 0;
  }
}
.title-info {
  font-size: 19px;
  line-height: 1.684210526315789;
  letter-spacing: -0.015789473684211em;
  font-family: OPPOSans-Regular;
  margin: 28px auto 80px;
  color: #000;
  letter-spacing: 0px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title-info {
    font-size: 13px;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
@media (max-width: 720px) {
  .title-info {
    font-size: 15px;
    line-height: 1.866666666666667;
    letter-spacing: -0.009333333333333em;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title-info {
    margin: 19px auto 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .title-info {
    letter-spacing: 0px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .title-info {
    text-align: left;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    margin: 20px auto 80px;
    text-align: center;
    color: #000;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  .title-info {
    margin: 20px auto 80px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    margin: 28px auto 112px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  .title-info {
    letter-spacing: 0px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  .title-info {
    letter-spacing: 0px;
  }
}
#online-store {
  position: fixed;
  z-index: 999;
  top: -999vh;
  top: calc(var(--vh, 1vh) * -999);
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#online-store .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#online-store .store-container {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 1312px;
  height: 720px;
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  transition-delay: 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 1440px) and (max-width: 1600px) and (orientation: landscape) {
  #online-store .store-container {
    width: 1312px;
    height: 625px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container {
    width: 896px;
    height: 580px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container {
    width: 720px;
    height: 850px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container {
    width: 320px;
    height: 620px;
  }
}
#online-store .store-container .store-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
#online-store .store-container .store-page::-webkit-scrollbar {
  width: 4px;
}
#online-store .store-container .store-page::-webkit-scrollbar-thumb {
  background-color: #2ec84d;
}
#online-store .store-container .store-page .close-button {
  position: absolute;
  z-index: 3;
  top: 32px;
  right: 32px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
#online-store .store-container .store-page .title-area {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 146px;
  background-color: #fff;
  text-align: center;
  padding-top: 70px;
}
#online-store .store-container .store-page .title-area p {
  font-size: 28px;
  line-height: 44px;
  letter-spacing: -0.1;
  font-family: OPPOSans-Bold;
}
#online-store .store-container .store-page .store-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 146px;
  margin-bottom: 28px;
}
#online-store .store-container .store-page .store-content .store-list {
  width: 1088px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 664px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 532px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list {
    width: 280px;
  }
}
#online-store .store-container .store-page .store-content .store-list .store-title {
  flex: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#online-store .store-container .store-page .store-content .store-list .store {
  width: 192px;
  height: 144px;
  background-color: rgba(0,0,0,0.04);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
#online-store .store-container .store-page .store-content .store-list .store img {
  width: 118px;
  height: 80px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1440px) {
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(5n+1)) {
    margin-left: 32px;
  }
  .lang-ar #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(5n+1)) {
    margin-right: 32px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (orientation: landscape) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 200px;
    height: 150px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-left: 32px;
  }
  .lang-ar #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-right: 32px;
    margin-left: 0;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 122px;
    height: 82px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 155px;
    height: 116px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-left: 32px;
  }
  .lang-ar #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(3n+1)) {
    margin-right: 32px;
    margin-left: 0;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 95px;
    height: 64px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  #online-store .store-container .store-page .store-content .store-list .store {
    width: 132px;
    height: 96px;
  }
  #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(2n+1)) {
    margin-left: 16px;
  }
  .lang-ar #online-store .store-container .store-page .store-content .store-list .store:not(:nth-of-type(2n+1)) {
    margin-right: 16px;
    margin-left: 0;
  }
  #online-store .store-container .store-page .store-content .store-list .store img {
    width: 98px;
    height: 66px;
  }
}
#online-store .store-container .store-page .store-content .store-list .store:hover,
#online-store .store-container .store-page .store-content .store-list .store :active {
  background-color: rgba(0,0,0,0.01);
}
#online-store .store-container .store-page .store-content .store-list .store:hover img,
#online-store .store-container .store-page .store-content .store-list .store :active img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
#online-store .store-container .store-page .store-content .store-list:not(:first-child) {
  margin-top: 6px;
}
#online-store.show {
  top: 0;
}
#online-store.show .mask {
  opacity: 1;
}
#online-store.show .store-container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#oc-header.fixed {
  position: absolute;
}
#main-wrapper {
  position: relative;
  padding-top: 61px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #main-wrapper {
    padding-top: 51px;
  }
}
.position-sticky #main-wrapper {
  padding-top: 0;
}
nav#navbar {
  opacity: 1;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-left: none;
  border-right: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
nav#navbar li a,
nav#navbar li span {
  opacity: 0.6;
  color: inherit;
  transition: opacity 0.3s ease;
}
nav#navbar li a:hover,
nav#navbar li span:hover {
  opacity: 1;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .products li,
  nav#navbar .links li {
    background-color: #fff;
  }
  nav#navbar .products li a,
  nav#navbar .links li a {
    border-bottom: 1px solid #e5e5e5;
  }
  nav#navbar .products > :last-child > :last-child,
  nav#navbar .links > :last-child > :last-child,
  nav#navbar .products > :last-child > :last-child > :last-child,
  nav#navbar .links > :last-child > :last-child > :last-child {
    border-bottom-color: transparent;
  }
}
nav#navbar .container .mask {
  background-color: rgba(253,253,253,0.9);
  transition: background-color 0.3s ease;
}
nav#navbar .container .indicator .arrow {
  fill: #000;
  transition: fill 0.3s ease;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar.sticked {
    background-color: #fff;
  }
}
nav#navbar[data-theme='dark'] {
  color: #fff;
  background-color: #000;
  border-color: rgba(255,255,255,0.1);
}
nav#navbar[data-theme='dark'] .container .mask {
  background-color: rgba(21,21,21,0.9);
}
nav#navbar[data-theme='dark'] .container .indicator .arrow {
  fill: #fff;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar[data-theme='dark'] .products li,
  nav#navbar[data-theme='dark'] .links li {
    background-color: #000;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar[data-theme='dark'].sticked {
    background-color: #000;
  }
}
nav#navbar {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 61px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar {
    height: 51px;
  }
}
nav#navbar li {
  color: inherit;
}
nav#navbar li,
nav#navbar li a {
  font-family: OPPOSans-Medium;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.06px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar li,
  nav#navbar li a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.051px;
  }
}
nav#navbar li a,
nav#navbar li span {
  display: flex;
  align-items: center;
  cursor: default;
}
nav#navbar li a {
  cursor: pointer;
  white-space: nowrap;
}
nav#navbar .container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 14.4rem;
  margin: 0 auto;
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container {
    padding: 0 0.15rem;
  }
}
nav#navbar .container ul,
nav#navbar .container li {
  display: flex;
}
nav#navbar .container .products,
nav#navbar .container .links,
nav#navbar .container .buttons {
  min-width: 0;
  align-items: center;
}
nav#navbar .container .products ul + ul,
nav#navbar .container .links ul + ul,
nav#navbar .container .buttons ul + ul,
nav#navbar .container .products ul + li,
nav#navbar .container .links ul + li,
nav#navbar .container .buttons ul + li,
nav#navbar .container .products li + ul,
nav#navbar .container .links li + ul,
nav#navbar .container .buttons li + ul,
nav#navbar .container .products li + li,
nav#navbar .container .links li + li,
nav#navbar .container .buttons li + li {
  margin-left: 18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container .products ul + ul,
  nav#navbar .container .links ul + ul,
  nav#navbar .container .buttons ul + ul,
  nav#navbar .container .products ul + li,
  nav#navbar .container .links ul + li,
  nav#navbar .container .buttons ul + li,
  nav#navbar .container .products li + ul,
  nav#navbar .container .links li + ul,
  nav#navbar .container .buttons li + ul,
  nav#navbar .container .products li + li,
  nav#navbar .container .links li + li,
  nav#navbar .container .buttons li + li {
    margin-left: 12px;
  }
}
.lang-ar nav#navbar .container .products ul + ul,
.lang-ar nav#navbar .container .links ul + ul,
.lang-ar nav#navbar .container .buttons ul + ul,
.lang-ar nav#navbar .container .products ul + li,
.lang-ar nav#navbar .container .links ul + li,
.lang-ar nav#navbar .container .buttons ul + li,
.lang-ar nav#navbar .container .products li + ul,
.lang-ar nav#navbar .container .links li + ul,
.lang-ar nav#navbar .container .buttons li + ul,
.lang-ar nav#navbar .container .products li + li,
.lang-ar nav#navbar .container .links li + li,
.lang-ar nav#navbar .container .buttons li + li {
  margin-right: 18px;
  margin-left: 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar nav#navbar .container .products ul + ul,
  .lang-ar nav#navbar .container .links ul + ul,
  .lang-ar nav#navbar .container .buttons ul + ul,
  .lang-ar nav#navbar .container .products ul + li,
  .lang-ar nav#navbar .container .links ul + li,
  .lang-ar nav#navbar .container .buttons ul + li,
  .lang-ar nav#navbar .container .products li + ul,
  .lang-ar nav#navbar .container .links li + ul,
  .lang-ar nav#navbar .container .buttons li + ul,
  .lang-ar nav#navbar .container .products li + li,
  .lang-ar nav#navbar .container .links li + li,
  .lang-ar nav#navbar .container .buttons li + li {
    margin-right: 12px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar nav#navbar .container .products ul + ul,
  .lang-ar nav#navbar .container .links ul + ul,
  .lang-ar nav#navbar .container .buttons ul + ul,
  .lang-ar nav#navbar .container .products ul + li,
  .lang-ar nav#navbar .container .links ul + li,
  .lang-ar nav#navbar .container .buttons ul + li,
  .lang-ar nav#navbar .container .products li + ul,
  .lang-ar nav#navbar .container .links li + ul,
  .lang-ar nav#navbar .container .buttons li + ul,
  .lang-ar nav#navbar .container .products li + li,
  .lang-ar nav#navbar .container .links li + li,
  .lang-ar nav#navbar .container .buttons li + li {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products ul + ul,
  nav#navbar .container .links ul + ul,
  nav#navbar .container .buttons ul + ul,
  nav#navbar .container .products ul + li,
  nav#navbar .container .links ul + li,
  nav#navbar .container .buttons ul + li,
  nav#navbar .container .products li + ul,
  nav#navbar .container .links li + ul,
  nav#navbar .container .buttons li + ul,
  nav#navbar .container .products li + li,
  nav#navbar .container .links li + li,
  nav#navbar .container .buttons li + li {
    margin-left: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products,
  nav#navbar .container .links {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  nav#navbar .container .products li,
  nav#navbar .container .links li {
    position: relative;
    padding: 0 58px;
    justify-content: stretch;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(-800%);
            transform: translateY(-800%);
  }
  nav#navbar .container .products li a,
  nav#navbar .container .links li a {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
  }
}
nav#navbar .container .products {
  flex: 1 1 0%;
  justify-content: flex-start;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products {
    z-index: 3;
  }
}
nav#navbar .container .products .active {
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .products .divider {
    display: none;
  }
}
nav#navbar .container .products .divider a {
  cursor: default;
}
nav#navbar .container .links {
  flex: 3 3 0%;
  justify-content: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .links {
    z-index: 4;
  }
  nav#navbar .container .links > ul {
    flex-direction: column;
  }
}
nav#navbar .container .links .anchors {
  margin-left: 0;
}
nav#navbar .container .links .anchors > :first-child {
  margin-left: 18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container .links .anchors > :first-child {
    margin-left: 12px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .links .anchors > :first-child {
    margin-left: 0;
  }
}
nav#navbar .container .buttons {
  flex: 1 1 0%;
  justify-content: flex-end;
}
nav#navbar .container .buttons .button {
  position: relative;
  overflow: hidden;
}
nav#navbar .container .buttons .button a {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  opacity: 1;
  line-height: 1;
  background-color: #2ec84d;
  height: 32px;
  padding: 0 15px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .buttons .button a {
    height: 24px;
    padding: 0 10px;
  }
}
nav#navbar .container .links[data-active=''] .default,
nav#navbar .container .links:not([data-active]) .default {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="1"] > li:nth-child(1) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="2"] > li:nth-child(2) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="3"] > li:nth-child(3) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="4"] > li:nth-child(4) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="5"] > li:nth-child(5) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="6"] > li:nth-child(6) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="7"] > li:nth-child(7) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="8"] > li:nth-child(8) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="9"] > li:nth-child(9) a {
  opacity: 1;
  pointer-events: none;
}
nav#navbar .container .links[data-active="10"] > li:nth-child(10) a {
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container {
    position: relative;
  }
  nav#navbar .container .mask {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    opacity: 0;
  }
  nav#navbar .container .indicator {
    height: 24px;
    margin-left: 5px;
  }
  nav#navbar .container .indicator .arrow {
    margin-top: 5px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  nav#navbar .container .selector {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  nav#navbar .container .selector li * {
    opacity: 1;
    font-family: OPPOSans-Bold;
  }
  nav#navbar .container[data-active-selector] .mask {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 1;
  }
  nav#navbar .container[data-active-selector='product'] .product-selector .indicator .arrow {
    -webkit-transform: none;
            transform: none;
  }
  nav#navbar .container[data-active-selector='product'] .products {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  nav#navbar .container[data-active-selector='product'] .products > li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  nav#navbar .container[data-active-selector='link'] .link-selector .indicator .arrow {
    -webkit-transform: none;
            transform: none;
  }
  nav#navbar .container[data-active-selector='link'] .links {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  nav#navbar .container[data-active-selector='link'] .links > li {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  nav#navbar .container .product-selector,
  nav#navbar .container .buttons {
    flex: 0 0 85px;
  }
  nav#navbar .container .link-selector {
    margin: 0 5px;
    flex: 1 1 0%;
    justify-content: center;
  }
}
.cus-figure {
  position: relative;
}
.cus-figure .f-img img {
  width: 100%;
  height: 100%;
}
.cus-figure .f-text {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .cus-figure .f-text {
    margin-top: 14px;
  }
}
#section-kv {
  background: #000;
  width: 100%;
  height: calc(100vh - 154px);
  height: calc((var(--vh, 1vh) * 100) - 154px);
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv {
    height: 56.25vw;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-kv {
    height: calc(100vh - 101px);
    height: calc((var(--vh, 1vh) * 100) - 101px);
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #section-kv {
    height: 200vw;
  }
}
#section-kv .poster {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56.25vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .poster {
    width: 100%;
    height: 200vw;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-kv .poster {
    bottom: unset;
    top: -28%;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #section-kv .poster {
    top: 0;
    height: 100%;
  }
}
#section-kv .text-wrapper {
  position: absolute;
  left: calc(50vw - 720px + 60px);
  top: 15.8333vw;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .text-wrapper {
    left: 50px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-kv .text-wrapper {
    position: relative;
    text-align: center;
    margin: 36px 0 0 0;
    left: 0;
    top: 0;
  }
}
#section-kv .text-wrapper .title2 {
  letter-spacing: -0.8px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-kv .text-wrapper .title2 {
    letter-spacing: 0.5px;
  }
}
#section-part-1 .part1 {
  width: 100%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part1 {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
}
#section-part-1 .part1 .text-wrapper {
  color: #fff;
  margin: 178px auto 182px;
  width: 864px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part1 .text-wrapper {
    margin: 122px auto 124px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part1 .text-wrapper {
    width: 590px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part1 .text-wrapper {
    width: 100%;
  }
}
#section-part-1 .part1 .text-wrapper .z-font-detail1-custom:first-child {
  margin-bottom: 21px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part1 .text-wrapper .z-font-detail1-custom:first-child {
    margin-bottom: 24px;
  }
}
#section-part-1 .part1 .text-wrapper .z-font-detail1-custom:nth-child(2) {
  margin-bottom: 24px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part1 .text-wrapper .z-font-detail1-custom:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part1 .text-wrapper {
    margin: 96px auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part1 .text-wrapper {
    margin: 134px auto;
  }
}
#section-part-1 .part1 .title-svg {
  width: 544px;
  height: 96px;
  margin: 0 auto 182px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part1 .title-svg {
    width: 371px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part1 .title-svg {
    height: 66px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part1 .title-svg {
    margin: 0 auto 124px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part1 .title-svg {
    width: 320px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part1 .title-svg {
    width: 448px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part1 .title-svg {
    height: 56px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part1 .title-svg {
    height: 78px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part1 .title-svg {
    margin: 0 auto 96px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part1 .title-svg {
    margin: 0 auto 134px;
  }
}
#section-part-1 .part1 .phone {
  width: 100%;
  height: 74.01vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part1 .phone {
    width: 100vw;
    height: 177.7778vw;
    margin-right: -20px;
  }
}
#section-part-1 .part2 {
  width: 1312px;
  margin: 0 auto 128px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 {
    width: 896px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 {
    margin: 0 auto 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part2 {
    width: calc(100vw - 40px);
  }
}
#section-part-1 .part2 .title-svg {
  width: 218px;
  height: 96px;
  margin: 0 auto 173px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 .title-svg {
    width: 149px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 .title-svg {
    height: 66px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 .title-svg {
    margin: 0 auto 118px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part2 .title-svg {
    width: 116px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part2 .title-svg {
    width: 162px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part2 .title-svg {
    height: 56px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part2 .title-svg {
    height: 78px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part2 .title-svg {
    margin: 0 auto 90px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part2 .title-svg {
    margin: 0 auto 126px;
  }
}
#section-part-1 .part2 .text-wrapper {
  color: #fff;
  width: 640px;
  margin-bottom: 84px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 .text-wrapper {
    width: 437px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 .text-wrapper {
    margin-bottom: 57px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part2 .text-wrapper {
    width: 100%;
  }
}
#section-part-1 .part2 .text-wrapper .z-font-title2-custom {
  margin-bottom: 25px;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part2 .text-wrapper {
    margin-bottom: 64px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part2 .text-wrapper {
    margin-bottom: 90px;
  }
}
#section-part-1 .part2 .phone {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part2 .phone {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part2 .phone {
    height: calc(75vw - 30px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part2 {
    margin: 96px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part2 {
    margin: 134px auto 0;
  }
}
#section-part-1 .part3 {
  position: relative;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part3 {
    width: calc(100vw - 40px);
    margin: 0 auto;
  }
}
#section-part-1 .part3 .bg {
  width: 100%;
  height: 56.25vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part3 .bg {
    margin-right: -20px;
    width: 100vw;
    height: 118.8889vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part3 .bg {
    margin-top: 172px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part3 .bg {
    margin-top: 241px;
  }
}
#section-part-1 .part3 .z-font-detail1-custom {
  color: #fff;
  width: 640px;
  position: absolute;
  top: 309px;
  right: calc(50vw - 656px);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part3 .z-font-detail1-custom {
    width: 437px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part3 .z-font-detail1-custom {
    top: 211px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part3 .z-font-detail1-custom {
    right: calc(50vw - 448px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-1 .part3 .z-font-detail1-custom {
    top: 242px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part3 .z-font-detail1-custom {
    top: 146px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part3 .z-font-detail1-custom {
    width: 100%;
    top: -80px;
    right: 0;
  }
}
#section-part-1 .part4 {
  width: 1638px;
  margin: 128px auto;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part4 {
    width: 1119px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part4 {
    margin: 87px auto;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-1 .part4 {
    width: 1312px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part4 {
    width: calc(100vw - 40px);
    flex-direction: column;
  }
}
#section-part-1 .part4 .left,
#section-part-1 .part4 .right {
  width: 50%;
  display: flex;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part4 .left,
  #section-part-1 .part4 .right {
    width: 100%;
  }
}
#section-part-1 .part4 .left {
  align-items: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part4 .left {
    order: 1;
  }
}
#section-part-1 .part4 .right {
  padding-right: 239px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part4 .right {
    padding-right: 163px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-1 .part4 .right {
    justify-content: center;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part4 .right {
    order: 2;
    padding-right: 0;
    justify-content: center;
  }
}
#section-part-1 .part4 .text-wrapper {
  color: #fff;
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part4 .text-wrapper {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part4 .text-wrapper {
    width: 100%;
    margin-bottom: 64px;
  }
}
#section-part-1 .part4 .text-wrapper .z-font-title2-custom {
  margin-bottom: 74px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part4 .text-wrapper .z-font-title2-custom {
    margin-bottom: 80px;
  }
}
#section-part-1 .part4 .text-wrapper .z-font-title3-custom {
  margin-bottom: 26px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part4 .text-wrapper .z-font-title3-custom {
    margin-bottom: 20px;
  }
}
#section-part-1 .part4 .phone {
  width: 411px;
  height: 880px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part4 .phone {
    width: 281px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part4 .phone {
    height: 601px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part4 .phone {
    width: 244px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part4 .phone {
    width: 342px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part4 .phone {
    height: 523px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part4 .phone {
    height: 732px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part4 {
    margin: 80px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part4 {
    margin: 112px auto 0;
  }
}
#section-part-1 .part5 {
  width: 1638px;
  margin: 0 auto;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part5 {
    width: 1119px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-1 .part5 {
    width: 1312px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part5 {
    width: calc(100vw - 40px);
    flex-direction: column;
  }
}
#section-part-1 .part5 .left,
#section-part-1 .part5 .right {
  width: 50%;
  display: flex;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part5 .left,
  #section-part-1 .part5 .right {
    width: 100%;
  }
}
#section-part-1 .part5 .left {
  justify-content: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part5 .left {
    justify-content: flex-start;
    padding-left: 163px;
  }
}
#section-part-1 .part5 .right {
  align-items: center;
  padding-right: 163px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part5 .right {
    padding-right: 111px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-1 .part5 .right {
    padding-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part5 .right {
    padding-right: 51px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part5 .right {
    padding-right: 0;
  }
}
#section-part-1 .part5 .text-wrapper {
  color: #fff;
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part5 .text-wrapper {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part5 .text-wrapper {
    margin-bottom: 64px;
  }
}
#section-part-1 .part5 .text-wrapper .z-font-title3-custom {
  margin-bottom: 26px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part5 .text-wrapper .z-font-title3-custom {
    margin-bottom: 20px;
  }
}
#section-part-1 .part5 .phone {
  width: 411px;
  height: 880px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part5 .phone {
    width: 281px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part5 .phone {
    height: 601px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part5 .phone {
    width: 244px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part5 .phone {
    width: 342px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part5 .phone {
    height: 523px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part5 .phone {
    height: 732px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part5 {
    margin: 80px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part5 {
    margin: 112px auto 0;
  }
}
#section-part-1 .part6 {
  width: 1312px;
  margin: 128px auto 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part6 {
    width: 896px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part6 {
    margin: 87px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part6 {
    width: calc(100vw - 40px);
    flex-direction: column;
  }
}
#section-part-1 .part6 .text-wrapper {
  color: #fff;
  width: 640px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part6 .text-wrapper {
    width: 437px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part6 .text-wrapper {
    margin-bottom: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part6 .text-wrapper {
    width: 100%;
    margin-bottom: 64px;
  }
}
#section-part-1 .part6 .text-wrapper .z-font-title3-custom {
  margin-bottom: 26px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part6 .text-wrapper .z-font-title3-custom {
    margin-bottom: 20px;
  }
}
#section-part-1 .part6 .img-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part6 .img-wrapper {
    overflow: hidden;
    width: 100vw;
    margin-right: -20px;
    display: block;
  }
}
#section-part-1 .part6 .img-wrapper .phone {
  width: 310px;
  height: 664px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part6 .img-wrapper .phone {
    width: 212px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-1 .part6 .img-wrapper .phone {
    height: 453px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-1 .part6 .img-wrapper .phone {
    width: 177vw;
    height: 110vw;
    margin-right: -38.5vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-1 .part6 {
    margin: 80px auto 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-1 .part6 {
    margin: 112px auto 0;
  }
}
#section-part-2 {
  color: #fff;
  background-color: #000;
  padding-bottom: 237px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 {
    padding-bottom: 162px;
  }
}
#section-part-2 .f-text {
  margin-top: 20px;
}
#section-part-2 .g--container > * {
  position: relative;
  margin-top: 182px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .g--container > * {
    margin-top: 124px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .g--container > * {
    margin-top: 96px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .g--container > * {
    margin-top: 134px;
  }
}
#section-part-2 .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .wrapper {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .wrapper {
    margin-top: 28px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .wrapper > :first-child {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .wrapper > :first-child {
    margin-top: 28px;
  }
}
#section-part-2 .title {
  position: relative;
  margin: 0 auto 182px auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .title {
    margin: 0 auto 124px auto;
  }
}
#section-part-2 .title img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .title {
    margin: 0 auto 96px auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .title {
    margin: 0 auto 134px auto;
  }
}
#section-part-2 .t-0 {
  width: 294px;
  height: 96px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .t-0 {
    width: 201px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .t-0 {
    height: 66px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .t-0 {
    width: 136px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .t-0 {
    width: 190px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .t-0 {
    height: 56px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .t-0 {
    height: 78px;
  }
}
#section-part-2 .t-1 {
  width: 264px;
  height: 96px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .t-1 {
    width: 180px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .t-1 {
    height: 66px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .t-1 {
    width: 129px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .t-1 {
    width: 181px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .t-1 {
    height: 56px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .t-1 {
    height: 78px;
  }
}
#section-part-2 .t-2 {
  width: 373px;
  height: 96px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .t-2 {
    width: 255px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .t-2 {
    height: 66px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .t-2 {
    width: 198px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .t-2 {
    width: 277px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .t-2 {
    height: 56px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .t-2 {
    height: 78px;
  }
}
#section-part-2 .img-0 .f-img,
#section-part-2 .img-1 .f-img,
#section-part-2 .img-4 .f-img {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-0 .f-img,
  #section-part-2 .img-1 .f-img,
  #section-part-2 .img-4 .f-img {
    height: 504px;
  }
}
#section-part-2 .img-2 .f-img {
  width: 370px;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-2 .f-img {
    width: 253px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-2 .f-img {
    height: 380px;
  }
}
#section-part-2 .img-3 .f-img {
  width: 830px;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-3 .f-img {
    width: 567px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-3 .f-img {
    height: 380px;
  }
}
#section-part-2 .img-5 .f-img,
#section-part-2 .img-6 .f-img {
  width: 528px;
  height: 396px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-5 .f-img,
  #section-part-2 .img-6 .f-img {
    width: 361px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-5 .f-img,
  #section-part-2 .img-6 .f-img {
    height: 270px;
  }
}
#section-part-2 .img-7 .f-img {
  width: 640px;
  height: 960px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-7 .f-img {
    width: 437px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .img-7 .f-img {
    height: 656px;
  }
}
#section-part-2 .s-part-2 .sub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-part-2 .s-part-2 .sub-0 > :first-child {
  margin-bottom: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .s-part-2 .sub-0 > :first-child {
    margin-bottom: 14px;
  }
}
@media (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .f-img {
    width: 88.88888888888889vw !important;
    height: 66.66666666666667vw !important;
  }
}
@media (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .f-img {
    width: 93.75vw !important;
    height: 70.3125vw !important;
  }
}
#section-part-2 .video-wrapper {
  position: relative;
}
#section-part-2 .video-wrapper img {
  width: 100%;
  height: 100%;
}
#section-part-2 .play-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
  direction: ltr;
}
#section-part-2 .play-wrapper .play {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  background: #fff;
  padding: 5.5px 11.5px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .play-wrapper .play {
    font-size: 10px;
  }
}
#section-part-2 .play-wrapper .play .arrow {
  width: 10px;
  height: 12px;
  margin-right: 7.5px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .canvas-wrapper {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .video-wrapper img {
  cursor: pointer;
}
#section-part-2 .performance-ai .g--video-wrapper {
  width: 60%;
}
#section-part-2 .performance-ai .g--video-wrapper video {
  height: auto;
}
#section-part-2 .performance-gesture .g--video-wrapper {
  height: 70%;
}
#section-part-2 .performance-gesture .g--video-wrapper video {
  width: auto;
}
#section-part-2 .performance-prevention .g--video-wrapper,
#section-part-2 .performance-rotation .g--video-wrapper {
  width: 801px;
  height: 600px;
}
@media (min-width: 2260px) {
  #section-part-2 .performance-prevention .g--video-wrapper,
  #section-part-2 .performance-rotation .g--video-wrapper {
    width: 1200px;
    height: 900px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .performance-prevention .g--video-wrapper,
  #section-part-2 .performance-rotation .g--video-wrapper {
    width: 613px;
    height: 468px;
  }
}
#section-part-2 .f-title {
  margin-top: 12px;
}
#section-part-2 .f-title,
#section-part-2 .f-content {
  color: #fff;
}
.lang-ar #section-part-2 .d--description .content {
  margin-left: auto;
}
#section-part-2 .part-0 {
  overflow: hidden;
  padding: 182px 0 125px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 {
    padding: 124px 0 85px 0;
  }
}
#section-part-2 .part-0 .performance-title {
  margin-bottom: 182px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .performance-title {
    margin-bottom: 124px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0 {
    padding: 96px 0 80px 0;
  }
  #section-part-2 .part-0 .performance-title {
    margin-bottom: 96px;
    text-align: left;
  }
  .lang-ar #section-part-2 .part-0 .performance-title {
    text-align: right;
  }
}
#section-part-2 .part-0 .title-0 {
  margin-bottom: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .title-0 {
    margin-bottom: 55px;
  }
}
#section-part-2 .part-0 .figure-0 {
  width: 100%;
}
#section-part-2 .part-0 .figure-0 img {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .figure-0 img {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0 .figure-0 img {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .part-0 .figure-group {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .figure-group {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0 .figure-group {
    flex-direction: column;
  }
}
#section-part-2 .part-0 .figure-group .figure-1 {
  width: 830px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .figure-group .figure-1 {
    width: 567px;
  }
}
#section-part-2 .part-0 .figure-group .figure-1 img {
  width: 100%;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .figure-group .figure-1 img {
    height: 380px;
  }
}
#section-part-2 .part-0 .figure-group .figure-2 {
  width: 370px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .figure-group .figure-2 {
    width: 253px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0 .figure-group .figure-2 {
    margin-top: 32px;
  }
}
#section-part-2 .part-0 .figure-group .figure-2 img {
  width: 100%;
  height: 556px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0 .figure-group .figure-2 img {
    height: 380px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0 .figure-group .figure-1,
  #section-part-2 .part-0 .figure-group .figure-2 {
    width: 100%;
  }
  #section-part-2 .part-0 .figure-group .figure-1 img,
  #section-part-2 .part-0 .figure-group .figure-2 img {
    height: 66.66666666666667vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 .part-0 .figure-group {
    margin-top: 32px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 .part-0 .figure-group {
    margin-top: 45px;
  }
}
#section-part-2 .part-1 .d--description .content {
  margin-top: 20px;
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1 .d--description .content {
    margin-top: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1 .d--description .content {
    width: 437px;
  }
}
@media (min-width: 1440px) {
  .lang-ar #section-part-2 .part-1 .d--description .content {
    width: 750px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1 .d--description .content {
    width: 100%;
  }
}
#section-part-2 .part-1 .phone-components {
  position: relative;
  width: 100%;
  height: 280vh;
  height: calc(var(--vh, 1vh) * 280);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1 .phone-components {
    height: 250vh;
    height: calc(var(--vh, 1vh) * 250);
  }
}
#section-part-2 .part-1 .phone-components .c-sticky {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1 .phone-components .c-sticky {
    align-items: flex-start;
  }
}
#section-part-2 .part-1 .phone-components .c-sticky .components-container {
  position: relative;
  width: 1084px;
  height: 262px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container {
    width: 802.16px;
    height: 193.88px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container {
    width: 737.12px;
    height: 178.16000000000003px;
  }
}
@media (min-width: 2260px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container {
    width: 1517.6px;
    height: 366.79999999999995px;
  }
}
.lang-ar #section-part-2 .part-1 .phone-components .c-sticky .components-container {
  margin-top: 90px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container {
    width: 88.88888888888889vw;
    height: 21.38888888888889vw;
  }
}
#section-part-2 .part-1 .phone-components .c-sticky .components-container .components {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-part-2 .part-1 .phone-components .c-sticky .components-container .components img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-part-2 .part-1 .phone-components .c-sticky .components-container .components .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
  position: absolute;
  width: 80px;
  height: 38px;
  top: 28px;
  left: 773px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 59.2px;
    height: 28.12px;
    top: 20.72px;
    left: 572.02px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 54.400000000000006px;
    height: 25.840000000000003px;
    top: 19.040000000000003px;
    left: 525.64px;
  }
}
@media (min-width: 2260px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 112px;
    height: 53.199999999999996px;
    top: 39.199999999999996px;
    left: 1082.1999999999998px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-0 {
    width: 6.666666666666666vw;
    height: 3.055555555555555vw;
    top: 2.5vw;
    left: 63.61111111111111vw;
  }
}
#section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
  position: absolute;
  width: 70px;
  height: 38px;
  top: 63px;
  left: 789px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 51.8px;
    height: 28.12px;
    top: 46.62px;
    left: 583.86px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 47.6px;
    height: 25.840000000000003px;
    top: 42.84px;
    left: 536.52px;
  }
}
@media (min-width: 2260px) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 98px;
    height: 53.199999999999996px;
    top: 88.19999999999999px;
    left: 1104.6px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1 .phone-components .c-sticky .components-container .components .cpu-1 {
    width: 6.111111111111111vw;
    height: 3.333333333333333vw;
    top: 5.277777777777778vw;
    left: 64.72222222222221vw;
  }
}
#section-part-2 .part-1 .phone-content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#section-part-2 .part-1 .phone-content .desc-wrapper {
  position: relative;
}
#section-part-2 .part-1 .phone-content .p-desc-1 {
  position: absolute;
  width: 100%;
  top: 130vh;
  top: calc(var(--vh, 1vh) * 130);
  left: 0;
}
#section-part-2 .part-0-std .video-wrapper img {
  width: 100%;
  height: 100%;
}
#section-part-2 .part-0-std .play-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: center;
}
#section-part-2 .part-0-std .play-wrapper .play {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5.5px 11.5px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .play-wrapper .play {
    font-size: 10px;
  }
}
#section-part-2 .part-0-std .play-wrapper .play .arrow {
  width: 10px;
  height: 12px;
  margin-right: 7.5px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .canvas-wrapper {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .part-0-std .video-wrapper img {
  cursor: pointer;
}
#section-part-2 .part-0-std .figure-std-0 .video-wrapper,
#section-part-2 .part-0-std .figure-std-0 canvas {
  width: 100%;
  height: 736px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-std-0 .video-wrapper,
  #section-part-2 .part-0-std .figure-std-0 canvas {
    height: 503px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .figure-std-0 .video-wrapper,
  #section-part-2 .part-0-std .figure-std-0 canvas {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .part-0-std .figure-group {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-group {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .figure-group {
    margin-top: 32px;
    flex-direction: column;
  }
}
#section-part-2 .part-0-std .figure-group .sub-group-0 {
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-group .sub-group-0 {
    width: 437px;
  }
}
#section-part-2 .part-0-std .figure-group .sub-group-0 .video-wrapper,
#section-part-2 .part-0-std .figure-group .sub-group-0 canvas {
  width: 100%;
  height: 960px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-group .sub-group-0 .video-wrapper,
  #section-part-2 .part-0-std .figure-group .sub-group-0 canvas {
    height: 656px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .figure-group .sub-group-0 {
    width: 100%;
  }
  #section-part-2 .part-0-std .figure-group .sub-group-0 canvas {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .part-0-std .figure-group .sub-group-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 528px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-group .sub-group-1 {
    width: 361px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .figure-group .sub-group-1 {
    margin-top: 32px;
    width: 100%;
  }
}
#section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-2 canvas,
#section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-2 .video-wrapper {
  width: 100%;
  height: 396px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-2 canvas,
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-2 .video-wrapper {
    height: 270px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-2 canvas {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 {
  margin-top: 64px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 {
    margin-top: 44px;
  }
}
#section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 canvas,
#section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 .video-wrapper {
  width: 100%;
  height: 396px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 canvas,
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 .video-wrapper {
    height: 270px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 {
    margin-top: 32px;
  }
  #section-part-2 .part-0-std .figure-group .sub-group-1 .figure-std-3 canvas {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .part-0-std .figure-std-4 {
  margin-top: 80px;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-std-4 {
    margin-top: 55px;
  }
}
#section-part-2 .part-0-std .figure-std-4 img {
  width: 100%;
  height: 738px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .figure-std-4 img {
    height: 504px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .figure-std-4 {
    margin-top: 32px;
  }
  #section-part-2 .part-0-std .figure-std-4 img {
    height: 66.66666666666667vw;
  }
}
#section-part-2 .part-0-std .tuv-std {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .tuv-std {
    margin-top: 33px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .tuv-std {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}
#section-part-2 .part-0-std .tuv-std .tuv {
  width: 68px;
  height: 68px;
  margin-right: 12px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .tuv-std .tuv {
    width: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .tuv-std .tuv {
    height: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-0-std .tuv-std .tuv {
    margin-right: 8px;
  }
}
.lang-ar #section-part-2 .part-0-std .tuv-std .tuv {
  margin-right: 0;
  margin-left: 12px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #section-part-2 .part-0-std .tuv-std .tuv {
    margin-left: 8px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-0-std .tuv-std .tuv {
    width: 17.77777777777778vw;
    height: 17.77777777777778vw;
    margin: 0 0 12px 0;
  }
}
#section-part-2 .part-1-std {
  padding-top: 128px;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1-std {
    padding-top: 87px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1-std {
    padding-top: 80px;
  }
}
#section-part-2 .part-1-std .d--description .content {
  margin-top: 20px;
  width: 640px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1-std .d--description .content {
    margin-top: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1-std .d--description .content {
    width: 437px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1-std .d--description .content {
    width: 100%;
  }
}
#section-part-2 .part-1-std .per-std-phone {
  position: relative;
  width: 100%;
  margin: 102px 0 65px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1-std .per-std-phone {
    margin: 70px 0 44px 0;
  }
}
.lang-ar #section-part-2 .part-1-std .per-std-phone {
  margin: 182px 0 65px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #section-part-2 .part-1-std .per-std-phone {
    margin: 124px 0 44px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #section-part-2 .part-1-std .per-std-phone {
    margin: 142px 0 65px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1-std .per-std-phone {
    margin: 142px 0 65px 0;
  }
}
#section-part-2 .part-1-std .per-std-phone .per-phone {
  position: relative;
  width: 2054px;
  height: 509px;
  margin-left: -438px;
  z-index: 1;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #section-part-2 .part-1-std .per-std-phone .per-phone {
    width: 1519.96px;
    height: 376.65999999999997px;
    margin-left: -324.12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1-std .per-std-phone .per-phone {
    width: 1396.72px;
    height: 346.12px;
    margin-left: -297.84000000000003px;
  }
}
@media (min-width: 2260px) {
  #section-part-2 .part-1-std .per-std-phone .per-phone {
    width: 2875.6px;
    height: 712.5999999999999px;
    margin-left: -613.1999999999999px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1-std .per-std-phone .per-phone {
    width: 246.94444444444443vw;
    height: 61.388888888888886vw;
    margin-left: -152.77777777777777vw;
  }
}
#section-part-2 .part-1-std .per-std-phone .per-phone img {
  width: 100%;
  height: 100%;
}
#section-part-2 .part-1-std .per-std-phone .cpu-std {
  position: absolute;
  top: 0;
  left: 0;
}
#section-part-2 .part-1-std .per-std-digtial {
  display: flex;
}
.lang-ar #section-part-2 .part-1-std .per-std-digtial > :not(:last-child) {
  margin-left: 257px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #section-part-2 .part-1-std .per-std-digtial > :not(:last-child) {
    margin-left: 176px;
  }
}
#section-part-2 .part-1-std .per-std-digtial > :not(:first-child) {
  margin-left: 257px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .part-1-std .per-std-digtial > :not(:first-child) {
    margin-left: 176px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #section-part-2 .part-1-std .per-std-digtial {
    flex-direction: column;
  }
  #section-part-2 .part-1-std .per-std-digtial > :not(:first-child) {
    margin-left: 0;
    margin-top: 32px;
  }
}
#section-part-2 .performance-ai .g--video-wrapper {
  width: 60%;
}
#section-part-2 .performance-ai .g--video-wrapper video {
  height: auto;
}
#section-part-2 .performance-gesture .g--video-wrapper {
  height: 70%;
}
#section-part-2 .performance-gesture .g--video-wrapper video {
  width: auto;
}
#section-part-2 .performance-prevention .g--video-wrapper,
#section-part-2 .performance-rotation .g--video-wrapper {
  width: 801px;
  height: 600px;
}
@media (min-width: 2260px) {
  #section-part-2 .performance-prevention .g--video-wrapper,
  #section-part-2 .performance-rotation .g--video-wrapper {
    width: 1200px;
    height: 900px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #section-part-2 .performance-prevention .g--video-wrapper,
  #section-part-2 .performance-rotation .g--video-wrapper {
    width: 613px;
    height: 468px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #section-part-2 {
    padding-bottom: 224px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #section-part-2 {
    padding-bottom: 314px;
  }
}
.g--v-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 120;
  display: none;
}
.g--v-mask.show {
  display: block;
}
.g--v-mask .g--v-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  position: relative;
  width: 100%;
  height: 100%;
}
.g--v-mask .g--video-wrapper {
  position: relative;
  margin-top: -12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.g--v-mask .g--video-wrapper .g--video {
  width: 100%;
  height: 100%;
}
.ie .g--v-mask .g--video-wrapper .g--video {
  display: flex;
  justify-content: center;
}
.g--v-mask .g--video-wrapper video {
  width: 100%;
  height: 100%;
}
.g--v-mask .g--video-wrapper video.video-disappear {
  display: none !important;
}
.g--popup-close {
  position: absolute;
  top: -32px;
  right: 0;
  z-index: 99;
  width: 12px;
  height: 12px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 2260px) {
  .g--popup-close {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .g--popup-close {
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.g--close-wrapper {
  position: absolute;
  width: 35px;
  height: 48px;
  top: 26px;
  left: 5px;
}
.g--popup-close.theme-white polygon {
  fill: #000;
}
.g--popup-close.theme-black polygon {
  fill: #fff;
}
#main-wrapper .main {
  overflow: hidden;
}
#main-wrapper img[data-srcset] {
  opacity: 0;
}
#main-wrapper img[data-srcset].loaded {
  opacity: 1;
}
#main-wrapper .grid {
  margin: 0 auto 0;
  width: 1312px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #main-wrapper .grid {
    width: 896px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 720px) {
  #main-wrapper .grid {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 721px) and (max-width: 1024px) {
  #main-wrapper .grid {
    width: calc(100% - 56px);
  }
}
#main-wrapper {
  background: #000;
  text-align: right;
  direction: rtl;
}
#main-wrapper #navbar .links .link:first-child {
  margin-left: 18px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #main-wrapper #navbar .links .link:first-child {
    margin-left: 0;
  }
}
#main-wrapper #navbar .links .link:last-child {
  margin-left: 0;
}

