body{ margin: 0; padding: 0; }
a:hover{ text-decoration: none; }
.container-cta-1 { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.mb-32{ margin-bottom:32px; }
.cta-1-flex{ flex-flow:wrap row; }
.cta-1-padding{ padding:0 12px; }
.red-border{ border: 1px solid #D0011D; }
.black-border { border: 1px solid #E0E0E0; transition: 0.5s all; }
.cta-1-box-wapper:hover { border: 1px solid #D0011D; } 
.cta-1-box-wapper:hover .cta-1-number-top{ background-color:#000000; }
.cta-1-box-wapper { border-radius: 6px; padding: 24px; position: relative; height:100%; display: flex; flex-direction: column; }
.cta-1-box-wapper .cta-1-number-top{
	width: 40px;
	height: 40px;
	background: #4D4F4E;
	border-radius: 6px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 8px;
	left: 8px;
}
.red-border.cta-1-box-wapper .cta-1-number-top { background-color:#000000; }
.cta-1-card-img { padding: 10px; max-width:100%; height:100px; text-align:center; }
.cta-1-card-img img { width:100%; height:100%; object-fit:contain; }
.cta-1-ul-wapper { padding: 0; padding-top:16px; margin:0; padding-bottom:16px; }
.cta-1-ul-wapper li {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #4D4F4E;
}
.cta-1-ul-wapper li img { padding-right:12px; }
.cta-1-ul-wapper li span a {
	background: rgba(186, 205, 50, 0.09);
	border: 1px dashed #BACD32;
	border-radius: 6px;
	padding: 8px 12px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}
.cta-1-top-bg-shaper {
	background-image: url(../img/top-box-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 279px;
	width: 100%;
	height: 109px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: auto;
}
.cta-1-top-bg-shaper h4 {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #4D4F4E;
	margin: 0;
}
.cta-1-top-bg-shaper h3 {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	padding: 12px 0;
}
.cta-1-top-bg-shaper p {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #4D4F4E;
	margin: 0;
}
.cta-1-visit-site-btn { padding-top:16px; margin-bottom: 6px; text-align:center; }
.cta-1-visit-site-btn a {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #D0011D;
	display: block;
	text-align: center;
}
.cta-1-visit-site-btn a img { padding-left:4px; }
.cta-1-bottom-btn { display: flex; align-items: center; margin-top: auto; }
.cta-1-bottom-btn .cta-1-btn-black {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	border-radius: 6px;
	margin-right: 8px;
}
.cta-1-bottom-btn .cta-1-btn-red {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #D0011D;
	border-radius: 6px;
}
.cta-1-bottom-card-wappper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	gap: 8px;
	border: 1px solid #E0E0E0;
	position: relative;;
}
.cta-1-bottom-card-wappper:first-child { border-radius: 6px 6px 0px 0px; }
.ng-number-bottom {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: #F2F2F2;
	border-radius: 0px 0px 6px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
}
.cta-1-bottom-img-card { max-width:192px; width:100%; }
.cta-1-bottom-ul-wapper { max-width: 400px; width:100%; padding:0; margin:0; }
.cta-1-bottom-btn-card { max-width: 283px; width:100%; display: flex; align-items: center; }
.cta-1-bottom-img { padding: 10px; }
.cta-1-bottom-img img { width:100%; height:100%; object-fit:contain; }
.cta-1-bottom-visit-site-btn a {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #D0011D;
	display: block;
	text-align: center;
}
.cta-1-bottom-visit-site-btn a img { padding-left: 4px; }
.cta-1-bottom-ul-wapper li {
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #4D4F4E;
}
.cta-1-bottom-ul-wapper li img { padding-right: 12px; }
.cta-1-bottom-ul-wapper li span a {
	background: rgba(186, 205, 50, 0.09);
	border: 1px dashed #BACD32;
	border-radius: 6px;
	padding: 8px 12px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}
.cta-1-bottom-ul-wapper li:last-child { padding-bottom:0; }
.cta-1-bottom-bg-shaper { 
	max-width: 227px;
	width:100%;
	background-image: url(../img/bottom-box-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 109px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; 
}
.cta-1-bottom-bg-shaper h4 {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #4D4F4E;
	margin: 0;
}
.cta-1-bottom-bg-shaper h3 {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	padding: 12px 0;
}
.cta-1-bottom-bg-shaper p {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #4D4F4E;
	margin: 0;
}
.cta-1-bottom-btn-red {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #D0011D;
	border-radius: 6px;
}
.cta-1-bottom-btn-black {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	border-radius: 6px;
	margin-right: 8px;
}
.cta-1-bottom-btn-red:hover, .cta-1-bottom-btn-black:hover { color:#fff; }

@media(max-width:1199px){
	.cta-1-bottom-ul-wapper li span a { margin-top: 7px; display: inline-block; }
	.cta-1-top-bg-shaper { height:94px; }
}
@media(max-width:991px){
	.cta-1-bottom-card-wappper { flex-wrap:wrap; }
	.cta-1-bottom-bg-shaper { margin-top:20px; }
	.cta-1-bottom-btn-card { max-width: 268px; width: 100%; margin-top:8px; }
	.cta-1-top-bg-shaper { height:109px; }
}
@media(max-width:767px){
	.cta-1-bottom-card-wappper { flex-wrap:wrap; justify-content: center; }
	.cta-1-bottom-ul-wapper { margin:16px 0; }
	.cta-1-bottom-bg-shaper { margin-bottom:16px; }
	.cta-1-bottom-btn-card { max-width:100%; }
}
@media (min-width: 576px) {
	.container-cta-1 { max-width: 540px; }
}
@media (min-width: 768px) {
	.container-cta-1 { max-width: 720px; }
}
@media (min-width: 992px) {
	.container-cta-1 { max-width: 960px; }
}
@media (min-width: 1200px) {
	.container-cta-1 { max-width: 1041px; }
}