#oid-second-navbar {
  background-color: #ffffff;
}

#oid-main-page {
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oid-pull-down {
  position: fixed;
  width: 100%;
  z-index: 101;
}

.oid-pull-up {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.oid-pull-down {
  position: fixed;
  width: 100%;
  z-index: 101;
}

.oid-pull-up {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.oid-nav-wrapper {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

.oid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.oid-col-12 {
  width: 100%;
}
.oid-secnav-container {
  position: relative;
  width: 1330px;
  height: 100%;
  margin: 0 auto;
  padding: 1em 0.1rem;
  display: flex;
  justify-content: space-between;
}
.oid-my-auto {
  margin: auto 0;
}

.oid-po-nav-btn {
  text-decoration: none !important;
  padding: 0.8em 1.5em;
  text-align: center;
  transition: 0.5s;
  color: #000;
  font-size: 0.7em;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  z-index: 1;
}

.oid-btn-gradient {
  background-image: linear-gradient(to right, #2cff73, #2cff73);
}

#mobile-size {
  display: none;
}

#desktop-size {
  display: block;
}

.oid-header-wrapper {
  min-height: 100%;
  display: flex;
  align-items: center;
}

.oid-img-fluid {
  max-width: 100%;
  height: auto;
}

.oid-justify-center {
  justify-content: center;
}

.oid-pos-abs {
  position: absolute;
}

.width-100 {
  width: 100%;
}
.oid-top-2 {
  top: 2%;
}
.oid-top-30 {
  top: 30%;
}
.oid-text-center {
  text-align: center !important;
}

.oid-pt-7 {
  padding-top: 3.5em;
}

.oid-d-flex {
  display: flex;
}

.oid-text-bg {
  background-color: #000;
  color: #ffffff;
  display: inline;
  padding: 0.01em 0.3em 0.1em 0.3em;
  border-radius: 0.5em;
}

#header-kv .oid-text-title {
  font-size: 3vw;
}
#header-kv .oid-text-subtitle {
  font-size: 1.2vw;
}

.oid-top-20 {
  top: 1.5%;
}

.oid-mb-12 {
  margin-bottom: 3em;
}

.oid-mb-8 {
  margin-bottom: 4em;
}

.oid-mt-7 {
  margin-top: 3em;
}

.oid-text-bold {
  font-weight: bold;
}

.oid-pb-12 {
  padding-bottom: 4em !important;
}

.oid-pb-7 {
  padding-bottom: 3.5em;
}

.oid-pb-9 {
  padding-bottom: 4.5em;
}

.oid-pb-3 {
  padding-bottom: 1.5em;
}

.oid-pt-4 {
  padding-top: 2em;
}

#footer-banner .oid-text-title {
  font-size: 3em;
}

#footer-banner .oid-text-subtitle {
  font-size: 1.3em;
}

.oid-pt-15 {
  padding-top: 7.5em;
}

.oid-container {
  position: relative;
  width: 13.3rem;
  height: 100%;
  margin: auto;
  padding: 1em 1em 0.1rem 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.oid-section-wrapper {
  min-height: 100%;
  min-height: 15vh;
  display: flex;
  align-items: center;
}

.oid-container .form {
  background-color: #f1f3f5;
  border-radius: 7px;
  padding: 75px 75px 75px 75px;
}

.oid-text-left {
  text-align: left !important;
}

.oid-pt-2 {
  padding-top: 1em;
}

.oid-pt-3 {
  padding-top: 1.5em;
}

#oid-pad-sub input[type='text'] {
  padding: 12px 0px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
#oid-pad-sub input[type='text'].numbering {
  padding: 0.12rem 0rem !important;
}

#oid-pad-sub select {
  width: 100%;
  padding: 12px 5px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}

#oid-pad-sub input[type='radio'],
#oid-pad-sub input[type='checkbox'] {
  margin-top: 1em;
  transform: scale(1.3);
  padding: 0.4em;
  -webkit-appearance: none;
  outline: 0.1em solid black;
  outline-offset: 0.1em;
}

#oid-pad-sub input[type='radio']:checked,
#oid-pad-sub input[type='checkbox']:checked {
  display: inline-block;
  background-color: #000;
}

#oid-pad-sub select {
  padding: 0 0.5em 0.2em 0;
  border: 1px solid #ccc;
  /* font-family: 'oppo-light'; */
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
}

#oid-pad-sub select:focus,
select:hover {
  border-radius: 0;
  outline: 0;
}

.flex-checkbox-input {
  padding-left: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 4em;
  width: 100%;
}

.oid-py-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#submission .oid-text-title {
  font-size: 3.5em;
}

.oid-pl-1 {
  padding-left: 0.5em;
}

.oid-py-12 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.oid-pt-12 {
  padding-top: 6em;
}
.cekEmail {
  font-size: 0.9vw !important;
}

#submission .oid-submit-btn {
  background-image: linear-gradient(to right, #000, #000);
  text-decoration: none !important;
  padding: 0.5em 3em;
  text-align: center;
  transition: 0.5s;
  color: #fff;
  font-size: 1em;
  border: 1px solid black;
  border-radius: 5em;
  z-index: 1;
}

.oid-button-vid-wrapper {
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  top: 83%;
}

.oid-vid-btn {
  background-color: #000;
  text-decoration: none !important;
  padding: 0.5em 1em;
  text-align: center;
  transition: 0.5s;
  color: #fff;
  font-size: 1em;
  border: 1px solid black;
  border-radius: 5em;
  z-index: 1;
}

.oid-text-title {
  font-size: 2.5em;
  line-height: 1.4em;
}

.oid-text-subtitle {
  font-size: 1.6em;
  line-height: 1.4em;
}

.oid-text-tag {
  font-size: 1.7em;
  line-height: 1.4em;
}

#popup-event-bss .oid-text-subtitle {
  font-size: 1em;
}

.oid-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
  justify-content: center;
  gap: 3vw;
  margin: 2em;
}

