/********** Template CSS **********/
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #1f2520;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--dark);
}

.bg-dark {
    background-color: var(--dark) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
    background: var(--primary);
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel,
#header-carousel .carousel-inner,
#header-carousel .carousel-item {
    background-color: #1f2520;
}

#header-carousel.carousel-fade .carousel-item {
    transform: none;
}

#header-carousel.carousel-fade .active.carousel-item-start,
#header-carousel.carousel-fade .active.carousel-item-end {
    opacity: 0;
}

.qs-hero-slide {
    position: relative;
    min-height: 640px;
    overflow: hidden;
}

.qs-hero-slide__picture,
.qs-hero-slide__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.qs-hero-slide__picture {
    z-index: 0;
    overflow: hidden;
}

.qs-hero-slide__bg {
    object-fit: cover;
    object-position: center;
}

.qs-hero-slide::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(90deg, rgba(31, 37, 32, .98) 0%, rgba(31, 37, 32, .9) 30%, rgba(31, 37, 32, .64) 52%, rgba(31, 37, 32, .08) 82%);
    z-index: 1;
}

.qs-hero-slide::after {
    position: absolute;
    content: "";
    inset: auto 0 0 0;
    height: 180px;
    background: linear-gradient(0deg, rgba(31, 37, 32, .45), rgba(31, 37, 32, 0));
    z-index: 1;
}

.qs-hero-slide--copy-right::before {
    background: linear-gradient(270deg, rgba(31, 37, 32, .98) 0%, rgba(31, 37, 32, .9) 34%, rgba(31, 37, 32, .58) 58%, rgba(31, 37, 32, .08) 84%);
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(31, 37, 32, 1) 0%, rgba(31, 37, 32, 0) 100%);
    z-index: 1;
}

.qs-hero-caption {
    background: transparent;
    z-index: 2;
    padding: 0;
    pointer-events: none;
}

.qs-hero-copy {
    max-width: 660px;
    pointer-events: auto;
}

.qs-hero-eyebrow {
    margin-bottom: 16px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.qs-hero-title {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.qs-hero-lead {
    max-width: 560px;
    margin-bottom: 26px;
    color: #F5F5F5;
    font-size: 18px;
    line-height: 1.7;
}

.qs-hero-bento {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
    max-width: 590px;
    margin-bottom: 30px;
}

.qs-hero-bento__item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 12px 14px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    background: rgba(31, 37, 32, .72);
    border: 1px solid rgba(95, 101, 111, .42);
    border-radius: 8px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, .16);
    backdrop-filter: blur(12px);
}

.qs-hero-bento__icon {
    flex: 0 0 auto;
    color: var(--primary);
    font-size: 16px;
}

.qs-hero-cta {
    padding: 16px 30px;
    color: #FFFFFF;
    font-weight: 700;
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 6px;
}

.qs-hero-cta:hover {
    color: #FFFFFF;
    background: #e0510f;
    border-color: #e0510f;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 15%;
    z-index: 20;
    pointer-events: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 991.98px) {
    #header-carousel .qs-hero-slide {
        min-height: 600px;
    }

    .qs-hero-slide__bg {
        object-position: 62% center;
    }

    .qs-hero-slide::before {
        background: linear-gradient(90deg, rgba(31, 37, 32, .98) 0%, rgba(31, 37, 32, .9) 46%, rgba(31, 37, 32, .44) 100%);
    }

    .qs-hero-slide--copy-right::before {
        background: linear-gradient(90deg, rgba(31, 37, 32, .98) 0%, rgba(31, 37, 32, .86) 52%, rgba(31, 37, 32, .42) 100%);
    }

    .qs-hero-title {
        font-size: 44px;
    }

    .qs-hero-bento {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
}

@media (max-width: 575.98px) {
    #header-carousel .qs-hero-slide {
        min-height: 720px;
    }

    #header-carousel .qs-hero-slide--copy-right {
        min-height: 720px;
    }

    #header-carousel .qs-hero-slide--copy-right .qs-hero-slide__bg {
        object-position: 28% center;
    }

    .qs-hero-caption {
        align-items: flex-start;
        padding-top: 48px;
    }

    .qs-hero-caption .animated {
        animation: none !important;
        transform: none !important;
    }

    .qs-hero-title {
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 1.08;
    }

    .qs-hero-lead {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.6;
    }

    .qs-hero-bento {
        gap: 10px;
        margin-bottom: 20px;
    }

    .qs-hero-bento__item {
        min-height: 48px;
        padding: 10px 12px;
    }

    .qs-hero-cta {
        padding: 14px 22px;
    }

    .qs-hero-copy {
        padding-right: 0;
    }

    #header-carousel .carousel-control-prev,
    #header-carousel .carousel-control-next {
        top: auto;
        bottom: 24px;
        width: 56px;
        height: 56px;
        z-index: 5;
        opacity: .92;
    }

    #header-carousel .carousel-control-prev {
        left: 16px;
    }

    #header-carousel .carousel-control-next {
        right: 16px;
    }

    #header-carousel .carousel-control-prev-icon,
    #header-carousel .carousel-control-next-icon {
        width: 2.75rem;
        height: 2.75rem;
        border-width: 12px;
        border-radius: 2.75rem;
    }
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(31, 37, 32, .78);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

