html {
	box-sizing: border-box;
	vertical-align: baseline;
	scroll-behavior: smooth;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	box-sizing: inherit;
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
	display: block;
}

main {
	overflow: hidden;
}

ol,
ul {
	list-style: none;
}

li:empty,
p:empty {
	display: none;
}

textarea,
select,
input,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	background: transparent;
	border: none;
}

/** Breakpoints  */

@font-face {
	font-family: 'Helvetica Neue';
	src:
		local('Helvetica Neue Roman'),
		local('Helvetica-Neue-Roman'),
		url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff2') format('woff2'),
		url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('../fonts/HelveticaNeue/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

html {
	font-size: 20px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	line-height: 130%;
}

h1,
.h1 {
	margin-bottom: 1rem;
	font:
		700 1.8rem/105% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	h1,
	.h1 {
		font:
			700 1.4rem/105% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

h2,
.h2 {
	margin-bottom: 1rem;
	font:
		600 1.6rem/105% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	h2,
	.h2 {
		font:
			600 1.2rem/105% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

h3,
.h3 {
	margin-bottom: 0.8rem;
	font:
		600 1.4rem/110% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	h3,
	.h3 {
		font:
			600 1rem/110% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

h4,
.h4 {
	margin-bottom: 0.8rem;
	font:
		600 1rem/130% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	h4,
	.h4 {
		font:
			600 0.8rem/130% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

h5,
.h5 {
	margin-bottom: 0.6rem;
	font:
		600 0.8rem/110% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	h5,
	.h5 {
		font:
			600 0.6rem/110% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

h6,
.h6 {
	margin-bottom: 0.6rem;
	font:
		600 0.8rem/130% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	h6,
	.h6 {
		font:
			600 0.6rem/110% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

p:not(:last-child) {
	margin-bottom: 1.2rem;
}

a:hover {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	word-wrap: break-word;
}

html {
	font-size: 17.6px;
}

body {
	font:
		400 1rem/130% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	body {
		font:
			400 0.8522727273rem/160% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

html.menu-open,
body.menu-open {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	max-width: 77.1590909091rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: inline-block;
}

img.alignleft {
	float: left;
	margin: 1.6rem 1.6rem 1.6rem 0;
}

img.aligncenter {
	margin: 1.6rem auto;
	display: block;
}

img.alignright {
	float: right;
	margin: 1.6rem 0 1.6rem 1.6rem;
}

a {
	-webkit-transition: 0.1s opacity linear;
	transition: 0.1s opacity linear;
}

a.button-item {
	color: #000000;
	background-color: #ffd700;
	padding: 1.25rem 2.2727272727rem 1.1363636364rem;
	border-radius: 300px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	line-height: 1.2;
}

a.button-item.black-bg {
	color: #ffffff;
	background-color: #000000;
}

@media (hover: hover) {
	a.button-item:hover {
		opacity: 0.8;
	}
}

@media (max-width: 1200px) {
	a.button-item {
		padding: 0.9090909091rem 1.8181818182rem 0.7954545455rem;
	}
}

.columns {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.columns.desktop-revers {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.columns .column {
	width: calc(50% - 1.4204545455rem);
}

@media (max-width: 768px) {
	.columns .column {
		width: 100%;
	}
}

.section-divider-svg-clip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -9999;
}

.section {
	position: relative;
}

.section .background-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section .background-section img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	position: relative;
	z-index: 1;
}

iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {
	iframe::before {
		content: '';
		float: left;
		padding-top: calc(9 / 16 * 100%);
	}
	iframe::after {
		content: '';
		display: block;
		clear: both;
	}
}

blockquote {
	font-size: 1.8181818182rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin: 2.2727272727rem auto;
	color: #0057b8;
	position: relative;
	padding: 2.2727272727rem 0;
}

@media (max-width: 660px) {
	blockquote {
		font-size: 1.1363636364rem;
		margin: 1.1363636364rem auto;
		padding: 1.1363636364rem 0;
	}
}

blockquote::before,
blockquote::after {
	content: '';
	width: 4.5454545455rem;
	height: 0.1136363636rem;
	display: block;
	background: #0057b8;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

blockquote::before {
	top: 0;
}

blockquote::after {
	bottom: 0;
}

.header {
	width: 100%;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	line-height: 1;
	background: -webkit-linear-gradient(#002044, transparent);
	background: linear-gradient(#002044, transparent);
	padding: 0 3vw;
}

@media (max-width: 768px) {
	.header {
		padding: 0.9090909091rem 1.1363636364rem;
	}
}

.header .wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	flex: 1 0 67%;
	height: inherit;
	padding: 2.3vw 0;
	margin: 0 auto;
}

.header .wrapper .top-bar {
	width: 100%;
	margin-bottom: 0.6818181818rem;
}

.header .wrapper .top-bar .lang-switcher {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.header .wrapper .top-bar .lang-switcher a {
	color: #ffffff;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header .wrapper .top-bar .lang-switcher a:not(:first-child) {
	margin-left: 1.3636363636rem;
}

.header .wrapper .top-bar .lang-switcher a .flag {
	margin-top: -0.2272727273rem;
	margin-right: 0.4545454545rem;
	width: 1.25rem;
}

@media (hover: hover) {
	.header .wrapper .top-bar .lang-switcher a:hover {
		opacity: 0.7;
	}
}

.header .wrapper .header__logo {
	width: auto;
	height: 4.3181818182rem;
}

@media (max-width: 1440px) {
	.header .wrapper .header__logo {
		height: 2.8409090909rem;
	}
}

@media (max-width: 992px) {
	.header .wrapper .header__logo {
		position: relative;
		z-index: 25;
	}
}

@media (max-width: 768px) {
	.header .wrapper .header__logo {
		height: 1.9886363636rem;
	}
}

.header .wrapper .header__logo img {
	max-height: 100%;
}

.header .wrapper .header__nav {
	text-align: right;
	margin-left: auto;
	padding-left: 2vw;
}

@media (max-width: 992px) {
	.header .wrapper .header__nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20;
		width: 100%;
		height: 100%;
		background: #ffffff;
		padding-top: 7.9545454545rem;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

@media (max-width: 992px) {
	.header .wrapper .header__nav .menu-header-container {
		overflow-y: auto;
		height: 100%;
		padding-bottom: 40px;
		-webkit-transform: translateY(1.3636363636rem);
		transform: translateY(1.3636363636rem);
		opacity: 0;
		-webkit-transition: all 0.9s ease;
		transition: all 0.9s ease;
	}
}

.header .wrapper .header__nav .menu-header-container > ul {
	display: -webkit-inline-box;
	display: inline-flex;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

@media (max-width: 992px) {
	.header .wrapper .header__nav .menu-header-container > ul {
		display: block;
	}
}

@media (max-width: 992px) {
	.header .wrapper .header__nav .menu-header-container > ul > li {
		text-align: center;
		margin: 1.0227272727rem auto;
	}
}

.header .wrapper .header__nav .menu-header-container > ul > li a {
	white-space: nowrap;
	font-size: 0.9659090909rem;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	padding: 1.1363636364rem 0;
	position: relative;
}

@media (max-width: 1200px) {
	.header .wrapper .header__nav .menu-header-container > ul > li a {
		font-size: 0.8522727273rem;
	}
}

@media (max-width: 992px) {
	.header .wrapper .header__nav .menu-header-container > ul > li a {
		font-size: 1.3636363636rem;
		color: #002044;
	}
}

.header .wrapper .header__nav .menu-header-container > ul > li a::after {
	content: '';
	width: 0;
	height: 1px;
	background: #ffffff;
	display: block;
	position: absolute;
	bottom: 0.7954545455rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 993px) {
	.header .wrapper .header__nav .menu-header-container > ul > li:not(:first-child) {
		margin-left: 1.2vw;
	}
}

.header .wrapper .header__nav .menu-header-container > ul > li:last-child {
	margin-left: 2vw;
}

@media (max-width: 992px) {
	.header .wrapper .header__nav .menu-header-container > ul > li:last-child {
		margin: 2.2727272727rem auto;
	}
}

.header .wrapper .header__nav .menu-header-container > ul > li:last-child a {
	background-color: #000000;
	-webkit-transition: 0.1s opacity linear;
	transition: 0.1s opacity linear;
	padding: 1.1363636364rem 1.9318181818rem;
	border-radius: 300px;
}

@media (hover: hover) {
	.header .wrapper .header__nav .menu-header-container > ul > li:last-child a:hover {
		opacity: 0.8;
	}
}

@media (max-width: 1440px) {
	.header .wrapper .header__nav .menu-header-container > ul > li:last-child a {
		padding: 1.0227272727rem 1.3636363636rem;
	}
}

@media (max-width: 1200px) {
	.header .wrapper .header__nav .menu-header-container > ul > li:last-child a {
		padding: 0.9090909091rem 1.25rem;
	}
}

@media (max-width: 992px) {
	.header .wrapper .header__nav .menu-header-container > ul > li:last-child a {
		color: #ffffff;
		font-size: 1.0227272727rem;
		padding: 1.1363636364rem 1.9318181818rem;
		display: table;
		margin: 0 auto;
	}
}

.header
	.wrapper
	.header__nav
	.menu-header-container
	> ul
	> li:not(:last-child).current-menu-item
	> a {
	position: relative;
}

.header
	.wrapper
	.header__nav
	.menu-header-container
	> ul
	> li:not(:last-child).current-menu-item
	> a::after {
	width: 100%;
}

@media (hover: hover) {
	.header .wrapper .header__nav .menu-header-container > ul > li:not(:last-child) a:hover::after {
		width: 100%;
	}
}

.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children {
	position: relative;
}

.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children > a {
	padding-right: 1.0227272727rem;
	position: relative;
}

.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children > a::before {
	content: '';
	width: 0.9090909091rem !important;
	height: 0.9090909091rem;
	display: block;
	background: url('../images/arrow-down.svg') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.4545454545rem);
	right: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.header
		.wrapper
		.header__nav
		.menu-header-container
		> ul
		> li.menu-item-has-children
		> a::before {
		background-image: url('../images/arrow-down-black.svg');
	}
}

@media (max-width: 992px) {
	.header
		.wrapper
		.header__nav
		.menu-header-container
		> ul
		> li.menu-item-has-children
		> a.open::before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul {
	display: none;
}

@media (min-width: 993px) {
	.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul {
		position: absolute;
		top: 100%;
		left: -0.9090909091rem;
		background: #ffffff;
		padding: 0.4545454545rem 0;
		box-shadow: 0.4545454545rem 0 0.9090909091rem rgba(0, 32, 68, 0.9);
		border-radius: 8px;
	}
	.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul::before,
	.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 1.1363636364rem 1.1363636364rem 1.1363636364rem;
		position: absolute;
		left: 1.8181818182rem;
	}
	.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul::before {
		top: -0.9090909091rem;
		border-color: transparent transparent #ffffff transparent;
		z-index: 8;
	}
	.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul::after {
		top: -1.3636363636rem;
		border-color: transparent transparent #002044 transparent;
		z-index: 4;
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
}

.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul li a {
	padding: 0.5681818182rem 0.9090909091rem;
	color: #002044;
	display: block;
	text-align: left;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 992px) {
	.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children ul li a {
		text-align: center;
		font-size: 0.7954545455rem;
		margin: 0.2272727273rem auto;
	}
}

.header
	.wrapper
	.header__nav
	.menu-header-container
	> ul
	> li.menu-item-has-children
	ul
	li
	a::after {
	opacity: 0;
}

@media (hover: hover) {
	.header
		.wrapper
		.header__nav
		.menu-header-container
		> ul
		> li.menu-item-has-children
		ul
		li
		a:hover {
		color: #0057b8;
	}
}

@media (hover: hover) {
	.header
		.wrapper
		.header__nav
		.menu-header-container
		> ul
		> li.menu-item-has-children:hover
		> a::before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.header .wrapper .header__nav .menu-header-container > ul > li.menu-item-has-children:hover ul {
		display: block;
	}
}

@media (max-width: 992px) {
	.header .wrapper .header__nav.active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.header .wrapper .header__nav.active .menu-header-container {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.header .wrapper .action-section .mobile-toggle {
		width: 1.9886363636rem;
		height: 1.9886363636rem;
		position: relative;
		display: block;
		z-index: 25;
	}
	.header .wrapper .action-section .mobile-toggle span {
		display: block;
		height: 0.1136363636rem;
		background: #ffffff;
		position: absolute;
		right: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header .wrapper .action-section .mobile-toggle span:nth-of-type(1) {
		width: 1.3068181818rem;
		top: 0.4545454545rem;
	}
	.header .wrapper .action-section .mobile-toggle span:nth-of-type(2) {
		width: 0.7954545455rem;
		top: calc(50% - 0.0568181818rem);
	}
	.header .wrapper .action-section .mobile-toggle span:nth-of-type(3) {
		width: 1.9886363636rem;
		bottom: 0.4545454545rem;
	}
	.header .wrapper .action-section .mobile-toggle.active span {
		background: #0057b8;
	}
	.header .wrapper .action-section .mobile-toggle.active span:nth-of-type(1) {
		width: 1.9886363636rem;
		top: 0.8522727273rem;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.header .wrapper .action-section .mobile-toggle.active span:nth-of-type(2) {
		width: 0;
	}
	.header .wrapper .action-section .mobile-toggle.active span:nth-of-type(3) {
		bottom: 1.0227272727rem;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.admin-bar .header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}

.footer {
	width: 100%;
	height: auto;
	padding: 3.4090909091rem 1.1363636364rem 6.8181818182rem;
	color: #ffffff;
	background-color: #0057b8;
}

@media (max-width: 1200px) {
	.footer {
		padding-bottom: 3.4090909091rem;
	}
}

@media (max-width: 768px) {
	.footer {
		padding: 2.2727272727rem 1.1363636364rem;
	}
}

.footer .wrapper {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.footer .wrapper .menus {
	width: 25rem;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

@media (max-width: 768px) {
	.footer .wrapper .menus {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.footer .wrapper .menus .footer-sidebar {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.footer .wrapper .menus .footer-sidebar {
		justify-content: space-around;
	}
}

.footer .wrapper .menus .footer-sidebar li {
	width: 12.5rem;
}

@media (max-width: 768px) {
	.footer .wrapper .menus .footer-sidebar li {
		margin: 0.2272727273rem 0;
		width: auto;
	}
}

.footer .wrapper .menus .footer-sidebar li a {
	font-size: 1rem;
	color: #ffd700;
	word-wrap: break-word;
	padding: 0.1136363636rem 0;
	display: block;
}

@media (max-width: 992px) {
	.footer .wrapper .menus .footer-sidebar li a {
		font-size: 0.7954545455rem;
	}
}

.footer .wrapper .copy-info {
	width: calc(100% - 26.1363636364rem);
	font-size: 1.0909090909rem;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media (max-width: 1200px) {
	.footer .wrapper .copy-info {
		font-size: 0.9090909091rem;
		padding-right: 2.2727272727rem;
	}
}

@media (max-width: 768px) {
	.footer .wrapper .copy-info {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		order: 2;
		margin-top: 2.2727272727rem;
		text-align: center;
		padding-right: 0rem;
	}
}

.project-item-date .project-date {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 0.7954545455rem;
}

.project-item-date .project-date:not(:first-child) {
	margin-top: 0.4545454545rem;
}

.project-item-evalution {
	margin-top: 2.2727272727rem;
}

.project-item-evalution .progress-container {
	margin-top: 1.5909090909rem;
	margin-bottom: 1.3636363636rem;
}

.project-item-evalution .progress-container .progress-bar {
	width: 96%;
	height: 0.6818181818rem;
	display: block;
	background: #cccccc;
	position: relative;
	border-radius: 16px;
	margin: 0 auto;
}

.project-item-evalution .progress-container .progress-bar .progress {
	height: 0.6818181818rem;
	display: block;
	background: #0057b8;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
}

.project-item-evalution .progress-container .progress-bar .progress::after {
	content: '';
	width: 0.7954545455rem;
	height: 0.7954545455rem;
	border-radius: 50%;
	background: #0057b8;
	border: 0.2272727273rem solid #0057b8;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.project-item-evalution .progress-container .progress-bar .progress-tooltip {
	padding: 0.4545454545rem 0.4545454545rem 0.3409090909rem;
	text-align: center;
	color: #000000;
	font-weight: 400;
	font-size: 0.6818181818rem;
	line-height: 1;
	background: #cccccc;
	border-radius: 4px;
	position: absolute;
	bottom: calc(100% + 0.7954545455rem);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.project-item-evalution .progress-container .progress-bar .progress-tooltip::before {
	content: '';
	display: block;
	border: 0.5681818182rem solid #cccccc;
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -0.4545454545rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.project-item-evalution .progress-data {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.project-item-evalution .progress-data .quota {
	width: 48%;
	text-align: left;
}

.project-item-evalution .progress-data .quota.total {
	text-align: right;
}

.project-item-evalution .progress-data .quota .name {
	font-size: 0.9090909091rem;
	width: 100%;
	display: block;
}

.project-item-evalution .progress-data .quota .value {
	font-size: 0.9090909091rem;
	font-weight: 700;
	margin-top: 0.4545454545rem;
	display: block;
}

.post-navigation {
	margin: 5.6818181818rem auto 2.8409090909rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.post-navigation {
		margin: 2.2727272727rem auto 1.1363636364rem;
	}
}

.post-navigation .nav-item {
	width: 48%;
}

@media (max-width: 768px) {
	.post-navigation .nav-item {
		width: 100%;
	}
}

.post-navigation .nav-item:last-child {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.post-navigation .nav-item a {
	font-size: clamp(1.0227272727rem, 2vw, 1.5909090909rem);
	color: #002044;
	line-height: 1.2;
	text-decoration: none;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-navigation .nav-item a span {
	width: calc(100% - 1.9318181818rem);
}

.post-navigation .nav-item a svg {
	width: 1.0227272727rem;
	height: 1.9318181818rem;
	stroke: #002044;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.post-navigation .nav-item a:hover {
		color: #0057b8;
	}
	.post-navigation .nav-item a:hover svg {
		stroke: #0057b8;
	}
}

.post-navigation .nav-item.prev a span {
	margin-left: 0.9090909091rem;
}

@media (max-width: 768px) {
	.post-navigation .nav-item.next {
		margin-top: 0.9090909091rem;
	}
}

.post-navigation .nav-item.next a span {
	margin-right: 0.9090909091rem;
	text-align: right;
}

.hero-section {
	width: 100%;
	height: auto;
	padding: 17.3295454545rem 1.3636363636rem 2.2727272727rem;
	position: relative;
	overflow: hidden;
}

@media (max-width: 768px) {
	.hero-section {
		min-height: 100vh;
		padding-top: 7.9545454545rem;
	}
}

.hero-section .hero-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.hero-section .hero-background img {
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	position: relative;
	z-index: 1;
}

.hero-section .hero-background::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: #002044;
	opacity: 0.24;
}

.hero-section .wrapper {
	position: relative;
	z-index: 5;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 768px) {
	.hero-section .wrapper {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

.hero-section .wrapper p {
	font-size: 0.9659090909rem;
}

@media (max-width: 768px) {
	.hero-section .wrapper p {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}
}

.hero-section .wrapper h1 {
	font-size: clamp(1.3068181818rem, 5vw, 5.1136363636rem);
	line-height: 1;
}

@media (max-width: 768px) {
	.hero-section .wrapper h1 {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
}

.hero-section .wrapper h1 span.second {
	font-size: clamp(2.6136363636rem, 12vw, 10.7954545455rem);
	display: block;
}

.hero-section .wrapper .buttons {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 3.4090909091rem;
}

@media (max-width: 768px) {
	.hero-section .wrapper .buttons {
		display: block;
		margin-top: calc(100vh - 26.1363636364rem);
		margin-bottom: 0.9090909091rem;
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
}

@media (max-width: 768px) {
	.hero-section .wrapper .buttons a {
		width: 100%;
		max-width: 19.3181818182rem;
		margin: 0 auto;
	}
}

.hero-section .wrapper .buttons a:not(:first-child) {
	margin-left: 2.5568181818rem;
}

@media (max-width: 768px) {
	.hero-section .wrapper .buttons a:not(:first-child) {
		margin-left: auto;
		margin-top: 0.9090909091rem;
	}
}

.join-to-project-section {
	width: 100%;
	height: auto;
	min-height: 33vh;
	padding: 5.1136363636rem 1.3636363636rem 9.0909090909rem;
	position: relative;
	color: #ffffff;
}

@media (max-width: 1200px) {
	.join-to-project-section {
		padding-top: 2.5568181818rem;
		padding-bottom: 5.6818181818rem;
	}
}

.join-to-project-section .background-section {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: #0057b8;
}

@media (max-width: 768px) {
	.join-to-project-section .background-section {
		width: 200%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.join-to-project-section .columns {
	-webkit-box-align: center;
	align-items: center;
}

.join-to-project-section .columns .column h2 {
	font-size: 2.3863636364rem;
	font-weight: 500;
}

@media (max-width: 1200px) {
	.join-to-project-section .columns .column h2 {
		font-size: 2.0454545455rem;
	}
}

@media (max-width: 768px) {
	.join-to-project-section .columns .column h2 {
		font-size: 1.7045454545rem;
	}
}

.join-to-project-section .columns .column .button-item {
	margin-top: 1.3636363636rem;
}

.image-text-section {
	width: 100%;
	height: auto;
	padding: 1.1363636364rem 1.3636363636rem;
	position: relative;
}

@media (max-width: 1200px) {
	.image-text-section {
		font-size: 0.7954545455rem;
	}
}

.image-text-section.first {
	background-color: #f4f4f3;
	padding-top: 6.8181818182rem;
	margin-top: -2.2727272727rem;
}

@media (max-width: 768px) {
	.image-text-section.first {
		padding-top: 3.4090909091rem;
	}
}

.image-text-section .columns .column img {
	border-radius: 1.1363636364rem;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1) {
	.image-text-section .columns .column img::before {
		content: '';
		float: left;
		padding-top: calc(1 / 1 * 100%);
	}
	.image-text-section .columns .column img::after {
		content: '';
		display: block;
		clear: both;
	}
}

@media (max-width: 768px) {
	.image-text-section .columns .column img {
		aspect-ratio: inherit;
		width: 100%;
		max-height: 19.3181818182rem;
	}
}

.image-text-section .columns .column h2 {
	font-size: 2.3863636364rem;
	font-weight: 500;
	margin: 1.8181818182rem 0 2.2727272727rem;
}

.image-text-section .columns .column h2.strong {
	font-weight: 700;
}

@media (max-width: 1200px) {
	.image-text-section .columns .column h2 {
		font-size: 2.0454545455rem;
		margin-bottom: 1.3636363636rem;
	}
}

@media (max-width: 768px) {
	.image-text-section .columns .column h2 {
		font-size: 1.5909090909rem;
	}
}

.image-text-section .columns .column .button-item {
	min-width: 13.6363636364rem;
	margin-top: 1.3636363636rem;
}

.image-text-section .columns .column ul,
.image-text-section .columns .column ol {
	list-style: inherit;
	padding-left: 2.2727272727rem;
}

@media (max-width: 1200px) {
	.image-text-section .columns .column ul,
	.image-text-section .columns .column ol {
		padding-left: 1.3636363636rem;
	}
}

.image-text-section .columns .column ul li:not(:first-child),
.image-text-section .columns .column ol li:not(:first-child) {
	margin-top: 0.9090909091rem;
}

@media (max-width: 1200px) {
	.image-text-section .columns .column ul li:not(:first-child),
	.image-text-section .columns .column ol li:not(:first-child) {
		margin-top: 0.4545454545rem;
	}
}

.cta-section {
	width: 100%;
	height: auto;
	min-height: 33vh;
	padding: 14.2045454545rem 1.3636363636rem 7.3863636364rem;
	position: relative;
	color: #ffffff;
}

@media (max-width: 1200px) {
	.cta-section {
		padding-top: 6.8181818182rem;
		padding-bottom: 6.8181818182rem;
	}
}

.cta-section .background-section {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.cta-section .background-section {
		width: 220%;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(180deg);
		transform: translateX(-50%) rotate(180deg);
	}
}

.cta-section .background-section::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: #002044;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.5;
}

.cta-section .background-section img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	z-index: 1;
}

.cta-section .wrapper {
	text-align: center;
	max-width: 57.7272727273rem;
}

.cta-section .wrapper h2 {
	font-size: 2.3863636364rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.cta-section .wrapper h2 {
		font-size: 1.7045454545rem;
	}
}

.cta-section .wrapper h2 span {
	color: #ffd700;
}

.cta-section .wrapper .button-item {
	margin-top: 1.3636363636rem;
	width: 100%;
	max-width: 18.1818181818rem;
}

.cta-reports-section {
	width: 100%;
	height: auto;
	min-height: 33vh;
	padding: 4.5454545455rem 1.3636363636rem 4.5454545455rem;
	position: relative;
	color: #ffffff;
	background-color: #0057b8;
}

@media (max-width: 1200px) {
	.cta-reports-section {
		padding-top: 2.2727272727rem;
		padding-bottom: 2.2727272727rem;
	}
}

@media (max-width: 768px) {
	.cta-reports-section {
		padding-top: 0rem;
		min-height: inherit;
	}
}

.cta-reports-section .background-section {
	width: 140%;
	height: 11.3636363636rem;
	top: -3.4090909091rem;
	left: -20%;
	background-color: #0057b8;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.cta-reports-section .background-section {
		width: 220%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.cta-reports-section .wrapper h2 {
	font-size: 2.3863636364rem;
	font-weight: 500;
}

@media (max-width: 768px) {
	.cta-reports-section .wrapper h2 {
		font-size: 1.8181818182rem;
		text-align: center;
	}
}

.cta-reports-section .wrapper .button-item {
	width: 100%;
	max-width: 22.0454545455rem;
	margin-left: auto;
	display: block;
}

.get-in-touch-section {
	width: 100%;
	padding: 6.8181818182rem 1.3636363636rem;
	background-color: #ffd700;
}

@media (max-width: 1200px) {
	.get-in-touch-section {
		padding-top: 4.5454545455rem;
		padding-bottom: 4.5454545455rem;
	}
}

.get-in-touch-section .wrapper .columns .column h2 {
	font-size: 3.4090909091rem;
	font-weight: 500;
	max-width: 31.8181818182rem;
}

@media (max-width: 1200px) {
	.get-in-touch-section .wrapper .columns .column h2 {
		font-size: 2.3863636364rem;
	}
}

@media (max-width: 768px) {
	.get-in-touch-section .wrapper .columns .column h2 {
		font-size: 1.8181818182rem;
		text-align: center;
	}
}

.get-in-touch-section .wrapper .columns .column:last-child {
	text-align: center;
}

.get-in-touch-section .wrapper .columns .column:last-child p.small {
	font-size: 0.8181818182rem;
}

.get-in-touch-section .wrapper .columns .column:last-child .social-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0.9090909091rem auto 1.3636363636rem;
}

.get-in-touch-section .wrapper .columns .column:last-child .social-list li {
	margin: 0 0.2272727273rem;
	width: 1.5909090909rem;
}

.get-in-touch-section .wrapper .columns .column:last-child .social-list li a {
	width: 1.5909090909rem;
	height: 1.5909090909rem;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.get-in-touch-section .wrapper .columns .column:last-child .social-list li a:hover {
		opacity: 0.6;
	}
}

.get-in-touch-section .wrapper .columns .column:last-child .social-list li a svg {
	width: 100%;
	height: 100%;
	fill: transparent;
	display: block;
}

.get-in-touch-section .wrapper .columns .column:last-child .social-list li a svg .sqs-use--icon {
	fill: transparent;
}

.get-in-touch-section .wrapper .columns .column:last-child .social-list li a svg .sqs-use--mask {
	fill: #000000;
}

.donation {
	width: 100%;
	height: auto;
	margin: 1.1363636364rem auto 0;
	position: relative;
}

.donation .form-row:not(:first-child) {
	margin-top: 0.9090909091rem;
}

.donation .form-row.hidden {
	display: none;
}

.donation .form-row .row-label {
	width: 100%;
	margin-bottom: 0.2272727273rem;
	font-size: 0.6818181818rem;
}

.donation .form-row .item {
	width: calc((100% - 1.8181818182rem) / 3);
	max-width: 7.9545454545rem;
}

@media (max-width: 1440px) {
	.donation .form-row .item {
		max-width: 6.8181818182rem;
		font-size: 0.9090909091rem;
	}
}

.donation .form-row .item:not(:nth-of-type(1)) {
	margin-left: 0.9090909091rem;
}

.donation .form-row input[type='number'],
.donation .form-row input[type='text'],
.donation .form-row input[type='email'] {
	width: 100%;
	height: 2.2727272727rem;
	padding: 0 0.9090909091rem;
	border: 0.0568181818rem solid #002044;
	border-radius: 4px;
	font-size: 0.8522727273rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation .form-row input[type='number']:focus,
.donation .form-row input[type='text']:focus,
.donation .form-row input[type='email']:focus {
	border-color: #0057b8;
}

.donation .form-row input[type='number'].error,
.donation .form-row input[type='text'].error,
.donation .form-row input[type='email'].error {
	border-color: #ff0000;
}

.donation .form-row .options-row {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.donation .form-row .options-row .item {
	position: relative;
}

.donation .form-row .options-row .item input[type='radio'] {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
}

.donation .form-row .options-row .item input[type='radio'] + .name {
	display: block;
	width: 100%;
	color: #002044;
	background: rgba(204, 204, 204, 0.3);
	border: 0.0568181818rem solid #002044;
	padding: 0.9090909091rem;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
}

@media (hover: hover) {
	.donation .form-row .options-row .item input[type='radio'] + .name:hover {
		background: #cccccc;
	}
}

.donation .form-row .options-row .item input[type='radio']:checked + .name {
	background: #0057b8;
	color: #ffffff;
}

.donation .form-row .options-row .choose-amount {
	display: block;
	width: 100%;
	color: #002044;
	background: rgba(204, 204, 204, 0.3);
	border: 0.0568181818rem solid #002044;
	padding: 0.9090909091rem 0.3409090909rem 0.2272727273rem;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
}

@media (hover: hover) {
	.donation .form-row .options-row .choose-amount:hover {
		background: #cccccc;
	}
}

.donation .form-row .options-row .choose-amount > * {
	pointer-events: none;
}

.donation .form-row .options-row .choose-amount .icon {
	margin: 0.4545454545rem auto;
}

.donation .form-row .options-row .choose-amount .icon svg {
	width: 100%;
	max-width: 2.2727272727rem;
	height: auto;
	fill: #002044;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation .form-row .options-row .choose-amount.active {
	background: #0057b8;
	color: #ffffff;
}

.donation .form-row .options-row .choose-amount.active .icon svg {
	fill: #ffffff;
}

@media (max-width: 660px) {
	.donation .form-row .options-row.amount-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		gap: 0.9090909091rem;
	}
	.donation .form-row .options-row.amount-row .item {
		margin-left: 0;
		width: 100%;
		max-width: inherit;
	}
}

.donation .form-row.two-columns {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.donation .form-row.two-columns .item {
	width: 48%;
	max-width: inherit;
}

@media (max-width: 660px) {
	.donation .form-row.two-columns .item {
		width: 100%;
	}
	.donation .form-row.two-columns .item:not(:nth-of-type(1)) {
		margin-left: 0;
		margin-top: 0.4545454545rem;
	}
}

.donation .form-row .switch-field {
	width: 100%;
	max-width: 100%;
}

.donation .form-row .switch-field label {
	position: relative;
}

.donation .form-row .switch-field label input[type='checkbox'] {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
}

.donation .form-row .switch-field label input[type='checkbox'] + span {
	position: relative;
	padding-left: 2.7272727273rem;
	cursor: pointer;
}

.donation .form-row .switch-field label input[type='checkbox'] + span::before {
	content: '';
	display: block;
	width: 2.2727272727rem;
	height: 0.9090909091rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0.0568181818rem solid #002044;
	background: rgba(204, 204, 204, 0.3);
	border-radius: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.donation .form-row .switch-field label input[type='checkbox'] + span::after {
	content: '';
	display: block;
	width: 0.6818181818rem;
	height: 0.6818181818rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #002044;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0.1136363636rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.donation .form-row .switch-field label input[type='checkbox']:checked + span::before {
	background: #0057b8;
}

.donation .form-row .switch-field label input[type='checkbox']:checked + span::after {
	background: #ffffff;
	left: 1.4772727273rem;
}

.donation .form-row .consent-row {
	width: 100%;
	max-width: 100%;
	margin-left: 0 !important;
	margin-top: 0.4545454545rem;
	position: relative;
}

.donation .form-row .consent-row input[type='checkbox'] {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
}

.donation .form-row .consent-row input[type='checkbox'] + span {
	position: relative;
	padding-left: 1.3636363636rem;
	cursor: pointer;
}

.donation .form-row .consent-row input[type='checkbox'] + span::before {
	content: '';
	display: block;
	width: 0.9090909091rem;
	height: 0.9090909091rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0.0568181818rem solid #002044;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.donation .form-row .consent-row input[type='checkbox'] + span::after {
	content: '';
	display: block;
	width: 0.7954545455rem;
	height: 0.7954545455rem;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #0057b8;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0.1136363636rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.donation .form-row .consent-row input[type='checkbox']:checked + span::after {
	opacity: 1;
}

.donation .form-row .consent-row input[type='checkbox'].error + span {
	color: #ff0000;
}

.donation .form-row .consent-row input[type='checkbox'].error + span::before {
	border-color: #ff0000;
}

.donation .submit-button {
	margin-top: 0.9090909091rem;
	width: 100%;
	padding: 0.9090909091rem 2.2727272727rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.0568181818rem;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #cccccc;
	cursor: pointer;
}

@media (hover: hover) {
	.donation .submit-button:hover {
		background: #0057b8;
		color: #ffffff;
	}
}

.modal-donate {
	position: fixed;
	height: 100vh;
	width: 100vw;
	display: none;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.modal-donate.active {
	display: -webkit-box;
	display: flex;
}

.modal-donate .background-overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: rgba(31, 34, 44, 0.302);
	bottom: 0;
	left: 0;
	z-index: 101;
}

.modal-donate .container-with-result {
	position: relative;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin: auto;
	background: #ffffff;
	width: 28.6931818182rem;
	height: auto;
	max-height: 27.3863636364rem;
	box-sizing: border-box;
	z-index: 995;
	text-align: center;
	padding: 3.125rem;
}

.modal-donate img.close-modal-button {
	position: absolute;
	width: 0.6818181818rem;
	height: 0.6818181818rem;
	top: 1.1363636364rem;
	right: 1.1363636364rem;
	cursor: pointer;
}

.modal-donate img.icon {
	width: 4.6590909091rem;
}

.modal-donate .icon {
	width: 4.6590909091rem;
	height: 4.6590909091rem;
	margin: 0 auto;
	border: 0.0568181818rem solid #0057b8;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.modal-donate .icon img {
	width: 58%;
	margin: 0.3409090909rem auto 0;
}

.modal-donate h3 {
	font-size: 1.8181818182rem;
	font-weight: 400;
	line-height: 1.8181818182rem;
	color: #002044;
	margin: 0.9090909091rem auto;
}

.hero-about-us {
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 15.9090909091rem 1.1363636364rem 3.4090909091rem;
	position: relative;
}

@media (max-width: 1200px) {
	.hero-about-us {
		padding: 10.2272727273rem 1.1363636364rem 2.2727272727rem;
	}
}

@media (max-width: 768px) {
	.hero-about-us {
		padding-top: 6.8181818182rem;
	}
}

.hero-about-us::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 32, 68, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-about-us .wrapper {
	position: relative;
	z-index: 5;
	color: #ffffff;
}

@media (max-width: 1200px) {
	.hero-about-us .columns .column:first-child {
		width: 60%;
	}
}

@media (max-width: 992px) {
	.hero-about-us .columns .column:first-child {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.hero-about-us .columns .column:first-child {
		width: 100%;
	}
}

.hero-about-us h1 {
	font-size: clamp(2.2727272727rem, 5vw, 3.4090909091rem);
	line-height: 1.2;
	font-weight: 800;
	font-style: italic;
	letter-spacing: 0.0568181818rem;
}

.mission-section {
	padding: 4.5454545455rem 1.1363636364rem 5.6818181818rem;
	background-color: #ffd700;
	color: #000000;
}

@media (max-width: 768px) {
	.mission-section {
		padding-top: 2.2727272727rem;
		padding-bottom: 3.4090909091rem;
	}
}

.mission-section h2 {
	font-size: 3.4090909091rem;
	font-weight: 400;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.mission-section h2 {
		font-size: 2.6136363636rem;
	}
}

.mission-section p {
	font-size: 1.0909090909rem;
}

@media (max-width: 992px) {
	.mission-section p {
		font-size: 1.0227272727rem;
	}
}

.values-section {
	position: relative;
	background-color: #002044;
	padding: 0rem 1.1363636364rem 3.4090909091rem;
	color: #ffffff;
}

.values-section .background-section {
	width: 140%;
	height: 11.3636363636rem;
	top: -3.4090909091rem;
	left: -20%;
	position: absolute;
	background-color: #002044;
	border-radius: 50%;
}

@media (max-width: 768px) {
	.values-section .background-section {
		width: 220%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -2.2727272727rem;
	}
}

.values-section h2,
.values-section h3 {
	color: #ffd700;
}

.values-section h2 {
	font-size: 3.4545454545rem;
	margin-bottom: 5vw;
}

@media (max-width: 992px) {
	.values-section h2 {
		font-size: 2.6136363636rem;
	}
}

@media (max-width: 768px) {
	.values-section h2 {
		margin-bottom: 0.9090909091rem;
	}
}

.values-section h3 {
	font-size: 1.0909090909rem;
	margin-bottom: 0.9090909091rem;
}

@media (max-width: 992px) {
	.values-section h3 {
		font-size: 1.0227272727rem;
	}
}

@media (min-width: 769px) {
	.values-section .columns .column:first-child {
		width: 30%;
	}
}

.values-section .columns .column:first-child p {
	font-size: 0.8181818182rem;
}

@media (min-width: 769px) {
	.values-section .columns .column:first-child p {
		max-width: 22.1590909091rem;
	}
}

@media (min-width: 769px) {
	.values-section .columns .column:last-child {
		width: 65%;
	}
}

.values-section .values-container {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.values-section .values-container {
		margin-top: 3.4090909091rem;
	}
}

.values-section .values-container .column-item {
	width: 47%;
}

@media (max-width: 768px) {
	.values-section .values-container .column-item {
		width: 100%;
	}
	.values-section .values-container .column-item:not(:first-child) {
		margin-top: 1.8181818182rem;
	}
}

.values-section .values-container .column-item .value-item:not(:first-child) {
	margin-top: 1.8181818182rem;
}

.values-section .values-container .column-item .value-item p {
	font-size: 1rem;
}

@media (max-width: 992px) {
	.values-section .values-container .column-item .value-item p {
		font-size: 0.9659090909rem;
	}
}

.team-section {
	padding: 5.6818181818rem 1.1363636364rem;
}

@media (max-width: 768px) {
	.team-section {
		padding: 3.4090909091rem 1.1363636364rem;
	}
}

.team-section + .team-section {
	padding-top: 0;
}

.team-section h2 {
	font-size: 2.3409090909rem;
	margin-bottom: 2.2727272727rem;
	text-align: center;
}

@media (max-width: 992px) {
	.team-section h2 {
		font-size: 1.9318181818rem;
	}
}

@media (max-width: 768px) {
	.team-section h2 {
		font-size: 1.7045454545rem;
	}
}

.team-section .team-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 2.2727272727rem;
}

@media (max-width: 768px) {
	.team-section .team-container {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 540px) {
	.team-section .team-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1201px) {
	.team-section .team-container .member {
		padding: 0 1.7045454545rem;
	}
}

.team-section .team-container .member .photo {
	width: 100%;
	height: 0;
	padding-bottom: 133%;
	position: relative;
	margin-bottom: 1.1363636364rem;
}

.team-section .team-container .member .photo img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.team-section .team-container .member .name {
	text-align: center;
	font-size: 1.4772727273rem;
	margin-bottom: 0.4545454545rem;
}

@media (max-width: 992px) {
	.team-section .team-container .member .name {
		font-size: 1.1363636364rem;
	}
}

.team-section .team-container .member .position {
	text-align: center;
	font-size: 0.9090909091rem;
	margin-bottom: 0.4545454545rem;
}

.team-section .team-container .member .links {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.team-section .team-container .member .links a {
	color: #000000;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.team-section .team-container .member .links a:hover {
		color: #0057b8;
		text-decoration: none;
	}
}

.team-section .team-container .member .links a:not(:first-child) {
	margin-left: 0.9090909091rem;
}

.slider-section {
	padding: 6.8181818182rem 1.1363636364rem;
}

@media (max-width: 992px) {
	.slider-section {
		padding: 4.5454545455rem 1.1363636364rem;
	}
}

@media (max-width: 768px) {
	.slider-section {
		padding: 2.2727272727rem 1.1363636364rem;
	}
}

.slider-section h2 {
	text-align: center;
	font-size: 2.3636363636rem;
	margin-bottom: 2.2727272727rem;
}

@media (max-width: 992px) {
	.slider-section h2 {
		font-size: 1.9318181818rem;
	}
}

@media (max-width: 768px) {
	.slider-section h2 {
		font-size: 1.5340909091rem;
	}
}

.slider-section .button-item {
	margin: 1.8181818182rem auto;
	display: table;
}

.slider-section .slider-container {
	position: relative;
}

@media (max-width: 600px) {
	.slider-section .slider-container {
		padding-bottom: 3.4090909091rem;
	}
}

.slider-section .slider-container .slick-track {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.slider-section .slider-container .slider-item {
	height: auto;
	padding: 0 1.3636363636rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

.slider-section .slider-container .slider-item .logo {
	width: 100%;
	margin-bottom: 0.9090909091rem;
}

.slider-section .slider-container .slider-item .logo img {
	width: 100%;
	max-width: 7.3863636364rem;
	display: block;
	margin: 0 auto;
}

.slider-section .slider-container .slider-item .name {
	font-size: 0.8522727273rem;
	color: #002044;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.slider-section .slider-container .slider-item .name:hover {
		color: #0057b8;
	}
}

.slider-section .slider-container .slick-dots {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 1.3636363636rem auto;
	width: 100%;
	gap: 0.4545454545rem;
}

.slider-section .slider-container .slick-dots li {
	width: 0.4545454545rem;
	height: 0.4545454545rem;
	display: block;
	border-radius: 50%;
	background-color: #cccccc;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.slider-section .slider-container .slick-dots li.slick-active {
	background-color: #002044;
}

.slider-section .slider-container .slick-dots li button {
	display: none;
}

.slider-section .slider-container .arrows {
	width: 2.3863636364rem;
	height: 2.3863636364rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.slider-section .slider-container .arrows.prev {
	-webkit-transform: translateX(-2.9545454545rem);
	transform: translateX(-2.9545454545rem);
}

.slider-section .slider-container .arrows.next {
	-webkit-transform: translateX(0.5681818182rem);
	transform: translateX(0.5681818182rem);
}

.slider-section .slider-container .arrows svg {
	width: 1.25rem;
	height: auto;
	display: block;
	stroke: #ffffff;
}

.pagination {
	width: 100%;
	margin: 2.3863636364rem auto;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.pagination .page-numbers {
	width: auto;
	min-width: 1.3636363636rem;
	margin: 0 0.2272727273rem;
	color: #002044;
	font-size: 1.1363636364rem;
	text-decoration: none;
	position: relative;
	padding-bottom: 0.2272727273rem;
	text-align: center;
}

@media (hover: hover) {
	.pagination .page-numbers:hover {
		color: #0057b8;
	}
}

.pagination .page-numbers.current {
	color: #0057b8;
}

.pagination .page-numbers.current::before {
	content: '';
	width: 100%;
	height: 0.0568181818rem;
	display: block;
	background: #0057b8;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	font-size: 1.7045454545rem;
}

body.category {
	background-color: #f2f2f2;
}

/**
 * Category Hero section
 */

.category-hero {
	width: 100%;
	padding: 10.2272727273rem 1.1363636364rem 5.6818181818rem;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 768px) {
	.category-hero {
		padding: 10.2272727273rem 1.1363636364rem 4.5454545455rem;
	}
}

.category-hero .background-section {
	background-color: #0057b8;
}

.category-hero h1 {
	font-size: clamp(1.8181818182rem, 10vw, 10.1136363636rem);
	font-weight: 500;
}

.children-cats {
	padding-left: 1.3636363636rem;
	padding-right: 1.3636363636rem;
	margin-top: 1.3636363636rem;
	margin-bottom: 1.3636363636rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9090909091rem;
}

.children-cats a {
	font-size: 1.0227272727rem;
	line-height: 1.2;
	padding: 0.7954545455rem 1.3636363636rem 0.6818181818rem;
	border-radius: 1.3636363636rem;
	color: #ffffff;
	background: #002044;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.7;
	text-align: center;
}

@media (hover: hover) {
	.children-cats a:hover {
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.children-cats a {
		font-size: 0.9090909091rem;
	}
}

@media (max-width: 768px) {
	.children-cats a {
		font-size: 0.7954545455rem;
		padding: 0.5681818182rem 0.9090909091rem 0.4545454545rem;
	}
}

/**
 * Posts
 */

.posts-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr)) [3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 50px;
	grid-row-gap: 70px;
	grid-auto-rows: -webkit-min-content;
	grid-auto-rows: min-content;
	padding-left: 1.3636363636rem;
	padding-right: 1.3636363636rem;
	margin-top: 2.7272727273rem;
	margin-bottom: 4.5454545455rem;
}

@media (max-width: 1200px) {
	.posts-container {
		grid-column-gap: 24px;
		grid-row-gap: 40px;
	}
}

@media (max-width: 768px) {
	.posts-container {
		-ms-grid-columns: (minmax(0, 1fr)) [2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.posts-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-column-gap: 0;
	}
}

.posts-container .post-item .thumbnail {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.0227272727rem;
	aspect-ratio: 4 / 3;
}

@supports not (aspect-ratio: 4 / 3) {
	.posts-container .post-item .thumbnail::before {
		content: '';
		float: left;
		padding-top: calc(3 / 4 * 100%);
	}
	.posts-container .post-item .thumbnail::after {
		content: '';
		display: block;
		clear: both;
	}
}

@media (max-width: 540px) {
	.posts-container .post-item .thumbnail {
		margin-bottom: 0.9090909091rem;
	}
}

.posts-container .post-item .thumbnail img {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 12px;
}

.posts-container .post-item .date {
	width: 100%;
	font-size: 0.8181818182rem;
	line-height: 1;
	margin-bottom: 0.6818181818rem;
	color: #002044;
}

@media (max-width: 540px) {
	.posts-container .post-item .date {
		margin-bottom: 0.2272727273rem;
	}
}

.posts-container .post-item h2 {
	font-size: 1.1363636364rem;
	line-height: 1.3;
}

@media (max-width: 540px) {
	.posts-container .post-item h2 {
		font-size: 1.0227272727rem;
	}
}

.posts-container .post-item h2 a {
	text-decoration: none;
	color: #002044;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.posts-container .post-item .read-more {
	margin-top: 0.9090909091rem;
	text-decoration: none;
	color: #0057b8;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.posts-container .post-item .read-more:hover {
		color: #002044;
	}
}

@media (hover: hover) {
	.posts-container .post-item:hover .thumbnail img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	.posts-container .post-item:hover h2 a {
		color: #0057b8;
	}
}

.reports-page {
	width: 100%;
	padding: 19.3181818182rem 1.3636363636rem 11.3636363636rem;
	background: #ffd700;
	background-size: cover;
	position: relative;
	color: #000000;
}

@media (max-width: 1440px) {
	.reports-page {
		padding-top: 13.6363636364rem;
	}
}

@media (max-width: 1200px) {
	.reports-page {
		padding-top: 11.3636363636rem;
		padding-bottom: 6.8181818182rem;
	}
}

@media (max-width: 540px) {
	.reports-page {
		padding-bottom: 3.4090909091rem;
	}
}

.reports-page h1 {
	font-size: 3.4545454545rem;
	font-weight: 700;
	margin-bottom: 1.8181818182rem;
}

@media (max-width: 1200px) {
	.reports-page h1 {
		font-size: 2.5568181818rem;
		margin-bottom: 0;
	}
}

.reports-page._for-about {
	padding: 4.5454545455rem 1.1363636364rem;
	background: #002044;
	background-size: cover;
	position: relative;
	color: #ffffff;
}

.reports-page._for-about h2 {
	font-size: 3.4545454545rem;
	font-weight: 700;
	margin-bottom: 1.8181818182rem;
}

@media (max-width: 1200px) {
	.reports-page._for-about h2 {
		font-size: 2.5568181818rem;
		margin-bottom: 0;
	}
}

.reports-page._for-about .reports-grid .report-item a {
	background-color: #ffd700;
	color: #000000;
}

.reports-grid {
	width: 100%;
	margin-top: 3.4090909091rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 2.8409090909rem;
}

@media (max-width: 1200px) {
	.reports-grid {
		margin-top: 2.5568181818rem;
	}
}

@media (max-width: 992px) {
	.reports-grid {
		gap: 1.3636363636rem;
	}
}

@media (max-width: 660px) {
	.reports-grid {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 3.4090909091rem;
	}
}

@media (max-width: 540px) {
	.reports-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.reports-grid .report-item p {
	font-size: 1.0795454545rem;
	line-height: 1.4;
}

@media (max-width: 1200px) {
	.reports-grid .report-item p {
		font-size: 0.9090909091rem;
	}
}

@media (max-width: 992px) {
	.reports-grid .report-item p {
		font-size: 0.7954545455rem;
	}
}

@media (max-width: 660px) {
	.reports-grid .report-item p {
		margin-bottom: 0;
	}
}

.reports-grid .report-item a {
	font-size: 0.9090909091rem;
	padding: 1.3636363636rem 2.2727272727rem;
	background-color: #000000;
	color: #ffd700;
	border-radius: calc(4px * 10);
	margin-top: 0.9090909091rem;
	text-decoration: none;
	display: inline-block;
}

@media (hover: hover) {
	.reports-grid .report-item a:hover {
		opacity: 0.8;
	}
}

@media (max-width: 1200px) {
	.reports-grid .report-item a {
		padding: 1.0227272727rem 1.8181818182rem;
	}
}

@media (max-width: 992px) {
	.reports-grid .report-item a {
		font-size: 0.7954545455rem;
		padding: 0.6818181818rem 1.3636363636rem;
		margin-top: 0.6818181818rem;
	}
}

@media (max-width: 540px) {
	.reports-grid .report-item a {
		width: 100%;
		text-align: center;
	}
}

.projects-page {
	width: 100%;
	padding: 15.9090909091rem 1.3636363636rem 6.8181818182rem;
	background: #ffffff;
	background-size: cover;
	position: relative;
	color: #002044;
}

@media (max-width: 1440px) {
	.projects-page {
		padding-top: 10.2272727273rem;
	}
}

.projects-page .projects-head {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.8181818182rem;
}

@media (max-width: 660px) {
	.projects-page .projects-head {
		display: block;
	}
}

.projects-page .projects-head h1 {
	font-size: 3.4545454545rem;
	font-weight: 700;
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.projects-page .projects-head h1 {
		font-size: 2.5568181818rem;
		margin-bottom: 0;
	}
}

@media (max-width: 660px) {
	.projects-page .projects-head h1 {
		font-size: 1.8181818182rem;
	}
}

.projects-page .projects-head .project-types {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 660px) {
	.projects-page .projects-head .project-types {
		margin-top: 1.8181818182rem;
	}
}

.projects-page .projects-head .project-types a {
	font-size: 0.7386363636rem;
	line-height: 1;
	padding: 0.7954545455rem 1.3636363636rem 0.6818181818rem;
	text-transform: uppercase;
	text-decoration: none;
	background: #cccccc;
	color: #002044;
}

.projects-page .projects-head .project-types a:first-child {
	border-radius: 32px 0 0 32px;
}

.projects-page .projects-head .project-types a:last-child {
	border-radius: 0 32px 32px 0;
}

@media (hover: hover) {
	.projects-page .projects-head .project-types a:hover {
		background: #ffd700;
	}
}

.projects-page .projects-head .project-types a.active {
	background: #0057b8;
	color: #ffffff;
}

.projects-page .projects-description {
	margin-top: 4.5454545455rem;
}

.projects-page .projects-description p {
	font-size: 0.8522727273rem;
}

@media (max-width: 768px) {
	.projects-page .projects-description p {
		font-size: 0.7386363636rem;
	}
}

.projects-page .projects-description p:not(:first-child) {
	margin-top: 1.3636363636rem;
}

@media (max-width: 768px) {
	.projects-page .projects-description p:not(:first-child) {
		margin-top: 0.9090909091rem;
	}
}

.projects-page .projects-description a {
	color: #0057b8;
}

@media (hover: hover) {
	.projects-page .projects-description a:hover {
		text-decoration: none;
	}
}

.projects-page .projects-description ul,
.projects-page .projects-description ol {
	padding-left: 1.3636363636rem;
	margin-top: 1.3636363636rem;
}

@media (max-width: 768px) {
	.projects-page .projects-description ul,
	.projects-page .projects-description ol {
		margin-top: 0.9090909091rem;
	}
}

.projects-page .projects-description ul {
	list-style: disc;
}

.projects-page .projects-description ol {
	list-style: auto;
}

.projects-grid {
	width: 100%;
	margin-top: 3.4090909091rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	gap: 2.8409090909rem;
}

@media (max-width: 1440px) {
	.projects-grid {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 992px) {
	.projects-grid {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 660px) {
	.projects-grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.projects-grid .project-item {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.projects-grid .project-item::before {
	content: '';
	display: block;
	width: calc(100% + 1.3636363636rem);
	height: calc(100% + 1.3636363636rem);
	position: absolute;
	top: -0.6818181818rem;
	left: -0.6818181818rem;
	z-index: 1;
	border-radius: 12px;
	border: 0.0568181818rem solid #cccccc;
	box-shadow: 0 0 0.9090909091rem rgba(0, 32, 68, 0.3);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.projects-grid .project-item:hover::before {
		opacity: 1;
	}
}

.projects-grid .project-item .project-item-top {
	position: relative;
	z-index: 5;
}

.projects-grid .project-item .project-item-top .thumbnail {
	width: 100%;
	margin-bottom: 0.4545454545rem;
	aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: 16 / 9) {
	.projects-grid .project-item .project-item-top .thumbnail::before {
		content: '';
		float: left;
		padding-top: calc(9 / 16 * 100%);
	}
	.projects-grid .project-item .project-item-top .thumbnail::after {
		content: '';
		display: block;
		clear: both;
	}
}

.projects-grid .project-item .project-item-top .thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.projects-grid .project-item .project-item-top h3 {
	font-size: 1.1363636364rem;
	margin-bottom: 0.4545454545rem;
}

.projects-grid .project-item .project-item-top .excerpt {
	font-size: 0.8522727273rem;
}

.projects-grid .project-item .project-item-bottom {
	position: relative;
	z-index: 5;
	padding-top: 1.1363636364rem;
	margin-top: 1.1363636364rem;
	border-top: 0.0568181818rem solid #cccccc;
}

.projects-grid .project-item .project-item-bottom a.more-details {
	font-size: 0.7954545455rem;
	padding: 0.9090909091rem 2.2727272727rem;
	background-color: #cccccc;
	color: #002044;
	border-radius: calc(4px * 10);
	margin-top: 0.9090909091rem;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

@media (hover: hover) {
	.projects-grid .project-item .project-item-bottom a.more-details:hover {
		opacity: 0.8;
		background-color: #ffd700;
	}
}

.page-container,
.single-post-container {
	width: 100%;
	padding: 13.6363636364rem 1.1363636364rem 5.6818181818rem;
	color: #002044;
}

@media (max-width: 1200px) {
	.page-container,
	.single-post-container {
		padding-top: 10.2272727273rem;
		padding-bottom: 2.2727272727rem;
	}
}

.page-container .title-post,
.single-post-container .title-post {
	font-size: clamp(1.25rem, 8vw, 3.4659090909rem);
	line-height: 1.2;
	text-align: center;
	font-weight: 400;
	margin-bottom: 2.2727272727rem;
}

.page-container a,
.single-post-container a {
	color: #0057b8;
}

.page-container ul,
.page-container ol,
.single-post-container ul,
.single-post-container ol {
	padding-left: 1.3636363636rem;
	margin-bottom: 1.3636363636rem;
}

@media (max-width: 768px) {
	.page-container ul,
	.page-container ol,
	.single-post-container ul,
	.single-post-container ol {
		margin-bottom: 0.9090909091rem;
	}
}

.page-container ul,
.single-post-container ul {
	list-style: disc;
}

.page-container ul ul,
.page-container ul ol,
.single-post-container ul ul,
.single-post-container ul ol {
	margin-bottom: 0;
}

.page-container ul ul,
.single-post-container ul ul {
	list-style: circle;
}

.page-container ol,
.single-post-container ol {
	list-style: auto;
}

.page .related-posts,
.single-post .related-posts {
	margin: 4.5454545455rem auto 6.8181818182rem;
}

@media (max-width: 768px) {
	.page .related-posts,
	.single-post .related-posts {
		margin: 2.2727272727rem auto 3.4090909091rem;
	}
}

.page .related-posts .title-section,
.single-post .related-posts .title-section {
	padding: 0 1.1363636364rem;
	color: #002044;
}

@media (max-width: 768px) {
	.page .related-posts .title-section,
	.single-post .related-posts .title-section {
		font-size: 1.3636363636rem;
	}
}

.page .related-posts .posts-container.slick-slider,
.single-post .related-posts .posts-container.slick-slider {
	display: block;
	padding: 0;
}

.page .related-posts .posts-container.slick-slider article,
.single-post .related-posts .posts-container.slick-slider article {
	padding: 0 1.1363636364rem;
}

@media (max-width: 540px) {
	.page .related-posts .posts-container.slick-slider article,
	.single-post .related-posts .posts-container.slick-slider article {
		padding: 0 0.5681818182rem;
	}
}

.page .related-posts .posts-container.slick-slider .slick-dots,
.single-post .related-posts .posts-container.slick-slider .slick-dots {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 1.3636363636rem;
}

.page .related-posts .posts-container.slick-slider .slick-dots li,
.single-post .related-posts .posts-container.slick-slider .slick-dots li {
	margin: 0 0.2272727273rem;
}

.page .related-posts .posts-container.slick-slider .slick-dots li button,
.single-post .related-posts .posts-container.slick-slider .slick-dots li button {
	font-size: 0;
	color: transparent;
	width: 0.5681818182rem;
	height: 0.5681818182rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page .related-posts .posts-container.slick-slider .slick-dots li.slick-active button,
.single-post .related-posts .posts-container.slick-slider .slick-dots li.slick-active button {
	background: #0057b8;
}

.single-reports-page {
	width: 100%;
	padding-top: 13.6363636364rem;
	padding-bottom: 11.3636363636rem;
	color: #ffffff;
	background-color: #0057b8;
}

.single-reports-page .wrapper {
	max-width: 57.6704545455rem;
}

.single-reports-page .report-top {
	padding-bottom: 2.2727272727rem;
	margin-bottom: 2.2727272727rem;
	border-bottom: 1px solid #ffffff;
}

.single-reports-page .report-top h1 {
	font-size: 3.4545454545rem;
	font-weight: 700;
	margin-bottom: 2.7272727273rem;
	text-transform: uppercase;
}

.single-reports-page .report-top p {
	font-size: 1.6477272727rem;
	margin-bottom: 2.7272727273rem;
	line-height: 1.4;
}

.single-reports-page .report-top a.download-btn {
	min-width: 12.5rem;
	text-align: center;
	font-size: 0.9090909091rem;
	padding: 1.3636363636rem 2.2727272727rem;
	background-color: #ffd700;
	color: #000000;
	border-radius: calc(4px * 10);
	margin-top: 0.9090909091rem;
	text-decoration: none;
	display: inline-block;
}

@media (hover: hover) {
	.single-reports-page .report-top a.download-btn:hover {
		opacity: 0.8;
	}
}

.single-reports-page .report-content p {
	font-size: 1rem;
}

.single-reports-page .report-content p.title {
	font-size: 1.25rem;
	margin-bottom: 1.3636363636rem;
}

.single-reports-page .report-content p.title.spending {
	margin-top: 2.7272727273rem;
}

.single-reports-page .report-content ul,
.single-reports-page .report-content ol {
	list-style: inherit;
	padding-left: 2.7272727273rem;
}

.single-reports-page .report-content ul li:not(:first-child),
.single-reports-page .report-content ol li:not(:first-child) {
	margin-top: 0.9090909091rem;
}

.single-reports-page .report-content a {
	color: #ffd700;
}

.single-project-page {
	width: 100%;
	padding: 13.6363636364rem 1.1363636364rem 11.3636363636rem;
}

@media (max-width: 1440px) {
	.single-project-page {
		padding-top: 10.2272727273rem;
	}
}

.single-project-page h1 {
	font-size: clamp(1.5909090909rem, 5vw, 2.5rem);
	line-height: 1.4;
}

.single-project-page .project-top {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.single-project-page .project-top .project-thumbnail {
	width: 45%;
}

@media (max-width: 1200px) {
	.single-project-page .project-top .project-thumbnail {
		width: 100%;
		max-height: 31.25rem;
	}
}

.single-project-page .project-top .project-thumbnail img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-project-page .project-top .project-data {
	width: 52%;
	padding: 1.3636363636rem;
	background: rgba(204, 204, 204, 0.3);
}

@media (max-width: 1200px) {
	.single-project-page .project-top .project-data {
		width: 100%;
	}
}

.single-project-page .project-top .project-data .project-item-evalution .progress-container {
	margin-bottom: 0.9090909091rem;
}

.single-project-page
	.project-top
	.project-data
	.project-item-evalution
	.progress-container
	.progress-bar {
	width: 100%;
}

.single-project-page .project-bottom {
	margin-top: 2.7272727273rem;
}

.single-project-page .project-bottom .tab-head {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
	border-bottom: 0.0568181818rem solid #cccccc;
}

.single-project-page .project-bottom .tab-head .tab-item {
	font-size: 1.1363636364rem;
	padding: 0.6818181818rem 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

@media (max-width: 660px) {
	.single-project-page .project-bottom .tab-head .tab-item {
		font-size: 0.8522727273rem;
	}
}

.single-project-page .project-bottom .tab-head .tab-item:not(:first-child) {
	margin-left: 1.3636363636rem;
}

@media (hover: hover) {
	.single-project-page .project-bottom .tab-head .tab-item:hover {
		color: #cccccc;
	}
}

.single-project-page .project-bottom .tab-head .tab-item.active {
	color: #0057b8;
}

.single-project-page .project-bottom .tab-container {
	margin-top: 1.3636363636rem;
}

.single-project-page .project-bottom .tab-container .tab-item {
	width: 100%;
	height: auto;
	display: none;
	font-size: 0.8522727273rem;
}

.single-project-page .project-bottom .tab-container .tab-item.active {
	display: block;
}

.single-project-page .project-bottom .tab-container .tab-item a {
	color: #0057b8;
}

@media (hover: hover) {
	.single-project-page .project-bottom .tab-container .tab-item a:hover {
		text-decoration: none;
	}
}

.single-project-page .project-bottom .tab-container .tab-item ul,
.single-project-page .project-bottom .tab-container .tab-item ol {
	padding-left: 1.3636363636rem;
	margin-top: 1.3636363636rem;
}

@media (max-width: 768px) {
	.single-project-page .project-bottom .tab-container .tab-item ul,
	.single-project-page .project-bottom .tab-container .tab-item ol {
		margin-top: 0.9090909091rem;
	}
}

.single-project-page .project-bottom .tab-container .tab-item ul {
	list-style: disc;
}

.single-project-page .project-bottom .tab-container .tab-item ol {
	list-style: auto;
}

.single-project-page .project-bottom .tab-container .tab-item .receipts-list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.single-project-page .project-bottom .tab-container .tab-item .receipts-list .receipt-item {
	width: 46%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	font-size: 0.9090909091rem;
	margin: 0.4545454545rem 0;
	position: relative;
}

@media (max-width: 1200px) {
	.single-project-page .project-bottom .tab-container .tab-item .receipts-list .receipt-item {
		width: 100%;
	}
}

@media (max-width: 660px) {
	.single-project-page .project-bottom .tab-container .tab-item .receipts-list .receipt-item {
		font-size: 0.7954545455rem;
		margin: 0.2272727273rem 0;
	}
}

.single-project-page .project-bottom .tab-container .tab-item .receipts-list .receipt-item::before {
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #cccccc;
	position: absolute;
	bottom: 0.625rem;
	left: 0;
}

.single-project-page .project-bottom .tab-container .tab-item .receipts-list .receipt-item .name {
	font-weight: 700;
	padding: 0.2272727273rem 0.5681818182rem 0.2272727273rem 0;
	background-color: #ffffff;
	position: relative;
	z-index: 5;
}

.single-project-page
	.project-bottom
	.tab-container
	.tab-item
	.receipts-list
	.receipt-item
	.name
	span {
	font-size: 0.7386363636rem;
	font-weight: 400;
}

@media (max-width: 660px) {
	.single-project-page
		.project-bottom
		.tab-container
		.tab-item
		.receipts-list
		.receipt-item
		.name
		span {
		display: none;
	}
}

.single-project-page .project-bottom .tab-container .tab-item .receipts-list .receipt-item .amount {
	padding: 0.2272727273rem 0 0.2272727273rem 0.5681818182rem;
	background-color: #ffffff;
	position: relative;
	z-index: 5;
}

.single-project-page .other-projects {
	margin-top: 2.2727272727rem;
	padding-top: 2.2727272727rem;
	border-top: 0.0568181818rem solid #cccccc;
}

.support-us {
	width: 100%;
	padding: 13.6363636364rem 1.1363636364rem 11.3636363636rem;
	background: #002044;
	background-size: cover;
	position: relative;
	color: #ffffff;
}

@media (max-width: 1200px) {
	.support-us {
		padding-top: 10.2272727273rem;
		padding-bottom: 7.9545454545rem;
	}
}

@media (max-width: 768px) {
	.support-us {
		padding-bottom: 5.6818181818rem;
	}
}

.support-us .donate-button {
	width: 100%;
	max-width: 27.2727272727rem;
	height: auto;
	padding: 1.8181818182rem 2.7272727273rem;
	background: #0057b8;
	text-align: center;
	border-radius: calc(4px * 6);
	margin: 0 auto 6.8181818182rem;
	color: rgb(0, 0, 0);
	-webkit-filter: drop-shadow(2px 2px 3px);
	filter: drop-shadow(2px 2px 3px);
	mix-blend-mode: normal;
}

@media (max-width: 768px) {
	.support-us .donate-button {
		padding: 1.8181818182rem 1.3636363636rem;
		margin-bottom: 3.4090909091rem;
	}
}

.support-us .donate-button h1 {
	font-size: 1.7045454545rem;
	font-weight: 700;
	margin-bottom: 0.9090909091rem;
	color: #ffffff;
	letter-spacing: 0.0568181818rem;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.support-us .donate-button h1 {
		font-size: 1.4772727273rem;
	}
}

.support-us .donate-button h1 span {
	color: #ffd700;
	display: block;
}

@media (max-width: 1200px) {
	.support-us p {
		font-size: 0.9090909091rem;
	}
}

.support-us p.title-block {
	font-size: 2.4431818182rem;
	font-weight: 700;
	margin-bottom: 1.3636363636rem;
	letter-spacing: 0.0568181818rem;
	line-height: 1.4;
}

@media (max-width: 1200px) {
	.support-us p.title-block {
		font-size: 1.8181818182rem;
	}
}

@media (max-width: 768px) {
	.support-us p.title-block {
		margin-bottom: 0.6818181818rem;
	}
}

.support-us p.subtitle {
	font-weight: 700;
	letter-spacing: 0.0568181818rem;
}

.support-us a:not(.button-item) {
	color: #ffd700;
	font-style: italic;
}

@media (max-width: 768px) {
	.support-us .columns .column {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.support-us .columns .column:nth-of-type(2) {
		margin-top: 2.2727272727rem;
	}
}

.support-us .info {
	width: 100%;
	max-width: 58.2386363636rem;
	padding: 2.2727272727rem 0;
	margin: 3.4090909091rem auto;
	position: relative;
}

.support-us .info::before,
.support-us .info::after {
	content: '';
	display: block;
	width: 80%;
	max-width: 34.0909090909rem;
	height: 0.0568181818rem;
	background: #ffffff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.support-us .info::before {
	top: 0;
}

.support-us .info::after {
	bottom: 0;
}

.support-us .info h3 {
	font-size: 1.5909090909rem;
}

@media (max-width: 768px) {
	.support-us .info h3 {
		font-size: 1.1931818182rem;
	}
}

.support-us .info h3:not(:first-child) {
	margin-top: 2.8409090909rem;
}

.support-us .select-payment-method {
	width: 100%;
	max-width: 28.4090909091rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	margin: 0 auto 1.3636363636rem;
	border-radius: 32px;
	padding: 0.2272727273rem;
	border: 0.0568181818rem solid #ffffff;
}

.support-us .select-payment-method::before {
	content: '';
	width: 50%;
	height: calc(100% - 0.454545455rem);
	position: absolute;
	top: 0.2272727273rem;
	left: 0.2272727273rem;
	background: #ffd700;
	border-radius: 32px;
	display: block;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.support-us .select-payment-method .payment-method-item {
	font-size: 1.0227272727rem;
	text-align: center;
	width: 50%;
	border-radius: 32px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 5;
	color: #ffffff;
	cursor: pointer;
	padding: 0.5681818182rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media (max-width: 540px) {
	.support-us .select-payment-method .payment-method-item {
		font-size: 0.9090909091rem;
	}
}

.support-us .select-payment-method .payment-method-item svg {
	height: 1.3636363636rem;
	fill: #ffffff;
}

.support-us .select-payment-method .payment-method-item label {
	width: 100%;
	cursor: pointer;
	display: block;
	padding: 0.6818181818rem 1.7045454545rem;
}

@media (max-width: 540px) {
	.support-us .select-payment-method .payment-method-item label {
		padding: 0.6818181818rem;
	}
}

.support-us .select-payment-method .payment-method-item:hover svg {
	fill: #ffd700;
}

.support-us .select-payment-method.liqpay-active::before {
	left: calc(50% - 0.2272727273rem);
}

.support-us .select-payment-method.liqpay-active .payment-method-item:nth-of-type(2) svg {
	fill: #000000;
}

.support-us .select-payment-method:not(.liqpay-active) .payment-method-item:nth-of-type(1) svg {
	fill: #000000;
}

.donation-block {
	width: 100%;
	max-width: 55.6818181818rem;
	color: #000000;
	background: #0057b8;
	border-radius: 24px;
	-webkit-filter: drop-shadow(2px 2px 3px);
	filter: drop-shadow(2px 2px 3px);
	margin: 0 auto 4.5454545455rem;
	padding: 2.7272727273rem;
}

@media (max-width: 768px) {
	.donation-block {
		padding: 1.8181818182rem 1.3636363636rem;
		margin-bottom: 3.4090909091rem;
	}
}

@media (max-width: 540px) {
	.donation-block {
		padding: 1.8181818182rem 0.9090909091rem;
	}
}

.donation-block h1 {
	font-size: 2.3863636364rem;
	font-weight: 700;
	margin-bottom: 0.9090909091rem;
	color: #ffffff;
	letter-spacing: 0.0568181818rem;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 768px) {
	.donation-block h1 {
		font-size: 1.4772727273rem;
	}
}

.donation-block h1 span {
	color: #ffd700;
}

.donation-block p {
	text-align: center;
	color: #ffffff;
	font:
		400 1rem/130% 'Helvetica Neue',
		Arial,
		sans-serif;
}

@media (max-width: 660px) {
	.donation-block p {
		font:
			400 0.8522727273rem/160% 'Helvetica Neue',
			Arial,
			sans-serif;
	}
}

.donation-block .donation-form {
	width: 100%;
	max-width: 28.4090909091rem;
	margin: 0 auto;
}

.donation-block .donation-form.liqpay-form {
	display: none;
}

.donation-block .donation-form input[type='text'],
.donation-block .donation-form input[type='email'],
.donation-block .donation-form input[type='number'] {
	width: 100%;
	height: 2.7272727273rem;
	padding: 0 1.3636363636rem;
	text-align: center;
	font-size: 1.0227272727rem;
	font-weight: 400;
	color: #ffffff;
	border: 0.0568181818rem solid #ffffff;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation-block .donation-form input[type='text']:focus,
.donation-block .donation-form input[type='email']:focus,
.donation-block .donation-form input[type='number']:focus {
	border-color: #ffd700;
}

.donation-block .donation-form__head {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	margin: 0 auto 1.3636363636rem;
	border-radius: 32px;
	padding: 0.2272727273rem;
	border: 0.0568181818rem solid #ffffff;
}

.donation-block .donation-form__head::before {
	content: '';
	width: 50%;
	height: calc(100% - 0.454545455rem);
	position: absolute;
	top: 0.2272727273rem;
	left: 0.2272727273rem;
	background: #ffd700;
	border-radius: 32px;
	display: block;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation-block .donation-form__head .item {
	font-size: 1.0227272727rem;
	text-align: center;
	width: 50%;
	border-radius: 32px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 5;
	color: #ffffff;
	cursor: pointer;
}

@media (max-width: 540px) {
	.donation-block .donation-form__head .item {
		font-size: 0.9090909091rem;
	}
}

.donation-block .donation-form__head .item label {
	width: 100%;
	cursor: pointer;
	display: block;
	padding: 0.6818181818rem 1.7045454545rem;
}

@media (max-width: 540px) {
	.donation-block .donation-form__head .item label {
		padding: 0.6818181818rem;
	}
}

.donation-block .donation-form__head .item:hover .name {
	color: #ffd700;
}

.donation-block .donation-form__head.one-off-active .item:nth-of-type(1) {
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.0568181818rem;
}

.donation-block .donation-form__head.one-off-active .item:nth-of-type(1) .name {
	color: #002044;
}

.donation-block .donation-form__head.monthly-active::before {
	left: calc(50% - 0.2272727273rem);
}

.donation-block .donation-form__head.monthly-active .item:nth-of-type(2) {
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.0568181818rem;
}

.donation-block .donation-form__head.monthly-active .item:nth-of-type(2) .name {
	color: #002044;
}

.donation-block .donation-form__payment-data {
	margin: 1.3636363636rem auto;
}

.donation-block .donation-form__payment-data__currency {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 1.3636363636rem;
	color: #ffffff;
}

.donation-block .donation-form__payment-data__currency .label {
	margin-right: 1.3636363636rem;
	font-size: 0.7386363636rem;
	position: relative;
	top: 0.1704545455rem;
}

.donation-block .donation-form__payment-data__currency .currency-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.donation-block .donation-form__payment-data__currency .currency-wrap__item:not(:first-child) {
	margin-left: 1.3636363636rem;
}

.donation-block .donation-form__payment-data__currency .currency-wrap__item-info {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.donation-block .donation-form__payment-data__currency .currency-wrap__item-info .toggle {
	width: 1.1363636364rem;
	height: 1.1363636364rem;
	border-radius: 50%;
	border: 0.0568181818rem solid #ffffff;
	position: relative;
	margin-right: 0.5681818182rem;
}

.donation-block .donation-form__payment-data__currency .currency-wrap__item-info .toggle::before {
	content: '';
	width: 0.6818181818rem;
	height: 0.6818181818rem;
	display: block;
	border-radius: 50%;
	background: #ffd700;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation-block .donation-form__payment-data__currency .currency-wrap__item-info .name {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation-block
	.donation-form__payment-data__currency
	.currency-wrap__item
	input:checked
	+ .currency-wrap__item-info
	.toggle {
	border-color: #ffd700;
}

.donation-block
	.donation-form__payment-data__currency
	.currency-wrap__item
	input:checked
	+ .currency-wrap__item-info
	.toggle::before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.donation-block
	.donation-form__payment-data__currency
	.currency-wrap__item
	input:checked
	+ .currency-wrap__item-info
	.name {
	color: #ffd700;
}

.donation-block .donation-form__payment-data__top {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3409090909rem;
}

@media (max-width: 540px) {
	.donation-block .donation-form__payment-data__top {
		-webkit-box-pack: center;
		justify-content: center;
	}
}

.donation-block .donation-form__payment-data__top .item {
	width: calc((100% - 1.3636363636rem) / 5);
}

@media (max-width: 540px) {
	.donation-block .donation-form__payment-data__top .item {
		width: calc((100% - 1.3636363636rem) / 3);
	}
}

.donation-block .donation-form__payment-data__top .item label .name {
	width: 100%;
	cursor: pointer;
	padding: 0.6818181818rem 0.3409090909rem;
	text-align: center;
	display: block;
	color: #ffffff;
	border: 0.0568181818rem solid #ffffff;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation-block .donation-form__payment-data__top .item label .name.opposite {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	gap: 0.1704545455rem;
}

.donation-block .donation-form__payment-data__top .item label input:checked + .name {
	background: #ffd700;
	color: #002044;
	border-color: #ffd700;
}

.donation-block .donation-form__payment-data__bottom {
	display: none;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation-block .donation-form__payment-data__bottom.show {
	display: block;
	pointer-events: auto;
}

.donation-block .donation-form__payment-data__bottom .other-donation {
	margin-top: 1.3636363636rem;
	width: 100%;
	position: relative;
}

.donation-block .donation-form__payment-data__bottom .other-donation input {
	padding-right: 5.1136363636rem;
	-moz-appearance: textfield;
	text-align: left;
}

.donation-block
	.donation-form__payment-data__bottom
	.other-donation
	input::-webkit-outer-spin-button,
.donation-block
	.donation-form__payment-data__bottom
	.other-donation
	input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.donation-block .donation-form__payment-data__bottom .other-donation input:focus {
	border-color: #ffd700;
}

.donation-block .donation-form__payment-data__bottom .other-donation .currency {
	width: 3.9772727273rem;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	color: #002044;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	border-radius: 0 12px 12px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.donation-block .donation-form__payment-data__bottom .other-donation.opposite {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.donation-block .donation-form__payment-data__bottom .other-donation.opposite input {
	padding-left: 5.1136363636rem;
	padding-right: inherit;
}

.donation-block .donation-form__payment-data__bottom .other-donation.opposite .currency {
	left: 0;
	right: inherit;
	border-radius: 12px 0 0 12px;
}

.donation-block .donation-form__personal-info {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	row-gap: 1.3636363636rem;
	-webkit-column-gap: 0.3409090909rem;
	-moz-column-gap: 0.3409090909rem;
	column-gap: 0.3409090909rem;
}

.donation-block .donation-form__personal-info .item {
	width: 100%;
	position: relative;
}

.donation-block .donation-form__personal-info .item.half {
	width: calc((100% - 0.3409090909rem) / 2);
}

@media (max-width: 540px) {
	.donation-block .donation-form__personal-info .item.half {
		width: 100%;
	}
}

.donation-block .donation-form__personal-info .item.user-info.hide {
	display: none;
}

.donation-block .donation-form__personal-info .item .label {
	font-size: 0.7386363636rem;
	color: #ffffff;
	position: absolute;
	top: -0.5681818182rem;
	left: 0.6818181818rem;
	padding: 0 0.3409090909rem;
	background: #0057b8;
}

.donation-block .donation-form__personal-info .item .anonymously,
.donation-block .donation-form__personal-info .item .consent-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 540px) {
	.donation-block .donation-form__personal-info .item .anonymously,
	.donation-block .donation-form__personal-info .item .consent-row {
		padding-left: 2.2727272727rem;
	}
}

.donation-block .donation-form__personal-info .item .anonymously .switcher,
.donation-block .donation-form__personal-info .item .consent-row .switcher {
	width: 1.8181818182rem;
	height: 1.1363636364rem;
	border-radius: 16px;
	border: 1px solid #ffffff;
	padding: 0.2272727273rem;
	display: block;
	top: -0.1136363636rem;
	margin-right: 0.6818181818rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

@media (max-width: 540px) {
	.donation-block .donation-form__personal-info .item .anonymously .switcher,
	.donation-block .donation-form__personal-info .item .consent-row .switcher {
		position: absolute;
		top: -0.1704545455rem;
		left: 0;
	}
}

.donation-block .donation-form__personal-info .item .anonymously .switcher::before,
.donation-block .donation-form__personal-info .item .consent-row .switcher::before {
	content: '';
	width: 0.6818181818rem;
	height: 0.6818181818rem;
	border-radius: 50%;
	display: block;
	background: #f2f2f2;
	position: absolute;
	top: 50%;
	left: 0.2272727273rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.donation-block .donation-form__personal-info .item .anonymously .switcher-info,
.donation-block .donation-form__personal-info .item .consent-row .switcher-info {
	color: #ffffff;
	font-size: 0.7386363636rem;
	cursor: pointer;
	line-height: 1.2;
}

.donation-block .donation-form__personal-info .item .anonymously input:checked + .switcher,
.donation-block .donation-form__personal-info .item .consent-row input:checked + .switcher {
	border-color: #ffd700;
}

.donation-block .donation-form__personal-info .item .anonymously input:checked + .switcher::before,
.donation-block .donation-form__personal-info .item .consent-row input:checked + .switcher::before {
	background: #ffd700;
	left: 50%;
}

.donation-block .donation-form__personal-info .item .anonymously input:checked ~ .switcher-info,
.donation-block .donation-form__personal-info .item .consent-row input:checked ~ .switcher-info {
	color: #ffd700;
}

.donation-block .donation-form__payment-button {
	margin-top: 1.3636363636rem;
}

.donation-block .donation-form__payment-button .send-donate-btn {
	width: 100%;
	height: 2.7272727273rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 0 1.3636363636rem;
	font-size: 0.9090909091rem;
	font-weight: 400;
	color: #002044;
	background: #ffd700;
	border-radius: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.donation-block .donation-form__payment-button .send-donate-btn svg {
	fill: #002044;
}

.donation-block .donation-form__payment-button .send-donate-btn:hover {
	background: #000000;
	color: #ffffff;
}

.donation-block .donation-form__payment-button .send-donate-btn:hover svg {
	fill: #ffffff;
}

.donation-block .donation-form .error input[type='text'],
.donation-block .donation-form .error input[type='email'],
.donation-block .donation-form .error input[type='number'] {
	border-color: #ff0000;
}

.donation-block .donation-form .error .consent-row .switcher {
	border-color: #ff0000;
}

.donation-block .donation-form .error .consent-row .switcher::before {
	background: #ff0000;
}

.donation-block .donation-general_info {
	margin-top: 32px;
	text-align: center;
	color: #ffffff;
}

.contact-us {
	width: 100%;
	padding: 19.3181818182rem 1.1363636364rem 17.0454545455rem;
	background: url('../images/contact-bg.jpg') center center no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
}

@media (max-width: 1200px) {
	.contact-us {
		padding-top: 10.2272727273rem;
		padding-bottom: 7.9545454545rem;
	}
}

@media (max-width: 768px) {
	.contact-us {
		padding-bottom: 4.5454545455rem;
	}
}

.contact-us::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 32, 68, 0.51);
}

.contact-us .wrapper {
	position: relative;
	z-index: 5;
}

.contact-us .column {
	max-width: 35.2272727273rem;
}

.contact-us h1 {
	font-size: 3.4545454545rem;
	font-weight: 700;
	margin-bottom: 1.8181818182rem;
}

@media (max-width: 1200px) {
	.contact-us h1 {
		font-size: 2.5568181818rem;
	}
}

@media (max-width: 768px) {
	.contact-us h1 {
		font-size: 1.8181818182rem;
	}
}

.contact-us p {
	font-size: 1rem;
	margin: 0.9090909091rem 0;
}

.contact-us p.description {
	font-size: 1.0795454545rem;
}

.contact-us p a {
	color: #ffd700;
}

.contact-us .social-list {
	padding-top: 5.6818181818rem;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}

@media (max-width: 768px) {
	.contact-us .social-list {
		padding-top: 1.1363636364rem;
		margin-bottom: 2.2727272727rem;
	}
}

.contact-us .social-list li {
	width: 2.2727272727rem;
	height: 2.2727272727rem;
}

.contact-us .social-list li:not(:first-child) {
	margin-left: 0.1136363636rem;
}

.contact-us .social-list li a {
	width: 100%;
	height: 100%;
	display: block;
}

@media (hover: hover) {
	.contact-us .social-list li a:hover {
		opacity: 0.7;
	}
}

.contact-us .social-list li a svg {
	width: 100%;
	height: 100%;
	fill: transparent;
	display: block;
}

.contact-us .social-list li a svg .sqs-use--icon {
	fill: #ffffff;
}

.contact-us form {
	width: 100%;
}

.contact-us form.failed .wpcf7-response-output,
.contact-us form.aborted .wpcf7-response-output {
	background: #dc3232;
	border-color: #dc3232;
	font-size: 0.7386363636rem;
}

.contact-us form.invalid .wpcf7-response-output,
.contact-us form.unaccepted .wpcf7-response-output,
.contact-us form.payment-required .wpcf7-response-output {
	background: #ffd700;
	border-color: #ffd700;
	color: #002044;
	font-size: 0.7386363636rem;
}

.contact-us form input:not([type='submit']),
.contact-us form textarea {
	width: 100%;
	height: 2.6136363636rem;
	padding: 0 0.9090909091rem;
	background: #ffffff;
	color: #002044;
	font-size: 0.9090909091rem;
}

.contact-us form textarea {
	min-height: 6.8181818182rem;
	resize: vertical;
	padding: 0.9090909091rem;
}

.contact-us form .wpcf7-not-valid-tip {
	color: #ffffff;
	background: #dc3232;
	font-size: 0.625rem;
	padding: 0.1136363636rem 0.6818181818rem;
	margin-top: 0.2272727273rem;
	display: inline-block;
}

.contact-us form input[type='submit'] {
	min-width: 10.5113636364rem;
	height: 3.0681818182rem;
	font-size: 0.9090909091rem;
	line-height: 3.0681818182rem;
	background: #ffd700;
	color: #002044;
	border-radius: calc(4px * 8);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.contact-us form input[type='submit']:hover {
		opacity: 0.8;
	}
}

.contact-us form .wpcf7-spinner {
	opacity: 1;
	background-color: #ffd700;
}

.contact-us form .wpcf7-spinner::before {
	background-color: #002044;
}

.contact-us form .row {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.contact-us form .row p {
	margin: 0;
}

.contact-us form .row .element-item {
	width: calc(50% - 0.6818181818rem);
}

.page-404-wrapper {
	width: 100%;
	max-width: 55.6818181818rem;
	padding: 15.9090909091rem 1.1363636364rem;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.page-404-wrapper {
		padding: 9.0909090909rem 1.1363636364rem;
	}
}

@media (max-width: 768px) {
	.page-404-wrapper {
		padding: 9.0909090909rem 1.1363636364rem 3.4090909091rem;
	}
}

.page-404-wrapper .go-to-home {
	display: table;
	margin: 1.8181818182rem auto 0;
}