.oid-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.oid-row-nospace {
  display: flex;
  flex-wrap: wrap;
}

.oid-img-bg {
  border-radius: 0px 0px 10px 10px;
  background-color: #f1f3f5;
  padding: 1em;
}

.oid-pb-5 {
  padding-bottom: 2.5em;
}

#better-potrait #img-up .oid-img-bg {
  border-radius: 10px 10px 10px 0px;
  display: inline-block;
}

.oid-pb-4 {
  padding-bottom: 2em;
}

.oid-pt-5 {
  padding-top: 2.5em;
}

.oid-pos-abs {
  position: absolute;
}

.oid-px-4 {
  padding-left: 2em;
  padding-right: 2em;
}

.oid-text-tag {
  color: white;
  font-size: 1em;
  /* top: 2vw !important; */
  font-weight: 100;
}

.oid-d-flex {
  display: flex;
}

/* #ai-studio-before {
    bottom: 54%;
    color: white;
  }
  
  #ai-studio-after {
    bottom: 54%;
    right: 15vw;
    color: white;
  }
  
  #ai-eraser-before {
    left: 2vw;
  } */

/* #ai-eraser-after {
    left: 26vw;
  } */

.width-50 {
  width: 50%;
}

.oid-pl-38 {
  padding-left: 25em;
}

.oid-pl-15 {
  padding-left: 10% !important;
}

.oid-pl-14 {
  padding-left: 9em;
}

.oid-pl-13 {
  padding-left: 8em;
}

.oid-pl-12 {
  padding-left: 7em;
}

.oid-pl-11 {
  padding-left: 6em;
}

.oid-pl-10 {
  padding-left: 5em;
}

.oid-pl-9 {
  padding-left: 4.5em;
}

.oid-pl-8 {
  padding-left: 4em;
}

.oid-pl-7 {
  padding-left: 3.5em;
}

.oid-pl-6 {
  padding-left: 3em;
}

.oid-pl-5 {
  padding-left: 2.5em;
}

.oid-pl-4 {
  padding-left: 2em;
}

.oid-pl-3 {
  padding-left: 1.5em;
}

.oid-pl-2 {
  padding-left: 1em;
}

.oid-pl-1 {
  padding-right: 0.5em;
}

.oid-pr-2 {
  padding-right: 1em;
}

.oid-mr-4 {
  margin-right: 2em !important;
}

.oid-pl-0 {
  padding-right: 0;
}
.oid-ml-2 {
  margin-right: 1em;
}
.header-bg {
  width: 100vw;
}

.oid-py-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.oid-py-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.oid-py-9 {
  padding-top: 4.5em !important;
  padding-bottom: 4.5em;
}

#better-durability .oid-container {
  gap: 2em;
}

#mobile-size {
  display: none;
}

