@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v23-latin-regular.eot');
	src: url('../fonts/poppins-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-regular.woff') format('woff'),
		url('../fonts/poppins-v23-latin-regular.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-regular.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v23-latin-700.eot');
	src: url('../fonts/poppins-v23-latin-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-700.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-700.woff') format('woff'),
		url('../fonts/poppins-v23-latin-700.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-700.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/poppins-v23-latin-800.eot');
	src: url('../fonts/poppins-v23-latin-800.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-800.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-800.woff') format('woff'),
		url('../fonts/poppins-v23-latin-800.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-800.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-v23-latin-500.eot');
	src: url('../fonts/poppins-v23-latin-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-500.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-500.woff') format('woff'),
		url('../fonts/poppins-v23-latin-500.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-500.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v23-latin-600.eot');
	src: url('../fonts/poppins-v23-latin-600.eot?#iefix') format('embedded-opentype'),
		url('../fonts/poppins-v23-latin-600.woff2') format('woff2'),
		url('../fonts/poppins-v23-latin-600.woff') format('woff'),
		url('../fonts/poppins-v23-latin-600.ttf') format('truetype'),
		url('../fonts/poppins-v23-latin-600.svg#Poppins') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Sedgwick Ave';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/sedgwick-ave-v12-latin-regular.eot');
	src: url('../fonts/sedgwick-ave-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/sedgwick-ave-v12-latin-regular.woff2') format('woff2'),
		url('../fonts/sedgwick-ave-v12-latin-regular.woff') format('woff'),
		url('../fonts/sedgwick-ave-v12-latin-regular.ttf') format('truetype'),
		url('../fonts/sedgwick-ave-v12-latin-regular.svg#SedgwickAve') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #101921;
	font-family: "Poppins", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	border-bottom: 10px solid #43B12E;
}

.container {
	max-width: 72.5rem;
	margin: 0 auto;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

a.tel:hover {
	text-decoration: none;
}

p {
	margin: 0 0 1rem;
}

h1 {
	font-size: 2.75rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05rem;
	margin: 0 0 3.125rem;
}

.heading {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 800;
	margin: 0 0 3.125rem;
	letter-spacing: 0.05rem;
}

.top {
	color: #fff;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 1rem;
}

.top span {
	font-size: 1rem;
	display: block;
	line-height: 1;
	margin-top: .937rem;
}

.top + p {
	text-align: center;
	color: #fff;
	margin: 0;
}

h2 {
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	margin: 0 0 1.875rem;
}

.margin_top {
	margin: 5rem 0 3.75rem
}

.weight {
	font-weight: 600;
}

h3 {
	font-weight: 600;
	letter-spacing: 0.05rem;
	font-size: 2.5rem;
	text-align: center;
	margin: 0 0 3.75rem
}

h3 .color {
	color: #a31314;
}

h4 {
	color: #1D418E;
	font-size: 2.187rem;
	font-weight: 600;
	margin: 0 0 1.875rem;
	text-align: center;
}

h5 {
	font-size: 2.75rem;
	text-align: center;
	font-weight: 700;
	margin: 0 0 3.75rem;
	text-transform: uppercase;
}

h6 {
	font-family: "Sedgwick Ave", "Arial", sans-serif;
color: #A31314;
	font-weight: 400;
	text-align: center;
	font-size: 2rem;
	margin: 1.875rem 0 .5rem;
}

.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list li {
	padding: 0 0 1rem 2.5rem;
}

.list li:before {
	content: "";
	float: left;
	position: relative;
	width: 1.812rem;
	height: 1.25rem;
	background: url(../images/list_check.png) no-repeat;
	background-size: contain;
	margin-left: -2.5rem;
	top: .375rem;
}

.list li:hover:before {
	position: relative;
	background: url(../images/list_check_red.png) no-repeat;
	width: 1.812rem;
	height: 1.25rem;
}

ul li span {
	font-size: 1.25rem;
	color: #1D418E;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 .5rem;
}

header {
	padding: 2.5rem 0 1.25rem 1rem;
	border-bottom: .187rem solid #DBDDDE;
}

.logo_head {
	width: 11.812rem;
}

.section_box {
	background: #1d418e;
	padding: 4.687rem 1rem;
}

.section_bg_a,
.section-bg {
	background: url(../images/bg_white.svg)no-repeat #F3F3F4;
	background-size: contain;
	background-position: 100% 0;
	padding: 4.687rem 1rem;
	box-shadow: 0 0 0 0 #FFFFFF;
}

.section_white {
	padding: 4.687rem 1rem;
}

.flex {
	display: flex;
	justify-content: space-around;
	column-gap: 5rem;
}

.flex .box {
	width: 50%;
}

.addon-title {
	font-weight: 700;
	text-align: center;
	margin: 0 0 3.125rem;
}

.ah-wrap {
	position: relative;
	display: inline-block;
	padding-bottom: 1.125rem;
}

.ah-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 1.25rem);
	height: calc(100% + 1.25rem);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible !important;
}

