@font-face {
  font-family: "fontweb";
  font-style: "";
  font-weight: "";
  src: url("../fonts/BarlowSemiCondensedExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: "fontweb";
  font-style: "";
  font-weight: "";
  src: url("../fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff"); }
@font-face {
  font-family: "fontweb";
  font-style: "";
  font-weight: "";
  src: url("../fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"); }
@font-face {
  font-family: "fontwebg";
  font-style: "";
  font-weight: "";
  src: url("../fonts/GeorgiaRegular.ttf") format("truetype"); }
@font-face {
  font-family: "fontwebg";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Georgia.woff") format("woff"); }
@font-face {
  font-family: "fontwebg";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Georgia.woff2") format("woff2"); }
@font-face {
  font-family: "renner-medium";
  font-style: "";
  font-weight: "";
  src: url("../fonts/renner-medium.otf") format("opentype"); }
@font-face {
  font-family: "renner-bold";
  font-style: "";
  font-weight: "";
  src: url("../fonts/renner-bold.otf") format("opentype"); }
@font-face {
  font-family: "majora-pro-bold";
  font-style: "";
  font-weight: "";
  src: url("../fonts/majora-pro-bold.otf") format("opentype"); }
@font-face {
  font-family: "majora-pro-semibold";
  font-style: "";
  font-weight: "";
  src: url("../fonts/majora-pro-semibold.otf") format("opentype"); }
body {
  position: relative;
  font-family: 'renner-medium';
  color: #6D6E70; }

.fontweb {
  font-family: 'fontweb'; }

.fontwebg {
  font-family: 'fontwebg'; }

.blackcolor {
  color: #231f20; }

.greycolor {
  color: #6D6E70; }

.bluecolor {
  color: #4096D2; }

.peachcolor {
  color: #EC6061; }

.tealcolor {
  color: #006C88; }

.blueskycolor {
  color: #4096D2; }

.younggreencolor {
  color: #9EBF3F; }

.bg-blue {
  background: #4096D2;
  background-color: #4096D2; }

.bg-peach {
  background: #EC6061;
  background-color: #EC6061; }

.bg-comparison-grey {
  background: #D0D2D3;
  background-color: #D0D2D3; }

.bg-oldgreen {
  background: #9EBF3F;
  background-color: #9EBF3F; }

h1 {
  font-size: 50px;
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

h4 {
  margin: 0; }

h5 {
  margin: 0; }

h6 {
  margin: 0; }

p {
  margin: 0; }

.mar-top-50 {
  margin-top: 50px !important; }

.mar-bot-50 {
  margin-bottom: 50px !important; }

.no-pad-top {
  padding-top: 0 !important; }

.no-mar-top {
  margin-top: 0 !important; }

.no-mar-bot {
  margin-bottom: 0 !important; }

.collapse {
  display: block; }

.hidden-scroll {
  overflow: hidden; }

.btn {
  outline: 0;
  box-shadow: none; }
  .btn:hover {
    outline: 0;
    box-shadow: none; }
  .btn:focus {
    outline: 0;
    box-shadow: none; }
  .btn:active {
    outline: 0;
    box-shadow: none; }
    .btn:active:focus {
      outline: 0;
      box-shadow: none; }
    .btn:active:hover {
      outline: 0;
      box-shadow: none; }

a {
  outline: 0;
  text-decoration: none;
  box-shadow: none; }
  a:hover {
    outline: 0;
    box-shadow: none;
    text-decoration: none; }
  a:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none; }
  a:active {
    outline: 0;
    box-shadow: none;
    text-decoration: none; }
    a:active:focus {
      outline: 0;
      box-shadow: none;
      text-decoration: none; }
    a:active:hover {
      outline: 0;
      box-shadow: none;
      text-decoration: none; }

#overlay-loading {
  background: white;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 3; }
  #overlay-loading .fa {
    font-size: 8em;
    color: #231f20; }
  #overlay-loading h2 {
    font-size: 35px;
    font-family: 'fontweb';
    color: #231f20;
    margin-top: 15px;
    margin-bottom: 15px; }

#section-header {
  padding: 0;
  margin: 0;
  opacity: 0;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }
  #section-header.fly-top {
    position: fixed !important; }

.navbar-header {
  background: white;
  background-color: white;
  position: relative;
  padding: 50px 15px;
  padding-bottom: 0;
  background-color: white;
  -moz-transition: padding .4s ease-in-out, left .4s ease-in-out;
  -webkit-transition: padding .4s ease-in-out, left .4s ease-in-out;
  -moz-transition: padding .4s ease-in-out, left .4s ease-in-out;
  -o-transition: padding .4s ease-in-out, left .4s ease-in-out;
  transition: padding .4s ease-in-out, left .4s ease-in-out; }
  .navbar-header.fly-top {
    position: fixed !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    left: unset;
    background-color: transparent;
    background: transparent;
    z-index: 1031; }
    .navbar-header.fly-top .navbar-brand img {
      width: auto;
      max-width: unset;
      position: fixed;
      right: 20px;
      height: 40px;
      top: 10px; }
    .navbar-header.fly-top .wrapper-main-header.brand {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center; }
  .navbar-header .landingImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../content/thumbnail.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 1199px) {
      .navbar-header .landingImage {
        background-size: cover; } }
  .navbar-header .row {
    width: 100%; }
  .navbar-header .navbar-brand img {
    -moz-transition: width .4s ease-in-out, height .4s ease-in-out, top .4s ease-in-out, right .4s ease-in-out !important;
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out, top .4s ease-in-out, right .4s ease-in-out !important;
    -moz-transition: width .4s ease-in-out, height .4s ease-in-out, top .4s ease-in-out, right .4s ease-in-out !important;
    -o-transition: width .4s ease-in-out, height .4s ease-in-out, top .4s ease-in-out, right .4s ease-in-out !important;
    transition: width .4s ease-in-out, height .4s ease-in-out, top .4s ease-in-out, right .4s ease-in-out !important; }
  @media screen and (max-width: 1199px) {
    .navbar-header #banner-wording {
      padding: 0; } }
  @media (min-width: 992px) {
    .navbar-header .wrapper-main-header.col-lg-6 {
      flex: 0 0 50%; } }
  @media (max-width: 991px) {
    .navbar-header .wrapper-main-header {
      padding: 0; } }
  .navbar-header .wrapper-main-header.title .wrapper-title {
    font-family: 'majora-pro-bold';
    display: block;
    padding-bottom: 15px;
    position: relative;
    top: -15px; }
    .navbar-header .wrapper-main-header.title .wrapper-title .text {
      font-size: 60px;
      line-height: 1.1; }
      @media screen and (max-width: 991px) {
        .navbar-header .wrapper-main-header.title .wrapper-title .text {
          font-size: 50px; } }
      @media screen and (max-width: 767px) {
        .navbar-header .wrapper-main-header.title .wrapper-title .text {
          font-size: 45px; } }
      @media screen and (max-width: 500px) {
        .navbar-header .wrapper-main-header.title .wrapper-title .text {
          font-size: 35px; } }
      @media screen and (max-width: 380px) {
        .navbar-header .wrapper-main-header.title .wrapper-title .text {
          font-size: 30px; } }
  .navbar-header .wrapper-main-header.title .wrapper-subtitle {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 574px) {
      .navbar-header .wrapper-main-header.title .wrapper-subtitle {
        font-size: 12px; } }
    @media (max-width: 380px) {
      .navbar-header .wrapper-main-header.title .wrapper-subtitle {
        font-size: 10px; } }
    .navbar-header .wrapper-main-header.title .wrapper-subtitle .date {
      font-size: 12px; }
      @media (max-width: 574px) {
        .navbar-header .wrapper-main-header.title .wrapper-subtitle .date {
          font-size: 10px; } }
      @media (max-width: 380px) {
        .navbar-header .wrapper-main-header.title .wrapper-subtitle .date {
          font-size: 8px; } }
  .navbar-header .wrapper-main-header.title .wrapper-foot-title {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 253px; }
    .navbar-header .wrapper-main-header.title .wrapper-foot-title p {
      font-size: 14px;
      line-height: 1.3; }
  .navbar-header .wrapper-main-header.brand {
    text-align: right;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out; }
    .navbar-header .wrapper-main-header.brand .navbar-brand {
      margin-top: 30px;
      max-width: 180px; }
      @media screen and (max-width: 1199px) {
        .navbar-header .wrapper-main-header.brand .navbar-brand {
          max-width: 160px;
          margin-top: 80px; } }

@media screen and (min-width: 768px) {
  .container-fluid {
    margin-left: auto;
    margin-right: auto; }
    .container-fluid.container-1200 {
      max-width: 1200px; }
    .container-fluid.container-912 {
      max-width: 912px; }
    .container-fluid.container-864 {
      max-width: 864px; }
    .container-fluid.container-1271 {
      max-width: 1271px; }
    .container-fluid.container-600 {
      max-width: 600px; } }

@media screen and (min-width: 768px) {
  .container {
    margin-left: auto;
    margin-right: auto; }
    .container.container-1200 {
      max-width: 1200px; }
    .container.container-912 {
      max-width: 912px; }
    .container.container-864 {
      max-width: 864px; }
    .container.container-1271 {
      max-width: 1271px; }
    .container.container-600 {
      max-width: 600px; } }

.no-space {
  padding-right: 0;
  padding-left: 0; }

.container-content {
  margin-top: 100px;
  position: relative;
  opacity: 0;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }
  .container-content.mar-top-medium {
    margin-top: 50px; }
  .container-content .comparison .main-percentage .text {
    font-size: 14px; }
    @media screen and (max-width: 574px) {
      .container-content .comparison .main-percentage .text {
        font-size: 9px; } }
  @media screen and (min-width: 768px) {
    .container-content {
      max-width: 912px;
      margin-left: auto;
      margin-right: auto; }
      .container-content.container-fluid {
        max-width: 100%;
        margin-top: 0; }
        .container-content.container-fluid.container-1380 {
          max-width: 1200px; }
        .container-content.container-fluid.container-1200 {
          max-width: 1200px; }
        .container-content.container-fluid.container-912 {
          max-width: 912px; }
        .container-content.container-fluid.container-864 {
          max-width: 864px; }
        .container-content.container-fluid.container-1271 {
          max-width: 1271px; }
        .container-content.container-fluid.container-600 {
          max-width: 600px; }
        .container-content.container-fluid.no-space {
          padding-right: 0;
          padding-left: 0; } }
  @media screen and (min-width: 768px) {
    .container-content {
      max-width: 912px;
      margin-left: auto;
      margin-right: auto; }
      .container-content.container.container-1380 {
        max-width: 1200px; }
      .container-content.container.container-1200 {
        max-width: 1200px; }
      .container-content.container.container-912 {
        max-width: 912px; }
      .container-content.container.container-864 {
        max-width: 864px; }
      .container-content.container.container-1271 {
        max-width: 1271px; }
      .container-content.container.container-600 {
        max-width: 600px; }
      .container-content.container.no-space {
        padding-right: 0;
        padding-left: 0; } }
  @media screen and (max-width: 574px) {
    .container-content {
      padding-left: 0;
      padding-right: 0;
      max-width: 100%; }
      .container-content .row {
        margin-left: 0;
        margin-right: 0; }
      .container-content.container-fluid {
        margin-top: 0; } }

.related-content {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .related-content {
      width: calc(100% - 40px);
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .related-content {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      .related-content a {
        font-size: 14px; } }

.wrapper-content {
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .wrapper-content {
      margin-bottom: 30px; } }

.content.perpanjang-hak {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .content.perpanjang-hak {
      text-align: center; } }
  .content.perpanjang-hak .heading-1 {
    font-size: 45px; }
    @media screen and (max-width: 991px) {
      .content.perpanjang-hak .heading-1 {
        font-size: 41px; } }
    @media screen and (max-width: 574px) {
      .content.perpanjang-hak .heading-1 {
        font-size: 35px; } }
    @media screen and (max-width: 400px) {
      .content.perpanjang-hak .heading-1 {
        font-size: 29px; } }
    .content.perpanjang-hak .heading-1.title {
      font-size: 31px; }
      @media screen and (max-width: 991px) {
        .content.perpanjang-hak .heading-1.title {
          font-size: 28px; } }
      @media screen and (max-width: 574px) {
        .content.perpanjang-hak .heading-1.title {
          font-size: 24px; } }
      @media screen and (max-width: 400px) {
        .content.perpanjang-hak .heading-1.title {
          font-size: 20px; } }
.content .heading-1 {
  font-size: 22px;
  font-family: 'majora-pro-bold'; }
  .content .heading-1.large {
    font-size: 31px;
    margin-bottom: 10px; }
    @media screen and (max-width: 991px) {
      .content .heading-1.large {
        font-size: 28px; } }
    @media screen and (max-width: 574px) {
      .content .heading-1.large {
        font-size: 25px; } }
    @media screen and (max-width: 400px) {
      .content .heading-1.large {
        font-size: 22px; } }
.content .heading-2 {
  font-size: 20px;
  font-family: 'majora-pro-bold'; }
.content .subheading {
  font-family: 'renner-bold';
  margin: 0;
  font-size: 21px; }
  .content .subheading.with-space-small {
    margin-bottom: 5px !important; }
  @media screen and (max-width: 991px) {
    .content .subheading {
      font-size: 19px;
      line-height: 1.4; } }
.content .paragraph {
  font-size: 16px;
  line-height: 1.4; }
  .content .paragraph b {
    font-family: 'renner-bold';
    font-weight: normal; }
  .content .paragraph.with-majora {
    font-family: 'majora-pro-bold'; }
  .content .paragraph.indexing {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 20px; }
  .content .paragraph.source {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 20px; }
  .content .paragraph span.large {
    font-size: 24px; }
    .content .paragraph span.large.with-majora {
      font-family: 'majora-pro-bold';
      font-size: 28px; }
      @media screen and (max-width: 991px) {
        .content .paragraph span.large.with-majora {
          font-size: 25px; } }
    @media screen and (max-width: 991px) {
      .content .paragraph span.large {
        font-size: 21px; } }
  .content .paragraph span.small {
    font-size: 13px; }
    .content .paragraph span.small.with-majora {
      font-family: 'majora-pro-bold'; }
  .content .paragraph.large {
    font-family: 'majora-pro-semibold';
    font-size: 22px; }
    @media screen and (max-width: 991px) {
      .content .paragraph.large {
        font-size: 20px; } }
.content .semibold {
  font-family: 'majora-pro-semibold';
  margin-bottom: 10px; }
.content .subtitle {
  font-size: 20px; }
.content strong {
  font-family: 'majora-pro-bold';
  font-weight: normal; }
.content .indent-1 {
  display: block;
  padding-left: 50px;
  padding-right: 50px; }
  .content .indent-1 .content-numbering {
    font-family: 'majora-pro-bold'; }
    .content .indent-1 .content-numbering li {
      line-height: 1.3; }
.content .indent-2 {
  display: block;
  padding-left: 60px; }
.content .content-numbering {
  padding-left: 20px; }
  .content .content-numbering.no-space li {
    margin-bottom: 0; }
  .content .content-numbering li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .content .content-numbering li {
        margin-bottom: 5px; } }
  .content .content-numbering.large li {
    font-size: 22px; }
    @media screen and (max-width: 991px) {
      .content .content-numbering.large li {
        font-size: 20px; } }
.content .superscript {
  counter-reset: item;
  padding: 0;
  list-style: none; }
  .content .superscript li {
    position: relative;
    display: block;
    padding: .0em .0em .0em 1.5em;
    font-size: 12px;
    font-family: 'fontwebg';
    color: #231f20;
    line-height: 2; }
    .content .superscript li a {
      display: block;
      width: 100%;
      font-size: 12px;
      font-family: 'fontwebg';
      color: #231f20; }
      .content .superscript li a:hover {
        color: #231f20;
        outline: 0;
        box-shadow: none; }
      .content .superscript li a:active {
        color: #231f20;
        outline: 0;
        box-shadow: none; }
        .content .superscript li a:active:hover {
          color: #231f20;
          outline: 0;
          box-shadow: none; }
        .content .superscript li a:active:focus {
          color: #231f20;
          outline: 0;
          box-shadow: none; }
      .content .superscript li a:focus {
        color: #231f20;
        outline: 0;
        box-shadow: none; }
    .content .superscript li:before {
      content: counter(item);
      counter-increment: item;
      position: absolute;
      font-size: 8px;
      left: 1em;
      vertical-align: top;
      top: 0;
      right: 0;
      font-weight: bold; }

.quote {
  margin-bottom: 50px; }
  .quote .heading-1 {
    margin-bottom: 15px; }
  .quote .heading-2 {
    margin-bottom: 15px; }
  .quote .with-bg {
    margin-bottom: 35px; }

.with-space-small {
  margin-bottom: 15px !important; }

.with-space {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 991px) {
    .with-space {
      margin-bottom: 15px !important; } }

.with-space-large {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 991px) {
    .with-space-large {
      margin-bottom: 30px !important; } }

#navbar-header-menu {
  padding: 30px 15px 30px 15px;
  background: white;
  background-color: white;
  -moz-transition: box-shadow .4s ease;
  -webkit-transition: box-shadow .4s ease;
  -moz-transition: box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  z-index: 1030; }
  #navbar-header-menu.fly-top {
    position: fixed !important;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1 !important;
    /* top: 111px; */
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0px 20px 55px -19px rgba(35, 31, 32, 0.8);
    -moz-box-shadow: 0px 20px 55px -19px rgba(35, 31, 32, 0.8);
    box-shadow: 0px 20px 55px -19px rgba(35, 31, 32, 0.8); }
    #navbar-header-menu.fly-top #navbar-menu .nav-item .nav-link {
      font-size: 18px;
      padding: 11px; }
    #navbar-header-menu.fly-top .navbar-brand {
      opacity: 1;
      visibility: visible; }
      @media (max-width: 991px) {
        #navbar-header-menu.fly-top .navbar-brand {
          opacity: 0 !important;
          visibility: hidden !important; } }
  #navbar-header-menu .navbar-brand {
    opacity: 0;
    visibility: hidden;
    width: auto;
    max-width: unset;
    position: fixed;
    right: 20px;
    height: 55px;
    top: 2px;
    -moz-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    @media (max-width: 991px) {
      #navbar-header-menu .navbar-brand {
        opacity: 0 !important;
        visibility: hidden !important; } }
    #navbar-header-menu .navbar-brand img {
      height: 100%; }
  #navbar-header-menu #navbar-menu {
    background: white;
    background-color: white; }
    #navbar-header-menu #navbar-menu .nav-item {
      border-radius: 0;
      border-top: 0;
      border-bottom: 0;
      border-radius: 0; }
      #navbar-header-menu #navbar-menu .nav-item .nav-link {
        padding-right: 30px;
        padding-left: 30px;
        line-height: 1;
        font-size: 22px;
        color: #6D6E70;
        border-left: 1px solid #6D6E70;
        border-top: 0;
        border-bottom: 0;
        border-radius: 0;
        background-color: white;
        background: white;
        -moz-transition: background-color .2s ease-in-out, background .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out;
        -webkit-transition: background-color .2s ease-in-out, background .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out;
        -moz-transition: background-color .2s ease-in-out, background .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out, background .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out;
        transition: background-color .2s ease-in-out, background .2s ease-in-out,color .2s ease-in-out,font-size .2s ease-in-out; }
        #navbar-header-menu #navbar-menu .nav-item .nav-link.active {
          color: white;
          background: #6D6E70;
          background-color: #6D6E70; }
      #navbar-header-menu #navbar-menu .nav-item:first-child .nav-link {
        /* border-right: 1px solid #808284; */
        border-left: 0; }
      #navbar-header-menu #navbar-menu .nav-item:last-child .nav-link {
        /* border-right: 1px solid #808284; */
        border-right: 0; }

