@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-weight: 200;
  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;
  max-width: initial;
}
#main-wrapper canvas img {
  display: none;
}
#main-wrapper video {
  display: block;
  max-width: initial;
}
#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 .sticky-container,
#main-wrapper .g--sticky-container {
  position: relative;
}
#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;
  }
}
@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;
  }
  #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;
  }
  #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;
  }
  #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;
}
.lang-ar nav#navbar {
  direction: rtl;
}
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: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container {
    padding: 0 15px;
  }
}
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: 1440px) and (max-width: 1919px) {
  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: 14px;
  }
}
@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: 10px;
  }
}
.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: 1440px) and (max-width: 1919px) {
  .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: 14px;
  }
}
@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: 10px;
  }
}
@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;
  margin-left: 100px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  nav#navbar .container .links {
    margin-left: 0;
  }
}
@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: 1440px) and (max-width: 1919px) {
  nav#navbar .container .links .anchors > :first-child {
    margin-left: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  nav#navbar .container .links .anchors > :first-child {
    margin-left: 10px;
  }
}
@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 107px;
  }
  nav#navbar .container .link-selector {
    margin: 0 5px;
    flex: 1 1 0%;
    justify-content: center;
  }
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(/content/dam/oppo/product-asset-library/reno/reno4/weu-reno4/font-Roboto-Bold-146493.woff) format('woff'), url(/content/dam/oppo/product-asset-library/reno/reno4/weu-reno4/font-Roboto-Bold-36b5ba.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'OPPOSans-super';
  src: url(/content/dam/oppo/product-asset-library/reno/reno4/weu-reno4/font-OPPO-M-SUP-c23c36.woff) format('woff'), url(/content/dam/oppo/product-asset-library/reno/reno4/weu-reno4/font-OPPO-M-SUP-e71c7a.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'OPPOSans-super';
  src: url(/content/dam/oppo/product-asset-library/reno/reno4/weu-reno4/font-OPPO-B-SUP-3612bd.woff) format('woff'), url(/content/dam/oppo/product-asset-library/reno/reno4/weu-reno4/font-OPPO-B-SUP-37942b.ttf) format('truetype');
  font-style: normal;
  font-weight: 700;
}
#main-wrapper {
  b: sup;
  sup: b;
  strong: sup;
}
#main-wrapper sup {
  font-size: 1em;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  top: -0.2em;
  font-family: OPPOSans-super;
  font-weight: 400;
}
#main-wrapper b,
#main-wrapper strong {
  font-weight: 200;
}
#main-wrapper sup strong {
  font-weight: 700;
}
.g--roboto-b {
  font-family: 'Roboto-Bold';
}
.g--sup-m {
  font-weight: 400;
}
.g--sup-b {
  font-weight: 700;
}
.sub-title {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.sub-title.cz-down {
  color: rgba(255,255,255,0.7);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .sub-title {
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .sub-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .sub-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .sub-title {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.1px;
  }
}
.p-main {
  font-family: OPPOSans-Medium;
  font-family: OPPOSans-Regular;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.1px;
  color: rgba(255,255,255,0.7);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .p-main {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .p-main {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .p-main {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .p-main.pt {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
.p-main.white {
  color: #fff;
}
.tab-text {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 24px;
  line-height: 2.17;
  letter-spacing: -0.09px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .tab-text {
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.11px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .tab-text {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .tab-text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
.g--label {
  background: rgba(0,0,0,0.3);
  border-radius: 13.5px;
  position: absolute;
  z-index: 5;
  color: #e9e9e9;
  width: 63px;
  text-align: center;
  left: calc(50% - 31.5px);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  white-space: nowrap;
}
.g--label.label1 {
  width: 112px;
  left: calc(50% - 56px);
}
.g--label.label2 {
  width: 71px;
  left: calc(50% - 35.5px);
}
.g--label.label3 {
  width: 120px;
  left: calc(50% - 60px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--label {
    width: 50px;
    border-radius: 11.5px;
    font-size: 14.4px;
    letter-spacing: -0.4px;
    left: calc(50% - 25px);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    white-space: nowrap;
  }
  .g--label.label1 {
    width: 98px;
    left: calc(50% - 49px);
  }
  .g--label.label2 {
    width: 61px;
    left: calc(50% - 30.5px);
  }
  .g--label.label3 {
    width: 96px;
    left: calc(50% - 48px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--label {
    width: 50px;
    border-radius: 10.4px;
    font-size: 13px;
    letter-spacing: -0.36px;
    left: calc(50% - 25px);
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.01px;
  }
  .g--label.label1 {
    width: 86px;
    left: calc(50% - 43px);
  }
  .g--label.label2 {
    width: 50px;
    left: calc(50% - 25px);
  }
  .g--label.label3 {
    width: 86px;
    left: calc(50% - 43px);
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--label {
    width: 63px;
    border-radius: 15px;
    font-size: 19px;
    letter-spacing: -0.55px;
    left: calc(50% - 31.5px);
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.55px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--label {
    border-radius: 8px;
    font-size: 10px;
    letter-spacing: -0.29px;
    width: 36px;
    left: calc(50% - 18px);
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: -0.3px;
  }
}
.video-mask {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(150vh);
          transform: translateY(150vh);
  background-color: #000;
}
.video-mask.show {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.video-mask.fold {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.video-mask .video-wrapper {
  width: 100%;
  margin-top: 23vw;
  height: 77vw;
}
.video-mask .video-wrapper video {
  width: 100%;
  height: 150vw;
}
.video-mask .close {
  position: absolute;
  right: 2.667vw;
  top: 8.667vw;
  width: 8vw;
  color: #fff;
}
.video-mask .close img {
  width: 100%;
  height: auto;
}
.g--container {
  margin: 0 auto;
  width: 1320px;
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--container {
    width: 88.88888888888889vw;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--container {
    width: 79.16666666666667vw;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--container {
    width: 1056px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--container {
    width: 726px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .g--pt-hidden,
  .pt-hidden {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 1025px), (orientation: landscape) and (min-width: 1024px) {
  .g--ls-hidden,
  .ls-hidden {
    display: none !important;
  }
}
@media (min-width: 2260px) {
  .g--show-2560 {
    display: block !important;
  }
}
@media (max-width: 2259px) {
  .g--show-2560 {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--show-2560 {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--show-2560 {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--show-2560 {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--show-2560 {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--show-1920 {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--show-1920 {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--show-1920 {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--show-1920 {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .g--show-1440 {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--show-1440 {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--show-1440 {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--show-1440 {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--show-1024 {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .g--show-1024 {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--show-1024 {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--show-1024 {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--show-768 {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--show-768 {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .g--show-768 {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--show-768 {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--show-360 {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--show-360 {
    display: none !important;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--show-360 {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .g--show-360 {
    display: none !important;
  }
}
@-webkit-keyframes g--show-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes g--show-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes g--show-translateY {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes g--show-translateY {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#c--section-kv {
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}
#c--section-kv h1 {
  font-family: OPPOSans-Medium;
  font-size: 74px;
  line-height: 1.38;
  letter-spacing: -0.00729em;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #c--section-kv h1 {
    font-size: 59px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #c--section-kv h1 {
    font-size: 41px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #c--section-kv h1 {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: -0.004791666666667em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #c--section-kv h1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.428571428571429;
    letter-spacing: -0.004285714285714em;
  }
}
#c--section-kv .wrapper,
#c--section-kv .text {
  -webkit-transform-origin: center;
          transform-origin: center;
}
#c--section-kv .text {
  will-change: opacity, transform;
}
#c--section-kv .wrapper {
  will-change: transform;
}
.g--kv-placeholder {
  width: 100%;
  height: 150vh;
  height: calc(var(--vh, 1vh) * 150);
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  font-family: OPPOSans-Bold;
  font-size: 74px;
  line-height: 1.38;
  letter-spacing: -0.54px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .g--kv-placeholder {
    height: 120vh;
    height: calc(var(--vh, 1vh) * 120);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .g--kv-placeholder {
    font-size: 68px;
    line-height: 1.4;
    letter-spacing: -0.23px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .g--kv-placeholder {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: -0.23px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .g--kv-placeholder {
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: -0.2px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .g--kv-placeholder {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.12px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .kv--show-768 {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .kv--show-768 {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .kv--show-768 {
    display: none !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .kv--show-768 {
    display: none !important;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 1024px) and (max-width: 1439px) {
  .kv--show-768 {
    display: none !important;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .kv--show-768 {
    display: block !important;
  }
}
#kv {
  position: relative;
  width: 100%;
  height: 47.91666666666667vw;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv {
    height: 62.15277777777778vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv {
    height: 62.6953125vw;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #kv {
    height: 132.94270833333331vw;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #kv {
    height: 180.55555555555557vw;
  }
}
#kv .container {
  position: relative;
  width: 100%;
  height: 100%;
}
#kv .container .bg,
#kv .container .text,
#kv .container .shadow,
#kv .container .phone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv .container .bg img,
#kv .container .text img,
#kv .container .shadow img,
#kv .container .phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kv .container .title {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 2260px) {
  #kv .container .title {
    top: 130px;
  }
}
@media (min-width: 1920px) {
  #kv .container .title {
    top: 82px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #kv .container .title {
    top: 76px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .container .title {
    top: 57.5px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #kv .container .title {
    top: 66px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #kv .container .title {
    top: 60px;
  }
}
#kv .container .title .t-0 {
  display: flex;
}
#kv .container .title .t-0 .s-5g {
  width: 56px;
  height: 38px;
  margin: 30px 0 0 18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #kv .container .title .t-0 .s-5g {
    margin: 23px 0 0 10px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #kv .container .title .t-0 .s-5g {
    margin: 23px 0 0 10px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #kv .container .title .t-0 .s-5g {
    width: 32px;
    height: 22px;
    margin: 14px 0 0 8px;
  }
}
#kv .container .title .line {
  width: 1px;
  height: 14px;
  margin: auto 20px;
  background: rgba(0,0,0,0.7);
}
@media (orientation: portrait) and (max-width: 568px) {
  #kv .container .title .line {
    margin: auto 15px;
  }
}
#kv .anime-0,
#kv .anime-1,
#kv .anime-2 {
  opacity: 0;
}
#kv .anime-2 {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}
#kv.show .anime-0 {
  opacity: 1;
  transition: opacity 0.6s;
}
#kv.show .anime-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.6s 0.2s;
}
#kv.show .anime-1 {
  opacity: 1;
  transition: opacity 0.3s 0.7s;
}
.t-0 {
  font-family: OPPOSans-Regular;
  color: #000;
  height: 92px;
  font-size: 68px;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .t-0 {
    height: 70px;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .t-0 {
    height: 100px;
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .t-0 {
    height: 80px;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .t-0 {
    height: 48px;
    font-size: 32px;
    line-height: 1.375;
    letter-spacing: -0.1px;
  }
}
.t-1 {
  font-family: OPPOSans-Bold;
  color: #000;
  height: 56px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.12px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .t-1 {
    height: 50px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .t-1 {
    height: 70px;
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .t-1 {
    height: 44px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .t-1 {
    height: 36px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.1px;
  }
}
.t-2 {
  display: flex;
  font-family: OPPOSans-Regular;
  color: rgba(0,0,0,0.7);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .t-2 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .t-2 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: -0.05px;
  }
}
#design {
  overflow: hidden;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-family: OPPOSans-Medium;
  margin-top: -50vh;
  margin-top: calc(var(--vh, 1vh) * -50);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design {
    margin-top: -100vh;
    margin-top: calc(var(--vh, 1vh) * -100);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design {
    margin-top: -50vh;
    margin-top: calc(var(--vh, 1vh) * -50);
  }
}
#design h1 {
  font-family: OPPOSans-Bold;
  font-size: 74px;
  line-height: 1.38;
  letter-spacing: -0.54px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design h1 {
    font-size: 68px;
    line-height: 1.4;
    letter-spacing: -0.23px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design h1 {
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: -0.23px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design h1 {
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: -0.2px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #design h1 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -0.12px;
  }
}
#design h2 {
  word-break: keep-all;
  font-family: OPPOSans-Bold;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -0.020833333333333em;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design h2 {
    font-size: 33px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design h2 {
    line-height: 1.214285714285714;
    letter-spacing: -0.020952380952381em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design h2 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design h2 {
    font-size: 59px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design h2 {
    font-size: 36px;
  }
}
#design .detail {
  margin-top: 27px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .detail {
    margin-top: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .detail {
    margin-top: 15px;
  }
}
#design .grey {
  color: #999;
}
#design p {
  font-family: OPPOSans-Regular;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.1px;
  color: rgba(255,255,255,0.7);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #design p {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
#design p + p {
  margin-top: 1em;
}
#design .g--container {
  position: relative;
}
#design .part-1 {
  position: relative;
  z-index: 2;
}
#design .part-1 .key {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .key {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .key {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .key {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.05px;
  }
}
#design .part-1 .value {
  font-family: OPPOSans-Bold;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .value {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .value {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .value {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (min-width: 1025px), (orientation: landscape) and (min-width: 1024px) {
  #design .part-1 .pt-show {
    display: none;
  }
}
#design .part-1 .container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container {
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
}
#design .part-1 .container .bg {
  margin-right: 200px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .bg {
    margin-right: 160px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .bg {
    margin-right: 110px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .bg {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#design .part-1 .container .bg .wrapper {
  position: relative;
  width: 463px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .bg .wrapper {
    width: 370px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .bg .wrapper {
    width: 255px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .bg .wrapper {
    width: 135px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .bg .wrapper {
    width: 288px;
  }
}
#design .part-1 .container .bg .back,
#design .part-1 .container .bg .front {
  width: 288px;
  height: 851px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .bg .back,
  #design .part-1 .container .bg .front {
    width: 230px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .bg .back,
  #design .part-1 .container .bg .front {
    width: 158px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .bg .back,
  #design .part-1 .container .bg .front {
    height: 680px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .bg .back,
  #design .part-1 .container .bg .front {
    height: 468px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .bg .back,
  #design .part-1 .container .bg .front {
    width: 100px;
    height: 295.333px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .bg .back,
  #design .part-1 .container .bg .front {
    width: 213px;
    height: 629.06px;
  }
}
#design .part-1 .container .bg .back {
  position: absolute;
  z-index: 1;
  right: 0;
  left: auto;
  bottom: auto;
}
#design .part-1 .container .bg .back img {
  width: 100%;
  height: 100%;
}
#design .part-1 .container .bg .front {
  position: relative;
  z-index: 2;
}
#design .part-1 .container .bg .front canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#design .part-1 .container .bg .front canvas img {
  display: none;
}
#design .part-1 .container .bg .front .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .bg {
    top: 70px;
  }
}
#design .part-1 .container .fg .content {
  font-size: 18px;
  max-width: 28.38888888888889em;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .content {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .content {
    font-size: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .fg .content {
    max-width: 19.466666666666665em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .content {
    font-size: 15px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .content {
    font-size: 21px;
  }
}
#design .part-1 .container .fg .specs {
  margin-top: 154px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .specs {
    margin-top: 123px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .specs {
    margin-top: 85px;
  }
}
#design .part-1 .container .fg .specs > div {
  margin-top: 57px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .specs > div {
    margin-top: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .specs > div {
    margin-top: 31px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .specs > div {
    margin-top: 21px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .specs > div {
    margin-top: 29px;
  }
}
#design .part-1 .container .fg .specs .spec {
  display: flex;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .fg .specs .spec {
    flex-direction: column;
  }
}
#design .part-1 .container .fg .specs .spec .col {
  margin: 0 74px 0 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .specs .spec .col {
    margin: 0 59px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .specs .spec .col {
    margin: 0 41px 0 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .specs .spec .col {
    margin: 21px 0 0 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .specs .spec .col {
    margin: 29px 0 0 0;
  }
}
#design .part-1 .container .fg .specs .tuv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .fg .specs .tuv {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .specs {
    margin-top: 67px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .specs {
    margin-top: 94px;
  }
}
#design .part-1 .container .fg .tuv-logo {
  margin-top: 48px;
  width: 39px;
  height: 39px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .tuv-logo {
    margin-top: 38px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .tuv-logo {
    margin-top: 26px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .tuv-logo {
    width: 31px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .tuv-logo {
    width: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .tuv-logo {
    height: 31px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .tuv-logo {
    height: 21px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .tuv-logo {
    margin-top: 21px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .tuv-logo {
    margin-top: 29px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .tuv-logo {
    width: 25px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .tuv-logo {
    width: 35px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .tuv-logo {
    height: 25px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .tuv-logo {
    height: 35px;
  }
}
#design .part-1 .container .fg .detail {
  margin-top: 11px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .detail {
    margin-top: 9px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .detail {
    margin-top: 6px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .fg .detail {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-1 .container .fg .detail {
    margin-top: 254px;
    width: 553px;
  }
}
#design .part-1 .container .fg .more {
  line-height: 1.666666666666667;
  letter-spacing: -0.0275em;
  font-size: 12px;
  margin-top: 6px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .more {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .more {
    font-size: 7px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-1 .container .fg .more {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .more {
    margin-top: 3px;
  }
}
#design .part-1 .container .fg .more img {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-top: 1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-1 .container .fg .more img {
    width: 1.8em;
    height: 1.8em;
  }
}
#design .part-1 .container .fg .more .display-360 {
  display: none;
}
@media (orientation: portrait) and (max-width: 568px) {
  #design .part-1 .container .fg .more .display-360 {
    display: initial;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-1 .container .fg #open-inside {
    margin-top: 0;
  }
}
#design .part-2 {
  padding-bottom: 4px;
}
#design .part-2 .bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
}
#design .part-2 .bg .cg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#design .part-2 .bg .cg.ie {
  width: auto;
  height: 100%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-2 .bg .cg.ie {
    width: 100%;
    height: auto;
    margin-top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#design .part-2 .fg .content {
  padding: 50vh 0 273px;
  padding: calc(var(--vh, 1vh) * 50) 0 273px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .fg .content {
    padding: 50vh 0 218px;
    padding: calc(var(--vh, 1vh) * 50) 0 218px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .fg .content {
    padding: 50vh 0 150px;
    padding: calc(var(--vh, 1vh) * 50) 0 150px;
  }
}
#design .part-2 .fg .content .detail {
  color: rgba(255,255,255,0.7);
  max-width: 41.111111111111114em;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .fg .content .detail {
    max-width: 31.307692307692307em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-2 .fg .content .detail {
    color: rgba(255,255,255,0.7);
    width: 100%;
  }
}
.lang-ar #design .part-2 .fg .content .detail {
  margin-left: auto;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-2 .fg .content {
    padding: 158px 0 150px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .fg .content {
    padding: 221px 0 210px;
  }
}
#design .part-2 .preview {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-2 .preview {
    flex-direction: column;
  }
}
#design .part-2 .preview .wrapper {
  margin-top: 77px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .wrapper {
    margin-top: 62px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .wrapper {
    margin-top: 42px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-2 .preview .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
#design .part-2 .preview .phones {
  min-width: 0;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 1122px;
  height: 528px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .phones {
    width: 898px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .phones {
    width: 617px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .phones {
    height: 422px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .phones {
    height: 290px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-2 .preview .phones {
    margin-left: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    flex: 0 0 auto;
    margin-right: 6vw;
    width: 136.71875vw;
    height: 64.33823529411765vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .preview .phones {
    margin-right: 2vw;
  }
}
#design .part-2 .preview .phone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-out;
  pointer-events: none;
}
#design .part-2 .preview .desc .text {
  display: none;
}
#design .part-2 .preview[data-selected=blue] .phone.blue {
  opacity: 1;
  pointer-events: visible;
}
#design .part-2 .preview[data-selected=blue] .desc .text.blue {
  display: block;
}
#design .part-2 .preview[data-selected=blue] .selector.blue::after {
  opacity: 1;
}
#design .part-2 .preview[data-selected=black] .phone.black {
  opacity: 1;
  pointer-events: visible;
}
#design .part-2 .preview[data-selected=black] .desc .text.black {
  display: block;
}
#design .part-2 .preview[data-selected=black] .selector.black::after {
  opacity: 1;
}
#design .part-2 .preview[data-selected=purple] .phone.purple {
  opacity: 1;
  pointer-events: visible;
}
#design .part-2 .preview[data-selected=purple] .desc .text.purple {
  display: block;
}
#design .part-2 .preview[data-selected=purple] .selector.purple::after {
  opacity: 1;
}
#design .part-2 .preview .desc {
  font-family: OPPOSans-Bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .desc {
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .desc {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
}
.lang-ar #design .part-2 .preview .desc {
  width: 1150px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #design .part-2 .preview .desc {
    width: 920px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #design .part-2 .preview .desc {
    width: 633px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #design .part-2 .preview .desc {
    width: 100%;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  .lang-ar #design .part-2 .preview .desc {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #design .part-2 .preview .desc {
    margin-top: 42px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-2 .preview .desc {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .preview .desc {
    margin-top: 42px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .preview .desc {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (max-width: 568px) {
  #design .part-2 .preview .desc {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
#design .part-2 .preview .selectors {
  display: flex;
  justify-content: flex-start;
  padding-left: 4px;
}
#design .part-2 .preview .selectors .selector {
  position: relative;
  cursor: pointer;
  margin-top: 38px;
  margin-right: 63px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .selectors .selector {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .selectors .selector {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .selectors .selector {
    margin-right: 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .selectors .selector {
    margin-right: 35px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .selectors .selector {
    width: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .selectors .selector {
    width: 18px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-2 .preview .selectors .selector {
    height: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-2 .preview .selectors .selector {
    height: 18px;
  }
}
#design .part-2 .preview .selectors .selector::after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-2 .preview .selectors .selector {
    width: 23px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .preview .selectors .selector {
    width: 32px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-2 .preview .selectors .selector {
    height: 23px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .preview .selectors .selector {
    height: 32px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-2 .preview .selectors .selector {
    margin-top: 17px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .preview .selectors .selector {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-2 .preview .selectors .selector {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-2 .preview .selectors .selector {
    margin-right: 42px;
  }
}
.lang-ar #design .part-2 .preview .selectors {
  width: 1150px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #design .part-2 .preview .selectors {
    width: 920px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #design .part-2 .preview .selectors {
    width: 633px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #design .part-2 .preview .selectors {
    width: 100%;
  }
}
.lang-ar #design .part-2 .preview .selectors .selector {
  margin: 38px 0 0 63px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #design .part-2 .preview .selectors .selector {
    margin: 30px 0 0 50px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #design .part-2 .preview .selectors .selector {
    margin: 21px 0 0 35px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  .lang-ar #design .part-2 .preview .selectors .selector {
    margin: 17px 0 0 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #design .part-2 .preview .selectors .selector {
    margin: 24px 0 0 42px;
  }
}
#design .part-2 .preview .selectors .blue {
  background: linear-gradient(to right top, #696ee4, #a7c7f7 50%, #d8d8d8 120%);
}
#design .part-2 .preview .selectors .purple {
  background: linear-gradient(to right top, #b1b1ed, #eaf8ff 120%);
}
#design .part-2 .preview .selectors .black {
  background: linear-gradient(to right top, #201d1d, #d8d8d8 120%);
}
#design .part-2 .phones .purple {
  display: none;
}
.with-purple #design .part-2 .phones .purple {
  display: initial;
}
#design .part-2 .selectors .purple {
  display: none;
}
.with-purple #design .part-2 .selectors .purple {
  display: initial;
}
#design .part-3 {
  position: relative;
}
#design .part-3 .bg {
  width: 100%;
}
#design .part-3 .bg .wrapper {
  background-color: #000;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 1454px;
  height: 720px;
  border-radius: 12px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-3 .bg .wrapper {
    width: 1163px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-3 .bg .wrapper {
    width: 800px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-3 .bg .wrapper {
    height: 576px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-3 .bg .wrapper {
    height: 396px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-3 .bg .wrapper {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-3 .bg .wrapper {
    border-radius: 7px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-3 .bg .wrapper {
    width: 95.4%;
    height: 0;
    border-radius: 12px;
    padding-bottom: 140.2941176470588%;
  }
}
#design .part-3 .bg .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-3 .bg .wrapper {
    border-radius: 24px;
  }
}
#design .part-3 .fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 67px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #design .part-3 .fg {
    padding-top: 54px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #design .part-3 .fg {
    padding-top: 37px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #design .part-3 .fg {
    padding-top: 88.61111111111111%;
  }
}
#design .part-3 .fg .container {
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-3 .fg h2 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-3 .fg h2 {
    font-size: 29px;
  }
}
#design .part-3 .fg .detail {
  white-space: pre-wrap;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #design .part-3 .fg .detail {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #design .part-3 .fg .detail {
    margin-top: 21px;
  }
}
#design .g--section-kv {
  height: calc(50vh + 1em);
  height: calc((var(--vh, 1vh) * 50) + 1em);
  align-items: flex-start;
}
#performance {
  position: relative;
  color: #fff;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #performance {
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #performance {
    margin-top: -35vh;
    margin-top: calc(var(--vh, 1vh) * -35);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance {
    margin-top: -40vh;
    margin-top: calc(var(--vh, 1vh) * -40);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance {
    margin-top: -40vh;
    margin-top: calc(var(--vh, 1vh) * -40);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #performance {
    margin-top: -30vh;
    margin-top: calc(var(--vh, 1vh) * -30);
  }
}
#performance .g--kv-placeholder {
  z-index: 3;
}
#performance .sticky-container {
  z-index: 2;
  margin-top: -70vh;
  margin-top: calc(var(--vh, 1vh) * -70);
  position: relative;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #performance .sticky-container {
    margin-top: -100vh;
    margin-top: calc(var(--vh, 1vh) * -100);
    height: 440vh;
    height: calc(var(--vh, 1vh) * 440);
  }
}
#performance .sticky-item {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
#performance .wrapper {
  position: relative;
}
#performance .width-limit {
  width: 490px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .width-limit {
    width: 392px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .width-limit {
    width: 270px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .width-limit {
    width: 380px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .width-limit {
    width: 80.5vw;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .width-limit {
    width: 540px;
  }
}
#performance .message-groups {
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #performance .message-groups {
    margin-left: 5.555555555555555vw;
  }
  .lang-ar #performance .message-groups {
    margin-left: 0;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .show-1024 {
    display: none;
  }
}
@media (min-width: 1920px) {
  #performance .show-1024 {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .show-1024 {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .show-1024 {
    display: none;
  }
}
#performance .img-groups {
  position: absolute;
  z-index: 1;
  width: 1100px;
  height: 226.6px;
  top: calc(50vh - 113.3px);
  top: calc((var(--vh, 1vh) * 50) - 113.3px);
  left: 440px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .img-groups {
    left: 352px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .img-groups {
    left: 242px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .img-groups {
    width: 736px;
    height: 151.61599999999999px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .img-groups {
    width: 598px;
    height: 123.18799999999999px;
    left: 340px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .img-groups {
    top: 80vh;
    top: calc(var(--vh, 1vh) * 80);
    width: 650px;
    left: -320px;
    height: 133.9px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .img-groups {
    top: 80vh;
    top: calc(var(--vh, 1vh) * 80);
    width: 1300px;
    left: -640px;
    height: 267.8px;
  }
}
#performance .img-groups img {
  width: 100%;
  height: 100%;
}
#performance .img-groups > :not(:last-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#performance .img-groups .img-0 {
  z-index: 3;
}
#performance .img-groups .img-1 {
  z-index: 2;
}
#performance .img-groups .img-2 {
  z-index: 1;
}
#performance .img-groups .img-3 {
  z-index: 0;
}
#performance #vooc {
  z-index: 4;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#performance #vooc canvas {
  width: 100%;
}
#performance .message-ls {
  position: absolute;
  top: 100vh;
  top: calc(var(--vh, 1vh) * 100);
  left: 0;
  z-index: 2;
}
#performance .message-ls .mes-1,
#performance .message-ls .mes-4,
#performance .message-ls .mes-5 {
  margin-top: 100px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-1,
  #performance .message-ls .mes-4,
  #performance .message-ls .mes-5 {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-1,
  #performance .message-ls .mes-4,
  #performance .message-ls .mes-5 {
    margin-top: 55px;
  }
}
#performance .message-ls .mes-2 {
  margin-top: 0;
}
#performance .message-ls .mes-3 {
  margin-top: 350px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-3 {
    margin-top: 280px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-3 {
    margin-top: 193px;
  }
}
#performance .message-ls .content {
  margin-top: 27px;
  width: 520px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .content {
    margin-top: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .content {
    margin-top: 15px;
  }
}
.lang-ar #performance .message-ls .content {
  margin-right: auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .content {
    width: 380px;
  }
}
.lang-ar #performance .message-ls .cz-sub-title {
  width: 520px;
  margin-right: auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #performance .message-ls .cz-sub-title {
    width: 380px;
  }
}
#performance .message-ls .mes-1 {
  display: flex;
}
#performance .message-ls .mes-1 > * {
  margin-right: 66px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-1 > * {
    margin-right: 53px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-1 > * {
    margin-right: 36px;
  }
}
.lang-ar #performance .message-ls .mes-1 {
  width: 520px;
  margin-right: auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #performance .message-ls .mes-1 {
    width: 380px;
  }
}
.lang-ar #performance .message-ls .mes-1 > * {
  margin-right: 0;
}
.lang-ar #performance .message-ls .mes-1 > :first-child {
  margin-left: 66px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #performance .message-ls .mes-1 > :first-child {
    margin-left: 53px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #performance .message-ls .mes-1 > :first-child {
    margin-left: 36px;
  }
}
#performance .message-ls .mes-2 .item {
  margin-bottom: 30px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-2 .item {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-2 .item {
    margin-bottom: 17px;
  }
}
#performance .message-ls .mes-2 .progress {
  margin: 2px 0 7px 0;
  position: relative;
}
#performance .message-ls .mes-2 .progress > * {
  height: 8px;
  border-radius: 7px;
}
#performance .message-ls .mes-2 .colorful-bar {
  margin-left: auto;
  background-image: linear-gradient(35deg, #6b73ff 69%, #5effd6 86%);
}
#performance .message-ls .mes-2 .grey-bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #585858;
}
#performance .message-ls .mes-2 .progress {
  position: relative;
  width: 490px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-2 .progress {
    width: 392px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-2 .progress {
    width: 270px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-2 .progress {
    width: 380px;
  }
}
#performance .message-ls .mes-2 .progress .colorful-bar {
  margin-left: 0;
  width: 0;
  transition: width 1s linear;
}
#performance .message-ls .mes-2 .progress .colorful-bar.full {
  width: 100%;
  transition: width 1s linear;
}
#performance .message-ls .mes-2 .progress .grey-bar {
  margin-left: 0;
  width: 0;
  transition: width 1s linear;
}
#performance .message-ls .mes-2 .progress .grey-bar.full {
  width: 343px;
  transition: width 1s linear;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-2 .progress .grey-bar.full {
    width: 274px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-2 .progress .grey-bar.full {
    width: 189px;
  }
}
.lang-ar #performance .message-ls .mes-4 {
  width: 520px;
  margin-right: auto;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #performance .message-ls .mes-4 {
    width: 380px;
  }
}
#performance .message-ls .mes-4 > :nth-child(1) {
  margin-bottom: 30px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-4 > :nth-child(1) {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) {
    margin-bottom: 17px;
  }
}
#performance .message-ls .mes-4 > :nth-child(1) .sub {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub.sub-1 {
    align-items: flex-start;
  }
}
#performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
  width: 120px;
  margin-right: 64px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    width: 96px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    width: 66px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    margin-right: 51px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    margin-right: 35px;
  }
}
.lang-ar #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
  margin-right: 0;
  margin-left: 64px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    margin-left: 51px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    margin-left: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
    margin-right: 60px;
  }
}
.lang-ar #performance .message-ls .mes-4 > :nth-child(1) .sub > :nth-child(1) {
  width: 130px;
}
@media (min-width: 1921px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub-0 {
    margin-bottom: 2px;
  }
}
#performance .message-ls .mes-4 > :nth-child(1) .tuv {
  width: 36px;
  height: 36px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-4 > :nth-child(1) .tuv {
    width: 29px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) .tuv {
    width: 20px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-4 > :nth-child(1) .tuv {
    height: 29px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) .tuv {
    height: 20px;
  }
}
.lang-ar #performance .message-ls .mes-4 > :nth-child(1) .tuv {
  margin-left: auto;
}
#performance .message-ls .mes-4 > :nth-child(1) .sub-1 {
  white-space: nowrap;
}
@media (min-width: 1921px) and (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub-0 {
    margin-bottom: 2px;
  }
}
@media (min-width: 1921px) and (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-4 > :nth-child(1) .sub-0 {
    margin-bottom: 1px;
  }
}
#performance .message-ls .mes-5 .content {
  margin-top: 10px;
  width: 520px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .message-ls .mes-5 .content {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-5 .content {
    margin-top: 6px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .message-ls .mes-5 .content {
    width: 380px;
  }
}
.lang-ar #performance .message-ls .mes-5 .p2 {
  width: 520px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #performance .message-ls .mes-5 .p2 {
    width: 380px;
  }
}
.lang-ar #performance .message-ls .mes-5 .content,
.lang-ar #performance .message-ls .mes-5 .p2 {
  margin-right: auto;
}
#performance .part-lp .nowrap {
  white-space: nowrap;
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .part-lp .tuv-desc {
    margin-top: 2px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .tuv-desc {
    margin-top: 4px;
  }
}
#performance .part-lp .message-pt {
  position: relative;
  z-index: 2;
}
#performance .part-lp .message-pt > * {
  position: absolute;
  width: 80.55555555555556vw;
  top: 0;
  left: 0;
}
.lang-ar #performance .part-lp .message-pt > * {
  left: auto;
  right: 5.555555555555555vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #performance .part-lp .message-pt > * {
    right: 10.416666666666668vw;
  }
}
#performance .part-lp .message-pt .content {
  width: 80.55555555555556vw;
  margin-top: 24px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .content {
    width: 540px;
    margin-top: 36px;
  }
}
.lang-ar #performance .part-lp .message-pt .content {
  margin-left: auto;
}
#performance .part-lp .message-pt .mes-1 > :first-child {
  display: flex;
}
.lang-ar #performance .part-lp .message-pt .mes-1 > :first-child {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#performance .part-lp .message-pt .mes-1 .margin {
  margin-left: 17px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .mes-1 .margin {
    margin-left: 70px;
  }
}
#performance .part-lp .message-pt .mes-1 .item {
  margin-bottom: 30px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .mes-1 .item {
    margin-bottom: 70px;
  }
}
#performance .part-lp .message-pt .mes-1 .colorful-bar {
  margin-left: auto;
  background-image: linear-gradient(35deg, #6b73ff 75%, #5effd6 87%);
}
#performance .part-lp .message-pt .mes-1 .grey-bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #585858;
}
#performance .part-lp .message-pt .mes-1 .progress {
  position: relative;
  width: 254px;
  margin: 5px 0 3px 0;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .mes-1 .progress {
    width: 483px;
    margin: 11px 0 5px 0;
  }
}
#performance .part-lp .message-pt .mes-1 .progress .colorful-bar {
  margin-left: 0;
  width: 0;
  transition: width 1s linear;
  height: 3px;
  border-radius: 7px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .mes-1 .progress .colorful-bar {
    height: 6px;
    border-radius: 13px;
  }
}
#performance .part-lp .message-pt .mes-1 .progress .colorful-bar.full {
  width: 100%;
  transition: width 1s linear;
}
#performance .part-lp .message-pt .mes-1 .progress .grey-bar {
  margin-left: 0;
  width: 0;
  transition: width 1s linear;
  height: 3px;
  border-radius: 7px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .mes-1 .progress .grey-bar {
    height: 6px;
    border-radius: 13px;
  }
}
#performance .part-lp .message-pt .mes-1 .progress .grey-bar.full {
  width: 70%;
  transition: width 1s linear;
}
#performance .part-lp .message-pt .mes-2 > :nth-child(1) {
  margin-bottom: 20px;
}
#performance .part-lp .message-pt .mes-2 .sub-group {
  margin-top: 43px;
}
#performance .part-lp .message-pt .mes-2 .sub-group > :nth-child(-n+2) {
  margin-bottom: 20px;
}
#performance .part-lp .message-pt .mes-2 .sub-group > :last-child {
  margin-top: 40px;
}
.lang-ar #performance .part-lp .message-pt .mes-2 .sub-group .p1 {
  margin-left: auto;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #performance .part-lp .message-pt .mes-2 .tuv {
    margin-left: auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #performance .part-lp .message-pt .mes-2 .tuv {
    width: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .mes-2 .tuv {
    width: 31px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #performance .part-lp .message-pt .mes-2 .tuv {
    height: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .part-lp .message-pt .mes-2 .tuv {
    height: 31px;
  }
}
#performance .p0 {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #performance .p0 {
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .p0 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .p0 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .p0 {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.1px;
  }
}
#performance .p1 {
  font-family: OPPOSans-Medium;
  font-family: OPPOSans-Regular;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.1px;
  color: rgba(255,255,255,0.7);
}
#performance .p1.small {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .p1 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
  #performance .p1.small {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .p1 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .p1 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
