@import url('../font/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
	margin: 0;
	padding: 0;
	outline: none;
	/* cursor: none!important; */
	line-height: 1.2;
}

.hidden-desktop {
	display: none;
}

.hidden-mobile {
	display: block;
}

img {
	max-width: 100%;
}

body {
	font-family: 'Graphik', sans-serif;
}

body.page-communities-for-action,
body.page-about,
body.page-summary-report,
body.page-knowledge,
body.page-lancet-commissioners,
body.page-purpose,
body.page-people,
body.page-partners {
	overflow-x: hidden;
}

.container,
.columns-container {
	max-width: 1568px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.mobile {
	display: none;
}



a {
	text-decoration: none;
	color: #191919;
	transition: 0.2s;
}

h1, .h1 {


	/* H1 */font-family: Graphik;font-size: 90px;font-style: normal;font-weight: 500;line-height: 90px; /* 100% */display: block;max-width: 100%;}

h2, .h2 {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.1px;
	font-weight: 700;
	margin-bottom: 16px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 16px;
}

h4, .h4 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.1px;
	font-weight: 700;
	margin-bottom: 19px;
}

h5, .h5 {
	font-size: 18px;
	line-height: 24px;
	/* letter-spacing: -.025em; */
	font-weight: 700;
	margin-bottom: 16px;
}

h6, .h6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 16px;
	letter-spacing: 0.1px;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
}



.container.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body.dark {
	color: white;
	background: black;
	min-height: 1500px;
}

html {
	padding: 20px;
	background: white;
	min-height: 100vh;
	box-sizing: border-box;
}

html.dark-eat {
	background: #0D1E25;
	color: white;
}

.header-overlay {
	display: none;
}

header {
	padding-top: 55px;
	padding-bottom: 54px;
	position: relative;
	z-index: 5;
}

header .container.flex {}

header .pin-spacer {
	width: auto !important;
}

.header-interface {
	background: rgba(196, 196, 196, 0.26);
	padding: 10px;
	border-radius: 50px;
	margin-bottom: 7px;
	display: flex;
	gap: 7px;
	position: relative;
	width: auto !important;
	max-width: none !important;
	transition: margin-left 0.2s;
	/* min-width: 360px; */
}

.header-interface.active {
	margin-left: -470px !important;	
	/* padding: 10px !important; */
}

.header-extra-form {
	display: none;
}

form#searchform input {
	color: #191919;
	/* text-align: center; */


	/* Label */
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 0;
	background: none;
	border: none;
	line-height: 1;
	width: 0;
	transition: 0.2s;
}

form#searchform {
	transition: 0.2s;
	border-radius: 50px;
	background: white;
	display: flex;
	align-items: center;
	overflow: hidden;
}

form#searchform button {
	background: none;
	border: none;
	appearance: none;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 10px;
}

/* form#searchform.active {
	padding-left: 10px;
	margin-left: -480px;
} */

form#searchform.active input {
	width: 470px;
}

a#menu-button {
	width: 44px;
	height: 44px;
	display: block;
	background: white;
	border-radius: 50%;
	position: relative;
}

a#menu-button .menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
	max-width: 19px;
  height: 2px;
  border-radius: 2px;
  background-color: #2D2D2D;
  transition: all 0.3s ease;
	left: 50%;
	transform: translateX(-50%);
}

a#menu-button .menu-toggle-bar.mm1 {
  transform: translate(-50%, -8px);
}

a#menu-button .menu-toggle-bar.mm3 {
  transform: translate(-50%, 8px);
}

a#menu-button.active .menu-toggle-bar.mm1 {
  transform: translate(-50%, 0) rotate(45deg);
}

a#menu-button.active .menu-toggle-bar.mm2 {
  opacity: 0;
}

a#menu-button.active .menu-toggle-bar.mm3 {
  transform: translate(-50%, 0) rotate(-45deg);
} 

/* 
.container {
  position: relative;
  padding: 1.5rem;
}

.menu-toggle {
  position: absolute;
  right: 1.5rem;
  top: 49%;
  transform: translate(0, -50%);
  height: 26px;
  width: 29px;
}
.menu-toggle, .menu-toggle:hover {
  color: #000;
}



*/
/* 
span.mm1 {
	display: block;
	position: absolute;
	background: #2D2D2D;
	width: 19px;
	height: 2px;
	left: 13px;
	top: 16px;
	transition: 0.2s;
}

span.mm2 {
	display: block;
	position: absolute;
	background: #2D2D2D;
	width: 19px;
	height: 2px;
	left: 13px;
	top: 21px;
	transition: 0.2s;
}

span.mm3 {
	display: block;
	position: absolute;
	background: #2D2D2D;
	width: 19px;
	height: 2px;
	left: 13px;
	top: 26px;
	transition: 0.2s;
} */

.dark_eat_menu {
}

.header-interface>ul>li a {
	color: #191919;
	leading-trim: both;
	text-edge: cap;
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	background: white;
	display: block;
	padding: 15px;
	border-radius: 5px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	transition: background .2s;
}

.header-interface>ul {
	overflow: hidden;
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	left: auto;
	border: 10px solid rgba(196, 196, 196, 0.26);
	outline: 10px;
	border-radius: 20px;
	max-width: 345px;
	width: 100%;
}

.header-interface>ul li {
	padding: 10px 8px;
	background: white;
}

.header-interface>ul>li a:hover {
	background: #191919;
	color: white;
}

/*
a#menu-button.active span.mm1 {
	transform: rotate(45deg);
	top: 21px;
	left: 13px;
	background: white;
}

a#menu-button.active span.mm3 {
	transform: rotate(-45deg);
	top: 21px;
	left: 13px;
	background: white;
}

a#menu-button.active span.mm2 {
	opacity: 0;
}

a#menu-button.active {
	background: black;
}
*/
.header-interface>ul.active {
	display: block;
}

.head-toggler {
	transition: 0.2s;
	border-radius: 50px;
	background: white;
	display: flex;
	align-items: center;
	position: relative;
}

.ht-eat {
	display: inline-block;
	border-radius: 50px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	color: #191919;
	padding: 11px 20px;
	padding-top: 13px;
	transition: 0.2s;
}

.ht-eat+.ht-eat {
	/* padding-left: 40px; */
}

div.ht-eat {
	color: white;
	position: relative;
	z-index: 3;
	padding-right: 0;
}

.section-title {
	border-top: 1px solid #191919;
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 30px;
}

.dark-eat .section-title {
	border-top-color: white;
}

.section-title i {
	width: 11.5px;
	height: 11.5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: -4px;
}

