@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {
	--primary: #000;
	--e-global-color-primary:#BFA243;
	--red: #ff0000;
	--blue: #0000ff;
    --green: #00ff00;
    --bg: #fff;
}
html {
	font-size: 10px; 
	/*scroll-behavior: smooth;*/
}
/*
@media (min-width: 786px) {
	html {
		font-size: 0.520vw; 
	}
}
@media (max-width: 785px) {
	html {
		font-size: 2.564vw;
	}
}
@media (orientation: landscape) and (max-width: 785px) {
	html {
		font-size: 1.75vw;
	}
}*/
body {
 
	color: #171717;
	font-size: 1.8rem;
	line-height: 2.2rem; 
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	/*overflow-x: hidden;*/
 
    font-family: "Open Sans", Sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em;
}
body,
summary,
input,
textarea,
select,
option,
button {
	font-family: "Open Sans", Sans-serif;
 
}
* {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
.grecaptcha-badge,
iframe[name="google_conversion_frame"]{
    display:none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
details > summary::marker,
details > summary::-webkit-details-marker {
	display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, svg, video, picture{
	display:block;
	max-width: 100%;
	height: auto;
}
input[type="text"],
input[type="email"],
textarea{
	resize: none;
	display: block;
	outline:none;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	border:0;
}
button {
	cursor: pointer;
	background-color: transparent;
	border: none;
}
a {
	text-decoration:none;
	color: var(--primary);
}
input[type="checkbox"],
input[type="radio"] {
	accent-color: var(--primary);
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--primary);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected, 
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
	background-color:transparent !important;
	-webkit-text-fill-color: var(--primary);
	color: var(--primary) !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;   
}
.alignmiddle {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}
label		{cursor: pointer;}
.bold		{font-weight: 700;}
.ltr		{direction: ltr;}
.flc		{clear: both;}
.flr		{float: right;}
.fll		{float: left;}
.grid		{display: grid;}
.block		{display: block;}
.in-block	{display: inline-block;}
.flex		{display: flex;}
.in-flex	{display: inline-flex;}
.jc-start	{justify-content: flex-start;}
.jc-center	{justify-content: center;}
.jc-end		{justify-content: flex-end;}
.jc-between	{justify-content: space-between;}
.ai-start	{align-items: flex-start; align-content: flex-start;}
.ai-center	{align-items: center;}
.ai-end		{align-items: flex-end; align-content: flex-end;}
.fd-reverse {flex-direction: row-reverse;}
.fd-col 	{flex-direction: column;}
.wrap		{flex-wrap: wrap;}
.flex1		{flex:1};
.relative	{position:relative;}
.absolute	{position:absolute;}
.sticky		{position: sticky;}
.fixed		{position:fixed;}
.col-1-1	{width:100%;}
.tac		{text-align:center;}
.ofh		{overflow:hidden;}
.obn		{overscroll-behavior: none;}
.full		{width:100%; height: 100%; inset: 0;}
.no-click	{pointer-events: none;}
.sr-only {
	opacity: 0;
	clip: rect(0px, 0px, 0px, 0px);
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.hide-scrollbar::-webkit-scrollbar,
.hidden {
    display: none;
}  
.hide-scrollbar {
	-ms-overflow-style: none;  
	scrollbar-width: none;
}

@media (min-width: 786px) {
	.mobile {
		display: none !important;
	}
}
@media (max-width: 785px) {
	.desktop {
		display: none !important;
	}
	.mob-sr-only {
		opacity: 0;
		clip: rect(0px, 0px, 0px, 0px);
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}
}


/* transitions - can deleted if not in use */
.ease-all-in,
.ease-all-in *{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ease-all-in2,
.ease-all-in2 *{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.8s;
	transition: all 0.5s;
}
.cubic-bezier-all-in *,
.cubic-bezier-all-in,
.cubic-bezier {
	-webkit-transition: all 0.3s cubic-bezier(.26, .12, 0, 1);
	-moz-transition: all 0.3s cubic-bezier(.26, .12, 0, 1);
	-o-transition: all 0.3s cubic-bezier(.26, .12, 0, 1);
	transition: all 0.3s cubic-bezier(.26, .12, 0, 1);
}

 

.bg-image{
	top:0; right: 0; position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg.svg');
 
opacity: 0.59;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.header{
	margin-bottom: 3rem;
height: 10rem;
background-color: #bfa243;
	border-bottom: 2px solid #171717;
	overflow: hidden;
	width: 100%;

}

.header-inner{
	height: 100%;
	display: flex;
	align-items: center;
}
.header-logo{
	height: 100%;
	width: 33rem;
	position:relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: start;
	background-color: #fff;
}
.header-logo::before{
	content: '';
	display: block;
	width: 5000px;
	left: 0;
	background-color: #fff;
	height: 100%;
	position: absolute;
	top:0;
	z-index: -1;
}
.header-logo img{
	width: 17rem;
}
.header-text{
	color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 3.6rem;
	text-align: center;
    font-weight: 400;

	width: calc(100% - 33rem);
	flex:0 0 calc(100% - 33rem);
}
.header-text a{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit; 
}
.container{
	width: 90rem;
	margin: 0 auto;
}
.container-header{
	width: 130rem;
	margin: 0 auto;
}




.cont h1{
	color: #BFA243;
    font-family: "Open Sans", Sans-serif;
    font-size: 42px;
    font-weight: 700;
	line-height: 5rem;
	margin-bottom: 2rem;
	text-align: center;
}
.page-template-default .cont h1{
	margin-bottom: 5rem;
}
.cont a{
	color: #967F32;
    font-weight: 500;
    text-decoration: underline;

}
.cont  h2{
	font-weight: 500;
font-size: 2.7rem;
margin-bottom: 1rem;
line-height: 3rem;
}
.cont  h2 b,
.cont  h2 span,
.cont  h2 strong{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.cont  h2 b,
.cont  h2 strong{
font-weight: 700;
}
.page-content{
	margin-bottom:4rem ;
}

.cont p{
	margin-bottom: 2rem;
}
 
.cont a{
	text-decoration: underline;
}
.cont  ol,.cont  ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	margin-right: 2rem;
	margin-bottom: 2rem;
}
.cont  ul {
list-style: disc; 
}
.cont  ol {
	list-style: decimal; 
}
 
.report_cat{
	margin-bottom: 2rem;
}
.report_cat h2{
	color: #BFA243;
    font-weight: 700;
    font-size: 3.6rem; 
	width: 100%;
	margin-bottom: 3rem;
	height: 5.6rem;
	line-height: 5.6rem;
text-align: center;
background-color: rgba(240, 233, 211,0.23); 
}
.report_cat_reports{
	width: 54rem;
	margin: 0 auto;
}
.report_cat_report{
	display: flex;
	gap: 2.5rem;
	align-items: center;
 margin-bottom: 3rem;
}
.report_cat_report_icon{
	width: 5.8rem;
	flex:0 0 5.8rem;
}
.report_cat_report_icon svg{
	width: 5.8rem;
	height: 5.8rem;
	fill:#BFA243 ;

}
.report_cat_report_content{
	width: calc(100% - 23rem);
	flex:0 0 calc(100% - 23rem);
}
.report_cat_report_content p,
.report_cat_report_content h3{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.5px;
	margin-bottom: 0;
}
.report_cat_report_content h3{margin-bottom: 0.6rem;}
.report_cat_report_content p{
	color: #4F4F4F;
    font-weight: 400;
}
.report_cat_report_button{
	width: 12rem;
	flex:0 0 12rem;
}
.report_cat_report_button svg{
	width: 1.8rem;
	height: 1.8rem;
	flex:0 0 1.8rem;
	fill: #fff;
}
.report_cat_report_button a{
	display: flex; 
	justify-content: center;
	align-items: center;
	background-color: #CEB04C;
	text-align: center;
gap: 1rem;
	height: 4.2rem;
	transition: all .3s;
	transition-duration: .3s;
    transition-property: transform;


}
.report_cat_report_button a span{
	color:#fff;    font-weight: 600;
	line-height: 4.2rem;
	font-size: 1.8rem;
	text-decoration: underline;
	transform: translateY(-0.2rem);

}
.report_cat_report_button_all_container{
	display: flex;
	justify-content: end;
}
.report_cat_report_button_all_container a{
 
}
.report_cat_report_button_all_container a svg{
	width:  2.8rem;
	height: 2.8rem;
	fill: #BFA243;
	transform: rotate(180deg);
}
.report_cat_reports{
	overflow: hidden;
	max-height: 7000px;
	transition: all .3s;
	transition-duration: .3s;
    transition-property: max-height;
}
.report_cat_reports[aria-hidden="true"]{
	max-height: 0;
	visibility: hidden;
}
.report_cat_open .report_cat_report_button_all_container a svg{
transform: rotate(0);
}
@media (hover: hover) {
	.report_cat_report_button a:hover{
		transform: scale(1.1);
	}
}
.report_cat_report_button_all_container a span{
    font-size: 20px;    transform: translateY(-0.2rem);
    font-weight: 700;
	color:#BFA243;
}
.report_cat_report_button_all_container a{
	display: flex;
	align-items: center;
	gap: 1rem;
}

 


.footer{
	background-color: #BFA243;
	margin-top: 5rem;
	border-top: 2px solid #171717;
}
.footer-logo{
	width: 17rem;
	height: 10.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.footer-logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	
}
.footer-container{
	width: 130rem;
	margin: 0 auto;
	display: flex;align-items: center;
}

.footer-content{
	height: 5.7rem;
	border-right:1px solid #fff; 
padding-right: 4rem;
margin-right: 4rem;
width: calc(100% - 25rem);
flex:0 0 calc(100% - 25rem);
display: flex;
justify-content: space-between;
align-items: center;
}

.footer-social{
	width: 10rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-social a{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #BFA243;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #fff;
}
.footer-social a svg{
	width: 2.5rem;
	height:2.5rem;
	fill: #fff;
}


.footer-copyright{
	display: flex;
	align-items: center;
	gap: 3rem;
}
.footer-copyright p{
	color: #fff;    font-weight: 500;
    font-size: 1.6rem;
    line-height: 4rem;
    white-space: pre;
    letter-spacing: 0.5px;
}
.footer-copyright a{
	 font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    text-decoration: underline;
}
.footer-back-link{
	display: flex;
	align-items: center;
	background-color: #fff;
	padding:0 1rem;
	height: 4rem;
}
.footer-back-link svg{
	width: 2rem;
    fill: #BFA243;
    flex: 0 0 2rem;
}
.footer-back-link span{
	color: #BFA243;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 4rem;    white-space: pre;
    text-decoration: underline;
    letter-spacing: 0.5px;
}


.page-template-default .container#main{
	width: 118rem;
	margin: 0 auto;
}





@media (max-width: 980px) {
	body{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.container-header{
		width: 100%;
	}
	.footer-container,.container,
	.page-template-default .container#main{
		width: 95%;
	}
	.page-template-default .bg-image{
		display: none;
	}
	.header-logo img{
		width: 10.4rem;
	}
	.page-content {
		margin-bottom: 3rem;
	}
	.header-logo{
		width: 100%;
		justify-content: center;
	}
	.header-text{
		width: calc(100% - 14rem);
		flex:0 0 calc(100% - 14rem);
		font-size: 1.8rem;
	}

	.header-logo::before{
		display: none;;
	}
	.cont h1{
		font-size: 2.2rem;
		line-height:2.6rem;
	}
	
	.cont h2{
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.footer{
		padding-top:3rem;
	}
	.footer-content,
	.footer-container{
		flex-direction: column-reverse;
		
	}
	.footer-content{
		width: auto;
        flex: 0 0 auto;
        height: auto;
        border: 0;
        margin: 0;
        padding: 0;
		gap: 2rem;
	}
	.footer-social{
		order:3;
	}
	.footer-back{
		order: 4;
	}
	.footer-back-link span,
	.footer-copyright p {
		font-size: 1.4rem;
	}
	.footer-logo {
		width: 12rem;
		height: 7.6rem;
	}
	.footer-copyright{
		order: 1;
	}


	.report_cat h2{
		font-size: 2rem;
		font-weight: 700;
		line-height: 5rem;
		margin-bottom:2rem;
		height: 5rem;
	}
	.report_cat_reports{
		width: 100%;
	}
	.report_cat_report_content {
		width: calc(100% - 14rem);
		flex: 0 0 calc(100% - 14rem);
	}
	.report_cat_report{
		gap: 1rem;
	}
	.report_cat_report_icon {
		width: 4rem;
		flex: 0 0 4rem;
	}
	.report_cat_report_button {
		width: 8rem;
        flex: 0 0 8rem;
	}
	.report_cat_report_content p, .report_cat_report_content h3{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.report_cat_report_icon svg{
		width: 4rem;
		height: 4rem;
	}
	.report_cat_report_button a{
		gap: 0.5rem;
		height: 3.2rem;
	}
	.report_cat_report_button a span{
		font-size: 1.4rem;
	}
}