.divider {
  margin-left: 0;
  width: 27%;
  border-top: 8px solid #006C88;
  margin-bottom: 30px; }
  .divider.banner {
    border-top: 3px solid #006C88;
    margin-left: 0;
    margin-bottom: 15px;
    width: 9%; }
    @media (max-width: 991px) {
      .divider.banner {
        margin-top: 0;
        margin-bottom: 20px; } }

.no-style {
  border: 0; }
  .no-style thead {
    border: 0; }
  .no-style tbody {
    border: 0; }
  .no-style tr {
    border: 0; }
  .no-style th {
    border: 0;
    font-size: 17px;
    font-family: 'fontwebg';
    color: #6d6e70;
    line-height: 1.6; }
  .no-style td {
    border: 0;
    font-size: 17px;
    font-family: 'fontwebg';
    color: #6d6e70;
    line-height: 1.6; }

.blue-table {
  border: 1px solid #231f20; }
  .blue-table th {
    font-size: 14px;
    font-family: 'fontwebg';
    color: #6d6e70;
    line-height: 1.6; }
  .blue-table td {
    font-size: 14px;
    font-family: 'fontwebg';
    color: #6d6e70;
    line-height: 1.6; }
  .blue-table thead {
    border: 0; }
    .blue-table thead tr {
      background-color: #d1d2d4;
      background: #d1d2d4; }
      .blue-table thead tr th {
        border: 0; }
  .blue-table tbody tr td {
    border: 0;
    border-bottom: 1px solid #231f20;
    border-style: dashed;
    text-align: center; }
    .blue-table tbody tr td:first-child {
      text-align: left; }
  .blue-table tbody tr:last-child {
    border-bottom: 0; }

#table-1-temuan-penelitian tbody tr td {
  text-align: left; }

#table-1-lampiran tbody tr td {
  text-align: left; }

