<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .downloadAppContainer {
        margin-left: inherit !important;
    }

    .divLang {
        line-height: 65px;
    }

    .sortIcon {
        margin-bottom: auto;
        margin-top: auto;
        height: 30px;
    }
}


body {
    font-size: 12px !important;
}



    body .chrome {
        font-size: 10px !important;
    }

.responsiveMobile {
    display: none !important;
}

.responsiveDesktop {
    display: block;
}

.freebie {
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 264px;
    position: fixed;
    right: -8px;
    top: 396px;
    cursor: pointer;
}

.downloadAppButtonText {
    font-size: 19px;
}

.responsiveCategory {
    display: block;
}

.mResponsiveCategory {
    display: none;
}

@media only screen and (max-width: 575px) {
    .responsiveCategory {
        display: none !important;
    }

    .mResponsiveCategory {
        display: block !important;
    }

}

@media only screen and (max-width: 1024px) {
    .responsiveMobile {
        display: block !important;
    }

    .responsiveDesktop {
        display: none !important;
    }

    .downloadAppButtonText {
        font-size: 16px !important;
    }
}


.ui-autocomplete {
    z-index: 9999999;
}


.companyInfoSection {
    width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.companyInfoGrid {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: white;
    width: 100%;
    display: flex;
    margin-top: 13px;
    margin-bottom: 13px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cecece;
}

.companyInfoDetail {
    flex: 3;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.companyMap {
    flex: 1;
    background-color: transparent;
}

.companyTitle {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    display: flex;
    flex: 1;
}

.companyDescription {
    color: #9b9b9b;
    font-size: 14px;
}

.branchCapsule {
    object-fit: contain;
    border-radius: 9px;
    background-color: #ffcb00;
    width: auto;
    height: 22px;
    padding: 0px 9px 0px 9px;
    margin: 5px 0px 5px 0px;
    line-height: 22px;
    display: table;
    color: white;
    font-weight: bold;
}

.shareButton {
    cursor: pointer;
}

.noBorder{
    border: none !important;
}

                .mCompanyInfoGrid {
                    padding: 0px !important;
                    margin: 0px !important;
                    margin-bottom: 25px !important;
                }


                .mCompanyDataCellContainer {
                    padding-top: 10px;
                    padding-bottom: 10px;
                    margin-top: 0px !important;
                    padding-left: 12px;
                    padding-right: 12px;
                    width: 100% !important;
                }

                .mCompanyInfoDetail {
                    padding-right: 0px;
                }

                .mCompanyDataCellContainerLastRow {
                    margin-bottom: 0px !important;
                    border-bottom: 1px;
                    border-bottom-style: solid;
                    border-bottom-color: #cecece;
                }

                .mCompanyTitle {
                    padding-left: 18px;
                    padding-top: 6px;
                }

                .mCompanyDescription {
                    color: #9b9b9b;
                }</pre></body></html>