@import url("https://use.typekit.net/dkd7cdn.css");
@import url(./fonts/fontawesome/css/fontawesome.css);
@import url(./fonts/fontawesome/css/solid.css);
@import url(./fonts/fontawesome/css/brands.css);
@import url(./initiatives-where.css);
@import url(./media-queries.css);
@import url(./search-block.css);
@import url(./social-links.css);
@import url(./staff-people.css);
@import url(./three-blobs-menu-shortcode.css);
@import url(./three-items-menu.css);
@import url(./where-we-work-shortcode.css);

body {
	background-color: #FFFFFF;
}

h2 a,
h2 a:visited {
	text-decoration: none;
	color: #00afd7;
}

/* END OF HEADING */
.wp-block-button {
	text-transform: uppercase;
}

section {
	width: 100%;
}

.content-width:not(.entry-header) {
	margin-left: auto;
	margin-right:auto;
	padding-left: 10px;
	padding-right: 10px;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignfull {
	max-width: 100%;
	width: 100%;
}

.entry-content .alignwide {
	margin: 0 auto;
}

[class^="wp-container-"] {
	margin-block-start: var(--wp--style--block-gap);
}

header#masthead .top-middle {
	background-color: #FFFFFF;
}

header#masthead .top-middle .site-branding .title a,
header#masthead .top-middle .site-branding .description {
	color: #003399;
	text-decoration: none;
}

header#masthead .top-row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/* .middle-row flex styles removed to allow grid layout in style.css */
.middle-row .custom-logo-link img,
.middle-row .custom-logo-link svg {
	width: 250px;
	height: auto;
}

.middle-row .site-info p {
	margin: 0;
	font-weight: bold;
	color: #003399;
}

.middle-row .site-info a {
	text-decoration: none;
	color: #003399;
}

.middle-row .left {
	z-index: 1;
}

.middle-row .right {
	display: flex;
	z-index: 1;
	flex-direction: column;
}
@media (max-width: 768px) {
	.middle-row .right {
		flex-direction:row;
		align-items:center;
	}
	.middle-row .right .show-search-btn {
		margin-right:.5rem;
	}
}

.middle-row .right .search-header {
	position: relative;
}

.middle-row .right .search-header .search-form {
	position: relative;
}

.middle-row .right .search-header .search-submit {
	padding: 5px;
	position: absolute;
	left: 0;
	top: 0;
	color: transparent;
	width: 41px;
	height: 40px;
	background: transparent;
	border: 1px solid #00afd7;
	border-right: none;
	z-index: 2;
	cursor: pointer;
	border-radius: 50% 0 0 50%;
	-webkit-border-radius: 50% 0 0 50%;
	-moz-border-radius: 50% 0 0 50%;
	-ms-border-radius: 50% 0 0 50%;
	-o-border-radius: 50% 0 0 50%;
}

.middle-row .right .search-header .search-field {
	border: 1px solid #00afd7;
	padding: 0px 0 0 15px;
	height: 40px;
	width: 290px;
	background: white;
	outline: none;
	color: #003399;
	position: relative;
	text-align: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding-right:1em;
}

.middle-row .right .search-header i {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 15px;
	color: #003399;
	background: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50% 0 0 50%;
	-webkit-border-radius: 50% 0 0 50%;
	-moz-border-radius: 50% 0 0 50%;
	-ms-border-radius: 50% 0 0 50%;
	-o-border-radius: 50% 0 0 50%;
}

.middle-row .right .search-header i:before {
	top: 13px;
	right: -15px;
	position: relative;
}

.middle-row .right .langswitcher {
	padding-top: 5px;
}

.middle-row .right .langswitcher li {
	box-sizing: border-box;
	list-style: none;
	text-transform: lowercase;
}

.middle-row .right .langswitcher li.lang-item-en {
	text-transform: capitalize;
}

.middle-row .right .langswitcher li.current-lang a {
	font-weight: 600;
}

.middle-row .right .langswitcher ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}

.middle-row .right .langswitcher ul li:first-child::after {
	content: '|';
	color: #404040;
	margin: 0 5px;
}

.middle-row .right .langswitcher a {
	text-decoration: none;
	color: #404040;
	margin: 0 5px;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
}

.middle-row .right .langswitcher select {
	border: 1px solid #00afd7;
	border-radius: 3px;
	color: #00afd7;
	box-shadow: none;
}

.bottom-row .main-navigation ul li {
	float: left;
	padding-left: 5px;
}

.bottom-row .main-navigation ul {
	text-align: center;
	margin: 0 auto;
	width: fit-content;
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#page .footer {
	margin-top: auto;
}

.footer {
	background-color: #FFFFFF;
	color: #404040;
	min-height: 80px;
	font-family: brandon-grotesque;
	font-size: 12px;
	font-weight: 420;
	line-height: 20px;
	text-transform: uppercase;
}

.footer footer {
	margin-bottom: 30px;
}

.footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li {
	padding-right: 10px;
}

.footer ul li::after {
	content: '|';
	padding-left: 10px;
}

.footer ul li:last-child::after {
	display: none;
}

.footer ul li a {
	color: #404040;
	text-decoration: none;
}

.footer .site-info {
	text-align: center;
	font-size: 10px;
}

.footer .site-info .sep {
	padding: 0 5px;
}

.footer #BacktoTop {
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: 50px;
	display: none;
	z-index: 99;
}

.footer #BacktoTop span {
	float: left;
	line-height: 50px;
	padding-right: 10px;
}

