@import 'css/base/font.css';

@import 'css/base/overrideDnn.css';

/*===================================================*/
/* CUSTOM CSS */
/*===================================================*/
.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff !important;
}

.bg-white-op-7 {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

.text-white-op-7 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.bg-primary {
    background-color: #e1c06e !important;
}

.text-primary {
    color: #e1c06e !important;
}

.bg-secondary {
    background-color: #1f1f1f !important;
}

.text-secondary {
    color: #1f1f1f !important;
}

.bg-light {
    background-color: #faf8f2 !important;
}

.text-light {
    color: #faf8f2 !important;
}

.bg-grey {
    background-color: #bebebe !important;
}

.text-grey {
    color: #bebebe !important;
}

.bg-gold-1 {
    background-color: #ffe0bb !important;
}

.text-gold-1 {
    color: #ffe0bb !important;
}

.bg-gold-2 {
    background-color: #c1842d !important;
}

.text-gold-2 {
    color: #c1842d !important;
}

.bg-gold-3 {
    background-color: #ecc974 !important;
}

.text-gold-3 {
    color: #ecc974 !important;
}

.bg-gold-4 {
    background-color: #f29b70 !important;
}

.text-gold-4 {
    color: #f29b70 !important;
}

.bg-gold-5 {
    background-color: #f29b70 !important;
}

.text-gold-5 {
    color: #f29b70 !important;
}

.bg-blue-dark {
    background-color: #22242d !important;
}

.text-blue-dark {
    color: #22242d !important;
}

.bg-blue-1 {
    background-color: #434b76 !important;
}

.text-blue-1 {
    color: #434b76 !important;
}

.bg-blue-2 {
    background-color: #db5095 !important;
}

.text-blue-2 {
    color: #db5095 !important;
}

.bg-blue-3 {
    background-color: #1945e8 !important;
}

.text-blue-3 {
    color: #1945e8 !important;
}

.bg-blue-4 {
    background-color: #3d55cc !important;
}

.text-blue-4 {
    color: #3d55cc !important;
}

.bg-blue-5 {
    background-color: #31418c !important;
}

.text-blue-5 {
    color: #31418c !important;
}

.bg-blue-6 {
    background-color: #1d2549 !important;
}

.text-blue-6 {
    color: #1d2549 !important;
}

.bg-blue-7 {
    background-color: #52566c !important;
}

.text-blue-7 {
    color: #52566c !important;
}

.bg-black-1 {
    background-color: #1c1c1c !important;
}

.text-black-1 {
    color: #1c1c1c !important;
}

.bg-black-2 {
    background-color: #1d1d1d !important;
}

.text-black-2 {
    color: #1d1d1d !important;
}

.bg-red-1 {
    background-color: #a75356 !important;
}

.text-red-1 {
    color: #a75356 !important;
}

.bg-red-2 {
    background-color: #d78c6c !important;
}

.text-red-2 {
    color: #d78c6c !important;
}

.bg-red-3 {
    background-color: #6c221d !important;
}

.text-red-3 {
    color: #6c221d !important;
}

.bg-red-4 {
    background-color: #954139 !important;
}

.text-red-4 {
    color: #954139 !important;
}

.bg-yellow {
    background-color: #e7c64e !important;
}

.text-yellow {
    color: #e7c64e !important;
}

.bg-grey-1 {
    background-color: #b9b8b8 !important;
}

.text-grey-1 {
    color: #b9b8b8 !important;
}

.bg-grey-3 {
    background-color: #434343 !important;
}

.text-grey-3 {
    color: #434343 !important;
}

.bg-grey-4 {
    background-color: #eeeef0 !important;
}

.text-grey-4 {
    color: #eeeef0 !important;
}

.bg-grey-5 {
    background-color: #8e8e8e !important;
}

.text-grey-5 {
    color: #8e8e8e !important;
}

.bg-success {
    background-color: #e7f3ff !important;
}

.text-success {
    color: #e7f3ff !important;
}

.bg-pink {
    background-color: #e5106c !important;
}

.text-pink {
    color: #e5106c !important;
}

.fs-10 {
    font-size: 10px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-10 {
        font-size: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-10 {
        font-size: 10px !important;
    }
}

.fs-12 {
    font-size: 12px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-12 {
        font-size: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-12 {
        font-size: 12px !important;
    }
}

.fs-13 {
    font-size: 13px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-13 {
        font-size: 13px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-13 {
        font-size: 13px !important;
    }
}

.fs-14 {
    font-size: 14px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-14 {
        font-size: 14px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-14 {
        font-size: 14px !important;
    }
}

.fs-16 {
    font-size: 16px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-16 {
        font-size: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-16 {
        font-size: 16px !important;
    }
}

.fs-17 {
    font-size: 17px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-17 {
        font-size: 17px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-17 {
        font-size: 17px !important;
    }
}

.fs-18 {
    font-size: 18px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-18 {
        font-size: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-18 {
        font-size: 18px !important;
    }
}

.fs-20 {
    font-size: 20px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-20 {
        font-size: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-20 {
        font-size: 20px !important;
    }
}

.fs-22 {
    font-size: 22px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-22 {
        font-size: 22px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-22 {
        font-size: 22px !important;
    }
}

.fs-24 {
    font-size: 24px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-24 {
        font-size: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-24 {
        font-size: 24px !important;
    }
}

.fs-25 {
    font-size: 25px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-25 {
        font-size: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-25 {
        font-size: 25px !important;
    }
}

.fs-28 {
    font-size: 28px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-28 {
        font-size: 28px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-28 {
        font-size: 28px !important;
    }
}

.fs-30 {
    font-size: 30px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-30 {
        font-size: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-30 {
        font-size: 30px !important;
    }
}

.fs-32 {
    font-size: 32px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-32 {
        font-size: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-32 {
        font-size: 32px !important;
    }
}

.fs-34 {
    font-size: 34px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-34 {
        font-size: 34px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-34 {
        font-size: 34px !important;
    }
}

.fs-36 {
    font-size: 36px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-36 {
        font-size: 36px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-36 {
        font-size: 36px !important;
    }
}

.fs-40 {
    font-size: 40px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-40 {
        font-size: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-40 {
        font-size: 40px !important;
    }
}

.fs-43 {
    font-size: 43px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-43 {
        font-size: 43px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-43 {
        font-size: 43px !important;
    }
}

.fs-48 {
    font-size: 48px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-48 {
        font-size: 48px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-48 {
        font-size: 48px !important;
    }
}

.fs-50 {
    font-size: 50px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-50 {
        font-size: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-50 {
        font-size: 50px !important;
    }
}

.fs-56 {
    font-size: 56px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-56 {
        font-size: 56px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-56 {
        font-size: 56px !important;
    }
}

.fs-58 {
    font-size: 58px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-58 {
        font-size: 58px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-58 {
        font-size: 58px !important;
    }
}

.fs-62 {
    font-size: 62px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-62 {
        font-size: 62px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-62 {
        font-size: 62px !important;
    }
}

.fs-75 {
    font-size: 75px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-75 {
        font-size: 75px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-75 {
        font-size: 75px !important;
    }
}

.fs-80 {
    font-size: 80px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-80 {
        font-size: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-80 {
        font-size: 80px !important;
    }
}

.fs-87 {
    font-size: 87px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-87 {
        font-size: 87px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-87 {
        font-size: 87px !important;
    }
}

.fs-106 {
    font-size: 106px !important;
}

@media all and (min-width: 992px) {
    .fs-lg-106 {
        font-size: 106px !important;
    }
}

@media all and (min-width: 768px) {
    .fs-md-106 {
        font-size: 106px !important;
    }
}

.lh-1 {
    line-height: 1 !important;
}

.lh-12 {
    line-height: 12px !important;
}

.lh-14 {
    line-height: 14px !important;
}

.lh-16 {
    line-height: 16px !important;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-19 {
    line-height: 19px !important;
}

.lh-22 {
    line-height: 22px !important;
}

.lh-24 {
    line-height: 24px !important;
}

.lh-25 {
    line-height: 25px !important;
}

.lh-26 {
    line-height: 26px !important;
}

.lh-28 {
    line-height: 28px !important;
}

.lh-29 {
    line-height: 29px !important;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-31 {
    line-height: 31px !important;
}

.lh-34 {
    line-height: 34px !important;
}

.lh-35 {
    line-height: 35px !important;
}

.lh-36 {
    line-height: 36px !important;
}

.lh-38 {
    line-height: 38px !important;
}

.lh-40 {
    line-height: 40px !important;
}

.lh-42 {
    line-height: 42px !important;
}

.lh-43 {
    line-height: 43px !important;
}

.lh-48 {
    line-height: 48px !important;
}

.lh-52 {
    line-height: 52px !important;
}

.lh-58 {
    line-height: 58px !important;
}

.lh-60 {
    line-height: 60px !important;
}

.lh-62 {
    line-height: 62px !important;
}

.lh-67 {
    line-height: 67px !important;
}

.lh-70 {
    line-height: 70px !important;
}

.lh-74 {
    line-height: 74px !important;
}

.lh-90 {
    line-height: 90px !important;
}

.lh-96 {
    line-height: 96px !important;
}

.lh-104 {
    line-height: 104px !important;
}

.lh-127 {
    line-height: 127px !important;
}

.fw-250 {
    font-weight: 250;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.my-auto {
    margin-block: auto !important;
}

.mx-auto {
    margin-inline: auto !important;
}

.p-auto {
    padding: auto !important;
}

.pt-auto {
    padding-top: auto !important;
}

@media all and (min-width: 992px) {
    .pt-lg-auto {
        padding-top: auto !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-auto {
        padding-top: auto !important;
    }
}

.pb-auto {
    padding-bottom: auto !important;
}

.pl-auto {
    padding-left: auto !important;
}

.pr-auto {
    padding-right: auto !important;
}

.py-auto {
    padding-block: auto !important;
}

@media all and (min-width: 992px) {
    .py-lg-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}

.px-auto {
    padding-inline: auto !important;
}

.gap-auto {
    gap: auto !important;
}

.gap-x-auto {
    gap: 0 auto !important;
}

.gap-y-auto {
    gap: 0 auto !important;
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.my-0 {
    margin-block: 0px !important;
}

.mx-0 {
    margin-inline: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-0 {
        padding-top: 0px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0px !important;
    }
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.py-0 {
    padding-block: 0px !important;
}

@media all and (min-width: 992px) {
    .py-lg-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.px-0 {
    padding-inline: 0px !important;
}

.gap-0 {
    gap: 0px !important;
}

.gap-x-0 {
    gap: 0 0px !important;
}

.gap-y-0 {
    gap: 0 0px !important;
}

.m-2 {
    margin: 2px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.my-2 {
    margin-block: 2px !important;
}

.mx-2 {
    margin-inline: 2px !important;
}

.p-2 {
    padding: 2px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-2 {
        padding-top: 2px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-2 {
        padding-top: 2px !important;
    }
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.py-2 {
    padding-block: 2px !important;
}

@media all and (min-width: 992px) {
    .py-lg-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
}

.px-2 {
    padding-inline: 2px !important;
}

.gap-2 {
    gap: 2px !important;
}

.gap-x-2 {
    gap: 0 2px !important;
}

.gap-y-2 {
    gap: 0 2px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.my-5 {
    margin-block: 5px !important;
}

.mx-5 {
    margin-inline: 5px !important;
}

.p-5 {
    padding: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-5 {
        padding-top: 5px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-5 {
        padding-top: 5px !important;
    }
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.py-5 {
    padding-block: 5px !important;
}

@media all and (min-width: 992px) {
    .py-lg-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

.px-5 {
    padding-inline: 5px !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-x-5 {
    gap: 0 5px !important;
}

.gap-y-5 {
    gap: 0 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.my-10 {
    margin-block: 10px !important;
}

.mx-10 {
    margin-inline: 10px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-10 {
        padding-top: 10px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-10 {
        padding-top: 10px !important;
    }
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.py-10 {
    padding-block: 10px !important;
}

@media all and (min-width: 992px) {
    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.px-10 {
    padding-inline: 10px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-x-10 {
    gap: 0 10px !important;
}

.gap-y-10 {
    gap: 0 10px !important;
}

.m-12 {
    margin: 12px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.my-12 {
    margin-block: 12px !important;
}

.mx-12 {
    margin-inline: 12px !important;
}

.p-12 {
    padding: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-12 {
        padding-top: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-12 {
        padding-top: 12px !important;
    }
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.py-12 {
    padding-block: 12px !important;
}

@media all and (min-width: 992px) {
    .py-lg-12 {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

.px-12 {
    padding-inline: 12px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-x-12 {
    gap: 0 12px !important;
}

.gap-y-12 {
    gap: 0 12px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.my-15 {
    margin-block: 15px !important;
}

.mx-15 {
    margin-inline: 15px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-15 {
        padding-top: 15px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-15 {
        padding-top: 15px !important;
    }
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.py-15 {
    padding-block: 15px !important;
}

@media all and (min-width: 992px) {
    .py-lg-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

.px-15 {
    padding-inline: 15px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-x-15 {
    gap: 0 15px !important;
}

.gap-y-15 {
    gap: 0 15px !important;
}

.m-16 {
    margin: 16px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.my-16 {
    margin-block: 16px !important;
}

.mx-16 {
    margin-inline: 16px !important;
}

.p-16 {
    padding: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-16 {
        padding-top: 16px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-16 {
        padding-top: 16px !important;
    }
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.py-16 {
    padding-block: 16px !important;
}

@media all and (min-width: 992px) {
    .py-lg-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}

.px-16 {
    padding-inline: 16px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-x-16 {
    gap: 0 16px !important;
}

.gap-y-16 {
    gap: 0 16px !important;
}

.m-18 {
    margin: 18px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.ml-18 {
    margin-left: 18px !important;
}

.mr-18 {
    margin-right: 18px !important;
}

.my-18 {
    margin-block: 18px !important;
}

.mx-18 {
    margin-inline: 18px !important;
}

.p-18 {
    padding: 18px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-18 {
        padding-top: 18px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-18 {
        padding-top: 18px !important;
    }
}

.pb-18 {
    padding-bottom: 18px !important;
}

.pl-18 {
    padding-left: 18px !important;
}

.pr-18 {
    padding-right: 18px !important;
}

.py-18 {
    padding-block: 18px !important;
}

@media all and (min-width: 992px) {
    .py-lg-18 {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

.px-18 {
    padding-inline: 18px !important;
}

.gap-18 {
    gap: 18px !important;
}

.gap-x-18 {
    gap: 0 18px !important;
}

.gap-y-18 {
    gap: 0 18px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.my-20 {
    margin-block: 20px !important;
}

.mx-20 {
    margin-inline: 20px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-20 {
        padding-top: 20px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-20 {
        padding-top: 20px !important;
    }
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.py-20 {
    padding-block: 20px !important;
}

@media all and (min-width: 992px) {
    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

.px-20 {
    padding-inline: 20px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-x-20 {
    gap: 0 20px !important;
}

.gap-y-20 {
    gap: 0 20px !important;
}

.m-24 {
    margin: 24px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.my-24 {
    margin-block: 24px !important;
}

.mx-24 {
    margin-inline: 24px !important;
}

.p-24 {
    padding: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-24 {
        padding-top: 24px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-24 {
        padding-top: 24px !important;
    }
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.py-24 {
    padding-block: 24px !important;
}

@media all and (min-width: 992px) {
    .py-lg-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}

.px-24 {
    padding-inline: 24px !important;
}

.gap-24 {
    gap: 24px !important;
}

.gap-x-24 {
    gap: 0 24px !important;
}

.gap-y-24 {
    gap: 0 24px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.my-25 {
    margin-block: 25px !important;
}

.mx-25 {
    margin-inline: 25px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-25 {
        padding-top: 25px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-25 {
        padding-top: 25px !important;
    }
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.py-25 {
    padding-block: 25px !important;
}

@media all and (min-width: 992px) {
    .py-lg-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}

.px-25 {
    padding-inline: 25px !important;
}

.gap-25 {
    gap: 25px !important;
}

.gap-x-25 {
    gap: 0 25px !important;
}

.gap-y-25 {
    gap: 0 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.my-30 {
    margin-block: 30px !important;
}

.mx-30 {
    margin-inline: 30px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-30 {
        padding-top: 30px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-30 {
        padding-top: 30px !important;
    }
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.py-30 {
    padding-block: 30px !important;
}

@media all and (min-width: 992px) {
    .py-lg-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.px-30 {
    padding-inline: 30px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-x-30 {
    gap: 0 30px !important;
}

.gap-y-30 {
    gap: 0 30px !important;
}

.m-32 {
    margin: 32px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.my-32 {
    margin-block: 32px !important;
}

.mx-32 {
    margin-inline: 32px !important;
}

.p-32 {
    padding: 32px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-32 {
        padding-top: 32px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-32 {
        padding-top: 32px !important;
    }
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.py-32 {
    padding-block: 32px !important;
}

@media all and (min-width: 992px) {
    .py-lg-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
}

.px-32 {
    padding-inline: 32px !important;
}

.gap-32 {
    gap: 32px !important;
}

.gap-x-32 {
    gap: 0 32px !important;
}

.gap-y-32 {
    gap: 0 32px !important;
}

.m-38 {
    margin: 38px !important;
}

.mt-38 {
    margin-top: 38px !important;
}

.mb-38 {
    margin-bottom: 38px !important;
}

.ml-38 {
    margin-left: 38px !important;
}

.mr-38 {
    margin-right: 38px !important;
}

.my-38 {
    margin-block: 38px !important;
}

.mx-38 {
    margin-inline: 38px !important;
}

.p-38 {
    padding: 38px !important;
}

.pt-38 {
    padding-top: 38px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-38 {
        padding-top: 38px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-38 {
        padding-top: 38px !important;
    }
}

.pb-38 {
    padding-bottom: 38px !important;
}

.pl-38 {
    padding-left: 38px !important;
}

.pr-38 {
    padding-right: 38px !important;
}

.py-38 {
    padding-block: 38px !important;
}

@media all and (min-width: 992px) {
    .py-lg-38 {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }
}

.px-38 {
    padding-inline: 38px !important;
}

.gap-38 {
    gap: 38px !important;
}

.gap-x-38 {
    gap: 0 38px !important;
}

.gap-y-38 {
    gap: 0 38px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.my-40 {
    margin-block: 40px !important;
}

.mx-40 {
    margin-inline: 40px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-40 {
        padding-top: 40px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-40 {
        padding-top: 40px !important;
    }
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.py-40 {
    padding-block: 40px !important;
}

@media all and (min-width: 992px) {
    .py-lg-40 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.px-40 {
    padding-inline: 40px !important;
}

.gap-40 {
    gap: 40px !important;
}

.gap-x-40 {
    gap: 0 40px !important;
}

.gap-y-40 {
    gap: 0 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.my-50 {
    margin-block: 50px !important;
}

.mx-50 {
    margin-inline: 50px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-50 {
        padding-top: 50px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-50 {
        padding-top: 50px !important;
    }
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.py-50 {
    padding-block: 50px !important;
}

@media all and (min-width: 992px) {
    .py-lg-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

.px-50 {
    padding-inline: 50px !important;
}

.gap-50 {
    gap: 50px !important;
}

.gap-x-50 {
    gap: 0 50px !important;
}

.gap-y-50 {
    gap: 0 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.my-60 {
    margin-block: 60px !important;
}

.mx-60 {
    margin-inline: 60px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-60 {
        padding-top: 60px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-60 {
        padding-top: 60px !important;
    }
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.py-60 {
    padding-block: 60px !important;
}

@media all and (min-width: 992px) {
    .py-lg-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

.px-60 {
    padding-inline: 60px !important;
}

.gap-60 {
    gap: 60px !important;
}

.gap-x-60 {
    gap: 0 60px !important;
}

.gap-y-60 {
    gap: 0 60px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.my-80 {
    margin-block: 80px !important;
}

.mx-80 {
    margin-inline: 80px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-80 {
        padding-top: 80px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-80 {
        padding-top: 80px !important;
    }
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.py-80 {
    padding-block: 80px !important;
}

@media all and (min-width: 992px) {
    .py-lg-80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

.px-80 {
    padding-inline: 80px !important;
}

.gap-80 {
    gap: 80px !important;
}

.gap-x-80 {
    gap: 0 80px !important;
}

.gap-y-80 {
    gap: 0 80px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.my-100 {
    margin-block: 100px !important;
}

.mx-100 {
    margin-inline: 100px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-100 {
        padding-top: 100px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-100 {
        padding-top: 100px !important;
    }
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.py-100 {
    padding-block: 100px !important;
}

@media all and (min-width: 992px) {
    .py-lg-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

.px-100 {
    padding-inline: 100px !important;
}

.gap-100 {
    gap: 100px !important;
}

.gap-x-100 {
    gap: 0 100px !important;
}

.gap-y-100 {
    gap: 0 100px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.my-120 {
    margin-block: 120px !important;
}

.mx-120 {
    margin-inline: 120px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-120 {
        padding-top: 120px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-120 {
        padding-top: 120px !important;
    }
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.py-120 {
    padding-block: 120px !important;
}

@media all and (min-width: 992px) {
    .py-lg-120 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}

.px-120 {
    padding-inline: 120px !important;
}

.gap-120 {
    gap: 120px !important;
}

.gap-x-120 {
    gap: 0 120px !important;
}

.gap-y-120 {
    gap: 0 120px !important;
}

.m-160 {
    margin: 160px !important;
}

.mt-160 {
    margin-top: 160px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.ml-160 {
    margin-left: 160px !important;
}

.mr-160 {
    margin-right: 160px !important;
}

.my-160 {
    margin-block: 160px !important;
}

.mx-160 {
    margin-inline: 160px !important;
}

.p-160 {
    padding: 160px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-160 {
        padding-top: 160px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-160 {
        padding-top: 160px !important;
    }
}

.pb-160 {
    padding-bottom: 160px !important;
}

.pl-160 {
    padding-left: 160px !important;
}

.pr-160 {
    padding-right: 160px !important;
}

.py-160 {
    padding-block: 160px !important;
}

@media all and (min-width: 992px) {
    .py-lg-160 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
}

.px-160 {
    padding-inline: 160px !important;
}

.gap-160 {
    gap: 160px !important;
}

.gap-x-160 {
    gap: 0 160px !important;
}

.gap-y-160 {
    gap: 0 160px !important;
}

.m-180 {
    margin: 180px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

.mb-180 {
    margin-bottom: 180px !important;
}

.ml-180 {
    margin-left: 180px !important;
}

.mr-180 {
    margin-right: 180px !important;
}

.my-180 {
    margin-block: 180px !important;
}

.mx-180 {
    margin-inline: 180px !important;
}

.p-180 {
    padding: 180px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

@media all and (min-width: 992px) {
    .pt-lg-180 {
        padding-top: 180px !important;
    }
}

@media all and (min-width: 768px) {
    .pt-md-180 {
        padding-top: 180px !important;
    }
}

.pb-180 {
    padding-bottom: 180px !important;
}

.pl-180 {
    padding-left: 180px !important;
}

.pr-180 {
    padding-right: 180px !important;
}

.py-180 {
    padding-block: 180px !important;
}

@media all and (min-width: 992px) {
    .py-lg-180 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
}

.px-180 {
    padding-inline: 180px !important;
}

.gap-180 {
    gap: 180px !important;
}

.gap-x-180 {
    gap: 0 180px !important;
}

.gap-y-180 {
    gap: 0 180px !important;
}

.adur-100ms {
    animation-duration: 0.1s !important;
}

.adel-100ms {
    animation-delay: 0.1s !important;
}

.adur-200ms {
    animation-duration: 0.2s !important;
}

.adel-200ms {
    animation-delay: 0.2s !important;
}

.adur-300ms {
    animation-duration: 0.3s !important;
}

.adel-300ms {
    animation-delay: 0.3s !important;
}

.adur-400ms {
    animation-duration: 0.4s !important;
}

.adel-400ms {
    animation-delay: 0.4s !important;
}

.adur-500ms {
    animation-duration: 0.5s !important;
}

.adel-500ms {
    animation-delay: 0.5s !important;
}

.adur-600ms {
    animation-duration: 0.6s !important;
}

.adel-600ms {
    animation-delay: 0.6s !important;
}

.adur-700ms {
    animation-duration: 0.7s !important;
}

.adel-700ms {
    animation-delay: 0.7s !important;
}

.adur-800ms {
    animation-duration: 0.8s !important;
}

.adel-800ms {
    animation-delay: 0.8s !important;
}

.adur-900ms {
    animation-duration: 0.9s !important;
}

.adel-900ms {
    animation-delay: 0.9s !important;
}

.adur-1s {
    animation-duration: 1s !important;
}

.adel-1s {
    animation-delay: 1s !important;
}

.adur-1-1s {
    animation-duration: 1.1s !important;
}

.adel-1-1s {
    animation-delay: 1.1s !important;
}

.adur-1-2s {
    animation-duration: 1.2s !important;
}

.adel-1-2s {
    animation-delay: 1.2s !important;
}

.adur-1-3s {
    animation-duration: 1.3s !important;
}

.adel-1-3s {
    animation-delay: 1.3s !important;
}

.adur-1-4s {
    animation-duration: 1.4s !important;
}

.adel-1-4s {
    animation-delay: 1.4s !important;
}

.adur-1-5s {
    animation-duration: 1.5s !important;
}

.adel-1-5s {
    animation-delay: 1.5s !important;
}

.w-full {
    width: 100% !important;
}

@media all and (min-width: 992px) {
    .w-lg-full {
        width: 100% !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-full {
        width: 100% !important;
    }
}

.min-w-full {
    min-width: 100% !important;
}

.max-w-full {
    max-width: 100% !important;
}

.w-half {
    width: 50% !important;
}

@media all and (min-width: 992px) {
    .w-lg-half {
        width: 50% !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-half {
        width: 50% !important;
    }
}

.min-w-half {
    min-width: 50% !important;
}

.max-w-half {
    max-width: 50% !important;
}

.w-140 {
    width: 140px !important;
}

@media all and (min-width: 992px) {
    .w-lg-140 {
        width: 140px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-140 {
        width: 140px !important;
    }
}

.min-w-140 {
    min-width: 140px !important;
}

.max-w-140 {
    max-width: 140px !important;
}

.w-206 {
    width: 206px !important;
}

@media all and (min-width: 992px) {
    .w-lg-206 {
        width: 206px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-206 {
        width: 206px !important;
    }
}

.min-w-206 {
    min-width: 206px !important;
}

.max-w-206 {
    max-width: 206px !important;
}

.w-253 {
    width: 253px !important;
}

@media all and (min-width: 992px) {
    .w-lg-253 {
        width: 253px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-253 {
        width: 253px !important;
    }
}

.min-w-253 {
    min-width: 253px !important;
}

.max-w-253 {
    max-width: 253px !important;
}

.w-420 {
    width: 420px !important;
}

@media all and (min-width: 992px) {
    .w-lg-420 {
        width: 420px !important;
    }
}

@media all and (min-width: 768px) {
    .w-md-420 {
        width: 420px !important;
    }
}

.min-w-420 {
    min-width: 420px !important;
}

.max-w-420 {
    max-width: 420px !important;
}

.list-none {
    list-style: none;
    margin-bottom: 0;
}

.nav-link {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    outline: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer !important;
}

    .nav-link:link, .nav-link:visited {
        color: #ffffff;
    }

    .nav-link:hover, .nav-link:focus, .nav-link:active {
        text-decoration: none;
        color: #ffe0bb;
    }

.li-desc li {
    margin-bottom: 20px;
}

.underline-text {
    text-decoration: underline;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

@media all and (max-width: 768px) {
    .justify-sm-center {
        justify-content: center;
    }
}

.dnn-disabled {
    opacity: 0.65;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

    .dnn-disabled .btn {
        pointer-events: none !important;
        cursor: not-allowed !important;
    }

.text-left {
    text-align: left !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer !important;
}

.rounded-full {
    border-radius: 100%;
    border-radius: 100%;
}

@media all and (min-width: 768px) {
    .mt-n-md-25 {
        margin-top: -25px !important;
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(1.3);
        opacity: 0.8;
    }

    50% {
        transform: scale(0.85);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animate-bounceIn {
    animation: bounceIn 1s ease-in-out;
    transition-timing-function: linear;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.text-gradient {
    background: linear-gradient(268.79deg, #e1c06e 1.04%, #ffe0bb 98.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gold-gradient-1 {
    background: linear-gradient(to bottom, #c1842d, #ecc974);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gold-gradient-2 {
    background: linear-gradient(to bottom, #f29b70, #fbd197);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-grad-1, .assessment__form__checkbox input:checked ~ label, .age-radio input:checked ~ label, .assessment__form_radio input:checked ~ label {
    background: linear-gradient(to bottom, #c1842d, #ecc974);
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Neue Montreal";
    font-size: 16px;
    color: #ffffff;
    background: #1c1c1c;
    background-repeat: repeat-y;
    background-size: cover;
    background-position: top center;
    margin: 0px;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    display: inline-block;
}

.container {
    width: 1170px;
    max-width: 96%;
    margin: 0 auto;
    padding: 0;
}

.dropdown-menu {
    background-color: transparent;
    background-image: url(../../img/bg-pattern-2.png);
    background: linear-gradient(0deg, rgba(49, 65, 140, 0.7), rgba(49, 65, 140, 0.7)), linear-gradient(0deg, rgba(31, 31, 31, 0.4), rgba(31, 31, 31, 0.4)), url(../../img/bg-pattern-2.png);
}

    .dropdown-menu li a {
        background-color: transparent;
        color: #faf8f2;
    }

        .dropdown-menu li a:hover {
            background-color: transparent;
            color: #ffe0bb;
        }

.section__wrapper {
    background-image: url(../../img/bg-artwork-1.png);
    background-repeat: repeat-y;
    background-position: top center;
}

.panel-group .panel {
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #1d2549;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(49, 65, 140, 0.7);
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(49, 65, 140, 0.7);
    }

::-webkit-scrollbar-track {
    background-color: rgba(49, 65, 140, 0.7);
}

.table-responsive {
    border: unset;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(250, 248, 242, 0.3) #1d2549;
}

.ribbon__text {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    background-color: #e1c06e;
    color: #1f1f1f;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 0;
}

.ribbon__link {
    color: #1f1f1f;
}

    .ribbon__link:hover, .ribbon__link:visited {
        color: #1f1f1f;
    }

.highlight__text {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 20px;
}

    .highlight__text p {
        margin-bottom: 0;
    }

@media only screen and (max-width: 992px) {
    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .py-120 {
        padding: 80px 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    br {
        display: none;
    }

    body.header-open {
        height: 100vh;
        overflow: hidden;
    }

    .pt-180 {
        padding-top: 100px !important;
    }

    .py-120 {
        padding: 50px 0 !important;
    }

    .dropdown-menu {
        left: 50%;
        transform: translateX(-50%);
    }

    .highlight__text {
        border-radius: 12px;
        font-size: 12px;
        padding: 12px;
    }
}

.form-control {
    box-shadow: none;
    outline: 0;
    color: #1f1f1f;
}

    .form-control::placeholder {
        color: #1f1f1f;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #faf8f2;
    }

textarea.form-control {
    border: 0px;
    padding: 26px;
    line-height: 1.6;
    border-radius: 8px;
    resize: none;
    font-size: 18px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 380px;
    font-size: 16px;
    padding: 10px;
    border: 0px;
    background: linear-gradient(0deg, rgba(49, 65, 140, 0.9), rgba(49, 65, 140, 0.9)), linear-gradient(0deg, rgba(31, 31, 31, 0.6), rgba(31, 31, 31, 0.6)), url("../../img/bg-pattern-2.png");
}

    .bootstrap-datetimepicker-widget.dropdown-menu.top {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: calc(100% + 10px) !important;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:before, .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
            left: 50% !important;
            transform: translateX(-50%);
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
            display: none;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 12px solid rgba(49, 65, 140, 0.9);
            bottom: -12px;
        }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker thead {
        border-bottom: 1px solid #e7f3ff;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker thead tr th {
            height: 30px;
            padding: 6px;
            line-height: 30px;
            color: #e7f3ff;
            font-weight: 500;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker thead tr:first-child th:hover {
            background-color: #3d55cc;
        }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td {
        height: 40px;
        padding: 6px;
        line-height: 40px;
        width: 40px;
        transition: 0.5s;
        border-radius: 50px;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td:hover {
            transition: 0.5s;
            background-color: #3d55cc;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.today:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #1d2549;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.today {
            background-color: #1d2549;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.active {
            background-color: #e1c06e;
            color: #1f1f1f;
            transition: 0.5s;
        }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.active::before {
                display: none;
            }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-days tbody tr td.active:hover {
                background-color: #3d55cc;
            }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td,
    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td {
        border-radius: 0px;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td:hover,
        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td:hover {
            background-color: transparent;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span,
        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span {
            border-radius: 54px;
        }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span:hover,
            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span:hover {
                background-color: #3d55cc;
            }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span.active,
            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span.active {
                background-color: #e1c06e;
                color: #1f1f1f;
            }

                .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-months tbody tr td span.active:hover,
                .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-years tbody tr td span.active:hover {
                    background-color: #3d55cc;
                }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td:hover {
        background-color: transparent;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span {
        border-radius: 12px;
        width: 104px;
        height: 30px;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span:hover {
            background-color: #3d55cc;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span.active {
            background-color: #e1c06e;
            color: #1f1f1f;
        }

            .bootstrap-datetimepicker-widget.dropdown-menu .datepicker .datepicker-decades tbody tr td span.active:hover {
                background-color: #3d55cc;
            }

.tooltip {
    z-index: 970;
}

    .tooltip .tooltip-inner {
        border-radius: 5px;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: "Impact";
}

p {
    font-family: "Neue Montreal";
}

.font-impact {
    font-family: "Impact";
}

.font-numont {
    font-family: "Neue Montreal";
}

.section__title {
    text-transform: capitalize;
    text-align: center;
    font-size: 48px;
    line-height: 57px;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .section__title {
        font-size: 43px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .hero__title {
        font-size: 40px;
        line-height: 1;
    }

    .section__title {
        font-size: 36px;
        line-height: 43px;
    }
}

.rizz-btn {
    padding: 12px 16px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
}

.rizz-btn__primary {
    background-color: #e1c06e;
    position: relative;
    color: #1f1f1f;
    border: 0;
    outline: 0;
    box-shadow: none;
    transition: all 0.3s;
}

    .rizz-btn__primary:hover, .rizz-btn__primary:focus {
        color: #ffffff;
        background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
    }

.rizz-btn__primary-grad {
    background: linear-gradient(to bottom, #f29b70, #fbd197);
    border: 0;
    outline: 0;
    box-shadow: none;
    position: relative;
    color: #1f1f1f;
    font-weight: 500;
}

    .rizz-btn__primary-grad:hover, .rizz-btn__primary-grad:focus, .rizz-btn__primary-grad.active {
        color: #ffffff;
        background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
    }

.rizz-btn__primary-grad2 {
    background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    border: 0;
    outline: 0;
    box-shadow: none;
    position: relative;
    color: #1f1f1f;
}

    .rizz-btn__primary-grad2:hover, .rizz-btn__primary-grad2:focus, .rizz-btn__primary-grad2.active {
        color: #ffffff;
        background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
    }

.rizz-btn__no-style {
    padding: 0;
    background: transparent;
    border: 0px solid transparent;
    width: auto;
}

.rizz-btn__icon-only {
    padding: 0;
    width: auto;
    border: 0px solid transparent;
    background-color: transparent;
    transition: all 0.2s;
}

    .rizz-btn__icon-only i {
        font-size: 20px;
    }

    .rizz-btn__icon-only.bg-primary-grad-1:hover, .assessment__form__checkbox input:checked ~ label.rizz-btn__icon-only:hover, .age-radio input:checked ~ label.rizz-btn__icon-only:hover, .assessment__form_radio input:checked ~ label.rizz-btn__icon-only:hover, .rizz-btn__icon-only.bg-primary-grad-1:focus, .assessment__form__checkbox input:checked ~ label.rizz-btn__icon-only:focus, .age-radio input:checked ~ label.rizz-btn__icon-only:focus, .assessment__form_radio input:checked ~ label.rizz-btn__icon-only:focus, .rizz-btn__icon-only.bg-primary-grad-1.active, .assessment__form__checkbox input:checked ~ label.rizz-btn__icon-only.active, .age-radio input:checked ~ label.rizz-btn__icon-only.active, .assessment__form_radio input:checked ~ label.rizz-btn__icon-only.active {
        border: 0px solid transparent;
        color: #ffffff !important;
        background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
        transition: all 0.2s;
    }

.rizz-btn__icon-only-outline {
    border: 1px solid #fbd197;
    color: #fbd197;
    transition: all 0.2s;
}

    .rizz-btn__icon-only-outline:hover, .rizz-btn__icon-only-outline:focus, .rizz-btn__icon-only-outline.active {
        border: 0px solid transparent;
        color: #ffffff;
        background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
        transition: all 0.2s;
    }

.rizz-btn__outline {
    background-color: transparent;
    border: 1px solid #faf8f2;
    color: #faf8f2;
}

.rizz-btn__outline--primary {
    border: 1px solid #fbd197;
    background-color: transparent;
    color: #fbd197;
}

.rizz-btn__outline:hover, .rizz-btn__outline:focus, .rizz-btn__outline.active {
    color: #ffffff;
    border: 1px solid rgba(61, 85, 204, 0.9);
    background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
}

.rizz-btn__outline-2 {
    position: relative;
    color: #fbd197;
    /* Text color */
    border: 1px solid transparent;
    /* Transparent border to hold the gradient */
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
}

    .rizz-btn__outline-2:before {
        content: "";
        position: absolute;
        inset: -1px;
        /* Controls border thickness */
        border-radius: inherit;
        background: linear-gradient(170deg, #f29b70, #fbd197);
        z-index: -2;
        transition: all 0.3s ease;
    }

    .rizz-btn__outline-2:after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        border-radius: inherit;
        background: #1f1f1f;
        z-index: -1;
        transition: all 0.3s ease;
    }

    .rizz-btn__outline-2:hover, .rizz-btn__outline-2:focus, .rizz-btn__outline-2.active {
        color: #ffffff;
        transition: all 0.3s ease;
    }

        .rizz-btn__outline-2:hover:before, .rizz-btn__outline-2:focus:before, .rizz-btn__outline-2.active:before {
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
            transition: all 0.3s ease;
        }

        .rizz-btn__outline-2:hover:after, .rizz-btn__outline-2:focus:after, .rizz-btn__outline-2.active:after {
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
            transition: all 0.3s ease;
        }

.rizz-btn-size-xl {
    padding: 0px;
    font-size: 30px;
    line-height: 42px;
}

@media all and (min-width: 768px) {
    .rizz-btn-size-xl {
        padding: 10px 0;
        line-height: 42px;
    }
}

.rizz-btn-size-lg {
    padding: 11px 10px;
    font-size: 18px;
    line-height: 1.4;
}

.rizz-btn__accent {
    text-decoration: underline;
    color: #ffffff;
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
}

    .rizz-btn__accent:visited {
        color: #ffffff !important;
    }

    .rizz-btn__accent:hover {
        color: #ffe0bb;
    }

.rizz-btn--disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
    font-style: italic;
}

.rizz-btn--with-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.rizz-btn__loader {
    flex-shrink: 0;
    flex-grow: 0;
    display: inline-block;
    border: 2px solid #db5095;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    animation: spin 1.3s linear infinite;
}

@media only screen and (max-width: 768px) {
    .rizz-btn {
        cursor: pointer;
        font-size: 14px;
    }

    .rizz-btn__icon-only i {
        font-size: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .rizz-btn__primary, .rizz-btn__secondary, .rizz-btn__outline, .rizz-btn__gradient {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .rizz-btn__primary, .rizz-btn__secondary, .rizz-btn__outline {
        padding: 10px 18px;
        font-size: 14px;
    }

    .rizz-btn__outline--grey {
        padding: 4px 15px;
        font-size: 14px;
        line-height: 14px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dnn-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 32px;
    background-color: #ffe0bb;
    border-radius: 10px;
    min-width: 150px;
    padding: 4px 8px;
}

.dnn-tag__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1f1f1f;
    width: 24px;
    height: 24px;
}

.dnn-tag__text {
    font-size: 14px;
    line-height: 19.6px;
    color: #1f1f1f;
    text-transform: uppercase;
}

.dnn-tag__btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #1f1f1f;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.dropdown__selection {
    max-width: 285px;
    margin: 0 auto;
    position: relative;
}

    .dropdown__selection button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        background: transparent;
        color: #ffffff;
        border: 0;
        outline: 0;
        font-size: 16px;
        padding: 0;
        border-radius: 12px;
    }

        .dropdown__selection button span {
            color: #ffffff;
            flex-grow: 1;
            border: 0.8px solid #ffffff;
            border-right: 0;
            border-radius: 12px 0 0 12px;
            padding: 8px 0 9px 20px;
        }

        .dropdown__selection button i {
            padding: 11px 12px;
            height: 100%;
            border: 0.8px solid #ffffff;
            border-left: 1px solid #ffffff;
            border-radius: 0 12px 12px 0;
            font-size: 18px;
            color: #ffffff;
        }

    .dropdown__selection ul {
        border-radius: 12px;
        padding: 0;
    }

        .dropdown__selection ul.dropdown-menu {
            width: 100%;
            background: linear-gradient(0deg, rgba(49, 65, 140, 0.7), rgba(49, 65, 140, 0.7)), linear-gradient(0deg, rgba(31, 31, 31, 0.4), rgba(31, 31, 31, 0.4)), url(../../img/bg-pattern-2.png);
        }

        .dropdown__selection ul li {
            width: 100%;
        }

            .dropdown__selection ul li:hover {
                border-radius: 12px;
            }

            .dropdown__selection ul li a {
                padding: 8px 16px;
                color: #ffffff;
            }

                .dropdown__selection ul li a:hover {
                    background-color: rgba(31, 31, 31, 0.7) !important;
                    border-radius: 12px;
                    color: #ffffff;
                }

.status-pill {
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.status-pill--default {
    background-color: #e7f3ff;
    color: #1f1f1f;
}

.status-pill--success {
    background-color: #e7f3ff;
    color: #1f1f1f;
}

.status-pill--warning {
    background-color: #fffcdb;
    color: #1f1f1f;
}

.status-pill--state {
    background-color: #ffe0bb;
    color: #1f1f1f;
}

.searchable-dropdown.dropdown {
    background-color: transparent;
    height: 48px;
    border: 1px solid #ffffff;
    border-radius: 50px !important;
}

.searchable-dropdown input {
    display: block;
    position: absolute;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent !important;
    height: 48px;
    padding: 15px 20px;
    padding-right: 44px;
    border: 0;
    border-radius: 50px;
    outline: 0;
    box-shadow: 0;
    z-index: 2;
}

.searchable-dropdown i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    z-index: 1;
    cursor: pointer;
}

.searchable-dropdown .dropdown-menu {
    border-radius: 12px;
    background-color: transparent;
    background-image: url(../../img/bg-pattern-2.png);
    background: linear-gradient(0deg, rgba(49, 65, 140, 0.7), rgba(49, 65, 140, 0.7)), linear-gradient(0deg, rgba(31, 31, 31, 0.4), rgba(31, 31, 31, 0.4)), url(../../img/bg-pattern-2.png);
    padding: 0px;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

    .searchable-dropdown .dropdown-menu li {
        width: 100%;
    }

        .searchable-dropdown .dropdown-menu li:hover {
            background-color: #fffcdb !important;
        }

        .searchable-dropdown .dropdown-menu li:first-child:hover {
            border-radius: 10px 10px 0 0;
        }

        .searchable-dropdown .dropdown-menu li:last-child:hover {
            border-radius: 0px 0px 10px 10px;
        }

        .searchable-dropdown .dropdown-menu li a {
            cursor: pointer;
            padding: 8px 16px;
            color: #ffffff;
        }

            .searchable-dropdown .dropdown-menu li a:hover {
                background-color: rgba(31, 31, 31, 0.7) !important;
                border-radius: 12px;
                color: #ffffff;
            }

@media only screen and (max-width: 992px) {
    .dropdown__selection {
        max-width: 285px;
        margin-left: 20px;
    }

    .generated-document__status {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .dropdown__selection {
        margin-left: 0;
    }

    .generated-document__status {
        padding-left: 0 !important;
    }
}

.product {
    max-width: 370px;
}

.product__card-extended {
    background-color: rgba(49, 65, 140, 0.3);
    background-image: url("./../../img/product-card-bg.png");
    position: relative;
    border-radius: 12px;
    padding-bottom: 20px;
    margin: o auto;
}

.product__card.swiper-slide {
    display: flex !important;
}

.product__card:hover .product__img img {
    transform: scale(1.07);
}

.product__card-view-details img {
    width: 42px;
    height: 42px;
}

.product__identity {
    padding: 30px 20px 20px 75px;
}

    .product__identity img {
        width: 68px;
        min-height: 142px;
    }

    .product__identity .product-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        font-family: "Neue Montreal";
        background: linear-gradient(to bottom, #c1842d, #ecc974);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.product__tag {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 16px;
    font-size: 12px;
    background: linear-gradient(to right, rgba(108, 34, 29, 0.3), rgba(149, 65, 57, 0.3));
    color: #ffffff;
    border-radius: 0 12px 0 12px;
    border: 1px solid #d78c6c;
    border-top: 0px;
    border-right: 0px;
}

    .product__tag.active {
        background: linear-gradient(to right, #a75356, #d78c6c);
        border: 0px;
    }

.product__price {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    background: linear-gradient(to bottom, #c1842d, #ecc974);
    color: #1f1f1f;
}

.product__card-section-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    font-family: "Neue Montreal";
}

.product__card-section-desc {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    font-family: "Neue Montreal";
    padding: 0 15px;
    height: 76.5px;
    overflow: hidden;
}

.product__benefit-block {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px 8px 4px 8px;
}

    .product__benefit-block span {
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
    }

.product__slider {
    padding-top: 40px;
}

.product__category {
    font-size: 24px;
    line-height: 24px;
}

.product__name {
    margin-bottom: 0;
    font-weight: 400;
    text-wrap: wrap;
    word-wrap: break-word;
    font-size: 46px;
    line-height: 60px;
    background: linear-gradient(268.79deg, #a75356 1.04%, #d78c6c 98.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product__badge {
    margin: 15px 0 30px;
    padding: 4px 24px 9px;
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    border-radius: 100px;
}

.product__action .rizz-btn__icon-only {
    width: 42px;
    height: 42px;
}

.product__img {
    margin-top: auto;
    margin-bottom: 40px;
}

    .product__img img {
        transition: 0.3s;
    }

.product__action {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__next-btn, .product__prev-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #faf8f2 !important;
    width: 50px !important;
    height: 50px !important;
    background-color: #1f1f1f;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

    .product__next-btn:hover, .product__prev-btn:hover {
        background-color: #e1c06e;
        color: #1f1f1f;
    }

    .product__next-btn.swiper-button-next::after, .product__next-btn.swiper-button-prev::after, .product__prev-btn.swiper-button-next::after, .product__prev-btn.swiper-button-prev::after {
        display: none;
    }

.product__next-btn {
    transform: rotate(180deg);
}

.product__navigation {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
}

.product__arrow {
    display: flex;
    gap: 24px;
}

    .product__arrow--right, .product__arrow.swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        color: #1f1f1f;
        transform: rotate(180deg);
        width: 60px;
        height: 60px;
        background: linear-gradient(180deg, #ecc974 0%, #c1842d 100%);
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        cursor: pointer;
        position: static;
        margin-top: 0px;
    }

        .product__arrow--right:after, .product__arrow.swiper-button-next:after {
            display: none;
        }

        .product__arrow--right:hover, .product__arrow.swiper-button-next:hover {
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
            color: #ffffff;
        }

    .product__arrow--left, .product__arrow.swiper-button-next {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        color: #1f1f1f;
        width: 60px;
        height: 60px;
        background: linear-gradient(180deg, #ecc974 0%, #c1842d 100%);
        border-radius: 50px;
        transition: 0.3s ease-in-out;
        cursor: pointer;
        position: static;
        margin-top: 0px;
    }

        .product__arrow--left:after, .product__arrow.swiper-button-next:after {
            display: none;
        }

        .product__arrow--left:hover, .product__arrow.swiper-button-next:hover {
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
            color: #ffffff;
        }

.product__link {
    color: #b9b8b8;
    font-weight: 500;
    font-size: 16px;
    margin-top: 40px;
    text-align: center;
    display: block;
    text-decoration: underline;
}

    .product__link:hover {
        color: #b9b8b8;
        text-decoration: underline;
    }

.product__block {
    padding-top: 50px;
}

.swiper-slide .product__card-extended {
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .product__card {
        min-height: 680px !important;
        padding: 15px;
    }

    .product__card__inner {
        flex-grow: 1;
    }

    .product__img img {
        max-height: 250px;
    }

    .product__slider {
        padding-top: 20px;
    }

    .product__navigation {
        margin-top: 20px;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .product__arrow {
        gap: 10px;
    }

    .product__arrow--left, .product__arrow--right {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .product-hero__left {
        padding-bottom: 50px;
        padding-right: 0 !important;
    }

    .product__block .row {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .product {
        max-width: unset;
    }

    .product__card {
        min-height: 650px !important;
        padding: 15px;
    }

    .product__img img {
        max-height: 250px;
    }

    .product__slider {
        padding-top: 20px;
    }

    .product__navigation {
        margin-top: 20px;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .product__arrow {
        gap: 10px;
    }

    .product__arrow--left, .product__arrow--right {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .product__block .row {
        display: unset;
    }

        .product__block .row .col-sm-6 {
            padding: 0;
        }

            .product__block .row .col-sm-6:nth-child(2) {
                margin-top: 20px;
            }

    .product__block p.fs-62 {
        font-size: 36px !important;
        line-height: 40px;
    }

    .product__link {
        margin-top: 20px;
    }

    .product__action button {
        width: unset;
    }
}

.info-list {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 32px;
}

.info-list__item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.info-list__icon {
    background-color: #ffe0bb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

    .info-list__icon i {
        font-size: 20px;
        color: #1f1f1f;
    }

.info-list__text {
    font-size: 16px;
    line-height: 30px;
    flex-shrink: 5;
}

@media all and (min-width: 992px) {
    .info-list__text {
        font-size: 20px;
    }
}

@media all and (max-width: 991px) {
    .details-list {
        padding-bottom: 80px;
    }
}

.details-list__heading {
    font-size: 40px;
    font-weight: 400;
    font-family: "Neue Montreal";
    line-height: 48px;
    margin-bottom: 60px;
}

.details-list__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.details-list__item {
    display: flex;
    gap: 24px;
    position: relative;
}

    .details-list__item:last-child::after {
        content: none;
    }

    .details-list__item::after {
        content: "";
        position: absolute;
        top: 55px;
        left: 20px;
        height: calc(100% - 40px);
        border-left: 2px dashed #b9b8b8;
        border-top: transparent;
        border-bottom: transparent;
        border-right: transparent;
    }

.details-list__icon {
    background-color: #ffe0bb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 11;
}

    .details-list__icon i {
        font-size: 20px;
        color: #1f1f1f;
    }

.details-list__dtls {
    width: calc(100% - 64px);
}

.details-list__time {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    margin-bottom: 12px;
}

.details-list__task {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.details-list__desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0px;
}

.bullet-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 24px;
}

.bullet-list__item {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: start;
}

.bullet-list__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 20px;
    font-size: 20px;
}

.bullet-list__text {
    margin: 0;
    margin-bottom: 2px;
    color: #b9b8b8;
    line-height: 1;
    font-size: 18px;
}

.marked-list {
    padding-left: 0px;
    list-style: none;
}

.marked-list__item {
    position: relative;
    padding-left: 25px;
    align-items: center;
    margin-bottom: 12px;
}

    .marked-list__item::before {
        content: "\e967";
        display: inline-flex;
        font-family: "icomoon" !important;
        font-size: 16px;
        margin-right: 15px;
        color: #ecc974;
        font-weight: 500;
        position: absolute;
        left: 0px;
        top: 2px;
    }

@media only screen and (max-width: 992px) {
    .info-list {
        gap: 10px;
    }

    .info-list__icon {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .details-list {
        padding-top: 0;
    }
}

@media only screen and (max-width: 768px) and (max-width: 991px) {
    .details-list {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .details-list__heading {
        font-size: 34px;
        line-height: 40px;
    }
}

.product-action__cart {
    margin-bottom: 20px;
}

    .product-action__cart.input-group {
        border: 3px solid #ffe0bb;
        border-radius: 50px;
    }

        .product-action__cart.input-group .form-control {
            width: 100%;
            height: 40px;
            border: 0;
            box-shadow: none;
            background-color: transparent;
            color: #ffe0bb;
            font-size: 25px;
            font-weight: 700;
            text-align: center;
        }

        .product-action__cart.input-group .input-group-btn {
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 1;
        }

            .product-action__cart.input-group .input-group-btn .btn {
                width: 100%;
                padding: 0px 15px;
                height: 100%;
                background-color: transparent;
                border: 0;
                font-size: 18px;
                color: #ffe0bb;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: none;
            }

                .product-action__cart.input-group .input-group-btn .btn i {
                    font-size: 20px;
                }

                .product-action__cart.input-group .input-group-btn .btn:hover {
                    color: #ffe0bb;
                }

            .product-action__cart.input-group .input-group-btn:first-child .btn {
                border-right: 0px;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                outline: 0;
            }

            .product-action__cart.input-group .input-group-btn:last-child .btn {
                border-left: 0px;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                outline: 0;
            }

.product-action__btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

    .product-action__btn .rizz-btn {
        flex-grow: 1;
        flex-basis: 0;
    }

    .product-action__btn .rizz-btn__outline {
        border: 1px solid #ffe0bb;
        color: #ffe0bb;
    }

        .product-action__btn .rizz-btn__outline:hover, .product-action__btn .rizz-btn__outline:focus {
            color: #ffe0bb;
        }

@media only screen and (max-width: 992px) {
    .product-action__cart.input-group {
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.faq {
    padding: 100px 0;
    background-image: url(../../img/bg-pattern-2.png);
}

.faq__title {
    font-size: 87px;
    line-height: 104px;
    font-weight: 500;
}

.faq__subtitle {
    font-size: 30px;
    line-height: 1.2;
}

.faq__item {
    margin-top: 0;
    border-bottom: 1px solid #ffe0bb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

.faq__lg {
    margin-top: 0px;
}

.faq__lg__heading {
    padding: 50px 0;
    border: 0;
    background-color: transparent !important;
}

    .faq__lg__heading p {
        padding-right: 70px;
        position: relative;
        z-index: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        font-size: 43px;
        font-weight: 500;
        color: #ffffff;
        transition: 0.5s;
    }

        .faq__lg__heading p::after {
            content: "\e96e";
            font-family: "icomoon";
            font-size: 30px;
            font-weight: 700;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            width: 66px;
            height: 66px;
            background-color: #ffffff;
            color: #1f1f1f;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.5s linear, color 0.5s linear;
        }

        .faq__lg__heading p.collapsed {
            transition: 0.5s;
        }

            .faq__lg__heading p.collapsed::after {
                content: "\e96f";
                font-family: "icomoon";
                font-size: 30px;
                font-weight: 700;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                width: 66px;
                height: 66px;
                background-color: #ffffff;
                color: #1f1f1f;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                transform: translateY(-50%) rotate(180deg);
            }

.faq__lg__body {
    padding-bottom: 40px;
    font-size: 43px;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
}

    .faq__lg__body a {
        text-decoration: underline;
    }

        .faq__lg__body a:visited {
            color: #ffffff !important;
        }

        .faq__lg__body a:hover, .faq__lg__body a:focus {
            color: #ffe0bb;
        }

.faq__main .faq__lg__body {
    padding-bottom: 40px;
    font-size: 35px;
    line-height: 1.2;
    border: 0;
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
}

.faq .section__title {
    font-size: 56px;
    line-height: 1.2;
}

.faq-alt__item {
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
}

.faq-alt__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-alt__lg__heading {
    padding: 30px 0;
    background-color: transparent !important;
}

    .faq-alt__lg__heading h5 {
        font-family: "Neue Montreal";
        font-size: 24px;
        margin-bottom: 0;
        color: #faf8f2;
    }

.faq-alt__lg__body {
    padding-bottom: 30px;
}

.faq-alt__left {
    display: flex;
    align-items: baseline;
}

.faq-alt__builder {
    width: 230px;
}

.faq-alt__sector {
    font-size: 16px;
    font-weight: 250;
}

.faq-alt__icon {
    width: 24px;
    height: 24px;
    border: 1px solid #1f1f1f;
    border-radius: 50px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-alt__lg__heading h5 {
    position: relative;
}

    .faq-alt__lg__heading h5::after {
        content: "\e96e";
        font-family: "icomoon";
        font-size: 16px;
        position: absolute;
        top: 18px;
        transform: translateY(-50%);
        right: 0;
        width: 30px;
        height: 30px;
        color: #faf8f2;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    .faq-alt__lg__heading h5.collapsed::after {
        content: "\e96f";
        font-family: "icomoon";
        font-size: 16px;
        position: absolute;
        top: 18px;
        transform: translateY(-50%);
        right: 0;
        width: 30px;
        height: 30px;
        color: #faf8f2;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

@media only screen and (max-width: 992px) {
    .faq {
        padding: 80px 0;
    }

    .faq__lg__body {
        font-size: 20px;
    }

    .faq__lg__heading {
        padding: 20px 0;
    }

        .faq__lg__heading p {
            font-size: 24px;
        }

            .faq__lg__heading p::after {
                font-size: 20px;
                width: 40px;
                height: 40px;
            }

            .faq__lg__heading p.collapsed::after {
                font-size: 20px;
                width: 40px;
                height: 40px;
            }

        .faq__lg__heading h3::after {
            font-size: 18px;
            width: 35px;
            height: 35px;
        }

        .faq__lg__heading h3.collapsed::after {
            font-size: 18px;
            width: 35px;
            height: 35px;
        }

    .faq__main .faq__lg__body {
        padding-bottom: 20px;
        font-size: 20px;
    }

    .faq__subtitle {
        font-size: 24px;
        line-height: 1.2;
    }

    .faq__show-more {
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .faq {
        padding: 60px 0;
    }

    .faq__lg__body {
        font-size: 20px;
    }

    .faq__show-more {
        margin-top: 30px !important;
    }

    .faq__lg__heading h3 {
        font-size: 24px;
    }
}

.cart-card {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-image: url(../../img/doc-upload-bg.png);
}

.cart-card__header {
    padding: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

    .cart-card__header h4 {
        margin: 0px;
        line-height: 0.8;
    }

@media all and (max-width: 767px) {
    .cart-card__header {
        padding: 14px 12px;
    }

        .cart-card__header h4 {
            font-size: 22px;
        }
}

.card-basic {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.05);
}

.card-basic__header {
    padding: 22px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    text-transform: capitalize;
}

.card-basic__title {
    margin: 0;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 32px;
}

.card-basic--no-shadow {
    box-shadow: none;
}

.card-basic__table-mobile {
    display: none;
    border: 1px solid rgba(238, 238, 240, 0.5);
}

@media only screen and (max-width: 992px) {
    .card-basic__table-desktop {
        display: none;
    }

    .card-basic__table-mobile {
        display: block;
    }
}

.assessment__title {
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.assessment__sub-title {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 400;
}

.assessment__group-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.assessment__group-label {
    padding: 20px;
    border: 2px solid #d78c6c;
    border-radius: 20px;
}

.assessment__group-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #d78c6c;
    margin-bottom: 20px;
    text-align: center;
}

.assessment__group-count {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}

.assessment__condition-tag {
    background-color: rgba(190, 190, 190, 0.1);
    padding: 10px 30px;
    width: 519px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assessment__condition-text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #ecc974;
    text-align: center;
}

.assessment__question {
    font-size: 48px;
    line-height: 51.6px;
    text-align: center;
    font-family: "Impact";
    background: linear-gradient(to bottom, #f29b70, #fbd197);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.assessment__question--text-left {
    text-align: left;
}

.assessment__label {
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

.assessment__form_radio {
    position: relative;
}

    .assessment__form_radio label {
        background-color: transparent;
        width: 519px;
        min-height: 74px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: 400;
        padding: 16px 24px;
        padding-right: 60px;
        text-align: center;
        border: 1px solid #ffffff;
        cursor: pointer;
        transition: all 0.3s;
    }

    .assessment__form_radio input {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-75%);
        display: none;
    }

        .assessment__form_radio input ~ label:after {
            display: none;
        }

        .assessment__form_radio input:checked ~ label {
            color: #1f1f1f;
            border: 0px solid transparent;
        }

            .assessment__form_radio input:checked ~ label:after {
                position: absolute;
                right: 17px;
                top: 46%;
                transform: translateY(-50%);
                font-family: "icomoon";
                font-size: 40px;
                display: inline-flex;
                height: 40px;
                width: 40px;
                line-height: 42px;
                color: #1f1f1f;
                border-radius: 50%;
                transition: all 0.3s;
                content: "\e95e";
            }

.assessment__form_radio--white input:checked ~ label {
    color: #ffffff;
}

    .assessment__form_radio--white input:checked ~ label::after {
        color: #ffffff;
    }

.age-radio {
    position: relative;
    max-width: 100%;
}

    .age-radio label {
        background-color: transparent;
        width: 412px;
        max-width: 100%;
        min-height: 73px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: 400;
        padding: 16px 24px;
        padding-right: 60px;
        text-align: center;
        border: 1px solid #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
    }

@media all and (max-width: 880px) {
    .age-radio label {
        width: 519px;
    }
}

.age-radio input {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-75%);
    display: none;
}

    .age-radio input ~ label:after {
        display: none;
    }

    .age-radio input:checked ~ label {
        color: #ffffff;
        border: 0;
    }

        .age-radio input:checked ~ label:after {
            position: absolute;
            right: 17px;
            top: 46%;
            transform: translateY(-50%);
            font-family: "icomoon";
            font-size: 40px;
            display: inline-flex;
            height: 40px;
            width: 40px;
            line-height: 42px;
            color: #ffffff;
            transition: all 0.3s;
            content: "\e95e";
        }

.age-radio--invalid input:checked ~ label {
    transition: border 0.2s ease !important;
    background: transparent;
    color: #db5095;
    border: 3px solid #db5095;
}

    .age-radio--invalid input:checked ~ label::after {
        display: none;
    }

.assessment__form__checkbox {
    position: relative;
}

    .assessment__form__checkbox label {
        background-color: transparent;
        width: 519px;
        min-height: 74px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: 400;
        padding: 16px 24px;
        padding-right: 65px;
        text-align: center;
        border: 1px solid #ffffff;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .assessment__form__checkbox input {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-75%);
        display: none;
    }

        .assessment__form__checkbox input ~ label:after {
            content: "\e955";
            position: absolute;
            right: 17px;
            top: 46%;
            transform: translateY(-50%);
            font-family: "icomoon";
            font-size: 40px;
            display: inline-flex;
            height: 40px;
            width: 40px;
            line-height: 42px;
            color: #ffffff;
            transition: all 0.3s;
        }

        .assessment__form__checkbox input:checked ~ label {
            color: #ffffff;
            border: 0px solid transparent;
        }

            .assessment__form__checkbox input:checked ~ label:after {
                content: "\e918";
                position: absolute;
                right: 17px;
                top: 46%;
                transform: translateY(-50%);
                font-family: "icomoon";
                font-size: 40px;
                display: inline-flex;
                height: 40px;
                width: 40px;
                line-height: 42px;
                color: #1f1f1f;
                transition: all 0.3s;
            }

.assessment__form input.form-control {
    height: 77px;
    border-radius: 16px;
    max-width: 519px;
    padding-inline: 24px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.assessment__form .textarea__wrapper {
    width: 519px;
}

    .assessment__form .textarea__wrapper textarea.form-control {
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 16px;
    }

.assessment__buttons {
    display: flex;
    justify-content: space-between;
    width: 519px;
}

    .assessment__buttons.justify-center {
        justify-content: center;
    }

    .assessment__buttons .dnn-btn {
        min-width: 197px;
        min-height: 47px;
        box-sizing: border-box;
        font-size: 18px;
        font-weight: 700;
        border-radius: 50px;
        text-transform: uppercase;
    }

    .assessment__buttons .dnn-btn__secondary {
        border-width: 3px;
    }

    .assessment__buttons .dnn-btn__outline:hover {
        border: 2px solid transparent;
    }

    .assessment__buttons .dnn-btn--full-width {
        width: 100%;
    }

.assessment__progress-bar {
    width: 519px;
    margin: 0 auto;
}

    .assessment__progress-bar .assessment__progress {
        height: 6px;
        border-radius: 100px;
        background-color: #ffffff;
        overflow: hidden;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .assessment__progress-bar .assessment__progress .progress-bar {
            width: 30%;
            border-radius: 100px;
            background: linear-gradient(180deg, #f29b70, #fbd197);
            position: relative;
        }

    .assessment__progress-bar .assessment__progress__text {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color: #ffffff;
    }

.assessment__buttons.shipping__state__form {
    width: 370px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

    .assessment__buttons.shipping__state__form .rizz-btn {
        min-width: calc(50% - 10px);
    }

.assessment.shipping__state {
    padding-top: 230px;
    padding-bottom: 100px;
}

.state-btn {
    width: 370px;
    min-height: 47px;
    margin-bottom: 36px;
}

    .state-btn:last-of-type {
        margin-bottom: 0;
    }

.state-btn__label {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    background-color: transparent;
    width: 100%;
    height: 47px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.1s;
}

.state-btn__input {
    position: absolute;
    appearance: none;
}

    .state-btn__input:checked + .state-btn__label {
        background: linear-gradient(90deg, #db5095 0%, #1945e8 100%);
        border: 0px solid transparent;
        color: #ffffff;
        height: 49px;
    }

        .state-btn__input:checked + .state-btn__label .state-btn__tick {
            opacity: 1;
            right: -8px;
            top: -8px;
        }

.state-btn__tick {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 2px;
    background-color: #e1c06e;
    border: 2px solid #1f1f1f;
    border-radius: 24px;
    z-index: 11;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
}

    .state-btn__tick i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        color: #1f1f1f;
    }

@media only screen and (max-width: 768px) {
    .assessment.shipping__state {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .state-btn {
        width: 300px;
    }
}

.assessment__form.all-questions {
    gap: 30px;
}

    .assessment__form.all-questions .single-question label {
        font-weight: 400;
        text-align: center;
        display: block;
    }

    .assessment__form.all-questions .single-question input {
        width: 519px;
    }

.assessment__form .measurement {
    width: 519px;
}

    .assessment__form .measurement.measurement__flex {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .assessment__form .measurement .measurement-input {
        padding: 0 40px;
        max-width: 100%;
        display: flex;
        align-items: center;
        opacity: 1;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 16px;
        position: relative;
    }

        .assessment__form .measurement .measurement-input input {
            padding: 0;
            border: 0;
            box-shadow: none;
            font-size: 16px;
            padding-right: 20px;
            text-align: center;
        }

        .assessment__form .measurement .measurement-input .unit {
            font-size: 16px;
            border: 0;
            height: 100%;
            display: flex;
            align-items: center;
            color: #ffffff;
            opacity: 1;
            padding: 8px 30px 8px 20px;
            position: absolute;
            right: 0;
        }

.dropdown--assessment {
    width: 519px;
}

    .dropdown--assessment .btn {
        width: 519px;
        margin: 0 auto;
    }

@media all and (max-width: 630px) {
    .dropdown--assessment .btn {
        width: 100%;
    }
}

.dropdown--assessment .btn {
    height: 73px;
    border-radius: 16px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
    padding-right: 25px;
    font-size: 16px;
    background-color: transparent;
    color: #ffffff;
    position: relative;
}

    .dropdown--assessment .btn:hover {
        color: #ffffff;
    }

    .dropdown--assessment .btn:focus {
        outline: 0;
        color: #ffffff;
    }

    .dropdown--assessment .btn i {
        margin-left: auto;
        font-size: 22px;
        position: absolute;
        right: 25px;
    }

.dropdown--assessment ul {
    border-radius: 10px;
    border-color: #faf8f2;
    padding: 0px;
}

    .dropdown--assessment ul.dropdown-menu {
        width: 100%;
    }

    .dropdown--assessment ul li {
        width: 100%;
        text-align: center;
    }

        .dropdown--assessment ul li:first-child:hover {
            border-radius: 15px 15px 0 0;
        }

        .dropdown--assessment ul li:last-child:hover {
            border-radius: 0px 0px 15px 15px;
        }

        .dropdown--assessment ul li a {
            padding: 12px 16px;
        }

            .dropdown--assessment ul li a:hover {
                background-color: rgba(31, 31, 31, 0.7) !important;
                border-radius: 12px;
                color: #ffffff !important;
            }

.dropdown--assessment.open > .dropdown-toggle.btn-default {
    background-color: #faf8f2;
}

.assessment__form .date.input-group .form-control {
    display: none;
}

.assessment__form .date-viewer {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #ffffff;
    gap: 59px;
    background-color: transparent;
}

@media all and (min-width: 768px) {
    .assessment__form .date-viewer {
        width: 519px;
    }
}

.assessment__form .date-viewer span {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
}

    .assessment__form .date-viewer span:after {
        content: "";
        display: inline-flex;
        width: 50px;
        height: 1px;
        background-color: #ffffff;
        margin-left: 59px;
    }

    .assessment__form .date-viewer span:last-child:after {
        content: "";
        display: inline-flex;
        width: 0px;
        height: 0px;
        background-color: transparent;
        margin-left: 0px;
    }

@media only screen and (max-width: 767px) {
    .assessment {
        padding-left: 15px;
        padding-right: 15px;
    }

    .assessment__title {
        font-size: 24px;
        margin-bottom: 20px !important;
    }

    .assessment__progress-bar {
        height: 8px;
        width: 100%;
    }

    .assessment .progress::after {
        width: 6px;
        height: 6px;
    }

    .assessment__question {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px !important;
    }

    .assessment__label {
        font-size: 18px;
    }

    .assessment__form {
        margin-bottom: 30px !important;
    }

    .assessment__form-container {
        width: 100% !important;
    }

    .assessment__form_radio {
        width: 100%;
    }

        .assessment__form_radio label {
            width: 100%;
        }

    .assessment__form__checkbox {
        width: 60%;
    }

        .assessment__form__checkbox label {
            width: 100%;
        }

    .assessment__form .textarea__wrapper,
    .assessment__form .measurement {
        width: 100%;
    }

    .assessment__form .all-images {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-bottom: 30px;
    }

    .assessment__form .dropdown--assessment {
        width: 100%;
    }

    .assessment__form .date-viewer {
        padding: 6px 20px;
        width: 100%;
        gap: 40px;
    }

        .assessment__form .date-viewer span:after {
            margin-left: 40px;
        }

    .assessment__condition-tag {
        width: 100%;
    }

    .assessment__buttons {
        gap: 20px;
        width: 100%;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

        .assessment__buttons button {
            padding: 12px;
            flex-grow: 1;
        }

        .assessment__buttons .dnn-btn {
            min-height: 40px;
            font-size: 18px;
            border-radius: 10px;
        }
}

.radio-pill {
    margin-bottom: 0;
    position: relative;
    width: 80px;
    height: 32px;
    display: inline-flex;
}

.radio-pill__label {
    color: #faf8f2;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    background-color: transparent;
    border: 2px solid #ffe0bb;
    border-radius: 30px;
    padding: 6px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 2px rgba(28, 28, 28, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.radio-pill__input {
    position: absolute;
    appearance: none;
    display: none;
}

    .radio-pill__input:checked + .radio-pill__label {
        background-color: #ffe0bb;
        color: #1f1f1f;
        font-weight: 400;
    }

.single-input {
    margin-bottom: 20px;
}

.single-input__label {
    margin-bottom: 10px;
}

.single-input__field {
    width: 100%;
    height: 60px;
    padding: 10px 24px;
    font-size: 18px;
    color: #eeeef0;
    border: 1px solid #ffffff;
    border-radius: 70px;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}

    .single-input__field::placeholder {
        color: #8e8e8e;
    }

.single-input__field--message {
    height: auto;
    border-radius: 30px;
}

.basic-input {
    background-color: transparent;
    width: 100%;
    height: 56px;
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    outline: 0;
    box-shadow: none;
    font-size: 18px;
}

.basic-label {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

    .basic-label .icon-ellipse {
        background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 8px;
        margin-left: 5px;
    }

.basic-error {
    font-size: 14px;
    color: #6c221d;
    margin-bottom: 5px;
    margin-top: 2px;
}

.rounded-input {
    width: 445px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

    .rounded-input label {
        font-size: 20px;
    }

    .rounded-input input {
        height: 48px;
        padding: 15px 20px;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: none;
        outline: 0;
        background-color: transparent;
        border-radius: 50px;
        font-size: 18px;
    }

        .rounded-input input::placeholder {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.5);
        }

.form-control {
    color: #ffffff;
}

    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

@media only screen and (max-width: 992px) {
    .single-input {
        margin-bottom: 10px;
    }

    .single-input__label {
        margin-bottom: 5px;
    }

    .single-input__field {
        height: 45px;
        padding: 7px 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .basic-input {
        height: 45px;
    }

    .single-input__label {
        margin-bottom: 10px;
    }

    .single-input__field {
        width: 100%;
        font-size: 14px;
        color: #eeeef0;
        border: 1px solid #eeeef0;
        border-radius: 8px;
        outline: 0;
        box-shadow: none;
    }

        .single-input__field::placeholder {
            color: #eeeef0;
        }

    .single-input__field--message {
        height: auto;
    }
}

.list-table {
    background-color: transparent;
}

    .list-table .table {
        margin-bottom: 0;
        vertical-align: middle;
    }

        .list-table .table thead {
            vertical-align: middle;
            background-color: transparent !important;
        }

            .list-table .table thead th {
                padding: 20px 0 !important;
                border-bottom: 0 !important;
                font-weight: 600;
                vertical-align: baseline;
            }

        .list-table .table tbody {
            vertical-align: middle;
            background-color: transparent !important;
        }

            .list-table .table tbody td {
                padding: 20px 0 !important;
                vertical-align: top !important;
                font-size: 18px;
                border-top: 1px solid rgba(255, 255, 255, 0.5);
            }

            .list-table .table tbody tr {
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                min-height: 70px;
                background-color: transparent;
            }

                .list-table .table tbody tr:nth-of-type(even) {
                    background-color: transparent !important;
                }

                .list-table .table tbody tr:nth-of-type(odd) {
                    background-color: transparent !important;
                }

                .list-table .table tbody tr:last-child {
                    border-bottom: 0;
                }

    .list-table .table__alt.table thead th {
        background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 20px !important;
    }

        .list-table .table__alt.table thead th:nth-child(1) {
            padding-left: 50px !important;
        }

    .list-table .table__alt.table tbody tr {
        border: 0 !important;
    }

        .list-table .table__alt.table tbody tr:nth-child(odd) {
            background-color: transparent !important;
        }

        .list-table .table__alt.table tbody tr td {
            border: 0 !important;
            padding: 20px !important;
        }

            .list-table .table__alt.table tbody tr td:nth-child(1) {
                padding-left: 50px !important;
            }

    .list-table.normal-table .table__normal thead,
    .list-table.normal-table .table__normal tbody,
    .list-table.normal-table .table__normal tr {
        border: 1px solid rgba(238, 238, 240, 0.5) !important;
    }

        .list-table.normal-table .table__normal thead td,
        .list-table.normal-table .table__normal thead th,
        .list-table.normal-table .table__normal tbody td,
        .list-table.normal-table .table__normal tbody th,
        .list-table.normal-table .table__normal tr td,
        .list-table.normal-table .table__normal tr th {
            border: 1px solid rgba(238, 238, 240, 0.5) !important;
            padding: 20px !important;
        }

.list-table__time {
    width: 140px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.table .list-table__actions .view-button {
    border: 0;
    background-color: transparent;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
}

.table td .view-button {
    border: 0;
    background-color: transparent;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
}

    .table td .view-button.view-button--icon {
        text-decoration: none;
        width: 24px;
        height: 24px;
        font-size: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

@media all and (max-width: 768px) {
    .table-responsive {
        max-height: 400px;
        overflow: scroll;
    }

        .table-responsive::-webkit-scrollbar {
            -webkit-appearance: none;
            width: 10px;
        }

        .table-responsive::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
        }
}

.order-table p {
    margin-bottom: 0;
}

.order-table__row {
    padding: 20px;
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(238, 238, 240, 0.5);
}

    .order-table__row:last-child {
        border-bottom: 0;
    }

.order-table__title {
    width: 60%;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #c1842d, #ecc974);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.order-table__data {
    width: 40%;
    font-size: 14px;
    line-height: 1.4;
}

.order-table__data--time {
    width: 100px;
}

.order-table .view-button {
    font-size: 14px;
}

@media only screen and (max-width: 992px) {
    .list-table .table tbody td {
        padding: 10px !important;
        font-size: 14px;
    }
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.custom-radio__label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #1f1f1f;
    margin: 0;
    cursor: pointer;
}

.custom-radio__input {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

    .custom-radio__input input[type=radio] {
        display: none;
    }

        .custom-radio__input input[type=radio] + span {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: transparent;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M16 28c-6.627 0-12-5.373-12-12s5.373-12 12-12c6.627 0 12 5.373 12 12s-5.373 12-12 12zM16 29.333c7.364 0 13.333-5.97 13.333-13.333s-5.97-13.333-13.333-13.333c-7.364 0-13.333 5.97-13.333 13.333s5.97 13.333 13.333 13.333z'%3E%3C/path%3E%3C/svg%3E%0A");
            transition: all 0.3s ease;
        }

        .custom-radio__input input[type=radio]:checked + span {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23ffffff'%3E%3Cpath d='M16 28c-6.627 0-12-5.373-12-12s5.373-12 12-12c6.627 0 12 5.373 12 12s-5.373 12-12 12zM16 29.333c7.364 0 13.333-5.97 13.333-13.333s-5.97-13.333-13.333-13.333c-7.364 0-13.333 5.97-13.333 13.333s5.97 13.333 13.333 13.333z'%3E%3C/path%3E%3Cpath d='M25.527 16.003c0 5.26-4.264 9.524-9.524 9.524s-9.524-4.264-9.524-9.524c0-5.26 4.264-9.524 9.524-9.524s9.524 4.264 9.524 9.524z'%3E%3C/path%3E%3Cpath d='M16.003 24.193c-4.523 0-8.19-3.667-8.19-8.191s3.667-8.19 8.19-8.19c4.523 0 8.191 3.667 8.191 8.19s-3.667 8.191-8.191 8.191zM16.003 25.527c5.26 0 9.524-4.264 9.524-9.524s-4.264-9.524-9.524-9.524c-5.26 0-9.524 4.264-9.524 9.524s4.264 9.524 9.524 9.524z'%3E%3C/path%3E%3C/svg%3E%0A");
        }

    .custom-radio__input span {
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

.dose-radio {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}

.dose-radio__label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
}

@media all and (max-width: 767px) {
    .dose-radio__label {
        font-size: 16px;
        line-height: 22px;
    }
}

.dose-radio__input {
    display: inline-block;
    margin-top: 3px;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

    .dose-radio__input input[type=radio] {
        display: none;
    }

        .dose-radio__input input[type=radio] + span {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: transparent;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.1' stroke='url(%23paint0_linear_10442_15557)' stroke-width='1.8'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10442_15557' x1='12' y1='0' x2='12' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C1842D'/%3E%3Cstop offset='1' stop-color='%23ECC974'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
            transition: all 0.3s ease;
        }

        .dose-radio__input input[type=radio]:checked + span {
            background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.7' fill='url(%23paint0_linear_10442_15550)' stroke='url(%23paint1_linear_10442_15550)' stroke-width='0.6'/%3E%3Cpath d='M16.8031 8.39844L10.2031 14.9984L7.20312 11.9984' stroke='%231F1F1F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10442_15550' x1='12' y1='0' x2='12' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C1842D'/%3E%3Cstop offset='1' stop-color='%23ECC974'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_10442_15550' x1='12' y1='0' x2='12' y2='24' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C1842D'/%3E%3Cstop offset='1' stop-color='%23ECC974'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        }

.custom-check,
.category-check {
    display: inline-flex;
    align-items: start;
    gap: 14px;
}

.custom-check__label,
.category-check__label {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
}

.custom-check__label--alt,
.category-check__label--alt {
    display: flex;
    align-items: start !important;
    font-weight: 600;
}

.custom-check__input,
.category-check__input {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

    .custom-check__input input[type=checkbox],
    .category-check__input input[type=checkbox] {
        display: none;
    }

        .custom-check__input input[type=checkbox] + span,
        .category-check__input input[type=checkbox] + span {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: transparent;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23e1c06e'%3E%3Cpath d='M15.917 1.091h0.166c3.186 0 5.689 0 7.643 0.263 2.002 0.269 3.591 0.832 4.839 2.080s1.811 2.837 2.080 4.839c0.263 1.954 0.263 4.457 0.263 7.643v0.166c0 3.186 0 5.689-0.263 7.643-0.269 2.002-0.832 3.591-2.080 4.839s-2.837 1.811-4.839 2.080c-1.954 0.263-4.457 0.263-7.643 0.263h-0.166c-3.186 0-5.689 0-7.643-0.263-2.002-0.269-3.591-0.832-4.839-2.080s-1.811-2.837-2.080-4.839c-0.263-1.954-0.263-4.457-0.263-7.643v-0.166c0-3.186 0-5.689 0.263-7.643 0.269-2.002 0.832-3.591 2.080-4.839s2.837-1.811 4.839-2.080c1.954-0.263 4.457-0.263 7.643-0.263zM8.564 3.516c-1.76 0.237-2.812 0.686-3.587 1.461s-1.224 1.827-1.461 3.587c-0.241 1.792-0.243 4.148-0.243 7.436s0.002 5.644 0.243 7.436c0.237 1.76 0.686 2.812 1.461 3.587s1.827 1.224 3.587 1.461c1.792 0.241 4.148 0.243 7.436 0.243s5.644-0.002 7.436-0.243c1.76-0.237 2.812-0.686 3.587-1.461s1.224-1.827 1.461-3.587c0.241-1.792 0.243-4.148 0.243-7.436s-0.002-5.644-0.243-7.436c-0.237-1.76-0.686-2.812-1.461-3.587s-1.827-1.224-3.587-1.461c-1.792-0.241-4.148-0.243-7.436-0.243s-5.644 0.002-7.436 0.243z'%3E%3C/path%3E%3C/svg%3E%0A");
            transition: all 0.3s ease;
        }

        .custom-check__input input[type=checkbox]:checked + span,
        .category-check__input input[type=checkbox]:checked + span {
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32' fill='%23e1c06e'%3E%3Cpath d='M3.054 3.054c2.221-2.221 5.796-2.221 12.946-2.221s10.724 0 12.946 2.221c2.221 2.221 2.221 5.796 2.221 12.946s0 10.724-2.221 12.946c-2.221 2.221-5.796 2.221-12.946 2.221s-10.725 0-12.946-2.221c-2.221-2.221-2.221-5.796-2.221-12.946s0-10.725 2.221-12.946zM22.975 11.75c0.298-0.325 0.276-0.83-0.049-1.128s-0.83-0.276-1.128 0.049l-8.217 8.964-3.402-3.402c-0.312-0.312-0.817-0.312-1.129 0s-0.312 0.817 0 1.129l3.991 3.991c0.154 0.154 0.364 0.238 0.582 0.233s0.424-0.098 0.571-0.259l8.781-9.579z'%3E%3C/path%3E%3C/svg%3E%0A");
        }

    .custom-check__input span,
    .category-check__input span {
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

.custom-check-alt {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.custom-check-alt__label {
    margin-top: -3px;
    font-weight: 600;
}

.category-check {
    gap: 12px;
}

.category-check__label {
    color: #ffffff;
    font-size: 15px;
}

.category-check__input input[type=checkbox] + span {
    background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 32 32'%3E%3Cpath d='M15.924 2.333h0.153c2.921 0 5.215-0 7.006 0.241 1.835 0.247 3.292 0.763 4.436 1.907s1.66 2.601 1.907 4.436c0.241 1.791 0.241 4.085 0.241 7.006v0.153c0 2.921 0 5.215-0.241 7.006-0.247 1.835-0.763 3.292-1.907 4.436s-2.601 1.66-4.436 1.907c-1.791 0.241-4.085 0.241-7.006 0.241h-0.153c-2.921 0-5.215 0-7.006-0.241-1.836-0.247-3.292-0.763-4.436-1.907s-1.66-2.601-1.907-4.436c-0.241-1.791-0.241-4.085-0.241-7.006v-0.153c0-2.921-0-5.215 0.241-7.006 0.247-1.836 0.763-3.292 1.907-4.436s2.601-1.66 4.436-1.907c1.791-0.241 4.085-0.241 7.006-0.241zM9.184 4.556c-1.614 0.217-2.578 0.628-3.288 1.339s-1.122 1.675-1.339 3.288c-0.221 1.643-0.223 3.802-0.223 6.816s0.002 5.174 0.223 6.816c0.217 1.614 0.628 2.578 1.339 3.288s1.675 1.122 3.288 1.339c1.643 0.221 3.802 0.223 6.816 0.223s5.174-0.002 6.816-0.223c1.614-0.217 2.578-0.628 3.288-1.339s1.122-1.675 1.339-3.288c0.221-1.643 0.223-3.802 0.223-6.816s-0.002-5.174-0.223-6.816c-0.217-1.614-0.628-2.578-1.339-3.288s-1.675-1.122-3.288-1.339c-1.643-0.221-3.802-0.223-6.816-0.223s-5.174 0.002-6.816 0.223z'%3E%3C/path%3E%3C/svg%3E");
}

.category-check__input input[type=checkbox]:checked + span {
    background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 32 32'%3E%3Cpath d='M3.054 3.054c2.221-2.221 5.796-2.221 12.946-2.221s10.724 0 12.946 2.221c2.221 2.221 2.221 5.796 2.221 12.946s0 10.724-2.221 12.946c-2.221 2.221-5.796 2.221-12.946 2.221s-10.725 0-12.946-2.221c-2.221-2.221-2.221-5.796-2.221-12.946s0-10.725 2.221-12.946zM22.975 11.75c0.298-0.325 0.276-0.83-0.049-1.128s-0.83-0.276-1.128 0.049l-8.217 8.964-3.402-3.402c-0.312-0.312-0.817-0.312-1.129 0s-0.312 0.817 0 1.129l3.991 3.991c0.154 0.154 0.364 0.238 0.582 0.233s0.424-0.098 0.571-0.259l8.781-9.579z'%3E%3C/path%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {
    .custom-check {
        gap: 7px;
    }

        .custom-check.ml-20 {
            margin-left: 0 !important;
        }

    .category-check__label {
        font-size: 12px;
        line-height: 16px;
    }
}

.textarea__wrapper {
    position: relative;
    width: 100%;
}

    .textarea__wrapper .textarea__word-count {
        position: absolute;
        bottom: 14px;
        right: 14px;
        font-size: 14px;
        line-height: 1;
        color: #b9b8b8;
        transition: color 0.3s ease;
    }

.site__header {
    padding: 30px 0 10px;
    transition: 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .site__header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: rgba(26, 41, 72, 0.6980392157);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px); /* Safari */
        box-shadow: 0px 0px 12px 1px rgba(29, 37, 73, 0.8);
    }

.site__dropdown-items {
    background: url(../../img/bg-pattern.png), linear-gradient(0deg, rgba(49, 65, 140, 0.8), rgba(49, 65, 140, 0.8)), linear-gradient(0deg, rgba(31, 31, 31, 0.3), rgba(31, 31, 31, 0.3));
    border: 1px solid #1d2549;
    padding: 0 22px;
    border-radius: 12px;
    margin-top: 10px;
}

    .site__dropdown-items li a {
        padding: 15px 10px;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 1;
        border-bottom: 1px solid #1d2549;
    }

        .site__dropdown-items li a:hover {
            background-color: transparent;
            color: #faf8f2;
        }

    .site__dropdown-items li:last-child a {
        border-bottom: 0;
    }

.site__arrow-text {
    display: flex;
    align-items: center;
}

    .site__arrow-text i {
        margin-left: 5px;
    }

.site__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site__logo {
    max-width: 120px;
    height: 139px;
    transition: all 0.3s;
}

    .site__logo img {
        height: 100%;
    }

.site__menu {
    display: flex;
    flex-direction: column;
}

.site__menu__list {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    gap: 50px;
    margin-bottom: 15px;
}

    .site__menu__list li a {
        font-weight: 400;
        color: #faf8f2;
    }

        .site__menu__list li a:visited {
            color: #faf8f2;
        }

        .site__menu__list li a:hover, .site__menu__list li a:focus, .site__menu__list li a:active {
            text-decoration: none;
            color: #ffe0bb;
        }

    .site__menu__list .show-in-mobile {
        display: none;
    }

.site__menu__social {
    list-style: none;
}

    .site__menu__social a {
        font-size: 20px;
    }

        .site__menu__social a:first-child {
            margin-right: 10px;
        }

.site__menu__action {
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0;
    margin-right: 15px;
}

    .site__menu__action > li, .site__menu__action > .dropdown {
        margin-left: 30px;
    }

    .site__menu__action .cart:hover {
        color: #ffe0bb;
    }

        .site__menu__action .cart:hover .cart__badge {
            background-color: #ffe0bb;
        }

.site__menu__cart {
    display: none;
}

.site__login {
    display: none;
}

.toggle-menu {
    display: none;
    background-color: transparent;
    color: #1f1f1f;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 24px;
    color: #ffffff;
    padding: 0;
}

.cart {
    font-size: 40px;
    line-height: 1;
    color: #faf8f2;
    background-color: transparent;
    border: 0;
    outline: none;
    position: relative;
}

.cart__badge {
    position: absolute;
    z-index: 1000;
    padding: 1px;
    width: 25px;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    background-color: #ffffff;
    color: #1f1f1f;
    border-radius: 10px;
    top: -7px;
    right: -10px;
}

@media only screen and (max-width: 992px) {
    .site__header {
        padding: 20px 0;
    }

    .site__menu__list {
        gap: 20px;
    }

    .site__menu__action {
        margin-right: 10px;
    }

        .site__menu__action > li, .site__menu__action > .dropdown {
            margin-left: 20px;
        }

    .site__logo {
        max-width: 80px;
    }

        .site__logo img {
            height: 100%;
        }
}

@media only screen and (max-width: 768px) {
    .site__logo {
        max-width: 57px;
        height: 72px;
    }

        .site__logo img {
            height: 100%;
        }

    .site__header {
        padding: 10px 0;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        right: 0;
        width: 100vw;
        transition: 0.3s;
    }

        .site__header.menu-open {
            background-color: #1d1d1d;
        }

        .site__header.sticky {
            backdrop-filter: unset;
            background-color: #1d1d1d;
        }

            .site__header.sticky .site__logo {
                width: 40px;
                height: 50px;
            }

    .site__menu {
        flex-direction: row;
    }

    .site__menu__list {
        padding: 30px 0;
        flex-direction: column;
        gap: 25px;
        justify-content: flex-start;
        position: fixed;
        z-index: 999;
        top: 70px;
        right: -100%;
        width: 100%;
        height: 100% !important;
        transition: 0.3s;
    }

        .site__menu__list.show-menu {
            top: 70px;
            right: 0;
            height: 100% !important;
            background-color: #1d1d1d;
            z-index: 999;
        }

            .site__menu__list.show-menu .site__menu--signup.show-in-mobile {
                display: inline-block;
            }

    .site__menu__action > li, .site__menu__action > .dropdown {
        margin-left: 10px;
    }

    .site__menu--signup {
        display: none;
    }

    .site__menu__cart {
        display: block;
    }

    .site__menu__social {
        display: none;
    }

    .site__dropdown-items {
        background: url(../../img/bg-pattern.png), linear-gradient(0deg, #31418c, rgb(49, 65, 140)), linear-gradient(0deg, rgba(31, 31, 31, 0.3), rgba(31, 31, 31, 0.3));
        padding: 0 10px;
        margin-top: 5px;
    }

        .site__dropdown-items li a {
            padding: 10px 0;
            font-size: 14px;
        }

    .site__login {
        display: block;
    }

    .toggle-menu {
        display: block;
        position: relative;
    }

    .cart {
        font-size: 24px;
    }

    .cart__badge {
        width: 18px;
        font-size: 10px;
        line-height: 1;
        top: -5px;
        right: -5px;
    }
}

.features__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    justify-content: start;
    gap: 30px;
}

@media all and (max-width: 992px) {
    .features__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 768px) {
    .features__items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.features__item {
    width: unset;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

@media all and (min-width: 1200px) {
    .features__item {
        width: 370px;
    }
}

.features__item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(242, 155, 112, 0) 0%, #fbd197 100%);
}

.features__img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    height: 100%;
}

.features__text {
    position: absolute;
    z-index: 100;
    bottom: 25px;
    left: 30px;
}

    .features__text p {
        font-size: 30px;
        font-weight: 500;
        color: #1f1f1f;
        line-height: 36px;
        margin: 0;
        transition: all 0.5s ease-in-out;
    }

@keyframes come2life {
    0% {
        transform: scale3d(0, 0, 1) rotate(0.02deg);
        opacity: 0;
        filter: blur(10px);
    }

    25% {
        transform: scale3d(1, 1, 1) rotate(0.02deg);
        opacity: 1;
        filter: blur(0px);
    }

    40% {
        opacity: 1;
        filter: blur(0px);
    }

    80% {
        opacity: 0;
    }

    100% {
        transform: scale3d(4, 4, 1) rotate(0.02deg);
        filter: blur(10px);
    }
}

@media only screen and (max-width: 992px) {
    .features__item {
        height: 380px;
    }

    .features__items {
        gap: 20px;
    }

        .features__items .features__hover {
            padding: 20px;
        }

    .features__hover {
        padding: 15px;
    }

        .features__hover .hover__text {
            font-size: 18px !important;
        }
}

@media only screen and (max-width: 768px) {
    .features__heading {
        margin-bottom: 30px;
    }

    .features__items {
        gap: 20px;
    }

        .features__items .features__hover {
            padding: 20px;
        }

    .features__item {
        height: 370px;
    }

    .features__img {
        height: 370px;
        object-position: center center;
    }

    .features__hover {
        padding: 15px;
    }

        .features__hover .hover__text {
            font-size: 18px !important;
        }

    .features__text {
        top: 15px;
        left: 15px;
    }
}

.site-footer {
    padding: 100px 0;
    background: linear-gradient(180deg, rgba(61, 85, 204, 0.7) 0%, rgba(31, 31, 31, 0.1) 100%);
}

.site-footer__text {
    font-size: 12px;
    color: #ffffff;
}

.site-footer__menus {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
    margin-left: 0px;
    display: flex;
    gap: 18px;
    flex-direction: column;
}

    .site-footer__menus li a {
        color: #ffffff;
    }

        .site-footer__menus li a:hover {
            text-decoration: none;
            color: #faf8f2;
        }

.site-footer__menus--social {
    display: flex;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

    .site-footer__menus--social li a {
        width: 36px;
        height: 36px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background-color: #434b76;
        border-radius: 50px;
    }

        .site-footer__menus--social li a:hover {
            text-decoration: none;
            color: #faf8f2;
        }

.site-footer__contact {
    margin-top: 50px;
}

.site-footer__middle {
    padding: 60px 0;
}

    .site-footer__middle .hippa-logo {
        max-width: 410px;
        text-align: center;
    }

.site-footer__hims {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

    .site-footer__hims p {
        color: #ffffff;
        margin-bottom: 0;
    }

.site-footer__bottom {
    padding-top: 100px;
}

    .site-footer__bottom .rizz-logo img {
        width: 100%;
        position: relative;
        z-index: -1;
    }

.subscribe {
    max-width: 410px;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    background: transparent;
    z-index: 1;
}

    .subscribe::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px; /* Border thickness */
        border-radius: inherit;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.1), #52566c);
        -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

.subscribe__title {
    font-size: 48px;
    line-height: 58px;
    color: #ffffff;
}

.subscribe__text {
    margin-top: 15px;
    color: #ffffff;
}

.subscribe__input {
    margin-top: 20px;
    position: relative;
}

    .subscribe__input input {
        width: 100%;
        height: 60px;
        padding: 18px;
        border: 1px solid #b9b8b8;
        border-radius: 8px;
        outline: 0;
        box-shadow: none;
        background-color: transparent;
        color: #ffffff;
    }

        .subscribe__input input::placeholder {
            color: #ffffff;
        }

    .subscribe__input button {
        position: absolute;
        background-color: transparent;
        border: 0;
        outline: 0;
        height: 60px;
        width: 60px;
        right: 0;
    }

        .subscribe__input button i {
            font-size: 24px;
            line-height: 34px;
            color: #ffffff;
        }

.copyright-text {
    font-size: 13px;
}

@media only screen and (max-width: 992px) {
    .site-footer {
        padding: 80px 0;
    }

    .site-footer__middle {
        padding: 30px 0;
    }

        .site-footer__middle .hippa-logo {
            max-width: unset;
        }

    .site-footer__bottom {
        padding-top: 20px;
    }

    .site-footer__text {
        font-size: 18px;
    }

    .site-footer__menus {
        padding-left: unset;
        text-align: left;
    }

    .site-footer__menus__item {
        margin-top: 30px;
    }

    .site-footer__menus--social {
        justify-content: center;
    }

    .site-footer__menus li a {
        font-size: 14px;
    }

    .site-footer__hims {
        flex-direction: column;
        text-align: center;
    }

    .subscribe {
        max-width: unset;
        padding: 50px;
        border-radius: 15px;
    }

    .subscribe__input input {
        height: 60px;
        padding: 12px;
    }

    .subscribe__title {
        font-size: 43px;
        line-height: 1;
    }

    .subscribe__text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .site-footer {
        padding: 60px 0;
    }

    .site-footer__text {
        font-size: 16px;
    }

    .site-footer__menus {
        gap: 5px;
        margin-top: 15px;
    }

        .site-footer__menus li a {
            font-size: 12px;
        }

    .subscribe {
        padding: 35px 20px;
    }
}

.breadcrumb {
    margin: 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 32px;
    background-color: transparent;
}

.breadcrumb__items {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding-bottom: 10px;
    overflow: hidden;
}

.breadcrumb__link {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: underline;
    text-wrap: nowrap;
}

    .breadcrumb__link:visited {
        color: #ffffff !important;
    }

    .breadcrumb__link:hover, .breadcrumb__link:focus, .breadcrumb__link.active {
        text-decoration: underline;
        color: #ffffff;
    }

.breadcrumb__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin-top: 4px;
}

    .breadcrumb__arrow i {
        font-size: 10px;
    }

.breadcrumb__active {
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 1px;
    text-wrap: nowrap;
}

@media all and (min-width: 768px) {
    .breadcrumb {
        margin-top: 26px;
    }
}

@media all and (max-width: 768px) {
    .breadcrumb__items {
        overflow-x: scroll;
    }
}

.modal-open .modal {
    overflow-y: hidden !important;
}

.modal {
    overflow-y: hidden !important;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 1024px;
    max-width: 96%;
    margin-top: 0;
}

.modal-content {
    width: 100%;
    border-radius: 12px;
    max-height: calc(100% - 30px) !important;
    overflow-y: auto !important;
    background: linear-gradient(0deg, rgba(49, 65, 140, 0.6), rgba(49, 65, 140, 0.6)), linear-gradient(0deg, rgba(31, 31, 31, 0.2), rgba(31, 31, 31, 0.2)), url("../../img/bg-pattern-2.png");
    background-size: cover;
    background-position: center;
    border: 1px solid #1d2549;
}

.modal-header {
    display: flex;
    align-items: center;
}

.modal-body {
    padding: 60px;
}

@media all and (max-width: 767px) {
    .modal-body {
        padding: 25px 15px 30px 15px;
    }
}

.modal-body__alt {
    padding: 20px 15px;
}

.modal__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 127px;
    height: 127px;
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .modal__icon {
        width: 80px;
        height: 80px;
    }
}

.modal__icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 113px;
    background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media all and (max-width: 767px) {
    .modal__icon i {
        font-size: 64px;
    }
}

.modal__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

    .modal__title p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 0px;
    }

.modal__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

    .modal__text p {
        text-align: center;
        font-size: 32px;
        line-height: 38px;
        font-weight: 600;
        text-transform: capitalize;
        color: #ffffff;
    }

@media all and (max-width: 767px) {
    .modal__text p {
        font-size: 20px;
        line-height: 26px;
    }
}

.modal__long-text {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.modal__highlight-text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(190, 190, 190, 0.1);
    box-shadow: 0px 12px 40px 8px rgba(92, 92, 92, 0.0509803922);
    border-radius: 12px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.modal__radios {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px 5%;
}

.modal__radios-item {
    width: 30%;
}

@media all and (max-width: 540px) {
    .modal__radios-item {
        width: 45%;
    }
}

.modal__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.modal__action {
    border: 0;
    display: inline-block;
    width: 210px;
    padding: 10px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    border: 1px solid #1f1f1f;
    transition: all 0.2s ease-in-out, border 0.1s ease-in-out;
}

@media all and (max-width: 767px) {
    .modal__action {
        width: 150px;
        padding: 8px 20px;
        font-size: 14px;
        line-height: 18px;
    }
}

.modal__action--primary {
    background: linear-gradient(180deg, #f29b70 0%, #fbd197 100%);
    border: 1px solid rgba(225, 192, 110, 0.9);
    color: #1f1f1f;
    transition: 0.3s;
}

    .modal__action--primary:hover, .modal__action--primary:focus,
    .modal__action--primary .active {
        color: #ffffff;
        border: 1px solid rgba(61, 85, 204, 0.9);
        background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
    }

.modal__action--outline {
    background-color: transparent;
    color: #fbd197;
    border: 1px solid #fbd197;
    transition: 0.3s;
}

    .modal__action--outline:hover, .modal__action--outline:focus,
    .modal__action--outline .active {
        border: 1px solid rgba(61, 85, 204, 0.9);
        background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
        color: #ffffff;
    }

.modal-backdrop.in {
    opacity: 0.9;
}

.modal .btn-close {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 10px;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 30px;
}

@media all and (max-width: 767px) {
    .modal .btn-close {
        right: 10px;
        top: 10px;
    }
}

.modal__qa {
    padding: 5px 0;
}

.modal__ques {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.modal__ans {
    font-size: 18px;
}

.confirm-modal .modal-dialog {
    width: 95%;
    margin: 0 auto;
}

@media all and (min-width: 768px) {
    .confirm-modal .modal-dialog {
        max-width: 700px;
    }
}

.lab-report-modal .modal-content {
    overflow: hidden;
}

.lab-report-modal .modal-header {
    display: flex;
    padding: 15px;
    border-bottom: 0;
}

.lab-report-modal .modal-body {
    padding: 15px;
}

    .lab-report-modal .modal-body .list-table .table__alt.table thead th:nth-child(1) {
        padding-left: 15px !important;
    }

    .lab-report-modal .modal-body .list-table .table__alt.table thead th {
        padding: 15px !important;
    }

    .lab-report-modal .modal-body .list-table .table__alt.table tbody tr td:nth-child(1) {
        padding-left: 15px !important;
    }

    .lab-report-modal .modal-body .list-table .table__alt.table tbody tr:nth-child(odd) {
        background-color: #454a6b !important;
    }

.intake-form-modal .modal-content {
    overflow: hidden !important;
}

.intake-form-modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 155px);
}

.payment-modal .modal__action {
    width: 210px;
    padding: 10px 24px;
}

@media all and (min-width: 768px) {
    .acknowledgement-modal .modal-content {
        width: 600px;
    }
}

.acknowledgement-modal .modal-body {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .acknowledgement-modal .modal-body .modal__long-text {
        font-size: 16px;
        line-height: 24px;
    }

.dose-modal .modal-content {
    width: 600px;
    max-width: 98%;
}

.dose-modal .modal-body {
    padding: 40px 36px;
}

.coupon {
    /* ALl frame Position Start */
}

.coupon-content {
    padding: 24px 0;
    width: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #1d2549;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(49, 65, 140, 0.6), rgba(49, 65, 140, 0.6)), linear-gradient(0deg, rgba(31, 31, 31, 0.2), rgba(31, 31, 31, 0.2)), url("../../img/bg-pattern-2.png");
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0196078431);
}

    .coupon-content .btn-close {
        right: 20px;
        top: 14px;
        color: #ffffff;
    }

@media all and (max-width: 767px) {
    .coupon-content .btn-close {
        right: 10px;
        top: 10px;
    }
}

.coupon-body {
    width: 528px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

.coupon__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.coupon__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 94px;
    max-height: 33px;
    margin: 0;
}

    .coupon__logo img {
        width: 100%;
    }

.coupon__main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.coupon__alt .coupon__text {
    width: 320px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.coupon__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.coupon__title--alt {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.coupon__title--one {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}

.coupon__title--two {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

.coupon__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .coupon__text p {
        text-align: center;
        color: #ffffff;
    }

.coupon__text--one {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.coupon__text--two {
    margin-bottom: 0;
    font-size: 16px;
}

.coupon__categories {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    color: #ffffff;
    margin-top: 5px;
    max-width: calc(100% - 40px);
}

.coupon__categories-text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.coupon__category-checks {
    width: 420px;
    max-width: 100%;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px 30px;
    flex-wrap: wrap;
}

    .coupon__category-checks .category-check {
        width: calc(50% - 15px);
    }

.coupon__actions {
    position: relative;
    width: 420px;
    max-width: calc(100% - 20px);
    margin-top: 20px;
}

    .coupon__actions .rizz-btn__primary-grad {
        width: 150px;
        position: absolute;
        top: 0;
        right: -5px;
        padding: 13px 15px;
        border-radius: 10px;
    }

.coupon__actions--alt {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

    .coupon__actions--alt .rizz-btn__primary-grad {
        position: unset;
        width: 300px;
    }

.coupon__input {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 8px;
    outline: 0;
    box-shadow: none;
    height: 42px;
    width: 100%;
    color: #ffffff;
    padding: 15px;
}

    .coupon__input::placeholder {
        color: #ffffff;
    }

.coupon__close {
    margin-top: 15px;
    text-align: center;
}

    .coupon__close .close-modal {
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        text-decoration: underline;
        border: 0;
        background-color: transparent;
        color: #ffffff;
    }

.coupon__footer {
    width: 420px;
    max-width: calc(100% - 20px);
    margin-top: 5px;
}

    .coupon__footer p {
        font-size: 11px;
        line-height: 16px;
        color: #ffffff;
        margin-bottom: 0;
        text-align: center;
    }

.coupon__frame--top-left img {
    position: absolute;
    z-index: -1;
    top: -18px;
    left: -119px;
}

.coupon__frame--top-right img {
    position: absolute;
    z-index: -1;
    top: -4px;
    right: -50px;
}

.coupon__frame--middle-left img {
    position: absolute;
    z-index: -1;
    bottom: 88px;
    left: -65px;
}

.coupon__frame--middle-right img {
    position: absolute;
    z-index: -1;
    top: 265px;
    right: 0;
    width: 60px;
}

.coupon__frame--bottom-right img {
    position: absolute;
    z-index: -1;
    right: -124px;
    bottom: -26px;
}

.coupon__frame--bottom-left img {
    position: absolute;
    z-index: -1;
    left: 32px;
    bottom: 0;
    width: 60px;
}

@media only screen and (max-width: 992px) {
    .coupon {
        /* ALl frame Position Start */
    }

    .coupon-content {
        padding: 20px 0;
    }

    .coupon__title {
        padding-top: 15px;
    }

    .coupon__title--alt {
        margin-top: 30px;
    }

    .coupon__title p {
        font-size: 16px;
    }

    .coupon__title--one {
        font-size: 30px;
        line-height: 35px;
    }

    .coupon__title--two {
        font-size: 40px;
        line-height: 48px;
    }

    .coupon__text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .coupon__text p {
            text-align: center;
            color: #ffffff;
        }

    .coupon__text--one {
        font-size: 18px;
    }

    .coupon__text--two {
        margin-top: 0;
        font-size: 16px;
    }

    .coupon__actions {
        margin-top: 20px;
    }

    .coupon__actions--alt {
        margin-top: 30px;
    }

    .coupon__input {
        font-size: 16px;
        padding: 15px;
    }

    .coupon__close {
        margin-top: 20px;
    }

        .coupon__close .close-modal {
            font-size: 18px;
        }

    .coupon__frame--top img {
        top: 20px;
        right: -50px;
        width: 120px;
    }

    .coupon__frame--left img {
        bottom: -50px;
        left: -70px;
        width: 170px;
    }

    .coupon__frame--right img {
        bottom: 20px;
        right: -70px;
        width: 150px;
    }

    .coupon__frame--bottom img {
        bottom: 0;
        width: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .coupon {
        /* ALl frame Position Start */
    }

    .coupon__title {
        padding-top: 15px;
    }

    .coupon__title--alt {
        margin-top: 20px;
    }

    .coupon__title--one {
        font-size: 24px;
        line-height: 30px;
    }

    .coupon__title--two {
        font-size: 30px;
        line-height: 35px;
    }

    .coupon__categories {
        max-width: calc(100% - 20px);
    }

    .coupon__category-checks {
        gap: 10px;
    }

    .coupon__actions {
        margin-top: 15px;
    }

        .coupon__actions .dnn-btn__gradient {
            font-size: 14px;
            width: 120px;
            padding: 11px;
        }

    .coupon__actions--alt {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .coupon__input {
        font-size: 14px;
        padding: 10px;
        height: 36px;
    }
}

.home-hero {
    padding-top: 196px;
    background-image: url(./../../img/hero.png);
    background-size: 3000px;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1220px;
}

@media only screen and (max-width: 768px) {
    .home-hero {
        min-height: 1100px;
        background-position: 60% top;
        background-size: 2300px;
    }
}

.home-hero__left {
    width: 550px;
    max-width: 100%;
    margin-top: 42px;
}

@media only screen and (max-width: 768px) {
    .home-hero__left {
        margin-inline: auto;
        text-align: center;
        margin-top: 450px;
    }
}

.home-hero__cta {
    display: inline-block;
    padding: 2px;
    outline: none;
    border: 0;
    border-radius: 50px;
    text-transform: capitalize;
    background: linear-gradient(90deg, #db5095 0%, #1945e8 100%);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .home-hero__cta span {
        display: inline-block;
        background-color: #22242d;
        font-size: 22px;
        line-height: 1.4;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 1.5px;
        border-radius: 50px;
        padding: 16px 28px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .home-hero__cta:hover span {
        background-color: transparent;
    }

.home-hero__title {
    font-size: 80px;
    line-height: 96px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 34px;
}

.home-hero__title--gradient {
    background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

@media only screen and (max-width: 768px) {
    .home-hero__title {
        font-size: 36px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 30px;
    }
}

.home-hero__search {
    margin-top: 148px;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
    .home-hero__search {
        margin-top: 50px;
    }
}

.home-content {
    background-image: url(./../../img/bg-artwork-2.png);
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-y;
}

.category-section {
    margin-top: -200px;
    padding-bottom: 160px;
}

@media only screen and (max-width: 768px) {
    .category-section {
        padding-bottom: 50px;
        margin-top: -150px;
    }

        .category-section .section__title {
            font-size: 28px;
            line-height: 1.2;
        }
}

.home-categorie {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 376px 44px 376px;
}

@media only screen and (max-width: 768px) {
    .home-categorie {
        gap: 15px;
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        grid-template-rows: repeat(3, auto);
    }
}

.home-categorie__item {
    border-radius: 24px;
    padding: 24px;
    background-color: #db5095;
    position: relative;
    cursor: pointer;
}

    .home-categorie__item:nth-child(1) {
        grid-column: 1;
        grid-row: 1/span 2;
    }

    .home-categorie__item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .home-categorie__item:nth-child(3) {
        grid-column: 3;
        grid-row: 1/span 2;
    }

    .home-categorie__item:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    .home-categorie__item:nth-child(5) {
        grid-column: 2;
        grid-row: 2/span 2;
    }

    .home-categorie__item:nth-child(6) {
        grid-column: 3;
        grid-row: 3;
    }

@media only screen and (max-width: 768px) {
    .home-categorie__item {
        aspect-ratio: 164/202;
        padding: 16px;
    }

        .home-categorie__item:nth-child(1) {
            grid-column: 1;
            grid-row: 1;
        }

        .home-categorie__item:nth-child(2) {
            grid-column: 2;
            grid-row: 1;
        }

        .home-categorie__item:nth-child(3) {
            grid-column: 1;
            grid-row: 2;
        }

        .home-categorie__item:nth-child(4) {
            grid-column: 2;
            grid-row: 2;
        }

        .home-categorie__item:nth-child(5) {
            grid-column: 1;
            grid-row: 3;
        }

        .home-categorie__item:nth-child(6) {
            grid-column: 2;
            grid-row: 3;
        }
}

.home-categorie__img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

    .home-categorie__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.home-categorie__name {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    max-width: 180px;
    position: absolute;
    left: 24px;
    top: 24px;
}

@media only screen and (max-width: 768px) {
    .home-categorie__name {
        font-size: 18px;
        line-height: 1.2;
        left: 20px;
        top: 15px;
    }
}

.service {
    padding: 50px 15px;
    background-color: rgba(49, 65, 140, 0.3);
}

@media only screen and (max-width: 768px) {
    .service {
        padding: 30px 15px;
    }
}

.service__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 80px;
}

@media only screen and (max-width: 768px) {
    .service__list {
        justify-content: start;
        padding: 0;
        gap: 15px;
        padding-left: 30px;
    }
}

.service__item {
    display: inline-flex;
    gap: 32px;
    padding-right: 20px;
}

    .service__item i {
        font-size: 35px;
        color: #c1842d;
        background: linear-gradient(to bottom, #c1842d, #ecc974);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .service__item p {
        font-size: 22px;
        margin-bottom: 0;
    }

@media only screen and (max-width: 768px) {
    .service__item {
        flex-direction: column;
        gap: 6px;
        padding-right: 0;
        width: calc(50% - 15px);
    }

        .service__item i {
            font-size: 24px;
        }

        .service__item p {
            font-size: 16px;
        }
}

.home-products {
    padding-block: 160px;
}

@media only screen and (max-width: 768px) {
    .home-products {
        padding-block: 50px;
    }
}

.products__filter {
    margin-bottom: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

@media only screen and (max-width: 768px) {
    .products__filter .products__filter-btn.products__filter-left,
    .products__filter .products__filter-btn.products__filter-right {
        display: none !important;
    }
}

.products .products__filter-btns .swiper-slide {
    width: auto !important;
}

.products__filter-btn {
    background-color: transparent;
    padding: 16px 24px;
    display: inline-block !important;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .products__filter-btn:hover, .products__filter-btn--active {
        background-color: #e1c06e;
        border: 1px solid #e1c06e;
        color: #1f1f1f;
    }

    .products__filter-btn.swiper-button-disabled {
        display: none !important;
    }

@media only screen and (max-width: 768px) {
    .products .section__title {
        font-size: 28px;
        line-height: 1.2;
    }
}

.product-list {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.product-card {
    width: 270px;
    height: 240px;
    background-color: rgba(49, 65, 140, 0.3);
    border-radius: 12px;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 134px;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    position: absolute;
    top: -1px;
    right: -1px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: linear-gradient(to right, #a75356, #d78c6c);
}

.product-card__tag--alt {
    background: linear-gradient(to right, #6c221d, #954139);
    border-left: 0.5px solid #a75356;
    border-bottom: 0.5px solid #d78c6c;
}

.product-card__body {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
    height: calc(100% - 43px);
}

.product-card__img {
    width: 110px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: end;
}

    .product-card__img img {
        display: inline-block;
        width: 70px;
    }

.product-card__img--edge {
    position: relative;
    height: 100%;
    width: 124px;
    min-width: 124px;
}

    .product-card__img--edge img {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .product-card__img--edge + .product-card__name {
        margin-left: -20px;
    }

.product-card__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #c1842d, #ecc974);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-card__footer {
    background-color: rgba(31, 31, 31, 0.3);
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-card__price {
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    padding-left: 18px;
    margin: 0;
    flex-grow: 1;
}

.product-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0;
    border-radius: 0;
    width: 87px;
    background: linear-gradient(to bottom, #c1842d, #ecc974);
    cursor: pointer;
    transition: all 0.6s ease;
}

    .product-card__btn i {
        font-size: 24px;
        color: #1f1f1f;
    }

    .product-card__btn .icon-cart-check {
        display: none;
    }

    .product-card__btn:hover {
        background: linear-gradient(to right, #db5095, #1945e8);
    }

        .product-card__btn:hover i {
            color: #ffffff;
        }

.product-card__btn--added {
    background: linear-gradient(to right, #db5095, #1945e8);
    pointer-events: none;
    cursor: not-allowed;
}

    .product-card__btn--added .icon-cart-plus-new {
        display: none;
    }

    .product-card__btn--added .icon-cart-check {
        display: block;
        color: #ffffff;
    }

@media all and (max-width: 768px) {
    .product-card {
        width: 100%;
    }
}

.home-product-slider,
.home-product-slider-control {
    display: none !important;
}

.how-works {
    height: 812px;
    background-image: url(./../../img/service.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-block: 90px;
}

@media only screen and (max-width: 768px) {
    .how-works {
        height: 300px;
        padding-block: 30px;
        background-size: cover;
        background-position: center;
    }
}

.how-works__left p {
    color: #ffffff;
    font-size: 58px;
    line-height: 70px;
    font-family: "Impact" !important;
}

@media only screen and (max-width: 768px) {
    .how-works__left p {
        font-size: 32px;
        line-height: 1.2;
    }
}

.how-works__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.how-works__list-item {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

    .how-works__list-item p {
        margin-bottom: 0;
    }

.rizz-search {
    width: 612px;
    max-width: 100%;
    margin: 0 auto;
    height: 75px;
    position: relative;
    border: 1px solid #ffffff;
    border-radius: 100px;
    background: rgba(67, 67, 67, 0.16);
    backdrop-filter: blur(204px);
}

@media only screen and (max-width: 768px) {
    .rizz-search {
        height: 46px;
    }
}

.rizz-search__input {
    display: block;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 25px;
    padding-left: 83px;
}

    .rizz-search__input::placeholder {
        color: #ffffff;
    }

@media only screen and (max-width: 768px) {
    .rizz-search__input {
        font-size: 16px;
        padding: 13px;
        padding-left: 53px;
    }
}

.rizz-search__icon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    left: 40px;
    top: 25px;
}

    .rizz-search__icon i {
        color: #ffffff;
        font-size: 24px;
    }

@media only screen and (max-width: 768px) {
    .rizz-search__icon {
        left: 20px;
        top: 10px;
    }

        .rizz-search__icon i {
            font-size: 20px;
        }
}

.rizz-search.on-right .rizz-search__input {
    padding-left: 32px;
}

.rizz-search.on-right .rizz-search__icon {
    left: unset;
    right: 30px;
}

@media only screen and (max-width: 768px) {
    .rizz-search.on-right .rizz-search__input {
        padding-left: 22px;
    }

    .rizz-search.on-right .rizz-search__icon {
        left: unset;
        right: 20px;
    }
}

.rizz-search__all {
    position: absolute;
    right: 20px;
    top: 25px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

    .rizz-search__all a {
        font-size: 20px;
        line-height: 1.2;
        color: #e7c64e;
        text-decoration: underline;
        cursor: pointer;
    }

    .rizz-search__all.show {
        opacity: 1;
        visibility: visible;
    }

@media all and (max-width: 767px) {
    .rizz-search__all {
        top: 10px;
    }
}

.rizz-search__results {
    background: url(../../img/bg-pattern.png), linear-gradient(0deg, rgba(49, 65, 140, 0.9), rgba(49, 65, 140, 0.9)), linear-gradient(0deg, rgba(31, 31, 31, 0.8), rgba(31, 31, 31, 0.8));
    list-style: none;
    border: 1px solid #1d2549;
    padding: 0 24px;
    border-radius: 12px;
    margin: 0;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    max-height: 380px;
    overflow-y: auto;
    z-index: 9999999;
}

    .rizz-search__results li a {
        display: block;
        padding: 24px 0;
        text-transform: capitalize;
        font-size: 16px;
        color: white;
        font-weight: 400;
        line-height: 1;
        border-bottom: 1px solid #1d2549;
    }

.rizz-search__no-results {
    margin-top: 20px;
}

    .rizz-search__no-results p {
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
    }

.feedback {
    position: relative;
    z-index: 1;
    background-image: url(../../img/client-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.feedback__block {
    padding: 160px 0 100px;
    border-radius: 40px;
}

.feedback h3 {
    text-align: center;
}

.feedback__slider {
    padding: 60px 15px !important;
}

.feedback__slide {
    padding: 30px;
    border-radius: 20px;
    height: auto !important;
    background-image: url(../../img/product-card-bg.png);
    backdrop-filter: blur(61.9382095337px);
    display: flex !important;
    flex-direction: column;
}

.feedback__client-info {
    margin-top: auto;
}

.feedback__patient {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .feedback__patient img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .feedback__patient p {
        font-size: 12px;
        margin-bottom: 0;
        margin-left: 12px;
    }

.feedback__patient__name {
    font-weight: 700;
    font-size: 20px !important;
}

.feedback__patient__designation {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5) !important;
}

.feedback__desc {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: start;
}

.feedback__review {
    text-align: center;
    margin-bottom: 30px;
}

    .feedback__review i {
        background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.feedback .dots-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .feedback .dots-slider .swiper-pagination-bullet {
        background-color: #3b3b41;
        width: 12px;
        height: 12px;
    }

    .feedback .dots-slider .swiper-pagination-bullet-active {
        background-color: #b9b8b8;
        width: 16px;
        height: 16px;
    }

@media only screen and (max-width: 992px) {
    .feedback__block {
        padding: 80px 0;
    }

        .feedback__block .container {
            max-width: 100%;
        }

    .feedback__slider {
        padding: 60px 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .home-hero__cta span {
        font-size: 16px;
        padding: 16px 28px;
    }

    .product-list {
        gap: 20px;
    }

    .service--single {
        flex-direction: column;
        gap: 5px;
    }

        .service--single i {
            font-size: 22px;
        }

        .service--single p {
            font-size: 18px;
            margin-bottom: 0;
        }

    .service .row .col-xs-6:nth-child(1), .service .row .col-xs-6:nth-child(2) {
        margin-bottom: 30px;
    }

    .feedback__slide {
        padding: 15px;
    }

    .feedback__slider {
        padding: 20px 0 60px !important;
    }

    .feedback__desc {
        margin: 0 0 12px 0;
        text-align: center;
        font-size: 14px;
        line-height: 1.4;
    }

    .feedback__review {
        margin-bottom: 12px;
    }

        .feedback__review i {
            font-size: 13px;
        }

    .feedback__patient img {
        width: 36px;
        height: 36px;
    }

    .feedback__patient__name {
        font-size: 14px !important;
        font-weight: 500;
    }

    .feedback__patient p {
        font-size: 10px;
    }

    .feedback__review {
        margin-bottom: 15px;
    }
}

.category-hero {
    background-image: url("./../../img/Sexual Health.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 1616px;
    padding-top: 180px;
}

    .category-hero .category-grid {
        display: flex;
        height: 100%;
        flex-direction: column;
    }

@media all and (min-width: 992px) {
    .category-hero .category-grid {
        flex-direction: row;
        gap: 50px;
    }
}

.category-hero .category-hero__left {
    width: 50%;
}

.category-hero .category-hero__right {
    width: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    height: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media all and (min-width: 992px) {
    .category-hero .category-hero__right {
        flex: 1;
        height: 100%;
        display: flex;
        max-width: 570px;
    }
}

.category-hero .category-hero__right__thumb {
    position: absolute;
    inset: 0;
}

    .category-hero .category-hero__right__thumb img {
        height: 100%;
        width: 100%;
    }

.category-hero__left {
    padding: 10px 0 80px 0;
}

.category-hero__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

@media all and (min-width: 992px) {
    .category-hero__text {
        font-size: 20px;
    }
}

.category-hero__thumb {
    width: 100%;
}

.category-nav {
    background-color: rgba(49, 65, 140, 0.3);
    margin-top: 50px;
}

@media all and (min-width: 992px) {
    .category-nav {
        margin-top: 80px;
    }
}

.category-nav__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding: 30px 0;
}

@media all and (min-width: 768px) {
    .category-nav__links {
        gap: 100px;
        flex-direction: row;
    }
}

.category-nav__link:link, .category-nav__link:visited {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.category-features {
    padding-bottom: 120px;
}

.category-features__margin {
    margin-top: -100px;
}

.category-details {
    padding: 80px 0;
    height: auto;
    position: relative;
    background-image: url(../../img/catefory-details-bg.png);
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

@media all and (min-width: 992px) {
    .category-details {
        height: 910px;
    }
}

@media all and (max-width: 991px) {
    .category-details {
        display: flex;
        flex-direction: column;
    }
}

.category-details__thumb {
    position: relative;
    inset-block: 0;
    right: 0;
    width: 100%;
    order: 2;
}

@media all and (min-width: 992px) {
    .category-details__thumb {
        position: absolute;
        order: 1;
    }
}

.category-details__thumb video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media all and (min-width: 992px) {
    .category-details__thumb {
        width: 50%;
    }
}

.category-details .container {
    order: 1;
}

@media all and (min-width: 992px) {
    .category-details .container {
        order: 2;
    }
}

.safety__info {
    background-color: #fbd197;
    padding: 100px 0 180px;
    position: relative;
    overflow: hidden;
}

    .safety__info .container {
        position: relative;
        z-index: 1;
    }

.safety__info__title {
    font-size: 62px;
    color: #1f1f1f;
    font-weight: 500;
}

    .safety__info__title span {
        color: #6c221d;
    }

.safety__info__content {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 18px;
    color: #b9b8b8;
}

.safety__info__content__icon {
    width: 22px;
    height: 22px;
    background-color: #e1c06e;
    color: #81532f;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.safety__info__img img {
    position: absolute;
    z-index: 0;
    bottom: -5px;
    right: 0;
    max-width: 400px;
    height: 80%;
    max-height: 350px;
}

@media only screen and (max-width: 1170px) {
    .category-hero.category-hero-v2 .category-hero__right {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .category-hero {
        background-position: 80% top;
        background-size: 1300px;
        padding-top: 500px;
        padding-bottom: 80px;
        min-height: unset;
    }

    .category-hero__right {
        display: none !important;
    }

    .category-hero .category-hero__left {
        width: 100%;
        padding: 0;
    }

    .category-features__margin {
        margin-top: 0;
    }

    .category-details {
        padding-top: 0;
        flex-direction: column-reverse;
        background-size: cover;
    }

        .category-details .details-list {
            padding-top: 50px;
            padding-bottom: 0;
        }

    .safety__info {
        padding: 100px 0;
    }

    .safety__info__title {
        line-height: 62px;
    }

    .safety__info__img {
        width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .category-hero {
        padding-top: 500px;
        padding-bottom: 50px;
        background-position: 65% top;
        background-size: 1300px;
        padding-top: 500px;
        padding-bottom: 80px;
    }

    .category-nav__links {
        gap: 15px;
    }

    .category-features {
        padding-bottom: 60px;
    }

    .category-details {
        padding-bottom: 60px;
    }

    .safety__info {
        padding: 60px 0;
        height: unset;
    }

    .safety__info__title {
        font-size: 34px;
        line-height: 35px;
        padding-top: unset;
    }

    .safety__info__content {
        display: flex;
        gap: 15px;
        align-items: center;
        font-size: 18px;
        color: #b9b8b8;
    }

    .safety__info__content__icon {
        width: 22px;
        height: 22px;
        background-color: #e1c06e;
        color: #81532f;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    .safety__info__img {
        width: 200px;
    }
}

.product-hero__left {
    padding-right: 50px;
}

.product-hero__right {
    margin-top: 50px;
}

.product-hero__heading {
    margin-top: 50px;
    font-size: 56px;
}

.product-hero__sub-heading {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 500;
    color: #ffe0bb;
}

.product-hero__text {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #ffffff;
}

.product-hero__dose {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.product-hero__dose-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.product-hero__dose-price {
    display: flex;
    gap: 15px;
}

.product-hero .dose {
    display: flex;
    align-items: center;
}

.product-hero .dose__title {
    font-size: 22px;
    margin-bottom: 0;
}

.product-hero .dose__item {
    padding: 6px 18px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: inline-block;
    background-color: #ffe0bb;
    color: #1c1c1c;
    border-radius: 50px;
}

.product-hero__price {
    margin-top: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.product-hero .price {
    display: flex;
    align-items: center;
}

.product-hero .price__title {
    font-size: 22px;
    margin-bottom: 0;
}

.product-hero .price__item {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: inline-block;
    background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
}

.product-hero__cart {
    margin-top: 30px;
}

.product-hero__so-tag {
    margin-top: 30px;
}

.product-hero__img {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .product-hero__img img {
        display: inline-block;
        vertical-align: top;
        border-radius: 16px;
        width: 150px;
    }

.product-hero__img--br img {
    right: 0;
    bottom: 0;
    transform: translate(0, 0);
}

.product-hero__strength {
    margin-top: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

.product-hero__strength-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    position: sticky;
    top: 0;
}

.product-hero__strength-items {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
    overflow-x: auto;
}

.product-hero .strength__item {
    gap: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-hero .strength__item__price {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(180deg, #f29b70 0%, #fbd197 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta {
    padding: 100px 0;
    background-color: rgba(255, 224, 187, 0.3);
}

.cta__title {
    font-size: 62px;
    line-height: 74px;
    font-weight: 500;
}

.cta__text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

    .cta__text i {
        color: #ffe0bb;
        margin-right: 5px;
    }

.cta .rizz-btn {
    margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
    .product-hero__heading {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .product-hero {
        padding: 80px 0;
        min-height: unset;
    }

    .product-hero__heading {
        font-size: 48px;
        line-height: 52px;
    }

    .product-hero__text {
        font-size: 18px;
        line-height: 24px;
    }

    .product-hero__right {
        margin-top: 0;
    }

    .product-hero__img img {
        width: 100px;
    }

    .cta {
        padding: 80px 0;
    }

    .cta__title {
        font-size: 43px;
        line-height: 48px;
    }

    .cta__text {
        font-size: 16px;
    }

    .cta .rizz-btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .product-hero {
        padding: 50px 0;
    }

    .product-hero__left {
        padding-right: unset;
    }

    .product-hero__text {
        font-size: 16px;
        line-height: 22px;
    }

    .product-hero__strength-items {
        overflow-x: scroll;
    }

    .cta {
        padding: 50px 0;
    }
}

.page, .page__wrapper {
    min-height: 100vh;
}

.page__wrapper {
    background: url(../../img/bg-artwork-2.png) top center/3000px no-repeat, url(../../img/bg-artwork-1.png) center 3100px/3000px repeat-y;
}

.page__common {
    background-image: none;
    padding: 200px 0 100px;
}

.page__common__title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .page, .page__wrapper {
        min-height: unset;
    }

    .page__common {
        padding: 150px 0 80px;
    }
}

@media only screen and (max-width: 992px) {
    .page__common {
        padding: 120px 0 60px;
    }
}

.faq__show-more {
    margin-top: 80px;
}

.faq__main {
    padding-top: 200px;
    margin: 0;
    background-image: none !important;
}

    .faq__main .section__title {
        text-align: start;
    }

@media only screen and (max-width: 992px) {
    .faq__main {
        padding: 200px 0 80px;
    }

    .faq__title {
        font-size: 43px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 768px) {
    .faq__main {
        padding: 120px 0 60px;
    }

    .faq__title {
        font-size: 36px;
        line-height: 43px;
    }
}

.cart-hero__heading {
    font-size: 56px;
    line-height: 62px;
    font-weight: 500;
    text-align: center;
}

.cart-hero__text {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}

.cart-flash {
    margin-bottom: 40px;
    padding: 20px 0 0 0;
}

.cart-flash__box {
    background-color: transparent;
    padding: 20px 0;
    border-top: 3px solid rgba(255, 224, 187, 0.3);
    border-bottom: 3px solid rgba(255, 224, 187, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-flash__message {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.cart-flash__icon {
    background-color: #ffe0bb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

    .cart-flash__icon i {
        font-size: 20px;
        color: #1f1f1f;
    }

.cart-flash__text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .cart-flash__box {
        gap: 12px;
        flex-direction: column;
    }

    .cart-flash__message {
        gap: 8px;
    }

    .cart-flash__text {
        font-size: 16px;
        line-height: 1.2;
    }

    .cart-flash .dnn-btn {
        font-size: 14px;
        padding: 10px 14px;
    }
}

.cart-view {
    margin-bottom: 100px;
}

.cart__items {
    border-radius: 10px;
    border: 1px solid rgba(238, 238, 240, 0.5);
    background-image: url(../../img/doc-upload-bg.png);
}

@media all and (max-width: 767px) {
    .cart__items {
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        border: 0;
    }
}

.cart__item {
    padding: 24px;
    display: flex;
    gap: 10px;
}

@media all and (max-width: 767px) {
    .cart__item {
        border: 1px solid #eeeef0;
        border-radius: 10px;
        padding: 12px;
    }
}

.cart__item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media all and (max-width: 767px) {
    .cart__item:first-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.cart__item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart__item:not(:last-child) {
    border-bottom: 1px solid rgba(238, 238, 240, 0.5);
}

.cart__item-price {
    color: rgba(255, 255, 255, 0.7);
}

.cart__product {
    display: flex;
    flex: 1 1 auto;
}

.cart__thumbnail {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    flex-grow: 0;
}

    .cart__thumbnail img {
        height: 100%;
        max-height: 100%;
        max-width: 100%;
    }

@media all and (max-width: 767px) {
    .cart__thumbnail {
        width: 84px;
        height: 84px;
    }
}

.cart__details {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .cart__details p {
        color: #ffffff;
        margin-bottom: 0;
    }

.cart__item-name {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
}

.cart_action {
    margin-left: auto;
}

@media all and (max-width: 767px) {
    .cart__details {
        margin-left: 12px;
        gap: 8px;
    }

        .cart__details p {
            font-size: 14px;
            line-height: 1.2;
        }

    .cart__item-name {
        font-size: 20px;
        line-height: 1.1;
    }
}

.cart-empty {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cart-empty__text {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

@media all and (max-width: 767px) {
    .cart-empty__text {
        font-size: 20px;
        line-height: 25px;
    }
}

.cart-empty__graphic {
    width: 385px;
    max-width: 66%;
    height: auto;
}

.cart-empty__img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.promo {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid rgba(238, 238, 240, 0.5);
    border-radius: 10px;
    background-image: url(../../img/doc-upload-bg.png);
}

.promo__form {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;
}

.promo__input {
    display: inline-block;
    min-width: 130px;
    flex: 1 1 auto;
    height: 60px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    border: 1px solid rgba(238, 238, 240, 0.5);
    border-radius: 10px;
    outline: none;
    background-color: transparent;
    vertical-align: middle;
}

@media all and (max-width: 767px) {
    .promo {
        margin-bottom: 24px;
        padding: 12px;
    }

    .promo__form {
        gap: 10px;
    }

    .promo__input {
        height: 44px;
        padding: 10px 14px;
        font-size: 16px;
    }

    .promo__btn {
        padding: 12px 20px;
        padding-bottom: 15px;
        color: #1f1f1f;
        font-size: 14px;
        height: 44px;
    }
}

.pricing__basic {
    border-bottom: 1px dashed rgba(238, 238, 240, 0.5);
    padding: 20px 24px;
}

.pricing__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

    .pricing__item:last-child {
        margin-bottom: 0;
    }

.pricing__item--name {
    font-weight: 400;
    line-height: 0.8;
    font-size: 18px;
}

.pricing__item--value {
    color: #ffffff;
    font-weight: 400;
    line-height: 0.8;
    font-size: 18px;
}

.pricing__coupon {
    padding: 24px;
}

.pricing__total {
    padding: 24px;
    border-top: 1px dashed rgba(238, 238, 240, 0.5);
    display: flex;
    flex-direction: column;
}

.pricing__total-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing__total--name, .pricing__total--value {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 0.8;
}

@media all and (max-width: 767px) {
    .pricing__total--name, .pricing__total--value {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .pricing__total--name {
        font-size: 20px;
    }
}

@media all and (max-width: 767px) {
    .pricing__basic {
        padding: 12px 16px;
    }

    .pricing__item--name, .pricing__item--value {
        font-size: 14px;
    }

    .pricing__coupon {
        padding: 12px 16px;
    }
}

.pricing__total {
    padding: 12px 16px;
}

.attention {
    padding: 20px;
    padding-bottom: 0;
}

.attention__box {
    background-color: #e5106c;
    padding: 20px 16px;
    border-radius: 10px;
    border: 2px dashed #ffffff;
}

.attention__title {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    gap: 10px;
    margin-bottom: 12px;
}

    .attention__title i {
        font-size: 24px;
    }

    .attention__title p {
        margin-bottom: 0px;
        font-weight: 700;
    }

        .attention__title p span {
            font-weight: 400;
            font-style: italic;
            font-size: 16px;
            margin-left: 10px;
        }

.attention__price-desc {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.attention__text {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

.order-summary-cta {
    padding: 24px;
    padding-top: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

@media all and (max-width: 767px) {
    .order-summary-cta {
        padding: 12px 16px;
    }

        .order-summary-cta .dnn-btn {
            padding: 12px 20px;
            font-size: 14px;
        }
}

.coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon__label {
    font-weight: 600;
    line-height: 0.8;
    font-size: 18px;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .coupon__label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .cart-hero {
        padding: 80px 0 0;
    }

    .cart-hero__heading {
        font-size: 43px;
        line-height: 52px;
    }

    .cart-hero__text {
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 768px) {
    .cart-hero {
        padding: 60px 0 0;
    }

    .cart-hero__heading {
        font-size: 32px;
        line-height: 40px;
    }

    .cart-hero__text {
        font-size: 18px;
        line-height: 22px;
    }

    .cart-flash__icon {
        min-width: 30px;
        width: 30px;
        height: 30px;
        border-radius: 20px;
    }

    .cart-view {
        margin-bottom: 50px;
    }
}

.upload-document {
    padding: 229px 0 160px 0;
}

    .upload-document .medical-documents__title {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .upload-document .photo-dropzone {
        margin-bottom: 40px;
    }

    .upload-document .common__progress-bar {
        margin-top: 40px;
    }

        .upload-document .common__progress-bar .progress {
            height: 12px;
            border-radius: 20px;
        }

            .upload-document .common__progress-bar .progress .progress-bar {
                width: 30%;
                border-radius: 20px;
                background-color: #e1c06e;
                position: relative;
            }

                .upload-document .common__progress-bar .progress .progress-bar:after {
                    content: "";
                    display: block;
                    width: 8px;
                    height: 8px;
                    background-color: white;
                    border-radius: 10px;
                    position: absolute;
                    right: 2px;
                    top: 2px;
                }

        .upload-document .common__progress-bar .progress__text {
            text-align: center;
            font-size: 12px;
            font-weight: 500;
        }

.step-btn {
    margin-top: 40px;
    gap: 10px;
    display: flex;
    justify-content: end;
}

    .step-btn button {
        width: 200px;
    }

.dropzone input[type=file] {
    display: none;
}

.dropzone__area {
    display: block;
    width: 100%;
    height: 320px;
    padding: 0;
    color: #434343;
    border-radius: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-align: center;
    background-color: rgba(190, 190, 190, 0.1);
}

    .dropzone__area i {
        font-size: 80px;
    }

.dropzone__content {
    width: 370px;
}

    .dropzone__content img {
        max-width: 70px;
    }

    .dropzone__content .dnn-btn {
        margin-top: 10px;
        width: 100%;
        display: inline-block;
    }

.generated-document {
    border-bottom: 1.5px solid #d4d4d4;
    margin-bottom: 40px;
}

    .generated-document.completed {
        padding: 25px 0;
        border: 1px solid #ffffff;
        border-radius: 12px;
    }

        .generated-document.completed .dropdown__selection {
            margin-top: 7px;
        }

    .generated-document.last {
        margin-bottom: 0;
    }

.generated-document__status {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.generated-document__status__info {
    display: flex;
    align-items: center;
    gap: 40px;
}

    .generated-document__status__info .doc-icon i {
        font-size: 50px;
        color: #eeeef0;
    }

    .generated-document__status__info .doc-content p {
        font-size: 18px;
        font-weight: 500;
    }

    .generated-document__status__info .doc-content ul {
        display: flex;
        align-items: center;
        gap: 15px;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }

        .generated-document__status__info .doc-content ul li {
            display: flex;
            align-items: center;
            font-size: 16px;
        }

            .generated-document__status__info .doc-content ul li:first-child {
                font-weight: 500;
                color: #bebebe;
            }

            .generated-document__status__info .doc-content ul li:last-child {
                color: #ffffff;
            }

            .generated-document__status__info .doc-content ul li i.icon-ellipse {
                font-size: 8px;
                margin-left: 15px;
            }

            .generated-document__status__info .doc-content ul li i.icon-loader {
                color: #ffe0bb;
                margin-right: 8px;
                font-size: 18px;
            }

            .generated-document__status__info .doc-content ul li i.icon-completed {
                color: #ffe0bb;
                margin-right: 8px;
                font-size: 18px;
            }

.generated-document__status__action a i {
    font-size: 22px;
    font-weight: 500;
    color: #eeeef0;
}

.generated-document .assessment__progress-bar {
    margin-top: 20px;
}

    .generated-document .assessment__progress-bar .progress .progress-bar::after {
        display: none;
    }

.mandatory-documents {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 40px;
    background-color: rgba(190, 190, 190, 0.1);
    border-radius: 20px;
    margin-top: 30px;
}

.mandatory-documents__icon i {
    font-size: 80px;
    background: linear-gradient(to bottom, #c1842d, #ecc974);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mandatory-documents__content {
    max-width: 750px;
}

.mandatory-documents__content__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #ffffff;
}

.mandatory-documents__content__description {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #bebebe;
    margin-bottom: 0;
}

@media only screen and (max-width: 1170px) {
    .generated-document.completed .dropdown__selection {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 992px) {
    .generated-document.completed .dropdown__selection {
        margin: 7px 20px 0 auto;
    }

    .upload-document {
        padding: 150px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .upload-document {
        padding: 120px 0 50px;
    }

        .upload-document .medical-documents__title {
            margin-bottom: 0;
            padding-bottom: 20px;
            font-size: 16px !important;
        }

    .mandatory-documents {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .mandatory-documents__icon i {
        font-size: 50px;
        color: #77808c;
    }

    .mandatory-documents__content__title {
        font-size: 16px;
    }

        .mandatory-documents__content__title span {
            display: block;
            margin-top: -10px;
        }

    .mandatory-documents__content__description {
        font-size: 16px;
        line-height: 24px;
    }

    .dropzone__area {
        display: block;
        width: 100%;
        height: 320px;
        padding: 0;
        background-color: rgba(190, 190, 190, 0.1);
        color: #b9b8b8;
        border-radius: 20px;
        border: 1px dashed #e1c06e;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        text-align: center;
    }

        .dropzone__area i {
            font-size: 80px;
        }

        .dropzone__area:hover {
            background-color: rgba(31, 31, 31, 0.7);
        }

    .dropzone__content {
        max-width: 370px;
        padding: 40px;
    }

        .dropzone__content img {
            max-width: 70px;
        }

        .dropzone__content .dnn-btn {
            margin-top: 10px;
            width: 100%;
            display: inline-block;
        }

    .generated-document {
        padding: 0 15px;
    }

    .generated-document__status {
        padding-left: 0;
        align-items: end;
    }

    .generated-document__status__info {
        gap: 15px;
        align-items: end;
    }

        .generated-document__status__info .doc-content p {
            margin-bottom: 0px;
            font-size: 14px;
        }

        .generated-document__status__info .doc-content ul li {
            font-size: 12px;
        }

            .generated-document__status__info .doc-content ul li:last-child {
                font-size: 14px;
            }

        .generated-document__status__info .doc-icon {
            display: flex;
            align-items: end;
        }

            .generated-document__status__info .doc-icon i {
                font-size: 40px;
            }

    .generated-document .row {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
    }

        .generated-document .row .dropdown__selection {
            max-width: 100%;
            padding: 0 7px;
        }

            .generated-document .row .dropdown__selection button {
                margin-top: 0 !important;
            }

                .generated-document .row .dropdown__selection button span {
                    font-size: 16px;
                }

    .generated-document .assessment__progress-bar {
        margin-bottom: 0 !important;
    }

    .generated-document.completed {
        padding: 0 12.5px;
        background-color: transparent;
    }

    .medical-documents .step-btn {
        margin-top: 20px;
        display: flex;
    }

        .medical-documents .step-btn button {
            padding: 12px;
            flex-grow: 1;
        }
}

@media only screen and (max-width: 768px) {
    .step-btn {
        margin-top: 20px;
        justify-content: center;
    }
}

.assessment__page-wrapper {
    background-color: #1c1c1c;
    background-image: url("../../img/bg-artwork-3.png");
    background-repeat: repeat-y;
    background-position: top center;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

    .assessment__page-wrapper .assessment__page__watermark-1 {
        position: absolute;
        z-index: -1;
        top: 30px;
        right: 0;
        transform: rotate(-55.61);
    }

    .assessment__page-wrapper .assessment__page__watermark-2 {
        position: absolute;
        z-index: -1;
        top: 60vh;
        left: 0;
        transform: rotate(-55.61);
    }

.assessment__form {
    margin-top: 80px;
}

.assessment__form-container {
    width: 519px;
    margin: 0 auto;
}

.assessment__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.assessment__form--two-col {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
    max-width: 850px;
}

@media all and (max-width: 767px) {
    .assessment__form--two-col {
        flex-direction: column;
    }
}

.assessment__form--categories {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 20px;
    width: 100%;
    max-width: 964px;
}

.assessment__invalid-badge {
    margin: 0 auto;
    margin-top: 20px;
    background: linear-gradient(90deg, #db5095 0%, #1945e8 100%);
    padding: 12px 15px;
    width: 630px;
    max-width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.assessment__invalid-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

    .assessment__invalid-icon i {
        font-size: 24px;
        color: #ffffff;
    }

.assessment__invalid-text {
    margin: 0;
}

.assessment__img {
    margin: 80px auto;
    margin-bottom: 50px;
    display: inline-block;
    width: 300px;
    height: 300px;
    border: 4px solid #ffe0bb;
    border-radius: 300px;
}

    .assessment__img img {
        width: 100%;
        height: 100%;
    }

.assessment__recommended-products {
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

    .assessment__recommended-products .product__card {
        padding: 30px 15px;
        min-height: 550px;
        box-shadow: 0px 4px 56px 0px rgba(156, 87, 85, 0.1019607843);
        background-image: url(../../img/doc-upload-bg.png);
        background-color: rgba(49, 65, 140, 0.3);
        background-blend-mode: overlay;
        text-align: center;
        border-radius: 12px;
    }

    .assessment__recommended-products .product__badge {
        background: linear-gradient(to left, #a75356, #d78c6c);
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        max-width: 175px;
        margin: 10px auto;
        border-radius: 100px;
        display: block;
    }

    .assessment__recommended-products .product__price {
        all: unset;
        display: block;
    }

    .assessment__recommended-products .product__img {
        margin: 30px 0;
    }

        .assessment__recommended-products .product__img img {
            max-height: 180px;
        }

    .assessment__recommended-products .product__name {
        font-size: 28px;
        line-height: 1.3;
    }

    .assessment__recommended-products .product:nth-child(1) {
        width: 31.5%;
    }

    .assessment__recommended-products .product:nth-child(2) {
        width: 37%;
    }

    .assessment__recommended-products .product:nth-child(3) {
        width: 31.5%;
    }

    .assessment__recommended-products .product.active {
        transform: scaleY(1.1);
    }

        .assessment__recommended-products .product.active .product__card {
            background-color: rgba(255, 224, 187, 0.3);
            border: 3px solid #c1842d;
        }

        .assessment__recommended-products .product.active .product__img img {
            max-height: 225px;
        }

    .assessment__recommended-products .product__action .rizz-btn {
        border: 1px solid #ffe0bb;
        color: #ffe0bb;
        padding: 12px 30px;
    }

        .assessment__recommended-products .product__action .rizz-btn:hover, .assessment__recommended-products .product__action .rizz-btn:focus,
        .assessment__recommended-products .product__action .rizz-btn .active {
            border: 1px solid rgba(61, 85, 204, 0.9);
            background: linear-gradient(95.12deg, #db5095 7.77%, #1945e8 95.93%);
            color: #ffffff;
        }

.assessment__bg-no-repeat {
    background-repeat: no-repeat;
}

.time-picker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 570px;
    max-width: 96%;
    height: 70px;
    background: transparent;
    border-radius: 40px;
    position: relative;
}

.time-picker__input {
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 0;
}

.time-picker__viewer {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px !important;
    border: 0px;
    gap: 44px;
    box-shadow: 0px 12px 40px 8px rgba(92, 92, 92, 0.05);
    background-color: transparent;
}

    .time-picker__viewer span {
        font-size: 25px;
        font-weight: 400;
        color: #b9b8b8;
        display: flex;
        align-items: center;
    }

        .time-picker__viewer span:after {
            content: "";
            display: inline-flex;
            width: 50px;
            height: 1px;
            background-color: #e1c06e;
            margin-left: 44px;
        }

        .time-picker__viewer span:last-child:after {
            content: "";
            display: inline-flex;
            width: 0px;
            height: 0px;
            background-color: transparent;
            margin-left: 0px;
        }

.time-picker .bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 300px !important;
    padding: 10px;
}

@media all and (max-width: 1170px) {
    .assessment__recommended-products {
        gap: 15px;
    }

        .assessment__recommended-products .product__badge {
            font-size: 20px;
        }

        .assessment__recommended-products .product:nth-child(1) {
            width: 32%;
        }

        .assessment__recommended-products .product:nth-child(2) {
            width: 36%;
        }

        .assessment__recommended-products .product:nth-child(3) {
            width: 32%;
        }

        .assessment__recommended-products .product__img {
            margin-bottom: 15px;
        }

            .assessment__recommended-products .product__img img {
                max-height: 150px !important;
            }

        .assessment__recommended-products .product.active {
            transform: scaleY(1.07);
        }

            .assessment__recommended-products .product.active .product__img img {
                max-height: 180px !important;
            }
}

@media all and (max-width: 992px) {
    .assessment__recommended-products {
        gap: 15px;
    }

        .assessment__recommended-products .product__card {
            min-height: 450px !important;
        }

        .assessment__recommended-products .product__name {
            font-size: 22px;
            line-height: 28px;
        }

        .assessment__recommended-products .product__badge {
            font-size: 16px;
        }

        .assessment__recommended-products .product:nth-child(1) {
            width: 32.5%;
        }

        .assessment__recommended-products .product:nth-child(2) {
            width: 35%;
        }

        .assessment__recommended-products .product:nth-child(3) {
            width: 32.5%;
        }

        .assessment__recommended-products .product.active {
            transform: scaleY(1.05);
        }

    .assessment__form {
        margin-top: 50px;
    }
}

@media all and (max-width: 768px) {
    .assessment__recommended-products {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 60px;
        gap: 30px;
    }

        .assessment__recommended-products .product__card {
            min-width: 450px;
        }

        .assessment__recommended-products .product__badge {
            font-size: 16px;
        }

        .assessment__recommended-products .product:nth-child(1) {
            width: 100% !important;
        }

        .assessment__recommended-products .product:nth-child(2) {
            width: 100% !important;
        }

        .assessment__recommended-products .product:nth-child(3) {
            width: 100% !important;
        }

        .assessment__recommended-products .product.active {
            transform: unset;
        }

            .assessment__recommended-products .product.active .product__img img {
                max-height: 150px !important;
            }

    .assessment__form {
        margin-top: 30px;
    }
}

@media all and (max-width: 576px) {
    .assessment__recommended-products .product__card {
        min-width: 320px;
    }
}

.payment {
    padding: 100px 0;
}

.payment__body .dropdown__selection {
    margin: unset;
}

.payment__title {
    font-size: 43px;
    font-weight: 500;
}

.payment__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 50px;
    flex-direction: row;
}

.payment__card {
    margin-top: 50px;
}

.payment__card__variant2 {
    margin-top: 100px;
}

    .payment__card__variant2 .payment-card__header {
        padding: 0 0 20px 0;
    }

    .payment__card__variant2 .payment-form {
        padding: 20px 0 0 0;
    }

    .payment__card__variant2 .payment-form__single-input {
        padding-left: 0;
        padding-right: 0;
    }

        .payment__card__variant2 .payment-form__single-input.pl-20 {
            padding-left: 20px;
        }

        .payment__card__variant2 .payment-form__single-input.pr-20 {
            padding-right: 20px;
        }

.payment__card__variant3 {
    margin-top: 100px;
}

    .payment__card__variant3 .payment-card__header {
        padding: 0 0 20px 0;
    }

    .payment__card__variant3 .payment-form {
        padding: 20px 0 0 0;
    }

    .payment__card__variant3 .payment-form__single-input {
        padding-left: 0;
        padding-right: 0;
    }

        .payment__card__variant3 .payment-form__single-input.pl-20 {
            padding-left: 20px;
        }

        .payment__card__variant3 .payment-form__single-input.pr-20 {
            padding-right: 20px;
        }

.payment__card--cart-summary {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .payment__card--cart-summary .cart-card__header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .payment__card--cart-summary .pricing__item--name {
        font-size: 18px;
        font-weight: 300;
        color: #1f1f1f;
    }

    .payment__card--cart-summary .pricing__item--value {
        font-size: 18px;
        font-weight: 300;
        color: #1f1f1f;
    }

    .payment__card--cart-summary .pricing__coupon {
        padding: 20px 24px;
    }

    .payment__card--cart-summary .coupon__label {
        font-size: 18px;
        font-weight: 300;
        color: #1f1f1f;
    }

.payment__card .rizz-btn__icon-only i {
    background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    background-clip: text;
}

.payment__account {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment__account__number {
    font-size: 18px;
    line-height: 18px;
    margin-top: -4px;
}

.payment__account__badge {
    padding: 0 5px 1px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 14px;
    font-weight: 250;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
}

.payment__account__status {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.payment__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeef0;
    padding-bottom: 15px;
}

    .payment__header .dnn-btn__primary {
        width: 185px;
    }

.payment__options .custom-radio {
    display: flex;
    align-items: center;
}

.payment__form {
    padding: 20px 0 0 0;
}

.payment__form__single-input {
    padding-left: 0;
    padding-right: 0;
}

    .payment__form__single-input.pl-20 {
        padding-left: 20px;
    }

    .payment__form__single-input.pr-20 {
        padding-right: 20px;
    }

.payment__form #card-element {
    border: 0px;
    padding: 0px;
    background-color: transparent;
}

.payment__form--body {
    padding: 24px;
}

.payment__input {
    width: calc(50% - 50px);
}

.payment__methods {
    padding: 80px 0;
    background-color: rgba(255, 224, 187, 0.3);
    text-align: center;
}

.payment__methods__cards {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.payment__methods__card {
    width: 80px;
}

    .payment__methods__card img {
        width: 100%;
    }

.payment__billing {
    padding-bottom: 100px;
}

@media all and (max-width: 992px) {
    .payment {
        padding: 60px 0;
    }

    .payment__title {
        font-size: 26px;
    }

    .payment__input {
        width: 100%;
    }

    .payment__card {
        margin-top: 30px;
    }

    .payment__card--right {
        margin-top: 20px;
    }

    .payment__header .dnn-btn__primary {
        width: unset;
    }

    .payment__methods {
        padding: 60px 0;
    }

    .payment__methods__cards {
        margin-top: 20px;
        gap: 20px;
    }

    .payment__methods__card {
        width: 60px;
    }

        .payment__methods__card img {
            width: 100%;
        }

    .payment__billing {
        padding-bottom: 80px;
    }
}

@media all and (max-width: 767px) {
    .payment {
        padding: 60px 0;
    }

    .payment__input {
        width: 100%;
    }

    .payment__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .payment__methods {
        padding: 60px 0;
    }

    .payment__methods__cards {
        margin-top: 10px;
        gap: 10px;
    }

    .payment__methods__card {
        width: 60px;
    }

    .payment__billing {
        padding-bottom: 50px;
    }
}

.my-order {
    padding-bottom: 100px;
}

    .my-order .order-list.table thead th {
        background: linear-gradient(to bottom, #c1842d, #ecc974);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 20px 20px !important;
    }

    .my-order .list-table .table tbody td {
        padding: 20px !important;
    }

        .my-order .list-table .table tbody td p {
            margin-bottom: 0;
        }

.view-button {
    border: 0;
    background-color: transparent !important;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
}

.order {
    padding: 20px 20px;
}

.order__info {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.order__label {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    gap: 8px;
}

.order__status {
    padding: 30px 26px;
    padding-bottom: 0;
}

.order__track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    .order__track .tracker {
        position: absolute;
        top: -6px;
        width: 100%;
    }

    .order__track .tracker__single {
        height: 2px;
        width: 24.7%;
        background-color: aliceblue;
        display: inline-block;
    }

        .order__track .tracker__single.active {
            background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
        }

.order__step {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #e1c06e;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

    .order__step.active {
        border-color: #c1842d;
        background: linear-gradient(180deg, #c1842d 0%, #ecc974 100%);
    }

.order__step-label {
    font-size: 16px;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #8e8e8e;
    white-space: nowrap;
}

    .order__step-label.active {
        color: #ffffff;
    }

.medicine-info,
.document-info {
    padding: 28px 20px 28px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.medicine-info__item,
.document-info__item {
    display: flex;
    align-items: start;
    justify-content: start;
}

    .medicine-info__item p,
    .document-info__item p {
        margin: 0;
        line-height: 1;
    }

.medicine-info__label,
.document-info__label {
    min-width: 154px;
    color: #ffffff;
    font-weight: 600;
}

.medicine-info__states {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 12px;
}

.document-info {
    height: 100%;
}

.document-info__label {
    min-width: 170px;
}

.order-details {
    padding-bottom: 150px;
}

.col-equal-height {
    display: flex;
}

    .col-equal-height .col-md-6 {
        flex: 1;
    }

        .col-equal-height .col-md-6 .card-basic {
            height: 100%;
        }

@media only screen and (max-width: 992px) {
    .my-order {
        padding: 80px 0;
    }

    .my-order__title, .my-order__title a {
        font-size: 43px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    .order__track .tracker__single {
        width: 24.6%;
    }

    .order-details {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .my-order {
        padding: 50px 0;
    }

    .my-order__title, .my-order__title a {
        font-size: 30px;
        line-height: 40px;
    }

        .my-order__title i, .my-order__title a i {
            font-size: 30px;
        }

    .my-order .col-equal-height {
        margin-top: 20px !important;
    }

        .my-order .col-equal-height .col-md-6:nth-child(2) {
            margin-top: 20px;
        }

    .order__track .tracker__single {
        width: 24.4%;
    }

    .order__step-label {
        font-size: 14px;
        gap: 5px;
    }

    .medicine-info,
    .document-info {
        padding: 15px;
        gap: 10px;
    }

    .order-details {
        padding-bottom: 80px;
    }

        .order-details .col-equal-height {
            flex-direction: column;
        }
}

@media only screen and (max-width: 576px) {
    .order {
        overflow-x: scroll;
    }

    .order__track .tracker__single {
        width: 24.1%;
    }

    .order__label {
        font-size: 14px;
    }
}

.about {
    background: url(../../img/about-us.png) top center/3000px no-repeat;
    min-height: 1220px;
}

.about__hero {
    padding-top: 100px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.about__page-name {
    margin-top: 20px;
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about__pipe {
    display: inline-block;
    font-size: 62px;
    font-weight: 200;
    margin-top: -5px;
}

.about__title {
    font-size: 56px;
    text-transform: uppercase;
}

.about__title--alt {
    text-transform: capitalize;
}

.about__content {
    margin-top: 80px;
}

.about__text {
    margin-top: 30px;
    font-size: 20px;
}

.about__highlight {
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
}

.about__highlight__img {
    display: inline-flex;
    align-items: center;
}

    .about__highlight__img img {
        width: 160px;
    }

.about__headline {
    padding-top: 150px;
}

.about__headline__text {
    text-align: center;
    font-size: 20px;
}

.about .rizz-btn-size-xl {
    padding: 0px;
    font-size: 30px;
    line-height: 42px;
}

.about__person__col1 {
    order: 1;
}

.about__person__col2 {
    order: 2;
}

@media only screen and (max-width: 1200px) {
    .about {
        background: url(../../img/about-us.png) 55% top/2300px no-repeat;
    }

    .about__hero {
        padding-top: 80px;
    }

    .about .pt-180 {
        padding-top: 100px !important;
    }

    .about__highlight {
        font-size: 50px;
    }

    .about__highlight__img {
        width: 105px;
    }

    .about__pipe {
        font-size: 40px;
    }

    .about__person__img {
        text-align: center;
    }

        .about__person__img img {
            margin: 0 auto;
            max-width: 300px;
        }
}

@media only screen and (max-width: 992px) {
    .about {
        background: url(../../img/about-us.png) 55% top/2000px no-repeat;
    }

    .about__hero {
        padding-top: 100px;
    }

    .about__title {
        font-size: 36px;
    }

    .about__text {
        margin-top: 20px;
        font-size: 16px;
    }

    .about__page-name {
        margin-top: 0;
        font-size: 30px;
        font-weight: 500;
        color: #ffffff;
    }

    .about__highlight {
        font-size: 43px;
    }

    .about__highlight__img img {
        height: 60px;
    }

    .about__person .row {
        display: grid;
    }

    .about__person__col1 {
        order: 2;
    }

    .about__person__col2 {
        order: 1;
    }

    .about .pt-180,
    .about .pt-80 {
        padding-top: 80px !important;
    }

    .about__headline {
        padding-top: 80px;
    }

    .about__headline__text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .about {
        background: url(../../img/about-us.png) 67% top/1400px no-repeat;
    }

    .about__hero {
        padding-top: 50px;
    }

    .about__title {
        font-size: 30px;
    }

    .about__content {
        text-align: center;
    }

    .about__page-name {
        justify-content: center;
    }

    .about__text {
        margin-top: 15px;
        font-size: 14px;
        text-align: center;
    }

    .about__content {
        padding-top: 300px;
    }

    .about__highlight {
        font-size: 30px;
    }

    .about__highlight__img {
        width: 60px;
    }

    .about__pipe {
        font-size: 25px;
        margin-top: 0;
    }

    .about__page-name {
        font-size: 24px;
    }

    .about .pt-180,
    .about .pt-80 {
        padding-top: 50px !important;
    }

    .about__headline {
        padding-top: 50px;
    }

    .about__headline__text {
        font-size: 16px;
    }
}

.contact {
    padding: 200px 0 100px;
}

.contact__banner {
    margin-top: 70px;
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: rgba(49, 65, 140, 0.6);
}

    .contact__banner button {
        font-weight: 600;
    }

.contact__single {
    padding: 10px 70px;
    text-align: center;
}

.contact--btn {
    width: 143px;
}

.contact--text {
    margin-top: 20px;
    line-height: 26px;
}

.contact__form {
    max-width: 970px;
    margin: 0 auto;
}

.contact__form__btn {
    width: 143px;
}

.contact__img {
    margin-top: 80px;
}

    .contact__img img {
        width: 100%;
    }

.contact .map {
    margin-top: 80px;
}

@media only screen and (max-width: 992px) {
    .contact {
        padding: 200px 0 80px;
    }

    .contact__banner {
        margin-top: 30px;
        padding: 10px 20px;
    }

        .contact__banner p {
            font-size: 20px !important;
        }

    .contact .my-30 {
        margin: 20px 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .contact {
        padding: 120px 0 60px;
    }

    .contact__single {
        padding: 10px 0;
    }

    .contact .map {
        margin-top: 40px;
    }
}

.help {
    padding: 200px 0 100px;
}

.help__banner {
    text-align: center;
}

    .help__banner button {
        margin-top: 15px;
        border-radius: 50px;
        text-transform: uppercase;
    }

.help__subtitle {
    font-size: 30px;
    line-height: 1.2;
}

.help__subtitle--two {
    font-size: 20px;
}

.help__text {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
}

.help__items {
    margin-top: 100px;
}

.help__item {
    margin-top: 20px;
    padding: 40px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(49, 65, 140, 0.6);
}

    .help__item p {
        font-size: 43px;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 0;
    }

.help__cta {
    border: 0;
    outline: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .help__cta:hover {
        background-color: #e1c06e;
        color: #1f1f1f;
    }

.help__emergency {
    margin-top: 100px;
}

    .help__emergency p {
        display: flex;
        gap: 15px;
        align-items: center;
        font-size: 18px;
        color: #ffffff;
    }

.help__emergency__icon {
    width: 22px;
    height: 22px;
    background-color: #e7c64e;
    color: #954139;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

@media only screen and (max-width: 992px) {
    .help {
        padding: 200px 0 80px;
    }

    .help__items {
        margin-top: 50px;
    }

    .help__subtitle {
        font-size: 24px;
    }

    .help__subtitle--two {
        font-size: 18px;
    }

    .help__text {
        font-size: 30px;
    }

    .help__item {
        padding: 20px;
    }

        .help__item p {
            font-size: 30px;
            line-height: 1;
        }

    .help__emergency {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .help {
        padding: 120px 0 60px;
    }

    .help__text {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .help__subtitle--two {
        font-size: 16px;
    }

    .help__items {
        margin-top: 40px;
    }

    .help__item {
        padding: 15px;
        border-radius: 10px;
    }

        .help__item p {
            font-size: 20px;
        }

    .help__cta {
        margin-left: 15px;
    }

    .help__emergency {
        margin-top: 30px;
    }
}

.thank-you {
    padding-top: 200px;
    padding-bottom: 100px;
}

.thank-you__actions {
    max-width: 430px;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px auto 0;
}

@media only screen and (max-width: 992px) {
    .thank-you {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .thank-you {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .thank-you__actions {
        margin-top: 20px;
        gap: 10px;
    }
}

/*# sourceMappingURL=styles.css.map */