.oid-px-5 {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.oid-mt-10 {
  margin-top: 5em;
}

.oid-text-italic {
  font-style: italic;
}

.regis-popup {
  position: relative;
  background: #fff;
  padding: 0vw;
  max-width: 41em;
  margin: 0.2em auto;
}

.regis-popup-failed {
  position: relative;
  background: #fff;
  max-width: 28em;
  margin: 0.2rem auto;
}

.error {
  color: red;
  font-size: 0.8em;
}

.oid-text-title {
  font-size: 2.5em;
  line-height: 1.4em;
}

.oid-text-subtitle {
  font-size: 1.6em;
  line-height: 1.4em;
}

.oid-text-tag {
  font-size: 1em;
  line-height: 1.4em;
}

.oid-py-15 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.oid-py-14 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.oid-py-13 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.oid-py-12 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.oid-py-11 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.oid-py-10 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.oid-py-9 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.oid-py-8 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.oid-py-7 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.oid-py-6 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.oid-py-5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.oid-py-4 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.oid-py-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.oid-py-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.oid-py-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.oid-px-15 {
  padding-left: 10em;
  padding-right: 10em;
}

.oid-px-14 {
  padding-left: 9em;
  padding-right: 9em;
}

.oid-px-13 {
  padding-left: 8em;
  padding-right: 8em;
}

.oid-px-12 {
  padding-left: 7em;
  padding-right: 7em;
}

.oid-px-11 {
  padding-left: 6em;
  padding-right: 6em;
}

.oid-px-10 {
  padding-left: 5em;
  padding-right: 5em;
}

.oid-px-9 {
  padding-left: 4.5em;
  padding-right: 4.5em;
}

.oid-px-8 {
  padding-left: 4em;
  padding-right: 4em;
}

.oid-px-7 {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.oid-px-6 {
  padding-left: 3em;
  padding-right: 3em;
}

.oid-px-5 {
  padding-left: 2.9em;
  padding-right: 2.9em;
}

.oid-px-4 {
  padding-left: 2em;
  padding-right: 2em;
}

.oid-px-3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.oid-px-2 {
  padding-left: 1em;
  padding-right: 1em;
}

.oid-px-1 {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.oid-pt-15 {
  padding-top: 7.5em;
}

.oid-pt-10 {
  padding-top: 5em;
}

.oid-pt-9 {
  padding-top: 4.5em;
}

.oid-pt-8 {
  padding-top: 4em;
}

.oid-pt-7 {
  padding-top: 3.5em;
}

.oid-pt-6 {
  padding-top: 3em;
}

.oid-pt-5 {
  padding-top: 2.5em;
}

.oid-pt-4 {
  padding-top: 2em;
}

.oid-pt-3 {
  padding-top: 1.5em;
}

.oid-pt-2 {
  padding-top: 1em;
}

.oid-pt-1 {
  padding-top: 0.5em;
}

.oid-pt-17-vw {
  padding-top: 15vw;
}

.oid-pt-35-v {
  padding-top: 3.5vw;
}

.oid-pb-15 {
  padding-bottom: 7.5em;
}

.oid-pb-14 {
  padding-bottom: 9em;
}

.oid-pb-13 {
  padding-bottom: 8em;
}

.oid-pb-12 {
  padding-bottom: 7em;
}

.oid-pb-11 {
  padding-bottom: 6em;
}

.oid-pb-10 {
  padding-bottom: 5em;
}

.oid-pb-9 {
  padding-bottom: 4.5em;
}

.oid-pb-8 {
  padding-bottom: 4em;
}

.oid-pb-7 {
  padding-bottom: 3.5em;
}

.oid-pb-6 {
  padding-bottom: 3em;
}

.oid-pb-5 {
  padding-bottom: 2.5em;
}

.oid-pb-4 {
  padding-bottom: 2em;
}

.oid-pb-3 {
  padding-bottom: 1.5em;
}

.oid-pb-2 {
  padding-bottom: 1em;
}

.oid-pb-1 {
  padding-bottom: 0.5em;
}

.oid-pb-0 {
  padding-bottom: 0 !important;
}

.oid-pl-15 {
  padding-left: 10em;
}

.oid-pl-14 {
  padding-left: 9em;
}

.oid-pl-13 {
  padding-left: 8em;
}

.oid-pl-12 {
  padding-left: 7em;
}

.oid-pl-11 {
  padding-left: 6em;
}

.oid-pl-10 {
  padding-left: 5em;
}

.oid-pl-9 {
  padding-left: 4.5em;
}

.oid-pl-8 {
  padding-left: 4em;
}

.oid-pl-7 {
  padding-left: 3.5em;
}

.oid-pl-6 {
  padding-left: 3em;
}

.oid-pl-5 {
  padding-left: 2.5em;
}

.oid-pl-4 {
  padding-left: 2em;
}

.oid-pl-3 {
  padding-left: 1.5em;
}

.oid-pl-2 {
  padding-left: 1em;
}

.oid-pl-1 {
  padding-right: 0.5em;
}

.oid-pl-0 {
  padding-right: 0;
}

.oid-pr-15 {
  padding-right: 10em;
}

.oid-pr-14 {
  padding-right: 9em;
}

.oid-pr-13 {
  padding-right: 8em;
}

.oid-pr-12 {
  padding-right: 7em;
}

.oid-pr-11 {
  padding-right: 6em;
}

.oid-pr-10 {
  padding-right: 5em;
}

.oid-pr-9 {
  padding-right: 4.5em;
}

.oid-pr-8 {
  padding-right: 4em;
}

.oid-pr-7 {
  padding-right: 3.5em;
}

.oid-pr-6 {
  padding-right: 3em;
}

.oid-pr-5 {
  padding-right: 2.5em;
}

.oid-pr-4 {
  padding-right: 2em;
}

.oid-pr-3 {
  padding-right: 1.5em;
}

.oid-pr-2 {
  padding-right: 1em;
}

.oid-pr-1 {
  padding-right: 0.5em;
}

.oid-pr-0 {
  padding-right: 0;
}

.oid-display-none {
  display: none;
}

.oid-display-show {
  display: flex;
  align-items: center;
  justify-content: center;
}

#loadingSpinner {
  text-align: center;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.spinftw {
  border-radius: 100%;
  display: inline-block;
  height: 30px;
  width: 30px;
  top: 50%;
  position: absolute;
  -webkit-animation: loader infinite 2s;
  -moz-animation: loader infinite 2s;
  animation: loader infinite 2s;
  box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
    25px -25px #27ae60;
  background-size: contain;
  overscroll-behavior: contain;
}

.oid-text-subtag {
  font-size: 0.8em;
}
.oid-text-head3 {
  font-size: 0.9vw;
  line-height: 1.4em;
}
.oid-text-subhead3 {
  font-size: 0.7vw;
}

@-webkit-keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
      25px -25px #27ae60;
  }
  25% {
    box-shadow: -25px 25px #27ae60, -25px -25px #27ae60, 25px -25px #27ae60,
      25px 25px #27ae60;
  }
  50% {
    box-shadow: -25px -25px #27ae60, 25px -25px #27ae60, 25px 25px #27ae60,
      -25px 25px #27ae60;
  }
  75% {
    box-shadow: 25px -25px #27ae60, 25px 25px #27ae60, -25px 25px #27ae60,
      -25px -25px #27ae60;
  }
}

@-moz-keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
      25px -25px #27ae60;
  }
  25% {
    box-shadow: -25px 25px #27ae60, -25px -25px #27ae60, 25px -25px #27ae60,
      25px 25px #27ae60;
  }
  50% {
    box-shadow: -25px -25px #27ae60, 25px -25px #27ae60, 25px 25px #27ae60,
      -25px 25px #27ae60;
  }
  75% {
    box-shadow: 25px -25px #27ae60, 25px 25px #27ae60, -25px 25px #27ae60,
      -25px -25px #27ae60;
  }
}

@keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #27ae60, -25px 25px #27ae60, -25px -25px #27ae60,
      25px -25px #27ae60;
  }
  25% {
    box-shadow: -25px 25px #27ae60, -25px -25px #27ae60, 25px -25px #27ae60,
      25px 25px #27ae60;
  }
  50% {
    box-shadow: -25px -25px #27ae60, 25px -25px #27ae60, 25px 25px #27ae60,
      -25px 25px #27ae60;
  }
  75% {
    box-shadow: 25px -25px #27ae60, 25px 25px #27ae60, -25px 25px #27ae60,
      -25px -25px #27ae60;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.oid-relative {
  position: relative;
}
.oppo-black-logo {
  position: absolute;
  left: 3.6vw;
  top: 2.4vw;
  width: 14%;
}
.desc-header-pop-up {
  font-size: 1.2vw !important;
}
.oid-pt-19l {
  padding-top: 16vw;
}

.oid-pb-0-3 {
  padding-bottom: 0.3em;
}

@media (min-width: 1441px) {
  .oid-pt-vw-6 {
    padding-top: 6vw !important;
  }
}

.title-wrapper-pop-up {
  position: absolute !important;
  top: 2vw !important;
  left: 0vw !important;
  width: 100% !important;
}

