@media (min-width: 1024px) {
	.lg\:custom-padding {
	    padding-left: 50px;
	    padding-right: 50px;
	}

	.lg\:custom-text-bckdrop-3 {
	    font-size: 3rem;
	    font-weight: 600;
	    line-height: 1;
	}

	.lg\:custom-text-bckdrop-4 {
	    font-size: 4rem;
	    font-weight: 600;
	    line-height: 1;
	}

	.lg\:custom-text-bckdrop-5 {
	    font-size: 5rem;
	    font-weight: 600;
	    line-height: 1;
	}

	.lg\:bg-1-1 {
	    background: url(/assets/media/images/custom/bg1.jpg);
	    background-size: cover;
	    height: 100%;
	    background-position-y: -80px;
	    background-repeat: no-repeat;
	    background-position-x: center;
	}

	.lg\:bg-3-1 {
	    background: url(/assets/media/images/custom/bg3.jpg);
	    background-size: cover;
	    height: 100%;
	    background-position-y: -80px;
	    background-repeat: no-repeat;
	    background-position-x: center;
	}

	.lg\:bg-pr {
	    background: url(/assets/media/images/custom/background.jpg);
	    background-size: cover;
	    height: 100%;
	    background-position-y: -170px !important;
	    background-position: top;
	    background-repeat: no-repeat;
	}

	.lg\:bg-10 {
	    background: url(/assets/media/images/custom/bg10.jpg);
	    background-size: cover;
	    height: 100%;
	    background-position-y: -80px !important;
	    background-position: top;
	    background-repeat: no-repeat;
	}

	.lg\:bg-11 {
	    background: url(/assets/media/images/custom/bg11.jpg);
	    background-size: cover;
	    height: 100%;
	    background-position-y: -180px !important;
	    background-position: top;
	    background-repeat: no-repeat;
	}

	.lg\:bg-12 {
	    background: url(/assets/media/images/custom/bg12.jpg);
	    background-size: cover;
	    height: 100%;
	    background-position-y: -220px;
	    background-repeat: no-repeat;
	    background-position-x: center;
	}

	.lg\:bg-show {
	    height: 100% !important;
	    background-size: contain !important;
	    background-position: center !important;
	    background-repeat: no-repeat !important;
	}

	.lg\:mtadd50 {
	    margin-top: 0px;
	}

	.lg\:btn-cta-sv {
	    background: var(--primary-custom) !important;
	    border-radius: 0px !important;
	    padding: 25px !important;
	    padding-left: 50px !important;
	    padding-right: 50px !important;
	    font-size: 1.4rem !important;
	    font-weight: 600 !important;
	    margin-top: -50px !important;
	}

	.lg\:custom-text-bckdrop-3 {
	    font-size: 3rem;
	    font-weight: 800;
	    line-height: 1;
	}

	.lg\:custom-text-bckdrop-1 {
	    font-size: 1.5rem;
	    font-weight: 700;
	    line-height: 1;
	}

	.lg\:rounded-image {
	    border-radius: 2rem;
	}

	.lg\:min-sm-h-custom {
	    height: 650px;
	}


	.lg\:legislation_camp {
	    position: absolute;
	    top: 20%;
	    left: 10%;
	}

	.lg\:rounded {
		border-radius: 0.75rem;
	}

	.lg\:h-article {
		height: 25rem;
	}

	.lg\:mt-custom {
	    margin-top: 80px !important;
	}

	.lg\:mt-200px {
		margin-top: 200px !important;
	}

	.lg\:mt-350 {
		margin-top: 350px !important;
	}

	.article-content iframe{
	    width: 700px !important;
	    height: 600px !important;
	}
}