<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&amp;display=swap');

body, p, div, span, ul, li, html, b, u, sup{
    font-family: 'Syne' !important;
}
p{
    font-family: 'Syne'!important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Syne'!important;
}
a{
    font-family: 'Syne'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
h4 {
    font-size: 20px;
    color:#000;
}

#header-11361 &gt; div{
    position: absolute !important;
    margin-top: 10px !important;
    left:0 !important;
}
.line { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #000; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line&gt;span { 
background:#fff; 
padding:0 10px; 
}
.line2 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #000; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line2&gt;span { 
background:#FFFAF2; 
padding:0 10px; 
}
.line3 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #ECCBAD; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line3&gt;span { 
background:#FFFAF2; 
padding:0 10px; 
}
.line4 { 
width:100%; 
text-align:center; 
border-bottom: 1px solid #ECCBAD; 
line-height:0.1em; 
margin:10px 0 20px; 
} 
.line4&gt;span { 
background:#fff; 
padding:0 10px; 
}

.white-btn&gt;a{
    background: #FFFFFF;
    border-radius: 50px;
}
.white-btn&gt;a:hover {
    background: #d8bd36 !important;
}
.nav-pills&gt;li&gt;a{
    border-radius: 50px;
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding:15px;
    color: #000000;
}
.image{
    margin-top: -16px;
    max-height: 147px;
}

.navbar-nav&gt;li&gt;a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.footer-text, .footer-text&gt;a{
    font-family: 'Syne';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 116.9%;
    color: #292a29;
}

.service-title{
    font-weight: bold;
    font-size: 25px;
    padding: 20px 0;
    color:#000;
    line-height: 116.9%;
}
.owl-item .item .image-preview{
    width: 100% !important;
    height: 200px;
    margin: 0;
    object-fit: cover;
}
.owl-carousel .owl-item img {
    max-height: none !important;
}
    
@media(max-width:1200px){
    #header-11361 &gt; div{
        position: static !important;
        margin-top: 0!important;
    }
}

@media(max-width:576px){
    .no-padd{
        padding:30px !important;
        background-position: 49% 20%;
    }
    .padd2{
        padding:40px !important;
    }
    .edit{
        margin-top:0 !important;
        margin-right:0 !important;
    }
    .title{
        font-size:28px !important;
    }
    span&gt;.title{
        font-size:28px !important;
    }
    .no-border{
        border:none !important;
    }
}

a.is-btn.is-btn-ghost2, .is-btn.is-btn-primary, .btn.is-btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-style: solid;
    border-width: var(--size-button-primary-border,2px);
    border-radius: var(--radius-button-primary-border,0px);
}
.is-btn.is-btn-ghost2:hover, .is-btn.is-btn-primary:hover, .btn.is-btn-primary:hover {
    color: #d8bd36;
    background-color: #ffffff;
    border-color: #0c0600;

}

.footer{ 
    background-color: #ffffff!important;}
div.is-section.is-section-100 {
     height: 100%; 
    min-height: 80vh;
}

.is-bg-grey, .is-wrapper &gt; div.is-bg-grey {
    background-color: #ffffff;
}

.responsive-line{
     font-size: 38px !important;
}

 @media(max-width:576px){
    .responsive-line{
     font-size: 20px !important;
    }
}

.signin-no-auth{ 
    border: 2px solid #000!important;
}

#code-btn {display:block!important}

.com-widget-container{z-index:auto !important;}</pre></body></html>