<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    margin: 0 !important;
    padding: 0 !important;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px!important;
}
.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
  }
.skip-link {
    background: #319795;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.wp-video, video{
    max-width: 100% !important; 
    display: block;
    margin: 50px auto;
}
.align-left{
    margin: 50px 0;
}

.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}
#preview{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eee;
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #000;
    z-index: 9999999;
}
/*----------------------------
Global
----------------------------*/
.f-white{
    color: #fff!important;
}

.f-green{
    color: #7AB82F!important;
}

.f-lBlue{
    color: #007ABF!important;
}

.bg-lBlue{
    background: #E6F2F9!important;
}

.bg-green{
    background: #59B13A!important;
}

.bg-white{
    background: #FFFFFF!important;
}

/*----------------------------
BODY / FONTS
font-family: 'Poppins', sans-serif;
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    color: #696969;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 20px;
    font-weight: 600;
    color: #1C2A45;
}

small{
    font-size: 14px;
}

h1, .xl-header {
    font-size: 46px;
    line-height: 56px;
    font-weight: 800;
}

h2,
.lg-header{
    font-size: 40px;
    line-height: 50px;
}

h3,
.md-header{
    font-size: 34px;
    line-height: 44px;
}

h4,
.sm-header{
    font-size: 30px;
    line-height: 40px;
}

h5,
.xsm-header{
    font-size: 25px;
    line-height: 35px;
}

a{
    color: blue;
    transition: .3s all ease;
}

a:hover{
    transition: .3s all ease;
}

h2 strong,
h3 strong{
    font-weight: 600;
    color: #59B13A
}

#content{
    margin-top: 131px;
}

/*----------------------------
NAV
----------------------------*/
#nav{
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding:  0 0 20px;
    background: #1C2A45;
    position: fixed;
}

#nav img{
    margin: 0 auto;
}

.scrolled {
    -webkit-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%);
    transition: background-color 0.3s ease;
}

#nav .mobileMenu{
    display: none;
}

#nav .close{
    display: none;
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
}
#nav .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}

#nav .right{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

#nav .menu,
#nav .contact{
    margin: 0 50px 0 0;
}

#nav .logo img{
    height: 57px;
}

#nav .logo,
#nav .menu{
    width: fit-content;
}

#nav .menu{
    margin-left: auto;
}

#nav .menu .main-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#nav .menu .main-nav li{
    padding: 0 5px;
    margin: 0 10px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

#nav .menu .main-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
#nav .menu .main-nav li a:hover, #nav .parent:hover{
    color: #59B13A!important;
}

#nav .menu .subitem{
    display: none;
}

#nav .menu .parent{
    cursor: pointer;
    position: relative;
}

#nav .dropdown{
    display: none;
}
#nav .dropdown.show{
    display: block;
    height: auto;
    min-width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 5px solid #1C2A45;
    background: #fff;
    z-index: 999;
}
#nav .dropdown.show ul{
    padding: 0;
    height: 100%;
}
#nav .dropdown.show li{
    margin: 5px 0;
    display: block;
    white-space: nowrap;
}

#nav .menu .main-nav li.subitem a{
    color: #1C2A45
}

#nav .menu .dropdown a{
    padding: 10px 30px;
    display: block;
}

#nav .container-fluid{
    padding: 0 200px
}

#nav .mobileNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav .mobileNav img{
    margin-left: 20px;
}

#nav .topbar{
    background: #007ABF;
    padding: 5px 100px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

#nav .topbar .left{
    width: 49%;
}
#nav .topbar .right{
    width: 49%;
    display: flex;
}

#nav .phone{
    color: #fff;
}

#nav .phone i{
    margin-right: 10px;
}

#nav .phone a{
    color: #fff;
    text-decoration: none;
}

#nav .phone a:hover{
    color: #59B13A;
}

#breadcrumbs, #breadcrumbs a {
    text-decoration: none;
    color: #1C2A45;
    font-size: 16px;
    letter-spacing: 2px;
}

  #breadcrumbs a {
    font-weight: bold;
  }

