<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	
	--section-padding: 120px;
}

@media (max-width: 1200px) {
	
	:root {

		--section-padding: 6.25rem;
	}
}

@media (max-width: 992px) {
	
	:root {

		--section-padding: 5rem;
	}
}

@media (max-width: 768px) {
	
	:root {

		--section-padding: 3.75rem;
	}
}

.hero-one h1 strong {
    color: var(--primary);
}

.partner-with-filter-section .filter-form .btn-reset-n {
	
	color: var(--primary);
}

.hero-two__title h1 {
	
	color: #fff;
}

.hero-one h1 p {
	
	font-size: clamp(2.5rem, 4vw, 4rem);
	font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin: 0 0 .875rem;
}

.boxes-with-logo .basic-horizontal-section__wrapper {
	
	margin-bottom: 80px;
}

.choices:focus-visible {
  outline: 3px solid #007BFF;
  outline-offset: 3px;
}

/*
:focus-visible {
  outline: 3px solid #007BFF;
  outline-offset: 3px;
}


a.open-partner-modal {
	
	width: 100%;
	height: 100%;
	display: inline-block;
}

a.open-partner-modal:focus-visible {
	
  outline: 3px solid #007BFF;
  outline-offset: 3px;
}
*/

.partner-with-filter-section .partner-box__logo img {
	
	height: 100%;
}

.boxes-with-image .box__image img {
	
	object-fit: cover;
}

.boxes-with-image .box {

    background-color: var(--primary);
}

.app-footer-text img {
	
	max-width: 120px;
}

.app-header__left .logos a img {
	
	max-width: 72px;
}

.app-header__left .logos a img:nth-child(2) {
	
	max-width: 100px;
}

.app-header__left .tagline {
	
	line-height: 120%;
}

.boxes-with-logo .box__logo {
	
	max-width: 240px;
	margin: 0 auto;
}

.partner-with-filter-section .partner-box__program img {
	
	max-width: 60px;
}

.boxes-vertical .box__highlight .logos.one .log-box img{
	
	max-width: 150px;
}

.boxes-with-icons .box__icon img {
	
	max-width: 95px;
}

.boxes-with-icons .box__icon {
	
	margin-bottom: 2rem;
}

.card-page.article_wrap .btn,
.card-team.article_wrap .btn{
	
	margin-left: 0;
}

.search-results-section .team-section {
	
	padding: 0 !important;
}

.search-results-section .team-section .member-box {
	
	max-width: 400px;
}

.search-results-section .team-section p {
	
	padding-left: 0;
}

.search-results-section .team-section .card-team &gt; h3 {
	
	display: none;
}

.search-results-section .team-section p:before {
	
	display: none;
}

.boxes-with-image .box p {
	
	color: #fff;
	transition: .3s ease-in-out;
}

.boxes-with-image .box p svg {
	
	transition: .1s ease-in-out;
}

.boxes-with-image .box:hover p{
	
	color: var(--secondary);
    transform: translate(10px);
}

.boxes-with-image .box:hover img {
	
	transform: scale(1.1) !important;
}

.app-mega-menu ul.menu&gt;li .image {
	
	display: flex;
    align-items: center;
    justify-content: center;
}

html {
	
	scroll-behavior: smooth;
}


.partner-with-filter-section .partner-box__program {
	
	flex-wrap: wrap;
    gap: 1rem;
}

.partner-with-filter-section .partner-box__program img {
	
	margin-left: 0;
}

.products-by-categories__item ul li .item-wrap {
	
	justify-content: unset;
	gap: 1rem;
}

.partners-carousel-section__wrapper {
	
	align-items: flex-start;
}

.partners-carousel-section .swiper {
	
	padding-top: 5px;
}

.basic-text-section__description ul li,
.basic-image-section__description ul li,
.basic-horizontal-section__description ul li,
.basic-text-two-columns-section__description ul li,
.box__description ul li{
	
	position: relative;
    padding-left: 40px;
}

.basic-text-section__description ul li::before,
.basic-image-section__description ul li::before,
.basic-horizontal-section__description ul li::before,
.basic-text-two-columns-section__description ul li::before,
.box__description ul li::before{
	
	position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 24px;
    height: 4px;
    background: var(--primary);
}

@media (max-width: 992px) {
	
	.basic-horizontal-section__wrapper {
		
		gap: 1rem;
	}
	
	.boxes-with-logo .basic-horizontal-section__wrapper {
		
		margin-bottom: 2rem;
	}
}

@media (max-width: 768px) {
	
	.app-mega-menu ul.menu {
		
		padding-bottom:  8rem;
	}
	
	.team-section__title {
        grid-column: 1 / 3;
    }
}

@media (max-width: 760px) {
	
	 .team-section__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.team-section__title {
        grid-column: auto;
    }
}

@media (max-width: 576px) {
	
	.partner-with-filter-section .partner-box__program {
		
		justify-content: flex-start;
	}
	
	.partner-box__logo {
		
		margin-bottom: 1rem;
	}
}

.partner-with-filter-section {
	
	 background-color: #eff6e8;
}

.video-section {
	
	background-color: #fff;
}

.team-section .member-box__wrap:hover img,
.boxes-with-image .box__image:hover img{
	
	transform: scale(1.1) !important;
}

.team-section .member-box__avatar {
	
	height: 350px;
}

.team-section .member-box__wrap img {
	
	cursor: auto;
	height: 100%;
}

.no-padding-top {
	
	padding-top: 0 !important;
}

.no-padding-bottom {
	
	padding-bottom: 0 !important;
}</pre></body></html>