/* Generated from the pre-performance style.css in original cascade order. */
/*contact*/
.dgf .blog-header{margin-bottom:40px;}
.cont-cols{justify-content:space-between;align-items:start!important;}
.wpcf7-form-control::placeholder{color:#999;}
.wpcf7-form-control{margin-bottom: 10px; width:100%;}
.wpcf7-textarea{height:100px;}

body.contact-page{
	--contact-paper:oklch(96% 0.012 218);
	--contact-surface:oklch(99% 0.006 95);
	--contact-ink:oklch(18% 0.03 236);
	--contact-muted:oklch(43% 0.022 236);
	--contact-rule:oklch(80% 0.018 232);
	--contact-panel:oklch(22% 0.03 236);
	--contact-panel-soft:oklch(27% 0.032 236);
	--contact-accent:oklch(58% 0.17 31);
	--contact-accent-soft:oklch(88% 0.075 88);
	--contact-gutter:clamp(24px,4.5vw,64px);
	background:var(--contact-paper);
	color:var(--contact-ink);
}

body.contact-page .site-container{
	background:var(--contact-paper);
}

body.contact-page .contact-hero{
	background:
		linear-gradient(90deg,oklch(18% 0.03 236 / .055) 1px,transparent 1px),
		linear-gradient(oklch(18% 0.03 236 / .04) 1px,transparent 1px),
		var(--contact-paper);
	background-size:78px 78px;
	border-bottom:1px solid var(--contact-rule);
	margin:0;
	padding:clamp(116px,11vw,168px) 0 clamp(58px,7vw,94px);
	text-align:left;
}

body.contact-page .contact-hero__wrap{
	box-sizing:border-box;
	display:grid;
	gap:clamp(36px,6vw,92px);
	grid-template-columns:minmax(0,1fr) minmax(340px,480px);
	margin:0 auto;
	max-width:1480px;
	padding:0 var(--contact-gutter);
	width:100%;
}

body.contact-page .contact-hero__copy,
body.contact-page .contact-hero__routes,
body.contact-page .cont-cols > .wp-block-column{
	animation:contact-rise .58s cubic-bezier(.16,1,.3,1) both;
}

body.contact-page .contact-hero__routes{
	animation-delay:.08s;
}

body.contact-page .cont-cols > .wp-block-column:first-child{
	animation-delay:.12s;
}

body.contact-page .cont-cols > .wp-block-column:nth-child(2){
	animation-delay:.18s;
}

body.contact-page .contact-hero__kicker,
body.contact-page .cont-cols > .wp-block-column::before{
	color:var(--contact-accent);
	display:block;
	font-family:"Work Sans",sans-serif;
	font-size:12px;
	font-weight:840;
	letter-spacing:.12em;
	line-height:1.2;
	margin:0 0 16px;
	text-transform:uppercase;
}

body.contact-page .contact-hero h1{
	color:var(--contact-ink);
	font-family:"Work Sans",sans-serif;
	font-size:clamp(52px,6.6vw,96px);
	font-weight:860;
	letter-spacing:0;
	line-height:.96;
	margin:0 0 clamp(22px,3vw,34px);
	max-width:860px;
	text-wrap:balance;
}

body.contact-page .contact-hero__lede{
	color:var(--contact-muted);
	font-size:clamp(18px,1.6vw,23px);
	font-weight:520;
	line-height:1.6;
	margin:0;
	max-width:780px;
}

body.contact-page .contact-hero__routes{
	align-self:end;
	background:var(--contact-panel);
	border:1px solid oklch(42% 0.028 236);
	box-shadow:16px 16px 0 var(--contact-accent-soft);
	display:grid;
	overflow:hidden;
}

body.contact-page .contact-route{
	align-items:center;
	color:oklch(96% 0.006 95)!important;
	display:grid;
	gap:12px;
	grid-template-columns:44px minmax(0,1fr);
	min-height:82px;
	padding:20px 24px;
	position:relative;
	text-decoration:none;
	transition:background .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1);
}

body.contact-page .contact-route + .contact-route{
	border-top:1px solid oklch(43% 0.028 236);
}

body.contact-page .contact-route::after{
	border-right:2px solid currentColor;
	border-top:2px solid currentColor;
	content:"";
	height:8px;
	justify-self:end;
	opacity:.55;
	position:absolute;
	right:22px;
	transform:rotate(45deg);
	transition:opacity .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1);
	width:8px;
}

body.contact-page .contact-route:hover,
body.contact-page .contact-route:focus{
	background:var(--contact-panel-soft);
	transform:translateX(4px);
}

body.contact-page .contact-route:hover::after,
body.contact-page .contact-route:focus::after{
	opacity:1;
	transform:translateX(3px) rotate(45deg);
}

body.contact-page .contact-route:active{
	transform:translateX(2px) scale(.99);
}

body.contact-page .contact-route__index{
	color:var(--contact-accent-soft);
	font-size:12px;
	font-weight:840;
	letter-spacing:.1em;
}

body.contact-page .contact-route span:not(.contact-route__index){
	color:oklch(81% 0.012 236);
	font-size:12px;
	font-weight:800;
	letter-spacing:.09em;
	text-transform:uppercase;
}

body.contact-page .contact-route strong{
	font-size:clamp(15px,1.2vw,18px);
	font-weight:820;
	grid-column:2;
	letter-spacing:0;
	line-height:1.18;
	padding-right:24px;
	overflow-wrap:anywhere;
}

body.contact-page .site-inner{
	box-sizing:border-box;
	margin:0 auto;
	max-width:1480px;
	padding:clamp(54px,7vw,94px) var(--contact-gutter) clamp(72px,8vw,112px);
	width:100%;
}

