@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

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

a {
	color: #77a8a1;
}

body {
	background-color: #fff;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}

.header__logo img {
	max-width: 120px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	color: #949dad;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	letter-spacing: -0.03px;
	margin-right: 22.5px;
	font-weight: 600;
	transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header__nav a:hover {
	text-decoration: none;
	color: #77a8a1;
}

.header__socials {
	font-size: 0;
}

.header__socials a {
	color: #949dad;
	margin-right: 9.5px;
	transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1), transform 0.3s cubic-bezier(0.2, 0, 0.3, 1);
	font-size: 14px;
}

.header__socials a:hover {
	text-decoration: none;
	color: #77a8a1;
}

.header__nav a:last-child,
.header__socials a:last-child {
	margin-right: 0;
}

.header-wrapper::after {
	display: block;
	height: 150px;
	content: "";
	background: linear-gradient(to top, #151424e6, #15142480), url(header-bg.jpg);
	background-size: cover;
	background-position: top;
}

.planroom-tag {
	position: absolute;
	bottom: -105px;
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -1.6px;
}

.container {
	width: 1170px;
}

.main {
	padding: 3em 0;
}

.sidebar {
	margin-right: 3em;
}