.title-wrapper-pop-up-failed {
  position: absolute !important;
  top: 2vw !important;
  left: 0vw !important;
  width: 100% !important;
  height: 100% !important;
}

.title-header-pop-up {
  font-size: 2vw !important;
  padding-top: 4vw !important;
}

.title-header-pop-up-f {
  font-size: 1.3vw !important;
  padding-top: 0vw !important;
}

.desc-header-pop-up-failed {
  position: absolute;
  width: 100%;
  top: 3vw;
  font-size: 0.8vw !important;
}
.desc-voucher-pop-up {
  font-size: 2vw !important;
}

.noHover {
  pointer-events: none;
}

.oid-text-head {
  font-size: 2.5em;
}

.oid-text-left {
  text-align: left;
}

.oid-text-head1 {
  font-size: 0.9vw;
  font-weight: 600;
}
.oid-text-head2 {
  font-size: 0.7vw;
  font-weight: 600;
}

.oid-text-desc {
  font-size: 0.7vw;
}

.oid-img-border {
  border: solid #ffff;
  border-radius: 1em;
  padding: 1.5em;
}

.oid-btn-giveaway {
  background-color: #cecaef;
  border-radius: 1em;
  padding: 0.4em 1em;
  font-size: 1.1em;
}

.width-55vw {
  width: 55vw;
}

.oid-set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #e6e3f3;
}

.oid-set > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.oid-set > a i {
  float: right;
  margin-top: 2px;
}

.oid-set > a.active {
  background-color: #3399cc;
  color: #fff;
}

.oid-set2 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #26a840;
}

.oid-set2 > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.oid-set2 > a i {
  float: right;
  margin-top: 2px;
}

.oid-set2 > a.active {
  background-color: #3399cc;
  color: #fff;
}

.oid-tab-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
}

.oid-tab-content ul.sublist {
  padding-inline-start: 20px !important;
}

.oid-tab-content ul > li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: disc;
}

.oid-tab-content ul.oid-list-number > li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: decimal !important;
  line-height: 1.5em;
}

.oid-tab-content ul.oid-list-number > li.sublist {
  list-style: lower-alpha !important;
}

.oid-tab-content ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 35px;
}

.oid-tab-content ol > li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: decimal;
}

ul.oid-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul.oid-tabs li {
  /* background: #c3e2c9; */
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

ul.oid-tabs li.oid-current {
  background: #26a840;
  color: #fff;
}

.oid-tab-content {
  display: none;
  background: #fff;
  /* padding: 15px; */
}

.oid-tab-content.oid-current {
  display: inherit;
  width: 100%;
}

.oid-tab-content2 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 35px;
}

.oid-tab-content2 ul > li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: disc;
}

.oid-tab-content2 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 35px;
}

.oid-tab-content2 ol > li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: decimal;
}

ul.oid-tabs2 {
  width: 20vw;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  /* justify-content: center; */
}

ul.oid-tabs2 li {
  /* background: #c3e2c9; */
  color: #000;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

ul.oid-tabs2 li.oid-current2 {
  /* background: #26a840; */
  /* color: #fff; */
}

.oid-tab-content2 {
  display: none;
  padding: 15px;
}

.oid-tab-content2.oid-current2 {
  display: inherit;
  width: 100%;
}

.oid-content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}

.oid-content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.oid-content2 {
  border-bottom: 1px solid #ddd;
  display: none;
}

.oid-content2 p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

.oid-tab-content2.oid-current2 {
  display: inherit;
  width: 100%;
}

.oid-accordion-container {
  position: relative;
  max-width: 800px;
  height: auto;
  margin: 10px auto;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  /* font-family: 'oppo-light'; */
}

.oid-mt-6 {
  margin-top: 3em;
}

:root {
  --primary-color: #000;
  --secondary-color: #cecaef;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

.container {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs-picker {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15),
    0 6px 12px 0 rgba(24, 94, 224, 0.15);
  margin-top: 2em;
  margin-bottom: 1em;
  border-radius: 99px;
}
.tabs-picker * {
  z-index: 2;
}
input[type='radio'] {
  display: none;
}
.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.4rem;
  width: 200px;
  font-size: 1em;
  font-weight: 500 !important;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.oid-current2 {
  color: var(--primary-color);
}
.oid-tab-link.partners1-tab.tabs.oid-current2 ~ .glider {
  transform: translateX(0);
}
.oid-tab-link.partners2-tab.tabs.oid-current2 ~ .glider {
  transform: translateX(100%);
}

.glider {
  position: absolute;
  display: flex;
  height: 0.4rem;
  width: 10vw;
  background-color: var(--secondary-color);
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}

.header-bg-marketplace {
  width: 12vw !important;
}
#popup-ecomm .header-bg-marketplace{
  width: 14vw !important;
}

/* @media (max-width: 700px) {
  .tabs-picker {
    transform: scale(0.6);
  }
} */

.oid-w-45{
  width: 45%;
}