#performance .p2 {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.09px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .p2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .p2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .p2 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
    color: #fdfdfd;
  }
}
#performance .p3 {
  font-family: OPPOSans-Bold;
  font-family: OPPOSans-Regular;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #performance .p3 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #performance .p3 {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #performance .p3 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
#audiovisual {
  position: relative;
  margin-top: -1px;
  z-index: 1;
  margin-top: -15vh;
  margin-top: calc(var(--vh, 1vh) * -15);
}
@media (min-width: 1920px) {
  #audiovisual {
    margin-top: -30vh;
    margin-top: calc(var(--vh, 1vh) * -30);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual {
    margin-top: -25vh;
    margin-top: calc(var(--vh, 1vh) * -25);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual {
    margin-top: -35vh;
    margin-top: calc(var(--vh, 1vh) * -35);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #audiovisual {
    margin-top: 0;
    z-index: 3;
  }
}
#audiovisual .flex-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .show-1024 {
    display: none;
  }
}
@media (min-width: 1920px) {
  #audiovisual .show-1024 {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .show-1024 {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #audiovisual .show-1024 {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .hidden-768 {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #audiovisual .hidden-360 {
    display: none;
  }
}
#audiovisual .part-p {
  color: #fff;
}
#audiovisual .part-p .sticky-container {
  margin-top: -20vh;
  margin-top: calc(var(--vh, 1vh) * -20);
}
#audiovisual .part-p .sticky-container .sticky-item {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
#audiovisual .part-p .section-0,
#audiovisual .part-p .desc-groups,
#audiovisual .part-p .last-desc {
  margin-left: 5.555555555555555vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .section-0,
  #audiovisual .part-p .desc-groups,
  #audiovisual .part-p .last-desc {
    margin-left: 10.416666666666668vw;
  }
}
.lang-ar #audiovisual .part-p .section-0,
.lang-ar #audiovisual .part-p .desc-groups,
.lang-ar #audiovisual .part-p .last-desc {
  margin-left: 0;
  margin-right: 5.555555555555555vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #audiovisual .part-p .section-0,
  .lang-ar #audiovisual .part-p .desc-groups,
  .lang-ar #audiovisual .part-p .last-desc {
    margin-left: 0;
    margin-right: 10.416666666666668vw;
  }
}
#audiovisual .part-p .section-0 .content,
#audiovisual .part-p .desc-groups .content,
#audiovisual .part-p .last-desc .content {
  width: 80.55555555555556vw;
  margin-top: 24px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .section-0 .content,
  #audiovisual .part-p .desc-groups .content,
  #audiovisual .part-p .last-desc .content {
    width: 71.61458333333334vw;
    margin-top: 35px;
  }
}
.lang-ar #audiovisual .part-p .section-0 .content,
.lang-ar #audiovisual .part-p .desc-groups .content,
.lang-ar #audiovisual .part-p .last-desc .content {
  margin-left: auto;
}
#audiovisual .part-p .section-0 {
  z-index: 2;
  overflow: hidden;
}
#audiovisual .part-p .section-0 .p0 {
  white-space: nowrap;
}
#audiovisual .part-p .section-1 {
  z-index: 1;
}
#audiovisual .part-p .desc-groups {
  position: relative;
  z-index: 2;
  margin-top: -23.61111111111111vw;
}
#audiovisual .part-p .desc-groups > * {
  margin-bottom: 54px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .desc-groups > * {
    margin-bottom: 80px;
  }
}
#audiovisual .part-p .desc-groups > :first-child {
  display: flex;
}
#audiovisual .part-p .desc-groups > :first-child > * {
  margin-right: 20px;
}
.lang-ar #audiovisual .part-p .desc-groups > :first-child > * {
  margin-right: 0;
  margin-left: 20px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #audiovisual .part-p .desc-groups > :first-child > * {
    margin-right: 0;
    margin-left: 80px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .desc-groups > :first-child > * {
    margin-right: 80px;
  }
}
#audiovisual .part-p .desc-groups > :first-child > :first-child {
  flex-shrink: 0;
}
#audiovisual .part-p .desc-groups .up {
  display: flex;
  align-items: center;
}
#audiovisual .part-p .desc-groups .down {
  width: 80.55555555555556vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .desc-groups .down {
    width: 71.61458333333334vw;
    margin-top: 8px;
  }
}
#audiovisual .part-p .desc-groups .tuv {
  width: 19px;
  height: 19px;
  margin-left: 20px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .desc-groups .tuv {
    width: 30px;
    height: 30px;
    margin-left: 50px;
  }
}
#audiovisual .part-p .desc-groups .hdr {
  width: 68px;
  height: 15px;
  margin-left: 20px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .desc-groups .hdr {
    width: 130px;
    height: 30px;
    margin-left: 50px;
  }
}
.lang-ar #audiovisual .part-p .desc-groups .down {
  margin-left: auto;
  width: 86.11111111111111vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #audiovisual .part-p .desc-groups .down {
    width: 71.61458333333334vw;
  }
}
.lang-ar #audiovisual .part-p .desc-groups .tuv,
.lang-ar #audiovisual .part-p .desc-groups .hdr {
  margin-left: 0;
  margin-right: 20px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #audiovisual .part-p .desc-groups .tuv,
  .lang-ar #audiovisual .part-p .desc-groups .hdr {
    margin-left: 0;
    margin-right: 50px;
  }
}
#audiovisual .part-p .last-desc {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.lang-ar #audiovisual .part-p .last-desc {
  right: 0;
}
#audiovisual .part-p .last-desc .dolby {
  width: 26px;
  height: 34px;
  margin-top: 10px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-p .last-desc .dolby {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-p .last-desc .dolby {
    margin-top: 6px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .last-desc .dolby {
    width: 40px;
    height: 53px;
  }
}
.lang-ar #audiovisual .part-p .last-desc .dolby {
  margin-left: auto;
}
#audiovisual .part-p .img-wrapper {
  padding-top: 35vh;
  padding-top: calc(var(--vh, 1vh) * 35);
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#audiovisual .part-p .img-wrapper .dolby-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#audiovisual .part-p .img-wrapper .dolby-bg img {
  position: absolute;
  width: 165.55555555555554vw;
  height: 86.11111111111111vw;
  top: -33.05555555555556vw;
  left: -31.944444444444443vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .part-p .img-wrapper .dolby-bg img {
    width: 165.88541666666669vw;
    height: 86.58854166666666vw;
    top: -33.59375vw;
    left: -32.16145833333333vw;
  }
}
#audiovisual .part-p .img-wrapper .canvas-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 0;
}
#audiovisual .part-p .img-wrapper .canvas-wrapper canvas {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 18.333333333333332vw;
}
#audiovisual .part-p .img-wrapper .phone-p {
  height: 52.22222222222222vw;
}
#audiovisual .part-l {
  background: #000;
  margin-top: 40vh;
  margin-top: calc(var(--vh, 1vh) * 40);
}
#audiovisual .part-l .flex-container {
  display: flex;
  position: relative;
}
#audiovisual .part-l .container {
  position: relative;
  margin: auto;
  display: flex;
}
#audiovisual .part-l .container .wrapper-0 {
  z-index: 3;
  position: absolute;
  left: 0;
  width: 578px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 {
    width: 462px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 {
    width: 318px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #audiovisual .part-l .container .wrapper-0 {
    width: 482px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #audiovisual .part-l .container .wrapper-0 {
    width: 338px;
  }
}
#audiovisual .part-l .container .wrapper-0 > :nth-last-child(-n+4) {
  margin-top: 42px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 > :nth-last-child(-n+4) {
    margin-top: 34px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 > :nth-last-child(-n+4) {
    margin-top: 23px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc-0 {
    margin-top: 40px;
  }
}
#audiovisual .part-l .container .wrapper-0 .desc-0 .p0 {
  white-space: nowrap;
}
#audiovisual .part-l .container .wrapper-0 .desc-0 .content {
  margin-top: 25px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 .desc-0 .content {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc-0 .content {
    margin-top: 14px;
  }
}
#audiovisual .part-l .container .wrapper-0 .desc-0 .cz-up,
#audiovisual .part-l .container .wrapper-0 .desc-0 .cz-down {
  white-space: nowrap;
}
.lang-ar #audiovisual .part-l .container .wrapper-0 .desc-0 .cz-up,
.lang-ar #audiovisual .part-l .container .wrapper-0 .desc-0 .cz-down {
  white-space: normal;
}
#audiovisual .part-l .container .wrapper-0 .desc-1 {
  margin-top: 242px;
  margin-top: 121px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 .desc-1 {
    margin-top: 194px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc-1 {
    margin-top: 133px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 .desc-1 {
    margin-top: 97px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc-1 {
    margin-top: 67px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc-4 .down,
  #audiovisual .part-l .container .wrapper-0 .desc-5 .down {
    width: 340px;
  }
}
#audiovisual .part-l .container .wrapper-0 .desc .up {
  display: flex;
  align-items: center;
}
.lang-ar #audiovisual .part-l .container .wrapper-0 .desc .up > :last-child {
  margin-right: 20px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #audiovisual .part-l .container .wrapper-0 .desc .up > :last-child {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #audiovisual .part-l .container .wrapper-0 .desc .up > :last-child {
    margin-right: 11px;
  }
}
#audiovisual .part-l .container .wrapper-0 .desc .up > :last-child {
  margin-left: auto;
}
#audiovisual .part-l .container .wrapper-0 .desc .up .tuv {
  width: 40px;
  height: 40px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .tuv {
    width: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .tuv {
    width: 22px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .tuv {
    height: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .tuv {
    height: 22px;
  }
}
#audiovisual .part-l .container .wrapper-0 .desc .up .hdr {
  width: 113px;
  height: 25px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .hdr {
    width: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .hdr {
    width: 62px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .hdr {
    height: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-0 .desc .up .hdr {
    height: 14px;
  }
}
#audiovisual .part-l .container .wrapper-1 {
  z-index: 1;
  position: relative;
  width: 720px;
  height: 1432px;
  margin-left: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-1 {
    width: 576px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-1 {
    width: 396px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-1 {
    height: 1146px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-1 {
    height: 788px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-1 {
    width: 450px;
    height: 895px;
  }
}
#audiovisual .part-l .container .wrapper-1 .phone-0 {
  position: absolute;
  top: 0;
  left: 150px;
  width: 100%;
  height: 100%;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .container .wrapper-1 .phone-0 {
    left: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-1 .phone-0 {
    left: 83px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .container .wrapper-1 .phone-0 {
    left: 130px;
  }
}
#audiovisual .part-l .wrapper-2 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 300vh;
  height: calc(var(--vh, 1vh) * 300);
  width: 100%;
}
#audiovisual .part-l .wrapper-2 .dolby-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#audiovisual .part-l .wrapper-2 .description {
  position: absolute;
  top: 100vh;
  top: calc(var(--vh, 1vh) * 100);
  width: 100%;
  left: 0;
}
#audiovisual .part-l .wrapper-2 .description .content {
  width: 579px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .wrapper-2 .description .content {
    width: 463px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .wrapper-2 .description .content {
    width: 318px;
  }
}
#audiovisual .part-l .wrapper-2 .description .dolby {
  margin: 20px 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .wrapper-2 .description .dolby {
    margin: 16px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .wrapper-2 .description .dolby {
    margin: 11px 0;
  }
}
#audiovisual .part-l .wrapper-2 .description .dolby img {
  width: 44px;
  height: 58px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .wrapper-2 .description .dolby img {
    width: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .wrapper-2 .description .dolby img {
    width: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .part-l .wrapper-2 .description .dolby img {
    height: 46px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .part-l .wrapper-2 .description .dolby img {
    height: 32px;
  }
}
.lang-ar #audiovisual .part-l .wrapper-2 .description .dolby,
.lang-ar #audiovisual .part-l .wrapper-2 .description .cz-sub-title,
.lang-ar #audiovisual .part-l .wrapper-2 .description .content {
  width: 579px;
  margin-right: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #audiovisual .part-l .wrapper-2 .description .dolby,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .cz-sub-title,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .content {
    width: 463px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #audiovisual .part-l .wrapper-2 .description .dolby,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .cz-sub-title,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .content {
    width: 318px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #audiovisual .part-l .wrapper-2 .description .dolby,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .cz-sub-title,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .content {
    width: 482px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #audiovisual .part-l .wrapper-2 .description .dolby,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .cz-sub-title,
  .lang-ar #audiovisual .part-l .wrapper-2 .description .content {
    width: 338px;
  }
}
.lang-ar #audiovisual .part-l .wrapper-2 .description .dolby img {
  margin-left: auto;
}
#audiovisual .part-l .phone-1 {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#audiovisual .part-l .phone-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#audiovisual .p0 {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #audiovisual .p0 {
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .p0 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .p0 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #audiovisual .p0 {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.1px;
  }
}
#audiovisual .p1 {
  font-family: OPPOSans-Medium;
  font-family: OPPOSans-Regular;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.1px;
  color: rgba(255,255,255,0.7);
}
#audiovisual .p1.small {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .p1 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
  #audiovisual .p1.small {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .p1 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #audiovisual .p1 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
#audiovisual .p2 {
  font-family: OPPOSans-Bold;
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.09px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .p2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .p2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.12px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #audiovisual .p2 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
    color: #fdfdfd;
  }
}
#audiovisual .p3 {
  font-family: OPPOSans-Bold;
  font-family: OPPOSans-Regular;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #audiovisual .p3 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #audiovisual .p3 {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #audiovisual .p3 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