.post-template-default h2 {
	text-transform: uppercase;
}

.post-template-default h1.entry-title {
	font-family: 'Montserrat';
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 1rem;
	margin-top:0;
}

.post-template-default .intro {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.post-template-default .intro .long-title {
	width: 50%;
	font-family: 'Montserrat';
	font-size: 32px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: 0em;
	text-align: left;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}

.post-template-default .intro .long-title .entry-meta {
	font-size: 16px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
}

.post-template-default .intro .long-title .entry-meta .post-cat {
	text-decoration: none;
}

.post-template-default .intro .long-title .entry-meta .post-category {
	color: #00afd7;
}

.post-template-default .intro .long-title .entry-meta .author {
	display: flex;
	flex-direction: row;
	align-content: center;
	margin-top: 1rem;
	align-items: center;
	gap: 5px;
}

.post-template-default .intro .long-title .entry-meta .author .title {
	color: #00afd7;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.post-template-default .intro .long-title .entry-meta .author .title img {
	border-radius: 50%;
	width: 4rem;
}

.post-template-default .intro .long-title .entry-meta .author .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	line-height:1.4;
}

.post-template-default .intro .long-title .entry-meta .author .wrapper .post_author {
	font-weight: 600;
}

.post-template-default .intro .thumbnail {
	width: 50%;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.post-template-default .intro .thumbnail .thumb-wrapper {
	position: relative;
}

.post-template-default .intro .thumbnail .thumb-wrapper img {
	width: 100%;
}

.post-template-default .intro .thumbnail .thumb-wrapper .stand-border {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 1rem;
	right: 1rem;
	border: 1px solid #00afd7;
}

.post-template-default .intro .thumbnail .caption {
	margin-top: 4rem;
}

.carousel .image-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 1280/430;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
}

.carousel .description {
	max-width: 1250px;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}

.carousel .description p {
	font-size: 35px;
	line-height: 51px;
	display: inline-block;
	font-weight: 600;
	font-size: 35px;
	line-height: 51px;
	display: inline-block;
	font-family: brandon-grotesque;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #003399;
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.carousel .description p em {
	font-family: brandon-grotesque;
	font-weight: 500;
	text-transform: uppercase;
	font-style: unset;
	font-weight: unset;
	color: #00afd7;
}

.icons-menu-section {
	position: relative;
}

.icons-menu:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 5px solid #ffc709;
}

.icons-menu .menu-wrapper {
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	width: 100%;
	margin: auto;
}

