#uc_content_accordion_elementor_328fbd1 * {
	box-sizing: border-box;
}

#uc_content_accordion_elementor_328fbd1 .ue_heading_title {
	margin: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: row;
}

#uc_content_accordion_elementor_328fbd1 .uc_container .uc-heading {
	display: flex;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}

#uc_content_accordion_elementor_328fbd1 .uc_container .uc_content {
	display: none;
}

#uc_content_accordion_elementor_328fbd1 .uc_container .uc-heading span.ue_accordion_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
}

#uc_content_accordion_elementor_328fbd1 .uc_ac_box.uc-item-active span.uc_dactive {
	display: none;
}

#uc_content_accordion_elementor_328fbd1 .uc_ac_box:not(.uc-item-active) span.uc_active {
	display: none;
}

#uc_content_accordion_elementor_328fbd1 span.ue_accordion_icon svg {
	height: 1em;
	width: 1em;
}