<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;family=Prata&amp;display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Inter', sans-serif; font-weight: 500;}
body{
	font-weight: 400;
	font-size: 16px;
}
strong{font-weight: 800;}
.post, .page {margin: 0;}
*:focus {
    outline: 0 !important;
}

a{
	text-decoration: none;
}

ul{
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: 1px solid transparent !important;
}



/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0{
    font-size: 15px;
}
#wa_bl0 h2{
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	color: #cf9810;
}
#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active{
	color: #000;
}
#wa_bl0 h3 a:hover{
	color: #cf9810;
}
#wa_bl0 .read_more{
	font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}
#wa_bl0 .read_more:hover{
	color: #cf9810;
}
#wa_bl0 .wa_bl0_blog{
	font-size: 1.3em
}
#wa_bl0 .wa_bl0_twit{
	border: solid 2px #c7c7c7;
    border-radius: 5px;
}
.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}
.wa_bl0_categ{
	height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
	background-size: cover;
}
.wa_bl0_name{
	position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
	border-top: solid 1px #fff;
}
.wa_bl0_categ:hover .wa_bl0_name{
	transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}
#wa_bl0 .wa_brcr{
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 
.art_img{
	border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.social_ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 30px;
}
.social_ul li{
 	display: inline-block;
	margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
	font-size: 14px;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}
/*-- BL0 END ---------------------------------------*/

/*-- head-st ---------------------------------------*/
#head-st{
    background: #005DA6;
    border-bottom: 5px solid #DB5252;
    padding: 19px 0px;
}

.head-st-grd{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head-st-phone{
    display: block;
    font-family: "Inter";
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    text-align: center;
    color: #fff !important;
    margin-bottom: 9px;
}

.head-st-contact {
    background: #FFFFFF;
    display: block;
    padding: 7px 20px;
    color: #005DA6 !important;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.9s;
}

.head-st-contact:hover{
    background: #dee2e6;
    transition: 0.9s;
}

.nv-sections-btn-active {
    display: block;
    border: 2px solid #005DA6;
    color: #005DA6 !important;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    padding: 14px;
    margin-bottom: 16px;
    box-shadow: 0px 6px 10px 0px #00000026;
    width: 300px;
}

.nv-sections-btn {
    display: block;
    border: 1px solid #C0C9CD;
    color: #000000 !important;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    padding: 14px;
    margin-bottom: 16px;
    box-shadow: 0px 6px 10px 0px #00000026;
    width: 300px;
}

.nv-sections-btn:hover{
    border: 1px solid #005DA6;
    color: #005DA6 !important;
}

.main-section-grd{
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 22px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.main-section-grd h1{
    margin: 0px;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    text-align: left;
    border-bottom: 1px solid #224F63;
    padding-bottom: 6px;
    margin-bottom: 23px;
}

.main-section-grd-products{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 22px;
    justify-content: center;
}

.main-section-item-product{
    border: 1px solid #C0C9CD;
    box-shadow: 0px 6px 10px 0px #00000026;
    width: 310px;
}

.main-section-item-img{
    border-radius: 5px;
    border: 1px solid #C0C9CD;
    width: 276px;
    height: 276px;
    margin: auto;
    margin-top: 19px;
    margin-bottom: 14px;
}

.main-section-item-product h3{
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: center;
    color: #000;
    width: 276px;
    margin: auto;
    margin-bottom: 7px;
}

.main-section-item-product h4 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    color: #5F5F5F;
    width: 276px;
    margin: auto;
    margin-bottom: 15px;
}

.main-section-item-product b{
    color: #005DA6;
    font-size: 24px;
}

.main-section-item-product i{
    font-weight: 500;
}

.main-section-item-product h2{
    border-top: 1px solid #C0C9CD;
    padding: 16px 20px;
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    text-align: center;
    margin: 0px;
}

.main-section-item-product-first {
    display: grid;
    height: 100%;
    grid-template-rows: 1fr auto;
}

#colophon-footer{
    background: #002868;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: #fff;
    padding: 15px;
}

#contact-section{
    margin-top: 45px;
    margin-bottom: 100px;
}

#contact-section h2{
    color: #000000;
    font-family: Inter;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.57px;
    text-align: center;
    border-bottom: 1px solid #224F63;
    padding-bottom: 16px;
    margin-bottom: 35px;
}

.frm_button_submit {
    background: #005DA6 !important;
    padding: 7px !important;
    font-family: Inter !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24.2px !important;
    text-align: center !important;
    color: #fff !important;
    display: block !important;
    width: 100% !important;
    text-transform: uppercase !important;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single, .with_frm_style .frm_slimselect.ss-main {
    border: 1px solid #C0C9CD !important;
    border-radius: 3px !important;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
    color: #565656 !important;
}

@media (max-width: 992px) {
    #contact-section {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .main-section-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 22px;
        margin-top: 30px;
        margin-bottom: 30px;
        justify-content: center;
        justify-items: center;
    }

    .head-st-grd {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        grid-gap: 20px;
    }
}
/*-- head-st END ---------------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}</pre></body></html>