/* Themify Customize Styling */
:root {	
	--theme_accent: #1c3e95;
	--theme_accent_hover: #1c3e95; 
}
h1 {	
	color: #1c3e95; 
}
h2 {	
	color: #1c3e95; 
}
h3 {	
	color: #1c3e95; 
}
h4 {	
	color: #1c3e95; 
}
h5 {	
	color: #1c3e95; 
}
h6 {	
	color: #1c3e95; 
}

/* Themify Custom CSS */
.ui.builder_button {
	display: flex;
	gap: 20px;
	    flex-wrap: nowrap;
}

:where(.tf_in_flx,.tf_flx) {
    display: inline-flex;
    flex-wrap: wrap;
    place-items: start;
}

