/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 22:27:07 */
header.id_10372 .l-subheader.at_bottom, 
header.id_10372 .l-subheader.at_bottom .w-dropdown-list, 
header.id_10372 .l-subheader.at_bottom .type_mobile .w-nav-list.level_1 {
    background: #fab259;
}
section.partnerships-ii .third .wpb_text_column .wpb_wrapper a {
    position: relative;
    width: max-content;
    display: inline-block;
}

section.partnerships-ii .third .wpb_text_column .wpb_wrapper a:after {
    content: '';
    position: relative;
    height: 0.5rem;
    width: 100%;
    background: var(--color-white);
    display: block;
    left: 0;
    margin-top: 0.5%;
}
section.head-i.partnerships-i .he-ii p strong,
section.partnerships-ii .list-i .item .he-v strong, 
section.partnerships-ii .list-i .item .bo-iii strong {
    color: #fff;
}
section.head-i.partnerships-i .first a.link-iii {
    color: #141414;
}

section.partnerships-i .third .grid-data-i {
    display: flex;
    flex-wrap: wrap;
}
section.partnerships-i .third .grid-data-i .data-i {
    background: #fff;
    text-align: center;
}
section.partnerships-ii {
    position: relative;
}
section.partnerships-ii .third .w-gallery-item img {
    object-fit: contain;
    width: 50%;
    height: max-content;
    background: transparent;
}
section.partnerships-ii .third .w-gallery-item-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

section.partnerships-ii .third .he-iv strong,
section.partnerships-ii .third .he-iv strong a{
	color: #ffffff;
}
section.partnerships-ii .third .wpb_text_column {
    word-break: break-word;
}

@media(min-width:1200px){
	section.partnerships-i .third .grid-data-i .data-i {
		width: calc(33.3333% - 0.7vw);
		padding: 7vw 2vw;
	}
	section.partnerships-i .third .grid-data-i {
		grid-gap: 1vw;
	}
}
@media(max-width:1200px) and (min-width:992px){
	section.partnerships-i .third .grid-data-i .data-i {
		width: calc(33.3333% - 0.7vw);
		padding: 7vw 2vw;
	}
	section.partnerships-i .third .grid-data-i {
		grid-gap: 1vw;
	}
}
@media(max-width:992px) and (min-width:768px){
	section.partnerships-i .third .grid-data-i .data-i {
		width: calc(50% - 1.5vw);
		padding: 10vw 2vw;
	}
	section.partnerships-i .third .grid-data-i {
		grid-gap: 2vw;
	}
}
@media(max-width:768px) and (min-width:576px){
	section.partnerships-i .third .grid-data-i .data-i {
		width: 100%;
		padding: 20vw 10vw;
	}
	section.partnerships-i .third .grid-data-i {
		grid-gap: 4vw;
	}
}
@media(max-width:768px){
	.w-gallery-list {
		grid-template-columns: 1fr 1fr;
	}
	section.partnerships-i .third .w-gallery-list{
		grid-gap: 5vw;
	}
	
}
@media(max-width:576px){
	section.partnerships-i .third .grid-data-i .data-i {
		width: 100%;
		padding: 20vw 10vw;
	}
	section.partnerships-i .third .grid-data-i {
		grid-gap: 5vw;
	}
	section.partnerships-i .third .w-gallery-list{
		grid-gap: 5vw;
	}
}