#projects .qs-project-grid {
    margin-right: 0;
    margin-left: 0;
    padding: 0 16px 24px;
}

#projects .project-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    color: #fff;
    background: #101915;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
}

#projects .project-item img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1672 / 941;
    object-fit: contain;
    background: #f1f2f1;
}

#projects .project-item:hover img {
    margin-top: 0;
    transform: scale(1.015);
    opacity: 1;
}

#projects .project-item .project-title {
    position: static;
    width: 100%;
    height: auto;
    min-height: 62px;
    padding: 14px 18px 16px;
    justify-content: flex-start;
    text-align: left;
    background: #17231d;
    border-top: 1px solid rgba(255, 255, 255, .1);
    transform: none;
}

#projects .project-item:hover .project-title {
    bottom: auto;
    transform: none;
    background: #1d2a23;
}

#projects .project-item .project-title::before {
    display: none;
}

#projects .project-item .qs-project-title-text {
    display: block;
    width: 100%;
    color: #fff !important;
    font-size: clamp(1rem, 1.15vw, 1.2rem);
    line-height: 1.2;
    text-align: left;
}

@media (min-width: 992px) {
    #projects .qs-project-grid {
        padding-right: 24px;
        padding-bottom: 28px;
        padding-left: 24px;
    }
}

@media (max-width: 575.98px) {
    #projects .qs-project-grid {
        padding-right: 12px;
        padding-left: 12px;
    }

    #projects .project-item .project-title {
        min-height: 54px;
        padding: 12px 14px;
    }
}


/*** Client ***/
.client-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.client-logo img {
    width: 100px;
}

.client-logo small {
    display: block;
}

.client-item a {
    transition: .5s;
}

.client-item a:hover {
    color: var(--primary);
    letter-spacing: 1px;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}