#popup-ecomm.white-popup{
  background-color: #f1f3f5 !important;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .tabs {
    height: 0.4rem;
    font-size: 0.14rem;
  }
  ul.oid-tabs2 {
    width: 30vw;
  }
  .glider {
    height: 0.4rem;
    width: 15vw;
  }
  .width-73vw {
    width: 73vw;
  }
  .oid-img-border {
    border: solid #ffff;
    border-radius: 1em;
    padding: 1em;
  }
  .oid-text-head {
    font-size: 2.7vw;
  }

  .title-header-pop-up-f {
    font-size: 20px !important;
    padding-top: 0vw !important;
  }
  .oid-pt-19l {
    padding-top: 33vw;
  }
  .title-wrapper-pop-up {
    position: absolute !important;
    top: 2vw !important;
    left: 0vw !important;
    width: 100% !important;
  }

  .desc-header-pop-up {
    font-size: 1.5vw !important;
  }
  .desc-voucher-pop-up {
    font-size: 3vw !important;
  }
  .desc-header-pop-up-failed {
    position: absolute;
    width: 100%;
    top: 8vw;
    font-size: 1.4vw !important;
  }
  .title-header-pop-up {
    font-size: 2.3vw !important;
    padding-top: 6vw !important;
  }
  .oppo-black-logo {
    position: absolute;
    left: 4vw;
    top: 3.3vw;
    width: 14%;
  }
  #desktop-size {
    display: block;
  }

  .oid-pt-vw-6 {
    padding-top: 8vw !important;
  }

  .oid-secnav-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1em 6.2vw;
    display: flex;
    justify-content: space-between;
  }

  .oid-container {
    padding: 1em 1.1rem;
  }

  #header-kv .oid-text-subtitle {
    font-size: 1.5em;
  }
  #header-kv .oid-text-subtitle {
    font-size: 1.2em;
  }
  #header-kv .oid-text-title {
    font-size: 2.5em;
  }
  #submission .oid-text-title {
    font-size: 3em;
  }

  .oid-button-vid-wrapper {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    top: 85%;
    align-items: center;
  }

  #designed .oid-container-des {
    position: relative;
    width: 9.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 1em 0.1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #designed .oid-d-flex {
    gap: 5em;
    padding: 3em;
    width: 47%;
  }
  /* #ai-eraser-after {
      left: 40vw;
    }
    #ai-eraser-before {
      left: 13vw;
    }
    #ai-studio-after {
      bottom: 56%;
      right: 25vw;
      color: white;
    }
    #ai-studio-before {
      bottom: 56%;
      color: white;
    } */

  #header-kv .oid-text-subtitle {
    font-size: 1.2vw;
  }
  #header-kv .oid-text-title {
    font-size: 2.5vw;
  }

  .oid-pl-38 {
    padding-left: 22em;
  }

  .oid-gap-8 {
    gap: unset;
  }

  .oid-button-vid-wrapper {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    top: 76%;
    -ms-flex-align: center;
    align-items: center;
  }

  .oid-pt-1-l {
    padding-top: 0.5em;
  }
  .oid-gap-6 {
    gap: 3em !important;
  }

  .oid-text-head1 {
    font-size: 1.3vw;
    font-weight: 600;
  }
  .oid-text-head2 {
    font-size: 1.1vw;
    font-weight: 600;
  }

  .oid-text-desc {
    font-size: 1.1vw;
  }

  #popup-event-bss .oid-container{
    padding: unset !important;
  }
  /* .oid-width-80 */
}

@media (max-width: 976px) and (min-width: 781px) {
  #popup-ecomm.white-popup{
    max-width: unset !important;
    width: 6rem !important;
  }
}

@media (max-width: 1023px) and (min-width: 977px) {
  .oid-pt-0-m{
    padding-top: unset !important;
  }
}

@media (max-width: 627px) and (min-width: 501px) {
  .oid-pt-0-m{
    padding-top: unset !important;
  }

  .oid-pt-5-m{
    padding-top: 2.5em !important;
  }
}


@media (min-width: 768px) and (max-width: 1023.98px) {
  #popup-ecomm .header-bg-marketplace{
    width: 13vw !important;
  }
  #popup-event-bss .oid-container{
    padding: unset !important;
  }
  .tabs {
    height: 0.35rem;
    font-size:12px;
  }
  ul.oid-tabs2 {
    width: 36vw;
  }
  .glider {
    height: 0.35rem;
    width: 18vw;
  }
  .oid-text-head3 {
    font-size: 0.9vw;
    line-height: 1.4em;
  }
  .oid-text-subhead3 {
    font-size: 0.7vw;
  }
  .width-87vw {
    width: 87vw;
  }
  #popup-event-bss .oid-text-subtitle {
    font-size: 0.8em;
  }
  .oid-img-border {
    border: solid #ffff;
    border-radius: 1em;
    padding: 1em;
  }
  .oid-text-head {
    font-size: 1.7em;
  }
  .oid-text-subhead {
    font-size: 0.8em;
  }
  .oid-gap-4 {
    gap: 2em !important;
  }
  .oid-container-w {
    width: 6.9rem !important;
    padding: 0 !important;
  }
  .title-header-pop-up-f {
    font-size: 2.6vw !important;
    padding-top: 0vw !important;
  }
  .title-wrapper-pop-up {
    position: absolute !important;
    top: 2vw !important;
    left: 0vw !important;
    width: 100% !important;
  }
  .cekEmail {
    font-size: 1.5vw !important;
  }
  .desc-header-pop-up {
    font-size: 2.2vw !important;
  }
  .desc-voucher-pop-up {
    font-size: 3.4vw !important;
  }
  .oid-py-1m {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .desc-header-pop-up-failed {
    position: absolute;
    width: 100%;
    top: 13vw;
    font-size: 2vw !important;
  }
  .title-header-pop-up {
    font-size: 3vw !important;
    padding-top: 6vw !important;
  }
  .oid-align-items-start-sm {
    align-items: start !important;
  }
  .oppo-black-logo {
    position: absolute;
    left: 7vw;
    top: 6.5vw;
    width: 14%;
  }
  #header-kv .oid-text-subtitle {
    font-size: 1.5vw;
  }
  #header-kv .oid-text-title {
    font-size: 2.6vw;
  }
  .oid-top-20 {
    top: 5%;
  }

  #submission .oid-text-title {
    font-size: 2.5em;
  }

  .oid-container {
    padding: 1em 0.4rem;
  }

  /* #ai-eraser-after {
      left: 39vw;
    } */

  .oid-pl-38 {
    padding-left: 18em;
  }

  .oid-text-tag {
    color: white;
    font-size: 0.7em;
    top: 3vw !important;
    font-weight: 100;
  }
  /* #ai-eraser-before {
      left: 8vw;
    } */

  /* #ai-studio-before {
      bottom: 56%;
      color: white;
    }
    #ai-studio-after {
      bottom: 56%;
      right: 22vw;
      color: white;
    } */

  #designed .oid-container-des {
    position: relative;
    width: 6.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 1em 0.1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #better-durability img {
    width: 80%;
  }

  .regis-popup {
    max-width: 36em !important;
  }

  .oid-button-vid-wrapper {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    top: 72%;
  }
  .oid-img-bg {
    border-radius: 0px 0px 10px 10px;
    background-color: #f1f3f5;
    padding: 1em 2em 2em 2em !important;
  }

  .oid-text-head1 {
    font-size: 1.3vw;
    font-weight: 600;
  }
  .oid-text-head2 {
    font-size: 1.1vw;
    font-weight: 600;
  }

  .oid-text-desc {
    font-size: 1.1vw;
  }
  .oid-btn-giveaway {
    background-color: #cecaef;
    border-radius: 1em;
    padding: 0.3em 1em;
    font-size: 0.8em;
  }

  .oid-text-subtag {
    font-size: 0.5em;
  }

  .header-bg-marketplace {
    width: 16vw !important;
  }
}