a.flogo {
	display: flex;
	width: 260px;
	background: #ff6900;
	margin-right: 24px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.social-media-mobile {
	display: none;
}

.footer-wrap {
	display: flex;
	margin-bottom: 42px;
}

.dark-eat a.flogo {
	background: white;
}

.dark-eat a.flogo path {
	fill: #191919;
}

.social-column {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 70px;
	margin-right: 23px;
}

header .social-column {
	display: none;
}

.dark-eat .social-column rect {
	fill: #0ECEB1;
}

.dark-eat .social-column path {
	fill: white;
}

.footer-menu {
	width: calc(100% - 377px);
	background: #eee;
	border-radius: 10px;
	padding: 40px;
	padding-left: 55px;
	box-sizing: border-box;
	display: flex;
	gap: 73px;
	padding-top: 49px;
}

.dark-eat .footer-menu {
	background: #081318;
}

.footer-menu h4 {
	font-family: Graphik;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.footer-menu>div {
	max-width: 30%;
	width: 280px;
}

.dark-eat .footer-menu ul a {
	color: white;
}

.footer-menu ul a {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.footer-menu ul li {
	list-style: none;
	margin-bottom: 12px;
}

.footer-menu p {
	font-size: 18px;
	margin-bottom: 7px;
}

.copyright {
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.dark-eat .copyright {
	color: #FFF;
}

.copyright p {
	font-size: 14px;
	max-width: 1200px;
	line-height: 1.3;
}

.dark-eat a {
	color: white;
}

.container.copyright a {
	margin-left: 32px;
}
/*
.dark-eat .ht-eat {
	color: #191919;
}

.dark-eat .ht-eat:hover, .dark-eat .ht-eat.active {
	color: white;
}*/

section.light-hero {
	position: relative;
	z-index: 1;
	margin-top: -189px;
	background-position: center;
	background-size: cover;
	padding-top: 169px;
	padding-bottom: 58px;
	margin-bottom: 138px;
	border-radius: 10px;
}

.orange-logo header .logo path {
	fill: #ff6900;
}

.under-title h1 {
	max-width: 70%;
}

.light-hero {
	color: white;
}

.under-title .subtitle {
	max-width: 32.4%;
	margin-left: auto;
	margin-top: -4px;
}

.page-id-1809 .under-title .subtitle {
	padding-bottom: 175px;
}

.light-hero .subtitle p {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 21px;
	opacity: 0;
}

.subtitle_link_text {
	padding: 7px 28px;
	border-radius: 50px;
	border: 2px solid #FFF;
	font-size: 18px;
	font-style: normal;
	line-height: 25px; /* 138.889% */
	text-transform: capitalize;
	color: white;
	display: inline-block;
	transition: 0.2s;
	opacity: 0;
}

.light-hero a.subtitle_link_text:hover,
.dark-eat .light-hero a.subtitle_link_text:hover,
.dark-eat .simple-hero a.button:hover {
	background-color: #fff !important;
	color: #191919 !important;
}

.subtitle_link_text:hover {
	/* backdrop-filter: blur(1px);
	background-color: lch(100 0 0 / 0.2); */
	color: #191919;
	background-color: #fff;
	/* border-color: #191919; */
}

.light-hero-columns {
	border-top: 1px solid white;
	margin-top: 108px;
	display: flex;
	gap: 21px;
}

.light-hero-column {
	width: 100%;
	padding-top: 16px;
	display: flex;
	flex-direction: column;
}

.light-hero-column h3 {
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	min-height: 40px;
	margin-bottom: 0;
}

.light-hero-column h3 span {
	width: 11.5px;
	height: 11.5px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	margin-right: -4px;
}

.hero-column-card {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(7.5px);
	padding: 20px;
	padding-top: 16px;
	min-height: 183px;
	height: 100%;
}

.tag {
	color: white;
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	background: RGB(102, 102, 102);
	backdrop-filter: blur(2.5px);
	margin-right: 4px;
}

.tag.convening,
body:not(.page-knowledge) .tag.knowledge {
	color: #191919;
}

.tag.event {
	background: rgba(255, 68, 0, 0.66);
	backdrop-filter: blur(2.5px);
	background: #87EBFF;
	color: #191919;
}

.card-title {

	/* Article Header */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 10px;
	color: #191919;
	transition: 0.2s;
}

.card-title a {
	line-height: 25px;
}

.card-header {
	margin-bottom: 15px;
}

p.card-text {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
	margin-bottom: 0;
	min-height: 65px;
}

.tag.publication {
	background: #191919;
	backdrop-filter: blur(2.5px);
	background: #87EBFF;
	color: #191919;
}

.tag.update {
	background: #4da9b8;
	backdrop-filter: blur(2.5px);
}

.card-title a:hover {
	color: #191919;
}

section.light-hero:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00000024;
	border-radius: 10px;
	z-index: 1;
}

section.light-hero .container {
	position: relative;
	z-index: 2;
	min-height: 496px;
}

h2.wp-block-heading {
	color: #191919;
	font-family: Graphik;
	font-size: 90px;
	font-style: normal;
	font-weight: 500;
	line-height: 98px; /* 108.889% */
	margin-bottom: 118px;
	box-sizing: border-box;
	max-width: 1100px;
}

.page-lancet-explained h2.wp-block-heading {
	margin-bottom: 60px;
}

h2.wp-block-heading svg {
	height: 60px;
	width: 60px;
}

.cpt-latest {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 250px;
}

.cpt-latest .col {
	width: 100%;
	padding: 30px;
}

.cpt-latest .col-1.col {
	padding: 33px 0px;
	color: #191919;

	/* Body - Heavy */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right: 3.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 0;
}

.hero-column-card .card-title {
	color: #FFF;
	transition: 0.2s;
	height: 53px;
	overflow: hidden;
}

.cpt-latest .card-title {
	margin-top: 22px;
	font-weight: 500;
}

.light-hero .card-title a {
	color: white;
}

.card img {
	margin-top: 20px;
	border-radius: 5px;
	width: 100%;
	aspect-ratio: 1/0.63;
	object-fit: cover;
	height: auto;
	object-position: center;
}

.cpt-latest .col-2.col {
	border-radius: 10px;
	background: #F4F4F4;
	backdrop-filter: blur(7.5px);
	transition: 0.2s;
	max-width: 28.7%;
}

.cpt-latest .col-2.col:hover {
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.17);
}

.hero-column-card a {
	color: white;
}

.hero-column-card a:hover h5 {
	color: #d8d8d8;
}

.button {
	color: #191919;


	/* Button */
	font-family: Graphik;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 138.889% */
	text-transform: capitalize;
	display: inline-flex;
	padding: 6px 27px;
	padding-top: 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 2px solid #191919;
}

.button:hover {
	color: white;
	background: #191919;
}

.сards-list.dark .button {
	color: #fff;
	border-color: #fff;
}

.сards-list.dark .button:hover {
	color: #191919;
	background-color: #fff;
}

.page-contact .simple-hero-head a {
	margin-top: 5px;
}

.cards-icons {
	padding-bottom: 156px;
	border-radius: 10px;
	margin-bottom: 196px;
	background: #191919;
	padding-top: 140px;
}

.cards-icons-h3 {
	color: #FFF;

	/* H3 */
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	margin-bottom: 78px;
}

.bar {
	border-top: 1px solid #191919;


	/* Section Tag */
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 47px;
}

 .bar {

}

.bar span {
	width: 11.5px;
	height: 11.5px;
	display: inline-block;
	border-radius: 50%;
	margin-right: -4px;
}

.cards-icons .bar {
	color: white;
	border-top-color: white;
}

.card-icons-columns {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
}

.card-icons-columns .card {
	width: calc(33.33333% - 13.333px);
	border-radius: 10px;
	background: #242424;
	backdrop-filter: blur(7.5px);
	flex-wrap: wrap;
	padding: 30px;
	box-sizing: border-box;
}

.card-icons-columns .card-header svg path {
	fill: white;
}

.card-header .card-svg svg {
	width: 46px;
	height: 46px;
	margin-bottom: 11px;
}

.tag.insight {
	background: #FF6900;
	background: #87EBFF !important;
	color: #191919 !important;
}

.card-icons-columns .card-body,.card-icons-columns .card-body h5 {
	color: white;
}

/* .card-icons-columns .card:hover h5 {
	color: #ff6900;
} */

.card-icons-columns .card-body h5 {
	min-height: 50px;
	font-weight: 500;
	max-width: 420px;
}

a.card {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.has-content-wrap a.card {
	height: 100%;
	justify-content: space-between;
}

section.cards-slider-wrap {
	margin-top: 153px;
	margin-bottom: 100px;
}

.cards-slider-wrap .bar {
	border-color: #191919;
}

.cards-slider .card {
	border-radius: 10px;
	background: #F4F4F4;
	backdrop-filter: blur(7.5px);
	transition: 0.2s;
	padding: 20px;
}

.cards-slider-wrap.inverse .cards-slider .card {
	background: rgba(255, 255, 255, 0.06);;
}

.cards-slider .card .card-header {
	order: 1;
	margin-bottom: 0;
}

.cards-slider .card .card-body {
	order: 3;
}

.cards-slider .card img.card-img-top {
	order: 2;
	height: auto;
	aspect-ratio: 1/0.68;
	object-fit: cover;
	object-position: center;
	margin-bottom: 31px;
}

.cards-slider .card .card-title {
	font-size: 32px;
	font-weight: 500;
	line-height: 1; /* 78.125% */
	/* min-height: 64px; */
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cards-slider-wrap.inverse .cards-slider .card .card-title,
.cards-slider-wrap.inverse .cards-slider .card .card-text {
	color: #fff;
}

section.partners-list {
	/* margin: 20px; */
	border-radius: 10px;
	padding-bottom: 114px;
	margin-bottom: 220px;
	background: #191919;
	padding-top: 140px;
}

.partners-list .bar {
	color: white;
	border-color: white;
}

section.partners-list .cards-icons-h3 {
	margin-bottom: 103px;
}

.partners-columns {
	display: flex;
}

.partners-spacer {
	width: 11.4%;
}

.partners-image {
	width: 21.2%;
}

.partners-list {
	/* width: 9%; */
}

.partners-icons-list {
	width: 67.4%;
	position: relative;
}

.partners-item {
	color: #FFF;
	/* H3 */
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	opacity: 0.4;
	transition: 0.2s;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 19px;
}

.partners-item-icon svg {
	width: 56px;
	transition: 0.2s;
	height: auto;
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 1;
	margin-top: 13px;
	top: 0;
}

.partners-item-icon {
	min-width: 56px;
}

.partners-item-title {
	line-height: 1;
	margin-left: 17px;
}

.partners-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.partners-item.active {
	opacity: 1;
}

.partners-item.active svg {
	opacity: 1;
}

.cards-list .cards-icons-h3 {
	color: #191919;
	font-size: 90px;
	line-height: 1.1;
}

.cards-list .cards-icons-h3 svg {
	height: 76px;
	width: 76px;
	vertical-align: text-bottom;
}

section.cards-list .bar {
	margin-bottom: 29px;
}

.cards-list .card-icons-columns {
	flex-direction: column;
	gap: 30px;
}

.cards-list .card-icons-columns .card {
	width: 100%;
	background: #F4F4F4;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	color: #191919;
}

.cards-list .card-side {
	width: 81.3%;
}

section.cards-list .card img {
	margin-top: 0;
	height: 280px;
	width: 100%;
	border-radius: 7px;
}

section.cards-list .card-title {
	color: #191919;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /;
	max-width: 70%;
}

section.cards-list p.card-text {
	color: #191919;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.cards-list .card-icons-columns .card:nth-child(even) {
	background: #191919;
}

.cards-list .card-icons-columns .card:nth-child(even) .card-title {
	color: white;
}

.cards-list .card-icons-columns .card:nth-child(even):hover .card-title {
	color: #FF6900!important;
}

.cards-list .card-icons-columns .card:nth-child(even) .card-text {
	color: white;
}

section.cards-list {
	margin-bottom: 116px;
}

.quote .bar {
	border-top-color: #191919;
	margin-bottom: 54px;
}

.quote-icon {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	background: #FF6900;
	display: flex;
	text-align: center;
	justify-content: center;
	line-height: 70px;
	align-items: center;
	margin-bottom: 27px;
}

.quote-icon>div {
	display: inline-block;
}

.quote .cards-icons-h3 {
	color: #191919;
	margin-bottom: 54px;
}

.quote-author-image {
	width: 156px;
}

.quote-author-image img {
	border-radius: 10px;
}

.quote-author {
	display: flex;
	gap: 20px;
	align-items: flex-end;
}

.quote-author-name .position,.quote-author-name .name {
	color: #191919;

	/* Body - Heavy */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 6.5px;
}

.quote-author-name .tag {
	background: #a0d1ca;
	color: #191919;
	margin-bottom: 10px;
}

.quote {
	margin-bottom: 142px;
}

figure.wp-block-video {
	position: relative;
	margin-bottom: 70px;
}

.video-progress-bar {
	position: absolute;
	border-radius: 2px;
	background: rgba(217, 217, 217, 0.40);
	left: 22px;
	bottom: 54px;
	right: 22px;
	height: 10px;
	box-sizing: border-box;
	padding: 3px;
	border-radius: 2px;
}

figure.wp-block-video.yt-video iframe,
figure.wp-block-video video {
	border-radius: 10px;
}

.video-progress {
	height: 100%;
	background: #A0D1CA;
	width: 0%;
	transition: 0.2s;
	border-radius: 1px;
}

button.video-pause-button {
	color: #191919;
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	background: white;
	backdrop-filter: blur(2.5px);
	margin-right: 4px;
	border: none;
	position: absolute;
	bottom: 21px;
	z-index: 2;
	left: 22px;
}

button.video-play-button {
	color: #191919;
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	background: white;
	backdrop-filter: blur(2.5px);
	margin-right: 4px;
	border: none;
	position: absolute;
	bottom: 21px;
	z-index: 2;
	left: 79px;
}

.wp-block-video figcaption.wp-element-caption {
	color: white;
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 5px;
	padding-top: 3px;
	margin-right: 4px;
	position: absolute;
	bottom: 6px;
	z-index: 2;
	left: 127px;
	border-radius: 5px;
	background: rgba(4, 134, 155, 0.71);
	backdrop-filter: blur(2.5px);
	border: none;
	line-height: 1;
}

.light-hero-head.in-row {
	display: flex;
	justify-content: space-between;
}

.light-hero-head.in-row .subtitle_link_text {
	white-space: nowrap;
}

.dark-eat .light-hero-head svg {
	height: 50px;
	width: 50px;
}

.page-eat-lancet.dark-eat .light-hero-head svg {
	width: 60px;
	height: 60px;
}

.dark-eat .light-hero-head svg path {
	fill: #0ECEB1;
}

.light-hero-head.in-row .subtitle_link_text:hover {
	background: #191919;
	color: white;
	border-color: white;
}

section.light-hero.no-image:before {
	display: none;
}

section.light-hero.no-image {
	margin-bottom: 2px;
}

.content-tabs {margin-top: 118px;}

.content-tab-header {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	margin-bottom: 84px;
}

.content-tab-title {
	width: 100%;
	border-bottom: 2px solid white;
	color: #FFF;

	/* Article Header */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	padding-bottom: 22px;
	opacity: 0.4;
	transition: 0.2s;
}

.content-tab-title:before {
	width: 15.078px;
	height: 15.078px;
	background: #0ECEB1;
	content: "";
	display: inline-block;
	margin-right: 10px;
}

.content-tab-title.active, .content-tab-title:hover {
	opacity: 1;
}

.content-tab-item {
	display: none;
}

.content-tab-item.active {
	display: flex;
	justify-content: space-between;
}

.page-partners .content-tab-item.active {
	column-gap: 50px;
}

.content-tab-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 47%;
	align-items: flex-start;
}

.content-tab-text p {color: #FFF;font-family: Graphik;font-size: 40px;font-style: normal;font-weight: 500;line-height: 50px; /* 125% */}

.content-tab-item img {
	width: 32.5%;
	border-radius: 10px;
}

.page-partners .content-tab-item img {
	max-width: 510px;
	width: 100%;
	height: 680px;
	object-fit: cover;
}

.dark-eat .button {
	border-color: white;
}

.dark-eat .button:hover {
	background-color: #fff !important;
	color: #191919 !important;
}

.page-lancet-commissioners.dark-eat .button {
	font-weight: 400;
}

.dark-eat .button:hover {}

.dark-eat .cpt-latest-wrap {
	margin: 20px;
	border-radius: 10px;
	padding-bottom: 120px;
	margin-bottom: 170px;
	background: #081318;
	padding-top: 140px;
}

.cpt-latest-wrap .title-link-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 54px;
	flex-wrap: wrap;
}

body .cpt-latest-wrap .container > .title-link-wrap > .cpt-latest-h3 {
	flex: 1;
	max-width: 1272px;
	margin-bottom: 0;
}

.cpt-latest-wrap .title-link-wrap .button {
	color: #fff;
	border-color: #fff;
}

.cpt-latest-wrap .title-link-wrap .button:hover {
	color: #191919 !important;
	background-color: #fff !important;
}

.content-tabs-wrap {
	margin-bottom: 227px;
}

.cpt-latest-wrap  .cpt-latest-h3 {


	/* H3 */

	font-family: Graphik;

	font-size: 60px;

	font-style: normal;

	font-weight: 500;

	line-height: 64px; /* 106.667% */

	margin-bottom: 81px;
}

.dark-eat .cpt-latest-wrap .cpt-latest-h3 {
	color: white;
}

.dark-eat p.card-text {
	color: #191919;
}

.dark-eat .cpt-latest {
	margin-bottom: 0;
}

.dark-eat h2.wp-block-heading {
	color: white;
}

.dark-eat h2.wp-block-heading path {
	fill: #0eceb1;
}

.counter {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid #191919;
	padding-bottom: 14px;
	margin-bottom: 55px;
	opacity: .4;
	transition: 0.2s;
	gap: 20px;
}

.counter .number {
	font-family: Graphik;
	font-size: 180px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.counter .text {


	/* H3 */
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	padding-bottom: 15px;
}

.page-eat-lancet .counter .text {
	font-size: 40px;
}

.dark-eat .counter:hover {border-bottom: 2px solid #ffffff;}

.counter:hover {
	opacity: 1;
}

.dark-eat .shortcode_icon path {
	fill: #0eceb1;
}

.dark-eat .cards-list .cards-icons-h3 {
	color: white;
}

.counters {
	margin-bottom: 287px;
}

.dark-eat section.cards-list {
	margin: 20px;
	/* border-radius: 10px; */
	padding-bottom: 114px;
	margin-bottom: 220px;
	background: #081318;
	padding-top: 110px;
}

.dark-eat .cards-list .card-icons-columns .card:nth-child(even) {
	background: #F4F4F4;
}

.dark-eat .cards-list .card-icons-columns .card:nth-child(even) .card-title {
	color: #191919;
}

.dark-eat .cards-list .card-icons-columns .card:nth-child(even):hover .card-title {
	color: #FF6900;
}

.dark-eat .cards-list .card-icons-columns .card:nth-child(even) .card-text {
	color: #191919;
}

.cards-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 75px;
}

.cards-list h3.cards-icons-h3 {
}

.cards-icons-link {
	margin-bottom: 78px;
	white-space: nowrap;
}

h3.wp-block-heading {
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	max-width: 78%;
}

.dark-eat h3.wp-block-heading {
	color: #FFF;
}


.css-cursor {
	width: 74px;
	height: 74px;
	border: 1px solid #FF6900;
	border-radius: 50%;
	margin-left: -38px;
	margin-top: -37px;
	overflow: hidden;
}

.dark-eat .css-cursor {
	border-color: #0ECEB1;
}

.css-cursor-inner {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto!important;
	height: auto!important;
	transform: none!important;
	background: rgba(255, 105, 0, 0.2);
}

.dark-eat .css-cursor-inner {
	background: rgba(14, 206, 177, 0.10);
}

i.icon-cursor {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 11.281px;
	height: 11.281px;
	flex-shrink: 0;
	margin-top: -5px;
	margin-left: -5px;
	background: #FF6900;
	border-radius: 50%;
	transition: 0.2s;
	opacity: 1;
}
.dark-eat i.icon-cursor {
	background: #0ECEB1;
}

.css-cursor-inner svg {
	position: absolute;
	left: 8px;
	right: 0;
	top: 0;
	bottom: 0;
	width: calc(100% - 16px);
	height: 100%;
	opacity: 0;
	transition: 0.2s;
}

.slider i.icon-cursor {
	opacity: 0;
}

.slider .css-cursor-inner svg {
	opacity: 1;
}

.dark-eat .footer-menu h4 {
	color: #FFF;
}


.light-hero-head h1 span {
	display: inline-block;
}

#letters_appear.wp-block-heading {
	/* height: 100vh; */
	height: auto;
	display: flex;
	align-items: center;
}


.light-hero-head.in-row p {
	max-width: 510px;
}

.page-eat-lancet .light-hero-head.in-row {
	align-items: flex-end;
	position: relative;
}

.page-eat-lancet .light-hero-head.in-row .subtitle {
	position: absolute;
	bottom: 0;
	right: 0;
}

.light-hero .breadcrumbs {
	position: absolute;
	top: 100%;
	margin-top: -25px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.80);
	display: inline-flex;
	padding: 5px 10px;
	align-items: center;
	gap: 5px;
}

.light-hero .breadcrumbs a, .light-hero .breadcrumbs span {
	color: var(--Night, #191919);

	/* Section Tag */
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.light-hero .breadcrumbs svg {
	vertical-align: middle;
}

.light-hero .breadcrumbs svg.home-icon {
	vertical-align: initial;
}

.light-hero .breadcrumbs span, .light-hero .breadcrumbs span a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.light-hero .breadcrumbs a:hover {
	color: #ff6900;
}

section.light-hero.border .light-hero-head {
	border-top: 1px solid white;
	padding-top: 25px;
	min-height: 24vh;
}

.page-id-1809 section.light-hero.border {
	padding-bottom: 30px;
}

section.light-hero.border {
	margin-bottom: 71px;
}

.scroll-to-grid-items {
	display: flex;
	gap: 20px;
}

.scroll-to-grid-item {
	width: 100%;
	border-radius: 10px;
	background: #F4F4F4;
	padding: 57px 10px;
	color: #191919;
	text-align: center;

	/* Article Header */
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	transition: 0.2s;
}

.page-get-involved .scroll-to-grid-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll-to-grid-item .dot {
	width: 0;
	height: 0;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0;
	transition: 0.2s;
}

.page-resource-hub .scroll-to-grid-item .dot {
	vertical-align: unset;
}

.scroll-to-grid-item:hover {
	border-radius: 10px;
	background: var(--Night, #191919);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.50);
	color: white;
}

.scroll-to-grid-item:hover span.dot {
	width: 17px;
	height: 17px;
	margin-right: 6px;
}

.page-get-involved .scroll-to-grid-item:hover span.dot {
	margin-right: 10px;
}

.scroll-to-grid {
	margin-bottom: 128px;
}

.latest-posts {
	border-top: 1px solid #191919;
	margin-bottom: 127px;
}

.card.image-left {
	flex-direction: row-reverse;
	padding: 30px;
	gap: 50px;
	justify-content: space-between;
	align-items: center;
	background: #F4F4F4;
	border-radius: 10px;
	margin-bottom: 45px;
}

.card.image-left img {
	width: 67.1%;
	margin: 0;
	aspect-ratio: 1/0.48;
	object-fit: cover;
	object-position: center;
}

.card.image-left .card-side {
	width: 30%;
}

.image-left h5.card-title {


	/* Article Header */

	font-size: 24px;

	font-style: normal;

	font-weight: 500;

	line-height: 25px; /* 104.167% */
}

.card.image-left.dark {
	background: #191919;
	color: white;
}

a.card.image-left.dark h5 {
	color: white;
}

.card.image-left.dark .tag.category {
	background: #A0D1CA;
	color: #191919;
}

.card.image-left.dark .tag.category+.tag {
	background: #FF6900;
}

a.card.image-left.dark .card-header {
	margin-bottom: 20px;
}

.cpt-latest-wrap.top_border .bar {
	border-top: 1px solid #191919;
}

.no-title .cpt-latest {
	margin-bottom: 90px;
}

.dark_mode .cpt-latest .col-2 {
	color: #191919;
	background: white;
}

.dark_mode  .cpt-latest .col-2 h5, .dark_mode  .cpt-latest .col-2 p {
	color: #fff;
}

.dark-eat section.light-hero:before {
	background: #00000052;
}

.dark-eat .light-hero .breadcrumbs {
	background: none;
	color: white;
}

.dark-eat .light-hero .breadcrumbs a, .dark-eat .light-hero .breadcrumbs span {
	color: white;
}

.dark-eat .light-hero .breadcrumbs svg path {
	stroke: white;
}

.dark-eat .light-hero .breadcrumbs svg.home-icon path {
	fill: #0eceb1;
	stroke: #0eceb1;
}

.dark-eat .publication-overview .bar span {
	background: #0ECEB1!important;
}

.dark-eat .publication-overview .bar {
	margin-bottom: 84px;
}

.publication-overview-columns {
	display: flex;
	justify-content: space-between;
}

.publication-overview-right {
	width: 29.8%;
	background: #006070;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.publication-overview-left {
	width: 54%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

h3.publication-overview-title {
	font-family: Graphik;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px; /* 125% */
	margin-bottom: 96px;
}

.dark-eat h3.publication-overview-title {
	color: white;
}

p.publication-overview-text {


	/* Article Body */

	font-family: Graphik;

	font-size: 20px;

	font-style: normal;

	font-weight: 400;

	line-height: 22px; /* 110% */

	margin-bottom: 214px;
}

.publication-overview-links a {
	margin-right: 8px;
	margin-bottom: 16px;
}

.publication-overview {
	margin-bottom: 125px;
}

.dark-eat .text-image .bar span {
	background: #0eceb1 !important;
}

.text-image-right p {}

.text-image-columns {
	display: flex;
	justify-content: space-between;
}

.text-image-left {
	width: 25%;
}

.text-image-right {
	width: 55%;
}

.text-image-right p {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 21px;
}

.text-image {
	margin-bottom: 110px;
}

.dark-eat .quote-wrap {
	margin: 20px;
	border-radius: 10px;
	padding-bottom: 46px;
	margin-bottom: 96px;
	background: #081318;
	padding-top: 47px;
}

.dark-eat .quote .bar {
	border-top-color: white;
}

.dark-eat .quote-icon {
	background: #0eceb1;
}

.dark-eat .quote .cards-icons-h3 {
	color: white;
	max-width: 1101px;
}

.dark-eat .quote-author-name .position, .dark-eat .quote-author-name .name {
	color: white;
}

.dark-eat .quote {
	margin-bottom: 0;
}

.cpt-latest-wrap.campaign.top_border.dark_mode .container {
	/* display: flex; */
	/* flex-direction: column-reverse; */
}

.dark-eat .cpt-latest-wrap.campaign.top_border.dark_mode.no-title {
	background: none;
	padding-top: 47px;
	margin-bottom: 50px;
	padding-bottom: 0;
	margin-top: 0;
}

.dark-eat .cpt-latest-wrap.campaign.top_border.dark_mode.no-title .bar {border-color: white;margin-bottom: 81px;}

.dark-eat .dark_mode.cpt-latest-wrap .col-2 {
	background: #1b2b32;
}

h4.wp-block-heading {
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	max-width: 1223px;
	letter-spacing: 0;
	margin-bottom: 127px;
}

.archive header .logo path {
	fill: #FF6900;
}

section.light-hero.archive-hero .subtitle {
	color: var(--Night, #191919);

	/* Body - Heavy */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	max-width: 509px;
}

section.light-hero.archive-hero .light-hero-head.in-row {
	align-items: baseline;
}

section.light-hero.archive-hero:before {
	display: none;
}

section.light-hero.archive-hero .container {
	min-height: 0;
}

section.light-hero.archive-hero .breadcrumbs {
	position: static;
	border-top: 1px solid #191919;
	border-radius: 0;
	width: 100%;
	padding: 15px 0;
	margin-top: 89px;
}

section.light-hero.archive-hero {
	padding-bottom: 0;
	margin-bottom: 15px;
}

section.light-hero.archive-hero h1 {
	color: #191919;
}

.container.filters {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 44px;
}

.filter-wrap {
	color: var(--Night, #191919);


	/* Button */
	font-family: Graphik;
	font-size: 18px;
	font-weight: 500;
	/* 138.889% */
	text-transform: capitalize;
	display: flex;
	padding: 8px 28px;
	justify-content: center;
	gap: 10px;
	border-radius: 50px;
	border: 2px solid var(--Night, #191919);
	opacity: 0.5;
	cursor: pointer;
	transition: 0.2s;
	padding-top: 10px;
	order: 1;
	align-items: center;
}

.filter-content {
	display: none;
	width: 100%;
	order: 6;
	background: #F4F4F4;
	padding: 30px;
	margin-top: 24px;
	border-radius: 10px;
}

.filter-wrap>.plus {
	transform: rotate(45deg);
	margin-left: 3px;
}

.filter-wrap.active, .filter-wrap:hover {
	background: #191919;
	color: white;
	opacity: 1;
}

.filter-wrap.active>.plus path, .filter-wrap:hover>.plus path {
	fill: white;
}

.filter-content-inner {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.filter-item {
	color: var(--Night, #191919);
	font-family: Graphik;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	display: flex;
	padding: 8px 28px;
	justify-content: center;
	gap: 10px;
	border-radius: 50px;
	border: 2px solid var(--Night, #191919);
	cursor: pointer;
	transition: 0.2s;
	padding-top: 10px;
	order: 1;
}

.filter-item:hover, .filter-item.active {
	background: #191919;
	color: white;
}

.filter-wrap .option {
	border-radius: 50px;
	background: var(--Day, #FFF);
	padding: 3px 15px 3px 20px;
	color: #191919;
	display: inline-block;
	margin-top: -4px;
	margin-bottom: -3px;
}

.filter-wrap .option svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}

.container.archive-list {
	display: flex;
	flex-wrap: wrap;
}

.page-knowledge .post-type-archive-event.posts-list,
.post-grid.post-type-archive-event.posts-list,
.search .post-type-archive-event.posts-list {
	margin-top: 83px;	
}

.post-grid-wrap {
	margin-top: 54px;
}

.post-grid-wrap .bar {
	margin-bottom: 0;
}

.post-grid-wrap .post-type-archive-event.posts-list {
	margin-top: 50px;
}

.post-grid-wrap .bar {
	padding-bottom: 25px;
}

/* .search .post-type-archive-event.posts-list {
	margin-top: 150px;
} */

/* 3 columns and 20 px between */
.archive-list .card {
	width: calc(33.33333% - 13.3333333px);
	margin-bottom: 50px;
	margin-right: 20px;
	background: #F4F4F4;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list .card:nth-child(11n) {
	margin-right: 0;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list .card:nth-child(11n + 3) {
	margin-right: 0;
}



.archive-list .card h5.card-title {
	color: var(--Night, #191919);

	/* Article Header */
	font-family: Graphik;
	font-size: 24px;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	margin-top: 5px;
	margin-bottom: 0;
	min-height: 50px;
}

.page-knowledge .archive-list .card h5.card-title,
.search .archive-list .card h5.card-title {
	font-size: 60px;
	font-weight: 500;
	line-height: 64px; /* 104.167% */
	margin-top: 20px;	
}

.archive-list .card p.card-text {
	display: none;
}

.post-type-archive-update .archive-list .card:first-child p.card-text {
	display: block;
	color: #fff;
}

.archive-list .card img {
	aspect-ratio: 1 / 0.84;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update):not(.page) .archive-list .card:nth-child(11n + 4),
body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update).page-template-resources .archive-list .card:nth-child(11n + 4) {
	width: 100%;
	margin-right: 0;
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

body:not(.post-type-archive-publication):not(.post-type-archive-update) .archive-list .card:nth-child(11n + 4) .card-body p.card-text {
	display: block;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list:not(.posts-list) .card:nth-child(11n + 4) .card-side {
	width: 26%;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list:not(.posts-list) .card:nth-child(11n + 4) img {
	width: 68.2%;
	margin-top: 0;
	aspect-ratio: 1 / 0.46;
}

body:not(.post-type-archive-publication):not(.post-type-archive-update) .archive-list .card:nth-child(11n + 4) .card-body h5.card-title {
	margin-bottom: 10px;
}

body:not(.post-type-archive-publication):not(.post-type-archive-update) .archive-list .card:nth-child(11n + 7) {
	margin-right: 0;
}

body:not(.post-type-archive-publication):not(.post-type-archive-update) .archive-list .card:nth-child(11n + 7) {
	margin-right: 0;
}

body:not(.post-type-archive-publication):not(.post-type-archive-update) .archive-list .card:nth-child(11n + 10) {
	margin-right: 0;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list .card:nth-child(11n) .card-side {
	width: 26%;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list .card:nth-child(11n) img {
	width: 68.2%;
	margin-top: 0;
	aspect-ratio: 1 / 0.46;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list .card:nth-child(11n) .card-side {
	width: 29.5%;
}

html body .post-type-archive-event.posts-list.post-grid .archive-list.posts-list .card .card-side {
	width: 100%;
}

body:not(.post-type-archive-publication):not(.post-type-archive-update) .archive-list .card:nth-child(11n) .card-side p.card-text {
	display: block;
}

.archive-list.loading:after {
	width: 32px;
	height: 32px;
}

.archive-list:after {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	margin: 20px auto;
	background: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.2s;
	margin-bottom: 100px;
}
.post-type-archive-campaign .archive-list .card {
	width: 100%;
	margin-right: 0;
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.post-type-archive-campaign .archive-list .card .card-body p.card-text {
	display: block;
}

.post-type-archive-campaign .archive-list .card .card-side-wrap {
	width: 29.5%;
}

.post-type-archive-campaign .archive-list .card .card-side {
	width: 100%;
}

.post-type-archive-campaign .archive-list .card img {
	width: 68.2%;
	margin-top: 0;
	aspect-ratio: 1 / 0.46;
}

.post-type-archive-campaign .archive-list .card .card-body h5.card-title {
	margin-bottom: 10px;
}

.head-toggler:hover div.ht-eat, .head-toggler.clicked div.ht-eat {
	color: #191919;
}

.head-toggler:hover div.ht-eat:hover {
	color: white;
}

a.ht-eat {
	color: #191919;
	position: relative;
	z-index: 2;
	transition: 0.5s;
}

a.ht-eat:hover span, a.ht-eat.clicked span {
	color: white!important;
}

a.ht-eat.left:before {
	border-radius: 50px;
	content: "";
	display:  block;
	background: #191919;
	height: 100%;
	transition: 0.5s;
	top: 4px;
	bottom: 4px;
	left: 77px;
	width: 142px;
	position: absolute;
	height: auto;
	z-index: 2;
}

a.ht-eat.left:hover:before, a.ht-eat.left.clicked:before {
	left: 4px;
	width: 66px;
}

a.ht-eat span {
	position: relative;
	z-index: 2;
}

a.ht-eat.left+div {
	padding-left: 0;
	padding-right: 20px;
}

a.ht-eat.left {
	padding-right: 40px;
}

a.ht-eat.right {
	padding-left: 40px;
}

a.ht-eat.right:before {
	border-radius: 50px;
	content: "";
	display:  block;
	background: #191919;
	height: 100%;
	transition: 0.5s;
	top: 4px;
	bottom: 4px;
	left: -48px;
	width: 64px;
	position: absolute;
	height: auto;
	z-index: 2;
}

.head-toggler:hover a.ht-eat.right:hover:before, .head-toggler.clicked a.ht-eat.right:before {
	left: 24px;
	width: 140px;
}


a.ht-eat.clicked span {}

.head-toggler.clicked div.ht-eat:hover {
	color: #191919;
}

section.light-hero.single-hero .breadcrumbs {
	position: static;
	background: none;
	border-top: 1px solid white;
	margin-top: 1px;
	padding-top: 19px;
	padding-left: 0;
	margin-bottom: 53px;
	width: 100%;
	border-radius: 0;
}

section.light-hero.single-hero .breadcrumbs span, section.light-hero.single-hero .breadcrumbs a {
	color: white;
}

section.light-hero.single-hero .breadcrumbs svg path {
	stroke: white;
}

section.light-hero.single-hero .breadcrumbs svg.home-icon path {
	stroke: #ff6900;
}

.single-hero .hero-categories {
	margin-bottom: 16px;
}

.single-hero h1 {
	max-width: 90%;
	margin-bottom: 19px;
}

.single-hero .subtitle {
	color: var(--Day, #FFF);
	font-family: "IBM Plex Mono";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 72px;
}

.share a {
	margin-right: 4px;
	display: inline-block;
}

.share a:hover {
	opacity: 0.8;
}

section.light-hero.single-hero {
	padding-bottom: 21px;
	margin-bottom: 80px;
}

.single-our_people section.light-hero.single-hero .breadcrumbs {
	width: calc(100% - 15px);
}

.single-our_people section.light-hero.single-hero {
	padding-bottom: 0;
}

.single-our_people section.light-hero.single-hero {
	background-color: #191919;
	margin-bottom: 55px;
}

.single-our_people .bar {
	margin-bottom: 30px;
}

.single-our_people .content-wrap {
	display: flex;
	justify-content: flex-end;
}

.single-our_people .content-wrap .the-content,
.single-our_people .content-wrap .the-content * {
	max-width: 1038px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.single-our_people .light-hero-head {
	display: flex;
	gap: 25px;
}

.single-our_people .light-hero-head img {
	/* height: 100%; */
	filter: grayscale(100%);
	border-radius: 10px;
	object-fit: cover;
	max-width: 175px;
	aspect-ratio: 1.76 / 1.61;
}

.single-our_people h1 {
	max-width: 880px;
	margin-bottom: 0;
}

.single-our_people .people-img-wrap {
	flex: 1;
	text-align: right;
}

section.light-hero.single-hero .breadcrumbs a:hover {
	color: #ff6900;
}


.post-type-archive-event .archive-list .card {
	width: 100%;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-right: 0;
}

.post-type-archive-event .archive-list .card > .card-side-wrap {
	flex: 1;
}

.post-type-archive-event .archive-list .card > .card-side-wrap > .card-side {
	max-width: none !important;
}

.post-type-archive-event:not(.posts-list) .archive-list .card:first-child {
	background: #191919;
	align-items: center;
	margin-bottom: 106px;
	margin-left: -16px;
	margin-right: -16px!important;
}

.post-type-archive-event .archive-list:not(.posts-list) .card:first-child>img {
	width: 66.9%;
	margin: 0;
	aspect-ratio: 1 / 0.485;
}

.post-type-archive-event:not(.posts-list) .archive-list .card:first-child .card-side {
	width: 30%;
}

.archive.post-type-archive-event:not(.posts-list) .archive-list .card:first-child .card-side {
	width: 100%;
}

.archive.post-type-archive-event:not(.posts-list) .archive-list .card:first-child .card-side-wrap {
	flex: 0 0 29.5%;
}

.post-type-archive-event:not(.posts-list) .archive-list .card:first-child .card-side h5.card-title {
	color: white;
	margin-bottom: 30px;
}

.post-type-archive-event:not(.posts-list) .archive-list .card:first-child .card-side .event-date {
	color: white;
	margin-bottom: 28px;
}

.post-type-archive-event .archive-list .card p.card-text {
	display: block;
	/* color: white; */
}

.event-date {


	/* Article Body */

	font-family: Graphik;

	font-size: 20px;

	font-weight: 400;

	line-height: 22px; /* 110% */
}

.event-date-item {
	display: flex;
	margin-bottom: -1px;
}

.post-type-archive-event .archive-list .card:not(:first-child), .post-type-archive-event.posts-list .archive-list .card {
	background: none;
	padding: 0;
	gap: 39px;
	align-items: flex-start;
	margin-bottom: 69px;
}

.page-knowledge .post-type-archive-event .archive-list .card:not(:first-child), 
.post-grid.post-type-archive-event .archive-list .card:not(:first-child), 
.search .post-type-archive-event .archive-list .card:not(:first-child), 
.post-type-archive-event.posts-list .archive-list .card {
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}



.post-type-archive-event.posts-list .archive-list .card {
	flex-direction: row-reverse !important;
}

.post-type-archive-event .archive-list .card:not(:first-child)>img, 
.post-type-archive-event .archive-list .card:not(:first-child) .image-wrap, 
.post-type-archive-event .archive-list.posts-list .card>img,
html body .post-type-archive-event.posts-list.post-grid .archive-list.posts-list .card:not(:first-child)>img {
	width: 24%;
	aspect-ratio: 1.77;
	margin: 0;
}

html body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update).search 
.post-type-archive-event .archive-list.posts-list .card .image-wrap {
	width: 24%;
	aspect-ratio: 1.77;
	margin: 0;
}

body.search .post-type-archive-event .archive-list.posts-list .card .image-wrap > img {
	aspect-ratio: 1 !important;
	height: 100% !important;
	margin: 0 !important;
	width: 100% !important;	
}

.post-type-archive-event .archive-list .card:not(:first-child) .card-side, .post-type-archive-event.posts-list .archive-list .card .card-side {
	width: 100%;
	border-bottom: 1px solid #191919;
	padding-left: 21px;
	box-sizing: border-box;
	padding-bottom: 66px;
	max-width: calc(76% - 39px);
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update).page-template-resources 
.archive-list .card:nth-child(11n + 4) .card-side-wrap,
body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) 
.archive-list .card:nth-child(11n) .card-side-wrap,
body.post-type-archive-update .archive-list .card:nth-child(12) .card-side-wrap,
body.post-type-archive-update .archive-list .card:nth-child(5) .card-side-wrap,
body.post-type-archive-update .archive-list .card:first-child .card-side-wrap,
body.archive:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list .card:nth-child(11n) .card-side-wrap,
body.archive:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update):not(.page) 
.archive-list .card:nth-child(11n + 4) .card-side-wrap {
	width: 29.5%;
}

body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update).page-template-resources 
.archive-list .card:nth-child(11n + 4) .card-side,
body:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) 
.archive-list .card:nth-child(11n) .card-side,
body.post-type-archive-update .archive-list .card:nth-child(12) .card-side,
body.post-type-archive-update .archive-list .card:nth-child(5) .card-side,
body.post-type-archive-update .archive-list .card:first-child .card-side,
body.archive:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update) .archive-list .card:nth-child(11n) .card-side,
body.archive:not(.post-type-archive-publication):not(.post-type-archive-event):not(.post-type-archive-update):not(.page) 
.archive-list .card:nth-child(11n + 4) .card-side {
	width: 100%;
}

.page-knowledge .post-type-archive-event .archive-list .card .card-side-wrap, 
.post-grid.post-type-archive-event .archive-list .card .card-side-wrap, 
.search .post-type-archive-event .archive-list .card .card-side-wrap, 
.page-knowledge .post-type-archive-event.posts-list .archive-list .card .card-side-wrap,
.search .post-type-archive-event.posts-list .archive-list .card .card-side-wrap {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	max-width: calc(76% - 39px);
	padding-top: 70px;
	padding-bottom: 55px;
	border-top: 1px solid #191919;
}

.page-knowledge .post-type-archive-event .archive-list .card:first-of-type .card-side-wrap, 
.post-grid.post-type-archive-event .archive-list .card:first-of-type .card-side-wrap, 
.search .post-type-archive-event .archive-list .card:first-of-type .card-side-wrap, 
.page-knowledge .post-type-archive-event.posts-list .archive-list .card:first-of-type .card-side-wrap,
.search .post-type-archive-event.posts-list .archive-list .card:first-of-type .card-side-wrap {
	border-top: none;
}

body .post-grid.post-type-archive-event .archive-list .card .card-side-wrap {
	flex: 1;
	max-width: none;
}

.page-knowledge .post-type-archive-event .archive-list .card .card-side, 
.post-grid.post-type-archive-event .archive-list .card .card-side, 
.search .post-type-archive-event .archive-list .card .card-side, 
.page-knowledge .post-type-archive-event.posts-list .archive-list .card .card-side,
.search .post-type-archive-event.posts-list .archive-list .card .card-side {
	display: flex;
	column-gap: 50px;
	/* align-items: center; */
	justify-content: space-between;
	position: relative;
	height: 100%;
	border-bottom: none;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	align-items: flex-start;
}

.post-type-archive-event .archive-list .card:not(:first-child) .card-header {
	margin-bottom: 23px;
}

.page-knowledge .post-type-archive-event .archive-list .card .card-header,
.post-grid.post-type-archive-event .archive-list .card .card-header,
.search .post-type-archive-event .archive-list .card .card-header {
	flex: 0 1 60%;
	margin-bottom: 0;
}

.post-type-archive-event .archive-list .card:not(:first-child) .card-body {
	display: flex;
	flex-wrap: wrap;
}

.page-knowledge .post-type-archive-event .archive-list .card .card-body,
.post-grid.post-type-archive-event .archive-list .card .card-body,
.search .post-type-archive-event .archive-list .card .card-body {
	flex: 1;
}

body.page-knowledge .post-type-archive-event .archive-list .card .card-body p,
body .post-grid.post-type-archive-event .archive-list .card .card-body p,
body.search .post-type-archive-event .archive-list .card .card-body p {
	width: 100%;
}

.post-type-archive-event .archive-list .card:not(:first-child) h5.card-title {
	width: 100%;
	margin-top: 0;
}

body.page-knowledge .post-type-archive-event .archive-list .card .card-body p,
.post-grid.post-type-archive-event .archive-list .card h5.card-title,
.search .post-type-archive-event .archive-list .card h5.card-title {
	margin-top: 20px;
}

.post-type-archive-event .archive-list .card:not(:first-child) .event-date {
	width: 41%;
}

.search .post-type-archive-event .archive-list .card .event-date,
.search .post-type-archive-event .archive-list .card:not(:first-child) .event-date {
	width: 100%;
}

.post-type-archive-event .archive-list .card:not(:first-child) p.card-text {
	color: #191919;
	width: 59%;
}

.post-type-archive-publication .archive-list .card {
	padding: 20px;
}

.post-type-archive-publication .archive-list .card .card-side {
	order: 2;
}

.post-type-archive-publication .archive-list .card img {
	aspect-ratio: 0.713;
	margin-top: 0;
	margin-bottom: 20px;
}

.archive.post-type-archive-publication .archive-list .card img {
	margin-top: 20px;
}

.post-type-archive-publication  .archive-list .card:nth-child(3n) {
	margin-right: 0;
}

.post-type-archive-publication .archive-list .card .card-side h5.card-title {
	margin-bottom: 11px;
}

.contact-form-wrap {
	margin-top: 111px;
	margin-bottom: 166px;
}

.contact-form-wrap.dark {
	background: #191919;
	color: white;
	padding-top: 98px;
	padding-bottom: 101px;
	margin-bottom: 88px;
	border-radius: 10px;
}

.contact-form-wrap>.container>h2 {


	/* H2 */

	font-family: Graphik;

	font-size: 90px;

	font-weight: 500;

	line-height: 98px; /* 108.889% */

	max-width: 1000px;

	letter-spacing: 0;

	margin-bottom: 79px;
}

.contact-form-wrap>.container>h2 svg {
	width: 60px;
	height: 60px;
}

.contact-columns {
	display: flex;
	justify-content: space-between;
	margin-top: 89px;
}

.contact-left {
	width: 22%;
}

.contact-right {
	width: 63.7%;
}

.contact-left p {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 44px;
}

.contact-left small {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 120% */
	display: inline-block;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

span.wpcf7-form-control-wrap {
	width: 49%;
}

span.wpcf7-form-control-wrap[data-name^="textarea"] {
	width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
	margin-left: auto;
	color: #191919;
	font-family: Graphik;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	text-transform: capitalize;
	display: inline-flex;
	padding: 6px 27px;
	padding-top: 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 2px solid #191919;
}

span.wpcf7-form-control-wrap>.wpcf7-form-control {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 20px;
	border-radius: 5px;
	border: none;
	margin-bottom: 25px;
	width: 100%;
	box-sizing: border-box;
}

.dark span.wpcf7-form-control-wrap>.wpcf7-form-control {
	background: #393939;
	color: white;
}

.dark span.wpcf7-form-control-wrap>select.wpcf7-select {
	appearance: none;
	background-image: url(../images/chevron_light.svg);
	background-position: 95%center;
	background-repeat: no-repeat;
}

span.wpcf7-spinner {
	position: absolute;
	right: 107px;
	bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 244px;
}

.dark input.wpcf7-form-control.wpcf7-submit {
	background: transparent;
	color: white;
	border-color: white;
}

.wpcf7-response-output {
	width: 100%;
	border-radius: 5px;
	padding: 20px!important;
	margin: 0!important;
	margin-top: 20px!important;
}


.post-type-archive-update .archive-list .card:first-child {
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	margin-right: 0;
}

.post-type-archive-update .archive-list .card:first-child {
	background: #191919;
	align-items: center;
	/* margin-bottom: 106px; */
}

.post-type-archive-update .archive-list .card:first-child>img {
	width: 66.9%;
	margin: 0;
	aspect-ratio: 1 / 0.485;
}

.post-type-archive-update .archive-list .card:first-child .card-side {
	width: 30%;
}

.post-type-archive-update .archive-list .card:first-child .card-side h5.card-title {
	color: white;
	margin-bottom: 30px;
}

.post-type-archive-update .archive-list .card:first-child .card-side .event-date {
	color: white;
	margin-bottom: 28px;
}

.post-type-archive-update .archive-list .card:nth-child(12) {
	margin-right: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.post-type-archive-update .archive-list .card:nth-child(4) {
	margin-right: 0;
}

.post-type-archive-update .archive-list .card:nth-child(5) {
	width: 100%;
	margin-right: 0;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	justify-content: space-between;
	align-items: center;
}

.post-type-archive-update .archive-list .card:nth-child(5) .card-body p.card-text {
	display: block;
}

.post-type-archive-update .archive-list .card:nth-child(5) .card-side  {
	width: 26%;
}

.post-type-archive-update .archive-list .card:nth-child(5) img{
	width: 68.2%;
	margin-top: 0;
	aspect-ratio: 1 / 0.46;
}

.post-type-archive-update .archive-list .card:nth-child(5) .card-body h5.card-title {
	margin-bottom: 10px;
}

.post-type-archive-update .archive-list .card:nth-child(3n + 6):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(9)), .post-type-archive-update .archive-list .card:nth-child(8), .post-type-archive-update .archive-list .card:nth-child(11) {
	margin-right: 0;
}

.post-type-archive-update .archive-list .card:nth-child(12) .card-side {
	width: 26%;
}

.post-type-archive-update .archive-list .card:nth-child(12) img {
	width: 68.2%;
	margin-top: 0;
	aspect-ratio: 1 / 0.46;
}

.post-type-archive-update .archive-list .card:nth-child(12) .card-side {
	width: 29.5%;
}

.post-type-archive-update .archive-list .card:nth-child(12) .card-side p.card-text {
	display: block;
}



.p-bar .bar {
	border-color: #191919;
}

.p-text {
	padding-left: 45%;
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.p-text p {
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
	margin-bottom: 21px;
}

.p-bar {
	margin-bottom: 131px;
}

.dark-eat .bar {
	border-top: 1px solid white;
}

.dark-eat .counter .number, .dark-eat .counter .text {
	color: white;
	opacity: 0.4;
	transition: 0.2s;
}

.dark-eat .counter {
	border-bottom: 2px solid #ffffff52;
	/* opacity: 0.4; */
}

.counters-wrap.counters-grid.counters-with-text {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.counters-text {
	width: 28%;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
}

.counters-wrap.counters-grid.counters-with-text .counters {
	width: 55%;

}

.counters-wrap.counters-grid .counters {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.counters-wrap.counters-grid .counter {
	width: 38.3%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 66px;
	border: none;
}

.counters-wrap.counters-grid .counter .number {
	font-size: 90px;
	font-style: normal;
	font-weight: 500;
	line-height: 98px; /* 108.889% */
}

.counters-wrap.counters-grid .counter .text {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
	padding-bottom: 0;
}

section.cards-list.dark {
	background: #191919;
	color: white;
	padding-top: 82px;
	padding-bottom: 91px;
	margin-bottom: 110px;
}

section.cards-list.dark h3 {
	color: white;
}

.cards-list.dark .card-icons-columns .card:nth-child(even) {
	background: white;
}

.cards-list.dark .card-icons-columns .card:nth-child(even) .card-title {
	color: #191919;
}

.cards-list.dark .card-icons-columns .card:nth-child(even) .card-text {
	color: #191919;
}

.wp-block-image img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 90px;
}

.page-communities-for-action .wp-block-image img,
.page-about .wp-block-image img,
.page-contact .wp-block-image img,
.page-summary-report .wp-block-image img,
.page-knowledge .wp-block-image img,
.page-lancet-commissioners .wp-block-image img,
.page-purpose .wp-block-image img,
.page-people .wp-block-image img,
.page-partners .wp-block-image img {
	opacity: 0;
	transition: opacity .5s;
	margin-left: 0;
	width: calc(100vw - 60px);
	left: 50%;
	max-width: none;
	position: relative;
	transform: translateX(-50%);
}

.wp-block-image.active img {
	opacity: 1;
}

.page-id-11 .wp-block-image img {
	margin-bottom: 0;
}

.toc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.toc {
	width: 34%;
	border-radius: 10px;
	background: var(--Night, #191919);
	color: white;
	padding: 48px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	box-sizing: border-box;
	padding-bottom: 38px;
	position: sticky;
	top: 10px;
	margin-bottom: 50px;
}

.toc-wrap .container {
	padding: 0!important;
	width: 54.9%;
	margin: 0;
}

.toc-wrap .p-text {
	padding-left: 0;
}

.toc-wrap .p-bar {
	margin-bottom: 89px;
}

.toc-wrap h3.wp-block-heading {
	max-width: 100%;
	margin-bottom: 85px;
}

.toc li {
	list-style: none;
	display: none;
	padding-left: 21px;
	position: relative;
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 11px;
	transition: 0.2s;
	cursor: pointer;
}

.toc h2 {
	margin-bottom: 48px;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 100% */
}

.toc li:before {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	background: #FF6900;
	border-radius: 50%;
	left: 0;
	top: 4px;
}

.toc li:hover, .toc li.active {color: #ff6900;}

.big-right-hero:before {
	display: none!important;
}

.big-hero-columns {
	display: flex;
	justify-content: space-between;
}

.big-hero-content {
	width: 44%;
	display: flex;
	flex-direction: column;
}

.big-hero-image {
	width: 34.3%;
}

.big-hero-content .hero-categories {
	margin-bottom: 45px;
}

.big-hero-content h1 {
	max-width: 100%;
	margin-bottom: 23px;
}

.big-hero-subtitle {
	color: var(--Day, #FFF);
	font-family: "IBM Plex Mono";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.big-hero-text {
	color: var(--Day, #FFF);

	/* Body - Heavy */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

.big-hero-links {
	margin-top: auto;
	display: flex;
	gap: 15px;
}

.big-hero-image img {
	min-height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

a.btn {
	padding: 7px 28px;
	border-radius: 50px;
	border: 2px solid #FFF;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	text-transform: capitalize;
	color: white;
	display: inline-block;
	transition: 0.2s;
}

a.btn:hover {
	background: #ffffff21;
	color: white;
	border-color: white;
}

section.light-hero.big-right-hero.single-hero {
	padding-bottom: 56px;
	margin-bottom: 148px;
}

.info-block-columns {
	display: flex;
	justify-content: space-between;
}

.info-block-right {
	width: 66.2%;
}

.info-block-left {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.info-block-text {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
}

.info-block-button a {
	padding: 7px 30px;
	border-radius: 50px;
	border: 2px solid #191919;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	text-transform: capitalize;
	color: #191919;
	display: inline-block;
	transition: 0.2s;
	margin-bottom: 14px;
}

.info-block-button a:hover {
	background: #191919;
	color: white;
}

.info-block-item h3 {
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	margin-bottom: 24px;
}

.info-block-item p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.info-block-item {
	margin-bottom: 50px;
}

.info-block-right .info-block-item:last-child {
	margin-bottom: 0;
}

.speakers-wrap {
	padding-bottom: 111px;
	margin-bottom: 127px;
	background: #191919;
	padding-top: 108px;
	color: white;
}

.info-block {
	margin-bottom: 116px;
}

.speakers-header {
	display: flex;
	align-items: flex-end;
	gap: 75px;
	margin-bottom: 55px;
}

.speakers-header h3 {
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	margin-bottom: 0;
}

.speakers-header a {
	white-space: nowrap;
	margin-bottom: 12px;
}

.speakers-wrap .bar {
	border-color: white;
	margin-bottom: 55px;
}

.speakers-list.grid {
	display: flex;
	gap: 25px;
}

.speaker {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 566px;
	border-radius: 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 25px 30px;
	box-sizing: border-box;
	color: white;
}

.speaker-info {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 30px;
	overflow: auto;
	background: white;
	left: 0;
	top: 100%;
	transition: 0.2s;
	color: #191919;
	flex-direction: column;
	align-items: baseline;
}

p.speaker-position {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
}

.speaker h3 {
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px;
	position: relative;
}

.speaker:hover .speaker-info {
	top: 0;
}

.speaker-info h3.speaker-name {
	margin-bottom: 12px;
}

.speaker-info p.speaker-position {
	margin-bottom: 28px;
}

p.speaker-bio,
.speaker-data div,
.speaker-data p:not(.speaker-position),
.speaker-data span,
.speaker-data li,
.speaker-data li > *,
.speaker-data p.has-text-align-left,
p.speaker-bio > span {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.speaker-data p:not(:last-of-type) {
	margin-bottom: 0;
}

.speaker:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.20);
}

.speaker-info a.btn {
	margin-top: auto;
	border-color: #191919;
	color: #191919;
}

.speaker-info a.btn:hover {
	background: #191919;
	color: white;
}

.leaflet-pane.leaflet-tile-pane {
	filter: grayscale(1);
}

.leaflet-marker-icon {
	width: 47px!important;
	height: 47px!important;
}

.leaflet-container {
	margin-bottom: 129px;
}

h3.wp-block-heading svg {
	max-width: 43px;
	max-height: 43px;
}

section.light-hero.big-right-hero.big-left-hero.single-hero .big-hero-columns {
	flex-direction: row-reverse;
}

.big-hero-text .share {
	margin-bottom: 78px;
}

.single-publication .big-hero-links a:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url(../images/download.svg);
	margin-right: 10px;
}

.quote-wrap.dark {
	color: white;
	padding-top: 48px;
	padding-bottom: 48px;
	margin-bottom: 110px;
	background: rgb(25, 25, 25);
	border-radius: 10px;
}

.quote-wrap.dark .bar {
	border-color: white;
}

.quote-wrap.dark .quote-icon path {
	fill: white;
}

.quote-wrap.dark h3.cards-icons-h3 {
	color: white;
}

.quote-wrap.dark .quote-author-name .tag {
	background: #ff6900;
	color: white;
}

.quote-wrap.dark .quote-author-name .position, .quote-wrap.dark .quote-author-name .name {
	color: white;
}

.quote-wrap.dark .quote {
	margin-bottom: 0;
}

.subtitle_link_text {
	font-size: 16px;
}

.partners-spacer {
	/* width: 0%; */
}

.partners-image {width: 25%;}

form#searchform {
	position: relative;
}

.page-about section.light-hero.no-image.border {
	color: #191919;
}

.page-about a.subtitle_link_text {
	/* color: #191919; */
	/* border-color: #191919; */
}

.single-content ol, .single-content ul {
	margin-left: 20px;
	margin-bottom: 30px;
}

.simple-hero-head h1 {/* margin-top: 16px; */line-height: 1.1;max-width: 85%;}

.simple-hero-head h1 svg {
	width: 60px;
	height: 60px;
}

.simple-hero-head {
	display: flex;
	/* align-items: flex-end; */
	justify-content: space-between;
}

.simple-hero-head .subtitle {
	margin-bottom: 14px;
	max-width: 500px;
}

.simple-hero-head+.breadcrumbs {
	border-top: 1px solid #191919;
	border-radius: 0;
	width: 100%;
	padding: 15px 0;
	margin-top: 54px;
}

.page-contact .simple-hero-head+.breadcrumbs {
	margin-top: 26px;
}

.simple-hero-head+.breadcrumbs a, .simple-hero-head+.breadcrumbs  span {
	color: var(--Night, #191919);
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
}

section.simple-hero {
	margin-bottom: 58px;
}

.il-columns {
	margin-top: 73px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.il-columns img {
	border-radius: 10px;
}

.il-right {
	width: 43.8%;
}

.il-left {
	width: 49.3%;
	transition: 0.2s;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
}

h3.il-title {
	color: var(--Night, #191919);

	/* H3 */
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	margin-bottom: 25px;
}

.il-text {
	color: var(--Night, #191919);

	/* Article Body */
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.il-item {
	margin-bottom: 40px;
	opacity: 0.5;
	transition: 0.3s;
}

.image-list {
	margin-bottom: 160px;
}

.il-right .il-item:last-child {
	margin-bottom: 0;
}

.il-item:hover {
	opacity: 1;
}

.page-about .il-item:hover {
	opacity: inherit;
}

.page-about .il-item.active {
	opacity: 1;
}

body:not(.page-resource-hub) .cpt-latest-wrap.dark_mode {
	background: #191919;
	color: white;
	margin-top: 195px;
	padding-top: 120px;
	padding-bottom: 9px;
	border-radius: 10px;
	margin-bottom: 156px;
}

.cpt-latest-wrap.dark_mode h3.cpt-latest-h3 {margin-bottom: 54px;}

.dark_mode .bar {
	border-color: white;
}

.dark_mode a.card.default, .dark_mode a.card.default .card-body h5, .dark_mode a.card.default p {
	color: #191919;
}

.dark_mode .cpt-latest {
	margin-bottom: 99px;
}

.people-grid {
	margin-top: 92px;
	margin-bottom: 109px;
}

.pg-tabs-header {
	display: flex;
	gap: 19px;
	margin-bottom: 85px;
}

.pg-head-item {
	width: 100%;
	border-bottom: 2px solid #191919;
	color: var(--Night, #191919);

	/* Article Header */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	padding-bottom: 21px;
	opacity: 0.5;
	transition: 0.2s;
	cursor: pointer;
}

.pg-head-item span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #FF6900;
	margin-right: 5px;
}

.pg-head-item.active, .pg-head-item:hover {
	opacity: 1;
}

.pg-tab {
	display: none;
}

.pg-tab.active {
	display: flex;
}

.pg-tab-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.people-grid-cards {
	width: 66%;
	gap: 19px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.people-bio {
	width: 26%;
}

.speaker-data h3.speaker-name {
	font-size: 60px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 10px;
}

.speaker-data p.speaker-position {
	margin-bottom: 28px;
}

.speaker-data a.btn {
	border-color: #191919;
	color: #191919;
	line-height: normal;
}

.speaker-data a.btn:hover {
	background: #191919;
	color: white;
}

div#sp-1624 {}

.speaker-data {
	display: none;
	position: sticky;
	top: 0;
}

.speaker-data.active {
	display: block;
}

img.pg-card-image {
	filter: grayscale(100%);
	width: 100%;
	border-radius: 10px;
	margin-bottom: 0;
	opacity: 0.5;
	transition: 0.3s;
	height: auto;
	cursor: pointer;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 0.95;
}

img.pg-card-image.active, img.pg-card-image:hover {
	opacity: 1;
}

.simple-hero-head .subtitle p {
	color: var(--Night, #191919);

	/* Body - Heavy */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 10px;
}

.gt-tab-b {
	display: none;
}

.gt-tab-b.active {
	display: block;
}

.page-communities-for-action .general-tabs.square {
	display: none;
}

.page-communities-for-action .filters .or-filter {
	display: none;
}

.gt-header {
	display: flex;
	gap: 20px;
	margin-bottom: 170px;
}

.gt-tab-h {
	width: 100%;
	border-radius: 10px;
	background: #F4F4F4;
	padding: 57px 10px;
	color: #191919;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	transition: 0.2s;
	cursor: pointer;
}

.gt-tab-h:before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 0;
	transition: 0.2s;
}

.gt-tab-h:hover, .gt-tab-h.active {
	border-radius: 10px;
	background: var(--Night, #191919);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.50);
	color: white;
}

.gt-tab-h:hover:before, .gt-tab-h.active:before {
	background: #ff6900;
	width: 17px;
	height: 17px;
	margin-right: 6px;
}

h2.wp-block-heading.dark {
	background: #191919;
	color: white;
	padding: 100px 40px;
	border-radius: 10px;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

h2.wp-block-heading.dark+.bar {
	border-top: white;
	background: #191919;
	color: white;
	border-radius: 10px;
	padding-left: 41px;
	border-top-left-radius: 0;
	margin-bottom: 0;
	border-radius: 0;
	border-top: 0;
	padding-top: 0;
	padding-right: 40px;
}

.dark+.bar+.counters-wrap.counters-grid.counters-with-text {
	background: #191919;
	color: white;
	margin-bottom: 100px;
	padding: 40px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.counters-wrap.counters-grid.counters-with-text {
	/* padding: 40px; */
}

.dark-eat .dark_mode .cpt-latest .col-2 h5, .dark-eat .dark_mode .cpt-latest .col-2 p, .dark-eat .dark_mode a.card.default, .dark-eat .dark_mode a.card.default .card-body h5, .dark-eat .dark_mode a.card.default p {
	color: white;
}

section.cards-slider-wrap.dark {
	background: #081318;
	color: white;
	padding-top: 47px;
	padding-bottom: 60px;
	border-radius: 10px;
}

section.cards-slider-wrap.dark .bar {
	border-color: white;
}

body:not(.dark-eat) .content-tab-title {
	border-color: #191919;
	color: #191919;
}

body:not(.dark-eat) .content-tab-title:before {
	background: #ff6900;
}

.content-tab-title {
	opacity: 0.5!important;
	cursor: pointer;
}

.content-tab-title.active, .content-tab-title:hover {
	opacity: 1!important;
}

h2 {}

.hero-column-card h2 {
	color: var(--Day, #FFF);

	/* H2 */
	font-family: Graphik;
	font-size: 90px;
	font-style: normal;
	font-weight: 500;
	line-height: 98px; /* 108.889% */
}

.image-list.reverse .il-columns {
	flex-direction: row-reverse;
}

.image-list.reverse .il-left {
	width: 33%;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.image-list.reverse .il-right {
	width: 54%;
}

body:not(.dark-eat) h3.cards-icons-h3 {
	color: #191919;
	font-size: 60px;
	line-height: 1;
	max-width: 85%;
}

body:not(.dark-eat) .content-tab-text p {
	color: black;
}

body:not(.dark-eat) section.partners-list h3.cards-icons-h3, body:not(.dark-eat) section.partners-list .content-tab-text p {
	color: white;
}

body:not(.dark-eat) section.cards-icons h3.cards-icons-h3 {
	color: white;
}

body:not(.dark-eat) section.cards-list.dark h3.cards-icons-h3 {
	color: white;
}

.contact-form-wrap.light span.wpcf7-form-control-wrap>.wpcf7-form-control {
	background: #F4F4F4;
}

.contact-form-wrap.light input.wpcf7-form-control.wpcf7-submit {
	background: none;
	cursor: pointer;
}

.contact-left h3 {
	color: var(--Night, #191919);

	/* H3 */
	font-family: Graphik;
	font-size: 47px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
}

section.faq-wrap {
	background: #081318;
	color: white;
	padding-top: 98px;
	padding-bottom: 108px;
	margin-bottom: 129px;
}

section.faq-wrap h2 {
	color: var(--Day, #FFF);

	/* H2 */
	font-family: Graphik;
	font-size: 90px;
	font-style: normal;
	font-weight: 500;
	line-height: 98px; /* 108.889% */
	max-width: 1000px;
	margin-bottom: 64px;
}

section.faq-wrap .bar {
	border-color: white;
	margin-bottom: 63px;
}

.faq-item {
	background: white;
	border-radius: 10px;
	padding: 30px;
	padding-top: 24px;
	padding-bottom: 44px;
}

.faq-icon svg {
	width: 56px;
	height: 56px;
	margin-left: -5px;
}

.faq-title {
	color: #191919;
	color: var(--Night, #191919);

	/* Article Header */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	margin-bottom: 28px;
}

.faq-icon {
	margin-bottom: 15px;
}

.faq-text {
	color: var(--Night, #191919);

	/* Article Body */
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.search section.light-hero.archive-hero h1, .search section.light-hero.archive-hero .subtitle {
	color: white;
}

.dark-eat.search p.card-text {
	color: white;
}

.search .hero-column-card {
	width: 33%;
	margin-top: 15px;
}

.search .d section.light-hero.archive-hero {
	background: #191919;
	padding-bottom: 50px;
	margin-bottom: 150px;
	min-height: 100vh;
}

.search .d .light-hero .breadcrumbs span, .search .light-hero .breadcrumbs span a {
	color: white;
}

.search .d section.light-hero.archive-hero .breadcrumbs {
	background: none;
}

.search .d .breadcrumbs path {
	stroke: white;
}

.search .breadcrumbs  svg.home-icon  path {
	stroke: #ff6900;
}

.search .container.filters {
	/* display: none; */
}

.search .logo path {
	fill: #ff8457;
}

.search section.light-hero.archive-hero .breadcrumbs {
	margin-top: 0;
}

.search-no-results .logo path {
	fill: white;
}

.partners-item-title span {
	opacity: 0.7;
	transition: 0.2s;
}

.partners-item-title:hover span {
	opacity: 1;
}

#searchform span.close {
	position: absolute;
	right: 17px;
	top: 3px;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	right: -100px;
	transition: 0.4s;
	display: none;
}

form#searchform.active span {
	right: 17px;
}

.header-interface>ul>li a span {
	display: block;
	color: var(--Night, #191919);
	leading-trim: both;
	text-edge: cap;

	/* Label */
	font-family: "IBM Plex Mono";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	opacity: 0.7;
}

.header-interface>ul>li a:hover span {
	color: white;
}

.header-interface>ul li a:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -6px;
	left: 15px;
	right: 15px;
	border-bottom: 1px solid #F4F4F4;
}

.header-interface>ul>li:last-child>a:after,
.header-interface>ul>li:nth-last-child(2)>a:after
 {
	display: none;
}

.archive-list .card:hover {
	box-shadow: 0 2px 6px -2px lightgrey;
}

.post-type-archive-event .archive-list .card {
	box-shadow: none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background: #ff6900;
}

#letters_appear.wp-block-heading br {
	display: none!important;
}

body:not(.page-resource-hub) .dark_mode .cpt-latest .col-1.col {
	color: white;
}

body:not(.page-resource-hub) .dark_mode .cpt-button .button {
	color: white;
	border-color: white;
}

.post-type-archive-event .archive-list .card:not(:first-child) img, .post-type-archive-event.posts-list .archive-list .card img {
	opacity: 0;
	transition: 0.5s;
}

.post-type-archive-event:not(.posts-list) .archive-list .card:nth-child(2) img, .post-type-archive-event.posts-list .archive-list .card:first-child img {
	opacity: 1;
}

/* 
.post-type-archive-event:not(.posts-list) .archive-list:hover .card:nth-child(2) img, .post-type-archive-event.posts-list .archive-list:hover .card:first-child img {
	opacity: 0;
}

.post-type-archive-event:not(.posts-list) .archive-list:hover .card:nth-child(2) img, .post-type-archive-event.posts-list .archive-list:hover .card:first-child img {
	opacity: 0;
}

.post-type-archive-event:not(.posts-list) .archive-list .card:hover img, .post-type-archive-event.posts-list .archive-list .card:hover img, .archive-list .card.active img {
	opacity: 1!important;
} */

body .archive-list.activeCardList > .card img {
	opacity: 0 !important;
}

body.post-type-archive-event .archive-list.activeCardList > .card:first-child img,
body .archive-list.activeCardList > .card.activeCard img {
	opacity: 1 !important;
}

/*  */


section.cards-list.dark .bar {
	border-top-color: white;
}

.social-column path {
	fill: white;
}

.social-column rect {
	fill: #191919;
}

h2.wp-block-heading.dark+.bar:before {
	content: "";
	display: block;
	border-top: 1px solid white;
	padding-top: 15px;
}

.gal-wrap {
	position: relative;
}

.gal-wrap .tags {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.gallery-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: repeat(4, 0.3fr);
	gap: 20px;
	padding: 20px;
	margin-bottom: 130px;
}

.gal-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0.5;
	display: flex;
	height: auto;
	width: auto;
}

.gal-wrap:hover {
	opacity: 1;
	transform: scale(1.02);
	z-index: 1;
}

.gal-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.gallery-cards .gal-wrap:nth-child(1) {
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 2;
	grid-row-end: 4;
}
.gallery-cards .gal-wrap:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.gallery-cards .gal-wrap:nth-child(3) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 5;
}

.gallery-cards .gal-wrap:nth-child(1) .tags {
	right: auto;
	left: 10px;
}

.gal-wrap-i img {
	height: 100%!important;
	width: auto!important;
	min-width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.gal-wrap-i {
	padding: 24px;
	background: #191919;
	border-radius: 20px;
	height: 290px;
}

gallery-slider button.owl-dot {}

.gallery-slider button.owl-dot {
	background: #191919!important;
}

.gallery-slider .owl-stage {
	padding-left: 20px!important;
}

.page-get-involved .cards-icons .bar {
	border-color: white;
}

.contact-form-wrap.light {
	margin-top: 50px;
	margin-bottom: 50px;
}

.search .light-hero .breadcrumbs span a {
	color: #191919;
}

body.search .archive-list .card:nth-child(11n + 4), body.search .archive-list .card:nth-child(11n) {
	flex-direction: row-reverse!important;
}

body.search .archive-list .card:nth-child(11n) img {
	width: 24%!important;
	aspect-ratio: 1.77!important;
	margin: 0!important;
}

body.search .archive-list .card:nth-child(11n) .card-side {
	width: 100%!important;
}

ul.sub-menu {
	display: none;
}

.menu-item-has-children>svg {
	width: 0;
	display: none;
	box-sizing: border-box;
	height: 0;
}

.submenu-openned>ul>li {
	display: none;
}

.submenu-openned>ul>li.openned {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.submenu-openned>ul>li.openned>.sub-menu {
	display: block;
	position: relative;
	width: 100%;
}

.header-interface>ul>li .sub-menu li {
	padding: 0px 0;
	margin-bottom: 10px;
}

.submenu-openned>ul>li.openned>svg {
	display: inline-block;
	background: #191919;
	border-radius: 5px;
	padding: 15px;
	width: 42px;
	height: 46px;
}

.submenu-openned>ul>li.openned>a {
	padding: 0;
	display: flex;
	width: 256px;
	padding: 11px 30px 10px 15px;
	align-items: flex-start;
	color: white;
	background: #191919;
	box-sizing: border-box;
}

.submenu-openned>ul>li.openned>a span {
	display: none;
}

.submenu-openned>ul>li.openned>a:after {
	display: none;
}

.dark-eat section.light-hero.archive-hero h1 {
	color: white;
}

.dark-eat section.light-hero.archive-hero .subtitle {
	color: white;
}

.dark-eat .archive header .logo path {
	fill: white;
}

.dark-eat section.light-hero.archive-hero .breadcrumbs {
	border-color: white;
}

.dark-eat .filter-wrap {
	color: white;
	border-color: white;
}

.dark-eat .filter-wrap>.plus path {
	fill: white;
}

.dark-eat .filter-content {
	background: rgba(255, 255, 255, 0.06);
}

.dark-eat .filter-item {
	color: white;
	border-color: white;
}

.dark-eat .filter-wrap.active, .dark-eat .filter-wrap:hover {
	background: white;
	color: #191919;
}

.dark-eat .filter-wrap .option {
	background: #006070;
	color: white;
}

.dark-eat .filter-wrap .option path {
	fill: white;
}

.dark-eat .filter-wrap:hover .plus path, .dark-eat .filter-wrap.active .plus path {
	fill: #191919;
}

.dark-eat .filter-item:hover, .dark-eat  .filter-item.active {
	background: #006070;
	border-color: #006070;
}

.dark-eat .archive-list .card {
	background: RGB(27, 43, 50);
	color: white;
}

.dark-eat .archive-list .card h5.card-title {
	color: white;
}

.dark-eat .archive-list .card:hover {
	box-shadow: 0 2px 6px -2px black;
}

.dark-eat .card-side p.card-text {
	color: white;
}

.dark-eat section.light-hero.single-hero .breadcrumbs svg.home-icon path {
	stroke: #0eceb1;
}

.single-content hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

.dark-eat .cpt-latest-wrap.dark_mode {
	background: none;
}

.dark-eat .contact-form-wrap .bar span {
	background: #0ECEB1!important;
}

.dark-eat span.wpcf7-form-control-wrap>.wpcf7-form-control {
	background: RGB(23, 33, 38);
}

footer {
	clear: both;
	margin-top: 50px;
	content-visibility: visible !important;
}

body:not(.dark-eat) section.faq-wrap.light {
	background: none;
	color: #191919;
	padding-bottom: 0;
}

body:not(.dark-eat) section.faq-wrap.light h2 {
	color: #191919;
}

body:not(.dark-eat) section.faq-wrap.light .bar {
	border-color: #191919;
}

body:not(.dark-eat) section.faq-wrap.light .faq-item {
	background: #f4f4f4;
}

.press {
	background: #191919;
	padding-top: 109px;
	padding-bottom: 100px;
	color: white;
	border-radius: 10px;
}

.press .bar {
	border-color: white;
	margin-bottom: 55px;
}

.press-columns {
	display: flex;
	justify-content: space-between;
}

.press-right {
	width: 32.3%;
	box-sizing: border-box;
	background: white;
	padding: 30px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	align-items: flex-start;
	color: #191919;
	color: var(--Night, #191919);

	/* Article Body */
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.press-left {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	color: var(--Day, #FFF);

	/* Article Body */
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.press-columns h3 {
	color: var(--Day, #FFF);

	/* H3 */
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
}

.press-right h3 {
	color: #191919;
	margin-bottom: 9px;
}

.press-right .position {
	color: #191919;
	color: var(--Night, #191919);

	/* Body - Heavy */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	margin-bottom: 28px;
	font-weight: 500;
	line-height: normal;
}

.press-right a {
	margin-top: auto;
}

.press-left a.button {
	color: white;
	border-color: white;
	margin-top: auto;
	margin-top: 48px;
}

.dark-eat .light-hero-columns p.card-text {
	color: white;
}


.dark-eat section.cards-list.dark {
	background: none;
}

.column .card-icons-columns .card {
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.dark-eat section.cards-list.dark .card {
	background: RGB(27, 43, 50)!important;
	color: white;
}

h5.card-title {}

.dark-eat section.cards-list.dark .card .card-title {
	color: white;
}

.dark-eat .cards-list.dark .card-icons-columns .card:nth-child(even) .card-title {
	color: white;
}

.dark-eat .cards-list.dark .card-icons-columns .card:nth-child(even) .card-text {
	color: white;
}

.dark-eat section.cards-list.dark .card:hover .card-title {
	color: #ff6900;
}

.dark-eat .tag.category {
	background: #024651;
}

.dark-eat .tag.insight {
	background: #0ECEB1;
}

/* div+.container+.light-hero .subtitle p {
	margin-left: -63%;
	margin-top: 50px;
} */

.dark-eat .simple-hero-head+.breadcrumbs a, .dark-eat .simple-hero-head+.breadcrumbs span {
	color: white;
}

.dark-eat .simple-hero-head+.breadcrumbs svg path {
	stroke: white;
}

.dark-eat svg.home-icon path {
	stroke: #0ECEB1;
	fill: #0ECEB1;
}

.dark-eat .simple-hero-head+.breadcrumbs svg.home-icon path {stroke: #0eceb1;}

.dark-eat .simple-hero-head+.breadcrumbs {
	border-top-color: white;
}


.dark-eat .simple-hero-head .subtitle p {
	color: white;
}


span {}

.dark-eat .pg-head-item span {
	background: #0eceb1;
}

.dark-eat .people-grid {
	border-top: 1px solid white;
	margin-top: 60px;
	padding-top: 30px;
}

.dark-eat .speaker-data a.btn {
	border-color: white;
	color: white;
}

.dark-eat .speaker-data a.btn:hover {
	color: #191919 !important;
	background-color: #fff !important;
}


.recipe_overview h3 {
	color: var(--Day, #FFF);

	/* H3 */
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	max-width: 40%;
	margin-bottom: -2px;
}

.light-eat .recipe_overview h3 {
	color: #191919;
}

.recipe_overview {
	margin-top: 93px;
	margin-bottom: 114px;
}

.recipe_overview>p {
	width: 55%;
	margin-left: auto;
	color: var(--Day, #FFF);

	/* Article Body */
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.light-eat .recipe_overview>p {
	color: #191919;
}

.recipe_overview .numbers {
	width: 55.2%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}

.recipe_overview .numbers .number {
	width: 20%;
}

.recipe_overview .numbers span {
	color: var(--Day, #FFF);

	/* Article Header */
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	display: block;
	margin-bottom: 16px;
}

.recipe_overview .numbers .number h2 {
	color: var(--Day, #FFF);

	/* H2 */
	font-family: Graphik;
	font-size: 90px;
	font-style: normal;
	font-weight: 500;
	line-height: 98px; /* 108.889% */
}

.light-eat .recipe_overview .numbers .number h2 {
	color: #191919;
}

.recipe-block {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.recipe-block-left {
	padding: 48px 40px;
	background: #191919;
	color: white;
	width: 21%;
	box-sizing: border-box;
	border-radius: 10px;
}

.recipe-block-right {
	padding: 59px 48px;
	background: #191919;
	color: white;
	width: 78%;
	box-sizing: border-box;
	border-radius: 10px;
	padding-bottom: 19px;
}

.recipe-left-title {
	color: #FFF;
	font-family: Graphik;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 100% */
	margin-bottom: 48px;
}

.recipe-left-text, .recipe-left-text p {
	color: var(--Day, #FFF);

	/* Article Body */
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}

.recipe-left-text ul {
	margin-left: 26px;
	margin-bottom: 22px;
}

.recipe-left-text p {
	margin-bottom: 23px;
}

.recipe-left-text ul li {
	margin-bottom: -2px;
}

.recipe-right-title {
	color: #FFF;
	font-family: Graphik;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 100% */
	margin-bottom: 50px;
}

.recipe-steps {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.recipe-step {
	width: 46.5%;
	margin-bottom: 48px;
}

.recipe-step-number {
	color: var(--Day, #FFF);

	/* H3 */
	font-family: Graphik;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 64px; /* 106.667% */
	margin-bottom: 23px;
}

.recipe-step-text {
	color: var(--Day, #FFF);

	/* Article Body */
	font-family: Graphik;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
}


.tag.brief,
.tag.campaign,
.tag.event,
.tag.explainer,
.tag.initiative,
.tag.insight,
.tag.news,
.tag.our_people,
.tag.podcast,
.tag.press_release,
.tag.publication,
.tag.recipe,
.tag.resource,
.tag.update,
.tag.video {
	background: #87EBFF !important;
	color: #191919 !important;
}



.card-icons-columns .tag.insight {
	background: #FF6900!important;
	color: white!important;
}

.chart {
	border-radius: 10px;
	padding: 45px;
	margin-bottom: 100px;
}

.chart.dark {
	background: #191919;
	color: white;
}

.chart .tag.insight {
	background: #FF6900!important;
	color: white!important;
}

.chart-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 104.167% */
	margin-top: 20px;
}

.chart-subtitle {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 110% */
	margin-top: 9px;
}

.chart-wrap {
	margin-top: 58px;
}

.post-chart.card-img-top.dark {
	margin-top: 20px;
	border-radius: 5px;
	width: 100%;
	aspect-ratio: 1 / 0.63;
	object-fit: cover;
	height: auto;
	object-position: center;
}

.post-chart {
	margin-top: 20px;
	border-radius: 5px;
	width: 100%;
	aspect-ratio: 1 / 0.63;
	object-fit: cover;
	height: auto;
	object-position: center;
	padding-right: 10px;
	box-sizing: border-box;
}

.post-chart-chart>div {
	max-height: 165px!important;
	width: 100%;
}

.post-chart.light {
	border-radius: 10px;
	border: 1.5px solid rgba(0, 0, 0, 0.00);
	background: rgba(126, 53, 37, 0.09);
}

.post-chart-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 125% */
	padding: 24px;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.post-chart-subtitle {
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px; /* 71.429% */
	padding-left: 24px;
	margin-bottom: 20px;
}

.post-chart-subtitle span {
	font-family: "IBM Plex Mono";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 133.333% */
	color: var(--Sunset, #FF6900);
}

.search .d section.light-hero.archive-hero .light-hero-columns h3 {
}

h3.light-hero-columns-h3 {
	border-top: 1px solid white;
	margin-top: 108px;
	/* display: flex; */
	/* gap: 21px; */
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-top: 11px;
}

h3.light-hero-columns-h3+.light-hero-columns {
	margin: 0;
	border: none;
}

h3.light-hero-columns-h3 span {
	width: 11.5px;
	height: 11.5px;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50%;
	margin-right: -4px;
}

.row .gt-header {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	margin-bottom: 84px;
}

.row .gt-tab-h {
	width: 100%;
	border-bottom: 2px solid white;
	font-family: Graphik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	padding: 0;
	padding-bottom: 22px;
	/* opacity: 0.4; */
	opacity: 1;
	transition: 0.2s;
	border-color: #191919;
	color: #191919;
	border-radius: 0;
	text-align: left;
	background: none;
	box-shadow: none;
}

.gt-tab-h:before {
	width: 15.078px!important;
	height: 15.078px!important;
	background: #ff6900;
	content: "";
	display: inline-block;
	margin-right: 10px;
	border-radius: 0;
}

.row .gt-tab-h.active, .row .gt-tab-h:hover {
	opacity: 1;
}


h3.cards-icons-h3 .shortcode_icon {width: 43px;height: 43px;vertical-align: baseline;line-height: 1;margin-bottom: -1px;}

.home section.cards-list h3.cards-icons-h3 {
	font-size: 90px;
}

.content-tab-text p a {
	display: block;
	opacity: 0.4;
}

.content-tab-text p a:hover {
	opacity: 1;
}

.contact-form-wrap.dark .bar {
	border-color: white;
}

.column .card-icons-columns {
	margin-bottom: 100px;
}

.column .card-side {
	width: 43%;
}

.column .card-icons-columns .card:nth-child(odd), .dark-eat .column .card-icons-columns .card {
	background: #F4F4F4;
}

.column .card-icons-columns .card:nth-child(odd) h5.card-title, .dark-eat .column .card-icons-columns .card h5.card-title {
	color: #191919;
}

.column .card-icons-columns .card:nth-child(odd) p.card-text, .dark-eat .column .card-icons-columns .card p.card-text {
	color: #191919;
}

.column .card img {
	width: 54%;
	max-height: 280px;
}

.column .card-icons-columns .card:nth-child(odd):hover h5.card-title, .dark-eat .column .card-icons-columns .card:hover h5.card-title {
	color: #ff6900;
}

.chart.light {
	padding-left: 0;
	padding-right: 0;
}

.page-resource-hub .dark_mode .cpt-latest .col-2 {
	background: #191919;
	color: white;
}

.page-resource-hub .dark_mode a.card.default,.page-resource-hub  .dark_mode a.card.default .card-body h5,.page-resource-hub  .dark_mode a.card.default p {
	color: white;
}


.mobile.filter-wrap {
	display: none;
}


section.cards-list.dark.column {
	background: #191919;
	padding-bottom: 1px;
	border-radius: 10px;
	padding-top: 90px;
}

section.cards-list.dark.column h3.cards-icons-h3 {
	color: white;
}

section.cards-list.dark.column .bar {
	color: white;
	border-color: white;
}

section.cards-list.dark.column a.card.default {
	background: white;
}

section.cards-list.dark.column .card-icons-columns .card-header svg path {
	fill: #191919;
}

section.cards-list.dark.column .card-icons-columns .card-body, section.cards-list.dark.column .card-icons-columns .card-body h5 {
	color: #191919;
}


.post-type-archive-campaign .archive-list .card .post-chart.card-img-top {
	width: 68.2%;
	margin-top: 0;
	aspect-ratio: 1 / 0.46;
}

.post-type-archive-campaign .archive-list .card .post-chart.card-img-top .post-chart-chart>div {
	max-height: 100%!important;
}


.single-content p {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.il-item img {
	margin-top: 50px;
	max-height: 150px;
	object-fit: cover;
}

.il-right .owl-dot {
	background: #191919!important;
}

.il-right .owl-item:not(.active) {
	opacity: 0.4;
}

.il-right .owl-item {
	transition: 0.2s;
}

.black-custom-12 {
	background: #191919;
	border-radius: 10px;
}

.page-get-involved section.сards-list.dark, .page-people section.сards-list.dark, .single-content section.сards-list.dark {
	background: black;
	padding: 80px 0;
	color: white;
	border-radius: 10px;
	margin-bottom: 100px;
}

.page-get-involved section.сards-list.dark h3.cards-icons-h3, .page-people section.сards-list.dark h3.cards-icons-h3, .single-content section.сards-list.dark h3.cards-icons-h3 {
	color: white;
}

.page-get-involved section.сards-list.dark .bar, .page-people section.сards-list.dark .bar, .single-content section.сards-list.dark .bar {
	border-color: white;
}

.page-get-involved section.сards-list.dark .card-icons-columns, .page-people section.сards-list.dark .card-icons-columns, .single-content section.сards-list.dark .card-icons-columns {
	margin-bottom: 0;
}

.page-get-involved section.сards-list.dark .card-icons-columns .card, .page-people section.сards-list.dark .card-icons-columns .card, .single-content section.сards-list.dark .card-icons-columns .card {
	background: white;
}

.page-get-involved section.сards-list.dark .card-icons-columns .card-body, .page-get-involved section.сards-list.dark  .card-icons-columns .card-body h5, .page-people section.сards-list.dark .card-icons-columns .card-body, .page-people section.сards-list.dark  .card-icons-columns .card-body h5,
.single-content section.сards-list.dark .card-icons-columns .card-body, .single-content section.сards-list.dark  .card-icons-columns .card-body h5 {
	color: #191919;
}

.page-get-involved section.сards-list.dark .card-icons-columns .card-body:hover h5, .page-people section.сards-list.dark .card-icons-columns .card-body:hover h5,  .single-content section.сards-list.dark .card-icons-columns .card-body:hover h5 {
	color: #ff6900;
}

.dark-eat .counter:hover .number, .dark-eat .counter:hover .text {opacity: 1;}

.page-eat-lancet section.сards-list {
	background: #081318;
	border-radius: 10px;
	padding: 90px 0;
	padding-bottom: 1px;
	margin-bottom: 100px;
}

.post-chart.card-img-top.dark {
	aspect-ratio: auto;
}

.dark-eat .post-chart.card-img-top.dark .post-chart-title {
	color: #191919;
}

.dark-eat .post-chart.card-img-top.dark .post-chart-subtitle {
	color: #191919;
}

.dark-eat .cpt-latest-wrap.campaign.top_border.dark_mode.no-title .post-chart-title {
	color: white;
}

.dark-eat .cpt-latest-wrap.campaign.top_border.dark_mode.no-title .post-chart-subtitle {
	color: white;
}

.page-the-planetary-health-diet .cpt-latest-wrap.dark_mode {
	background: none!important;
	padding-top: 0!important;
	margin-top: 130px!important;
	padding-bottom: 0!important;
}

.page-the-planetary-health-diet .cpt-latest-wrap.dark_mode p.card-text {
	min-height: 63px;
}

h5.wp-block-heading {}

.single-content p a {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

.single-content p a:hover {
	color: #ff6900;
}


.single-content  ul.wp-block-list, .single-content  ol.wp-block-list {
	font-size: 20px;
}


.dark-eat h3.il-title {
	color: white;
	font-size: 44px;
	line-height: 1.2;
	border-bottom: 1px solid;
}

.il-textt {
	margin-bottom: 190px;
}

.page-lancet-explained .breadcrumbs {
	border-top: 1px solid #fff;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 55px;
}

.page-lancet-explained .breadcrumbs span {
	color: #fff;
	font-family: "IBM Plex Mono";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;	
}

.page-lancet-explained .breadcrumbs span,
.page-lancet-explained .breadcrumbs span a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.page-lancet-explained .breadcrumbs span path {
	stroke: #fff;
}

.page-lancet-explained .breadcrumbs span .home-icon path {
	fill: #0eceb1;
	stroke: #0eceb1;	
}

.page-lancet-explained .il-left {
	width: 30%;
}

.page-lancet-explained .il-right {
	width: 60%;
}

.page-lancet-explained .il-right .il-item:last-child h3 {
	margin-bottom: 0;
}

.single section.light-hero:before {
	background: #00000078;
}



.dark input.wpcf7-form-control.wpcf7-submit:hover {
	background: white;
	color: #191919;
}

.dark-eat section.faq-wrap .bar span {
	background: #0eceb1 !important;
}

.dark-eat .css-cursor-inner svg path {
	fill: #0ECEB1;
}

html.block {}

html.block .light-hero {
	/* filter: blur(1px); */
}

header.mactive:before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #00000030;
	backdrop-filter: blur(1.5px);
	transition: 0.3s;
}
/**  .home */
section.light-hero {
	min-height: calc(100vh - 32px);
	box-sizing: border-box;
}

.search section.light-hero {
	min-height: auto;
}

body.page-home .columns-container,
body.page-impact .columns-container {
	position: absolute;
	bottom: 0;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}

.page-impact h2.wp-block-heading,
.page-lancet-commissioners h2.wp-block-heading {
	width: 100%;
	max-width: 1418px;
}

.page-home section.light-hero,
.page-impact section.light-hero {
	min-height: auto;
	height: calc(100vh - 40px);
}

section.light-hero .container {
	min-height: calc(100vh - 285px);
	max-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page-home section.light-hero .container,
.page-impact section.light-hero .container {
	min-height: auto;
	max-height: auto;
}

.page-impact section.light-hero .container {
	max-height: none;
}

.light-hero-columns {
	margin-top: 10px;
	margin-bottom: 40px;
}

.page-home .light-hero-columns,
.page-impact .light-hero-columns {
	margin-top: 80px;
}

@media (max-height: 1030px) {
	.page-home .under-title h1,
	.page-impact .light-hero-head h1 {
		font-size: 70px;
		line-height: 70px;		
		max-width: 58rem;
	}

	.page-home .hero-column-card .card-title {
		height: auto;
	}

	.under-title .subtitle {
		margin-top: -80px;
	}

	/* .page-home .under-title .subtitle {
		margin-top: 0;
	} */

	/* .page-home .light-hero .subtitle p, */
	.page-impact .light-hero-head .subtitle p {
		font-size: 18px;
		line-height: normal;
		font-weight: 500;
	}

	/* .page-home .light-hero .subtitle_link_text, */
	.page-impact .light-hero-head .subtitle_link_text {
		padding: .5px 20px;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 25px;
		display: inline-block;
	}

	.page-home .light-hero-columns,
	.page-impact .light-hero-columns {
		margin-top: 90px;
	}

	/* .page-home .light-hero-column h3 {
		font-weight: 500;
		font-size: 12px;
		line-height: normal;
	} */

	/* .page-home .light-hero-column h3 span {
		position: relative;
		top: -1px;
	} */

	.page-home .hero-column-card,
	.page-impact .hero-column-card {
		padding: 15px;
		padding-top: 15px;
	}

	body.page-id-1809 .under-title .subtitle {
		padding-bottom: 0;
	}

	.hero-column-card {
		min-height: 0;
	}
}

@media (max-height: 930px) and (min-width: 1024px) and (max-width: 1300px) {
	.page-home .under-title h1,
	.page-impact .light-hero-head h1 {
		font-size: 50px;
		line-height: 50px;
		max-width: 40rem;
	}

	.page-home .under-title .subtitle {
		margin-top: 0;
	}		

	.page-home .light-hero .subtitle p {
		margin-top: -135px;
	}

	.page-home header,
	.page-impact header {
		padding-top: 0;
	}
}

@media (max-height: 930px) and (min-width:1300px) and (max-width: 1600px) {
	.page-home .under-title h1,
	.page-impact .light-hero-head h1 {
		font-size: 50px;
		line-height: 50px;
		max-width: 40rem;
	}

	.page-home .light-hero .subtitle p {
		font-size: 18px;
		line-height: normal;
		font-weight: 500;
	}

	.page-home .light-hero .subtitle_link_text {
		padding: .5px 20px;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 25px;
		display: inline-block;
	}	

	.page-home .under-title .subtitle {
		margin-top: -90px;
	}

	/* .page-home .light-hero .subtitle p {
		margin-top: -95px;
	}	 */
}

@media (max-height: 770px) and (min-width:1300px) and (max-width: 1600px) {
	.page-home .light-hero .subtitle p {
		margin-top: -135px;
	}

	.page-impact .light-hero-columns {
		margin-top: 45px;
	}
}

@media (max-width: 1024px) {
	body.page-home .columns-container,
	body.page-impact .columns-container  {
		margin-bottom: 0;
		transform: none;
		left: 0;
		width: calc(100% - 40px);
		padding: 0;
		position: relative;
	}

	html body.page-impact .columns-container {
		border: none;
	}

	html .light-hero-columns.bar-100 .bar {
		top: -30px;
		width: 100%;
		border-color: #fff;
	}
}

@media (max-height: 867px) {
	section.light-hero {
		padding-bottom: 10px;
	}

	.page-eat-lancet section.light-hero {
		padding-bottom: 58px;
	}	

	.hero-column-card h2 {

	}

}


@media (min-width: 1024px) and (max-width: 1585px) {
	/* .page-home .under-title .subtitle {
		margin-top: -110px;
	}	 */
}

@media (max-height: 820px) {
	 section.light-hero {
		padding-bottom: 10px;
	}

	.page-eat-lancet section.light-hero {
		padding-bottom: 58px;
	}

	.under-title .subtitle {
		margin-top: -150px;
	}
}

@media (max-height: 736px) {
	.hero-column-card {
		padding: 10px;
	}

	 /* .light-hero-column h3 {
		display: none;
	} */
}

@media (min-width: 400px) and (max-width: 700px) {
	
	html body.page-home section.light-hero {
		height: calc(100vh - 15px);
	}

	html body.page-impact section.light-hero {
		height: calc(100vh - 30px);	
	}

	body.page-home .columns-container, 
	body.page-impact .columns-container {
		position: absolute;
		bottom: 0;
		margin-bottom: 25px;
		z-index: 2;
		left: 50%;
		transform: translateX(-50%);
	}

	html body.page-impact .columns-container {
		margin-bottom: 10px;
	}

}


.dark-eat .bar+.people-grid {
	border: none;
	margin-top: 0;
}

.dark-eat .accordion-content button.owl-dot {
	background: white!important;
}


#letters_appear, #letters_appear span, #letters_appear div {
	/* max-width: 56%!important; */
	line-height: 1.1!important;
}

.pin-spacer {
	max-width: 70% !important;
}

.partners-item.hov span {
	opacity: 1;
}

.column .card-icons-columns .card .card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90%;
}

.column .card-icons-columns .card.default .card-body p.card-text {
	margin-bottom: auto;
	/* margin-top: auto; */
}

.archive section.light-hero.archive-hero, .dark-eat section.light-hero, .dark-eat section.light-hero .container {
	min-height: 0;
}
.page-about .simple-hero-head .subtitle {
	align-self: self-end;
}

.il-right:not(:hover) .il-item:first-child {
	opacity: 1;
}

.page-about .il-right:not(:hover) .il-item:first-child {
	opacity: .5;
}

.page-about .il-right:not(:hover) .il-item.active {
	opacity: 1;
}

.light-hero-columns.bar-100 {padding-top: 30px;position: relative;}

.light-hero-columns.bar-100 .bar {
	position: absolute;
	top: 0;
	left: 0;
}

.light .wpcf7-submit:hover {
	background: #191919!important;
	color: white;
}

.light .wpcf7-submit {
	transition: 0.2s;
}


.dark-eat .faq-item {
	background: #172126;
	color: white;
}

.dark-eat .faq-title {
	color: white;
}

.dark-eat .faq-text {
	color: white;
}

.page-summary-report.dark-eat section.light-hero .container {
	padding-bottom: 100px;
	/* margin-bottom: 50px; */
	margin-bottom: 20px;
	min-height: 500px;
}

.page-lancet-commissioners.dark-eat .column .card-icons-columns .card {
	background: #172126;
	backdrop-filter: none;
	background-clip: unset;
}

.page-lancet-commissioners.dark-eat .column .card-icons-columns .card:nth-child(odd) h5.card-title, .page-lancet-commissioners.dark-eat .column .card-icons-columns .card h5.card-title, .page-lancet-commissioners .column .card-icons-columns .card.default .card-body p.card-text {color: white;}

.page-lancet-commissioners .column .card-icons-columns .card:nth-child(odd) p.card-text, .page-lancet-commissioners .dark-eat .column .card-icons-columns .card p.card-text {
	color: white;
}

.dark-eat .column .card-icons-columns .card .card-body {
	height: auto;
}

.dark-eat section.сards-list.dark.column {
	background: #081217;
	padding: 90px 0;
}

.light-hero-columns.bar-100 .row {
	display: flex;
}

.page-id-1697 .light-hero-columns.bar-100 .row {
	column-gap: 20px;
}

.post-type-archive-event:not(.posts-list) .archive-list .card:first-child p.card-text {
		color: white;
}

.page-get-involved section.light-hero {
	min-height: 0!important;
}

.page-get-involved section.light-hero .container {
	min-height: 314px!important;
}

.page-get-involved section.light-hero .container .breadcrumbs {
	margin-top: -50px;
}

.page-resource-hub section.light-hero {
	min-height: 0;
}

.page-resource-hub .breadcrumbs {
	margin-top: -50px;
}

::before {}

.page-summary-report.dark-eat section.light-hero:before {
	background: #00000078;
}

.list-46 .owl-dots .card-side {
}

.cards-slider .owl-stage {
	margin-left: -60px;
}

.card-icons-columns .card-body p.card-text {
	max-width: 625px;
}

body:not(.dark-eat).page-partners h3.cards-icons-h3 {
	font-size: 90px;
	max-width: 1415px;
}

.dark-eat .card-icons-columns .tag.insight {
	background: #0ECEB1!important;
}

.single section.light-hero {
	min-height: 0;
}

.single section.light-hero .container {
	min-height: 0;
	padding-bottom: 100px;
}

.single-our_people section.light-hero .container {
	padding-bottom: 55px;
}

.page-terms-conditions .p-text,
.page-privacy-policy .p-text,
.page-cookie-policy .p-text {
	padding-left: 0;
}

.page-terms-conditions ol,
.page-privacy-policy ol,
.page-cookie-policy ol,
.page-terms-conditions ul,
.page-privacy-policy ul,
.page-cookie-policy ul {
	padding-left: 20px;
}

.page-terms-conditions li > ul,
.page-privacy-policy li > ul,
.page-cookie-policy li > ul {
	padding-left: 0;
}

.page-terms-conditions ul + p,
.page-privacy-policy ul + p,
.page-cookie-policy ul + p {
	margin-top: 21px;
}