.elementor-712 .elementor-element.elementor-element-9108bad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-712 .elementor-element.elementor-element-595b043 .elementor-progress-wrapper .elementor-progress-bar{background-color:#CA061D;}.elementor-712 .elementor-element.elementor-element-e224d49{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-712 .elementor-element.elementor-element-be866bd{text-align:center;}.elementor-712 .elementor-element.elementor-element-be866bd .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:35px;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;color:#000000;}.elementor-712 .elementor-element.elementor-element-94c7001{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-712 .elementor-element.elementor-element-d89ee63 .elementor-button{background-color:#FFD814;font-family:"Poppins", Sans-serif;font-weight:900;fill:#000000;color:#000000;border-radius:50px 50px 50px 50px;}.elementor-712 .elementor-element.elementor-element-4a6acb9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-712 .elementor-element.elementor-element-3e4b0a7{text-align:center;font-family:"Roboto", Sans-serif;font-size:9px;font-weight:400;}.elementor-712 .elementor-element.elementor-element-3e4b0a7 p{margin-block-end:0px;}.elementor-712 .elementor-element.elementor-element-53bb469{text-align:center;font-family:"Roboto", Sans-serif;font-size:9px;font-weight:400;}.elementor-712 .elementor-element.elementor-element-53bb469 p{margin-block-end:0px;}@media(max-width:767px){.elementor-712 .elementor-element.elementor-element-be866bd .elementor-heading-title{font-size:23px;-webkit-text-stroke-width:0px;stroke-width:0px;}}/* Start custom CSS */.pulse {
	animation: pulse 0.7s infinite;
	margin: 0 auto;
	display: table;
	margin-top: 0px;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes pulse {
	0% {
	-webkit-transform: scale(1);
}
100% {
	-webkit-transform: scale(1.1);
}
} @keyframes pulse {
	0% {
	transform: scale(1);
}
100% {
	transform: scale(1.1);
}/* End custom CSS */