<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=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body {
	font-family: 'Inter';
}

p {
	font-family: 'Inter';

}

a {
	font-family: 'Inter';
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Inter';
}

.service .gray-back {
    padding: 20px 10px !important; 
    background: #F8E8D8 !important;
    border-radius: 20px !important;
}
.service-title{
    font-style: italic !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #000000 !important;
}
.navbar-nav&gt;li&gt;a {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;

	color: #000000;
}
.beige-btn&gt;a{
    background: #F8E8D8 !important;
    font-weight: 600 !important;
}
.beige-btn&gt;a:hover{
    background: #F2DDC7 !important;
}
.form-control{
    border:1px solid #9F968D;
    border-radius:0 !important;
}
 .btn-default.btn.is-btn-primary.send-btn{
font-family: 'Inter' !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 17px !important;
padding:14px 28px !important;
color: #000000 !important;
text-transform: capitalize !important;
}

.product-button {
    background:#000 !important;
    color:#fff !important;
} 




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

@media(max-width:576px) {
	.no-padding {
		padding: 30px 0 !important;
	}
	#header-11260 &gt; div:nth-child(2){
	    display:none !important;
	}
	.is-social{
	    text-align:center !important;
	}
	#app\ companyadmin\.webapp-page\.publish &gt; div:nth-child(5) &gt; div &gt; div &gt; div &gt; div:nth-child(2) &gt; div{
	    padding:30px !important;
	}
}

@media(min-width:769px) and (max-width:1024px){
    .smaller{
        font-size:60px !important
    }
    .no-padd{
        padding:71px !important;
    }
}


.owl-carousel .owl-item img {
    max-height: 100% !important;
}

.description-wrapper .flex-1{ text-align:left!important}</pre></body></html>