/************************************************************************* Defaults */
body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a {
	color: inherit;
}
strong {
	font-weight: 600;	
}


body:not(elementor-editor-active) .overflowed {
	overflow: hidden;
}

/************************************************************************* Text Editor */
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}





.elementor-heading-title > span {
	color: var( --e-global-color-accent );
}


/*

a svg {
	width: auto !important;
}
a:hover svg path {
	fill: currentColor;
}
*/














/* ------------------
- Form
-------------------	*/
.elementor-field-type-radi {
	margin-top: 10px;
}
.elementor-field-type-radio .elementor-field-option {
	display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
    flex-grow: 1;
    max-width: 33.3333%;
    width: 33.3333%;
}
.elementor-field-type-radio .elementor-field-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.elementor-field-type-radio .elementor-field-option label {
	padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: 600 !important;
    cursor: pointer;
    font-size: 16px !important;
    transition: all 0.2s ease;
    display: inline-block !important;
    width: 100%;
    text-align: center;
}
.elementor-field-type-radio .elementor-field-option label:hover {
	border-color: #002147;
	color: #002147;
}
.elementor-field-type-radio .elementor-field-option input[type="radio"]:checked + label {
	background: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
	color: #fff;
}
.elementor-field-type-radio .elementor-field-option input[type="radio"]:focus-visible + label {
	outline: 3px solid rgba(0, 33, 71, 0.25);
	outline-offset: 2px;
}





.html-content {
	
}
.html-content h3 {
	
}
.html-content p {
	font-size: 16px;
}

.html-content.loading {
	max-width: 400px;
	margin: 50px auto 0;
}




/*

.elementor-field-type-select select {
	
}
.elementor-field-type-select select:invalid {
  color: #999;
}
.elementor-field-type-select select option {
  color: #000;
}
*/
label[for="form-field-balance"],
label[for="form-field-superfund"],
label[for="form-field-age"]
{
	margin-bottom: 20px;
}



.elementor-field-group-step_four > div:not(.elementor-field-group-field_9940326) {
	  display: none;
}



.preloader-line {
    position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	z-index: 9999;
	border-radius: 7px;
}
.preloader-fill {
	width: 0%;
	height: 100%;
	background: var( --e-global-color-accent );
	transition: width 0.3s ease;
	border-radius: 7px;
}
.preloader-label {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #333;
}



@media screen and (max-width: 1400px) {

	
}



@media screen and (max-width: 1024px) {



.autoflow-tablet {
	overflow: hidden;	
}

.autoflow-tablet .swiper {
	overflow: visible;	
}
		

}



@media screen and (max-width: 767px) {


	.elementor-field-type-radio .elementor-field-subgroup {
		gap: 1%;
	}

	.elementor-field-type-radio .elementor-field-option {
	    width: 49%;
	    max-width: 49%;
	    padding-inline-end: 0 !important;
	}
	
	.elementor-field-type-radio .elementor-field-option label {
		padding: 14px 5px;
        font-size: 12px !important;
	}

	
	
}