div#user-agreement {
    position: fixed;
    bottom: 0;
    /* top: 5; */
    width: 337px;
    z-index: 99;
    background: #343A40;
    border-radius: 16px;
    opacity: 0.95;
    margin-left: 10px;
    /* margin-right: 10px; */
    margin-bottom: 100px;
    display: none;
}

#user-agreement div {
    display: block;

}

#btn-set-cookies {
    margin-bottom: 5px;
}

#price-increase-banner {
    display: grid;
    /* grid-template-columns: 1fr repeat(2, auto) 1fr; */
    justify-items: center;
    align-items: start;
    background: #0D6EFD;
    grid-template-columns: 6fr 1fr;
}

#price-increase-banner .header6 {
    grid-column-start: 2;
}

#price-increase-banner #btn-close-price-increase {
    margin-left: auto;
}

#price-increase-banner div {
    display: flex;
    flex-direction: column;
    align-items: start;
}

@media (min-width: 992px) {
    div#user-agreement {
        position: fixed;
        bottom: 0;
        width: 440px;
        z-index: 99;
        background: #343A40;
        border-radius: 16px;
        opacity: 0.95;
        margin-left: 73px;
        margin-bottom: 10px;
        display: none;
    }

    #user-agreement div {
        display: flex;
    }

    #btn-set-cookies {
        margin-bottom: 0;
    }

    #price-increase-banner {
        display: grid;
        /* grid-template-columns: 1fr repeat(2, auto) 1fr; */
        justify-items: center;
        align-items: center;
        background: #0D6EFD;
        grid-template-columns: 6fr 1fr;
    }

    #price-increase-banner .header6 {
        grid-column-start: 2;
    }

    #price-increase-banner #btn-close-price-increase {
        margin-left: auto;
    }

    #price-increase-banner div {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}


.btn-container-svg {
    border: none;
    background: none;
}

.form-label.required:after {
    content: "*";
    margin-left: 0.25rem;
    color: #d63939;
}

.close:before {
    content: "\00d7";
    font-family: "feather";
}