.ah-svg path {
	stroke-width: .625rem;
	stroke: #ce0019;
	fill: none;
	stroke-dasharray: 1500;
	-webkit-animation-name: highlighted-text-animation;
	animation-name: highlighted-text-animation;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

.ah-svg path:nth-of-type(2) {
	stroke-width: 14;
	animation-delay: .6s;
}

@keyframes highlighted-text-animation {
	0% {
		stroke-dasharray: 0 1500;
	}

	15% {
		stroke-dasharray: 1500 1500;
	}

	85% {
		opacity: 1;
	}

	90% {
		stroke-dasharray: 1500 1500;
		opacity: 0;
	}

	100% {
		stroke-dasharray: 0 1500;
		opacity: 0;
	}
}

.center {
	text-align: center;
	margin: 0 0 3.125rem;
}

.bulb {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bulb li {
	padding: 0 0 1rem 2.5rem;
}

.bulb li:before {
	font-family: "Font Awesome 7 Free";
	content: "\f0eb";
	display: inline-block;
	margin-left: -2.5rem;
	width: 2.5rem;
	font-weight: 900;
	font-size: 1.75rem;
	position: relative;
	top: .312rem;
	color: #1D418E;
}

.bulb li:hover:before {
	color: #A31314;
}

a.btn {
	color: #101921;
}

a.btn:hover {
	color: #A31314;
	text-decoration: underline;
}

.flex_last {
	display: flex;
	justify-content: space-between;
	column-gap: 2.5rem;
}

.section_apply {
	padding: 4.687rem 1rem;
}

.section {
	padding: 0 1rem 4.687rem;
	border-bottom: 6.25rem solid #F3F3F4;
}

.section h2 {
	text-align: left;
	color: #283038;
	line-height: 1.1;
	margin: 0 0 .937rem;
}

.section h2 span {
	font-size: 2rem;
	color: #1D418E;
}

.ah-text a {
	z-index: 100;
	display: block;
	position: relative;
}

.ah-text a:hover {
	text-decoration: none;
}

footer {
	background-color: #203464;
	color: #FFFFFF;
	padding: 6.25rem 1rem 3.75rem;
	border-bottom: 4.062rem solid #1D418E;
}

.footer_flex {
	display: flex;
	column-gap: .937rem;
}

.footer_box {
	width: 33%;
}

.footer_box p:last-of-type {
	margin: 0;
}

.social {
	padding: 0 1.875rem;
	display: flex;
	flex-wrap: wrap;
}

a.btn_custom {
	box-shadow: 0 0 0 0 #FFFFFF;
	margin: .312rem;
	line-height: 1.35rem;
	color: #fff;
	font-weight: 400;
	padding: .5rem 1rem;
	border-radius: .312rem;
	display: block;
	width: fit-content;
}

a.btn_custom:hover {
	background: #a31314;
	border-right: .312rem;
}

.logo_bottom {
	width: 10.562rem;
	margin: 1.25rem 0 0 auto;
	display: block;
}

@media only screen and (max-width: 72.437rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}
}

@media only screen and (max-width: 48rem) {
	header {
		padding: 1.25rem;
		display: flex;
		justify-content: center;
	}

	.section_box {
		padding: 1.875rem 1.25rem;
	}

	.heading {
		font-size: 1.875rem;
		margin: 0 0 1.25rem;
	}

	h1 {
		font-size: 1.875rem;
		margin: 0 0 1.25rem;
	}

	.top {
		font-size: 1.875rem;
		line-height: 1.2;
		margin: 0 0 1rem;
	}

	.top span {
		font-size: 1rem;
		margin-top: .5rem;
	}

	h3 {
		font-size: 1.687rem;
		margin: 0 0 1.25rem;
	}
	h6{
		font-size: 1.687rem;
		margin: 0;
	}

	.section_bg_a,
	.section-bg,
	.section_white {
		padding: 1.25rem;
	}

	.flex {
		display: flex;
		flex-direction: column;
	}

	.flex .box {
		width: 100%;
	}

	h4 {
		font-size: 1.5rem;
		margin: 0 0 1.25rem;
	}

	h2 {
		font-size: 1.687rem;
		margin: 0 0 1.25rem;
	}

	.addon-title {
		margin: 0 0 1.25rem;
	}

	h5 {
		font-size: 1.875rem;
		margin: 0 0 1.25rem;
	}

	.section_apply {
		padding: 1.25rem 1.25rem;
	}

	.section {
		padding: 0 1.25rem 1.25rem;
		border-bottom: 3.125rem solid #F3F3F4;
	}

	footer {
		padding: 1.25rem;
		border: none;
	}

	.footer_flex {
		flex-direction: column;
		text-align: center;
	}

	.flex_last {
		flex-direction: column;
	}

	.footer_box,
	.box_apply {
		width: 100%;
	}

	.social {
		justify-content: center;
		align-items: center;
		margin: 1.25rem 0;
	}

	.logo_bottom {
		margin: 1.25rem auto 0;
	}

	.section h2,
	.section h2 + p {
		text-align: center;
	}

	.margin_top {
		margin: 1.25rem 0 1.25rem;
	}
}

@media only screen and (max-width: 23.437rem) {

	h1,
	.heading,
	.top {
		font-size: 1.562rem;
	}

	h3,
	h4,
	h2,
	h5,
	.section h2, h6 {
		font-size: 1.375rem;
	}

	ul li span {
		font-size: 1.125rem;
	}

	.section h2 span {
		font-size: 1.125rem;
	}
}