<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ar.sticky{
    bottom:0;
    position:fixed;
}
a.ar{
    position:absolute;
    left:5px;
}
a.ar_whatsapp{
    bottom:220px;
}
a.ar_phone{
    bottom:200px;
}

.mypage-alo-ph-circle,
.mypage-alo-ph-circle-fill {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.mypage-alo-phone {
    bottom: 180px;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    opacity: 0.5;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -ms-transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4 !important;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top:45px;
    left:45px;
    position: absolute;
    background-image:url(https://i.hizliresim.com/50dxddn.png);
    background-position:center;
    background-repeat:no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 21px;
}
.cquery,
.cquery .bg {
    width: 100%;
    top: 0;
    left: 0;
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes tada {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
@keyframes pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.mypage-alo-phone {
    position: fixed;
    bottom: 110px;
    left: 0;
}

/* COLORS */
a.ar_whatsapp &gt; .mypage-alo-ph-circle-fill,
a.ar_whatsapp &gt; .mypage-alo-ph-img-circle,
a.ar_whatsapp &gt; .mypage-alo-phone:hover .mypage-alo-ph-circle-fill,
a.ar_whatsapp &gt; .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
a.ar_whatsapp &gt; .mypage-alo-ph-circle{
    border-color: #43b91e;
}

a.ar_instagram &gt; .mypage-alo-ph-circle-fill,
a.ar_instagram &gt; .mypage-alo-ph-img-circle,
a.ar_instagram &gt; .mypage-alo-phone:hover .mypage-alo-ph-circle-fill,
a.ar_instagram &gt; .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #8a3ab9;
}
a.ar_instagram &gt; .mypage-alo-ph-circle{
    border-color: #8a3ab9;
}

a.ar_phone &gt; .mypage-alo-ph-circle-fill,
a.ar_phone &gt; .mypage-alo-ph-img-circle,
a.ar_phone &gt; .mypage-alo-phone:hover .mypage-alo-ph-circle-fill,
a.ar_phone &gt; .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #30a4cd;
}
a.ar_phone &gt; .mypage-alo-ph-circle{
    border-color: #30a4cd;
}
/* COLORS */
/* IMAGES */
a.ar_whatsapp &gt; .mypage-alo-ph-img-circle{
    background-image:url(https://i.hizliresim.com/50dxddn.png'');
}
a.ar_instagram &gt; .mypage-alo-ph-img-circle{
    background-image:url('https://www.edigitalagency.com.au/wp-content/uploads/new-instagram-logo-white-border-icon-png-large.png');
}
a.ar_phone &gt; .mypage-alo-ph-img-circle{
    background-image:url('https://i.hizliresim.com/ob21vfb.png');
}
/* IMAGES */</pre></body></html>