body.contact-page .content,
body.contact-page .entry,
body.contact-page .entry-content{
	background:transparent;
	box-sizing:border-box;
	max-width:none;
	padding:0;
	width:100%;
}

body.contact-page .entry{
	margin:0;
}

body.contact-page .entry-content{
	font-family:"Work Sans",sans-serif;
}

body.contact-page .entry-content .wp-block-columns.cont-cols{
	align-items:stretch!important;
	background:var(--contact-rule);
	border:1px solid var(--contact-rule);
	display:grid!important;
	gap:1px;
	grid-template-columns:minmax(280px,.72fr) minmax(440px,1fr);
	margin:0!important;
}

body.contact-page .cont-cols > .wp-block-column{
	background:var(--contact-surface);
	box-sizing:border-box;
	margin:0!important;
	min-width:0;
	padding:clamp(28px,4vw,48px);
	position:relative;
}

body.contact-page .cont-cols > .wp-block-column:first-child{
	background:
		linear-gradient(135deg,oklch(99% 0.006 95),oklch(95% 0.014 218));
}

body.contact-page .cont-cols > .wp-block-column:first-child::before{
	content:"Canais diretos";
}

body.contact-page .cont-cols > .wp-block-column:nth-child(2){
	background:var(--contact-panel);
	color:oklch(96% 0.006 95);
}

body.contact-page .cont-cols > .wp-block-column:nth-child(2)::before{
	color:var(--contact-accent-soft);
	content:"Mensagem";
}

body.contact-page .cont-cols p{
	color:var(--contact-muted);
	font-size:clamp(16px,1.3vw,18px);
	line-height:1.65;
	margin:0 0 22px;
	max-width:62ch;
}

body.contact-page .cont-cols > .wp-block-column:first-child p:first-of-type{
	color:var(--contact-ink);
	font-size:clamp(20px,2.1vw,30px);
	font-weight:820;
	letter-spacing:0;
	line-height:1.12;
	margin-bottom:30px;
	max-width:13em;
	text-wrap:balance;
}

body.contact-page .cont-cols a{
	color:var(--contact-ink)!important;
	font-weight:780;
	text-decoration-thickness:1px;
	text-underline-offset:4px;
	overflow-wrap:anywhere;
}

body.contact-page .cont-cols > .wp-block-column:nth-child(2) p{
	color:oklch(84% 0.014 236);
}

body.contact-page .cont-cols > .wp-block-column:nth-child(2) > p:first-of-type{
	border-bottom:1px solid oklch(44% 0.028 236);
	margin-bottom:24px;
	padding-bottom:22px;
}

body.contact-page .cont-cols .icon-mail{
	align-items:center;
	background:var(--contact-accent);
	color:oklch(99% 0.006 95);
	display:inline-flex;
	font-size:14px;
	height:32px;
	justify-content:center;
	margin-right:10px;
	vertical-align:middle;
	width:32px;
}

body.contact-page .cont-cols hr{
	background:var(--contact-rule);
	border:0;
	height:1px;
	margin:34px 0;
	max-width:100%;
}

body.contact-page .wpcf7 form p{
	display:grid;
	gap:14px;
	margin:0;
}

body.contact-page .wpcf7 fieldset.hidden-fields-container,
body.contact-page .wpcf7 br{
	display:none;
}

body.contact-page .wpcf7 label,
body.contact-page .wpcf7-form-control-wrap{
	display:grid;
	gap:8px;
	margin:0;
	width:100%;
}

body.contact-page .wpcf7-form-control-wrap::before{
	color:var(--contact-accent-soft);
	font-size:11px;
	font-weight:840;
	letter-spacing:.1em;
	line-height:1;
	text-transform:uppercase;
}

body.contact-page .wpcf7-form-control-wrap[data-name="your-name"]::before{
	content:"Nome";
}

body.contact-page .wpcf7-form-control-wrap[data-name="your-email"]::before{
	content:"E-mail";
}

body.contact-page .wpcf7-form-control-wrap[data-name="your-subject"]::before{
	content:"Assunto";
}

body.contact-page .wpcf7-form-control-wrap[data-name="your-message"]::before{
	content:"Mensagem";
}

body.contact-page .wpcf7-form-control{
	margin:0;
	width:100%;
}

body.contact-page .wpcf7 input:not([type="submit"]),
body.contact-page .wpcf7 textarea{
	appearance:none;
	background:oklch(99% 0.006 95 / .06);
	border:1px solid oklch(53% 0.026 236);
	border-radius:0;
	box-shadow:inset 0 1px 0 oklch(99% 0.006 95 / .08);
	color:oklch(98% 0.006 95);
	font-size:16px;
	min-height:54px;
	padding:15px 16px;
	transition:background .22s cubic-bezier(.16,1,.3,1),border-color .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1);
}

body.contact-page .wpcf7 textarea{
	height:132px;
	resize:vertical;
}

body.contact-page .wpcf7 input::placeholder,
body.contact-page .wpcf7 textarea::placeholder{
	color:oklch(77% 0.012 236);
}

body.contact-page .wpcf7 input:not([type="submit"]):focus,
body.contact-page .wpcf7 textarea:focus{
	background:oklch(99% 0.006 95 / .1);
	border-color:var(--contact-accent-soft);
	outline:0;
	transform:translateY(-1px);
}

body.contact-page .wpcf7-submit{
	background:var(--contact-accent)!important;
	border:1px solid var(--contact-accent)!important;
	color:oklch(99% 0.006 95)!important;
	font-size:12px;
	font-weight:860;
	letter-spacing:.1em;
	min-height:54px;
	text-transform:uppercase;
	transition:background .22s cubic-bezier(.16,1,.3,1),border-color .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1);
}

