@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
	background-color: #FFF;
}

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

.container {
	width: 1170px;
}

a {
	color: #26488d;
}

.header-wrapper {
	background: transparent linear-gradient(90deg,#1b5354 0%,#2e8586 100%) 0% 0% no-repeat padding-box;
}

.header {
	display: flex;
}

.header__logo {
	height: 68px;
}


.header {
	width: 100%;
	padding: 10px 30px;
}

.header__nav {
	display: flex;
	flex: 1;
	justify-content: space-around;
	align-items: center;
}

.header__nav a {

	font-family: 'Figtree', sans-serif;
	font-size: 20px;
	line-height: 21.6px;
	display: inline-block;
	font-weight: 300;
	color: #FFF;
}

.header__nav a:hover {
	text-decoration: none;
	
}