<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    scroll-behavior: smooth;
}

body {
    font-family: Calibri,'Roboto', sans-serif;
    text-decoration: none;
    background: linear-gradient(to right, var(--theme-color-1), var(--theme-color-0_5));
}

.page-wrapper {
    margin: 0 auto;
    width: 348px;
    padding: 15px 15px 28px;
}

.page-details {
    position: relative;
    background-position:top;
    background-size: cover;
    box-shadow: 1px 1px 25px 0px rgb(88 88 88 / 35%);
    border-radius: 8px;
    height: 492px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 17px;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 9px;
    font-weight: 700;
}

.nav-bar-right {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.nav-bar a {
    color: white;
}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
}

.qr-code {
    text-align: center;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 8px;
    width: 100px;
    background-color: #FFFFFF;
    border-radius: 14px;
}

.box-section {
    margin: 56px 24px 18px 24px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    padding: 52px 27px 17px 27px;
    width: 270px;
    height: 344px;
}

.title {
    font-weight: 700;
    font-size: 28px;
    color: #D27513;
    text-align: center;
}

.sub-title {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}

.col {
    padding: 0;
}

.header2 {
    font-weight: 700;
    font-size: 18px;
}

.underline {
    display: flex;
    gap: 3px;
    margin: -18px 0 -10px;
}

.underline hr {
    border-top: 1px solid white;
}

.u1 {
    width: 25px;
}

.u2 {
    width: 5px;
}

.contact {
    font-size: 11px;
}

.contact td {
    vertical-align: top;
}

.address {
    max-height: 30px;
    overflow: hidden;
}

.col-img {
    padding-left: 15px;
}

.logo-img {
    width: 74px;
    border-radius: 15px;
}

.description {
    font-weight: 300;
    font-size: 11px;
    height: 85px;
    overflow: hidden;
    margin-bottom: 16px;
}


.actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 17px;
    text-align: center;
}

.actions a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #D27513;
    background: linear-gradient(141.54deg, #FBFBFC 7.37%, #DBDDE8 92.32%);
    border-radius: 9px;
    display: inline-block;
}

.actions-social {
    position: absolute;
    top: 170px;
    right: 9px;
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 17px;
    text-align: center;
}

.actions-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #D27513;
    background: linear-gradient(141.54deg, #FBFBFC 7.37%, #DBDDE8 92.32%);
    border-radius: 9px;
    display: inline-block;
}

.box-button {
    display: flex;
    justify-content: space-between;
    width: 216px;
}

.black-btn {
    height: 22px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, #B46A1D 0%, #EB861C 100%);
    color: white;
    padding: 0 21px;
    border: 0;
}

.add-to-contact-wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.modal-dialog {
    width: 318px;
    margin: auto;
}
</pre></body></html>