.grecaptcha-badge {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .live .blur-content {
        margin: 0 auto;
        box-shadow: 0 .4rem 4.8rem rgba(0, 0, 0, .16);
        flex: 1;
    }
    .bg-blur {
        background-position: 50%;
        background-size: 200%;
        padding: 3rem 0 0;
        flex: 1;
        position: relative;
    }
    .bg-blur::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.1); /* 10% black overlay */
        z-index: 0;
    }
    .bg-blur>* {
        position: relative;
        /*z-index: 1; disable to fix modal issue */
    }    

    .container {
        --bs-gutter-x: 3rem !important;
    }

}
    .btn-featured {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow: hidden;
    }
    .btn-featured img {
        margin-bottom: 1rem !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .live {
        display: flex;
        flex-direction: column;
        /* or row, depending on layout */
        border-radius: inherit;
        width: 100%;
        min-height: 100vh;
    }
    .page_hero {
        mask: radial-gradient(110.26% 96% at 50% 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.10) 54.68%, rgba(0, 0, 0, 0.20) 58.79%, rgba(0, 0, 0, 0.30) 62.4%, rgba(0, 0, 0, 0.39) 65.61%, rgba(0, 0, 0, 0.48) 68.52%, rgba(0, 0, 0, 0.57) 71.2%, rgba(0, 0, 0, 0.65) 73.75%, rgba(0, 0, 0, 0.72) 76.25%, rgba(0, 0, 0, 0.79) 78.8%, rgba(0, 0, 0, 0.85) 81.48%, rgba(0, 0, 0, 0.90) 84.39%, rgba(0, 0, 0, 0.94) 87.6%, rgba(0, 0, 0, 0.97) 91.21%, rgba(0, 0, 0, 0.99) 95.32%, #000 100%);-webkit-mask: radial-gradient(110.26% 96% at 50% 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.10) 54.68%, rgba(0, 0, 0, 0.20) 58.79%, rgba(0, 0, 0, 0.30) 62.4%, rgba(0, 0, 0, 0.39) 65.61%, rgba(0, 0, 0, 0.48) 68.52%, rgba(0, 0, 0, 0.57) 71.2%, rgba(0, 0, 0, 0.65) 73.75%, rgba(0, 0, 0, 0.72) 76.25%, rgba(0, 0, 0, 0.79) 78.8%, rgba(0, 0, 0, 0.85) 81.48%, rgba(0, 0, 0, 0.90) 84.39%, rgba(0, 0, 0, 0.94) 87.6%, rgba(0, 0, 0, 0.97) 91.21%, rgba(0, 0, 0, 0.99) 95.32%, #000 100%); pointer-events: none; z-index: 1 !important;
    }

@media (max-width: 575.98px) {
    .container {
        --bs-gutter-x: 2rem !important;
    }
}