@media(max-width:1670px){
    #nav .inner{
        padding: 0 30px;
    }
}

@media(max-width:1520px){
    #nav .menu .main-nav li a{
        font-size: 16px;
    }
    #nav .menu .main-nav li{
        margin: 0 5px
    }
}

@media(max-width:1500px){
    #nav .menu{
        margin: 0 15px 0 0!important;
    }
}

@media(max-width:1330px){
    #nav .menu{
        margin: 0 15px 0 0;
    }
    #nav .btn{
        display: none
    }
}

@media(max-width:1200px){
    #nav .topbar{
        padding: 5px 20px;
    }
    #nav .mobileMenu{
        text-align: right;
    }

    #nav .mobileMenu i{
        font-size: 30px;
        color: #7AB82F;
    }
    
    #nav .right{
        width: auto;
        display: block;
    }

    #nav .inner .logo{
        display: none;
    }

    #nav .menu{
        margin: 0;
        width: 100%;
    }

    #nav .menu .main-nav{
        flex-direction: column;
        text-align: center;
    }

    #nav .menu .main-nav li a,
    #nav .menu .main-nav li{
        color: #fff;
        font-size: 20px;
    }

    #nav .menu .main-nav li{
        margin: 0 0 20px;
    }

    #nav .contact a{
        color: #fff;
        font-size: 20px;
    }

    #nav .contact{
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    
    #nav .socials{
        text-align: center;
        width: 100%;
    }

    #nav .socials i{
        color: #fff;
    }
    #nav .inner{
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        height: 100vh;
        z-index: 2;
        flex-direction: column;
        transform: translatex(-100%);
        justify-content: flex-start;
        transition: all ease .3s;
        padding: 100px 20px;
        background: #1C2A45;
    }
    #nav .close.show{
        display: block !important;
    }
    #nav .inner.show{
        transform: translatex(0)!important;
        transition: all ease .3s;
    }
    #nav .mobileMenu{
        display: block !important;
        color: #818181;
        font-weight: 700;
        font-size: 20px;
        margin-right: 20px;
        cursor: pointer;
    }
    #nav .dropdown.show{
        position: static;
        background: #fff;
        border-radius: 10px;
        margin-top: 20px;
    }
    
    #nav .dropdown.show li{
        margin: 0;
    }
    
    #nav .dropdown.show li a{
        color: #818181;
    }
    
    #nav .main-nav li:hover{
        color: #b0f1cf!important; 
    }
    #nav .btn{
        display: block;
        width: 100%;
    }
    #nav .menu{
        margin-top: 50px!important;
    }
    #nav .menu .main-nav li a{
        font-size: 18px;
    }
    #nav .menu .main-nav li{
        margin: 0 0px 20px
    }
}

@media(max-width:576px){
    #nav .dropdown.show li{
        white-space: normal;
    }
    #nav ul li.subitem a{
        font-size: 16px!important;
    }
    #nav .topbar .right{
        display: none!important;
    }
    #nav .topbar .left{
        width: 100%;
    }
}

@media(max-width:400px){
    #nav .mobileNav img{
        width: 200px;
        height: auto;
    }
}



/*----------------------------
FOOTER
----------------------------*/

footer{
    background: #1C2A45;
    padding: 50px 0 25px;
}

footer .container-fluid{
    padding: 0 100px;
}

footer .social a{
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}

footer .social a:hover{
    color: #7AB82F;
}

footer .date p{
    margin: 0;
}

footer ul{
    list-style-type: none;
    padding: 0;
    column-count: 2;
}

footer li::before{
    content: "â€¢ ";
    color: #7AB82F;
}

footer li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
footer .item{
    margin-bottom: 5px;
}
footer li a:hover{
    color: #7AB82F;
}

footer .contact i{
    width: 30px;
    color: #59B13A;
    font-size: 16px;
}

footer .contact{
    font-size: 16px;
}

footer .contact a{
    text-decoration: none;
    color: #fff;
}

