/*
* ink colors (with variations only for black and white)
*/
.tentang-wrapper {
  background-color: #E4EDFB;
  position: relative; }

/*
* ink colors (with variations only for black and white)
*/
.tentang-hero-wrapper {
  background-color: #1D66DD;
  display: flex;
  flex-direction: column;
  margin-bottom: 6px; }
  @media (min-width: 576px) {
    .tentang-hero-wrapper {
      padding-right: 48px;
      padding-left: 48px; } }
  .tentang-hero-wrapper .tentang-hero-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .tentang-hero-wrapper .tentang-hero-container {
        width: 1120px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between; } }
    .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description {
      width: 328px; }
      @media (min-width: 576px) {
        .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description {
          padding-top: 123px;
          padding-bottom: 123px;
          width: 706px; } }
      .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description .tentang-hero-title {
        color: white;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        margin: 16px 16px 12px;
        width: 100%; }
        @media (min-width: 576px) {
          .tentang-hero-wrapper .tentang-hero-container .tentang-hero-description .tentang-hero-title {
            font-size: 48px;
            line-height: 56px;
            margin: unset; } }
    .tentang-hero-wrapper .tentang-hero-container .img-hero {
      width: 328px;
      height: 328px;
      align-self: center; }
      @media (min-width: 576px) {
        .tentang-hero-wrapper .tentang-hero-container .img-hero {
          width: 358px;
          height: 358px;
          align-self: end; } }

.tentang-hero-subtitle-wrapper {
  display: flex;
  background-color: white;
  padding: 40px 16px;
  flex-direction: column;
  margin-bottom: 6px; }
  @media (min-width: 576px) {
    .tentang-hero-subtitle-wrapper {
      padding: 48px 0; } }
  .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container {
        width: 1120px;
        margin: 0 auto; } }
    .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container .tentang-hero-subtitle {
      background-color: white;
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 6px; }
      @media (min-width: 576px) {
        .tentang-hero-subtitle-wrapper .tentang-hero-subtitle-container .tentang-hero-subtitle {
          width: 1120px;
          justify-items: center; } }

