<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sticky {
    position: sticky;
    top: 75px;
    z-index: 1;
}



* {
    padding: 0;
    margin: 0;
}

.label-container {
    position: relative;
    bottom: 30px;
    right: 70px;
    display: table;
    visibility: hidden;
    float: right;
}

.label-text {
    color: #FFF;
    background: rgba(51,51,51,0.5);
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.floatSocial {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #F33;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

.btn {
    clear: both;
}

ul.social {
    position: fixed;
    right: 40px;
    padding-bottom: 20px;
    bottom: 60px;
    z-index: 100;
}

    ul.social li {
        list-style: none;
        margin: 0 !important;
        padding: 0;
    }

        ul.social li.sociallist a {
            /*background-color: #F33;*/
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            width: 60px;
            height: 60px;
            display: block;
        }

    ul.social:hover {
        visibility: visible !important;
        opacity: 1 !important;
    }

.my-float-social {
    font-size: 24px !important;
    margin-top: 18px;
}

.my-float-socialMain {
    font-size: 24px !important;
    margin-top: 5px;
    margin-left: -7px;
}

a#menu-share + ul.social {
    visibility: hidden;
}

a#menu-share:hover + ul.social {
    visibility: visible;
    animation: scale-in 0.5s;
}

a#menu-share i {
    animation: rotate-in 0.5s;
}

a#menu-share:hover &gt; i {
    animation: rotate-out 0.5s;
}

.sociallist a {
    padding: 0;
}

a.btn &gt; div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.btn:hover &gt; div.label-container {
    visibility: visible;
    opacity: 1;
}

.bg-whatsapp {
    background-color: #25D366;
}

.bg-phone {
    background-color: #075E54;
}

.bg-twitter {
    background-color: #1DA1F2;
}

.bg-facebook {
    background-color: #4267B2;
}

.bg-line {
    background-color: #00cf2e;
}

.bg-telegram {
    background-color: #0088cc;
}

.line-icon {
    background-image: url("/Content/line.png");
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }

    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 19px #999;
    z-index: 100;
}

.wp-image {
    width: 44px;
    height: 48px;
    margin-top: 5px;
    margin-left: 3px;
}</pre></body></html>