@import url("/templates/global.css");
body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #7E99AA;
}

a {
	color: #4D6F9E;
	transition: color 0.4s ease 0s;
}

a:hover {
	color: #66756f;
}

.header-wrapper {
	background-color: #192534;
	margin-bottom: 20px;
}

.header__logo {
	padding: 88px 0 20px;
	width: 215px;
	height: 174px;
}