@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #333;
	font-family: "Calibri", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 72.5rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #337ab7;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

a.tel {
	color: inherit
}

p {
	margin: 0 0 2rem;
}

span {
	white-space: normal;
}

h1 {
	font-size: 2.24rem;
	line-height: 1.3;
	color: #337ab7;
	font-weight: normal;
}

h2 {
	font-size: 1.25rem;
	line-height: 1.3;
	color: #337ab7;
	font-weight: normal;
	margin-bottom: 1rem;
}

h3 {
	font-size: 1.06rem;
	color: #337ab7;
	font-weight: normal;
	margin-bottom: 1rem;
}

article h2:first-of-type {
	margin-bottom: 3rem;
}

ul {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

ul li {
	padding-left: 2.75rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1rem;
	font-size: 1.075em;
	line-height: 1.5;
}

article {
	display: flex;
	justify-content: space-between;
	padding: 3rem 1.875rem 8.5rem;
	align-items: flex-start;
	column-gap: 4rem
}

.dif p span {
	width: 8.437rem;
	display: inline-block;
}

.dif .flex span:last-of-type {
	display: inline;
}

.flex {
	display: flex;
}

.left {
	width: 70%;
}

.right {
	width: 30%;
}

a.button {
	color: #fff;
	background: #337ab7;
	border-color: #337ab7;
	border: 1px solid rgba(0, 0, 0, 0);
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	border-radius: 0.25rem;
	display: block;
	transition: .2s;
	width: 100%;
	text-align: center;
	margin: 3rem 0;
}

a.button:hover {
	background-color: #62c0e8;
	border-color: #62c0e8;
	text-decoration: none;
}

.section {
	padding: 1.125rem 1.25rem;
	border: 1px solid #e9ecef;
	width: 100%;
	margin-bottom: 1.5rem;
}

.section p:not(:last-of-type) {
	margin-bottom: 1rem;
}

.social {
	display: flex;
	gap: 1rem;
}

.social a {
	font-size: 1.5rem;
	color: #004179;
	transition: all .2s ease-in-out;
}

.social a:hover {
	color: #62c0e8;
}

footer {
	padding: 3rem 1.875rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	bottom: 9.5%;
	right: 0;
	width: 32%
}

@media only screen and (max-width: 1159px) {
	#wrapper {
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem
	}

	footer {
		bottom: 5%;
	}
}

@media only screen and (max-width: 1115px) {
	h1 {
		font-size: 2rem;
	}

	ul li {
		padding-left: 1.5rem;
	}

	ul li:before {
		line-height: 1.5
	}

	article h2:first-of-type,
	.section {
		margin: 0 0 1rem;
	}

	article {
		padding: 1rem 1rem 8rem;
		column-gap: 1rem
	}

	a.button {
		margin: 1.5rem 0;
	}

	.section p,
	.table p {
		margin: 0;
	}

	.section,
	footer {
		padding: 1rem;
	}
}

@media only screen and (max-width: 1000px) {
	h1 {
		font-size: 1.5rem
	}

	h2 {
		font-size: 1.125rem
	}

	h3 {
		text-align: center
	}

	article {
		padding: 1rem
	}

	.social {
		justify-content: center
	}

	.left {
		width: 65%
	}

	.right {
		width: 35%
	}

	footer {
		position: static;
		padding: 0 1rem;
		width: 100%
	}
}

@media only screen and (max-width: 850px) {
	article {
		display: block
	}

	.left,
	.right {
		width: 100%
	}

	.dif,
	.section p {
		text-align: center
	}

	.flex {
		display: block
	}

	.flex br {
		display: none
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 1.25rem;
	}

	h2 {
		font-size: 1.062rem
	}

	.flex {
		flex-direction: column;
		align-items: center;
		display: flex;
	}

	.right {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}
