body {
	margin: 0;
	font-family: "Source Sans Pro", sans-serif;
	color: #060e19;
}
.flex {
	display: flex
}
.flex-centered {
	display: flex;
	justify-content: center;
	align-items: center
}
nav {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #060e19;
	color: white
}
nav .container {
	display: flex;
	justify-content: space-between;
	height: 100px
}
#logo {
	height: 100%
}
#menu {
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 50%;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
	transform: translateX(-50%);
	transition: opacity .3s ease, transform .3s ease;
	background: #060e19
}
.menu-inactive {
	opacity: 0;
	transform: translate(-50%, -300px) !important;
}
#menu li {
	margin: 10px 0;
	background: #060e19
}
#menu a {
	position: relative;
	text-decoration: none;
	color: white;
	font-weight: 600;
	transition: color .2s ease
}
#menu a::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	display: inline-block;
	width: 40px;
	height: 2px;
	border-radius: 1px;
	background: #aa2d29;
	opacity: 0;
	transform: translate(-50%, 0);
	transition: opacity .2s ease;
}
#menu a:hover {
	color: #aa2d29;
}
#menu a:hover::after {
	opacity: 1;
}
#phone-hamburger {
	display: flex;
	
}
#nav-phone-wrapper {
	display: flex;
	justify-content: center;
	align-items: center
}
#nav-phone-img-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #aa2d29;
	border-radius: 50%;
	width: 28px;
	height: 28px
}
#nav-phone {
	width: 20px
}
nav h3 {
	margin-left: 8px;
	font-size: 24px
}
#hamburger {
	position: relative;
	border: none;
	width: 100px;
	background: none;
	cursor: pointer
}
#hamburger1 {
	transform: translateX(-50%) translateY(-19px)
}
#hamburger1.active {
	transform: translateX(-50%) translateY(0px) rotate(45deg)
}
#hamburger2 {
	transform: translate(-50%, -50%)
}
#hamburger2.active {
	opacity: 0
}
#hamburger3 {
	transform: translateX(-50%) translateY(15px)
}
#hamburger3.active {
	transform: translateX(-50%) translateY(0px) rotate(-45deg)
}
.hamburger-bar {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 2px;
	width: 40px;
	height: 5px;
	background: white;
	transition: transform .3s ease, opacity .3s ease
}
#claim {
	position: relative;
	background-image: linear-gradient(to right, rgba(2.0,5.1,9.4,100), rgba(2.0,5.1,9.4,0)), url(img/claim.jpg);
	background-size: auto 100%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: white
}
#claim-backgrounder {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #050d18;
	z-index: -1;
}
#claim-content {
	padding: 30px
}
#claim strong {
	color: #e32d2f
}
#claim h3 {
	margin-top: 0;
	font-weight: 400;
	letter-spacing: 2px;
	color: #babdc4
}
h1 {
	margin: 0 0 10px 0;
	font-size: 42px;
	line-height: 50px
}
#claim h2 {
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 400;
	color: #babdc4
}
#claim .btn {
	margin: 20px 0
}
#claim .btn-red {
	margin-top: 20px;
	margin-right: 30px
}
#claim .btn-dark {
	margin-top: 0
}
.btn-red {
	display: inline-flex;
	align-items: center;
	border: none;
	border-radius: 5px;
	padding: 15px 20px;
	background: #dd242a;
	color: white;
	font-weight: 600;
}
.btn-red img {
	margin-right: 8px
}
.btn-dark {
	display: inline-flex;
	align-items: center;
	border: 1px solid white;
	border-radius: 5px;
	padding: 15px 20px;
	background: transparent;
	color: white;
	font-weight: 600;
	text-decoration: none
}
.btn-dark img {
	margin-right: 8px
}
#claim-cards {
	display: flex;
	flex-direction: column
}
.claim-card {
	display: flex;
	align-items: center;
	margin-right: 30px
}
.claim-card-img-wrapper {
	display:flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	border: 2px solid #172b47;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.claim-card h5 {
	font-weight: 400;
	margin: 15px 0
}
#courier {
	display: flex;
	align-items: center;
	margin-top: 15px
}
#inpost {
	height: 40px
}
#ups {
	margin-left: 10px;
	height: 40px
}
#courier h2 {
	margin-left: 20px;
	font-weight: 600;
	color: white;
	font-size: 14px
}
#services {
	padding-bottom: 40px
}
.section-h2 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 36px
}
.section-h2 strong {
	color: #cb2d36
}
.section-underline {
	width: 50px;
	height: 3px;
	background: #cb2d36
}
#services-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 25px;
	padding: 0 20px;
	text-align: center
}
#services article {
	border-radius: 8px;
	box-shadow: 0 5px 10px #ccc;
}
.card-inner {
	padding: 20px
}
#services img {
	width: 80px
}
#services h3 {
	margin-bottom: 0;
}
#services h4 {
	margin: 15px 0 10px 0;
	font-weight: 400
}
#services a {
	color: #347abf;
	text-decoration: none	
}
#services .a {
	display: flex;
	justify-content: center;
	font-weight: 600;
}
#services a img {
	margin-left: 8px;
	width: 20px
}
#services dialog {
	margin: auto 10px;
	padding: 25px;
	border: 0;
	border-radius: 8px;
	max-width: 600px;
	box-shadow: 0 5px 10px rgba(175, 175, 175, 50)
}
#services .close {
	position: absolute;
	top: 13px;
	right: 11px;
	border: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: white
}
#services .bar {
	border-radius: 1px;
	width: 25px;
	height: 3px;
	background: #cb2d36;
}
#services .bar-1 {
	transform: rotate(45deg) translate(0px,2px);
}
#services .bar-2 {
	transform: rotate(-45deg) translate(0px, -2px);
}
#services dialog p {
	text-align: justify
}
#us {
	padding: 30px 20px;
	background: #f6f6f8
}
#img-us-wrapper {
	display: flex;
	align-items: center
}
#img-us {
	border-radius: 8px;
	width: 100%
}
#us h5 {
	margin-bottom: 5px;
	color: #cb2d36
}
#us h4 {
	margin: 0 0 30px 0;
	font-size: 36px
}
#us article {
	margin-bottom: 30px
}
#us .last-article {
	margin-bottom: 0
}
#us .img-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	width: 65px;
	height: 65px;
	box-shadow: 0 5px 10px #ccc
}
#us article img {
	width: 50px
}
#us .divider {
	width: 15px
}
#us .text-wrapper {
	width: calc(100% - 80px)
}
#us h6 {
	margin: 0;
	font-size: 18px
}
#us p {
	margin: 8px 0 0 0
}
#opinions-articles {
	padding: 20px 20px 40px 20px;
	display: flex;
	gap: 20px;
	flex-direction: column
}
#opinions article {
	border-radius: 6px;
	box-shadow: 0 5px 10px #ccc
}
#opinions .article-inner {
	padding: 20px
}
#opinions img {
	width: 20px
}
#opinions h6 {
	margin: 15px 0 12px 0;
	font-size: 16px;
	font-weight: 400
}
#opinions .author {
	margin: 0;
	font-size: 16px;
	font-weight: 600
}
#opinions .place {
	margin: 0;
	color: #6c6f7f
}
#contact {
	padding: 20px;
	background: #0b151e;
	color: white
}
#contact iframe {
	margin-bottom: 30px;
	width: 100%
}
#contact .text-inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}
#contact .img-wrapper {
	margin-right: 15px;
	border: 2px solid white;
	border-radius: 50%;
	width: 60px;
	height: 60px
}
#contact .img-phone {
	width: 40px
}
#contact h4 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600
}
#contact h5 {
	margin: 0;
	font-weight: 400;
	font-size: 14px
}
#contact h6 {
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: 14px
}
#contact h6 strong {
	font-size: 20px;
	font-weight: 600
}
#contact .btn-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin-top: 15px
}
footer {
	padding: 20px;
	text-align: center;
	background: #060e19;
	color: white
}
footer a {
	color: white
}
@media (min-width: 476px) {
	#logo {
		margin-left: 20px
	}
	#claim-content {
		padding: 50px
	}
	h1 {
		font-size: 52px;
		line-height: 60px
	}
	#services article {
		width: calc(50% - 10px);
	}
	#us article {
		width: 50%
	}
	#us article:nth-child(1) {
		margin-right: 20px
	}
	#us .penultimate-article {
		margin-bottom: 0
	}
	.us-row {
		display: flex
	}
	#opinions-articles {
		flex-direction: row;
		flex-wrap: wrap
	}
	#opinions article {
		width: calc(50% - 10px)
	}
	#contact .btn-wrapper {
		flex-direction: row
	}
}
@media (min-width: 600px) {
	#services dialog {
		margin: auto;
	}
}
@media (min-width: 768px) {
	nav ul {
		flex-direction: row
	}
	nav li {
		padding: 0 30px
	}
	#claim .btn-wrapper {
		display: flex;
	}
	#claim .btn-red {
		margin-top: 20px
	}
	#claim .btn-dark {
		margin-top: 20px
	}
	#claim-cards {
		flex-direction: row
	}
	.claim-card h5 {
		margin: 25px 0;
	}
	#services article {
		width: calc(33% - 11px);
	}
	#us .container {
		display: flex
	}
	#img-us-wrapper {
		width: 40%;
		margin-right: 30px
	}
	#text-us-wrapper {
		width: 60%
	}
	#contact .container {
		display: flex;
		align-items: center
	}
	#contact iframe {
		margin-bottom: 0;
		width: 300px
	}
	#contact .text-wrapper {
		margin-left: 20px
	}
	#contact .text-inner-wrapper {
		justify-content: flex-start
	}
}
@media (min-width: 992px) {
	#menu {
		z-index: 3;
		top: 42px;
		flex-direction: row;
		padding-bottom: 0;
		width: 600px
	}
	#menu li {
		margin: 0 30px;
		font-size: 16px
	}
	.menu-inactive {
		opacity: 1;
		transform: translateX(-50%) !important;
	}
	#phone-hamburger {
		padding-right: 30px
	}
	#hamburger {
		display: none
	}
	#img-us-wrapper {
		margin-right: 50px
	}
	#opinions-articles {
		gap: 30px
	}
	#opinions article {
		width: calc(33% - 17px)
	}
	#contact iframe {
		width: 400px
	}
	#contact .text-wrapper {
		margin-left: 40px
	}
}
@media (min-width: 1200px) {
	#menu {
		width: 800px
	}
	#menu li {
		margin: 0 40px;
	}
	#services article {
		width: calc(20% - 16px);
	}
	#img-us-wrapper {
		margin-right: 60px
	}
	#contact .text-wrapper {
		margin-left: 50px
	}
}
@media (min-width: 1600px) {
	.container {
		width: 1600px;
	}
	#menu {
		width: 1000px
	}
	#menu li {
		margin: 0 60px;
	}
	.claim-container-wrapper {
		display: flex;
		justify-content: center;
		width: 100%
	}
	#claim-content {
		padding: 100px 50px
	}
	#phone-hamburger {
		padding-right: 60px
	}
	#us h5 {
		margin-top: 40px;
	}
	#contact .container {
		justify-content: center
	}
	#contact .text-wrapper {
		margin-left: 80px
	}
}
