
    html[lang="id-ID"] {
      width: 100% !important;
      height: auto !important;
      min-height: 100% !important;
      max-height: none !important;
      overflow-x: hidden !important;
      overflow-y: auto !important;
      scroll-behavior: smooth;
      overscroll-behavior-y: auto !important;
    }

    html[lang="id-ID"] body {
      width: 100% !important;
      height: auto !important;
      min-height: 100vh !important;
      max-height: none !important;
      overflow-x: hidden !important;
      overflow-y: visible !important;
      position: relative !important;
      touch-action: pan-y !important;
      overscroll-behavior-y: auto !important;
    }

    html[lang="id-ID"] body>#wrap {
      display: block !important;
      position: relative !important;
      inset: auto !important;
      width: 100% !important;
      height: auto !important;
      min-height: 100vh !important;
      max-height: none !important;
      overflow: visible !important;
      transform: none !important;
      contain: none !important;
    }

    html[lang="id-ID"] main,
    html[lang="id-ID"] footer,
    html[lang="id-ID"] section {
      max-height: none !important;
    }

    html[lang="id-ID"] .goto77-gnb {
      position: sticky !important;
      top: 0 !important;
    }

    html[lang="id-ID"] .goto77-sticky {
      position: fixed !important;
      bottom: 0 !important;
    }