@media (min-width: 501px) and (max-width: 767.98px) {
  #popup-ecomm .header-bg-marketplace{
    width: 27vw !important;
  }
  .header-bg-marketplace{
    width: 27vw !important;
  }
  .tabs {
    height: 0.25rem;
    font-size:0.09rem;
  }
  ul.oid-tabs2 {
    width: 60vw;
  }
  .glider {
    height: 0.25rem;
    width: 30vw;
  }
  .oid-text-head3 {
    font-size: 0.9vw;
    line-height: 1.4em;
  }
  .oid-text-subhead3 {
    font-size: 0.7vw;
  }
  .oid-text-subtag {
    font-size: 0.5em;
  }
  #popup-event-bss .oid-text-subtitle {
    font-size: 0.5em;
  }
  .oid-img-border {
    border: solid 0.02rem #ffff;
    border-radius: 1em;
    padding: 0.5em 1em;
  }
  .oid-mt-0s {
    margin-top: 0.1em !important;
  }
  .oid-gap-0s {
    gap: 0 !important;
  }
  .oid-pl-2-l {
    padding-left: 1em;
  }
  .width-30 {
    width: 30% !important;
  }
  .oid-text-head {
    font-size: 1.2em;
  }

  .oid-container-w {
    width: 6.3rem !important;
    padding: 0 !important;
  }
  .oid-pt-0-6-l {
    padding-top: 0.6em !important;
  }
  .title-header-pop-up-f {
    font-size: 3.2vw !important;
    padding-top: 0vw !important;
  }
  .title-wrapper-pop-up {
    position: absolute !important;
    top: 2vw !important;
    left: 0vw !important;
    width: 100% !important;
  }
  .cekEmail {
    font-size: 1.5vw !important;
  }
  .desc-header-pop-up {
    font-size: 2.2vw !important;
  }
  .desc-voucher-pop-up {
    font-size: 3.4vw !important;
  }
  .oid-py-1m {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .desc-header-pop-up-failed {
    position: absolute;
    width: 100%;
    top: 28vw;
    font-size: 2vw !important;
  }
  .title-header-pop-up {
    font-size: 4vw !important;
    padding-top: 9vw !important;
  }

  .oid-text-subhead {
    font-size: 1.5vw !important;
  }
  .oid-align-items-start-sm {
    align-items: start !important;
  }
  .oppo-black-logo {
    position: absolute;
    left: 7vw;
    top: 6.5vw;
    width: 14%;
  }
  .oid-secnav-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1em 8.5vw;
    display: flex;
    justify-content: space-between;
  }
  #header-kv .oid-text-subtitle {
    font-size: 1.7vw !important;
  }
  #header-kv .oid-text-title {
    font-size: 3vw !important;
  }

  .oid-top-20 {
    top: 5% !important;
  }

  .oid-container .form {
    background-color: #f1f3f5;
    border-radius: 0.07rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  #submission .oid-text-title {
    font-size: 2.5em;
  }

  .oid-button-vid-wrapper {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    top: 85%;
  }
  /* #ai-eraser-before {
      left: 6vw;
    } */
  .oid-text-tag {
    color: white;
    font-size: 0.7em;
    top: 4vw !important;
    font-weight: 100;
  }
  /* #ai-eraser-after {
      left: 40vw;
    }
  
    #ai-studio-before {
      bottom: 58%;
      color: white;
    }
  
    #ai-studio-after {
      bottom: 58%;
      right: 20vw;
      color: white;
    } */

  .oid-pl-38 {
    padding-left: 15em;
  }

  #better-durability img {
    width: 85%;
  }
  #better-durability .oid-container {
    gap: 0em !important;
  }

  #designed .oid-container-des {
    position: relative;
    width: 3.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 1em 0.1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-checkbox-input {
    padding-left: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: unset !important;
  }

  #footer-banner .oid-text-title {
    font-size: 3.5vw !important;
  }

  #footer-banner .oid-text-subtitle {
    font-size: 0.8em;
  }
  p {
    font-size: 1.8vw;
  }

  #official-store .oid-text-subtitle p {
    font-size: 3vw !important;
  }

  /* .oid-flex-space-mb {
      white-space: pre-line;
    } */

  .oid-button-vid-wrapper {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    top: 63%;
  }

  .oid-img-bg {
    border-radius: 0px 0px 10px 10px;
    background-color: #f1f3f5;
    padding: 1em 2em 2em 2em !important;
  }

  .oid-text-title {
    font-size: 2em;
    line-height: 1.4em;
  }
  #submission .oid-text-title {
    font-size: 2em;
  }

  /* .width-25-m {
    width: 25vw !important;
  } */

  .oid-pt-4-l {
    padding-top: 2em !important;
  }

  .oid-text-head1 {
    font-size: 1.7vw;
    font-weight: 600;
  }
  .oid-text-head2 {
    font-size: 1.1vw;
    font-weight: 600;
  }

  .oid-text-desc {
    font-size: 1.1vw;
  }

  .oid-btn-giveaway {
    background-color: #cecaef;
    border-radius: 1em;
    padding: 0.3em 1em;
    font-size: 0.7em;
  }

  .tnc-giveaway {
    font-size: 0.7em !important;
  }

  .width-100-lg {
    width: 100%;
  }

  .oid-text-tnc-title {
    font-size: 3.2vw;
  }
  .oid-top-10-vw {
    top: 10vw !important;
  }

}