/*
* ink colors (with variations only for black and white)
*/
.tentang-associated-brands-wrapper {
  background-color: white;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .tentang-associated-brands-wrapper {
      padding: 48px 0; } }
  .tentang-associated-brands-wrapper .tentang-associated-brands-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .tentang-associated-brands-wrapper .tentang-associated-brands-container {
        width: 1120px;
        margin: 0 auto;
        flex-direction: row; } }
    .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (min-width: 576px) {
        .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details {
          width: 453px; } }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details .tentang-associated-brands-title {
        font-size: 20px;
        font-weight: 700; }
        @media (min-width: 576px) {
          .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details .tentang-associated-brands-title {
            font-size: 28px; } }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-details .tentang-associated-brands-description {
        font-size: 14px;
        margin-top: 8px; }
    .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      background-color: #E4EDFB;
      padding: 16px;
      width: 100%;
      justify-content: center;
      margin: 8px 0 0 0;
      gap: 16px; }
      @media (min-width: 576px) {
        .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list {
          padding: 16px 20px;
          width: 643px;
          margin: 0 0 0 24px;
          justify-content: left; } }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item {
        width: 136px;
        height: 64px;
        background-color: white;
        display: flex;
        border: 0.5px solid #D6D6D6;
        border-radius: 4px;
        justify-content: center;
        align-items: center; }
        @media (min-width: 576px) {
          .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item {
            width: 132px;
            height: 64px; } }
        .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item img {
          height: 54px; }
      .tentang-associated-brands-wrapper .tentang-associated-brands-container .tentang-associated-brands-list .tentang-associated-brand-item:hover {
        border: 2px solid #1D66DD; }

/*
* ink colors (with variations only for black and white)
*/
.ojk-section-wrapper {
  background-color: white;
  padding: 32px 16px; }
  @media (min-width: 576px) {
    .ojk-section-wrapper {
      padding: 48px 0%; } }
  .ojk-section-wrapper .ojk-section-container {
    width: 100%;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    border: 0.5px solid #0F336F;
    border-bottom-width: 5px;
    border-radius: 8px; }
    @media (min-width: 576px) {
      .ojk-section-wrapper .ojk-section-container {
        width: 1120px;
        margin: 0 auto;
        flex-direction: row;
        padding: 16px;
        align-items: center; } }
    .ojk-section-wrapper .ojk-section-container .ojk-image {
      order: 1;
      height: 64px;
      width: fit-content;
      margin-bottom: 8px; }
      @media (min-width: 576px) {
        .ojk-section-wrapper .ojk-section-container .ojk-image {
          order: 2;
          margin: unset; } }
    .ojk-section-wrapper .ojk-section-container .ojk-section-text {
      font-size: 14;
      font-weight: 400;
      order: 2; }
      .ojk-section-wrapper .ojk-section-container .ojk-section-text .text-blue {
        color: #4380E3; }
      @media (min-width: 576px) {
        .ojk-section-wrapper .ojk-section-container .ojk-section-text {
          order: 1; } }

.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;width:100%;height:100%}.spinner___27VUp{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;animation-name:spin___S3UuE;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border:4px solid #a9a9a9;border-top-color:#000;border-radius:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{position:relative;overflow:hidden;height:100%;width:100%}.overlay___IV4qY{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;cursor:zoom-in;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.slide___3-Nqo{position:relative;display:block;box-sizing:border-box;height:0;margin:0;list-style-type:none}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{position:absolute;top:0;left:0;width:100%;height:100%}.focusRing___1airF{position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;outline-width:5px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-style:auto;outline-color:-webkit-focus-ring-color}}.horizontalSlider___281Ls{position:relative;overflow:hidden;touch-action:pan-y pinch-zoom}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{position:relative;overflow:hidden}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;padding:0;margin:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}
/*
* ink colors (with variations only for black and white)
*/
.slider-container {
  width: 100%; }
  .slider-container .focusRing___1airF.carousel__slide-focus-ring {
    outline: none !important; }

.slider-controllers-wrapper {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .slider-controllers-wrapper .slider-indicator-wrapper {
    display: flex;
    flex: 1; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator {
      flex: 1;
      height: 4px;
      background-color: #D6D6D6; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator:first-of-type {
      border-radius: 8px 0 0 8px; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator:nth-last-child(2) {
      border-radius: 0 8px 8px 0; }
    .slider-controllers-wrapper .slider-indicator-wrapper .slider-indicator-active {
      background-color: #ED6969; }
  .slider-controllers-wrapper .slider-controllers {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-left: 16px; }
    .slider-controllers-wrapper .slider-controllers .slider-controller-item {
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      outline: none;
      height: 32px;
      width: 32px;
      background-color: white;
      border-radius: 4px;
      box-shadow: 0 2px 8px #14141429; }
      .slider-controllers-wrapper .slider-controllers .slider-controller-item .icon {
        height: 24px;
        width: 24px;
        filter: invert(26%) sepia(90%) saturate(1676%) hue-rotate(204deg) brightness(103%) contrast(95%); }
    .slider-controllers-wrapper .slider-controllers .slider-controller-item:hover {
      background-color: #1D66DD; }
      .slider-controllers-wrapper .slider-controllers .slider-controller-item:hover .icon {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(21deg) brightness(103%) contrast(102%); }

/*
* ink colors (with variations only for black and white)
*/
.company-value-wrapper {
  background-color: white;
  padding: 40px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .company-value-wrapper {
      padding: 48px 0%; } }
  .company-value-wrapper .company-value-container {
    width: 100%; }
    @media (min-width: 576px) {
      .company-value-wrapper .company-value-container {
        width: 1120px;
        margin: 0 auto; } }
    .company-value-wrapper .company-value-container .desktop {
      display: none; }
      @media (min-width: 576px) {
        .company-value-wrapper .company-value-container .desktop {
          display: unset; } }
    .company-value-wrapper .company-value-container .mobile {
      display: unset; }
      @media (min-width: 576px) {
        .company-value-wrapper .company-value-container .mobile {
          display: none; } }
    .company-value-wrapper .company-value-container .content .company-value-item {
      width: 95%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #F5F5F5;
      padding: 0px 16px 16px 16px; }
      @media (min-width: 576px) {
        .company-value-wrapper .company-value-container .content .company-value-item {
          width: 100%;
          flex-direction: row;
          background-color: unset;
          padding: unset;
          gap: 24px; } }
      .company-value-wrapper .company-value-container .content .company-value-item .company-value-image {
        max-width: 100%; }
      .company-value-wrapper .company-value-container .content .company-value-item .text-content {
        display: flex;
        flex-direction: column; }
        .company-value-wrapper .company-value-container .content .company-value-item .text-content .title {
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 8px; }
          @media (min-width: 576px) {
            .company-value-wrapper .company-value-container .content .company-value-item .text-content .title {
              font-size: 28px; } }
        .company-value-wrapper .company-value-container .content .company-value-item .text-content .subtitle {
          font-size: 14px;
          font-weight: 400; }
        .company-value-wrapper .company-value-container .content .company-value-item .text-content .believe-in-value {
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 4; }
    .company-value-wrapper .company-value-container .content .company-value-list {
      margin: 40px 0px;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .company-value-wrapper .company-value-container .content .company-value-list .reverse {
        flex-direction: row-reverse; }
    .company-value-wrapper .company-value-container .company-value-title {
      font-size: 20px;
      font-weight: 700;
      width: 100%;
      padding: 0 16px;
      margin-bottom: 24px; }

/*
* ink colors (with variations only for black and white)
*/
.behind-lifepal-wrapper {
  background-color: white;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px; }
  @media (min-width: 576px) {
    .behind-lifepal-wrapper {
      padding: 48px 0%; } }
  .behind-lifepal-wrapper .behind-lifepal-container {
    width: 100%; }
    @media (min-width: 576px) {
      .behind-lifepal-wrapper .behind-lifepal-container {
        width: 1120px;
        margin: 0 auto; } }
    .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-list {
      display: flex;
      flex-direction: column;
      gap: 16px; }
    .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: #FAFAFA;
      padding: 16px;
      border-radius: 16px; }
      @media (min-width: 576px) {
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item {
          width: 100%;
          flex-direction: row; } }
      .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .behind-lifepal-image {
        max-width: 100%;
        align-self: start;
        margin-bottom: 24px;
        margin-right: unset; }
        @media (min-width: 576px) {
          .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .behind-lifepal-image {
            margin-bottom: unset;
            margin-right: 24px; } }
      .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content {
        display: flex;
        flex-direction: column; }
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content .name {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 4px; }
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content .position {
          font-size: 12px;
          font-weight: 400;
          margin-bottom: 16px;
          color: #666666; }
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-item .text-content .text {
          font-size: 14px;
          font-weight: 400; }
    .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 24px; }
      @media (min-width: 576px) {
        .behind-lifepal-wrapper .behind-lifepal-container .behind-lifepal-title {
          margin-bottom: 32px;
          font-size: 28px; } }

/*
* ink colors (with variations only for black and white)
*/
.main-footer {
  padding: 0 !important; }
  .main-footer .font-size-0875 {
    font-size: 14px;
    line-height: 18px; }
  .main-footer .font-size-1500 {
    font-size: 24px;
    line-height: 28px; }
  .main-footer .d-flex {
    display: flex; }
  @media (min-width: 992px) {
    .main-footer .d-lg-flex {
      display: flex; } }
  .main-footer .flex-wrap {
    flex-wrap: wrap; }
  .main-footer .flex-gap-0750 {
    gap: 12px; }
  .main-footer .flex-gap-1000 {
    gap: 16px; }
  .main-footer .mb-0250 {
    margin-bottom: 4px; }
  .main-footer .mb-0375 {
    margin-bottom: 6px; }
  .main-footer .mb-0500 {
    margin-bottom: 8px; }
  .main-footer .mb-1000 {
    margin-bottom: 16px; }
  .main-footer .mb-1500 {
    margin-bottom: 24px; }
  .main-footer .mb-2000 {
    margin-bottom: 32px; }
  .main-footer .section.products {
    background: #F5F5F5;
    padding-top: 32px;
    padding-bottom: 16px; }
  .main-footer .section.info {
    background: #FFF;
    padding-top: 32px; }
  .main-footer .section.bottom {
    background: #1855b8;
    padding: 16px;
    position: relative !important; }
  .main-footer .info-col-one {
    flex: 0 0 100%; }
    @media (min-width: 992px) {
      .main-footer .info-col-one {
        flex: 0 0 24%;
        max-width: 24%; } }
  .main-footer .info-col-two {
    flex: 0 0 100%; }
    @media (min-width: 992px) {
      .main-footer .info-col-two {
        flex: 0 1 44%;
        max-width: 44%; } }
  .main-footer .bottom-col-one,
  .main-footer .bottom-col-two {
    flex: 0 0 100%; }
  @media (min-width: 992px) {
    .main-footer .bottom-col-one {
      display: flex;
      align-items: center;
      flex: 0 0 auto;
      order: 2; } }
  @media (min-width: 992px) {
    .main-footer .bottom-col-two {
      flex: 1 0;
      order: 1; } }
  .main-footer .section-title {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    line-height: 18px;
    padding: 14px 0;
    border-bottom: 1px dashed #b8b8b8; }
  .main-footer .footer-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .main-footer .footer-navigation li {
      margin-bottom: 8px; }
      .main-footer .footer-navigation li:last-child {
        margin-bottom: 16px; }
      .main-footer .footer-navigation li a {
        font-size: 14px;
        font-weight: 700;
        color: #1855b8;
        line-height: 18px;
        text-decoration: none;
        white-space: nowrap;
        display: inline-block;
        justify-self: flex-start;
        background: transparent;
        width: auto;
        margin: 0;
        padding: 6px 2px;
        border-bottom: 1.6px dashed #1855b8; }
        .main-footer .footer-navigation li a:hover {
          color: #134493;
          background: linear-gradient(180deg, #f2f6fd, #c2d9ff); }
        .main-footer .footer-navigation li a:active {
          color: #0a224a;
          background: linear-gradient(180deg, #dce7fa, #8eb2ee); }
  .main-footer .bottom-navigation {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 0 16px 0;
    padding: 0; }
    @media (min-width: 992px) {
      .main-footer .bottom-navigation {
        margin: 0; } }
    .main-footer .bottom-navigation li {
      flex: 0 0 100%; }
      @media (min-width: 992px) {
        .main-footer .bottom-navigation li {
          flex: 0 0 auto; } }
    .main-footer .bottom-navigation a {
      font-size: 14px;
      font-weight: 700;
      color: #FFF;
      line-height: 18px;
      text-decoration: none;
      display: inline-block;
      background: transparent;
      padding: 6px 2px;
      border-bottom: 1.6px dashed #FFF; }
      .main-footer .bottom-navigation a:hover {
        color: #134493;
        background: linear-gradient(180deg, #f2f6fd, #c2d9ff); }
      .main-footer .bottom-navigation a:active {
        color: #0a224a;
        background: linear-gradient(180deg, #dce7fa, #8eb2ee); }
  .main-footer .copyright {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    margin: 0; }
  .main-footer .cs-box {
    background: #F5F5F5;
    padding: 16px;
    border-radius: 8px 24px;
    border: 1px solid #d6d6d6;
    border-bottom-width: 3px; }
    .main-footer .cs-box-row {
      display: flex;
      flex-wrap: wrap;
      gap: 16px; }
    .main-footer .cs-box-col {
      align-self: start; }
      .main-footer .cs-box-col:last-child, .main-footer .cs-box-col:only-child {
        flex: 1 1; }
    .main-footer .cs-box .waktu-operasional {
      padding-left: 12px;
      border-left: 1px solid #d6d6d6; }
  .main-footer .payment-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8E8E8;
    width: 64px;
    height: 56px;
    border-radius: 4px; }
  .main-footer .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-self: flex-start;
    padding: 6px 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer; }
    .main-footer .btn.icon {
      gap: 4px; }
    .main-footer .btn.gradient-primary-blue-20 {
      color: #1855b8;
      background: linear-gradient(180deg, #f2f6fd, #c2d9ff);
      border: 0.5px solid #1855b8;
      border-bottom-width: 2px; }
      .main-footer .btn.gradient-primary-blue-20 .fill {
        fill: #1855b8; }
      .main-footer .btn.gradient-primary-blue-20 .stroke {
        stroke: #1855b8; }
    .main-footer .btn.gradient-primary-blue-060 {
      color: #FFF;
      background: linear-gradient(180deg, #4380e3, #1855b8); }
      .main-footer .btn.gradient-primary-blue-060 .fill {
        fill: #FFF; }
      .main-footer .btn.gradient-primary-blue-060 .stroke {
        stroke: #FFF; }
      .main-footer .btn.gradient-primary-blue-060:hover {
        background: linear-gradient(180deg, #1d66dd, #134493); }
      .main-footer .btn.gradient-primary-blue-060:active {
        background: linear-gradient(180deg, #134493, #0f336f); }
    .main-footer .btn.secondary-green-070 {
      color: #FFF;
      background: #19a37b;
      padding: 7px 8px; }
      .main-footer .btn.secondary-green-070 .fill {
        fill: #FFF; }
      .main-footer .btn.secondary-green-070 .stroke {
        stroke: #FFF; }
      .main-footer .btn.secondary-green-070:hover {
        background: #148363; }
      .main-footer .btn.secondary-green-070:active {
        background: #0f624a; }
  .main-footer hr {
    padding: 0;
    margin: 0;
    border-top: 1px dashed #b8b8b8; }


/*# sourceMappingURL=10cdd9c0c0a68c02d39a6fa4bea0645a617e20f8_CSS.f668de46.chunk.css.map*/