<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font: 16px/1.5 'urbanist-regular', sans-serif;
    color: #656565;
    font-weight: 400;
    background: #fff;
    overflow: hidden;
    max-height: 100%;
}

::-webkit-scrollbar-track {
	position: fixed;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(143, 143, 143, .3);
}

h1,
h2,
h3, 
h4, 
h5 {
    font-family: 'urbanist-bold', sans-serif;
    font-weight: normal;
    margin: 0;
    color: #1F1F1F;
}

h1 {
    font-size: 48px;
    line-height: 1.16;
    margin: 0 0 30px; 
}

h2 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 30px
}

h3 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 20px
}

h4 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px
}

h5 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px
}

.bold,
strong, 
b {
    font-family: 'urbanist-bold', sans-serif;
    font-weight: normal;
}

p {
    margin: 0 0 30px;
}

ul, ol {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    color: var(--link-color);
    position: relative;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
img.rounded {
    border-radius: 10px;
}

.btn {
    font-family: 'urbanist-bold', sans-serif;
    font-size: 20px;
    line-height: 1.334;
    text-decoration: none;
    padding: 18px 10px;
    min-width: 220px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    color: var(--button-primary-color);
    border: 2px solid var(--button-primary-border-color);
    background-color: var(--button-primary-bkg-color);
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.btn:hover {
    color: var(--button-primary-color-hover);
    background: var(--button-primary-bkg-color-hover);
    border-color: var(--button-secondary-border-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section--white .btn,
.section--secondary .btn {
    color: var(--on-white-button-bkg-color);
    border-color: var(--on-white-button-border-color);
}

.section--white .btn:hover,
.section--secondary .btn:hover {
    color: var(--on-white-button-color-hover);
    border-color: var(--on-white-button-border-color-hover);
}

.btn.filled {
    color: var(--button-secondary-color);
    background: var(--button-secondary-bkg-color);
    border-color: var(--button-secondary-border-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.btn.filled:hover {
    background: var(--button-secondary-bkg-color-hover);
    color: var(--button-secondary-color-hover);
    border-color: var(--button-secondary-border-color-hover);
}

.section--primary .btn {
    color: var(--on-primary-button-primary-color);
    background: var(--on-primary-button-primary-bkg-color);
    border-color: var(--on-primary-button-primary-border-color);
}

.section--primary .btn:hover {
    color: var(--on-primary-button-primary-color-hover);
    background: var(--on-primary-button-primary-bkg-color-hover);
    border-color: var(--on-primary-button-primary-border-color-hover);
}

.hero-text-inner ul li,
.text-component ul li,
.entry-content .content ul:not(.splide__pagination ) li,
.hero-right .hero-right-text ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: 'urbanist-bold', sans-serif;
}

.hero-text-inner ul li:before,
.hero-right .hero-right-text ul li:before,
.text-component ul li:before,
.entry-content .content ul:not(.splide__pagination ) li:before {
    content: "\e901";
    font-family: 'panther-theme' !important;
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 3px;
    z-index: 4;
    line-height: 1;
    color: var(--primary-color);
}

.style_2 .hero-text-inner ul li:before,
.hero-right .hero-right-text ul li:before {
    color: var(--hero-v2-list-color);
}

.section--primary .text-component ul li:before {
    color: var(--list-primary-color);
}

.hero-text-inner ul li:before {
    color: var(--hero-check-color);
}

/* .hero-text-inner ul li:after,
.text-component ul li:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: var(--check-bk-color);
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 0px;
    z-index: 3;
} */

.hero-text-inner ul li:last-child {
    margin: 0
}


.breadcrumbs {
    display: flex;
    gap: 10px;
    font-size: 14px;
    padding: 20px 0;
    align-items: center;
}

.breadcrumbs span.separator {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--primary-color);
    border-left: 2px solid var(--primary-color);
    transform: rotate(135deg);
}

.breadcrumbs div:last-of-type,
.breadcrumbs div:last-of-type a {
    color: #fff;
}

.socials-list {
    display: flex;
    gap: 20px
}

.socials-list li  {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    background: var(--social-icon-color);
    text-align: center;
}

.socials-list a {
    display: block;
    height: 45px;
    color: #191D2E;
    padding: 14px;
}

.socials-list a:before {
    font-family: 'panther-theme' !important;
    font-size: 18px;
}

.socials-list a.twitter:before {
    content: "\e906";
}

.socials-list a.facebook:before {
    content: "\e902";
}

.socials-list a.Instagram:before {
    content: "\e903";
}

.socials-list a.linkedin:before {
    content: "\e904";
}

.socials-list a.pinterest:before {
    content: "\e905";
}

.old_geo_content img {
    display: inline-block;
    margin: 0 20px 20px 0;
}

@media only screen and (min-width: 992px) {
    img.alignright {
        float: right;
        margin: 20px 0 20px 20px;
        border-radius: 10px;
    }
    
    img.alignleft {
        float: left;
        margin: 20px 20px 20px 0;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 991px) {

    h1 {
        font-size: 32px;
    }
    
    h2 {
        font-size: 28px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 776px) {
    h1 {
        font-size: 28px;
        margin: 35px 0 20px; 
    }
    
    h2 {
        font-size: 26px;
        margin-bottom: 20px
    }
    
    h3 {
        font-size: 20px;
        margin-bottom: 15px
    }
    
    h4 {
        font-size: 18px;
        margin-bottom: 15px
    }
    
    h5 {
        font-size: 18px;
        margin-bottom: 15px
    }

    img.alignright,
    img.alignleft {
        margin: 20px auto;
        border-radius: 10px;
    }

    .breadcrumbs {
        padding-bottom: 0;
    }
    
}</pre></body></html>