.switch {
    position: relative;
    /* bottom: 0; */
    display: inline-block;
    width: 32px;
    height: 16px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider-check {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-check:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider-check {
  background-color: #467FCF;
}

input:focus + .slider-check {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-check:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded slider-checks */
.slider-check.round {
  border-radius: 34px;
}

.slider-check.round:before {
  border-radius: 50%;
}

.header5 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.header6 {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.subtitle1 {
    font-size: 20px;
    font-weight: 400;
}

.subtitle2 {
    font-size: 16px;
    font-weight: 400;
}

.subtitle3 {
    font-size: 14px;
    font-weight: 400;
}

.link1 {
    font-size: 16px;
    font-weight: 700;
    color: #467FCF;
}

.form-information {
    color: #868E96;
    font-size: 12px;
    font-weight: 400;
}

.dropdown:has(> .show) a.dropdown-toggle > i {
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown > .dropdown-menu > a {
    color: var(--body-text-body-color, #495057);

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.active-in-menu {
    border-radius: 8px !important;
    background: var(--theme-primary, #467FCF) !important;

    color: var(--gray-white, #FFF);

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

nav.navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

nav.navbar .btn-login {
    margin-bottom: 16px;
    margin-right: 0px;
}

main.beranda .section-1 {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;

    margin-top: 32px;
    padding-top: 0px;
}

main.beranda .section-1 h1 {
    color: var(--theme-dark, #343A40);
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    margin-top: 64px;
}

main.beranda .section-1 h1 span {
    color: var(--theme-primary, #467FCF);
    font-weight: bold;
    font-size: 28px;
    font-style: normal;
}

main.beranda .section-1 p {
    color: var(--body-text-body-color, #495057);
    text-align: center;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 32px;
}

.btn-group-try {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
    margin-top: 32px;
}


main.beranda .section-1 div.image-try {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

main.beranda .section-1 img.img-section1 {
    width: 100%;
    height: 179px;
    align-self: center;
}

main.beranda .section-1 div.btn-group-store {
    display: inline-flex;
    padding: 24px;
    justify-content: center;
    align-self: center;
    gap: 24px;
    border-radius: 16px;
    background: var(--gray-white, #FFF);
    margin-top: 16px;

    /* Small Shadow */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

main.beranda .section-1 div.btn-group-store a {
    width: 126px;
    height: 42px;
}

main.beranda .section-1 div.review {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
    gap: 24px;
}

main.beranda .section-1 div.review div {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
}

main.beranda .section-1 div.review div>h3 {
    color: var(--theme-dark, #343A40);
    text-align: center;

    /* Heading/H3 */
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

main.beranda .section-1 div.review div>p {
    color: var(--theme-dark, #343A40);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;
}

/* SECTION 2 */

main.beranda .section-2 {
    display: flex;
    flex-direction: column;
    padding: 0;
}

main.beranda .section-2>h2 {
    color: #000;
    text-align: center;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.beranda .section-2 div.fitur {
    display: none;
}

main.beranda .section-2 div.accordion>div.card {
    border: 0px;
}

main.beranda .section-2>div.accordion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 24px;
}

main.beranda .section-2 h5 {
    color: #000;

    /* Heading/H5 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

main.beranda .section-2 div.card-body p {
    color: #000;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

main.beranda .section-2 div.card-body a {
    font-weight: 400;
}

main.beranda .section-2>div.accordion div.card-header {
    display: flex;

    padding: 8px 16px;
    border-radius: 8px;
    background: var(--Putih, #FFF);

    /* Small Shadow */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
}

main.beranda .section-2>div.accordion div.card-header:has(> button:not(.collapsed)) {

    border-radius: 8px;
    background: var(--theme-primary, #467FCF);

    /* Shadow_Tipis */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

main.beranda .section-2>div.accordion button:not(.collapsed) {
    color: white;
}

main.beranda .section-2>div.accordion button {
    color: #000;
    display: flex;

    /* Heading/H5 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    padding: 0px;
}

main.beranda .section-2>div.accordion button:not(.collapsed) span>i {
 transform: rotate(180deg);
 color: #FFF;
}

main.beranda .section-2 #accordion-transaksi>.card-body>img {
    width: 100%;
    height: 240px;
}

main.beranda .section-2 h2 {
    color: #000;

    /* Heading/H2 */
    font-family: Ubuntu;
    font-size: 32px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
}

main.beranda .section-2 div.list-fitur {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
}

main.beranda .section-2 div.list-fitur>div {
    display: flex;
    min-width: 200px;
    padding: 16px;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--theme-background, #F5F7FB);
    cursor: pointer;
}

main.beranda .section-2 div.detail-fitur {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

main.beranda .section-2 div.detail-fitur>div {
    display: flex;
    width: 526px;
    flex-direction: column;
    justify-content: center;
    margin-right: 24px;
}

main.beranda .section-2 div.detail-fitur>div>h3 {
    color: var(--theme-dark, #343A40);

    /* Heading/H3 */
    font-family: Ubuntu;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

main.beranda .section-2 div.detail-fitur>div>p {
    color: var(--body-text-body-color, #495057);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

main.beranda .section-2 div.detail-fitur>div>a {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    width: 200px;
}

main.beranda .section-3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main.beranda .section-3>h2 {
    color: #000;
    text-align: center;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.beranda .section-3>div.content-why {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-top: 32px;
}

main.beranda .section-3>div.content-why>img {
    width: 336px;
    height: 221px;
    align-self: center;
}

main.beranda .section-3>div.content-why>img#why-img-3 {
    display: none;
}

main.beranda .section-3 div.content-why div.detail-why {

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;

    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
}

main.beranda .section-3 div.content-why div.detail-why div>h4 {
    color: var(--theme-dark, #343A40);

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.beranda .section-3 div.content-why div.detail-why div>p {
    color: var(--body-text-body-color, #495057);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 16px;
    margin-left: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

main.beranda .section-4 {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: radial-gradient(196.33% 70.59% at 50% 50%, rgba(231, 241, 255, 0.00) 0%, #E7F1FF 100%);
}

main.beranda .section-4>h2 {
    color: #000;
    text-align: center;

    /* Small Shadow */
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.beranda .section-4>p {
    color: #000;
    text-align: center;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

main.beranda .section-4 div.list-testimoni {
    display: flex;

    align-items:flex-start;
    align-content:flex-start;
    gap: 10px;

    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 22px;

    overflow: scroll;
}

main.beranda .section-4 div.list-testimoni>div.testimoni {
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: #fff;
    padding: 16px;
    gap: 16px;

    border-radius: 16px;
    background: var(--gray-white, #FFF);
    min-width: 416px;
    word-wrap: break-word;

    /* Small Shadow */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

main.beranda .section-4 div.testimoni>h6 {
    color: var(--theme-dark, #343A40);

    /* Heading/H6 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}

main.beranda .section-4 div.testimoni>p {
    color: var(--body-text-body-color, #495057);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    /* width: 400px; */
}

main.beranda .section-5 {
    margin-left: 12px;
    margin-right: 12px;
}

main.beranda .section-5 h4 {
    color: #000;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.beranda .section-5 p {
    color: var(--body-text-body-color, #495057);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

#accordionSolusi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 64px;
}

#accordionSolusi div.card-header {
    border-radius: 8px;
    border: 1px solid var(--theme-border, #DEE2E6);
    background: var(--gray-white, #FFF);
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

#accordionSolusi div.card {
    border: 0px;
}

#accordionSolusi button {
    white-space: normal;
    word-wrap: break-word;
    padding: 0;

    color: var(--theme-dark, #343A40);

    /* Heading/H5 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

#accordionSolusi div.card-header:has(> button.collapsed) span>i {
    transform: rotate(180deg);
}

.last-section {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
}

.last-section div>img {
    width: 336px;
    height: 256px;
    align-self: center;
}

.last-section div>h4 {
    color: #000;
    margin-top: 24px;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

.last-section div>ul {
    padding: 0px;
    list-style: none;
    margin-top: 25px;
}

.last-section div ul li {
    margin-bottom: 16px;
}

.last-section div ul li>h4 {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 0;
}

.last-section div a {
    width: 133px;
}

/* DESKTOP VERSION */

@media (min-width: 992px) {

    nav.navbar {
        padding-left: 60px;
        padding-right: 60px;
    }

    nav.navbar .btn-login {
        margin-right: 16px;
        margin-bottom: 0px;
    }

    main.beranda .section-1 {
        margin-top: 96px;
    }

    main.beranda .section-1 h1 {
        font-size: 40px;
    }

    main.beranda .section-1 h1 span {
        font-size: 40px;
    }

    main.beranda .section-1>p {
        font-size: 16px;
    }

    main.beranda .section-1 img.img-section1 {
        height: auto;
        width: 100%;
    }
/*
    main.beranda .section-1 div.image-try div.group-gradient-1 {
        height: 529px;
    }

    main.beranda .section-1 div.image-try div.gradient-circle {
        width: 537px;
        height: 529px;
    } */

    main.beranda .section-1 div.btn-group-store {
        position: absolute;
        margin-bottom: -50px;
        bottom: 0;
    }

    main.beranda .section-1 div.review {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 106px;
        align-items: flex-start;
    }

    main.beranda .section-1 div.review div {
        align-items: flex-start;
        max-width: 196px;
    }

    main.beranda .section-1 div.review div>p {
        text-align: left;
    }

    main.beranda .section-2>h2 {
        font-family: 'Ubuntu', sans-serif;
        font-size: 32px;
    }

    main.beranda .section-2 div.detail-fitur>img {
        width: 526px;
        height: 425px;
    }

    main.beranda .section-2 div.fitur {
        display: block;
    }

    main.beranda .section-2>div.accordion {
        display: none;
    }

    main.beranda .section-3>h2 {
        font-family: 'Ubuntu', sans-serif;
        font-size: 32px;
    }

    main.beranda .section-3>div.content-why {
        flex-direction: row;
    }

    main.beranda .section-3 div.content-why div.detail-why {
        width: 573px;
    }

    main.beranda .section-3>div.content-why>img {
        width: 636px;
        height: 418px;
    }

    main.beranda .section-3>div.content-why>img#why-img-2 {
        display: none;
    }

    main.beranda .section-3>div.content-why>img#why-img-3 {
        display: flex;
    }

    main.beranda .section-4 div:not(.list-testimoni) {
        display: block !important;
    }

    main.beranda .section-4>h2 {
        font-family: 'Ubuntu', sans-serif;
        font-size: 32px;
    }

    main.beranda .section-4 div.list-testimoni {
        display: block;
        max-width: 1280px;
        margin: auto;
        columns: 3 280px;
        column-gap: 1rem;
        font-size: 1.2rem;

        margin-top: 32px;

        overflow: auto;
    }

    main.beranda .section-4 div.testimoni {
        background: red;
        color: white;
        margin: 0 0 1rem;
        display: inline-block; /* stops block being split across columns. Could use break-inside: avoid for modern browsers; */
        width: 100%;
        break-inside: avoid;
        text-align: center;
        font-weight: bold;
    }

    main.beranda .section-5 {
        display: flex;
        gap: 24px;
        margin-left: 68px;
        margin-right: 68px;
    }

    main.beranda .section-5 h4 {
        font-family: 'Ubuntu', sans-serif;
        font-size: 32px;
    }

    main.beranda .section-5>div:not(.accordion) {
        flex: 1 1 0px;
    }

    main.beranda .section-5>#accordionSolusi {
        flex: 2 2 0px;
        margin-top: 0;
    }

    .last-section {
        flex-direction: row;
        justify-content: center;
        gap: 134px;
        margin-left: 74px;
        margin-right: 64px;
        align-items: center;
    }

    .last-section>img {
        width: 526px;
    }

    .last-section div>h4 {
        font-family: 'Ubuntu', sans-serif;
        font-size: 32px;
    }

    .last-section div ul li>h4 {
        color: var(--body-text-body-color, #495057);

        font-family: 'Source Sans Pro', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 28.8px */
    }

    .last-section div ul li {
        display: inline-block;
        margin-right: 80px;
    }
}


/*  ============================================================================================================ */

main.harga .section-1 {
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    margin-top: 32px;
}

main.harga .section-1>h1 {
    color: var(--theme-primary, #000);

    /* Heading/H3 */
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

main.harga .section-1>h1 span {
    color: var(--theme-primary, #467FCF);

    /* Heading/H3 */
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

main.harga .section-1>p {
    color: #000;
    text-align: center;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

    margin-top: 10px;
}

main.harga .section-1 div.card {
    width: auto;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--theme-border, #DEE2E6);
    background: var(--gray-white, #FFF);
}

main.harga .section-1 div.card-body {
    padding: 0px;
}

main.harga .section-1 div.card-body>h5 {
    color: #000;

    /* Heading/H1 */
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
}

main.harga .section-1 div.card-body>h6 {
    color: #000;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */

    margin-top: 32px;
}

main.harga .section-1 div.card-body>h6> span {
    text-decoration: line-through;
    color: var(--theme-secondary, #868E96);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}

main.harga .section-1 div.card-body>h6>a {
    width: 100%;
}

main.harga .section-1 div.card-body>ul {
    margin-top: 32px;
    padding-left: 40px;
    list-style-image: url('./check.svg');
}

main.harga .section-1 div.card-body>ul>li {
    text-align: left;
    line-height: 2em;
    margin-bottom: 10px;
    padding-left: 16px
}

main.harga .section-2 {
    margin-left: 15px;
    margin-right: 15px;
}

main.harga .section-2 > h2 {
    color: #000;
    text-align: center;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.harga .section-2 > p {
    color: #000;
    text-align: center;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

    margin-top: 10px;
}


main.harga .section-2 div.slider-price {
    margin-top: 32px;
    overflow: scroll;
}

main.harga .section-2 div.slider-price > p {
    color: #000;
    text-align: center;

    /* Body/Lead */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */

    margin-bottom: 34px;
}

main.harga .section-2 div.slider-price .slider {
    display: flex;
    width: 490px;
    margin: 0 auto;
}

main.harga .section-2 div.slider-price .slider .slider-item {
    display: flex;
    gap: 18px;
}

main.harga .section-2 div.slider-price .slider .slider-item > input {
    margin-left: 30px;
    margin-right: -1px;
}

main.harga .section-2 div.slider-price ul > li {
    display: flex;
    flex-direction: column;
    flex: 0 1 33%;
    list-style: none;
    position: relative;
}

main.harga .section-2 div.slider-price ul > li:not(:last-child):after {
    content: "";
    position: absolute;
    height: 18px;
    width: 100%;
    background: #DEE2E6;
    top: 3px;
    left: 10px;
    z-index: -99;
}

/* The container */
main.harga .section-2 div.slider-price .slider .slider-item > .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
main.harga .section-2 div.slider-price .slider .slider-item .container > input {
    display: block;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

  /* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 4.5px solid var(--blue-300, #6EA8FE);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
    border: 4.5px solid var(--blue-300, #2196F3);
    height: 35px;
    width: 35px;
    top: -5px

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

main.harga .section-2 div.custom-price {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
}

main.harga .section-2 div.input-day,
main.harga .section-2 div.price {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;

    border-radius: 16px;
    background: var(--gray-100, #F8F9FA);
}

main.harga .section-2 div.input-day {
    margin-bottom: 16px;
}

main.harga .section-2 div.input-day > h4 {
    color: #000;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.harga .section-2 div.input-day > input {
    border-radius: 4.8px;
    border: 1px solid var(--gray-400, #CED4DA);
    background: var(--gray-white, #FFF);
    padding: 8px 16px;
    width: 182px;
}

main.harga .section-2 div.price > div h4 {
    color: #000;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */

    margin-bottom: 8px;
}

main.harga .section-2 div.price > div p {
    color: var(--theme-secondary, #868E96);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

    text-align: left;
}

/* DESKTOP VERSION */

@media (min-width: 992px) {

    main.harga .section-1 {
        margin-top: 96px;
    }

    main.harga .section-1 div.card {
        width: 416px;
    }

    main.harga .section-1 div.list-harga {
        margin-top: 64px;
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    main.harga .section-1 div.list-harga div.card:hover {
        transition: all .15s ease;
        transform: translateY(-20px);
    }

    main.harga .section-1>h1 {
        font-size: 40px;
    }

    main.harga .section-1>h1 span {
        font-size: 40px;
    }

    main.harga .section-1 div.group-gradient-1 {
        display: flex !important;
        justify-content: space-around;
        width: 100%;
        height: 529px;
        position: absolute;
        bottom: 20%;
        z-index: -1;
    }

    main.harga .section-1 div.gradient-circle {
        width: 100%;
        height: 529px;
        border-radius: 537px;
        background: rgba(70, 127, 207, 0.20);
        filter: blur(53.33546447753906px);
        z-index: -1;
    }

    main.harga .section-1 div.gradient-rectangle {
        display: block !important;
        width: 100%;
        height: 358px;
        background: linear-gradient(0deg, rgba(205, 234, 255, 0.30) -28.49%, rgba(198, 221, 255, 0.00) 66.93%);
        backdrop-filter: blur(52px);
        position: absolute;
        bottom: -80px;
        margin-bottom: 50px;
        z-index: -1;
    }

    main.harga .section-2 > h2 {
        font-size: 32px;
    }

    main.harga .section-2 div.group-price {
        display: flex;
        flex-direction: column-reverse;
    }

    main.harga .section-2 div.custom-price {
        justify-content: center;
        flex-direction: row;
        gap: 80px;
    }

    main.harga .section-2 div.input-day,
    main.harga .section-2 div.price {
        width: 230px;
        margin: 0px;
    }

    main.harga .section-2 div.input-day {
        align-items: start;
    }

    main.harga .section-2 div.custom-price {
        margin-bottom: 26px;
    }

    main.harga .section-2 div.slider-price {
        overflow: hidden;
    }

}

/* ============================================================================================================== */

main.fitur .section-1 {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 32px;
}

main.fitur .section-1 > h1 {
    color: #000;
    text-align: center;

    /* Heading/H3 */
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

main.fitur .section-1 > h1 > span {
    color: var(--theme-primary, #467FCF);

    /* Heading/H3 */
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

main.fitur .section-1 > p {
    color: #000;
    text-align: center;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

    margin-top: 24px;
}

main.fitur .section-1 div.list-fitur {
    display: flex;
    flex-direction: column;
}

main.fitur .section-1 div.list-fitur div.fitur {
    margin-top: 32px;

    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    flex: 1;

    border-radius: 16px;
    background: var(--gray-white, #fff);

    /* cardsmooth */
    box-shadow: 0px 4px 80px 0px rgba(70, 127, 207, 0.10);
}

main.fitur .section-1 div.list-fitur div.fitur > img {
    height: 170px;
    width: 100%;
    border-radius: 16px;
    align-self: stretch;
}

main.fitur .section-1 div.list-fitur div.fitur div > h2 {
    color: #000;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.fitur .section-1 div.list-fitur div.fitur div > p {
    color: #000;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

main.fitur .section-2 {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
    padding: 32px;
}

main.fitur .section-2 > h2 {
    color: var(--theme-dark, #343A40);
    text-align: center;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.fitur .section-2 > p {
    color: var(--theme-dark, #343A40);
    text-align: center;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

    margin-top: 24px;
}

main.fitur .section-2 div.list-fitur {
    margin-top: 24px;

    display: flex;
    flex-direction: column;
}

main.fitur .section-2 div.list-fitur div.fitur > h5 {
    margin-top: 22px;
    color: var(--theme-dark, #343A40);

    /* Heading/H5 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

main.fitur .section-2 div.list-fitur div.fitur > p {
    margin-top: 22px;

    color: var(--theme-dark, #343A40);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


/* DESKTOP VERSION */

@media (min-width: 992px) {

    main.fitur .fr-reverse {
        flex-direction: row-reverse !important;
    }

    main.fitur .section-1 {
        margin-top: 96px;
    }

    main.fitur .section-1 > h1 {
        font-size: 40px;
    }

    main.fitur .section-1 > h1 > span {
        font-size: 40px;
    }

    main.fitur .section-1 div.list-fitur div.fitur {
        flex-direction: row;
        align-items: center;
        gap: 56px;
    }

    main.fitur .section-1 div.list-fitur div.fitur > img {
        height: 333px;
        width: 50%;
    }

    main.fitur .section-1 div.list-fitur div.fitur div > h2 {
        font-size: 32px;
    }

    main.fitur .section-2 > h2 {
        align-self: center;
        width: 416px;
    }

    main.fitur .section-2 > p {
        align-self: center;
        width: 636px;
    }

    main.fitur .section-2 div.list-fitur {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    main.fitur .section-2 div.list-fitur div.fitur {
        width: 196px;
    }

}

/* ========================================================================================================================= */

main.hubungi-kami .section-1 {
    display: flex;
    flex-direction: column;

    margin-left: 12px;
    margin-right: 12px;
    margin-top: 32px;

}

main.hubungi-kami .section-1 > h2 {
    text-align: center;
    margin-bottom: 27px;
    color: #000;

    /* Heading/H3 */
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

main.hubungi-kami .section-1 div.list-informasi > div:not(.title) {
    display: flex;
    flex-direction: column;
    gap: 20px;

    padding: 24px;
    margin-bottom: 24px;

    border-radius: 16px;
    /* background: var(--gray-white, #FFF); */

    /* cardsmooth */
    box-shadow: 0px 4px 80px 0px rgba(70, 127, 207, 0.10);
}

main.hubungi-kami .section-1 div.title {
    display: flex;
    gap: 26px;
}

main.hubungi-kami .section-1 div.title > img {
    width: 32px;
    height: 32px;
}

main.hubungi-kami .section-1 div.title > h2 {
    margin: 0px;
    color: #000;
    align-self: flex-end;

    /* Heading/H4 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

main.hubungi-kami .section-1 div > p {
    color: #000;

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

main.hubungi-kami .section-1 div > h5 {
    color: #000;

    /* Heading/H6 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}


/* DESKTOP VERSION */

@media (min-width: 992px) {

    main.hubungi-kami .section-1 {
        margin-top: 96px;
    }

    main.hubungi-kami .section-1 div.list-informasi {
        display: grid;
        grid-template-columns: auto auto;

        gap: 24px;
    }

    main.hubungi-kami .section-1 div.list-informasi div > a {
        align-self: flex-start;
    }

    main.hubungi-kami .section-1 > h2 {
        font-size: 40px;
    }
}

/*  ============================================================ FOOTER ============================================================= */

footer.footer {
    padding: 0px;
    padding-right: 12px;
    padding-left: 12px;
}

footer a {
    color: #000;
}

footer div.row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer div.col-5, div.col-2, div.col-3 {
    max-width: 100%;
}

footer h5 {
    color: #000;

    /* Heading/H5 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

footer h6 {
    color: #000;

    /* Heading/H6 */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 19.2px */
}

footer p {
    color: var(--body-text-body-color, #495057);

    /* Body/Regular */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

footer div.col-5 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

footer div.col-2, div.col-3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer div.copyright-text div.row > div.col-4,
footer div.copyright-text div.row > div.col-6 {
    display: flex;
    max-width: 100%;
}

footer div.btn-group-store > a:first-child {
    margin-right: 24px;
}

/* DESKTOP VERSION */

@media (min-width: 992px) {

    footer.footer {
        padding: 64px 72px;
    }

    footer > div.row {
        display: grid;
        grid-template-columns: 5fr 2fr 2fr 3fr;
    }

    footer div.copyright-text div.row {
        flex-direction: row;
    }

}
