/*
* ink colors (with variations only for black and white)
*/
.mb_0 {
  margin-bottom: 0; }

.mb_012 {
  margin-bottom: 12px; }

.mb_032 {
  margin-bottom: 32px; }

@media (min-width: 992px) {
  .mb_lg_0 {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .mb_lg_024 {
    margin-bottom: 32px; } }

.footer {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 !important; }
  .footer p {
    font-size: 12px;
    line-height: 16px; }
  .footer .hidden-on-mobile {
    display: none; }
    @media (min-width: 576px) {
      .footer .hidden-on-mobile {
        display: unset; } }
  .footer .operational__time {
    background-color: #F5F5F5;
    border-radius: 8px; }
  .footer .section {
    width: 100%; }
    .footer .section.insurance {
      background-color: #F5F5F5;
      padding: 32px 0 16px; }
      @media (min-width: 992px) {
        .footer .section.insurance {
          padding: 40px 0 64px;
          max-height: unset; } }
    .footer .section.information {
      background-color: #ffffff;
      margin-top: 0;
      padding: 32px 0;
      border-radius: 0; }
      @media (min-width: 992px) {
        .footer .section.information {
          margin-top: -40px;
          padding: 40px 0;
          border-top-left-radius: 48px;
          border-top-right-radius: 48px; } }
    .footer .section.copyright {
      background-color: #1855B8;
      padding: 32px 0; }
      @media (min-width: 992px) {
        .footer .section.copyright {
          padding: 16px 0; } }
  .footer .container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 992px) {
      .footer .container {
        padding-left: 12px;
        padding-right: 12px; } }
    .footer .container .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px; }
      .footer .container .row.insurance_row {
        flex-direction: column;
        max-height: 600px; }
        @media (min-width: 992px) {
          .footer .container .row.insurance_row {
            flex-direction: row;
            max-height: none; } }
      .footer .container .row .cols {
        display: flex;
        flex-direction: column;
        padding: 0 12px; }
        .footer .container .row .cols.insurance_cols {
          flex: 0 0 50%;
          width: 50%;
          max-width: 50%; }
          @media (min-width: 992px) {
            .footer .container .row .cols.insurance_cols {
              flex: 0 0 25%;
              max-width: 25%; } }
        .footer .container .row .cols.insurance_col_health {
          order: 5; }
          @media (min-width: 992px) {
            .footer .container .row .cols.insurance_col_health {
              order: 2; } }
        .footer .container .row .cols.insurance_col_brand {
          order: 4; }
          @media (min-width: 992px) {
            .footer .container .row .cols.insurance_col_brand {
              order: 5; } }
        @media (min-width: 992px) {
          .footer .container .row .cols.info_col_one {
            flex: 0 0 24%;
            max-width: 24%; } }
        @media (min-width: 992px) {
          .footer .container .row .cols.info_col_two {
            flex: 0 0 43%;
            max-width: 43%; } }
        @media (min-width: 992px) {
          .footer .container .row .cols.info_col_three {
            flex: 0 0 32%;
            max-width: 32%; } }
  .footer .title_bold {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    white-space: pre-wrap;
    color: #222222; }
  .footer .text_subtitle {
    margin-bottom: 6px; }
  .footer .text_copyright {
    color: #FFFFFF; }
  .footer .link_blue {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    background: transparent;
    color: #1D66DD;
    text-align: left;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 0; }
    .footer .link_blue:last-child {
      margin-bottom: 16px; }
  .footer .company_address {
    color: #555555;
    margin-top: 0;
    margin-bottom: 12px; }
  .footer .button_group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px; }
    .footer .button_group.operational_times {
      margin-left: 0px;
      margin-right: 0px; }
    .footer .button_group > .cols {
      flex: 0 1 auto;
      align-self: start;
      padding-left: 6px !important;
      padding-right: 6px !important; }
    .footer .button_group > .cols_hours {
      flex: 0 1 auto;
      align-self: start;
      padding-left: 12px;
      padding-right: 12px; }
  .footer .operational_time {
    background-color: #F5F5F5;
    padding: 8px 12px;
    border-radius: 8px; }
    .footer .operational_time__row {
      display: flex;
      flex-wrap: wrap;
      padding-top: 4px; }
      .footer .operational_time__row__cols {
        margin-bottom: 12px;
        padding: 0 12px;
        border-left: 1px solid #d6d6d6; }
        .footer .operational_time__row__cols:last-child {
          margin-bottom: 0; }
        @media (min-width: 992px) {
          .footer .operational_time__row__cols {
            margin-bottom: 0; } }
  .footer .button_blue {
    font-size: 12px;
    font-weight: 700;
    color: #1D66DD;
    text-decoration: none;
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
    overflow: visible;
    min-height: 30px;
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #1D66DD;
    cursor: pointer; }
    .footer .button_blue .svg.fill {
      fill: #1D66DD; }
    .footer .button_blue .svg.stroke {
      stroke: #1D66DD; }
    .footer .button_blue:hover {
      color: #FFFFFF;
      background-color: #1D66DD; }
      .footer .button_blue:hover .svg.fill {
        fill: #FFFFFF; }
      .footer .button_blue:hover .svg.stroke {
        stroke: #FFFFFF; }
  .footer__logo_lifepal {
    align-self: flex-start;
    margin-bottom: 4px; }
  .footer .subtitle {
    margin-bottom: 6px; }
  .footer .margin-top--lg {
    margin-top: 28px; }
  .footer .margin-top--sm {
    margin-top: 12px; }
  .footer .button-blue {
    color: #1D66DD;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 6px;
    box-sizing: border-box;
    overflow: visible;
    justify-content: center;
    align-items: center;
    width: auto;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #1D66DD;
    cursor: pointer; }
    .footer .button-blue:hover {
      background-color: #1D66DD;
      color: #FFFFFF; }
    .footer .button-blue img {
      width: 16px;
      height: 16px;
      padding-right: 2px;
      margin-right: 2px;
      vertical-align: text-top; }
  .footer .button__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: left; }
  .footer .operational__time {
    padding: 8px 12px;
    margin-top: 12px; }
  .footer .operational__schedule-table {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px; }
  .footer .operational__day {
    border-left: #D6D6D6 1px solid;
    padding-left: 12px; }
  .footer .footer__item__info {
    background-color: white;
    padding: 8px 16px 16px;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .footer .footer__item__info {
        padding: 40px 0; } }
  .footer .cs_box {
    overflow: hidden;
    background: #F5F5F5;
    border: 1px solid #D4D4D4;
    border-bottom-width: 2px;
    border-radius: 8px; }
    .footer .cs_box .header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;
      padding: 12px; }
    .footer .cs_box .title {
      font-size: 16px;
      font-weight: 700;
      color: #141414; }
    .footer .cs_box .body {
      padding: 16px; }
    .footer .cs_box .border_left {
      border-left: 1px solid #CCC; }


/*# sourceMappingURL=pusat-bantuan.714fcbc0.chunk.css.map*/