img.printme {
	display:none !important;
}
@media print {
	* {
		-webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
		color-adjust: exact !important;                 /*Firefox*/
	}
	.page-content {
    max-width: 100%;
    overflow: hidden;
	}
	img.printme {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		border: 10px white solid;
		margin: 0 auto;
	}
	.swiper-container-horizontal {
		display: block !important;
		height: auto;
	}
		.swiper-wrapper {
		display: block !important;
		height: auto !important;
	}
	.swiper-slide {
		display: block !important;
		width: 100% !important;
	}
	.elementor-widget-container, 
	.elementor-element.e-container {
		margin-top: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
	}
	a[href]:after {
    	content: "";
	}
	.elementor-2379 .elementor-element.elementor-element-b21d620 .elementor-main-swiper {
    	height: auto !important;
	}
	#headerMain {
    position: relative !important;
    text-align: right;
    width: 100% !important;
    right: 0;
    left: auto;
	}
	.elementor-element.elementor-element-2cf56b07.e-container--row.e-container {
    	display: none;
	}
	#hubspot-messages-iframe-container,
	button,
	form,
	a.elementor-button,
	.elementor.elementor-417.elementor-location-footer,
	.elementor-element.elementor-element-c173042.e-container--column.e-container,
	.elementor-element.elementor-element-b7cfe75.e-container--column.e-container,
	div#fpActions {
		display: none !important;
	}
	.elementor-thumbnails-swiper {
		display: none !important;
	}
	.elementor-swiper-button {
    display: none !important;
	}
}