@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

body {
	background-color: #FFF;
}

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

a {
	color: #002e5d;
}

.header-wrapper {
	background-image: linear-gradient(143deg, #C9CDCF 0%, #FAFAFA 62.28070175438597%);
}

.header {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

.container {
	width: 980px;
}

.header__logo img {
	width: 300px;
}

.header__nav {
	display: flex;
	align-items: center;
	padding-right: 36px;
	gap: 30px;
}

.header__nav a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: rgb(55, 71, 79);
	line-height: 43px;
	text-decoration: none;
	transition: all 0.4s ease;
}
