
.no-js img.lazyload { display: none; }
 figure.wp-block-image img.lazyloading { min-width: 150px; }
 .lazyload, .lazyloading { opacity: 0; }
 .lazyloaded {
 opacity: 1;
 transition: opacity 400ms;
 transition-delay: 0ms;
}

.faq .cnt{
	display: none;
}
.faq.collapsed .cnt{
	display: block;
}
.faq-heading:after{
	transition: 300ms ease-in-out;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.faq.active .faq-heading:after{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
form.fsForm .fsLabelVertical[data-testid$=-horizontal] fieldset>*:not(.fsLabel) {
    font-size: 10px;
    margin: 0;
    text-align: justify;
}
form.fsForm .checkbox-agree .fsSupporting, form.fsForm [data-testid$=-horizontal]:nth-last-child(2) .fsSupporting, form.fsForm [data-testid$=-horizontal]:last-child .fsSupporting {
    padding-left: 24px;
}
form.fsForm .fsOptionLabel input {
    width: 20px;
    height: 16px;
}
form.fsForm .fsLabelVertical[data-testid$=-horizontal] fieldset {
    overflow: inherit;
}
div#text-11 p{
    text-align: justify;
}
div#text-10 {
    padding-top: 40px;
}
@media(min-width: 1024px){
	.site-header .container{
		padding-top: 116px;
	}
	.forMob{
		display: none;
	}
}
@media(max-width: 1024px){
	#section-1{
		padding-top: 50px;
	}
	.page-hero #secondary{
		display: block;
	}
	.hero-aside{
		display: none;
	}
	.hero-aside.forMob{
		display: flex;
	}
}
.loader {
    margin-top: -35px ! IMPORTANT;
    margin-left: -35px !important;
}

.loader-overlay{
    background: rgba(0, 0, 0, 0.8) !important;
}