@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body, p {
	font-family: 'Poppins', sans-serif; !important;
}


	
	body, p {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: 0px;
		font-style: normal;
		font-weight: 300;
		text-decoration: none;
	}	
	
	
	
	.h1, h1 {
		font-size: 2em !important;
		line-height: 1.6em !important;
		letter-spacing: 0px !important;
		font-weight: 500 !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: none !important;
	}	
	
	
	
	.h2, h2 {
		font-size: 1.6em !important;
		line-height: 1.6em !important;
		letter-spacing: 0px !important;
		font-weight: 500 !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: none !important;
	}	
	
	
	
	.h3, h3 {
		font-size: 1.4em !important;
		line-height: 1.6em !important;
		letter-spacing: 0px !important;
		font-weight: 500 !important;
		font-style: normal !important;
		text-decoration: none !important;
		text-transform: none !important;
	}	


	@media only screen and (max-width: 991px) {
	  .mobile_only {
		display: inline-block;
	  }
	}
	@media only screen and (min-width: 992px) {
	  .mobile_only {
		display: none;
	  }
	}	


	
	@media (max-width: 991px) {
		.h1, h1 {
			font-size: 1.9em !important;
			line-height: 1.6em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 991px) {
		.h2, h2 {
			font-size: 1.52em !important;
			line-height: 1.6em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 991px) {
		.h3, h3 {
			font-size: 1.33em !important;
			line-height: 1.6em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		.h1, h1 {
			font-size: 1.8em !important;
			line-height: 1.6em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		.h2, h2 {
			font-size: 1.44em !important;
			line-height: 1.6em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		.h3, h3 {
			font-size: 1.26em !important;
			line-height: 1.6em !important;
			letter-spacing: 0px !important;
			font-weight: 500 !important;
			font-style: normal !important;
			text-decoration: none !important;
			text-transform: none !important;
		}	
	}
	
	@media (max-width: 991px) {
		body, p {
			font-size: 22px;
			line-height: 1.6em;
			letter-spacing: 0px;
			font-style: normal;
			font-weight: 300;
		}	
	}
	
	@media (max-width: 480px) {
		body, p {
			font-size: 18px;
			line-height: 1.4em;
			letter-spacing: 0px;
			font-style: normal;
			font-weight: 300;
		}	
	}
	
	@media (max-width: 991px) {
		body, p {
			text-decoration: none !important;
		}	
	}
	
	@media (max-width: 480px) {
		body, p {
			text-decoration: none !important;
		}	
	}
	