.elementor-1808 .elementor-element.elementor-element-470c50d{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1808 .elementor-element.elementor-element-cd9fdcf img{width:100%;}#elementor-popup-modal-1808 .dialog-widget-content{animation-duration:1.2s;background-color:#02010100;}#elementor-popup-modal-1808 .dialog-message{width:147px;height:18vh;align-items:center;}#elementor-popup-modal-1808{justify-content:flex-end;align-items:flex-end;}/* Start custom CSS */.pulse {
	animation: pulse 2.0s 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 */