html {
    scroll-behavior: smooth;
  }
  
  :root {
    /* Colors */
    --main-color: #000000;
    --primary-color: #ffffff;
    --highlight-color: #fafafa;
    --nav-bg: #000;
    --background-color: #000000;
    --text-color: rgba(255, 255, 255, 0.87);
    --text-main-color: #ffffff;
    --border-color: rgba(255, 255, 255, 0.05);
  }
  
  .nav-title {
    font-size: 1em;
  }
  
  .oid-main-title {
    font-size: 4.3vw;
    line-height: 1.4em;
  }
  
  .oval-shape {
    background-color: #000000;
    color: #ffffff;
    padding: 0.3em 0.3em 0.2em;
    font-size: 0.8vw;
    width: 7vw;
  }
  
  #supported .oval-shape:nth-child(1) {
    width: 22vw;
    /* padding: 0.3em 0.3em 0.3em; */
  }
  
  .oval-shape.gradient {
    padding: 0.8vw 0.2vw 0.7vw;
    width: 28vw;
  }
  
  .oid-main-title.hasselblad {
    font-size: 1.5vw;
  }
  
  .oid-main-desc {
    font-size: 1.3vw;
  }
  
  .oid-text-1 {
    font-size: 2.6vw;
  }
  
  .oid-text-2 {
    font-size: 1.78vw;
  }
  
  .oid-text-3 {
    font-size: 1.25vw;
  }
  
  .oid-text-4 {
    font-size: 1.05vw;
  }
  
  .oid-text-5 {
    font-size: 0.7vw;
  }
  
  .oid-text-6 {
    font-size: 0.4vw;
  }
  
  .oid-divider {
    height: 100%;
    border: 0.1em solid #000000;
  }
  
  .gradient {
    background: linear-gradient(
      90deg,
      rgba(184, 69, 45, 1) 0%,
      rgba(95, 159, 193, 1) 100%
    );
    border-radius: 0.4em;
    position: relative;
    z-index: 1;
  }
  
  /* Glow effect */
  .gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(0.5em);
    opacity: 0.6;
    z-index: -1;
    border-radius: inherit;
  }
  
  div.oid-product-title-text {
    font-size: 3vw;
    line-height: normal;
  }
  
  p.oid-product-title-text {
    font-size: 1.5vw;
  }
  
  sub {
    bottom: 0em !important;
    font-weight: normal;
  }
  
  .offering-card {
    /* height: 38vw; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .offering-card > .oval-shape:nth-child(1) {
    position: absolute;
    top: -2vw;
  }
  
  .offering-card > .oval-shape:nth-child(3) {
    position: absolute;
    top: unset;
    bottom: -1.3vw;
  }
  
  .gradient-border {
    position: relative;
    border-radius: 1em;
    background: #fff; /* warna isi tengah */
    padding: 5vw;
    z-index: 0;
  }
  
  /* Border gradient */
  .gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 0.3em; /* ketebalan border */
    background: linear-gradient(
      90deg,
      rgba(184, 69, 45, 1),
      rgba(95, 159, 193, 1)
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
  }
  
  .eswop-logo {
    width: 9vw;
  }
  
  .im3-logo {
    width: 4vw;
  }
  
  .xl-prioritas-logo {
    width: 9vw;
    padding-top: 0.5vw;
    padding-bottom: 1vw;
  }
  
  .xl-logo {
    width: 5vw;
    padding-top: 0.4vw;
    padding-bottom: 0.8vw;
  }
  
  .vidio-logo {
    width: 6vw;
  }
  
  .kv-title {
    width: 67.5vw;
  }
  
  .kv-title:first-child {
    /* margin-top: 14vw; */
  }
  
  .kv-title:nth-child(2) {
    margin-top: 5vw;
  }
  
  .kv-title > div:first-child {
    width: 30vw;
  }
  
  .notes {
    font-size: 0.2vw;
  }
  
  .oid-po-nav-btn {
    background-color: var(--nav-bg);
    color: #ffffff;
  }
  
  .kv-desc-section {
    height: 100%;
    justify-content: center;
    width: 100%;
    right: 0;
  }
  
  .kv-caption {
    font-size: 0.8vw;
    color: var(--primary-color);
    position: absolute;
    bottom: 2.5vw;
    right: 16.5vw;
  }
  
  #how-to-get div.stepDesc {
    top: 0;
    height: 100%;
  }
  
  .oid-secnav-container {
    margin: 0 16.3vw;
  }
  
  .caption-left {
    position: absolute;
    top: 0;
    left: 5vw;
    height: 100%;
    width: 25%;
    align-content: center;
  }
  
  .caption-right {
    position: absolute;
    top: 0;
    right: 0vw;
    height: 100%;
    width: 29%;
    align-content: center;
  }
  
  .caption-top {
    position: absolute;
    width: 90%;
    height: fit-content;
    top: 4.5vw;
    left: 3vw;
    text-align: left;
    align-content: start;
  }
  
  .caption-bottom {
    position: absolute;
    bottom: 0em;
    width: 30%;
    height: 34%;
    /* align-content: start; */
  }
  
  .oid-self-center {
    justify-self: center;
  }
  
  .gradient-bw-bg {
    background-image: url('https://assets.witel.co.id/assets/find-series/x9/po/img/gradient-bw-bg.webp');
    background-size: contain;
    background-position-y: 33vw;
  }
  
  .oid-brown-bg {
    width: 25%;
    padding: 1vw;
    background-color: #201f1c;
    border-radius: 0.5vw;
  }
  
  .caption-left {
    top: 0;
    align-content: center;
    left: 2vw;
    width: 50%;
  }
  
  .oid-caption-white {
    bottom: 2vw;
    left: 2vw;
    column-gap: 1vw;
    width: 66%;
  }
  
  .oid-box-white {
    padding: 1vw;
    background-color: #ffffffa8;
    border-radius: 0.5vw;
  }
  
  .oid-box-white:nth-child(1) {
    width: 26%;
  }
  
  .oid-box-white:nth-child(2) {
    width: 63%;
  }
  
  @media (min-width: 2500px) {
    .gradient-bw-bg {
      background-position-y: 22vw;
    }
  }
  
  @media (min-width: 2049.98px) {
    .momentLogo {
      width: 20vw !important;
    }
  
    .kv-title {
      row-gap: 5vw !important;
    }
  
    .oid-text-4 {
      font-size: 1.1vw;
    }
  }
  
  @media (min-width: 1600px) and (max-width: 1765px) {
  }
  
  @media (min-width: 1440px) and (max-width: 1599.98px) {
    .oid-text-title {
      font-size: 2em;
    }
  
    /* .oid-text-1 {
      font-size: 2.7em !important;
    }
    
    .oid-text-2 {
      font-size: 2.2em !important;
    } */
  
    .oid-text-4 {
      font-size: 1.03vw;
    }
  }
  
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .oid-secnav-container {
      margin: 0 16vw;
    }
  
    .oid-text-title {
      font-size: 1.65em;
      /* padding-bottom: 0.5em; */
    }
  
    .oid-text-tag {
      font-size: 0.95em;
    }
  
    .oid-text-4 {
      font-size: 1vw;
    }
  
    .box-shape {
      width: 12.6vw;
      height: 17vw;
    }
  
    .step-grid {
      height: 7vw !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .oid-container {
      width: 69vw !important;
      padding: unset !important;
    }
  
    .oid-text-4 {
      font-size: 0.86vw;
    }
  
    .oid-text-5 {
      font-size: 0.6vw;
    }
  
    .box-shape {
      height: 24vw;
      width: 12.5vw;
    }
  
    .box-shape > .oid-d-flex {
      justify-content: center;
    }
  
    .box-shape > .oid-d-flex.oid-w-90 {
      justify-content: end;
    }
  
    .grid,
    .grid-row {
      column-gap: 1em;
    }
  
    .box-shape div.oid-h-30 {
      margin-left: 1em;
      margin-right: 1em;
    }
  
    .step-grid {
      height: 8vw !important;
    }
  
    .kv-title {
      row-gap: 2.5em !important;
    }
  }
  
  @media (min-width: 768px) {
    .box-shape > .oid-d-flex {
      justify-content: center;
    }
  
    .mobile-only {
      display: none;
    }
  
    .desktop-only {
      display: block;
    }
  
    .box-shape > .oid-d-flex.oid-w-90 {
      justify-content: end;
    }
  
    .grid,
    .grid-row {
      column-gap: 1em;
    }
  
    .box-shape div.oid-h-30 {
      margin-left: 1em;
      margin-right: 1em;
    }
  
    .step-grid {
      height: 8em;
    }
  }
  
  @media (min-width: 501px) and (max-width: 767.98px) {
    .oid-container {
      width: 68vw;
    }
  
    .mobile-only {
      display: none;
    }
    .desktop-only {
      display: block;
    }
  
    .oid-text-4 {
      font-size: 1.03vw;
    }
  
    /* .kv-title:first-child {
      margin-top: 15vw;
    } */
  
    .box-shape {
      height: 29vw;
      width: 14vw;
    }
  
    .box-shape > .oid-d-flex {
      justify-content: center;
    }
  
    .box-shape > .oid-d-flex.oid-w-90 {
      justify-content: end;
    }
  
    .grid,
    .grid-row {
      column-gap: 1em;
    }
  
    .box-shape div.oid-h-30 {
      margin-left: 1em;
      margin-right: 1em;
    }
  
    .step-grid {
      height: 8vw;
    }
  
    .kv-title {
      row-gap: 3vw !important;
    }
  }
  
  @media (max-width: 500.98px) {
    .img-ecommerce {
      width: 25% !important;
    }
    .main-group {
      row-gap: 0 !important;
    }
    .oid-brown-bg {
      width: 30% !important;
    }
    .mobile-only {
      display: block;
    }
    .desktop-only {
      display: none;
    }
    .oid-pos-rel-xs {
      position: relative !important;
  }
  
    .oid-img-battery{
      width: 80vw !important;
    }
  
    .kv-title:nth-child(2) {
      margin-left: 10vw;
    }
  
    .nav-title {
      font-size: 3.5vw;
    }
  
    .oid-po-nav-btn,
    .oid-rounded-btn,
    .tnc-btn {
      font-size: 3.5vw;
      /* padding: 2vw 3vw; */
    }
  
    /* .oid-text-1 {
      font-size: 8vw !important;
    }
    
    .oid-text-2 {
      font-size: 5.5vw !important;
    } */
  
    .oid-text-1 {
      font-size: 5vw !important;
    }
  
    .oid-text-2 {
      font-size: 2.7vw;
    }
  
    .oid-text-2xs {
      font-size: 6vw;
    }
  
    .oid-text-3xs {
      font-size: 3.1vw !important;
    }
  
    .oid-text-4 {
      font-size: 1.6vw;
    }
    .oid-text-4xs {
      font-size: 2.5vw !important;
    }
  
    .oid-text-5 {
      font-size: 1.1vw;
    }
    .oid-text-5xs {
      font-size: 1.7vw !important;
    }
  
    .line-height {
      line-height: 2.8vw !important;
    }
  
    #supported .oval-shape:nth-child(1) {
      width: 60vw;
    }
  
    .caption-left {
      width: 48%;
    }
  
    .caption-right {
      top: 10vw;
      left: 5vw;
      width: 48%;
    }
  
    .caption-right > p {
      color: #000;
    }
  
    .gradient-bw-bg {
      background-image: url('https://assets.witel.co.id/assets/find-series/x9/po/img/m/gradient-bw-bg.webp');
      background-size: cover;
      background-position-y: 7vw;
    }
  
    .kv-desc-section {
      width: 80vw;
      height: 100%;
      justify-content: flex-start;
      align-items: center;
      justify-content: flex-start;
      margin-top: 10.5vw;
      height: 194vw;
      padding: 10vw;
    }
  
    .kv-title {
      row-gap: 1em !important;
    }
  
    .kv-caption {
      font-size: 2.5vw;
      bottom: 0vw;
      right: unset;
      left: 5vw;
      text-align: right;
    }
  
    .notes {
      font-size: 0.4vw;
    }
  
    .oval-shape {
      font-size: 3.5vw;
      width: 30vw;
    }
  
    div.oid-product-title-text {
      font-size: 9vw;
    }
  
    .kv-title > div:nth-child(1) .oid-main-title {
      font-size: 11vw;
      line-height: 9vw;
      padding-top: 3vw;
    }
  
    .kv-title > div:nth-child(2) .oid-main-title {
      font-size: 4vw;
    }
  
    .offering-card > .oval-shape:nth-child(1) {
      position: absolute;
      top: -3vw;
    }
  
    .oval-shape.gradient {
      padding: 2vw 0.2vw 1.8vw;
      width: 50vw;
    }
  
    .gradient-border {
      /* padding: 4vw; */
      padding-top: 10vw;
      padding-bottom: 10vw;
      margin-left: -3vw;
      margin-right: -3vw;
    }
  
    .eswop-logo {
      width: 13vw;
    }
  
    .oid-main-desc {
      font-size: 4.5vw;
    }
  
    .oid-vertical-text {
      writing-mode: vertical-lr;
      text-orientation: mixed;
      transform: rotate(180deg);
      align-items: flex-start;
      margin-top: 1em;
      height: 90%;
    }
  
    .box-shape {
      width: 100%;
      height: 100%;
    }
  
    .box-shape.combine-vertical-3 {
      height: 123vw;
      width: 45%;
    }
  
    .box-shape.age {
      height: 100%;
    }
  
    .grid {
      row-gap: 1em;
      height: 123vw !important;
    }
  
    .grid-row {
      column-gap: 1em;
      height: 40%;
    }
  
    .grid-row.age {
      height: 15%;
    }
  
    .box-shape img {
      width: 75%;
    }
  
    .box-shape div.oid-h-30 {
      margin-left: 2vw;
      margin-right: 2vw;
    }
  
    #how-to-get > .oid-container,
    #unique-code > .oid-container,
    #submission > .oid-container,
    #successMessage > .oid-container {
      width: 100%;
      border-radius: 0% !important;
    }
  }
  
  .button-gray {
    background-color: #dbdbdb;
    color: #000000;
  }
  .main-bg-color {
    background-color: var(--primary-color);
  }
  input[type='text'],
  textarea {
    padding: 1em 0 0.34em 0;
    display: inline-block;
    border-bottom: 0.01rem solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
  }
  
  @keyframes ldio-x2uulkbinbj {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .ldio-x2uulkbinbj div {
    box-sizing: border-box !important;
  }
  .ldio-x2uulkbinbj > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #6443a5 transparent #6443a5 transparent;
    animation: ldio-x2uulkbinbj 1s linear infinite;
  }
  
  .ldio-x2uulkbinbj > div:nth-child(2),
  .ldio-x2uulkbinbj > div:nth-child(4) {
    width: 108px;
    height: 108px;
    top: 46px;
    left: 46px;
    animation: ldio-x2uulkbinbj 1s linear infinite reverse;
  }
  .ldio-x2uulkbinbj > div:nth-child(2) {
    border-color: transparent #dbdbdb transparent #dbdbdb;
  }
  .ldio-x2uulkbinbj > div:nth-child(3) {
    border-color: transparent;
  }
  .ldio-x2uulkbinbj > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .ldio-x2uulkbinbj > div:nth-child(3) div:before,
  .ldio-x2uulkbinbj > div:nth-child(3) div:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 48px;
    background: #6443a5;
    border-radius: 50%;
    box-shadow: 0 128px 0 0 #6443a5;
  }
  .ldio-x2uulkbinbj > div:nth-child(3) div:after {
    left: -16px;
    top: 48px;
    box-shadow: 128px 0 0 0 #6443a5;
  }
  
  .ldio-x2uulkbinbj > div:nth-child(4) {
    border-color: transparent;
  }
  .ldio-x2uulkbinbj > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
  }
  .ldio-x2uulkbinbj > div:nth-child(4) div:before,
  .ldio-x2uulkbinbj > div:nth-child(4) div:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 30px;
    background: #dbdbdb;
    border-radius: 50%;
    box-shadow: 0 92px 0 0 #dbdbdb;
  }
  .ldio-x2uulkbinbj > div:nth-child(4) div:after {
    left: -16px;
    top: 30px;
    box-shadow: 92px 0 0 0 #dbdbdb;
  }
  .loadingio-spinner-double-ring-nq4q5u6dq7r {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
  }
  .ldio-x2uulkbinbj {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-x2uulkbinbj div {
    box-sizing: content-box;
  }
  .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;
  }
  
  @-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;
    }
  }
  .oid-vid-btn {
    text-decoration: none !important;
    padding: 1em 1.2em;
    text-align: center;
    transition: 0.5s;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    border: 0;
    border-radius: 4em;
    z-index: 1;
  }
  
  .oid-vid-btn-gradient {
    background-image: linear-gradient(to right, #000, #000);
  }
  .oid-button-vid-wrapper {
    width: 100%;
    display: flex;
  }
  
  .oid-img-battery{
    width: 37vw;
  }
  .gray-color {
    color: #868e96 !important;
  }
  
  .oid-brown-box {
    background-color: #201f1c;
    color: #fff;
    padding: 1vw;
    border-radius: 0.5vw;
  }
  .img-ecommerce {
    width: 12%;
  }
  .oid-white-box-ecommerce {
    background-color: #ffffffa8;
    color: #000000;
    padding: 1vw;
    border-radius: 0.5vw;
    width: 100%;
    justify-content: space-around;
  }