.navbar-toggler {
  padding: .55rem .75rem;
  margin-right: 0;
  /* ANIMATED X COLLAPSED */ }
  .navbar-toggler:focus {
    outline: 0; }
  .navbar-toggler:active {
    outline: 0; }
    .navbar-toggler:active:hover {
      outline: 0; }
  .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #231f20;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .navbar-toggler .icon-bar + .icon-bar {
      margin-top: 4px; }
  .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%; }
  .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0); }
  .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%; }
  .navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100); }
  .navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

.collapsing {
  -webkit-transition: unset;
  -ms-transform: unset;
  transition: unset;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 42px;
  bottom: 0;
  width: 100%;
  height: 100%; }

.reveal {
  -webkit-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  -webkit-transition: 400ms ease !important;
  transition: 400ms ease !important; }
  @media screen and (max-width: 1199px) {
    .reveal {
      height: 100% !important;
      left: 0px !important; } }

.navbar-toggler {
  display: none; }

.navbar-brand-mobile {
  display: none;
  padding-top: 10px; }
  .navbar-brand-mobile.mr-auto {
    margin-right: unset !important;
    margin-left: auto !important; }

.wrapper-image {
  margin-bottom: 15px;
  text-align: center; }

.chart-container {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 50px; }
  .chart-container .pr-chart-ctrl {
    display: block;
    float: left;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .chart-container .pr-chart-ctrl {
        width: 50%;
        margin-bottom: 30px; } }
    .chart-container .pr-chart-ctrl .pr-chart {
      display: block;
      position: relative;
      width: 100%;
      margin: 0 0 5px 0;
      text-align: center; }
      .chart-container .pr-chart-ctrl .pr-chart canvas {
        display: block;
        margin: 0 auto;
        padding: 0;
        vertical-align: center;
        width: 100% !important;
        height: auto !important; }
      .chart-container .pr-chart-ctrl .pr-chart i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        top: 47%;
        transform: translateY(-50%);
        font-size: 40px;
        font-family: 'majora-pro-bold';
        font-style: normal;
        line-height: 1; }
        @media screen and (max-width: 1199px) {
          .chart-container .pr-chart-ctrl .pr-chart i {
            font-size: 30px; } }
        @media screen and (max-width: 450px) {
          .chart-container .pr-chart-ctrl .pr-chart i {
            top: 46%; } }
    .chart-container .pr-chart-ctrl p {
      margin: 0;
      padding: 0;
      font-size: 19px;
      line-height: 1.6;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .chart-container .pr-chart-ctrl p {
          font-size: 16px; } }