/*** Homepage Proof Visuals ***/
.qs-about-strength,
.qs-feature-proof {
    position: relative;
    overflow: hidden;
    background: var(--light);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.qs-about-strength {
    border-left: 10px solid var(--primary);
}

.qs-feature-proof {
    border-right: 10px solid var(--primary);
}

.qs-about-strength__image,
.qs-feature-proof__image {
    display: block;
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}

.qs-feature-proof__image {
    min-height: 500px;
}

.qs-about-oem-badge {
    min-width: 180px;
}

@media (max-width: 991.98px) {
    .qs-about-strength__image,
    .qs-feature-proof__image {
        height: auto;
        min-height: 0;
        object-fit: contain;
    }
}

@media (max-width: 575.98px) {
    .qs-about-oem-badge {
        min-width: 168px;
        padding: 20px !important;
    }

    .qs-about-oem-badge h1 {
        font-size: 58px;
        line-height: 1;
    }

    .qs-about-oem-badge h5 {
        font-size: 17px;
        line-height: 1.25;
        white-space: nowrap;
    }
}

/* Single product mobile app shell override. This file is the template CSS loaded by cached product pages. */
@media (max-width: 767.98px) {
    body.single-product {
        padding-bottom: calc(82px + env(safe-area-inset-bottom)) !important;
        background: #f6f7f4 !important;
    }

    body.single-product .navbar {
        min-height: 58px !important;
        padding-right: 10px !important;
    }

    body.single-product .navbar .navbar-brand {
        height: 58px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.single-product .navbar .qs-header-logo {
        width: auto !important;
        max-width: 118px !important;
        max-height: 42px !important;
    }

    body.single-product .navbar .navbar-toggler {
        width: 42px !important;
        height: 42px !important;
    }

    body.single-product .qs-product {
        font-size: 14px !important;
    }

    body.single-product .qs-product .qs-block {
        margin-bottom: 1rem !important;
    }

    body.single-product .qs-product .qs-hero {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
        margin-bottom: 1rem !important;
    }

    body.single-product .qs-product .qs-gallery-frame {
        height: 220px !important;
    }

    body.single-product .qs-product .qs-thumb-btn {
        min-width: 52px !important;
        min-height: 52px !important;
    }

    body.single-product .qs-product .qs-thumb-btn img {
        width: 52px !important;
        height: 52px !important;
    }

    body.single-product .qs-product .qs-hero h1 {
        margin-bottom: .55rem !important;
        font-size: 1.45rem !important;
        line-height: 1.15 !important;
    }

    body.single-product .qs-product .qs-hero .lead {
        display: -webkit-box !important;
        margin-bottom: .85rem !important;
        overflow: hidden !important;
        font-size: .92rem !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    body.single-product .qs-product .qs-hero .border.border-2 {
        padding: .7rem .5rem !important;
        border-width: 1px !important;
        border-radius: 10px !important;
        background: #fff !important;
    }

    body.single-product .qs-product .qs-hero .h5 {
        margin-bottom: 2px !important;
        font-size: 1rem !important;
        line-height: 1.1 !important;
    }

    body.single-product .qs-product .qs-hero .small {
        font-size: .63rem !important;
        line-height: 1.2 !important;
    }

    body.single-product .qs-product .qs-hero > .row > .col-lg-6:last-child > .inquire-now {
        display: none !important;
    }

    body.single-product .qs-product .qs-detail-photos,
    body.single-product .qs-product .qs-related-products {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }

    body.single-product .qs-product .qs-detail-photos h2,
    body.single-product .qs-product .qs-related-products h2 {
        margin-bottom: .35rem !important;
        text-align: left !important;
        font-size: 1.18rem !important;
        line-height: 1.2 !important;
    }

    body.single-product .qs-product .qs-detail-photos > div > p,
    body.single-product .qs-product .qs-related-products p.text-muted {
        margin-bottom: .85rem !important;
        text-align: left !important;
        font-size: .86rem !important;
        line-height: 1.45 !important;
    }

    body.single-product .qs-product .qs-detail-card,
    body.single-product .qs-product .qs-related-card {
        border-radius: 12px !important;
        box-shadow: 0 8px 22px rgba(31, 37, 32, .08) !important;
    }

    body.single-product .qs-product .qs-detail-media,
    body.single-product .qs-product .qs-related-media {
        aspect-ratio: 16 / 10 !important;
    }

    body.single-product .qs-product .qs-detail-card .card-body,
    body.single-product .qs-product .qs-related-body {
        padding: 12px 14px 14px !important;
    }

    body.single-product .qs-product .qs-detail-card h5,
    body.single-product .qs-product .qs-related-title {
        margin-bottom: .35rem !important;
        font-size: 1rem !important;
        line-height: 1.25 !important;
    }

    body.single-product .qs-product .qs-detail-card p,
    body.single-product .qs-product .qs-related-desc {
        font-size: .86rem !important;
        line-height: 1.42 !important;
    }

    body.single-product .qs-product .qs-related-actions {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    body.single-product .qs-product .qs-related-actions .btn {
        min-height: 40px !important;
        padding: .45rem .45rem !important;
        font-size: .86rem !important;
        border-radius: 8px !important;
    }

    body.single-product .qs-mobile-actionbar--product {
        bottom: max(8px, env(safe-area-inset-bottom)) !important;
        width: min(420px, calc(100vw - 20px)) !important;
        min-height: 58px !important;
        padding: 6px !important;
        border-radius: 12px !important;
    }

    body.single-product .qs-mobile-actionbar__item--single {
        min-height: 50px !important;
        padding: 7px 16px !important;
        gap: 9px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
    }
}

/* Global compact mobile header. Keep this last so every page uses the same app-like header density. */
@media (max-width: 767.98px) {
    .navbar,
    body.single-product .navbar {
        min-height: 56px !important;
        padding: 0 10px !important;
        align-items: center !important;
    }

    .navbar::after,
    body.single-product .navbar::after {
        height: 3px !important;
    }

    .navbar .navbar-brand,
    body.single-product .navbar .navbar-brand {
        width: auto !important;
        max-width: calc(100vw - 76px) !important;
        height: 56px !important;
        flex: 0 0 auto !important;
        padding: 0 10px 0 12px !important;
        background: linear-gradient(90deg, rgba(0, 111, 52, .08), rgba(255, 255, 255, 0)) !important;
        box-shadow: none !important;
    }

    .navbar .navbar-brand::after,
    body.single-product .navbar .navbar-brand::after {
        display: none !important;
    }

    .navbar .qs-header-logo,
    body.single-product .navbar .qs-header-logo {
        width: auto !important;
        max-width: 112px !important;
        max-height: 40px !important;
        object-fit: contain !important;
    }

    .navbar .qs-header-pinyin,
    body.single-product .navbar .qs-header-pinyin {
        display: none !important;
    }

    .navbar .navbar-toggler,
    body.single-product .navbar .navbar-toggler {
        width: 40px !important;
        height: 40px !important;
        margin-left: auto !important;
        padding: 0 !important;
        box-shadow: 0 8px 18px rgba(31, 37, 32, .10) !important;
    }

    .navbar .navbar-toggler-icon,
    body.single-product .navbar .navbar-toggler-icon {
        width: 20px !important;
        height: 16px !important;
    }

    .navbar .navbar-toggler-icon::before,
    body.single-product .navbar .navbar-toggler-icon::before {
        top: 2px !important;
        box-shadow: 0 5px 0 var(--qs-mobile-ink, #1f2520) !important;
    }

    .navbar .navbar-toggler-icon::after,
    body.single-product .navbar .navbar-toggler-icon::after {
        bottom: 2px !important;
    }

    .navbar .navbar-collapse,
    body.single-product .navbar .navbar-collapse {
        top: calc(62px + env(safe-area-inset-top)) !important;
    }
}
