/*
* 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=pusat-bantuan.9c5b2bcc.chunk.css.map*/