#open-inside {
  cursor: pointer;
  color: #466ab4;
  position: relative;
}
#open-inside img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 0 0 6px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #open-inside img {
    width: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #open-inside img {
    width: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #open-inside img {
    height: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #open-inside img {
    height: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #open-inside img {
    margin: -2px 0 0 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #open-inside img {
    margin: -1px 0 0 3px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #open-inside img {
    width: 16px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #open-inside img {
    width: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #open-inside img {
    height: 16px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #open-inside img {
    height: 22px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #open-inside img {
    margin-left: 2px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #open-inside img {
    margin-left: 3px;
  }
}
#videoOne {
  background: #000;
  margin-top: -20vh;
  margin-top: calc(var(--vh, 1vh) * -20);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne {
    margin-top: -50vh;
    margin-top: calc(var(--vh, 1vh) * -50);
  }
}
#videoOne .v-s-t {
  margin-top: 100px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .v-s-t {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .v-s-t {
    margin-top: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .v-s-t {
    margin-top: 15vh;
    margin-top: calc(var(--vh, 1vh) * 15);
  }
}
#videoOne .video-sticky {
  margin-top: -60vh;
  margin-top: calc(var(--vh, 1vh) * -60);
  width: 100%;
  height: 220vh;
  height: calc(var(--vh, 1vh) * 220);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .video-sticky {
    z-index: 1;
  }
}
#videoOne .video-sticky .sticky-item {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#videoOne .part-1 {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
}
.lang-ar #videoOne .part-1 .cz-sub-title {
  margin-left: auto;
}
#videoOne .part-1 .sub-title {
  position: relative;
  z-index: 2;
}
#videoOne .part-1 .tab-container {
  position: absolute;
  z-index: 2;
  left: 850px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .part-1 .tab-container {
    left: 680px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .part-1 .tab-container {
    left: 468px;
  }
}
.lang-ar #videoOne .part-1 .tab-container {
  right: 850px;
  left: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #videoOne .part-1 .tab-container {
    right: 680px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #videoOne .part-1 .tab-container {
    right: 468px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #videoOne .part-1 .tab-container {
    top: calc(53vw + 15vh);
    top: calc(53vw + (var(--vh, 1vh) * 15));
    left: auto;
    right: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #videoOne .part-1 .tab-container {
    top: calc(53vw + 10vh);
    top: calc(53vw + (var(--vh, 1vh) * 10));
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .part-1 .tab-container {
    top: calc(53vw + 15vh);
    top: calc(53vw + (var(--vh, 1vh) * 15));
    left: auto;
    right: 0;
    top: calc(53vw + 20vh);
    top: calc(53vw + (var(--vh, 1vh) * 20));
  }
}
#videoOne .part-1 .tab-container .tab-text {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all 0.5s linear;
  white-space: nowrap;
}
#videoOne .part-1 .tab-container .tab-text.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .part-1 .tab-container {
    top: calc(53vw + 5vh);
    top: calc(53vw + (var(--vh, 1vh) * 5));
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .part-1 .tab-container {
    top: calc(53vw + 10vh);
    top: calc(53vw + (var(--vh, 1vh) * 10));
  }
}
#videoOne .video-canvas {
  position: absolute;
  z-index: 1;
  top: calc(50vh - 170px);
  top: calc((var(--vh, 1vh) * 50) - 170px);
  left: 400px;
  width: 700px;
  height: 399px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .video-canvas {
    top: calc(50vh - 136px);
    top: calc((var(--vh, 1vh) * 50) - 136px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .video-canvas {
    top: calc(50vh - 94px);
    top: calc((var(--vh, 1vh) * 50) - 94px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .video-canvas {
    left: 320px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .video-canvas {
    left: 220px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .video-canvas {
    width: 560px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .video-canvas {
    width: 385px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .video-canvas {
    height: 319px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .video-canvas {
    height: 219px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .video-canvas {
    left: 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .video-canvas {
    left: 300px;
    width: 415px;
    height: 236px;
  }
}
#videoOne .video-canvas canvas {
  width: 100%;
  height: 100%;
  position: relative;
}
#videoOne .video-canvas canvas img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .video-canvas {
    width: 100%;
    height: auto;
    top: 20vh;
    top: calc(var(--vh, 1vh) * 20);
    left: 0;
    top: 30vh;
    top: calc(var(--vh, 1vh) * 30);
  }
}
#videoOne .night-sticky {
  width: 100%;
  height: auto;
  margin: 60px 0 130px 0;
  overflow: hidden;
  height: auto;
  z-index: 2;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .night-sticky {
    margin: 48px 0 104px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .night-sticky {
    margin: 33px 0 72px 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .night-sticky {
    margin-top: -10vh;
    margin-top: calc(var(--vh, 1vh) * -10);
  }
}
#videoOne .night-sticky .sticky-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#videoOne .p-night .video-box {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .video-box {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box {
    margin-top: 11px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .p-night .video-box {
    flex-direction: column;
  }
}
#videoOne .p-night .video-box .night {
  width: 100%;
}
@media (min-width: 1920px) {
  #videoOne .p-night .video-box .night {
    height: 742.5px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .video-box .night {
    height: 594px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .night {
    height: 408px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .night {
    height: 90vw;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #videoOne .p-night .video-box .night {
    height: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (max-width: 1024px) and (orientation: portrait) {
  #videoOne .p-night .video-box .night {
    height: 816px;
  }
}
#videoOne .p-night .video-box .g--label {
  bottom: 15px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .video-box .g--label {
    bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .g--label {
    bottom: 8px;
  }
}
#videoOne .p-night .video-box .g--label.label1 {
  left: calc(25% - 32px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .video-box .g--label.label1 {
    left: calc(25% - 25px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .g--label.label1 {
    left: calc(25% - 17px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .p-night .video-box .g--label.label1 {
    width: 36px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoOne .p-night .video-box .g--label.label1 {
    bottom: calc(50vw + 7px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .g--label.label1 {
    bottom: calc(50vw + 10px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoOne .p-night .video-box .g--label.label1 {
    left: calc(50% - 18px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .g--label.label1 {
    left: calc(50% - 25px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .g--label.label1 {
    width: 63px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (max-width: 568px) {
  #videoOne .p-night .video-box .g--label.label1 {
    bottom: calc(45vw + 7px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .g--label.label1 {
    bottom: calc(45vw + 10px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .g--label.label1 {
    bottom: 415px;
  }
}
#videoOne .p-night .video-box .g--label.label2 {
  left: calc(75% - 32px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .video-box .g--label.label2 {
    left: calc(75% - 25px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .g--label.label2 {
    left: calc(75% - 17px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoOne .p-night .video-box .g--label.label2 {
    bottom: 7px;
    width: 36px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoOne .p-night .video-box .g--label.label2 {
    left: calc(50% - 18px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .g--label.label2 {
    left: calc(50% - 25px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .g--label.label2 {
    width: 63px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .g--label.label2 {
    bottom: 7px;
  }
}
#videoOne .p-night .video-box .tab-container {
  position: absolute;
  top: 46px;
  left: 46px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .video-box .tab-container {
    top: 37px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .tab-container {
    top: 25px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .video-box .tab-container {
    left: 37px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .video-box .tab-container {
    left: 25px;
  }
}
.lang-ar #videoOne .p-night .video-box .tab-container {
  right: 46px;
  left: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #videoOne .p-night .video-box .tab-container {
    right: 37px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #videoOne .p-night .video-box .tab-container {
    right: 25px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  .lang-ar #videoOne .p-night .video-box .tab-container {
    top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #videoOne .p-night .video-box .tab-container {
    top: 14px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  .lang-ar #videoOne .p-night .video-box .tab-container {
    right: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .lang-ar #videoOne .p-night .video-box .tab-container {
    right: 14px;
  }
}
#videoOne .p-night .video-box .tab-container .tab-text {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  transition: all 0.5s ease;
}
#videoOne .p-night .video-box .tab-container .tab-text.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoOne .p-night .video-box .tab-container {
    top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .tab-container {
    top: 14px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoOne .p-night .video-box .tab-container {
    left: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoOne .p-night .video-box .tab-container {
    left: 14px;
  }
}
#videoOne .p-night .p-main {
  margin-top: 24px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoOne .p-night .p-main {
    margin-top: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoOne .p-night .p-main {
    margin-top: 13px;
  }
}
#videoTwo {
  background: #000;
  margin-top: 100px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoTwo .show-1024 {
    display: none;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .show-1024 {
    display: none;
  }
}
@media (min-width: 1920px) {
  #videoTwo .show-1024 {
    display: none;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoTwo .m-f-container .scale-anime1 .f-video,
  #videoTwo .m-f-container .scale-anime2 .f-video,
  #videoTwo .m-f-container .scale-anime3 .f-video,
  #videoTwo .m-f-container .scale-anime4 .f-video {
    width: 88.89vw;
    height: 50vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-f-container .scale-anime1 .f-video,
  #videoTwo .m-f-container .scale-anime2 .f-video,
  #videoTwo .m-f-container .scale-anime3 .f-video,
  #videoTwo .m-f-container .scale-anime4 .f-video {
    width: 726px;
    height: 408px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1023px) {
  #videoTwo .m-f-container .scale-anime1 .f-video,
  #videoTwo .m-f-container .scale-anime2 .f-video,
  #videoTwo .m-f-container .scale-anime3 .f-video,
  #videoTwo .m-f-container .scale-anime4 .f-video {
    width: 79.17vw;
    height: 44.53vw;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoTwo .m-f-container .scale-anime5 .f-video {
    width: 88.89vw;
    height: 100vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-f-container .scale-anime5 .f-video {
    width: 726px;
    height: 817px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1023px) {
  #videoTwo .m-f-container .scale-anime5 .f-video {
    width: 79.17vw;
    height: 89vw;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo {
    margin-top: 55px;
  }
}
#videoTwo .main-text {
  margin-top: 24px;
  margin-bottom: 60px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .main-text {
    margin-top: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .main-text {
    margin-top: 13px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .main-text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .main-text {
    margin-bottom: 33px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoTwo .main-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .main-text {
    margin-bottom: 42px;
  }
}
#videoTwo .part-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
#videoTwo .part-1 .f-container {
  display: flex;
}
.lang-ar #videoTwo .part-1 .f-container {
  flex-direction: row-reverse;
}
#videoTwo .part-1 .f-container.margin-top {
  margin-top: 100px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .f-container.margin-top {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .f-container.margin-top {
    margin-top: 55px;
  }
}
#videoTwo .part-1 .f-container .f-item {
  position: relative;
  flex: 1;
}
#videoTwo .part-1 .f-container .f-item .padding-right {
  padding-right: 35px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .f-container .f-item .padding-right {
    padding-right: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .f-container .f-item .padding-right {
    padding-right: 19px;
  }
}
#videoTwo .part-1 .main-text {
  width: 706px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .main-text {
    width: 590px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .main-text {
    width: 420px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoTwo .part-1 .main-text {
    width: 100%;
  }
}
.lang-ar #videoTwo .part-1 .main-text {
  margin-left: auto;
}
#videoTwo .part-1 .cz-down {
  white-space: nowrap;
}
#videoTwo .part-1 .g--label {
  top: 590px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label {
    top: 470px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label {
    top: 320px;
  }
}
#videoTwo .part-1 .g--label.label1 {
  width: 110px;
  left: calc(16.5% - 55px);
  width: 216px;
  left: calc(16.4% - 103px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label1 {
    width: 90px;
    left: calc(16.5% - 45px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label1 {
    width: 80px;
    left: calc(16.5% - 40px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label1 {
    width: 216px;
    left: calc(16.4% - 103px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label1 {
    width: 163px;
    left: calc(16.5% - 81.5px);
  }
}
#videoTwo .part-1 .g--label.label2 {
  width: 160px;
  left: calc(50% - 80px);
  width: 210px;
  left: calc(50% - 105px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label2 {
    width: 130px;
    left: calc(50% - 65px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label2 {
    width: 120px;
    left: calc(50% - 60px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label2 {
    width: 210px;
    left: calc(50% - 105px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label2 {
    width: 163px;
    left: calc(50% - 81.5px);
  }
}
#videoTwo .part-1 .g--label.label3 {
  width: 190px;
  left: calc(82.5% - 95px);
  width: 240px;
  left: calc(82.5% - 120px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label3 {
    width: 160px;
    left: calc(82.5% - 80px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label3 {
    width: 150px;
    left: calc(82.5% - 75px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label3 {
    width: 240px;
    left: calc(82.5% - 120px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label3 {
    width: 183px;
    left: calc(82.5% - 91.5px);
  }
}
#videoTwo .part-1 .g--label.label4 {
  top: 700px;
  left: calc(25% - 32px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label4 {
    top: 560px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label4 {
    top: 385px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label4 {
    left: calc(25% - 25px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label4 {
    left: calc(25% - 17px);
  }
}
#videoTwo .part-1 .g--label.label5 {
  top: 700px;
  left: calc(75% - 32px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label5 {
    top: 560px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label5 {
    top: 385px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .g--label.label5 {
    left: calc(75% - 25px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .g--label.label5 {
    left: calc(75% - 17px);
  }
}
#videoTwo .part-1 .f-video {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .f-video {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .f-video {
    margin-bottom: 7px;
  }
}
#videoTwo .part-1 .f-video.margin-top {
  margin-top: 100px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .f-video.margin-top {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .f-video.margin-top {
    margin-top: 55px;
  }
}
#videoTwo .part-1 .title-hdr {
  margin: 130px 0 60px 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .title-hdr {
    margin: 104px 0 48px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .title-hdr {
    margin: 72px 0 33px 0;
  }
}
#videoTwo .part-1 .content {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoTwo .part-1 .content {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
#videoTwo .part-1 .content span {
  color: #999;
}
#videoTwo .part-1 .content span.white {
  color: #fff;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoTwo .part-1 .content {
    margin-bottom: 11px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .content {
    margin-bottom: 15px;
  }
}
#videoTwo .part-1 .m-t-hdr {
  margin: 81px 0 14px 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .m-t-hdr {
    margin: 65px 0 11px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-t-hdr {
    margin: 45px 0 8px 0;
  }
}
@media (min-width: 1920px) {
  #videoTwo .part-1 .scale-anime2 .f-video,
  #videoTwo .part-1 .scale-anime3 .f-video,
  #videoTwo .part-1 .scale-anime4 .f-video {
    height: 742.5px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .part-1 .scale-anime2 .f-video,
  #videoTwo .part-1 .scale-anime3 .f-video,
  #videoTwo .part-1 .scale-anime4 .f-video {
    height: 594px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .scale-anime2 .f-video,
  #videoTwo .part-1 .scale-anime3 .f-video,
  #videoTwo .part-1 .scale-anime4 .f-video {
    height: 408px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoTwo .part-1 .scale-anime2,
  #videoTwo .part-1 .scale-anime3,
  #videoTwo .part-1 .scale-anime4 {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .scale-anime2,
  #videoTwo .part-1 .scale-anime3,
  #videoTwo .part-1 .scale-anime4 {
    margin-top: 84px;
  }
}
#videoTwo .part-1 .m-f-container .f-item {
  position: relative;
}
#videoTwo .part-1 .m-f-container .f-item video {
  width: 100%;
  height: 50vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .f-item video {
    height: 45vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-f-container .f-item video {
    height: 408px;
  }
}
#videoTwo .part-1 .m-f-container .f-item.scale-anime5 .g--pop-wrapper {
  height: 100vw;
  margin: 30px 0 15px 0;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .f-item.scale-anime5 .g--pop-wrapper {
    height: 89vw;
    margin: 30px 0 15px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-f-container .f-item.scale-anime5 .g--pop-wrapper {
    height: 816px;
    margin: 30px 0 15px 0;
  }
}
#videoTwo .part-1 .m-f-container .f-item.scale-anime5 .on {
  top: calc(50vw - 25px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .f-item.scale-anime5 .on {
    top: calc(44.5vw - 35px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-f-container .f-item.scale-anime5 .on {
    top: 373px;
  }
}
#videoTwo .part-1 .m-f-container .f-item.scale-anime5 .off {
  top: calc(100vw - 25px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .f-item.scale-anime5 .off {
    top: calc(89vw - 35px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-f-container .f-item.scale-anime5 .off {
    top: 781px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #videoTwo .part-1 .m-f-container .g--label {
    top: calc(50vw - 25px);
  }
}
#videoTwo .part-1 .m-f-container .g--label.label1 {
  width: 72px;
  left: calc(50% - 36px);
}
#videoTwo .part-1 .m-f-container .g--label.label2 {
  width: 110px;
  left: calc(50% - 55px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .g--label.label2 {
    width: 160px;
    left: calc(50% - 80px);
  }
}
#videoTwo .part-1 .m-f-container .g--label.label3 {
  width: 136px;
  left: calc(50% - 68px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .g--label.label3 {
    width: 200px;
    left: calc(50% - 100px);
  }
}
#videoTwo .part-1 .m-f-container .g--label.label4 {
  left: calc(25% - 18px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .g--label.label4 {
    left: calc(25% - 31.5px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-f-container .g--label.label4 {
    left: calc(25% - 25px);
  }
}
#videoTwo .part-1 .m-f-container .g--label.label5 {
  left: calc(75% - 18px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .g--label.label5 {
    left: calc(75% - 31.5px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-f-container .g--label.label5 {
    left: calc(75% - 25px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .part-1 .m-f-container .g--label {
    top: calc(45vw - 35px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .part-1 .m-f-container .g--label {
    top: 373px;
  }
}
#videoTwo .m-movie {
  position: relative;
  height: 430vh;
  height: calc(var(--vh, 1vh) * 430);
  opacity: 0;
}
#videoTwo .m-movie .movie {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#videoTwo .m-movie .movie .cover1 {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: calc(50vw - 117.5vh);
  left: calc(50vw - (var(--vh, 1vh) * 117.5));
  width: 235vh;
  width: calc(var(--vh, 1vh) * 235);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#videoTwo .m-movie .movie .cover2,
#videoTwo .m-movie .movie .cover3,
#videoTwo .m-movie .movie .cover4 {
  width: 100%;
  position: absolute;
  left: 0;
}
#videoTwo .m-movie .movie .cover2 {
  top: calc(50vh - 56.7vw - 5px);
  top: calc((var(--vh, 1vh) * 50) - 56.7vw - 5px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .m-movie .movie .cover2 {
    top: calc(50vh - 50.55vw - 5px);
    top: calc((var(--vh, 1vh) * 50) - 50.55vw - 5px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .cover2 {
    top: calc(50vh - 475px);
    top: calc((var(--vh, 1vh) * 50) - 475px);
  }
}
#videoTwo .m-movie .movie .cover3 {
  top: calc(50vh - 18.9vw);
  top: calc((var(--vh, 1vh) * 50) - 18.9vw);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .m-movie .movie .cover3 {
    top: calc(50vh - 16.85vw);
    top: calc((var(--vh, 1vh) * 50) - 16.85vw);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .cover3 {
    top: calc(50vh - 154.275px);
    top: calc((var(--vh, 1vh) * 50) - 154.275px);
  }
}
#videoTwo .m-movie .movie .cover4 {
  z-index: 2;
  top: calc(50vh + 18.9vw + 5px);
  top: calc((var(--vh, 1vh) * 50) + 18.9vw + 5px);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .m-movie .movie .cover4 {
    top: calc(50vh + 16.85vw + 5px);
    top: calc((var(--vh, 1vh) * 50) + 16.85vw + 5px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .cover4 {
    top: calc(50vh + 165px);
    top: calc((var(--vh, 1vh) * 50) + 165px);
  }
}
#videoTwo .m-movie .movie .title1 {
  position: absolute;
  z-index: 1;
  top: calc(50vh - 43.8vw - 30px);
  top: calc((var(--vh, 1vh) * 50) - 43.8vw - 30px);
  left: 0;
}
.lang-ar #videoTwo .m-movie .movie .title1 {
  right: 0;
  left: auto;
}
#videoTwo .m-movie .movie .text1 {
  position: absolute;
  z-index: 1;
  bottom: calc(50vh - 43.8vw);
  bottom: calc((var(--vh, 1vh) * 50) - 43.8vw);
  left: 0;
}
#videoTwo .m-movie .movie .m-content {
  position: absolute;
  z-index: 1;
  top: calc(50vh + 300px);
  top: calc((var(--vh, 1vh) * 50) + 300px);
  left: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .m-content {
    top: calc(50vh + 240px);
    top: calc((var(--vh, 1vh) * 50) + 240px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .m-content {
    top: calc(50vh + 165px);
    top: calc((var(--vh, 1vh) * 50) + 165px);
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo .m-movie .movie .m-content {
    top: calc(50vh + 500px);
    top: calc((var(--vh, 1vh) * 50) + 500px);
  }
}
#videoTwo .m-movie .movie .m-content .p-main {
  margin-top: 24px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .m-content .p-main {
    margin-top: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .m-content .p-main {
    margin-top: 13px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) and (max-width: 1024px) and (orientation: portrait) {
  #videoTwo .m-movie .movie .m-content {
    top: calc(50vh + 650px);
    top: calc((var(--vh, 1vh) * 50) + 650px);
  }
}
#videoTwo .m-movie .movie .phone {
  position: absolute;
  z-index: 1;
  top: calc(50vh - 286px);
  top: calc((var(--vh, 1vh) * 50) - 286px);
  left: calc(50% - 132px);
  width: 263px;
  height: 571px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .phone {
    top: calc(50vh - 228px);
    top: calc((var(--vh, 1vh) * 50) - 228px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .phone {
    top: calc(50vh - 157px);
    top: calc((var(--vh, 1vh) * 50) - 157px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .phone {
    left: calc(50% - 105px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .phone {
    left: calc(50% - 72px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .phone {
    width: 210px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .phone {
    width: 145px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .phone {
    height: 457px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .phone {
    height: 314px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .phone {
    width: 370px;
    height: 803px;
    top: calc(50vh - 401.5px);
    top: calc((var(--vh, 1vh) * 50) - 401.5px);
    left: calc(50% - 185px);
  }
}
#videoTwo .m-movie .movie .app {
  position: absolute;
  top: calc(50vh + 300px);
  top: calc((var(--vh, 1vh) * 50) + 300px);
  left: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .app {
    top: calc(50vh + 240px);
    top: calc((var(--vh, 1vh) * 50) + 240px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .app {
    top: calc(50vh + 165px);
    top: calc((var(--vh, 1vh) * 50) + 165px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .app {
    top: calc(50vh + 380px);
    top: calc((var(--vh, 1vh) * 50) + 380px);
  }
}
#videoTwo .m-movie .movie .app .m-text {
  margin-top: 24px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .m-movie .movie .app .m-text {
    margin-top: 19px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .m-movie .movie .app .m-text {
    margin-top: 13px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #videoTwo .m-movie .movie .app .cz-down {
    white-space: nowrap;
  }
}
#videoTwo .pc-movie {
  width: 100%;
  height: 440vh;
  height: calc(var(--vh, 1vh) * 440);
  margin-top: -30vh;
  margin-top: calc(var(--vh, 1vh) * -30);
}
#videoTwo .pc-movie .sticky-item {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.lang-ar #videoTwo .pc-movie .sticky-item {
  direction: ltr;
}
#videoTwo .pc-movie .sticky-item .video-container {
  width: calc(300vw + 40px);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin-left: calc(-100vw - 20px);
  display: flex;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .video-container {
    width: calc(300vw + 32px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .video-container {
    width: calc(300vw + 22px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .video-container {
    margin-left: calc(-100vw - 16px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .video-container {
    margin-left: calc(-100vw - 11px);
  }
}
#videoTwo .pc-movie .sticky-item .cover {
  width: 100vw;
  height: auto;
  position: relative;
  z-index: 2;
  transition: opacity 1s linear;
}
#videoTwo .pc-movie .sticky-item .cover.cover2 {
  position: absolute;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: calc(100vw + 20px);
  opacity: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .cover.cover2 {
    left: calc(100vw + 16px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .cover.cover2 {
    left: calc(100vw + 11px);
  }
}
#videoTwo .pc-movie .sticky-item .half {
  width: 100vw;
  height: auto;
  position: relative;
  z-index: 1;
  transition: opacity 0.5s linear;
}
#videoTwo .pc-movie .sticky-item .half.left {
  margin-right: 20px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .half.left {
    margin-right: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .half.left {
    margin-right: 11px;
  }
}
#videoTwo .pc-movie .sticky-item .half.right {
  margin-left: 20px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .half.right {
    margin-left: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .half.right {
    margin-left: 11px;
  }
}
#videoTwo .pc-movie .sticky-item .content {
  position: absolute;
  z-index: 3;
  top: 40vh;
  top: calc(var(--vh, 1vh) * 40);
  left: 15.625vw;
}
.lang-ar #videoTwo .pc-movie .sticky-item .content {
  direction: rtl;
}
@media (min-width: 1920px) {
  #videoTwo .pc-movie .sticky-item .content {
    left: calc(50vw - 660px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .content {
    left: calc(50vw - 528px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .content {
    left: calc(50vw - 363px);
  }
}
#videoTwo .pc-movie .sticky-item .content.content1 {
  width: 665px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .content.content1 {
    width: 532px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .content.content1 {
    width: 366px;
  }
}
#videoTwo .pc-movie .sticky-item .content.content2 {
  width: 543px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .content.content2 {
    width: 434px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .content.content2 {
    width: 299px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #videoTwo .pc-movie .sticky-item .content.content2 {
    width: 380px;
  }
}
#videoTwo .pc-movie .sticky-item .content.content3 {
  width: 543px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .content.content3 {
    width: 434px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .content.content3 {
    width: 299px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #videoTwo .pc-movie .sticky-item .content.content3 {
    width: 520px;
  }
}
#videoTwo .pc-movie .sticky-item .content .cz-down {
  white-space: nowrap;
}
.lang-ar #videoTwo .pc-movie .sticky-item .content1,
.lang-ar #videoTwo .pc-movie .sticky-item .content2 {
  right: 15.625vw;
  left: auto;
}
@media (min-width: 1920px) {
  .lang-ar #videoTwo .pc-movie .sticky-item .content1,
  .lang-ar #videoTwo .pc-movie .sticky-item .content2 {
    right: calc(50vw - 660px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #videoTwo .pc-movie .sticky-item .content1,
  .lang-ar #videoTwo .pc-movie .sticky-item .content2 {
    right: calc(50vw - 528px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #videoTwo .pc-movie .sticky-item .content1,
  .lang-ar #videoTwo .pc-movie .sticky-item .content2 {
    right: calc(50vw - 363px);
  }
}
.lang-ar #videoTwo .pc-movie .sticky-item .content3 {
  width: 575px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #videoTwo .pc-movie .sticky-item .content3 {
    width: 460px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #videoTwo .pc-movie .sticky-item .content3 {
    width: 316px;
  }
}
#videoTwo .pc-movie .sticky-item .phone {
  position: absolute;
  z-index: 1;
  width: 405px;
  height: 878px;
  top: calc(50vh - 439px);
  top: calc((var(--vh, 1vh) * 50) - 439px);
  left: calc(50vw - 202.5px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #videoTwo .pc-movie .sticky-item .phone {
    width: 300px;
    height: 650px;
    top: calc(50vh - 325px);
    top: calc((var(--vh, 1vh) * 50) - 325px);
    left: calc(50vw - 150px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo .pc-movie .sticky-item .phone {
    width: 223px;
    height: 483px;
    top: calc(50vh - 241.5px);
    top: calc((var(--vh, 1vh) * 50) - 241.5px);
    left: calc(50vw - 111.5px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoTwo {
    margin-top: -50px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo {
    margin-top: -70px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 1024px) and (max-width: 1439px) {
  #videoTwo {
    margin-top: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #videoTwo {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #videoTwo {
    margin-top: 140px;
  }
}
#cameraOne {
  margin-top: -65vh;
  margin-top: calc(var(--vh, 1vh) * -65);
  background: #000;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne .show-ls {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 1025px), (orientation: landscape) and (min-width: 1024px) {
  #cameraOne .show-360 {
    display: none;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .show-360 {
    display: none;
  }
}
#cameraOne .weu-camera {
  width: 596px;
  height: 1364px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .weu-camera {
    width: 454px;
    height: 1040px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .weu-camera {
    width: 318px;
    height: 728px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .weu-camera {
    width: 567px;
    height: 1298px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraOne .weu-camera {
    width: 596px;
    height: 1364px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne {
    margin-top: -110vh;
    margin-top: calc(var(--vh, 1vh) * -110);
  }
}
#cameraOne .camera-sticky {
  width: 100%;
  height: 170vh;
  height: calc(var(--vh, 1vh) * 170);
  margin-top: -60vh;
  margin-top: calc(var(--vh, 1vh) * -60);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne .camera-sticky {
    height: 200vh;
    height: calc(var(--vh, 1vh) * 200);
  }
}
#cameraOne .camera-sticky .sticky-item {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne .camera-sticky .o-control {
    width: 100%;
  }
}
#cameraOne .part-1 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
}
.lang-ar #cameraOne .part-1 {
  flex-direction: row-reverse;
}
#cameraOne .part-1 .title,
#cameraOne .part-1 .desc {
  white-space: nowrap;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne .part-1 {
    flex-direction: column;
  }
}
#cameraOne .part-1 .content {
  width: 45%;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #cameraOne .part-1 .content {
    width: 52%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #cameraOne .part-1 .content {
    width: 58%;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne .part-1 .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
#cameraOne .part-1 .simba-camera {
  width: 400px;
  height: 742px;
  margin-left: 200px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .part-1 .simba-camera {
    width: 320px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .part-1 .simba-camera {
    width: 220px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .part-1 .simba-camera {
    height: 594px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .part-1 .simba-camera {
    height: 408px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .part-1 .simba-camera {
    margin-left: 160px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .part-1 .simba-camera {
    margin-left: 110px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne .part-1 .simba-camera {
    width: 80%;
    height: 149vw;
    margin: 0 auto;
  }
}
#cameraOne .part-1 .camera-canvas {
  width: 482px;
  height: 595px;
  margin-left: 200px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .part-1 .camera-canvas {
    width: 386px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .part-1 .camera-canvas {
    width: 265px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .part-1 .camera-canvas {
    height: 476px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .part-1 .camera-canvas {
    height: 327px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .part-1 .camera-canvas {
    margin-left: 160px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .part-1 .camera-canvas {
    margin-left: 110px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #cameraOne .part-1 .camera-canvas {
    margin-left: 110px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #cameraOne .part-1 .camera-canvas {
    margin-left: 70px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraOne .part-1 .camera-canvas {
    position: relative;
    z-index: 1;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .part-1 .camera-canvas {
    margin: 84px 0 0 135px;
  }
}
#cameraOne .part-1 .camera-canvas canvas {
  width: 100%;
  height: 100%;
  position: relative;
}
#cameraOne .part-1 .camera-canvas canvas img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  display: none;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #cameraOne .part-1 .camera-canvas {
    width: 500px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .part-1 .camera-canvas {
    width: 700px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #cameraOne .part-1 .camera-canvas {
    height: 595px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .part-1 .camera-canvas {
    height: 833px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .part-1 .camera-canvas {
    margin: 60px 0 0 25px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .part-1 .camera-canvas {
    margin: 84px 0 0 35px;
  }
}
#cameraOne .part-1 .title {
  margin-bottom: 15px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .part-1 .title {
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .part-1 .title {
    margin-bottom: 8px;
  }
}
#cameraOne .lens-sticky {
  width: 100%;
  height: 180vh;
  height: calc(var(--vh, 1vh) * 180);
  margin-top: -30vh;
  margin-top: calc(var(--vh, 1vh) * -30);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky {
    margin-top: -40vh;
    margin-top: calc(var(--vh, 1vh) * -40);
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky {
    margin-top: -30vh;
    margin-top: calc(var(--vh, 1vh) * -30);
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraOne .lens-sticky {
    margin-top: -30vh;
    margin-top: calc(var(--vh, 1vh) * -30);
  }
}
#cameraOne .lens-sticky .sticky-item {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#cameraOne .lens-sticky .sticky-item .mask {
  position: absolute;
  top: calc(50vh - 475px);
  top: calc((var(--vh, 1vh) * 50) - 475px);
  left: calc(50% - 776px);
  width: 1552px;
  height: 950px;
  background-color: rgba(0,0,0,0.7);
  transition: opacity 0.5s linear;
  opacity: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    top: calc(50vh - 380px);
    top: calc((var(--vh, 1vh) * 50) - 380px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    top: calc(50vh - 261px);
    top: calc((var(--vh, 1vh) * 50) - 261px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    left: calc(50% - 621px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    left: calc(50% - 427px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    width: 1242px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    width: 854px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    height: 760px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    height: 523px;
  }
}
#cameraOne .lens-sticky .sticky-item .mask.show {
  opacity: 1;
}
#cameraOne .lens-sticky .sticky-item .mask.mask1 {
  z-index: 2;
}
#cameraOne .lens-sticky .sticky-item .mask.mask2 {
  z-index: 4;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    width: 80vw;
    height: 60.15vw;
    top: calc(50vh - 30.075vw);
    top: calc((var(--vh, 1vh) * 50) - 30.075vw);
    left: 10vw;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    width: 330px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    width: 462px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    height: 248px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    height: 347px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    top: calc(50vh - 124px);
    top: calc((var(--vh, 1vh) * 50) - 124px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    top: calc(50vh - 174px);
    top: calc((var(--vh, 1vh) * 50) - 174px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    left: calc(50% - 165px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .mask {
    left: calc(50% - 231px);
  }
}
#cameraOne .lens-sticky .sticky-item .wide-angle {
  position: relative;
  z-index: 1;
  width: 1550px;
  height: 950px;
  transition: opacity 0.5s linear;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    width: 1240px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    width: 853px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    height: 760px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    height: 523px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    width: 80vw;
    height: 60.15vw;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    width: 330px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    width: 462px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    height: 248px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .wide-angle {
    height: 347px;
  }
}
#cameraOne .lens-sticky .sticky-item .angle1x {
  width: 1300px;
  height: 830px;
  position: absolute;
  z-index: 3;
  top: calc(50vh - 415px);
  top: calc((var(--vh, 1vh) * 50) - 415px);
  left: calc(50vw - 650px);
  transition: opacity 0.5s linear;
  opacity: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    width: 1040px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    width: 715px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    height: 664px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    height: 457px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    top: calc(50vh - 332px);
    top: calc((var(--vh, 1vh) * 50) - 332px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    top: calc(50vh - 228px);
    top: calc((var(--vh, 1vh) * 50) - 228px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    left: calc(50vw - 520px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    left: calc(50vw - 358px);
  }
}
#cameraOne .lens-sticky .sticky-item .angle1x.show {
  opacity: 1;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    width: 70vw;
    height: 50vw;
    top: calc(50vh - 25vw);
    top: calc((var(--vh, 1vh) * 50) - 25vw);
    left: 15vw;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    width: 280px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    width: 392px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    height: 200px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    height: 280px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    top: calc(50vh - 100px);
    top: calc((var(--vh, 1vh) * 50) - 100px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    top: calc(50vh - 140px);
    top: calc((var(--vh, 1vh) * 50) - 140px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    left: calc(50vw - 140px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle1x {
    left: calc(50vw - 196px);
  }
}
#cameraOne .lens-sticky .sticky-item .angle5x {
  width: 1000px;
  height: 660px;
  position: absolute;
  z-index: 5;
  top: calc(50vh - 330px);
  top: calc((var(--vh, 1vh) * 50) - 330px);
  left: calc(50vw - 500px);
  transition: opacity 0.5s linear;
  opacity: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    width: 800px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    width: 550px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    height: 528px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    height: 363px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    top: calc(50vh - 264px);
    top: calc((var(--vh, 1vh) * 50) - 264px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    top: calc(50vh - 182px);
    top: calc((var(--vh, 1vh) * 50) - 182px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    left: calc(50vw - 400px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    left: calc(50vw - 275px);
  }
}
#cameraOne .lens-sticky .sticky-item .angle5x.show {
  opacity: 1;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    width: 54vw;
    height: 34.4vw;
    top: calc(50vh - 17.2vw);
    top: calc((var(--vh, 1vh) * 50) - 17.2vw);
    left: 23vw;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    width: 220px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    width: 308px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    height: 140px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    height: 196px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    top: calc(50vh - 70px);
    top: calc((var(--vh, 1vh) * 50) - 70px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    top: calc(50vh - 98px);
    top: calc((var(--vh, 1vh) * 50) - 98px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    left: calc(50vw - 110px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .angle5x {
    left: calc(50vw - 154px);
  }
}
#cameraOne .lens-sticky .sticky-item .g--label {
  transition: opacity 0.5s linear;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .g--label {
    width: 60px;
    left: calc(50vw - 30px);
  }
  #cameraOne .lens-sticky .sticky-item .g--label.label1 {
    width: 120px;
    left: calc(50vw - 60px);
  }
  #cameraOne .lens-sticky .sticky-item .g--label.label2 {
    width: 70px;
    left: calc(50vw - 35px);
  }
  #cameraOne .lens-sticky .sticky-item .g--label.label3 {
    width: 128px;
    left: calc(50vw - 64px);
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .g--label {
    width: 40px;
    left: calc(50vw - 20px);
  }
  #cameraOne .lens-sticky .sticky-item .g--label.label1 {
    width: 74px;
    left: calc(50vw - 37px);
  }
  #cameraOne .lens-sticky .sticky-item .g--label.label2 {
    width: 36px;
    left: calc(50vw - 18px);
  }
  #cameraOne .lens-sticky .sticky-item .g--label.label3 {
    width: 65px;
    left: calc(50vw - 32.5px);
  }
}
#cameraOne .lens-sticky .sticky-item .g--label.label1 {
  z-index: 1;
  bottom: calc(50vh - 460px);
  bottom: calc((var(--vh, 1vh) * 50) - 460px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label1 {
    bottom: calc(50vh - 368px);
    bottom: calc((var(--vh, 1vh) * 50) - 368px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label1 {
    bottom: calc(50vh - 253px);
    bottom: calc((var(--vh, 1vh) * 50) - 253px);
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label1 {
    bottom: calc(50vh - 30vw + 8px);
    bottom: calc((var(--vh, 1vh) * 50) - 30vw + 8px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label1 {
    bottom: calc(50vh - 118px);
    bottom: calc((var(--vh, 1vh) * 50) - 118px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label1 {
    bottom: calc(50vh - 165px);
    bottom: calc((var(--vh, 1vh) * 50) - 165px);
  }
}
#cameraOne .lens-sticky .sticky-item .g--label.label2 {
  z-index: 3;
  bottom: calc(50vh - 400px);
  bottom: calc((var(--vh, 1vh) * 50) - 400px);
  opacity: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label2 {
    bottom: calc(50vh - 320px);
    bottom: calc((var(--vh, 1vh) * 50) - 320px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label2 {
    bottom: calc(50vh - 220px);
    bottom: calc((var(--vh, 1vh) * 50) - 220px);
  }
}
#cameraOne .lens-sticky .sticky-item .g--label.label2.show {
  opacity: 1;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label2 {
    bottom: calc(50vh - 25vw + 8px);
    bottom: calc((var(--vh, 1vh) * 50) - 25vw + 8px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label2 {
    bottom: calc(50vh - 96px);
    bottom: calc((var(--vh, 1vh) * 50) - 96px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label2 {
    bottom: calc(50vh - 134px);
    bottom: calc((var(--vh, 1vh) * 50) - 134px);
  }
}
#cameraOne .lens-sticky .sticky-item .g--label.label3 {
  z-index: 5;
  bottom: calc(50vh - 320px);
  bottom: calc((var(--vh, 1vh) * 50) - 320px);
  opacity: 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label3 {
    bottom: calc(50vh - 256px);
    bottom: calc((var(--vh, 1vh) * 50) - 256px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label3 {
    bottom: calc(50vh - 176px);
    bottom: calc((var(--vh, 1vh) * 50) - 176px);
  }
}
#cameraOne .lens-sticky .sticky-item .g--label.label3.show {
  opacity: 1;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label3 {
    bottom: calc(50vh - 17.2vw + 8px);
    bottom: calc((var(--vh, 1vh) * 50) - 17.2vw + 8px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label3 {
    bottom: calc(50vh - 66px);
    bottom: calc((var(--vh, 1vh) * 50) - 66px);
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraOne .lens-sticky .sticky-item .g--label.label3 {
    bottom: calc(50vh - 92px);
    bottom: calc((var(--vh, 1vh) * 50) - 92px);
  }
}
#cameraTwo {
  background: #000;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 6;
  margin-top: calc(485px - 50vh);
  margin-top: calc(485px - (var(--vh, 1vh) * 50));
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo {
    margin-top: calc(388px - 50vh);
    margin-top: calc(388px - (var(--vh, 1vh) * 50));
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo {
    margin-top: calc(267px - 50vh);
    margin-top: calc(267px - (var(--vh, 1vh) * 50));
  }
}
#cameraTwo .pic-1 {
  position: relative;
  width: 1000px;
  margin: 0 auto 70px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .pic-1 {
    width: 800px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .pic-1 {
    width: 550px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .pic-1 {
    margin: 0 auto 56px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .pic-1 {
    margin: 0 auto 39px;
  }
}
#cameraTwo .pic-1 img {
  width: 100%;
  height: 660px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .pic-1 img {
    height: 528px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .pic-1 img {
    height: 363px;
  }
}
#cameraTwo .pic-1 .g--label {
  left: calc(50% - 32px);
  bottom: 15px;
  width: 84px;
  left: calc(50% - 42px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .pic-1 .g--label {
    left: calc(50% - 25px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .pic-1 .g--label {
    left: calc(50% - 17px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .pic-1 .g--label {
    bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .pic-1 .g--label {
    bottom: 8px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .pic-1 .g--label {
    width: 62px;
    left: calc(50% - 31px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .pic-1 .g--label {
    width: 62px;
    left: calc(50% - 31px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraTwo .pic-1 .g--label {
    bottom: 7px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .pic-1 .g--label {
    left: calc(50% - 20px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pic-1 .g--label {
    left: calc(50% - 28px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pic-1 .g--label {
    width: 92px;
    left: calc(50% - 46px);
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .pic-1 .g--label {
    width: 48px;
    left: calc(50% - 24px);
  }
}
#cameraTwo .pic-1 .p-main {
  margin-top: 6px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .pic-1 .p-main {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .pic-1 .p-main {
    margin-top: 3px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pic-1 {
    width: 64.3vw;
  }
  #cameraTwo .pic-1 img {
    height: 49vw;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (max-width: 568px) {
  #cameraTwo .pic-1 {
    margin-bottom: 30px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pic-1 {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .pic-1 {
    width: 260px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pic-1 {
    width: 364px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .pic-1 {
    margin-bottom: 30px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pic-1 {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .pic-1 img {
    height: 198px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pic-1 img {
    height: 277px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .pt-pic1 {
    margin-top: 24px;
  }
  #cameraTwo .en-title {
    width: 550px;
    margin: auto;
  }
  #cameraTwo .en-title-2,
  #cameraTwo .en-title-3 {
    margin: 96px auto 0 auto;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .pt-pic1 {
    margin-top: 20px;
  }
  #cameraTwo .en-title {
    width: 290px;
    margin: auto;
  }
  #cameraTwo .en-title-2,
  #cameraTwo .en-title-3 {
    margin: 80px auto 0 auto;
  }
}
#cameraTwo .c-item .pic-box {
  position: relative;
  display: flex;
  margin-bottom: 6px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box {
    margin-bottom: 3px;
  }
}
.lang-ar #cameraTwo .c-item .pic-box {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraTwo .c-item .pic-box {
    display: block;
    margin-bottom: 7px;
  }
}
#cameraTwo .c-item .pic-box .g--label {
  top: 580px;
  width: 100px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .g--label {
    top: 464px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .g--label {
    top: 319px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .g--label {
    width: 90px;
  }
}
@media (width: 1280px) {
  #cameraTwo .c-item .pic-box .g--label {
    top: 319px !important;
  }
}
#cameraTwo .c-item .pic-box .g--label.l1 {
  left: 200px;
  top: 620px;
  width: 176px;
  left: 162px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    left: 150px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    left: 92.5px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 360px;
    left: calc(50% - 45px);
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    left: calc(50% - 50px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 500px;
    width: 132px;
    left: 134px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 308px;
    width: 120px;
    left: 77.5px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 360px;
    width: 182px;
    left: calc(50% - 91px);
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    width: 120px;
    left: calc(50% - 60px);
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 497px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 185px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 259px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 497px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 185px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l1 {
    top: 259px;
  }
}
#cameraTwo .c-item .pic-box .g--label.l2 {
  left: auto;
  right: 350px;
  top: 620px;
  right: 315px;
  width: 170px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    right: 270px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    right: 175px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 770px;
    left: calc(50% - 45px);
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    left: calc(50% - 50px);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 500px;
    width: 132px;
    right: 254px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 308px;
    width: 120px;
    right: 160px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 770px;
    width: 182px;
    left: calc(50% - 91px);
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    width: 120px;
    left: calc(50% - 60px);
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 1041px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 402px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 563px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 1041px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 402px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .g--label.l2 {
    top: 563px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .label-special {
    width: 70px;
  }
}
#cameraTwo .c-item .pic-box .pic {
  margin-top: 45px;
}
#cameraTwo .c-item .pic-box .pic.right {
  margin-left: 20px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.right {
    margin-left: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.right {
    margin-left: 11px;
  }
}
#cameraTwo .c-item .pic-box .pic.pic1 {
  width: 800px;
  height: 700px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic1 {
    width: 640px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic1 {
    width: 440px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic1 {
    height: 560px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic1 {
    height: 385px;
  }
}
#cameraTwo .c-item .pic-box .pic.pic2 {
  width: 500px;
  height: 700px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic2 {
    width: 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic2 {
    width: 275px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic2 {
    height: 560px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic2 {
    height: 385px;
  }
}
#cameraTwo .c-item .pic-box .pic.pic3 {
  width: 500px;
  height: 620px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic3 {
    width: 400px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic3 {
    width: 275px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic3 {
    height: 496px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic3 {
    height: 341px;
  }
}
#cameraTwo .c-item .pic-box .pic.pic4 {
  width: 800px;
  height: 620px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic4 {
    width: 640px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic4 {
    width: 440px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic.pic4 {
    height: 496px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic.pic4 {
    height: 341px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .pic-box .pic.pic4 {
    margin-top: 7px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .pic-box .pic.pic4 {
    margin-top: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .pic-box .pic {
    margin-top: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .pic-box .pic {
    margin-top: 25px;
  }
}
#cameraTwo .c-item .content {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-bottom: 38px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .content {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .content {
    margin-bottom: 21px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #cameraTwo .c-item .content {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
#cameraTwo .c-item .content span.white {
  color: #fff;
}
#cameraTwo .c-item .content span.grey {
  color: #999;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .content {
    margin-top: 7px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .content {
    margin-top: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .content {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .content {
    margin-bottom: 42px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime2 {
    width: 71.6vw;
    margin: 0 auto 30px;
  }
  #cameraTwo .c-item .scale-anime2 img {
    width: 100%;
    height: 79.5vw;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime2 img {
    width: 100%;
  }
}
#cameraTwo .c-item .scale-anime2 .l-container {
  position: relative;
}
#cameraTwo .c-item .scale-anime2 .l-container .g--label {
  width: 80px;
  top: auto;
  bottom: 7px;
  left: calc(50% - 40px);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime2 .l-container .g--label {
    width: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime2 .l-container .g--label {
    width: 44px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime2 .l-container .g--label {
    left: calc(50% - 32px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime2 .l-container .g--label {
    left: calc(50% - 22px);
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime2 .l-container .g--label {
    width: 110px;
    left: calc(50% - 55px);
  }
}
#cameraTwo .c-item .scale-anime2 .g--label {
  width: 110px;
  top: 660px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime2 .g--label {
    top: 528px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime2 .g--label {
    top: 363px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime2 .g--label {
    width: 90px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime2 .g--label {
    width: 76px;
  }
}
#cameraTwo .c-item .scale-anime2 .g--label.tl1 {
  left: 345px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime2 .g--label.tl1 {
    left: 275px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime2 .g--label.tl1 {
    left: 182px;
  }
}
#cameraTwo .c-item .scale-anime2 .g--label.tl2 {
  left: auto;
  right: 195px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime2 .g--label.tl2 {
    right: 155px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime2 .g--label.tl2 {
    right: 100px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime2 {
    width: 290px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime2 {
    width: 406px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime2 {
    margin: 0 auto 30px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime2 {
    margin: 0 auto 42px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime2 img {
    height: 322px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime2 img {
    height: 451px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime3 {
    width: 100%;
  }
  #cameraTwo .c-item .scale-anime3 img {
    width: 100% !important;
    height: 52vw !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime3 {
    margin: 0 auto;
  }
  #cameraTwo .c-item .scale-anime3 .pic-box img {
    width: 100% !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime3 {
    width: 320px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime3 {
    width: 448px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime3 .pic-box {
    width: 320px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime3 .pic-box {
    width: 448px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime3 img {
    height: 210px !important;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime3 img {
    height: 294px !important;
  }
}
#cameraTwo .c-item .scale-anime4 {
  width: 800px;
  margin: 0 auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime4 {
    width: 640px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime4 {
    width: 440px;
  }
}
#cameraTwo .c-item .scale-anime4 img {
  width: 100%;
  height: 850px;
  margin-bottom: 21px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime4 img {
    height: 680px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime4 img {
    height: 468px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .c-item .scale-anime4 img {
    margin-bottom: 17px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .c-item .scale-anime4 img {
    margin-bottom: 12px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime4 {
    width: 64.3vw;
  }
  #cameraTwo .c-item .scale-anime4 img {
    height: 79.7vw;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime4 img {
    margin-bottom: 7px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime4 img {
    margin-bottom: 10px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime4 {
    width: 260px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime4 {
    width: 364px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime4 img {
    height: 322px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime4 img {
    height: 451px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo .c-item .scale-anime4 img {
    margin-bottom: 7px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .c-item .scale-anime4 img {
    margin-bottom: 10px;
  }
}
#cameraTwo .item4-title {
  margin: 158px 0 48px 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #cameraTwo .item4-title {
    margin: 128px 0 48px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #cameraTwo .item4-title {
    margin: 87px 0 30px 0;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo .item4-title {
    margin: 104px 70px 24px auto;
  }
  #cameraTwo .item4-title .cz-up {
    white-space: nowrap;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #cameraTwo .item4-title {
    margin: 80px auto 20px auto;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (max-width: 568px) {
  #cameraTwo {
    margin-top: calc(250px - 60vh);
    margin-top: calc(250px - (var(--vh, 1vh) * 60));
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo {
    margin-top: calc(350px - 60vh);
    margin-top: calc(350px - (var(--vh, 1vh) * 60));
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  #cameraTwo {
    margin-top: calc(250px - 60vh);
    margin-top: calc(250px - (var(--vh, 1vh) * 60));
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  #cameraTwo {
    margin-top: calc(350px - 60vh);
    margin-top: calc(350px - (var(--vh, 1vh) * 60));
  }
}
#coloros {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #coloros {
    z-index: 4;
  }
}
#coloros .part-l {
  position: relative;
  width: 1321px;
  margin: auto;
  color: #fff;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l {
    width: 1057px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l {
    width: 727px;
  }
}
#coloros .part-l .title-0 {
  margin-left: 0;
}
#coloros .part-l .wrapper {
  margin-top: 40px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper {
    margin-top: 22px;
  }
}
#coloros .part-l .wrapper .content {
  margin-top: 30px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content {
    margin-top: 17px;
  }
}
#coloros .part-l .wrapper .content .content-0 {
  background: linear-gradient(to bottom, rgba(1,5,46,0.55) 14.44%, rgba(71,52,97,0.55) 55.56%, rgba(171,100,126,0.55) 84.44%, rgba(237,119,111,0.55));
}
#coloros .part-l .wrapper .content .content-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.lang-ar #coloros .part-l .wrapper .content .content-1 {
  flex-direction: row-reverse;
}
#coloros .part-l .wrapper .content .content-1 > * {
  background: linear-gradient(to bottom, rgba(1,5,46,0.55) 14.44%, rgba(71,52,97,0.55) 55.56%, rgba(171,100,126,0.55) 84.44%, rgba(237,119,111,0.55));
}
#coloros .part-l .wrapper .content-0 {
  width: 100%;
}
#coloros .part-l .wrapper .content-0 .title {
  padding: 55px 0 0 40px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .title {
    padding: 44px 0 0 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .title {
    padding: 30px 0 0 22px;
  }
}
.lang-ar #coloros .part-l .wrapper .content-0 .title {
  padding: 55px 40px 0 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #coloros .part-l .wrapper .content-0 .title {
    padding: 44px 32px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #coloros .part-l .wrapper .content-0 .title {
    padding: 30px 22px 0 0;
  }
}
#coloros .part-l .wrapper .content-0 .title > :last-child {
  width: 656px;
  margin-top: 15px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .title > :last-child {
    width: 525px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .title > :last-child {
    width: 361px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .title > :last-child {
    width: 480px;
  }
}
.lang-ar #coloros .part-l .wrapper .content-0 .title > :last-child {
  margin-left: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .title > :last-child {
    margin-top: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .title > :last-child {
    margin-top: 8px;
  }
}
#coloros .part-l .wrapper .content-0 .video-wrapper {
  width: 100%;
  padding: 97px 150px 60px 150px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .video-wrapper {
    padding: 78px 120px 48px 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .video-wrapper {
    padding: 53px 83px 33px 83px;
  }
}
.lang-ar #coloros .part-l .wrapper .content-0 .video-wrapper {
  padding: 97px 40px 60px 40px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #coloros .part-l .wrapper .content-0 .video-wrapper {
    padding: 78px 32px 48px 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #coloros .part-l .wrapper .content-0 .video-wrapper {
    padding: 53px 22px 33px 22px;
  }
}
#coloros .part-l .wrapper .content-0 .item {
  position: relative;
  width: 274px;
  height: 594px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .item {
    width: 219px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .item {
    width: 151px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .item {
    height: 475px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .item {
    height: 327px;
  }
}
#coloros .part-l .wrapper .content-0 .item .border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#coloros .part-l .wrapper .content-0 .item .video-item {
  position: relative;
  width: 261px;
  height: 567px;
  overflow: hidden;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .item .video-item {
    width: 209px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .item .video-item {
    width: 144px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .item .video-item {
    height: 454px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .item .video-item {
    height: 312px;
  }
}
#coloros .part-l .wrapper .content-0 .item .video-item video {
  width: 100%;
  height: 100%;
}
#coloros .part-l .wrapper .content-0 .item .play {
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .item .play {
    width: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .item .play {
    width: 17px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-0 .item .play {
    height: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-0 .item .play {
    height: 17px;
  }
}
#coloros .part-l .wrapper .content-0 .item .play.disappear {
  display: none;
}
#coloros .part-l .wrapper .content-0 .item .play img {
  width: 100%;
  height: 100%;
}
#coloros .part-l .wrapper .content-1 {
  margin-top: 53px;
  min-height: 740px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-1 {
    margin-top: 42px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-1 {
    margin-top: 29px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-1 {
    min-height: 650px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-1 {
    min-height: 460px;
  }
}
#coloros .part-l .wrapper .content-1 > :nth-child(1) {
  width: 756px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-1 > :nth-child(1) {
    width: 605px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-1 > :nth-child(1) {
    width: 416px;
  }
}
#coloros .part-l .wrapper .content-1 > :nth-child(2) {
  width: 558px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-1 > :nth-child(2) {
    width: 446px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-1 > :nth-child(2) {
    width: 307px;
  }
}
#coloros .part-l .wrapper .content-1 .desc {
  padding: 40px 0 0 36px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-1 .desc {
    padding: 32px 0 0 29px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-1 .desc {
    padding: 22px 0 0 20px;
  }
}
.lang-ar #coloros .part-l .wrapper .content-1 .desc {
  padding: 40px 36px 0 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #coloros .part-l .wrapper .content-1 .desc {
    padding: 32px 29px 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #coloros .part-l .wrapper .content-1 .desc {
    padding: 22px 20px 0 0;
  }
}
#coloros .part-l .wrapper .content-1 .desc > :last-child {
  margin-top: 8px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-1 .desc > :last-child {
    margin-top: 6px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-1 .desc > :last-child {
    margin-top: 4px;
  }
}
#coloros .part-l .wrapper .content-1 .desc-1 {
  width: 451px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .content-1 .desc-1 {
    width: 361px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .content-1 .desc-1 {
    width: 248px;
  }
}
.lang-ar #coloros .part-l .wrapper .content-1 .desc-1 {
  margin-left: auto;
}
#coloros .part-l .wrapper .img-1 {
  width: 585px;
  height: 332px;
  margin: 167px auto 0;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .img-1 {
    width: 468px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .img-1 {
    width: 322px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .img-1 {
    height: 266px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .img-1 {
    height: 183px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .img-1 {
    margin: 180px auto 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .img-1 {
    margin: 115px auto 0;
  }
}
#coloros .part-l .wrapper .img-2 {
  width: 190px;
  height: 403px;
  margin: 52px auto 0 auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .img-2 {
    width: 152px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .img-2 {
    width: 105px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .img-2 {
    height: 322px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .img-2 {
    height: 222px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-l .wrapper .img-2 {
    margin: 42px auto 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-l .wrapper .img-2 {
    margin: 29px auto 0 auto;
  }
}
#coloros .part-p {
  color: #fff;
}
#coloros .part-p .wrapper {
  position: relative;
  width: 88.88888888888889vw;
  margin: 70px auto 0 auto;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .part-p .wrapper {
    width: 79.16666666666666vw;
  }
}
#coloros .part-p .wrapper .t-desc {
  margin-top: 4px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros .part-p .wrapper .t-desc {
    margin-top: 3px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros .part-p .wrapper .t-desc {
    margin-top: 2px;
  }
}
#coloros .part-p .wrapper .content {
  width: 100%;
}
#coloros .part-p .wrapper .content > * {
  overflow: hidden;
  margin-top: 10px;
  background: linear-gradient(to bottom, rgba(1,5,46,0.55) 14.44%, rgba(71,52,97,0.55) 55.56%, rgba(171,100,126,0.55) 84.44%, rgba(237,119,111,0.55));
}
#coloros .part-p .wrapper .content .item-0 {
  width: 88.88888888888889vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .part-p .wrapper .content .item-0 {
    width: 79.16666666666666vw;
  }
}
#coloros .part-p .wrapper .content .item-0 .desc {
  padding: 40px 16px;
}
#coloros .part-p .wrapper .content .item-0 .desc > :last-child {
  margin-top: 2px;
}
#coloros .part-p .wrapper .content .item-0 .video-wrapper {
  width: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 11.11111111111111vw;
  overflow: hidden;
}
#coloros .part-p .wrapper .content .item-0 .video-wrapper .sub-item {
  position: relative;
  width: 40.55555555555556vw;
  height: 87.77777777777777vw;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#coloros .part-p .wrapper .content .item-0 .video-wrapper .sub-center {
  margin: 0 11.11111111111111vw;
}
#coloros .part-p .wrapper .content .item-0 .video-wrapper .poster-item {
  width: 37.77777777777778vw;
  height: 83.88888888888889vw;
}
#coloros .part-p .wrapper .content .item-0 .video-wrapper .poster-item canvas,
#coloros .part-p .wrapper .content .item-0 .video-wrapper .poster-item img {
  width: 100%;
  height: 100%;
}
#coloros .part-p .wrapper .content .item-0 .video-wrapper .border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#coloros .part-p .wrapper .content .item-1,
#coloros .part-p .wrapper .content .item-2 {
  width: 88.88888888888889vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .part-p .wrapper .content .item-1,
  #coloros .part-p .wrapper .content .item-2 {
    width: 79.16666666666666vw;
  }
}
#coloros .part-p .wrapper .content .item-1 .desc,
#coloros .part-p .wrapper .content .item-2 .desc {
  padding: 30px 16px 0 16px;
}
#coloros .part-p .wrapper .content .item-1 .desc > :last-child,
#coloros .part-p .wrapper .content .item-2 .desc > :last-child {
  margin-top: 2px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .part-p .wrapper .content .item-1 .desc,
  #coloros .part-p .wrapper .content .item-2 .desc {
    padding: 68px 30px 0 30px;
  }
}
#coloros .part-p .wrapper .content .item-1 {
  min-height: 441px;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .part-p .wrapper .content .item-1 {
    min-height: 98.95833333333334vw;
  }
}
#coloros .part-p .wrapper .img-1 {
  width: 100vw;
  height: 57.49999999999999vw;
  margin: 60px 0 0 -5.555555555555555vw;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .part-p .wrapper .img-1 {
    width: 100vw;
    height: 57.421875vw;
    margin: 10.416666666666668vw 0 0 -10.416666666666668vw;
  }
}
#coloros .part-p .wrapper .img-2 {
  width: 38.88888888888889vw;
  height: 81.11111111111111vw;
  margin: 30px auto 0 auto;
  margin: 30px auto 40px auto;
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .part-p .wrapper .img-2 {
    width: 31.25vw;
    height: 67.83854166666666vw;
    margin: 9.114583333333332vw auto 0 auto;
    margin: 9.114583333333332vw auto 9.114583333333332vw auto;
  }
}
#coloros #remark {
  margin-top: 50px;
}
#coloros #remark .wrapper {
  padding: 30px 0 72px 0;
  border-top: 1px solid #666;
}
#coloros #remark .wrapper .r0 {
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 568px) {
  #coloros #remark .wrapper {
    padding: 20px 0 72px 0;
  }
  #coloros #remark .r0 {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1920px) {
  #coloros {
    padding-top: 35.6vh;
    padding-top: calc(var(--vh, 1vh) * 35.6);
    margin-top: -45.6vh;
    margin-top: calc(var(--vh, 1vh) * -45.6);
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #coloros {
    padding-top: 30vh;
    padding-top: calc(var(--vh, 1vh) * 30);
    margin-top: -40vh;
    margin-top: calc(var(--vh, 1vh) * -40);
    margin-top: -30vh;
    margin-top: calc(var(--vh, 1vh) * -30);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #coloros {
    padding-top: 37.4vh;
    padding-top: calc(var(--vh, 1vh) * 37.4);
    margin-top: -47.4vh;
    margin-top: calc(var(--vh, 1vh) * -47.4);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #coloros {
    padding-top: 25.4vh;
    padding-top: calc(var(--vh, 1vh) * 25.4);
    margin-top: -161.4vh;
    margin-top: calc(var(--vh, 1vh) * -161.4);
  }
}
#coloros .explore {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
  margin-top: 50px;
}
#coloros .explore .wrapper {
  display: flex;
  justify-content: center;
}
#coloros .explore img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 7px;
  width: 22px;
  height: 19px;
}
@media (min-width: 1921px) {
  #coloros .explore img {
    width: 38px;
    height: 32px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .explore img {
    width: 15px;
    height: 13px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #coloros .explore img {
    width: 27px;
    height: 23px;
  }
}
#coloros .explore .link-text {
  font-family: OPPOSans-Regular;
  color: #fff;
  border-bottom: 2px solid #979797;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 1921px) {
  #coloros .explore .link-text {
    font-size: 24px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #coloros .explore .link-text {
    font-size: 12px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #coloros .explore .link-text {
    font-size: 13px;
  }
}
.c-font {
  width: 1321px;
  margin: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .c-font {
    width: 1057px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font {
    width: 727px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .c-font {
    margin: auto;
    width: 88.88888888888889vw;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .c-font {
    margin: auto;
    width: 79.16666666666666vw;
  }
}
.c-font .c-kv-wrapper {
  margin-left: -10px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .c-font .c-kv-wrapper {
    margin-left: -8px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font .c-kv-wrapper {
    margin-left: -5px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .c-font .c-kv-wrapper {
    margin-left: 0;
  }
}
.c-font .c-kv-desc {
  margin-left: 10px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .c-font .c-kv-desc {
    margin-left: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font .c-kv-desc {
    margin-left: 6px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .c-font .c-kv-desc {
    margin-left: 1.111111111111111vw;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .c-font .c-kv-desc {
    margin-left: 4px;
  }
}
.c-font .c0 {
  font-family: OPPOSans-Bold;
  color: #fff;
  opacity: 0.2;
  font-size: 180px;
  line-height: 1;
  letter-spacing: -0.0208em;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .c-font .c0 {
    font-size: 144px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font .c0 {
    font-size: 99px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .c-font .c0 {
    line-height: 1;
    letter-spacing: -0.0208em;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .c-font .c0 {
    font-size: 81px;
    line-height: 1.3;
    letter-spacing: -0.0208em;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-width: 568px) {
  .c-font .c0 {
    font-size: 51px;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (min-width: 569px) and (max-width: 1024px) {
  .c-font .c0 {
    font-size: 71px;
  }
}
.c-font .c1 {
  font-family: OPPOSans-Bold;
  color: #fff;
  opacity: 0.2;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -0.0208em;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .c-font .c1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font .c1 {
    font-size: 33px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .c-font .c1 {
    line-height: 1.3;
    letter-spacing: -0.0208em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  .c-font .c1 {
    font-size: 21px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .c-font .c1 {
    font-size: 29px;
  }
}
.c-font .c2 {
  font-family: OPPOSans-Bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.00625em;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .c-font .c2 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font .c2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .c-font .c2 {
    line-height: 1.5;
    letter-spacing: -0.0055em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  .c-font .c2 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .c-font .c2 {
    font-size: 25px;
  }
}
.c-font .c3 {
  font-family: OPPOSans-Regular;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: -0.1px;
  color: rgba(255,255,255,0.7);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font .c3 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .c-font .c3 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.06px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  .c-font .c3 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
.c-font .c4 {
  font-family: OPPOSans-Medium;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.028em;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .c-font .c4 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .c-font .c4 {
    font-size: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .c-font .c4 {
    line-height: 1.5;
    letter-spacing: -0.029em;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  .c-font .c4 {
    font-size: 10px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  .c-font .c4 {
    font-size: 14px;
  }
}
.c-font .white-0 {
  color: #f3f3f3;
}
.c-font .white-1 {
  color: #e9e9e9;
}
.c-font .white-2 {
  color: #999;
}
.c-font .white-3 {
  color: rgba(255,255,255,0.7);
}
#inside {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  display: none;
}
#inside .close {
  z-index: 9;
  position: fixed;
  width: 36px;
  height: 36px;
  top: 45px;
  right: 45px;
  cursor: pointer;
}
#inside .close img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .close {
    width: 36px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .close {
    width: 50px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .close {
    height: 36px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .close {
    height: 50px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .close {
    top: 18px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .close {
    top: 25px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .close {
    right: 18px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .close {
    right: 25px;
  }
}
#inside .line {
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  width: 3px;
  height: 36px;
  top: 0px;
  left: 16.5px;
}
#inside .line.black-bg {
  background-color: #000;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .line {
    width: 2px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .line {
    width: 3px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .line {
    height: 24px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .line {
    height: 34px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .line {
    top: 6px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .line {
    top: 8px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .line {
    left: 17px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .line {
    left: 24px;
  }
}
#inside .line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#inside .line-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#inside section {
  position: relative;
  width: 62.5vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside section {
    width: 100vw;
  }
}
#inside section .wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 46.875vw;
  padding: 3.645833333333333vw 0;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside section .wrapper {
    width: 75vw;
    padding: 86px 0;
    flex-direction: column;
  }
  #inside section .wrapper.no-bottom {
    padding-bottom: 0;
  }
}
#inside section .wrapper .content {
  width: 22.395833333333336vw;
}
.lang-ar #inside section .wrapper .content {
  width: 23.4375vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #inside section .wrapper .content {
    width: 75vw;
  }
}
@media (orientation: portrait) and (min-width: 1025px), (orientation: landscape) and (min-width: 1024px) {
  #inside section .wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside section .wrapper .content {
    width: 75vw;
  }
}
#inside section .wrapper .content .desc-0 {
  margin-top: 30px;
}
#inside section .wrapper .img-1,
#inside section .wrapper .img-2,
#inside section .wrapper .img-3 {
  width: 12.1875vw;
  height: 25.959374999999998vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside section .wrapper .img-1,
  #inside section .wrapper .img-2,
  #inside section .wrapper .img-3 {
    height: auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside section .wrapper .img-1,
  #inside section .wrapper .img-2,
  #inside section .wrapper .img-3 {
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside section .wrapper .img-1,
  #inside section .wrapper .img-2,
  #inside section .wrapper .img-3 {
    margin: 42px auto 0 auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside section .wrapper .img-1,
  #inside section .wrapper .img-2,
  #inside section .wrapper .img-3 {
    width: 220px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside section .wrapper .img-1,
  #inside section .wrapper .img-2,
  #inside section .wrapper .img-3 {
    width: 308px;
  }
}
#inside .img-wrapper-2 {
  overflow: hidden;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .img-wrapper-2 {
    height: 364px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .img-wrapper-2 {
    height: 510px;
  }
}
#inside .img-wrapper-3 {
  overflow: hidden;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .img-wrapper-3 {
    height: 391px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .img-wrapper-3 {
    height: 547px;
  }
}
#inside .section-0 figure {
  position: relative;
  width: 100vw;
}
#inside .section-0 figure img {
  width: 100vw;
  height: 33.300000000000004vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-0 figure img {
    height: 79.6875vw;
  }
}
#inside .section-0 figure figcaption {
  color: #fff;
  position: absolute;
  top: 12.5vw;
  left: 30.46875vw;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-0 figure figcaption {
    top: 38vw;
    left: 12.5vw;
  }
}
.lang-ar #inside .section-0 figure figcaption {
  right: 30.46875vw;
  left: 0;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #inside .section-0 figure figcaption {
    right: 12.5vw;
    left: 0;
  }
}
#inside .section-0 .description {
  width: 100vw;
  background-color: #f2f2f2;
}
#inside .section-0 .description .desc {
  margin: auto;
  width: 39.0625vw;
  padding: 6.25vw 0;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-0 .description .desc {
    width: 75vw;
    padding: 88px 0;
  }
}
#inside .section-1 {
  margin: 130px auto 0 auto;
  background-image: linear-gradient(to bottom, #fff2f2, #f2f2f2);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-1 {
    margin: 15px auto 0 auto;
  }
}
#inside .section-1 .desc-1 {
  margin-top: 22px;
  display: flex;
  white-space: nowrap;
}
#inside .section-1 .desc-1 > :first-child {
  margin-right: 22px;
}
.lang-ar #inside .section-1 .desc-1 > :first-child {
  margin: 0 0 0 22px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-1 .desc-1 > :last-child {
    display: flex;
    align-items: center;
  }
}
#inside .section-1 .desc-1 .tuv {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-1 .tuv {
    width: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .section-1 .desc-1 .tuv {
    width: 77px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-1 .tuv {
    height: 55px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .section-1 .desc-1 .tuv {
    height: 77px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-1 {
    white-space: pre-wrap;
  }
}
.lang-ar #inside .section-1 .desc-1 {
  white-space: normal;
}
#inside .section-1 .desc-2 {
  display: flex;
  margin-top: 22px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #inside .section-1 .desc-2 {
    height: 40px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-1 .desc-2 {
    justify-content: center;
  }
}
#inside .section-1 .desc-2 > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
#inside .section-1 .desc-2 .item-0 {
  background-image: linear-gradient(to right, #fad961, #f76b1c);
  width: 5.729166666666666vw;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
.lang-ar #inside .section-1 .desc-2 .item-0 {
  border-radius: 0 4px 4px 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #inside .section-1 .desc-2 .item-0 {
    width: 120px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-2 .item-0 {
    width: 77px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .section-1 .desc-2 .item-0 {
    width: 108px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-2 .item-0 {
    width: 117px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .section-1 .desc-2 .item-0 {
    width: 164px;
  }
}
#inside .section-1 .desc-2 .item-1 {
  background-image: linear-gradient(to right, #495368, #0d0d0d);
  width: 7.8125vw;
  border-radius: 0 4px 4px 0;
  text-align: center;
}
.lang-ar #inside .section-1 .desc-2 .item-1 {
  border-radius: 4px 0 0 4px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #inside .section-1 .desc-2 .item-1 {
    width: 160px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-2 .item-1 {
    width: 105px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .section-1 .desc-2 .item-1 {
    width: 147px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-2 .item-1 {
    width: 125px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .section-1 .desc-2 .item-1 {
    width: 175px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (max-width: 568px) {
  #inside .section-1 .desc-2 {
    height: 40px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .section-1 .desc-2 {
    height: 56px;
  }
}
#inside .section-2 {
  margin: 75px auto 0 auto;
  background-image: linear-gradient(to bottom, #f2fbff, #f2f2f2);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-2 {
    margin: 15px auto 0 auto;
  }
}
#inside .section-3 {
  margin: 75px auto 0 auto;
  background-image: linear-gradient(to bottom, #f8fff4, #f2f2f2);
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-3 {
    margin: 15px auto 0 auto;
  }
}
#inside .section-3 .title {
  white-space: nowrap;
}
#inside .section-4 {
  margin: 75px auto 152px auto;
  background-color: #f2f2f2;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #inside .section-4 {
    margin: 75px auto 122px auto;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #inside .section-4 {
    margin: 75px auto 84px auto;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-4 {
    margin: 15px auto 0 auto;
  }
}
#inside .section-4 .title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 40px;
}
.lang-ar #inside .section-4 .title {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #inside .section-4 .title {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-4 .title {
    margin-right: 0;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-4 .desc {
    margin-top: 30px;
  }
}
#inside .section-4 .desc > * {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) and (orientation: portrait) {
  #inside .section-4 .desc > * {
    border-left: 5px solid #1bc9be;
    padding-left: 18px;
  }
  .lang-ar #inside .section-4 .desc > * {
    border-left: 0;
    padding-left: 0;
    border-right: 5px solid #1bc9be;
    padding-right: 18px;
  }
}
#inside .section-4 .desc > :not(:last-child) {
  margin-bottom: 22px;
}
.lang-ar #inside .section-4 .desc {
  margin-left: 20px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lang-ar #inside .section-4 .desc {
    margin-left: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .lang-ar #inside .section-4 .desc {
    margin-left: 11px;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .lang-ar #inside .section-4 .desc {
    margin-left: 0;
  }
}
#inside .f0 {
  font-family: OPPOSans-Bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #inside .f0 {
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #inside .f0 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #inside .f0 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.1px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #inside .f0 {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.1px;
  }
}
#inside .f1 {
  color: #666;
  font-family: OPPOSans-Regular;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: -0.06px;
}
@media (min-width: 1921px) {
  #inside .f1 {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  #inside .f1 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #inside .f1 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
@media (orientation: portrait) and (max-width: 568px) {
  #inside .f1 {
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.05px;
  }
}
#inside .white {
  color: #fff;
}
#inside .black-0 {
  color: #151515;
}
.g--popup-mask {
  z-index: 10;
  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-wrapper {
  position: relative;
  width: 100vw;
}
.g--popup-mask video {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
.g--popup-mask .close {
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.g--popup-mask .close::before {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 22px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 16px;
}
.g--popup-mask .close::after {
  background: #fff;
  content: '';
  position: absolute;
  width: 3px;
  height: 22px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 16px;
}
body {
  background-color: #000;
}
body #oc-header {
  background-color: #fff;
}
#footer {
  overflow: hidden;
}
.lang-ar #main-wrapper {
  text-align: right;
  direction: rtl;
}
#main-wrapper {
  background-color: #000;
}
#main-wrapper img[data-srcset] {
  opacity: 0;
}
#main-wrapper img[data-srcset].loaded {
  opacity: 1;
}
#main-wrapper .g--sup {
  letter-spacing: -0.21em;
}
#main-wrapper .g--pop-wrapper {
  position: relative;
}
#main-wrapper .g--play-button {
  z-index: 3;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
@media (orientation: portrait) and (min-width: 569px) and (max-width: 1024px) {
  #main-wrapper .g--play-button {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}