footer .contact a:hover{
    text-decoration: none;
    color: #59B13A;
}

footer hr{
    border-top: #263655 1px solid;
    margin: 50px 0 20px 0!important
}

footer .wrap{
    display: flex;
    justify-content: space-between;
}

footer .social{
    display: flex;
}

footer .wrap a{
    color: #fff;
    text-decoration: none;
}
footer .wrap a:hover{
    color: #7AB82F;
}

footer .wrap p{
    margin: 0;
}
footer .content{
    padding: 0 400px
}

footer .social{
    margin: 0 auto;
    display: block;
    width: fit-content;
}

footer h5{
    margin: 0 0 10px;
    font-size: 24px;
}

@media(max-width:1400px){
    footer .content{
        padding: 0 200px
    }
}

@media(max-width:991px){
    footer .content{
        padding: 0 50px
    }
}

@media(max-width:576px){
    footer .content{
        padding: 0 0px
    }
}

@media(max-width:1200px){
    footer .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:767px){
    footer .container-fluid{
        padding: 0 15px;
    }
}

/* ==================================================
Consent Banner
==================================================*/
#consent{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1C2A45;
    padding: 30px;
    display: flex;
    color: #fff;
}
#consent .text{
    width: 70%;
}
#consent .buttons{
    width: 30%;
    display: flex;
    justify-content: center;
}
#consent .btn{
    width: 40%;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#consent .btn-holo{
    color: #fff;
    border-color: #fff;
}

@media(max-width: 1200px){
    #consent .text{
        width: 100%;
    }
    #consent .buttons{
        width: 100%;
        margin-top: 20px;
    }
    #consent{
        flex-direction: column;
    }
}
/*----------------------------
BUTTONS
----------------------------*/
.btn-green{
    width: 200px;
    background: #59B13A;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    border: 2px solid #59B13A;
}

.btn-green:hover{
    width: 200px;
    background: #fff;
    border-radius: 4px;
    color: #59B13A;
    font-size: 18px;
    border: 2px solid #59B13A;
}

.btn-holo{
    border: 2px solid #1C2A45;
    border-radius: 4px;
    font-size: 18px;
    color: #1C2A45;
}

.btn-holo:hover{
    color: #fff;
    background: #1C2A45;
}
@media(min-width: 1920px){
    .top img, .bot img{
        width: 100%;
    }
}
@media(max-width:576px){
    .btn{
        width: 100%;
    }
}
/*----------------------------
PAGINATION
----------------------------*/

#pagination ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

#pagination li{
    margin: 0 5px;
}

#pagination li a{
    font-size: 18px;
    font-weight: 700;
}

#pagination &gt; ul &gt; li{
    display: none;
}

#pagination &gt; ul &gt; li.show{
    display:block !important;
}
#pagination &gt; ul &gt; li.show a{
    color: #000 !important;
}

#pagination &gt; ul &gt; li:nth-child(1),#pagination &gt; ul &gt; li:nth-last-of-type(1){
    display: block;
}

#pagination &gt; ul &gt; li:nth-child(1)::after{
    content: '...';
    margin-left: 10px;
}

#pagination &gt; ul &gt; li:nth-last-of-type(1)::before{
    content: '...';
    margin-right: 10px;
}

/*----------------------------
COOKIE
----------------------------*/

.cookie-consent{
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999999;
}
.cookie-consent button{
    color: #000000;
    min-width: 200px;
    padding: 5px;
    background:#fff;
    border-radius: 5px;
    border: 2px solid #eee;
    position: relative;
    font-weight: 500;
    transition: .3s all ease;
}

/*----------------------------
Hero
----------------------------*/

#hero{
    padding: 0 0 50px;
    position: relative;
    z-index: 0;
}

#breadcrumbs{
    margin-bottom: 20px;
}

#breadcrumbs, #breadcrumbs a {
    text-decoration: none;
    color: #1C2A45;
    font-size: 16px;
    letter-spacing: 2px;
}

#hero .row{
    align-items: center;
}