@media (max-width: 500px) {
  #popup-ecomm .header-bg-marketplace {
    width: 8em !important;
  }
  .tabs {
    height: 0.35rem;
    font-size:0.14rem;
  }
  ul.oid-tabs2 {
    width: 80vw;
  }
  .glider {
    height: 0.35rem;
    width: 40vw;
  }
  .oid-flex-d-col-m {
    flex-direction: column !important;
  }
  .oid-text-head3 {
    font-size: 2.5vw;
    line-height: 1.4em;
  }
  .oid-text-subhead3 {
    font-size: 2vw;
  }
  .oid-text-subtag {
    font-size: 0.5em;
  }
  .oid-px-5 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .oid-align-self-center-xs {
    align-self: center !important;
  }
  .oid-btn-giveaway {
    background-color: #cecaef;
    border-radius: 1em;
    padding: 0.3em 1em;
    font-size: 4vw;
  }
  .oid-text-head {
    font-size: 1.3em;
  }
  .oid-right-unset {
    right: unset !important;
  }
  .oid-left-70-vw {
    left: 78vw;
  }
  .oid-top-30-vw {
    top: 61vw !important;
  }
  .oid-pt-2-m {
    padding-top: 1em;
  }
  .oid-pl-0s-m {
    padding-left: 0 !important;
  }
  .width-20 {
    width: 84vw !important;
  }
  .width-0 {
    width: unset !important;
  }
  .title-header-pop-up-f {
    font-size: 3.3vw !important;
    padding-top: 0vw !important;
  }
  .title-wrapper-pop-up {
    position: absolute !important;
    top: 2vw !important;
    left: 0vw !important;
    width: 100% !important;
  }
  .cekEmail {
    font-size: 2.5vw !important;
  }
  .desc-header-pop-up {
    font-size: 4vw !important;
  }
  .desc-voucher-pop-up {
    font-size: 6.5vw !important;
  }
  .desc-header-pop-up-failed {
    position: absolute;
    width: 100%;
    top: 25vw;
    font-size: 3vw !important;
  }
  .title-header-pop-up {
    font-size: 5.5vw !important;
    padding-top: 6vw !important;
  }
  .oid-align-items-start-sm {
    align-items: start !important;
  }
  .oid-gap-0xs {
    gap: 0 !important;
  }
  .oppo-black-logo {
    position: absolute;
    left: 10vw;
    top: 9.5vw;
    width: 14%;
  }

  .oid-text-desc {
    text-align: center;
  }

  .oid-justify-center {
    justify-content: center !important;
  }
  .oid-secnav-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1em 7vw;
    display: flex;
    justify-content: space-between;
  }
  #mobile-size {
    display: block;
  }
  #desktop-size {
    display: none;
  }

  .oid-top-20 {
    top: 17% !important;
  }
  #header-kv .oid-text-subtitle {
    font-size: 1em;
  }
  #header-kv .oid-text-title {
    font-size: 9.5vw !important;
  }
  #footer-banner .oid-text-title {
    font-size: 1em;
  }
  .width-30-m {
    width: 30% !important;
  }
  #submission .oid-container {
    position: relative;
    width: 13.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 1em 0rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .width-25-m {
    width: 27vw !important;
  }
  #submission .oid-text-title {
    font-size: 1em;
  }
  .oid-container .form {
    background-color: #f1f3f5;
    border-radius: 0rem;
    padding: 0.5rem 8vw;
  }

  .oid-text-xs-1 {
    font-size: 0.8em;
  }

  .flex-checkbox-input {
    padding-left: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: unset !important;
  }
  .oid-container {
    position: relative;
    width: 13.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 1em 0.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .oid-text-title {
    font-size: 1em;
    line-height: 1.4em;
  }

  .oid-text-tag {
    font-size: 0.7em;
    line-height: 1.4em;
  }
  .oid-button-vid-wrapper {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    top: 85%;
  }
  .oid-pt-4-m {
    padding-top: 2em;
  }

  /* .oid-text-center-xs {
    text-align: center;
  } */

  #popup-event-bss {
    border-radius: 0px !important;
    margin: 0rem !important;
  }

  #assisting .oid-container {
    flex-direction: column;
  }

  .oid-mr-0-m {
    margin-left: auto;
    margin-right: 0px;
    float: right;
  }

  .width-80-m {
    width: 88%;
  }
  .oid-mr-0-m {
    margin-right: 0px;
  }

  .width-50-m {
    width: 50% !important;
  }
  /* #ai-eraser-after {
      display: none;
    }
  
    #ai-eraser-before {
      display: none;
    }
  
    #ai-studio-before {
      bottom: 28%;
      color: white;
    }
    #ai-studio-after {
      bottom: 28%;
      right: 48vw;
      color: white;
    } */

  .oid-top-20 {
    top: 14% !important;
  }

  .oid-pos-unset {
    position: unset !important;
  }

  .oid-pl-38 {
    padding-left: 14em;
  }

  .oid-section-wrapper {
    min-height: 100%;
    min-height: 8vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .oid-align-items-center-m {
    align-items: center !important;
  }
  .oid-pt-5s {
    padding-top: 0.5em;
  }

  /* .oid-text-center-s {
    text-align: center !important;
  } */

  .oid-col-sm-12 {
    flex-direction: column !important;
  }
  .width-100-m {
    width: 100% !important;
  }

  .oid-secnav-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1em 7vw;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
  }
  #designed .oid-container-des {
    position: relative;
    width: 3.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 1em 0.1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .oid-px-0-6 {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .oid-justify-center {
    justify-content: center;
  }
  .oid-d-flex-mb {
    display: flex;
    flex-direction: column;
  }

  /* .oid-px-5 {
      padding-right: unset;
      padding-left: unset;
    } */

  .regis-popup {
    max-width: 90vw !important;
  }

  .regis-popup-failed {
    width: 88vw !important;
  }

  .desc-header-pop-up-failed {
    position: absolute;
    width: 100%;
    top: 50vw;
    font-size: 2.8vw !important;
  }

  .tncRegis {
    font-size: 2.1vw !important;
    position: absolute;
    width: 100%;
    bottom: 5.5vw;
  }

  input[type='radio'],
  input[type='checkbox'] {
    color: inherit;
    font: inherit;
    margin-left: 0.4em !important;
  }

  #footer-banner .oid-text-title {
    font-size: 5vw !important;
  }

  #footer-banner .oid-text-subtitle {
    font-size: 0.8em;
  }

  .oid-button-vid-wrapper {
    position: absolute;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    top: 65%;
  }

  .oid-xp {
    padding: unset !important;
  }
  .oid-vid-btn {
    background-color: #000;
    text-decoration: none !important;
    padding: 0.5em 1em;
    text-align: center;
    transition: 0.5s;
    color: #fff;
    font-size: 0.8em;
    border: 0.01rem solid black;
    border-radius: 5em;
    z-index: 1;
  }

  .oid-text-title {
    font-size: 6vw !important;
  }

  #designed .oid-d-flex {
    gap: unset !important;
    padding: 1em !important;
  }

  .oid-flex-d-col {
    flex-direction: column !important;
  }
  .oid-flex-row-m {
    flex-direction: row !important;
  }

  p {
    font-size: 3.5vw;
  }

  .oid-px-2-m {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }

  .oid-pt-2-m {
    padding-top: 2em !important;
  }

  .oid-pb-2-m {
    padding-bottom: 2em !important;
  }

  .oid-pb-7-m {
    padding-bottom: 3em !important;
  }

  .oid-pb-1-m {
    padding-bottom: 1em !important;
  }

  #popup-event-bss .oid-text-subtitle {
    font-size: 0.8em;
  }

  #popup-event-bss .oid-popup {
    /* justify-content: left; */
    align-items: start;
  }

  #popup-event-bss .oid-container-p {
    padding: 0.5em 0rem 0.5em 0 !important;
  }

  .oid-pt-6-m {
    padding-top: 3em !important;
  }

  #official-store .oid-text-title {
    font-size: 6vw !important;
  }

  #official-store .oid-text-subtitle p {
    font-size: 3.8vw !important;
  }

  /* .oid-pt-5-m {
      padding-top: 2.5em;
    } */
  #better-durability .oid-container {
    gap: 0em !important;
  }

  p {
    font-size: 3vw;
  }

  .oid-container {
    position: relative;
    width: 13.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 1em 0.3rem 0em 0.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #bettter-potrait .oid-container {
    position: relative;
    width: 13.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 0em 0.3rem 1em 0.3rem !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #better-durability .oid-container {
    position: relative;
    width: 13.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 0em 0.3rem 1em 0.3rem !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .oid-pb-1-m {
    padding-bottom: 0.5em;
  }

  .oid-pt-0-m {
    padding-top: 0em !important;
  }
  #submission .oid-container {
    position: relative;
    width: 13.3rem;
    height: 100%;
    margin: 0 auto;
    padding: 0em 0rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #popup-event-bss .oid-container {
    position: relative;
    width: 3rem;
    height: 100%;
    margin: 0 auto;
    padding: 0em 0.3rem 0em 0.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .oid-text-head1 {
    font-size: 5vw;
    font-weight: 600;
  }
  .oid-text-head2 {
    font-size: 3.2vw;
    font-weight: 600;
  }

  .oid-text-desc {
    font-size: 3vw;
  }
  .oid-img-border {
    border: solid #ffff;
    border-radius: 1em;
    padding: 1em;
  }

  .oid-py-3xs {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }

  .oid-f-wrap{
    flex-wrap: wrap;
  }
}