.comparison-with-action {
  min-height: 137px;
  width: 100%;
  color: white;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 1.1;
  font-family: 'majora-pro-bold';
  margin-bottom: 50px; }
  @media screen and (max-width: 991px) {
    .comparison-with-action {
      min-height: 90px;
      font-size: 21px; } }
  @media screen and (max-width: 767px) {
    .comparison-with-action {
      min-height: 70px;
      font-size: 18px; } }
  @media screen and (max-width: 574px) {
    .comparison-with-action {
      font-size: 15px; } }
  .comparison-with-action .main-percentage {
    text-align: center;
    position: relative;
    top: -11px; }
    @media screen and (max-width: 767px) {
      .comparison-with-action .main-percentage {
        top: -8px; } }
    .comparison-with-action .main-percentage .percent {
      font-size: 55px;
      padding-top: 15px; }
      @media screen and (max-width: 991px) {
        .comparison-with-action .main-percentage .percent {
          font-size: 40px; } }
      @media screen and (max-width: 767px) {
        .comparison-with-action .main-percentage .percent {
          font-size: 30px; } }
      @media screen and (max-width: 574px) {
        .comparison-with-action .main-percentage .percent {
          font-size: 20px; } }
    .comparison-with-action .main-percentage .text {
      font-size: 40px;
      padding-bottom: 10px; }
      @media screen and (max-width: 991px) {
        .comparison-with-action .main-percentage .text {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .comparison-with-action .main-percentage .text {
          font-size: 23px; } }
      @media screen and (max-width: 574px) {
        .comparison-with-action .main-percentage .text {
          font-size: 15px; } }
  .comparison-with-action .main-comparison {
    position: relative;
    color: white;
    -webkit-box-flex: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
  .comparison-with-action .main-text {
    margin-top: 10px;
    position: relative;
    color: #6D6E70;
    -webkit-box-flex: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 15px; }
    .comparison-with-action .main-text p {
      font-size: 15px; }
      @media screen and (max-width: 991px) {
        .comparison-with-action .main-text p {
          font-size: 12px; }
          .comparison-with-action .main-text p span {
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: -3px; } }
      @media screen and (max-width: 767px) {
        .comparison-with-action .main-text p {
          font-size: 10px; } }
      @media screen and (max-width: 574px) {
        .comparison-with-action .main-text p {
          font-size: 7px; } }
      @media screen and (max-width: 450px) {
        .comparison-with-action .main-text p {
          font-size: 6px; } }
      @media screen and (max-width: 320px) {
        .comparison-with-action .main-text p {
          font-size: 5px; } }
    @media screen and (max-width: 991px) {
      .comparison-with-action .main-text {
        font-size: 13px; } }
    @media screen and (max-width: 767px) {
      .comparison-with-action .main-text {
        font-size: 11px;
        line-height: 1.4; } }
  .comparison-with-action .w-54 {
    width: 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%; }
  .comparison-with-action .w-46 {
    width: 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }
  .comparison-with-action .with-blue {
    width: 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%; }
  .comparison-with-action .with-peach {
    width: 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }
  .comparison-with-action a {
    color: white; }
    @media screen and (max-width: 991px) {
      .comparison-with-action a {
        position: relative;
        top: -3px; } }
    .comparison-with-action a.comparison-link {
      color: #6D6E70; }

.comparison {
  min-height: 94px;
  width: 100%;
  color: white;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 1.1;
  font-family: 'majora-pro-bold'; }
  @media screen and (max-width: 991px) {
    .comparison {
      min-height: 70px; } }
  @media screen and (max-width: 574px) {
    .comparison {
      min-height: 50px; } }
  .comparison.with-sub {
    min-height: 52px; }
    .comparison.with-sub .main-comparison {
      flex-direction: row; }
    @media screen and (max-width: 574px) {
      .comparison.with-sub {
        min-height: 30px; } }
  .comparison .main-percentage {
    text-align: center;
    position: relative;
    top: -8px; }
    @media screen and (max-width: 574px) {
      .comparison .main-percentage {
        top: -4px; } }
    .comparison .main-percentage .percent {
      font-size: 40px; }
      @media screen and (max-width: 991px) {
        .comparison .main-percentage .percent {
          font-size: 30px; } }
      @media screen and (max-width: 574px) {
        .comparison .main-percentage .percent {
          font-size: 18px; } }
    .comparison .main-percentage .text {
      font-size: 17px; }
      @media screen and (max-width: 991px) {
        .comparison .main-percentage .text {
          font-size: 13px; } }
      @media screen and (max-width: 574px) {
        .comparison .main-percentage .text {
          font-size: 11px; } }
  .comparison .main-comparison {
    color: white;
    -webkit-box-flex: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
  .comparison .w-54 {
    width: 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%; }
  .comparison .w-46 {
    width: 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }
  .comparison .w-82 {
    width: 82%;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%; }
  .comparison .w-18 {
    width: 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%; }
  .comparison .sub-comparison {
    width: 100%;
    color: white;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 1.1;
    font-family: 'majora-pro-bold';
    -webkit-box-flex: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .comparison .sub-comparison .main-percentage {
      text-align: center;
      position: relative;
      top: -4px; }
      .comparison .sub-comparison .main-percentage .percent {
        font-size: 30px; }
        @media screen and (max-width: 991px) {
          .comparison .sub-comparison .main-percentage .percent {
            font-size: 21px; } }
        @media screen and (max-width: 574px) {
          .comparison .sub-comparison .main-percentage .percent {
            font-size: 16px;
            top: -3px; } }
      .comparison .sub-comparison .main-percentage .text {
        font-size: 40px; }

.panel-content {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 1.1;
  font-family: 'renner-medium'; }
  @media screen and (max-width: 991px) {
    .panel-content {
      font-size: 21px; } }
  @media screen and (max-width: 767px) {
    .panel-content {
      font-size: 16px; } }
  .panel-content .main-content {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .panel-content .main-content {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-wrap: wrap; } }
  .panel-content .panel-title {
    min-height: 94px;
    color: white;
    font-family: 'renner-bold';
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .panel-content .panel-title {
        min-height: 70px; } }
  .panel-content .panel-text {
    padding: 30px; }
    @media screen and (max-width: 991px) {
      .panel-content .panel-text {
        padding: 30px 15px 30px 25px; } }
    @media screen and (max-width: 767px) {
      .panel-content .panel-text {
        padding: 30px 15px 30px 15px; } }
  .panel-content ul {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .panel-content ul {
        padding-left: 15px; } }
    .panel-content ul li {
      font-size: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .panel-content ul li {
          font-size: 16px; } }
  .panel-content ol {
    padding-left: 20px;
    margin-top: 20px; }
    .panel-content ol li {
      font-size: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .panel-content ol li {
          font-size: 16px; } }

.rekomendasi ul {
  padding-left: 15px; }

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  z-index: -9999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  @media screen and (max-width: 991px) {
    .overlay-menu.show {
      opacity: 1;
      z-index: 1; } }

.navigation-mobile {
  background: white;
  background-color: white;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 20px 55px -19px rgba(35, 31, 32, 0.8);
  -moz-box-shadow: 0px 20px 55px -19px rgba(35, 31, 32, 0.8);
  box-shadow: 0px 20px 55px -19px rgba(35, 31, 32, 0.8);
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

@media screen and (max-width: 1199px) {
  	/* #navbar-header-menu{
  
  		#navbar-menu{
  			.nav-item{
  				.nav-link{
  					font-size: 15px;
  				}
  			}
  		}
  
  		&.fly-top{
  
  			#navbar-menu{
  				.nav-item{
  					.nav-link{
  						font-size: 14px;
  					}
  				}
  			}
  		}
  		} */
  .navbar-header.fly-top .navbar-brand img {
    display: none; } }
@media screen and (max-width: 991px) {
  /* .collapse{
  	display:none;
  	} */
  .navbar-brand {
    display: none; }

  .navbar-toggler {
    display: unset; }

  .blue-table {
    /*table-layout: auto;
    width: 100%;
    white-space: nowrap;*/ }
    .blue-table th {
      font-size: 15px; }
    .blue-table td {
      font-size: 15px; }

  .no-style {
    table-layout: auto;
    width: 100%;
    white-space: nowrap; }
    .no-style th {
      font-size: 15px; }
    .no-style td {
      font-size: 15px; }

  #tabel-1-latar-belakang {
    table-layout: auto;
    width: 100%;
    white-space: nowrap; }
    #tabel-1-latar-belakang tbody tr td:first-child {
      width: 150px; }

  .divider {
    margin-top: 30px;
    margin-bottom: 30px; }

  .content {
    /* .indent-1{
    	padding-left: 30px;
    	} */ }
    .content .indent-2 {
      padding-left: 60px; }
    .content .heading-1 {
      font-size: 20px; }
    .content .heading-2 {
      font-size: 18px; }
    .content .paragraph {
      line-height: 1.6; }
    .content .content-numbering li {
      font-size: 18px; }

  .container-content {
    margin-top: 60px; } }
  @media screen and (max-width: 991px) and (max-width: 1199px) {
    .container-content {
      margin-top: 100px; } }

@media screen and (max-width: 991px) {
  .navbar-toggler {
    height: 100%;
    padding-top: 23px;
    padding-bottom: 22px; }

  #section-header {
    background: white;
    background-color: white;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .navbar-header {
    padding-top: 60px;
    /* 
    			position:static !important;
    			right: 0;
    
    			&.fly-top{
    				padding-top: 100px;
    				left: unset;
    				top: unset;
    				right: unset;
    				position: static !important;
    				background: white;
    				background-color: white;
    				padding-right: 15px;
    
    				.navbar-brand{
    
    					img{
    						text-align: right;
    						position: static;
    					}
    
    				}
    
    				.wrapper-main-header{
    
    					padding-left: 0;
    					padding-right: 0;
    
    					&.brand{
    						text-align: right;
    						position: absolute;
    						top: 15px;
    						right: 0;
    					}
    
    				}
    
    			}
    
    			.landingImage{
    				background: none;
    				background-image: none;
    				position: unset;
    				} */ }

  #navbar-header-menu {
    position: static !important; }
    #navbar-header-menu.fly-top {
      position: static !important;
      top: unset; }
    #navbar-header-menu #navbar-menu .nav-item {
      width: 100%; }
      #navbar-header-menu #navbar-menu .nav-item .nav-link {
        border: 0;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 18px; }

  .navbar-brand-mobile {
    display: unset;
    height: 100%;
    padding: 0; }
    .navbar-brand-mobile img {
      padding: 10px;
      height: auto; } }
