/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 26 2026 | 15:16:32 */
section.popup-i>.l-section-h.i-cf {
    padding: 2vw;
}
section.popup-i.resources .base-i {
    height: 100%;
}

body .w-tabs.style_default>.w-tabs-list .w-tabs-item,
body .w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):focus, 
body .no-touch .w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):hover{
	background:transparent !important;
}
section.popup-i.resources .base-i .vc_column-inner {
    height: 100%;
}
section.popup-i.resources .w-html.bigicon {
	background:var(--color-primary);
}
section.popup-i.resources .w-html.bigicon figure.pic-card-resources {
    height: 100%;
}

section.popup-i.community .w-html.bigicon {
    background: var(--color-purple);
}
section.popup-i .w-html.bigicon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
section.popup-i .w-html.bigicon figure.pic-card.pic-doc-i {
    width: 60%;
    height: 60%;
}
section.popup-i .base-ii {
    width: 90% !important;
	margin:0 auto;
}

section.popup-i .w-html.bigicon figure.pic-card.pic-message-i {
	width: 60%;
}

@media(min-width:1200px){
	section.popup-i .w-html.bigicon {
		width: 40vw;
		height: 40vw;
	}
}
@media(max-width:1200px) and (min-width:992px){
	section.popup-i .w-html.bigicon {
		width: 40vw;
		height: 40vw;
	}
}
@media(max-width:992px) and (min-width:768px){
	section.popup-i .w-html.bigicon {
		width: 100%;
		height: 60vw;
	}
}
@media(max-width:768px) and (min-width:576px){
	section.popup-i .w-html.bigicon {
		width: 100%;
		height: 60vw;
	}
}
@media(max-width:576px){
	section.popup-i .w-html.bigicon {
		width: 100%;
		height: 60vw;
	}
}