#hero img{
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    bottom: -100px;
}

#hero .content {
    color: #1C2A45;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
}
#hero .btn{
    width: 250px;
}

#hero .first{
    width: auto;
    height: auto;
    position: absolute;
    top: 30px;
    left: -40px;
}

#hero .second{
    width: auto;
    height: auto;
    position: absolute;
    top: 90px;
    right: -30;
}
.last-word {
    color: #59B13A;
}

@media(max-width:1320px){
    #hero .first{
        left: -70px;
    }
}

@media(max-width:1200px){
    #hero .first{
        display: none
    }
    #hero .second{
        top: 500px;
        z-index: -1
    }
}

@media(max-width:991px){
    #hero img{
        bottom: 0;
        margin-top: 20px
    }
    #hero{
        padding: 50px 0;
    }
}

@media(max-width:576px){
    #hero .click{
        display: flex;
        flex-direction: column;
    }
    #hero .btn{
        width: 100%;
    }
    
    #hero .btn-holo{
        margin-top: 10px;
    }
    #hero .second{
        display: none;
    }
}

/*----------------------------
Sidebar
----------------------------*/
.sidebar .content .inner{
    background: #F5F6F7;
    border: 2px solid #59B13A;
    padding: 20px;
}

.sidebar .content .btn{
    width: 100%
}

.sidebar .content{
    margin-bottom: 20px;
}

.post img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.post .date{
    color: #007ABF
}

.post .inner{
    background: #F5F6F7;
}

.post .click{
    margin-top: 20px;
}

.post .bottom{
    padding: 20px;
}

.post h2{
    margin: 10px 0
}

.post .date p{
    margin: 0
}

/*----------------------------
Contact
----------------------------*/

#contact{
    padding: 50px 0;
    position: relative;
    overflow-x: hidden;
}

#contact .row{
    justify-content: center;
}

#contact .inner{
    padding: 50px;
    border-radius: 8px;
    border: 1px solid #F5F6F7;
}

#contact .inner .content{
    text-align: center;
}

#contact p{
    font-size: 20px;
    font-weight: 300;
    color: #1C2A45
}

#contact h4{
    margin: 0 0 10px;
}

#contact form .form-check a{
    color:#59B13A;
    text-decoration: none;
}

#contact form .form-check a:hover{
    text-decoration: underline;
}

#contact .click{
    margin: 30px 0 0;
    justify-content: center;
}

#contact .first{
    filter: brightness(0) invert(1);
    position: absolute;
    left: -50px;
    top: 50px;
}

#contact .second{
    filter: brightness(0) invert(1);
    position: absolute;
    right: -30px;
    top: 80px;
}

@media(max-width:991px){
    #contact .first,
    #contact .second{
        display: none;
    }
}

@media(max-width:576px){
    #contact .inner{
        padding: 50px 15px;
    }
}

/*----------------------------
Background Content
----------------------------*/

#bgContent{
    position: relative;
    z-index: 0;
    padding: 200px 0 50px;
}

#bgContent img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
    z-index: -1;
}

#bgContent .inner{
    padding: 100px;
}

#bgContent h2{
    color: #fff
}

#bgContent .btn-blue{
    background: #1C2A45;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    border: 2px solid #1C2A45;
    margin-top: 45px;
}

#bgContent .btn-blue:hover{
    background: #fff;
    color: #1C2A45;
}

@media(max-width:991px){
    #bgContent .inner{
        padding: 50px;
    }
}

@media(max-width:767px){
    #bgContent .inner{
        padding: 50px 30px;
    }
    #bgContent{
        position: relative;
        z-index: 0;
        padding: 50px 0;
    }
}

@media(max-width:576px){
    #bgContent .inner{
        padding: 50px 15px;
    }
}

@media(max-width:500px){
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    h2{
        font-size: 24px;
        line-height: 34px;
    }
    h5{
        font-size: 18px;
        line-height: 28px;
    }
}


.footer-image img{
   max-width: 300px;
   width: 100%;
}</pre></body></html>