@media (min-width: 1600px) {
  /* #ai-eraser-after {
      left: 21vw;
    }
    #ai-studio-before {
      bottom: 50%;
      left: 28vw;
    }
    #ai-studio-after {
      bottom: 50%;
      right: 11vw;
      color: white;
    }
  
    .oid-pl-4-b{
      padding-left: 10em;
    } */
  .oid-pt-17-vw {
    padding-top: 13vw !important;
  }
  .oid-right-13-vw {
    right: 12vw !important;
  }
  .oid-top-5-vw {
    top: 5vw !important;
  }

  .regis-popup-failed {
    position: relative;
    background: #fff;
    max-width: 47em !important;
    margin: 0.2rem auto;
    width: fit-content;
  }
  .width-29 {
    width: 35vw;
  }
  .title-header-pop-up {
    font-size: 1.8vw !important;
    padding-top: 2vw !important;
  }
  .title-header-pop-up-f {
    font-size: 2vw !important;
    padding-top: 0vw !important;
  }
}

@media (min-width: 1440px) {
  #popup-ecomm.white-popup{
    max-width: unset !important;
    width: 14rem !important;
  }
  #popup-ecomm .header-bg-marketplace {
    width: 13em !important;
}
}

@media (min-width: 2560px) {
  /* #ai-eraser-after {
      left: 21vw;
    }
    #ai-studio-before {
      bottom: 50%;
      left: 28vw;
    }
    #ai-studio-after {
      bottom: 50%;
      right: 11vw;
      color: white;
    } */
}

/* @media (min-width: 698px) {
    input[type='radio'],
    input[type='checkbox'] {
      color: inherit;
      font: inherit;
      margin-left: 0.4em !important;
    }
  
    #ai-studio-after {
      bottom: 54%;
      right: 19vw;
      color: white;
    }
  
    #ai-studio-before {
      bottom: 54%;
      left: 55vw;
    }
  
  
  } */