body.contact-page .wpcf7-submit:hover,
body.contact-page .wpcf7-submit:focus{
	background:oklch(52% 0.15 31)!important;
	border-color:oklch(52% 0.15 31)!important;
	transform:translateY(-1px);
}

body.contact-page .wpcf7-submit:active{
	transform:translateY(0) scale(.99);
}

body.contact-page .wpcf7-spinner{
	margin:12px 0 0;
}

body.contact-page .wpcf7-not-valid-tip{
	color:var(--contact-accent-soft);
	font-size:13px;
	margin-top:6px;
}

body.contact-page .wpcf7-response-output{
	border:1px solid oklch(53% 0.026 236)!important;
	color:oklch(91% 0.018 236);
	font-size:14px;
	line-height:1.45;
	margin:18px 0 0!important;
	padding:12px 14px!important;
}

@keyframes contact-rise{
	from{
		opacity:0;
		transform:translateY(18px);
	}
	to{
		opacity:1;
		transform:translateY(0);
	}
}

@media (prefers-reduced-motion:reduce){
	body.contact-page .contact-hero__copy,
	body.contact-page .contact-hero__routes,
	body.contact-page .cont-cols > .wp-block-column{
		animation:none;
	}
	body.contact-page .contact-route,
	body.contact-page .contact-route::after,
	body.contact-page .wpcf7 input:not([type="submit"]),
	body.contact-page .wpcf7 textarea,
	body.contact-page .wpcf7-submit{
		transition:none;
	}
}

@media (max-width:980px){
	body.contact-page .contact-hero__wrap,
	body.contact-page .entry-content .wp-block-columns.cont-cols{
		grid-template-columns:1fr;
	}
	body.contact-page .contact-hero__routes{
		align-self:stretch;
	}
}

@media (max-width:760px){
	body.contact-page{
		--contact-gutter:20px;
	}
	body.contact-page .contact-hero{
		padding-top:108px;
		padding-bottom:46px;
	}
	body.contact-page .contact-hero h1{
		font-size:clamp(42px,11vw,58px);
		line-height:1.02;
	}
	body.contact-page .contact-hero__lede{
		font-size:17px;
		line-height:1.58;
	}
	body.contact-page .contact-route{
		gap:8px;
		grid-template-columns:38px minmax(0,1fr);
		min-height:0;
		padding:18px;
	}
	body.contact-page .contact-route strong{
		grid-column:2;
		padding-right:22px;
	}
	body.contact-page .site-inner{
		padding-top:40px;
		padding-bottom:64px;
	}
	body.contact-page .cont-cols > .wp-block-column{
		padding:24px 20px;
	}
	body.contact-page .cont-cols > .wp-block-column:first-child p:first-of-type{
		font-size:24px;
		max-width:100%;
	}
}

/*TM-CAS*/
.cat-main{margin: 40px auto;}
.tmcas, .tmcas-sr{display: flex; justify-content: space-between; flex-wrap: wrap;}
.tmcas-sr{margin:15px 0;}
.casi{width:32.2%; font-size: 22px; padding: 20px; margin-bottom:0;}