.image-zoom {
  display: block; }
  .image-zoom:hover {
    outline: 0; }
  .image-zoom:focus {
    outline: 0; }
  .image-zoom:active {
    outline: 0; }
    .image-zoom:active:hover {
      outline: 0; }
    .image-zoom:active:focus {
      outline: 0; }

@media screen and (max-width: 991px) {
  .navigation-mobile {
    display: flex;
    height: 60px; }

  #section-wrapper-header {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    border-top: 1px solid #808284;
    overflow: auto;
    background: white;
    background-color: white;
    max-width: 250px;
    left: -250px;
    z-index: 1032; }

  #navbar-header-menu {
    padding: 0;
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    -webkit-transition: 400ms ease !important;
    transition: 400ms ease !important; }
    #navbar-header-menu.fly-top {
      padding-top: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    #navbar-header-menu .container-fluid {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      padding: 0; }
    #navbar-header-menu .row {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      margin: 0; }
    #navbar-header-menu #navbar-menu {
      width: 100%; }

  .navbar-header.fly-top {
    padding-top: 15px; }
  .navbar-header .wrapper-main-header.title .wrapper-title {
    width: 100%; }
    .navbar-header .wrapper-main-header.title .wrapper-title h1 {
      padding-right: 15px;
      font-size: 45px; }
  .navbar-header .wrapper-main-header.title .wrapper-subtitle h3 {
    font-size: 18px; }
  .navbar-header .wrapper-main-header.title .wrapper-foot-title p {
    font-size: 13px; } }
@media screen and (max-width: 767px) {
  .no-space-sm {
    padding-left: 0;
    padding-right: 0; }

  .space-sm {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 574px) {
  .space-xs {
    padding-left: 15px;
    padding-right: 15px; }

  .no-space-xs {
    padding-left: 0;
    padding-right: 0; }

  .content .indent-2 {
    padding-left: 60px; }
  .content .heading-1 {
    font-size: 20px; }
  .content .heading-2 {
    font-size: 18px; }
  .content .paragraph {
    font-size: 15px;
    line-height: 1.6; }
  .content .content-numbering li {
    font-size: 15px; } }

/*# sourceMappingURL=style-v2.css.map */