.icons-menu .menu-wrapper .menu-item {
	display: flex;
	width: 25%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.icons-menu .menu-wrapper .menu-item svg,
.icons-menu .menu-wrapper .menu-item a {
	width: 200px;
}

.icons-menu .menu-wrapper .menu-item a {
	text-decoration: none;
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	outline: none;
}

.icons-menu .menu-wrapper .menu-item a span {
	padding-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #003399;
	font-family: brandon-grotesque;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.icons-menu .menu-wrapper .menu-item:hover span {
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #404040;
}

.icons-menu .menu-wrapper .menu-item svg {
	position: absolute;
	z-index: 1;
	fill: #FFFFFF;
	stroke: #00afd7;
}

.icons-menu .menu-wrapper .menu-item:hover svg {
	fill: #ffc709;
}

.social {
	display: flex;
	flex-direction: row;
}

.social .services {
	display: flex;
	align-items: center;
}

.social .services .service {
	width: 40px;
	margin-right: 5px;
	transition: transform 0.3s ease;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.social .services .service a {
	display: block;
	line-height: 0;
}

.social .services .service:hover {
	position: relative;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
}

.social-right-sticky {
	z-index: 4;
}

.social-right-sticky .social {
	top: 40vh;
	height: 200px;
	position: fixed;
	right: 0;
}

.social-right-sticky .social .services {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social-right-sticky .social .services .service {
	width: 40px;
	margin-bottom: 2px;
	transition: transform 0.3s ease;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

.social-right-sticky .social .services .service a {
	display: block;
	line-height: 0;
}

.social-right-sticky .social .services .service:hover {
	bottom: 0 !important;
	position: relative;
	transform: translateX(-3px);
	-webkit-transform: translateX(-3px);
	-moz-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	-o-transform: translateX(-3px);
}

.social_footer_mobile .social {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 1rem;
}

.social_mobile.mobile .social {
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eff8fa;
	margin-bottom: 1em;
}

.search-block {
	margin: 10px 0;
	position: relative;
}

.search-block .search-form {
	position: relative;
}

.search-block .search-submit {
	padding: 5px;
	position: absolute;
	right: 0px;
	top: 0;
	color: transparent;
	width: 45px;
	height: 40px;
	background: transparent;
	border: 1px solid #00afd7;
	border-left: none;
	z-index: 2;
	cursor: pointer;
	border-radius: 0 50% 50% 0;
	-webkit-border-radius: 0 50% 50% 0;
	-moz-border-radius: 0 50% 50% 0;
	-ms-border-radius: 0 50% 50% 0;
	-o-border-radius: 0 50% 50% 0;
}

.search-block .search-field {
	border: 1px solid #00afd7;
	padding: 0px 40px 0 0px;
	height: 40px;
	width: 100%;
	background: white;
	outline: none;
	color: #003399;
	right: 0px;
	position: relative;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.search-block i {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 15px;
	color: #003399;
	background: #FFFFFF;
	width: 40px;
	height: 40px;
	border-radius: 50% 0 0 50%;
	-webkit-border-radius: 50% 0 0 50%;
	-moz-border-radius: 50% 0 0 50%;
	-ms-border-radius: 50% 0 0 50%;
	-o-border-radius: 50% 0 0 50%;
}

.search-block i:before:not(.close-search-btn) {
	top: 13px;
	right: -15px;
	position: relative;
}

.show-search-btn {
	text-align: right;
	font-size: 35px;
	color: #003399;
}

.single-people h2 {
	line-height: 1;
	letter-spacing: -.025em;
	margin-bottom: 0;
	color: #000000;
	text-transform: uppercase;
	display:none;
}

.single-people h4 {
	font-size: 20px;
	color: #666666;
	margin-bottom: 9px;
	margin-top: 0px;
}

.single-people .wrapper {
	display: flex;
	padding: 1rem 4rem;
}

.single-people .wrapper .left,
.single-people .wrapper .bio {
	width: 50%;
}

.single-people .wrapper .left {
	margin-top: 1.5em;
	padding-right: 1.5rem;
}

.single-people .wrapper .left .post-thumbnail {
	position: relative;
	width: 100%;
}

.single-people .wrapper .left .post-thumbnail .stand-border {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 1rem;
	left: 1rem;
	border: 1px solid #00afd7;
}

.single-people .wrapper .left .post-thumbnail img {
	width: 100%;
}

.single-people .wrapper .left .name h3 {
	color: #003399;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 32px;
	font-weight: 500;
}

.single-people .wrapper .left .position {
	color: #003399;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	text-align: left;
}

.single-people .wrapper .left .contacts {
	margin-top: 2rem;
}

.single-people .wrapper .left .contacts .email a,
.single-people .wrapper .left .contacts .phone a,
.single-people .wrapper .left .contacts .spliter {
	font-size: 16px;
	color: #003399;
	text-decoration: none;
	font-family: 'Montserrat';
}

.single-people .wrapper .left .contacts .linkedin a,
.single-people .wrapper .left .contacts .facebook a {
	text-decoration: none;
}

.single-people .wrapper .left .contacts > * {
	width: fit-content;
}

.single-people .wrapper .left .top {
	display: flex;
	gap: 1rem;
}

.single-people .wrapper .left .bottom {
	display: flex;
	gap: 1rem;
}

.single-people .wrapper .bio {
	padding: 0 1rem;
}

.post-type-archive-people .page-title {
	text-transform: uppercase;
}

.post-type-archive-people .content-width {
	width: 100%;
}

.post-type-archive-people .container_filter .single-content {
	width: 25%;
}

.post-type-archive-people .container_filter .single-content .profile {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.post-type-archive-people .container_filter .single-content .profile:hover + .img-wrapper .stand-border {
	margin-left: 0;
}

.post-type-archive-people .container_filter .single-content .img-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
}

.post-type-archive-people .container_filter .single-content .img-wrapper .stand-border {
	border: 1px solid #00afd7;
	border-radius: 50%;
	z-index: 1;
	height: 100%;
	width: 70%;
	display: block;
	position: absolute;
	margin-left: 20px;
	transition: margin-left 500ms;
	-webkit-transition: margin-left 500ms;
	-moz-transition: margin-left 500ms;
	-ms-transition: margin-left 500ms;
	-o-transition: margin-left 500ms;
}

.post-type-archive-people .container_filter .single-content .img-wrapper img {
	width: 70%;
	border-radius: 50%;
	z-index: 0;
}

.post-type-archive-people .container_filter .single-content .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 8rem;
}

.post-type-archive-people .container_filter ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style: none;
	text-align: center;
	margin: 0 15px;
	padding: 15px 0;
	flex-wrap: wrap;
	gap: 15px;
}

.post-type-archive-people .container_filter ul li {
	width: fit-content;
	min-width: 100px;
	padding: 4px 10px;
	border: 1px solid #00afd7;
	cursor: pointer;
}

.post-type-archive-people .container_filter ul li.selected, .post-type-archive-people .container_filter ul li.active {
	background-color: #00afd7;
}

.post-type-archive-people .container_filter ul li.reset {
	display: none;
}

.post-type-archive-people .container_filter ul li img {
	height: 60px;
	width: auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.post-type-archive-people .container_filter ul li img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.post-type-archive-people .container_filter ul.selectors li {
	position: relative;
	text-transform: uppercase;
	background-color: #CCF0F4;
	font-family: 'brandon-grotesque';
	font-size: 24px;
	border: none;
	padding: 1.5rem 3rem;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.post-type-archive-people .container_filter ul.selectors li:after {
	border-radius: inherit;
	content: "";
	position: absolute;
	display: block;
	border: 1px solid #003399;
	width: 100%;
	height: 100%;
	top: 7px;
	left: 7px;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	-ms-border-radius: inherit;
	-o-border-radius: inherit;
}

.post-type-archive-people .container_filter ul.selectors li.selected {
	background-color: #003399;
	color: #FFFFFF;
	font-weight: 500;
}

.post-type-archive-people .container_filter ul.selectors li.selected:after {
	border-color: #00afd7;
}

.post-type-archive-people .container_filter ul.filters-list li {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	text-transform: uppercase;
	font-family: 'brandon-grotesque';
	color: #404040;
	font-weight: 500;
	font-size: 16px;
	padding: 1rem 1rem;
	width: 20%;
	min-height: 96px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.post-type-archive-people .container_filter ul.filters-list li.reset {
	display: none;
}

.post-type-archive-people .container_filter ul.filters-list li.affiliates, .post-type-archive-people .container_filter ul.filters-list li.initiatives {
	border: none;
}

.post-type-archive-people .container_filter ul.filters-list li.affiliates.active, .post-type-archive-people .container_filter ul.filters-list li.initiatives.active {
	background: none;
}

.post-type-archive-people .container_filter ul.filters-list li.board_of_directors {
	display: none;
}

.post-type-archive-people .container_filter ul.filters-list li.active svg,
.post-type-archive-people .container_filter ul.filters-list li:hover svg {
	fill: #00afd7;
	stroke: #404040;
}

.post-type-archive-people .container_filter ul.filters-list li.active svg > path:last-child,
.post-type-archive-people .container_filter ul.filters-list li:hover svg > path:last-child {
	fill: #404040;
}

.post-type-archive-people .container_filter ul.filters-list li.active img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.post-type-archive-people .container_filter .invisible {
	height: 0;
	visibility: hidden;
}

.post-type-archive-people .content.grid-dir,
.post-type-archive-people .content.grid {
	margin-top: 1rem;
}

.post-type-archive-people .content.grid-dir h2,
.post-type-archive-people .content.grid h2 {
	position: relative;
	bottom: 10rem;
	text-transform: uppercase;
}

.post-type-archive-people .content.grid-dir .title h3,
.post-type-archive-people .content.grid .title h3 {
	text-transform: uppercase;
	font-size: 28px;
	word-break: break-word;
	text-align: center;
}

.post-type-archive-people .content.grid-dir .title .position,
.post-type-archive-people .content.grid .title .position {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
}

.post-type-archive-people .content.grid-dir .back-button,
.post-type-archive-people .content.grid .back-button {
	width: 40px;
	position: absolute;
	right: 0;
	bottom: -40px;
	cursor: pointer;
	z-index: 3;
}

.post-type-archive-people .content.grid-dir {
	margin-top: 9rem;
}

.error404 #page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.error404 #page .footer {
	margin-top: auto;
}

.error404 .page-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error404 .page-title {
	visibility: hidden;
	display: none;
}

.error404 .error_wrapper {
	font-family: brandon-grotesque;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.error404 .error_wrapper .digits {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 294px;
	padding: 0;
	margin: 0;
}

.error404 .error_wrapper svg {
	height: 230px;
	stroke-width: 2%;
}

.error404 .error_wrapper .sorry-one,
.error404 .error_wrapper .sorry-two {
	font-weight: 800;
	margin: 5px;
}

.error404 .error_wrapper .sorry-one {
	font-size: 80px;
	line-height: 80px;
	margin-top: 40px;
}

.error404 .error_wrapper .sorry-two,
.error404 .error_wrapper .sorry-three {
	font-size: 35px;
	line-height: 35px;
	margin: 5px;
}

.error404 .search-bar {
	position: relative;
	width: 60%;
	margin: 80px 0;
}

.error404 .search-bar .search-form {
	position: relative;
}

.error404 .search-bar .search-submit {
	padding: 5px;
	position: absolute;
	left: 0;
	top: 0;
	color: transparent;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid #00afd7;
	border-right: none;
	z-index: 2;
	cursor: pointer;
	border-radius: 50% 0 0 50%;
	-webkit-border-radius: 50% 0 0 50%;
	-moz-border-radius: 50% 0 0 50%;
	-ms-border-radius: 50% 0 0 50%;
	-o-border-radius: 50% 0 0 50%;
}

.error404 .search-bar .search-field {
	border: 1px solid #00afd7;
	padding: 0px 0 0 15px;
	height: 40px;
	width: 100%;
	background: white;
	outline: none;
	color: #003399;
	right: -4px;
	position: relative;
	text-align: center;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.error404 .search-bar i {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 15px;
	color: #003399;
	background: transparent;
	width: 40px;
	height: 40px;
	border-radius: 50% 0 0 50%;
	-webkit-border-radius: 50% 0 0 50%;
	-moz-border-radius: 50% 0 0 50%;
	-ms-border-radius: 50% 0 0 50%;
	-o-border-radius: 50% 0 0 50%;
}

.error404 .search-bar i:before {
	top: 13px;
	right: -15px;
	position: relative;
}

.first-animation .gifs {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}

.first-animation .gifs .first {
	width: 470px;
	margin-bottom: 50px;
}

.second-animation .main-frame {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 240px;
	margin-bottom: 120px;
}

.second-animation .main-frame .gif_img {
	margin: 0 auto;
}

.second-animation .main-frame .frame {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.second-animation .main-frame .frame .one,
.second-animation .main-frame .frame .two,
.second-animation .main-frame .frame .three {
	height: 240px;
}

.second-animation .main-frame .frame .one {
	width: 32%;
	height: 280px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.second-animation .main-frame .frame .one p {
	margin: unset;
	font-size: 36px;
	font-weight: 600;
	font-family: montserrat;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 43.88px;
	color: #000000;
}

.second-animation .main-frame .frame .two {
	position: absolute;
	left: 25%;
	width: 63%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.second-animation .main-frame .frame .two p {
	margin: unset;
	padding-left: 12%;
	padding-right: 12%;
	padding-bottom: 1rem;
	font-family: 'montserrat';
	font-size: 20px;
	color: #404040;
}

.second-animation .main-frame .frame .three {
	position: absolute;
	right: 3%;
	bottom: 0%;
	width: 25%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: fit-content;
	width: fit-content;
	padding: 30px;
}

.second-animation .main-frame .frame .three a {
	margin: 0 auto;
	text-decoration: none;
	font-family: brandon-grotesque;
	font-size: 28px;
	font-weight: 420;
	line-height: 32px;
	letter-spacing: 0em;
	color: #000000;
}

.second-animation .main-frame .frame .three:hover a {
	color: #FFFFFF;
}

.three-items-menu .menu {
	margin: 2rem 0;
}

.three-items-menu .menu .parents {
	display: flex;
	margin: 2rem 0;
	justify-content: space-between;
}

.three-items-menu .menu .menu-item {
	width: 30%;
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.three-items-menu .menu .menu-item:hover p {
	color: #003399;
}

.three-items-menu .menu .menu-item:hover .one {
	fill: #ffc709;
}

.three-items-menu .menu .menu-item svg {
	position: absolute;
	z-index: 1;
}

.three-items-menu .menu .menu-item svg .one {
	transition: fill .7s ease;
	-webkit-transition: fill .7s ease;
	-moz-transition: fill .7s ease;
	-ms-transition: fill .7s ease;
	-o-transition: fill .7s ease;
}

.three-items-menu .menu .menu-item h1 {
	position: absolute;
	cursor: pointer;
	color: #003399;
	font-family: 'brandon-grotesque';
	font-size: 40px;
	font-weight: 450;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
	width: 220px;
	margin: 0;
	z-index:2;
}

.three-items-menu .menu .menu-item.selected .one {
	fill: #003399;
}

.three-items-menu .menu .menu-item.selected h1 {
	color: #FFFFFF;
	font-family: 'brandon-grotesque';
	font-size: 40px;
	font-weight: 450;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
}

.three-items-menu .menu .folded {
	transition: max-height .1s ease-out;
	-webkit-transition: max-height .1s ease-out;
	-moz-transition: max-height .1s ease-out;
	-ms-transition: max-height .1s ease-out;
	-o-transition: max-height .1s ease-out;
	max-height: 0;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 0.1rem;
}

.three-items-menu .menu .folded .h2 {
	text-transform: uppercase;
}

.three-items-menu .menu .folded .services {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

.three-items-menu .menu .folded .services .service {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	width: 31.3333%;
	box-sizing: border-box;
	padding: 10px;
	min-height: 170px;
	border: 3px solid transparent;
}

.three-items-menu .menu .folded .services .service:hover {
	border: 3px solid #003399;
	-webkit-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
}

.three-items-menu .menu .folded .services .service .serv-logo {
	cursor: pointer;
	width: 70%;
}

.three-items-menu .menu .folded .services .service .desc {
	display: flex;
	align-items: center;
}

.three-items-menu .menu .folded .services .service .desc .left {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-right: 2rem;
	width: 30%;
}

.three-items-menu .menu .folded .services .service .desc .left .icons {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.three-items-menu .menu .folded .services .service .desc .left .icons .social {
	width: 50px;
}

.three-items-menu .menu .folded .services .service .desc .left .icons .social:hover svg .twitter,
.three-items-menu .menu .folded .services .service .desc .left .icons .social:hover svg .facebook {
	fill: #00afd7;
}

.three-items-menu .menu .folded .services .service .desc .right {
	position: relative;
	height: min-content;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	min-height: 25rem;
	min-width: 40rem;
	width: 70%;
}

.three-items-menu .menu .folded .services .service .desc .right p {
	padding: 0% 0% 0% 18%;
	font-family: 'montserrat';
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: left;
	width: 70%;
}

.three-items-menu .menu .folded .services .service .desc .right .social {
	width: 56px;
	float: right;
}

.three-items-menu .menu .folded .services .service .desc .right .social:hover svg .play {
	fill: #00afd7;
}

.three-items-menu .menu .folded .services .service .desc .right .back-button {
	width: 30px;
	position: absolute;
	right: 35px;
	bottom: 10px;
	cursor: pointer;
}

.three-items-menu .menu .folded .services .resize {
	width: 90% !important;
	box-shadow: none !important;
	border: none !important;
}

.three-items-menu .menu .folded.initiatives-child .service {
	width: 31.3333%;
	box-sizing: border-box;
	padding: 10px;
	min-height: 170px;
	margin: 1%;
	border: 3px solid transparent;
}

.three-items-menu .menu .folded.initiatives-child .service:hover {
	border: 3px solid #003399;
	-webkit-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.45);
}

.three-items-menu .menu .folded.initiatives-child .resize, .three-items-menu .menu .folded.initiatives-child .service.resize:hover {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.three-items-menu .menu .where-we-work-child.folded .service {
	width: 25%;
}

.three-items-menu .menu .where-we-work-child.folded .service > svg:hover {
	fill: #00afd7;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service > svg:hover path {
	stroke: #00afd7;
}

.three-items-menu .menu .where-we-work-child.folded .service > svg:hover path:last-child {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service .left {
	justify-content: center;
}

.three-items-menu .menu .where-we-work-child.folded .service .left svg {
	fill: #003399;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service .left svg path {
	stroke: #003399;
}

.three-items-menu .menu .where-we-work-child.folded .service .left svg path:last-child {
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.three-items-menu .menu .where-we-work-child.folded .service .right {
	background-position: center;
	background-size: contain;
	width: fit-content;
	padding: 35px 10px 35px 35px;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .icons {
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: 2px solid #00afd7;
	height: 150px;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .icons svg .facebook,
.three-items-menu .menu .where-we-work-child.folded .service .right .icons svg .twitter {
	fill: #003399;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .icons.mobile {
	display: none;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .description {
	font-family: 'montserrat';
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	padding-right: 10px;
}

.three-items-menu .menu .where-we-work-child.folded .service .right .description h6 {
	font-family: 'brandon-grotesque';
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: #003399;
}

.three-items-menu .menu .where-we-work-child.folded .service:hover {
	box-shadow: none !important;
	border: none !important;
}

.three-items-menu .menu .stand-with-us-child.folded .services {
	display: flex;
	flex-wrap: nowrap;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail {
	width: 60%;
	margin: 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .thumb-wrapper {
	position: relative;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .thumb-wrapper img {
	width: 100%;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .thumb-wrapper .stand-border {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 1rem;
	left: 1rem;
	border: 1px solid #00afd7;
}

.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail .caption {
	margin-top: 2rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 2rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .post_title {
	font-family: 'montserrat';
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 0.5rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .cat_date {
	font-family: 'montserrat';
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 1rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .excert {
	font-family: 'montserrat';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more {
	font-family: 'montserrat';
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-top: 2rem;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more a {
	display: block;
	color: #404040;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more a svg {
	width: 48px;
	padding-right: 1rem;
	transition: padding-right .3s ease;
	-webkit-transition: padding-right .3s ease;
	-moz-transition: padding-right .3s ease;
	-ms-transition: padding-right .3s ease;
	-o-transition: padding-right .3s ease;
}

.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more a:hover svg {
	padding-right: 0.5rem;
}

.three-items-menu .menu .unfolded {
	padding: 25px 0px;
	max-height: 2000px;
	transition: max-height .3s ease-in;
	-webkit-transition: max-height .3s ease-in;
	-moz-transition: max-height .3s ease-in;
	-ms-transition: max-height .3s ease-in;
	-o-transition: max-height .3s ease-in;
}

.three-blobs-menu .menu {
	display: flex;
	margin: 2rem 0;
	justify-content: space-between;
}

.three-blobs-menu .menu a {
	position: absolute;
	cursor: pointer;
	color: #003399;
	font-family: 'brandon-grotesque';
	font-size: 40px;
	font-weight: 450;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
	width: 220px;
	text-decoration: none;
	word-break: break-word;
	display: contents;
}

.three-blobs-menu .menu .menu-item {
	width: 30%;
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.three-blobs-menu .menu .menu-item h1 {
	cursor: pointer;
	color: #003399;
	font-family: 'brandon-grotesque';
	font-size: 40px;
	font-weight: 450;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: center;
	text-transform: uppercase;
	width: 220px;
	margin: 0;
}

.three-blobs-menu .menu .menu-item:hover .one {
	fill: #ffc709;
}

.three-blobs-menu .menu .menu-item svg {
	position: absolute;
	z-index: -1;
}

.three-blobs-menu .menu .menu-item svg .one {
	transition: fill .7s ease;
	-webkit-transition: fill .7s ease;
	-moz-transition: fill .7s ease;
	-ms-transition: fill .7s ease;
	-o-transition: fill .7s ease;
}

@media (max-width: 991.98px) {
	.three-blobs-menu .menu {
		height: 360px;
	}
	.three-blobs-menu .menu .menu-item {
		margin: 0;
		height: 160px;
		display: flex;
		margin: 2rem 0;
		justify-content: space-between;
		justify-content: center;
		width: 33.3333%;
	}
	.three-blobs-menu .menu .menu-item svg {
		width: 200px;
	}
	.three-blobs-menu .menu .menu-item:nth-child(1),
	.three-blobs-menu .menu .menu-item:nth-child(3) {
		align-self: flex-end;
	}
	.three-blobs-menu .menu .menu-item:nth-child(1) {
		left: 23px;
	}
	.three-blobs-menu .menu .menu-item:nth-child(3) {
		right: 23px;
	}
	.three-blobs-menu .menu .menu-item h1 {
		font-size: 24px;
		line-height: 30px;
	}
}

.where-we-work.shortcode .icons {
	border-right: none !important;
}

.where-we-work.shortcode .description {
	display: flex;
	flex-direction: column;
}

.where-we-work.shortcode .description a {
	text-decoration: none !important;
}

.where-we-work.shortcode .right {
	width: 60%;
	justify-content: center !important;
}

.where-we-work.shortcode .back-button {
	width: 10%;
	max-width: 40px;
	cursor: pointer;
	margin-left: 2rem;
}

.where-we-work.shortcode .service:hover {
	box-shadow: none !important;
	border: none !important;
}

.initiatives.shortcode .icons {
	border-right: none !important;
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	margin-right: 2rem;
	padding-right: 2rem;
	height: 150px;
}

.initiatives.shortcode .icons svg .facebook, .initiatives.shortcode .icons svg .twitter {
	fill: #003399;
}

.initiatives.shortcode .description {
	display: flex;
	flex-direction: column;
}

.initiatives.shortcode .description a {
	text-decoration: none !important;
}

.initiatives.shortcode .right {
	width: 60%;
	justify-content: center !important;
}

.initiatives.shortcode .back-button {
	width: 10%;
	max-width: 40px;
	cursor: pointer;
	margin-left: 2rem;
}

.initiatives .three-items-menu .menu .folded {
	position: relative;
	top: 0;
	margin-top: 0rem;
	box-shadow: none;
}

.where-we-work .three-items-menu .menu .folded {
	position: relative;
	top: 0;
	margin-top: 0rem;
	box-shadow: none;
}

.has-circle-image {
	position: relative;
}

.has-circle-image a.bg-cover::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 10px;
	right: -10px;
	bottom: 0px;
	border: 1px solid #00afd7;
	border-radius: 100%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}

.has-circle-image:hover a.bg-cover::before {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.hover-div:after {
	display: block;
	content: '';
	border-bottom: solid 3px #003399;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}

.hover-div:hover:after {
	transform: scaleX(1);
}

.hover-div.fromRight:after {
	transform-origin: 100% 50%;
}

.hover-div.fromLeft:after {
	transform-origin: 0% 50%;
}

.no-visible {
	height: 0px;
	width: 0px;
	visibility: hidden;
	z-index: -1;
}

.cat-links,
.d-none,
.mobile {
	display: none;
}

@media (max-width: 1199.98px) {
	.second-animation .main-frame .frame .one p {
		font-size: 26px;
	}
}

@media (max-width: 991.98px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	h2 {
		font-size: 1.5rem;
		font-weight: 500;
	}
	h3 {
		font-size: 0.875rem;
	}
	.middle-row .right .langswitcher li.lang-item-en {
		text-transform: uppercase;
	}
	.second-animation .main-frame {
		margin-bottom: 170px;
	}
	.second-animation .main-frame .frame .one {
		background-image: url("../assets/images/mobile/arrow-mobile.png") !important;
		height: 200px;
		position: relative;
		top: 70px;
		width: 100%;
		background-position: left;
		background-size: 24%;
	}
	.second-animation .main-frame .frame .one p {
		padding-left: 23%;
		padding-right: 10%;
		line-height: 27.88px;
	}
	.second-animation .main-frame .frame .two {
		background-image: url("../assets/images/mobile/rect-mobile.png") !important;
		background-size: 100% 100%;
		position: relative;
		width: 85%;
		left: unset;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin: 0 auto;
	}
	.second-animation .main-frame .frame .two p {
		font-size: 17px;
		font-weight: 500;
		line-height: 19px;
		letter-spacing: 0em;
		text-align: left;
		padding-left: 10%;
		padding-right: 10%;
	}
	.second-animation .main-frame .frame .three {
		bottom: -10%;
		padding: 15px;
	}
	.second-animation .main-frame .frame .three a {
		font-size: 14px;
	}
	.three-items-menu .menu .parents {
		height: 360px;
	}
	.three-items-menu .menu .parents > .initiatives,
	.three-items-menu .menu .parents > .stand-with-us {
		align-self: flex-end;
	}
	.three-items-menu .menu .parents > .initiatives {
		left: 23px;
	}
	.three-items-menu .menu .parents > .stand-with-us {
		right: 23px;
	}
	.three-items-menu .children h2 {
		margin: 0;
		line-height: 0;
	}
	.three-items-menu .menu .unfolded {
		padding: 0;
	}
	.three-items-menu .menu .parents {
		margin: 0;
	}
	.three-items-menu .menu .initiatives-child .folded .services {
		flex-direction: column;
	}
	.three-items-menu .menu .folded .services .service {
		width: 70%;
	}
	.three-items-menu .menu .folded .services .service .desc {
		flex-direction: column;
	}
	.three-items-menu .menu .folded .services .service .desc .left {
		width: 90%;
		justify-content: center;
	}
	.three-items-menu .menu .folded .services .service .desc .right {
		margin-top: 2rem;
		min-height: 340px;
		min-width: unset;
		width: 100%;
		background-image: url("../assets/images/bg-mobile.svg") !important;
	}
	.three-items-menu .menu .folded .services .service .desc .right p {
		padding: 30% 12% 25% 22%;
	}
	.three-items-menu .menu .where-we-work-child.folded .services .service .desc .right {
		flex-direction: column;
		background-image: url("../assets/images/bg-where-we-work-mobile.svg") !important;
	}
	.three-items-menu .menu .where-we-work-child.folded .services .service {
		width: 50%;
	}
	.three-items-menu .menu .where-we-work-child.folded .service .right .icons {
		margin-right: unset;
		padding-right: unset;
		border-right: unset;
	}
	.three-items-menu .menu .where-we-work-child.folded .service .right .icons.desktop {
		display: none !important;
	}
	.three-items-menu .menu .where-we-work-child.folded .service .right .icons.mobile {
		display: flex;
	}
	.three-items-menu .menu .where-we-work-child.folded .services .service .desc .left {
		padding-right: 0rem;
	}
	.three-items-menu .menu .where-we-work-child.folded .service .right .description {
		margin-top: 2rem;
	}
	.three-items-menu .menu .folded .services .service .desc .right .back-button {
		bottom: 30px;
	}
	.three-items-menu .menu .stand-with-us-child.folded .services {
		flex-direction: column;
	}
	.three-items-menu .menu .stand-with-us-child.folded .services .left {
		width: 100%;
	}
	.three-items-menu .menu .stand-with-us-child.folded .services .left .thumbnail {
		margin: 0;
		margin-bottom: 10%;
		width: 90%;
	}
	.three-items-menu .menu .stand-with-us-child.folded .services .right {
		width: 90%;
		padding: 0;
	}
	.three-items-menu .menu .stand-with-us-child.folded .services .right .post_title {
		font-size: 13px;
	}
	.three-items-menu .menu .stand-with-us-child.folded .services .right .read_more {
		justify-content: flex-start;
	}
	.post-type-archive-people .container_filter ul {
		gap: 10px;
		margin: 0 5px;
		padding: 0;
	}
	.post-type-archive-people .container_filter ul.selectors li {
		font-size: 14px;
		padding: 1rem 0.5rem;
		border-radius: .3125rem;
		-webkit-border-radius: .3125rem;
		-moz-border-radius: .3125rem;
		-ms-border-radius: .3125rem;
		-o-border-radius: .3125rem;
	}
	.post-type-archive-people .container_filter ul.selectors li:after {
		top: 4px;
		left: 4px;
	}
	.post-type-archive-people .content.grid {
		margin-top: 7rem;
	}
	.post-type-archive-people .content.grid h2 {
		bottom: 6rem;
	}
	.post-type-archive-people .content.grid .title h3 {
		font-size: unset;
	}
	.post-type-archive-people .content.grid .title .position {
		font-size: 8px;
		line-height: 8px;
	}
	.post-type-archive-people .content.grid .back-button {
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.post-type-archive-people .container_filter ul.filters-list li {
		min-height: 45px;
		width: 25%;
		padding: 0%;
		font-size: 11px;
	}
	.post-type-archive-people .container_filter ul li.affiliates svg {
		width: 100%;
	}
	.post-type-archive-people .container_filter ul {
		margin: 10px 5px;
	}
	.post-type-archive-people .container_filter .initiatives ul {
		flex-direction: column;
	}
	.post-type-archive-people .container_filter .initiatives ul li {
		width: 90%;
	}
	.single-people .wrapper .bio {
		padding: 0;
	}
	.single-people .wrapper .left .position {
		font-size: 20px;
	}
	.single-people .wrapper .left .post-thumbnail {
		max-width: unset;
	}
	.single-people .wrapper .left .post-thumbnail img {
		width: 100vw;
	}
	.single-people .wrapper {
		padding: 0.5rem;
	}
	.post-template-default .intro {
		flex-direction: column;
	}
	.post-template-default .intro .long-title {
		width: 100%;
	}
	.post-template-default .intro .thumbnail {
		width: 90%;
		margin: 5%;
	}
	.post-template-default h1.entry-title {
		margin-bottom: 0rem;
	}
	.post-template-default .intro .long-title .entry-meta .author {
		margin-top: 1rem;
	}
	.post-template-default .intro .thumbnail .caption {
		margin-top: 2rem;
	}
	.initiatives.shortcode .menu .services .service .desc,
	.shortcode .menu .where-we-work-child .services .service .desc {
		width: 100%;
	}
	.initiatives.shortcode .menu .folded .services .service .desc .right,
	.shortcode .menu .where-we-work-child.folded .services .service .desc .right {
		gap: 1rem;
		padding: 0%;
		flex-direction: row !important;
		min-height: unset;
		background-image: url("../assets/images/bg-shortcode-where-we-work-mobile.svg") !important;
	}
	.shortcode .menu .folded .services .resize {
		width: 100% !important;
	}
	.shortcode .menu .where-we-work-child.folded .service .right .description {
		margin-top: 0rem;
	}
	.initiatives.shortcode .social,
	.shortcode .menu .where-we-work-child.folded .service .desc .right .social {
		width: 2rem !important;
	}
	.initiatives.shortcode .icons {
		flex: 1;
		justify-content: center;
		margin: 0%;
		padding: 0%;
	}
	.initiatives.shortcode .description {
		flex: 1;
	}
	.three-items-menu .menu .menu-item {
		width: 33.333%;
	}
	.three-items-menu .menu .menu-item svg {
		width: 200px;
	}
	.three-items-menu .menu .menu-item h1 {
		width: fit-content;
		font-size: 24px;
		line-height: 30px;
	}
	.three-items-menu .menu .menu-item.selected h1 {
		font-size: 24px;
	}
	.first-animation .gifs {
		top: 0px;
		margin-bottom: 0px;
	}
	.first-animation .gifs .first {
		width: 100%;
	}
	.icons-menu:after {
		display: none;
	}
	.icons-menu .menu-wrapper .menu-item {
		margin: 40px auto;
		width: 50%;
	}
	.social_footer_mobile .social {
		justify-content: center;
		margin: 1rem;
	}
	.post-type-archive-people .container_filter .single-content {
		width: 50%;
	}
	.single-people .wrapper {
		display: flex;
		flex-direction: column;
	}
	.single-people .wrapper .left,
	.single-people .wrapper .bio {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.post-type-archive-people .container_filter ul.filters-list li {
		width: 45%;
	}
	.post-type-archive-people .container_filter .initiatives ul li {
		width: 90%;
	}
	.footer #BacktoTop {
		bottom: 15px;
		right: 15px;
	}
}

@media (max-width: 575.98px) {
	.middle-row .custom-logo-link.wider img,
	.middle-row img.custom-logo.wider {
		width: fit-content;
		height: auto;
	}
	.icons-menu .menu-wrapper .menu-item svg, .icons-menu .menu-wrapper .menu-item a {
		width: 90%;
	}
	.second-animation .main-frame .frame .one {
		background-size: 33%;
	}
	.second-animation .main-frame .frame .one p {
		padding-left: 27%;
		padding-right: 7%;
		padding-bottom: 10%;
	}
}