/*Top Ajax*/
.tas-results{min-height:50px; margin: 30px 0 0; display: none;}
.tas-results-in{display:grid;gap:12px;margin-bottom:14px;}
.tas-results .tas-one{width:100%; }
.tas-p{font-size:14px; margin-bottom:0;}
.tas-all{align-items:center;background-color:#1290CB;color:#fff;display:inline-flex;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.08em;margin:4px 0 0;min-height:42px;padding:0 14px;text-transform:uppercase;transition:background-color .24s ease,transform .24s ease;}
.tas-all:hover,.tas-all:focus{background-color:#0b6488;transform:translateY(-1px);}

.tas-input, .cat-input{position:relative;}
.tas-input .spinner, .cat-input .spinner{position:absolute;top:50%; width:24px; height:24px;left:auto;right:14px; display: none;transform: translateY(-50%);}
.tas-input .spinner.tas-sp-show, .cat-input .spinner.cat-sp-show{display: block;}

#tas_input, #cat_search{width:100%; line-height:1.25; padding:15px; border:1px solid #19191929; color:#191919; margin-top:15px;}
[type="search"]::placeholder{color:#19191969;}
#tas_input::placeholder{color:oklch(42% 0.035 242 / .72);}
.tas-open{align-items:center;display:inline-flex;justify-content:center;min-height:44px;min-width:44px;padding:5px 0;cursor:pointer;}
.tas-close{width:34px;height:34px;line-height:34px;font-size:20px;cursor:pointer;color:oklch(22% 0.04 242);}


#top_ajax_overlay{background:oklch(98% 0.012 92);border:1px solid oklch(20% 0.035 242 / .14);border-radius:0;box-shadow:none;display:none;inset:var(--tas-popover-top,92px) var(--tas-popover-right,24px) auto auto;max-height:min(70dvh,640px);min-height:0;overflow:auto;position:fixed;width:min(460px, calc(100vw - 32px));z-index:10020;}
.tas-inw{ width:100%;padding:0;display:block;min-height:0;}
.tas-inww{ width:100%; max-width:none;padding:18px; position: relative;background:transparent;}
.tas-head{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:14px;}
.tas-head h3{color:oklch(18% 0.035 242);font-family:"Work Sans",sans-serif;font-size:22px;font-weight:820;line-height:1.05;margin:0;}
.tas-form{background:#fff;border:1px solid oklch(20% 0.035 242 / .1);display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;}
.tas-form .tas-input{min-width:0;}
#top_ajax_overlay #tas_input{background:transparent;border:0;font-size:16px;margin:0;min-height:54px;padding:0 44px 0 16px;}
.tas-submit{background:#1290CB;border:0;color:#fff;font-size:12px;font-weight:820;letter-spacing:.08em;min-height:54px;padding:0 16px;text-transform:uppercase;transition:background-color .24s ease,transform .24s ease;}
.tas-submit:hover,.tas-submit:focus{background:#0b6488;}
.tas-submit:active{transform:translateY(1px);}
.tas-examples{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.tas-examples span{color:oklch(42% 0.035 242);font-size:12px;font-weight:760;margin-right:2px;}
.tas-examples a{background:oklch(94% 0.018 88);border:1px solid oklch(20% 0.035 242 / .1);color:oklch(20% 0.035 242);font-size:12px;font-weight:760;line-height:1;padding:8px 9px;transition:background-color .24s ease,border-color .24s ease;}
.tas-examples a:hover,.tas-examples a:focus{background:oklch(89% 0.035 232);border-color:oklch(42% 0.13 232 / .34);}
.tas-overlay .wrpi.tas-one{align-items:center;background:#fff;border:1px solid oklch(20% 0.035 242 / .09);display:grid;gap:12px;grid-template-columns:72px minmax(0,1fr);margin:0;padding:9px;width:100%;}
.tas-overlay .wrpi-left{height:72px;width:72px;}
.tas-overlay .wrpi-idiv,.tas-overlay .wrpi-left img{height:72px;object-fit:cover;width:72px;}
.tas-overlay .wrpi-right{min-width:0;width:auto;}
.tas-overlay .wrpi h3{font-size:15px;line-height:1.18;margin:0 0 5px;}
.tas-overlay .tas-p{display:-webkit-box;font-size:12.5px;line-height:1.35;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.tas-overlay .wrpi-more{font-size:11px;margin-top:5px;}

/*SearchPage*/
.sp-subtitle{display:block;font-family:"Work Sans", Sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;line-height:1.2em;letter-spacing:1px;margin-bottom:10px;}


/*Newsletter*/
.news-svg{width:60px;height:60px;border-radius: 100%;background:#000;margin:0px auto -40px; 
	transform:translateY(-50%);display:flex;justify-content:center;align-items:center;position:relative;z-index:999;}
.news-svg svg{width:32px; height:32px; fill:#fff;}

.wida-nl{margin-bottom: 20px;}
.wida-nl .wrap{background:#D6E2E9;}
.noptin-optin-main-wrapper{max-width: 550px; margin: 0px auto;}
.noptin-optin-main-wrapper h6{display:block;font-family:"Work Sans", Sans-serif;font-size:13px;font-weight:500;text-transform: uppercase;line-height: 1.2em;letter-spacing: 1px; color:#191919;}
.noptin-optin-main-wrapper h3{ font-size: 36px; color:#191919;}

.wida-nl input{font-size:13px; text-transform: uppercase; padding:10px 20px 10px 20px;}

.noptin-form-field, .noptin-form-submit{font-size:13px!important;text-transform:uppercase!important;padding:10px 20px 10px 20px!important;color:#000!important;}
.noptin-form-submit{color:#fff!important;}
.noptin-form-field::placeholder{color:#19191999!important;}
.noptin-optin-field-wrapper{margin-right:0px!important;}


.noptin-optin-main-wrapper h3{font-size:24px;}
@media only screen and (min-width:1024px){
	.single-post .sidebar-primary{
		color:oklch(28% 0.03 242);
		font-size:15px;
		line-height:1.45;
	}
	.single-post .sidebar-primary .widget{
		background:transparent!important;
		margin-bottom:28px!important;
		padding:0!important;
	}
	.single-post .sidebar-primary .widget + .widget{
		border-top:1px solid oklch(88% 0.018 92);
		padding-top:24px!important;
	}
	.single-post .sidebar-primary .widget-title{
		color:oklch(34% 0.04 242)!important;
		font-family:"Work Sans",sans-serif!important;
		font-size:12px!important;
		font-weight:850!important;
		letter-spacing:.11em!important;
		line-height:1.2!important;
		margin:0 0 14px!important;
		text-transform:uppercase!important;
	}
	.single-post .widget-same-author{
		background:transparent!important;
		border:0!important;
		margin-bottom:28px!important;
		padding:0!important;
	}
	.single-post .widget-same-author .wab-same-author-list{
		list-style:none!important;
		margin:0!important;
		padding:0!important;
	}
	.single-post .widget-same-author .wab-same-author-list li{
		list-style:none!important;
		margin:0!important;
		padding:0!important;
	}
	.single-post .widget-same-author .wab-same-author-list li + li{
		border-top:1px solid oklch(82% 0.03 218);
		margin-top:10px!important;
		padding-top:10px!important;
	}
	.single-post .widget-same-author .wab-same-author-list a{
		color:oklch(22% 0.052 238)!important;
		display:block;
		font-size:13px;
		font-weight:820;
		letter-spacing:0;
		line-height:1.28;
		text-decoration:none;
	}
	.single-post .widget-same-author .wab-same-author-list a:hover,
	.single-post .widget-same-author .wab-same-author-list a:focus-visible{
		color:oklch(37% 0.1 224)!important;
		text-decoration:underline;
		text-decoration-thickness:1px;
		text-underline-offset:3px;
	}
	.single-post .widget-same-author .wab-same-author-date{
		color:oklch(42% 0.028 238);
		display:block;
		font-size:11px;
		font-weight:720;
		line-height:1.2;
		margin-top:5px;
	}
	.single-post .widget-same-author .wab-same-author-hub{
		color:oklch(39% 0.055 238)!important;
		display:inline-block;
		font-size:12px;
		font-weight:760;
		letter-spacing:0;
		line-height:1.3;
		margin-top:14px;
		text-decoration:underline;
		text-decoration-thickness:1px;
		text-transform:none;
		text-underline-offset:3px;
	}
}


/*fontello*/
[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"sfont";font-style:normal;font-weight:normal;speak:never;
display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;
line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
	
.icon-mail:before{content:'\e800'; }
.icon-cancel:before{content:'\e807';}
.icon-ok:before {content:'\e802'; }
.icon-calendar:before{content:'\e803';}
.icon-search:before{content:'\e804';color:#191919;}
#top_search_button:hover .icon-search:before{color:#1290CB;}
.icon-right-open:before{content:'\e805';}
.icon-left-open:before{content:'\e806';}
.icon-menu:before{content:'\f0c9';}
.activated.icon-menu:before{content:'\e807';}
.icon-spin4:before { content: '\e834';}
.icon-spin5:before { content: '\e838';}
.icon-spin6:before { content: '\e839';}

/*-------Blocks------*/

/* Media Queries */
@media only screen and (max-width: 1199px) {
	.site-inner,.wrap, .w{max-width:960px;}
	.wwrap{padding-left:3%;padding-right:3%;}
	.content{width:620px;}
	.sidebar-primary{width:300px;}
	
	.site-header.wrap{padding:0 0;}
	.title-area{width:120px;background-position:0 center;}
	.site-header .widget-area{width:760px;}
	.site-header .widget-area{ width:100%; max-width:750px; padding:30px 0 0;}
	.bot-auts{justify-content:space-between;}
}
	

@media only screen and (max-width: 1023px) {
body{background-color:#fff;}
.content,.footer-widgets-1,.site-inner,.wrap, .w, .sidebar-primary{width:100%;}
.site-inner, .w, .bf-ft, .site-inner .sidebar, .pad3p, .bk4-w{padding-left:3%;padding-right:3%;}
.site-header .wrap{padding:10px 3%;}
	
.entry,.entry-footer .entry-meta,.sidebar .widget,.site-header{padding:0;}
.site-header ul.genesis-nav-menu{float:none;}
.entry-footer .entry-meta{margin:0;padding-top:12px;}
	
.footer-widgets{padding:40px 5% 16px;}
.footer-widgets-1{margin:0;}
.site-header .widget-area{width:730px;}
.wrpc2 .wrpi{width:100%;}
.casi{width:48%;}

.ar-en img{width:420px; height: 280px;}

.hb1{min-height:0;}
.hb1-left{padding-bottom:50px;}
.hb1-img{height:auto; padding-top:120px;}
.hb1-img img{position:relative;bottom:0;}
.hb1 h2, .hb2 h2{font-size:40px;}

.hb3-w{display: flex; justify-content: space-between; flex-wrap: wrap;}
.hb3-left, .hb3-ov{ width:50%; position: relative;}
.hb3-left img{object-fit:cover;width:100%;height:100%;}
.hb3-right{width:100%;position:relative; background:#D6E2E9;}

.hb4-right::before{content:none;}
.hb4-right{width:100%; padding: 40px 5%; margin-bottom: 20px;}

.hb3 h2, .hb4 h2{font-size:36px;}

.top-aut-box{padding:45px 0 50px;}
.bot-aut{width:30%;}
	.authority-hub-grid,.authority-hub-grid--articles{grid-template-columns:repeat(2,minmax(0,1fr));}
	.authority-hub-card--post-featured{grid-column:span 2;}
	.authority-hub-specialists{grid-template-columns:repeat(2,minmax(0,1fr));}
}


@media only screen and ( max-width: 900px ) {  
	.site-header nav{opacity:0;} 
	nav.genesis-responsive-menu {opacity:1;position: absolute; width:100vw;min-height:100vh;left:0; background: #fff; margin-top:0px;top:0;padding-top:50px;box-shadow: rgba(0,0,0,.4) 0px 15px 15px;}
	.genesis-responsive-menu .wrap{padding: 0; }
	.genesis-responsive-menu{display: none;position: relative;}
	.genesis-skip-link .skip-link-hidden{display:none;visibility:hidden;}
	
	.menu-toggle,.sub-menu-toggle{border-width:0;background:transparent;color:#191919;display:block;margin:0 auto;overflow:hidden;text-align:center;visibility:visible;}
	.menu-toggle:focus,	.menu-toggle:hover,	.sub-menu-toggle:focus,	.sub-menu-toggle:hover {background: transparent;color:#1290CB;border-width: 0;}
	.menu-toggle {line-height: 20px;position: relative;	z-index: 1000;	width: 100%; text-align: right;padding:15px 0px 5px;}
	.menu-toggle::before {font-size:1.5em;margin-right:10px;text-rendering:auto;vertical-align:middle;margin-top:15px;}
	
	.sub-menu-toggle {float: right;	padding: 10px; position: absolute; right: 0;top: 0;z-index: 100;}
	.sub-menu-toggle::before{display: inline-block;text-rendering: auto;transform:rotate( 0 );transition:transform .25s ease-in-out;}
	.sub-menu-toggle.activated::before{transform:rotate( 180deg );}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item {	display: block;	float: none; position: relative;text-align:center;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,.genesis-responsive-menu .genesis-nav-menu .menu-item:hover{position: relative;}
	.genesis-responsive-menu .genesis-nav-menu a:focus, .genesis-responsive-menu .genesis-nav-menu a:hover {color:#1290CB;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {border: none; margin-bottom: 1px; padding: 15px 20px; width: 100%;}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {border: none;}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu{left:0;margin-left:0;}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {content: none;}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu{clear: both;display: none;	margin: 0; opacity: 1;	padding-left: 15px;	position: static; width: 100%;}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {margin: 0;}
	.mobile-logo-ow,.mobile-nl{display:block;}
	.site-header .widget-area {padding: 0; width: 200px;}
}
	
	
@media only screen and (max-width: 767px) {
.footer-widgets-1 .widget:last-child{float:none; text-align:center; width:100%;}
.site-footer .widget,.site-footer .widget:first-child{float:none; text-align:center;}
.title-area{width:150px;}
.site-header .widget-area{padding:0; width:200px;}
.bot-aut{width:46%;}
.leave-reply{display: none;}

.footer-widgets-1{margin-bottom:30px;}
.footer-widgets-2,.footer-widgets-3{width:100%;}
.footer-widgets .widget_custom_html{width: 100%;margin: 20px auto;text-align: center;}

.site-inner article{padding:0px;}
#top_search_button{margin-right:6px;}
.top2s .top2{width:100%;}.top2-h{font-size:20px;}

.hb2-left{width:30%;}.hb2-right{width:70%;}
.hb3-left,.hb3-ov{width:100%;}
.hb3-right{padding:40px 3% 80px;}
.hb4-ovw{margin-top:-50px;}

.bk14-txt,.bk14-img{width:100%;}.bk14-img{padding:0 10%;}
.bk14-img img{width:360px;height:auto;object-fit:cover;}

.eh-top{margin:0 auto;}
.eh-tit{font-size:36px;}
.entry-content h2{font-size:36px; margin-bottom:20px;}
.entry-content ol, .entry-content ul{margin-left:20px;}
.entry-content p,.entry-content ul li{margin-bottom:24px;}
blockquote{margin:20px 0;}
p.has-background{padding: 1.25em 1.375em;}

.tas-results .tas-one{width:100%;}

.wcalm .widget-title{font-size:36px;}
.wcalmi{width:100%;margin:0;}
.wcalmi h3{font-size:22px;}
		
.ar-en{width:100%;}
.ar-en img{width:100%; height:auto;}
.sshare ul{margin:10px 0;}
	.author-posts-heading{font-size:22px;margin-left:3%;margin-right:3%;}
	.authority-hub{padding:38px 3% 55px;}
	.authority-hub-section h2{font-size:28px;}
	.authority-hub-grid,.authority-hub-grid--articles,.authority-hub-specialists{grid-template-columns:1fr;}
	.authority-hub-card--post-featured{grid-column:auto;}
	.authority-hub-care-card{grid-template-columns:1fr;padding:22px;}
	.authority-hub-card-media img{height:auto;}
	.wcalmw.cat-wrap{grid-template-columns:1fr;}
	.wcalmi,
	.wcalmi:nth-child(1),
	.wcalmi:nth-child(10){
		grid-column:auto;
		min-height:104px;
		width:auto;
	}
	.wcalmi h3{font-size:22px;}

	}


@media only screen and (max-width: 599px) {
.casi{width:100%; font-size:18px; padding:15px 0;}
.hab-s1,.hab-s2,.fab-s1,.fab-s2{width:100%;}
.hab-s1,.fab-s1{text-align:center; margin: 0 auto 20px;}
.authority-author-card--single-footer,.authority-author-card--archive-header{text-align:center;}
.authority-author-topics{text-align:center;}
.authority-author-topics ul{justify-content:center;}

.bk12-2 .bk12-item{width:100%; padding:40px 3%;}
.bk13-in{padding:40px 3%;}
.bk13-it{width:100%;}
}
	
	
@media only screen and (max-width: 479px) {
.title-area{background-position:0px center;}

.comments-summary{margin-bottom:-10px;}
.comment-body{padding:6px;}
.comment-avatar{padding-right:10px;}
.reply{font-size:12px;background:#fff;border:1px solid #ccc;padding:0px 3px;top: -15px;}
.comment-inner{padding-left:57px;}
.comment .comment{margin-left:20px;}
.comment .comment .comment{margin-left:8px;}
.comments-list{margin-bottom:50px;}
.comment-form-author,.comment-form-email{width:100%;float:none; margin-right:0;}

.hb1-left,.hb1-right{width:100%; padding-right:0;}.hb1-right {padding:0 3%;}.hb1-img img{bottom:-50px;}
.hb2-left,.hb2-right{width:100%;}.hb2-left{order:2;padding:50px 3% 0;}.hb2-right{order:1;}.hb2-left img{ max-width:100%;}

.top-aut-box:nth-child(n) .top-aut-s1{order:1; width:100%;}
.top-aut-box:nth-child(n) .top-aut-s2{order:2; width:100%;}
.top-aut-s1{text-align:center;margin:0 0 20px;}
.bot-aut{width:100%;}
}

/* Header navigation with expanded menu */
@media only screen and (min-width: 901px) {
	.site-header .wrap{
		display:flex;
		align-items:flex-start;
		justify-content:space-between;
		gap:clamp(20px,3vw,48px);
	}
	.site-header .wrap:before,
	.site-header .wrap:after{
		content:none;
		display:none;
	}
	.site-header .title-area{
		float:none;
		flex:0 0 220px;
	}
	.site-header .widget-area{
		display:flex;
		align-items:flex-start;
		justify-content:flex-end;
		gap:10px;
		float:none;
		flex:1 1 auto;
		max-width:none;
		min-width:0;
		width:auto;
	}
	.site-header .widget_nav_menu{
		flex:1 1 auto;
		min-width:0;
	}
	.site-header .widget_custom_html{
		flex:0 0 auto;
	}
	.site-header .textwidget{
		display:flex;
		justify-content:flex-end;
	}
	.site-header .genesis-nav-menu{
		clear:none;
		display:flex;
		align-items:center;
		justify-content:flex-end;
		flex-wrap:wrap;
		gap:0 4px;
		width:auto;
	}
	.site-header .genesis-nav-menu .menu-item{
		display:block;
	}
		#top_search_button{
			display:inline-flex;
			align-items:center;
			justify-content:center;
			min-height:44px;
			min-width:44px;
			margin:0;
			padding:5px;
		}
}

/* Prelaunch QA hardening: prevent narrow-viewport overflow and undersized controls. */
.search-form{
	max-width:100%;
}
.search-form input[type="search"]{
	flex:1 1 auto;
	min-width:0;
	width:auto;
}
.search-form input[type="submit"],
.search-form button[type="submit"]{
	flex:0 0 auto;
	min-height:44px;
}
	.noptin-form-submit{
		min-height:44px!important;
	}
	.wpcf7-submit,
	.noptin-form-submit{
		background:#0b6488!important;
		color:#f8fbfc!important;
	}
	.noptin-label-hide .noptin-label{
		border:0!important;
		clip:rect(1px,1px,1px,1px)!important;
		clip-path:inset(50%)!important;
		display:block!important;
		height:1px!important;
		margin:-1px!important;
		overflow:hidden!important;
		padding:0!important;
		position:absolute!important;
		width:1px!important;
		white-space:nowrap!important;
	}
	.home-article-feature__meta,
	.home-article-card p,
	.ar-meta{
		font-size:13px;
	}
	.ar-meta a,
	.entry-content p a,
	.entry-content li a{
		text-decoration:underline;
		text-decoration-thickness:1px;
		text-underline-offset:2px;
	}
	.ar-more,
	.wrpi-more,
	.lwptoc_toggle_label,
	.bot-aut-spc.authority-author-specialty{
		color:#0b6488!important;
	}
	.ar-more:after,
	.wrpi-more:after{
		border-left-color:#0b6488;
	}
	.bf-ft .wrpi-more,
	.footer-widgets .wrpi-more,
	#mir_widget-3 .wrpi-more{
		border-bottom-color:#dff7ee!important;
		color:#dff7ee!important;
	}
	.bf-ft .wrpi-more:after,
	.footer-widgets .wrpi-more:after,
	#mir_widget-3 .wrpi-more:after{
		border-left-color:#dff7ee!important;
	}
	.load-more,
	#splm_but,
	#clm_tit{
		background-color:#0b6488!important;
		color:#fff!important;
	}
	.load-more span,
	#splm_but > span,
	#clm_tit > span{
		color:#fff!important;
	}
	.top2-term{
		background:#0b6488!important;
		color:#fff!important;
	}
	.entry-content .lwptoc a,
	.entry-content .lwptoc_item_label{
		color:#1d5fb8!important;
	}
	.entry-content p a,
	.entry-content li a,
	.entry-content strong,
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu .current-menu-item > a span,
	.genesis-nav-menu .current-menu-parent > a,
	.genesis-nav-menu .current-menu-parent > a span,
	.breadcrumb a,
	.breadcrumb span[itemprop="name"],
	.rank-math-breadcrumb a,
	.rank-math-breadcrumb span[itemprop="name"]{
		color:#0b4f70;
	}
	.entry-content [style*="color: #0071e3"],
	.entry-content [style*="color:#0071e3"]{
		color:#0057a8!important;
	}
	.entry-content [style*="background: #0071e3"],
	.entry-content [style*="background:#0071e3"],
	.entry-content [style*="background-color: #0071e3"],
	.entry-content [style*="background-color:#0071e3"]{
		background:#0057a8!important;
	}
	.entry-content [style*="border-left: 4px solid #0071e3"],
	.entry-content [style*="border-left:4px solid #0071e3"]{
		border-left-color:#0057a8!important;
	}
	.entry-content [style*="color: #e6a700"],
	.entry-content [style*="color:#e6a700"]{
		color:#795300!important;
	}
	.entry-content [style*="color: #e34c00"],
	.entry-content [style*="color:#e34c00"]{
		color:#a63700!important;
	}
	.entry-content [style*="background: #e34c00"],
	.entry-content [style*="background:#e34c00"]{
		background:#a63700!important;
	}
	.entry-content [style*="color: #e67300"],
	.entry-content [style*="color:#e67300"]{
		color:#8a3a00!important;
	}
	body.tas-overlay-open{
		overflow:hidden;
	}
	.tas-close{
		appearance:none;
		background:transparent;
		border:0;
		min-height:44px;
		min-width:44px;
		padding:0;
	}
	.tas-close:focus-visible,
	#tas_input:focus-visible{
		outline:3px solid #0b6488;
		outline-offset:3px;
	}
	.specialists-page .top-aut-box,
	.specialists-page .top-aut-s1,
	.specialists-page .top-aut-s2{
	max-width:100%;
	min-width:0;
}
.specialists-page .top-aut-s1{
	overflow:hidden;
}
.specialists-page .top-aut-img,
.specialists-page .top-aut-s1 svg{
	max-width:100%;
}

@media only screen and (max-width: 360px){
	.search-form{
		flex-wrap:wrap;
		gap:8px;
	}
	.search-form input[type="search"],
	.search-form input[type="submit"],
	.search-form button[type="submit"]{
		width:100%;
	}
}

/* CWV hardening: reserve mobile header space so logo, menu, and search do not shift after JS/CSS settles. */
@media only screen and (max-width: 900px){
	.site-header .wrap{
		align-items:flex-start;
		display:flex;
		justify-content:space-between;
		min-height:92px;
	}
	.site-header .title-area{
		flex:0 0 150px;
		float:none;
		min-height:92px;
	}
	.site-header .widget-area{
		flex:0 0 auto;
		float:none;
		min-height:62px;
		transition:none;
	}
	.site-header .search-form{
		margin-top:0;
	}
}

/* Hybrid header component contract: source of truth for logo, nav, and actions. */
:root{
	--site-header-desktop-height:128px;
	--site-header-mobile-height:128px;
	--site-header-max:1180px;
	--site-header-gap:28px;
}

.site-header--hybrid{
	background:transparent;
	color:oklch(18% 0.022 242);
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9999;
}

.site-header--hybrid .site-header__inner{
	align-items:center;
	display:grid;
	grid-template-columns:180px minmax(0,1fr);
	gap:var(--site-header-gap);
	margin:0 auto;
	max-width:var(--site-header-max);
	min-height:var(--site-header-desktop-height);
	padding:10px 0;
}

.site-header--hybrid .site-header__inner:before,
.site-header--hybrid .site-header__inner:after{
	content:none;
	display:none;
}

.site-header--hybrid .site-header__brand{
	background-position:left center;
	float:none;
	min-height:108px;
	width:180px;
}

.site-header--hybrid .site-header__right{
	align-items:center;
	display:flex;
	flex:initial;
	float:none;
	gap:14px;
	justify-content:flex-end;
	min-width:0;
	padding:0;
	width:auto;
}

.site-header--hybrid .site-header__nav,
.site-header--hybrid .site-header__actions{
	margin:0;
}

.site-header--hybrid .genesis-nav-menu{
	align-items:center;
	display:flex;
	flex-wrap:wrap;
	gap:4px;
	font-family:"Work Sans",sans-serif;
	font-size:16px;
	font-weight:720;
	line-height:1;
	text-align:right;
	width:auto;
}

.site-header--hybrid .genesis-nav-menu a{
	align-items:center;
	border:0;
	color:oklch(20% 0.024 242);
	display:inline-flex;
	min-height:40px;
	padding:10px 12px;
	text-decoration:none;
}

.site-header--hybrid .genesis-nav-menu a:hover,
.site-header--hybrid .genesis-nav-menu a:focus-visible,
.site-header--hybrid .current-menu-item > a{
	background:oklch(93% 0.025 230);
	color:oklch(18% 0.04 235);
}

.site-header--hybrid #top_search_button{
	align-items:center;
	background:#1290CB;
	border:0;
	border-radius:0;
	display:inline-flex;
	justify-content:center;
	margin:0;
	min-height:44px;
	min-width:44px;
	padding:0;
}

.site-header--hybrid #top_search_button:hover,
.site-header--hybrid #top_search_button:focus-visible{
	background:#0b6488;
}

.site-header--hybrid a:focus-visible,
.site-header--hybrid .menu-toggle:focus-visible,
.site-header--hybrid #top_search_button:focus-visible{
	outline:2px solid oklch(66% 0.15 235);
	outline-offset:3px;
}

body.cat-news:not(.specialists-page) .site-header--hybrid,
.authority-hub-page .site-header--hybrid{
	color:oklch(96% 0.018 92);
}

body.cat-news:not(.specialists-page) .site-header--hybrid .genesis-nav-menu a,
.authority-hub-page .site-header--hybrid .genesis-nav-menu a{
	color:oklch(96% 0.018 92);
}

body.cat-news:not(.specialists-page) .site-header--hybrid .genesis-nav-menu a:hover,
body.cat-news:not(.specialists-page) .site-header--hybrid .genesis-nav-menu a:focus-visible,
.authority-hub-page .site-header--hybrid .genesis-nav-menu a:hover,
.authority-hub-page .site-header--hybrid .genesis-nav-menu a:focus-visible{
	background:oklch(96% 0.018 92 / .14);
	color:oklch(98% 0.012 92);
}

@media only screen and (min-width:901px) and (max-width:1190px){
	.site-header--hybrid .site-header__inner{
		gap:18px;
		max-width:calc(100% - 44px);
		width:calc(100% - 44px);
	}
	.site-header--hybrid .site-header__brand{
		width:164px;
	}
	.site-header--hybrid .genesis-nav-menu{
		font-size:15px;
		gap:2px;
	}
	.site-header--hybrid .genesis-nav-menu a{
		padding-left:8px;
		padding-right:8px;
	}
}

@media only screen and (max-width:900px){
	:root{
		--site-header-mobile-height:128px;
	}

	.site-header--hybrid .site-header__inner{
		align-items:flex-start;
		display:flex;
		gap:14px;
		justify-content:space-between;
		max-width:calc(100% - 40px);
		min-height:var(--site-header-mobile-height);
		padding:10px 0 0;
		width:calc(100% - 40px);
	}

	.site-header--hybrid .site-header__brand{
		flex:0 0 142px;
		min-height:102px;
		width:142px;
	}

	.site-header--hybrid .site-header__right{
		gap:10px;
		min-height:62px;
		padding:20px 0 0;
	}

	.site-header--hybrid .menu-toggle,
	.site-header--hybrid #top_search_button{
		min-height:44px;
		min-width:44px;
	}
}

