/*
 * Home Page V3b Styles
 * ------------------------------------------------------------------------------------------------
*/

@import "../sections/section-faq.css";



.section-title {
	position: relative;
	margin-bottom: 25px;
}
.section-subtitle {
	margin-bottom: 25px;
}




/*
 * Page Header
 * ------------------------------------------------------------------------------------------------
*/
#header .col-logo .header-logo {
	height: 55px;
}
#header .phone-label {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}
@media (max-width: 767px) {
	body {
		margin-top: 68px !important;
	}
	#header .col-logo .header-logo {
		width: 200px;
		height: 40px;
		object-fit: cover;
	}
	#header .phone-number:before {
		content: '';
		background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.95697 7.39863C5.56186 8.49494 6.25878 9.54809 7.16591 10.5087C8.07346 11.4752 9.20226 12.3544 10.6656 13.1034C10.7736 13.1577 10.8763 13.1577 10.9683 13.1198C11.1086 13.0656 11.2492 12.9517 11.3895 12.8103C11.4975 12.7018 11.6325 12.5283 11.7728 12.338C12.3347 11.5944 13.0312 10.6715 14.0144 11.1332C14.0361 11.1438 14.052 11.1549 14.0737 11.1656L17.3522 13.0602C17.3628 13.0656 17.3734 13.0763 17.3845 13.082C17.8164 13.3805 17.9947 13.8417 18 14.3629C18 14.8948 17.8057 15.4921 17.5194 15.9969C17.1415 16.6645 16.5849 17.1043 15.9424 17.3974C15.3322 17.6794 14.6516 17.8315 13.9981 17.9293C12.9719 18.0814 12.0104 17.9836 11.0276 17.6794C10.0665 17.3809 9.09961 16.8873 8.04115 16.2304L7.96548 16.1815C7.4792 15.8773 6.95528 15.5517 6.44241 15.1661C4.55739 13.7385 2.64005 11.6758 1.39264 9.40709C0.344815 7.5018 -0.227768 5.44442 0.0855166 3.48487C0.258518 2.40993 0.717403 1.43283 1.51697 0.786636C2.21348 0.222243 3.15333 -0.0872896 4.36844 0.0216427C5.3678 0.111235 6.37439 3.05752 6.79864 3.80509C7.04232 4.23448 7.14424 4.60297 6.97696 4.99924C6.83668 5.3248 6.5557 5.62323 6.17207 5.90564C6.05878 6.00347 5.92382 6.10089 5.78353 6.20407C5.31361 6.54608 4.77906 6.94234 4.96229 7.40931L4.95697 7.39863Z" fill="black"/%3E%3C/svg%3E');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 18px;
		height: 18px;
		display: inline-block;
		position: relative;
		top: 1px;
		margin-right: 7px;
		vertical-align: middle;
	}
}
/* Notebook Styles */
@media (min-width: 1024px) and (max-height: 768px) {
	#header {
		padding: 26px 0;
		padding-bottom: 10px;
	}
}












/*
 * Cms Sec Top
 * ------------------------------------------------------------------------------------------------
*/
.cms-sec-top {
	padding-top: 37px;
	padding-bottom: 50px;
}
.cms-sec-top {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow-x: hidden;
}
.cms-sec-top .sec-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.cms-sec-top .sec-wrap .col-text {
	width: 100%;
}

.cms-location {
	display: inline-block;
	position: relative;
	background-color: transparent;
	padding: 6px 25px;
	margin-left: 15px;
	min-width: 260px;
	font-weight: 800;
	text-align: center;
	z-index: 1;
}
.cms-location:after {
	display: block;
	content: '';
	background-color: #FEB926;
	position: absolute;
	top: 0;
	left: -20px;
	padding: 6px 15px;
	margin-left: 20px;
	width: 100%;
	height: 100%;
	transform: skew(-25deg);
	z-index: -1;
}

.cms-sec-top .col-text .page-title {
	color: #0050C8;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	font-size: 42px;
}
.cms-sec-top .col-text .page-subtitle {
	font-size: 26px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.cms-sec-top .section-items .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.cms-sec-top .section-items .item .wrap-icon {
	font-size: 0;
}
.cms-sec-top .section-items .item .title {
	margin-left: 10px;
	font-style: italic;
}
.cms-sec-top .wrap-button {
	max-width: 275px;
}
.cms-sec-top .button-label {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 8px;
}
.cms-sec-top .sec-icons {
	display: flex;
	align-items: center;
}
.cms-sec-top .sec-icons .trusted-icon {
	margin-top: 15px;
	margin-bottom: 0;
}
.cms-sec-top .sec-icons .stars-icon {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0;
}
.cms-sec-top .sec-image-wrap {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cms-sec-top .sec-steps {
	border: 1px solid #5E5E5E;
	width: 100%;
	max-width: 1035px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.cms-sec-top .sec-step {
	display: none;
	border: 1px solid #5E5E5E;
	background-color: #F2F5F7;
	width: 100%;
	padding: 25px 50px 35px;
}
.cms-sec-top .sec-step.active {
	display: block;
}
.cms-sec-top .sec-step .step-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
}
.cms-sec-top .sec-step .sec-items {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 40px;
	justify-content: space-between;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.cms-sec-top .sec-step .sec-item {
	display: flex;
	background-color: #fff;
	border: 3px solid #203A72;
	border-radius: 3px;
	padding: 20px 15px;
	width: 188px;
	height: 188px;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
}
.cms-sec-top .sec-step .sec-item.align-center {
	justify-content: center;
}
.cms-sec-top .sec-step .sec-item.select-item,
.cms-sec-top .sec-step .sec-item:hover {
	background-color: #E6F0F9;
}
.cms-sec-top .sec-step .sec-item .wrap-icon {
	text-align: center;
}
.cms-sec-top .sec-step .sec-item .title {
	color: #203A72;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
}
.cms-sec-top .sec-step .sec-item .title:only-child {
	font-size: 27px;
	line-height: 34px;
	margin-top: 0;
}
.cms-sec-top .sec-steps .sec-step-last .section-items {
	display: flex;
	flex-wrap: wrap;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
.cms-sec-top .sec-steps .sec-step-last .section-items .item {
	width: 50%;
}
.cms-sec-top .sec-steps .sec-step-last .section-items .item .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.cms-sec-top .sec-steps .sec-step-last .wrap-button {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.cms-sec-top .sec-steps .sec-step-last .sec-icons {
	max-width: 335px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.cms-sec-top {
		background-size: cover;
	}
	.cms-sec-top .sec-image-wrap {
		right: 0;
	}
	.cms-sec-top .sec-image-wrap .sec-image {
		width: 560px;
	}
}
@media (min-width: 1400px) {
	.cms-sec-top {
		background-size: contain;
	}
	.cms-sec-top .sec-image-wrap .sec-image {
		width: 630px;
	}
}
@media (min-width: 1920px) {
	.cms-sec-top .sec-image-wrap {
		right: -60px;
	}
	.cms-sec-top .sec-image-wrap .sec-image {
		width: 650px;
	}
}
/* Notebook Styles */
@media (min-width: 1024px) and (max-height: 768px) {
	.cms-sec-top {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.cms-sec-top .col-text .page-title {
		font-size: 38px;
		line-height: 48px;
	}
	.cms-sec-top .col-text .page-subtitle {
		margin-bottom: 15px;
	}
	.cms-sec-top .sec-steps {
		max-width: 960px;
		margin-top: 20px;
	}
	.cms-sec-top .sec-step {
		padding: 15px 50px 25px;
	}
	.cms-sec-top .sec-step .step-title {
		margin-bottom: 20px;
	}
	.cms-sec-top .sec-step .sec-items {
		grid-gap: 20px;
		max-width: 620px;
	}
	.cms-sec-top .sec-step .sec-item .wrap-icon .icon {
		max-width: 70px;
	}
	.cms-sec-top .sec-step .sec-item {
		padding: 15px 15px;
		width: 188px;
		height: 150px;
	}
	.cms-sec-top .sec-step .sec-item .title {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 1199px) {
	.cms-sec-top .sec-image-wrap {
		top: 65%;
		right: 0;
	}
	.cms-sec-top .sec-image-wrap .sec-image {
		width: 500px;
	}
}
@media (max-width: 991px) {
	.cms-sec-top .sec-image-wrap .sec-image {
		width: 400px;
	}
	.cms-sec-top .sec-step .sec-items {
		max-width: 500px;
	}
}
@media (max-width: 767px) {
	.cms-sec-top {
		padding-top: 25px;
		padding-bottom: 38px;
	}
	.cms-location {
		font-size: 16px;
		min-width: auto;
	}
	.cms-sec-top .col-text .page-title {
		font-size: 26px;
		line-height: 32px;
	}
	.cms-sec-top .col-text .page-subtitle {
		font-size: 22px;
		line-height: 30px;
	}
	.cms-sec-top .phone_icon {
		border-radius: 0;
	}
	.cms-sec-top .sec-steps {
		border: 1px solid #5E5E5E;
		margin-top: 25px;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	.cms-sec-top .sec-step .sec-items {
		grid-gap: 35px;
		max-width: 435px;
	}
	.cms-sec-top .sec-step .sec-item {
		width: calc(50% - 10px);
		max-width: 197px;
		height: auto;
		min-height: 135px;
		padding: 20px 15px 15px;
	}
	.cms-sec-top .sec-step {
		padding: 20px 15px 30px;
	}
	.cms-sec-top .sec-step .step-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.cms-sec-top .sec-step .sec-item .wrap-icon .icon {
		width: 100px;
	}
	.cms-sec-top .sec-step .sec-item .title {
		font-size: 13px;
		line-height: 20px;
	}
}
@media (max-width: 500px) {
	.cms-sec-top .sec-step .sec-items {
		grid-gap: 20px;
	}
	.cms-sec-top .sec-steps .sec-step-last .section-items .item .wrap-icon .icon {
		width: 26px;
		height: 26px;
		min-width: 26px;
		min-height: 26px;
	}
	.cms-sec-top .sec-steps .sec-step-last .section-items .item .title {
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
	}
	.cms-sec-top .sec-steps .sec-step-last .wrap-button {
		margin-top: 10px;
	}
}
@media (max-width: 420px) {
	#header .cms-location {
		display: block;
		font-size: 12px;
		font-weight: 700;
		line-height: 15px;
		max-width: 90%;
	}
	.cms-sec-top .wrap-button {
		text-align: center;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms-sec-top .phone_icon {
		width: 100%;
	}
	.cms-sec-top .sec-icons {
		display: flex;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	.cms-sec-top .sec-icons .stars-icon {
		margin-left: 0;
	}
}
@media (hover: none) and (pointer: coarse) {
	.cms-sec-top .sec-step .sec-item:hover {
		background-color: #fff;
		border-color: #203A72;
	}
}









/*
 * Section 3
 * ------------------------------------------------------------------------------------------------
*/
.sec3 {
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
}
.sec3 .section-subtitle {
	color: #737373;
	font-weight: 700;
}
.sec3 .brands-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 0;
}
.sec3 .brands-logos.brands-less {
	max-height: 175px;
	overflow-y: hidden;
}
.sec3 .brands-logos .brand-item {
	width: 152px;
	margin-bottom: 15px;
}
.sec3 .brands-logos .brand-item .brand-logo {
	width: 100%;
	max-width: 152px;
	height: 80px;
}
.sec3 .brands-logos .brand-item:only-child  .brand-logo {
	width: 100%;
}
.sec3 .toggle-show {
	color: #0066FF;
	font-weight: 700;
	margin-top: 0;
	cursor: pointer;
}
.sec3 .toggle-show:after {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1.5 1L7.5 7L13.5 1" stroke="%230066FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 8px;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-left: 5px;
	vertical-align: middle;
}
.sec3 .show-less:after {
	-webkit-transform: scale(1, -1);
	    -ms-transform: scale(1, -1);
	        transform: scale(1, -1);
}

@media (max-width: 1199px) {
	.sec3 .brands-logos .brand-item {
		width: 20%;
	}
}
@media (max-width: 991px) {
	.sec3 .brands-logos .brand-item {
		width: 25%;
	}
}
@media (max-width: 767px) {
	.sec3 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec3 .brands-logos.brands-less {
		max-height: 475px;
	}
	.sec3 .brands-logos .brand-item {
		width: 33.333333%;
	}
}
@media (max-width: 500px) {
	.sec3 .brands-logos.brands-less {
		max-height: 325px;
	}
	.sec3 .brands-logos .brand-item {
		width: calc(33.333333% - 10px);
	}
	.sec3 .brands-logos .brand-item .brand-logo {
		width: 100%;
		height: 50px;
	}
}










/*
 * Section Available
 * ------------------------------------------------------------------------------------------------
*/
.section-available {
	background-color: #E6F0F9;
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-available .section-text {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.section-available .wrap-button {
	margin-top: 30px;
	margin-bottom: 0;
}
.section-available .wrap-button .site_btn {
	min-width: 296px;
}
.section-available .button-text {
	text-align: center;
	margin-top: 10px;
}
.section-available .flex-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.section-available .sec-image-wrap {
	width: 50%;
	max-width: 456px;
}
.section-available .sec-content-wrap {
	width: 56%;
}
@media (max-width: 1199px) {
	.section-available .flex-wrap {
		display: block;
	}
	.section-available .sec-image-wrap {
		width: 100%;
		max-width: 100%;
		margin-bottom: 35px;
	}
	.section-available .sec-content-wrap {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.section-available {
		text-align: left;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.section-available .sec-image-wrap {
		text-align: center;
		margin-bottom: 20px;
	}
	.section-available .wrap-button {
		text-align: center;
	}
	.section-available .wrap-button .site_btn {
		min-width: auto;
	}
}







/*
 * Section 5
 * ------------------------------------------------------------------------------------------------
*/
.sec5 {
	background-color: rgba(0, 0, 0, 0.8);
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
.sec5 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 100%;
}
.sec5 .sec-wrap {
	position: relative;
	z-index: 1;
}
.sec5 .sec-wrap .sec-location {
	color: #A2C9EA;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.sec5 .sec-wrap .sec-location:before {
	content: '';
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="28" viewBox="0 0 20 28" fill="none"%3E%3Cpath d="M10 0C4.47143 0 0 4.382 0 9.8C0 17.15 10 28 10 28C10 28 20 17.15 20 9.8C20 4.382 15.5286 0 10 0ZM10 13.3C8.02857 13.3 6.42857 11.732 6.42857 9.8C6.42857 7.868 8.02857 6.3 10 6.3C11.9714 6.3 13.5714 7.868 13.5714 9.8C13.5714 11.732 11.9714 13.3 10 13.3Z" fill="%23A2C9EA"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 28px;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 10px;
	vertical-align: middle;
}
.sec5 .sec-wrap .section-title {
	color: #fff;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 45px;
}
.sec5 .sec-wrap .wrap-button {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
}
.sec5 .site_btn {
	min-width: 400px;
}
.sec5 .sec-wrap .sec-stars {
	background-image: url('data:image/svg+xml,%3Csvg width="116" height="18" viewBox="0 0 116 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M18.7485 6.23077H12.3497L10.4052 0.458654C10.3095 0.177404 10.0442 0 9.744 0C9.44385 0 9.1785 0.177404 9.0828 0.458654L7.13835 6.23077H0.696C0.3132 6.23077 0 6.54231 0 6.92308C0 6.96202 0.0043501 7.00529 0.0130503 7.03991C0.02175 7.19135 0.0913502 7.3601 0.3045 7.52885L5.56365 11.2154L3.54525 17.0524C3.4452 17.3337 3.54525 17.6495 3.7845 17.8312C3.91065 17.9221 4.0281 18 4.176 18C4.31955 18 4.4892 17.9264 4.611 17.8442L9.744 14.2053L14.877 17.8442C14.9988 17.9308 15.1685 18 15.312 18C15.4599 18 15.5774 17.9264 15.6992 17.8312C15.9428 17.6495 16.0385 17.338 15.9384 17.0524L13.92 11.2154L19.1357 7.49423L19.2618 7.38606C19.3749 7.2649 19.488 7.10048 19.488 6.92308C19.488 6.54231 19.1313 6.23077 18.7485 6.23077Z" fill="%23FEB926"/%3E%3Cpath d="M42.8767 6.23077H36.4778L34.5334 0.458654C34.4377 0.177404 34.1723 0 33.8722 0C33.572 0 33.3067 0.177404 33.211 0.458654L31.2665 6.23077H24.8242C24.4414 6.23077 24.1282 6.54231 24.1282 6.92308C24.1282 6.96202 24.1325 7.00529 24.1412 7.03991C24.1499 7.19135 24.2195 7.3601 24.4327 7.52885L29.6918 11.2154L27.6734 17.0524C27.5734 17.3337 27.6734 17.6495 27.9127 17.8312C28.0388 17.9221 28.1563 18 28.3042 18C28.4477 18 28.6174 17.9264 28.7392 17.8442L33.8722 14.2053L39.0052 17.8442C39.127 17.9308 39.2966 18 39.4402 18C39.5881 18 39.7055 17.9264 39.8273 17.8312C40.0709 17.6495 40.1666 17.338 40.0666 17.0524L38.0482 11.2154L43.2638 7.49423L43.39 7.38606C43.5031 7.2649 43.6162 7.10048 43.6162 6.92308C43.6162 6.54231 43.2595 6.23077 42.8767 6.23077Z" fill="%23FEB926"/%3E%3Cpath d="M67.0042 6.23077H60.6054L58.6609 0.458654C58.5652 0.177404 58.2999 0 57.9997 0C57.6996 0 57.4342 0.177404 57.3385 0.458654L55.3941 6.23077H48.9517C48.5689 6.23077 48.2557 6.54231 48.2557 6.92308C48.2557 6.96202 48.2601 7.00529 48.2688 7.03991C48.2775 7.19135 48.3471 7.3601 48.5602 7.52885L53.8194 11.2154L51.801 17.0524C51.7009 17.3337 51.801 17.6495 52.0402 17.8312C52.1664 17.9221 52.2838 18 52.4317 18C52.5753 18 52.7449 17.9264 52.8667 17.8442L57.9997 14.2053L63.1327 17.8442C63.2545 17.9308 63.4242 18 63.5677 18C63.7156 18 63.8331 17.9264 63.9549 17.8312C64.1985 17.6495 64.2942 17.338 64.1941 17.0524L62.1757 11.2154L67.3914 7.49423L67.5175 7.38606C67.6306 7.2649 67.7437 7.10048 67.7437 6.92308C67.7437 6.54231 67.387 6.23077 67.0042 6.23077Z" fill="%23FEB926"/%3E%3Cpath d="M91.1329 6.23077H84.7341L82.7896 0.458654C82.6939 0.177404 82.4286 0 82.1284 0C81.8283 0 81.5629 0.177404 81.4672 0.458654L79.5228 6.23077H73.0804C72.6976 6.23077 72.3844 6.54231 72.3844 6.92308C72.3844 6.96202 72.3887 7.00529 72.3974 7.03991C72.4061 7.19135 72.4757 7.3601 72.6889 7.52885L77.9481 11.2154L75.9297 17.0524C75.8296 17.3337 75.9297 17.6495 76.1689 17.8312C76.2951 17.9221 76.4125 18 76.5604 18C76.704 18 76.8736 17.9264 76.9954 17.8442L82.1284 14.2053L87.2614 17.8442C87.3832 17.9308 87.5529 18 87.6964 18C87.8443 18 87.9618 17.9264 88.0836 17.8312C88.3272 17.6495 88.4229 17.338 88.3228 17.0524L86.3044 11.2154L91.5201 7.49423L91.6462 7.38606C91.7593 7.2649 91.8724 7.10048 91.8724 6.92308C91.8724 6.54231 91.5157 6.23077 91.1329 6.23077Z" fill="%23FEB926"/%3E%3Cpath d="M115.26 6.23077H108.862L106.917 0.458654C106.821 0.177404 106.556 0 106.256 0C105.956 0 105.69 0.177404 105.595 0.458654L103.65 6.23077H97.208C96.8252 6.23077 96.512 6.54231 96.512 6.92308C96.512 6.96202 96.5163 7.00529 96.525 7.03991C96.5337 7.19135 96.6033 7.3601 96.8165 7.52885L102.076 11.2154L100.057 17.0524C99.9572 17.3337 100.057 17.6495 100.296 17.8312C100.423 17.9221 100.54 18 100.688 18C100.832 18 101.001 17.9264 101.123 17.8442L106.256 14.2053L111.389 17.8442C111.511 17.9308 111.68 18 111.824 18C111.972 18 112.089 17.9264 112.211 17.8312C112.455 17.6495 112.55 17.338 112.45 17.0524L110.432 11.2154L115.648 7.49423L115.774 7.38606C115.887 7.2649 116 7.10048 116 6.92308C116 6.54231 115.643 6.23077 115.26 6.23077Z" fill="%23FEB926"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 116px 18px;
	display: block;
	width: 100%;
	height: 18px;
	margin-top: 40px;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.sec5 .container {
		display: block;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.sec5 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.sec5 .sec-wrap .section-title {
		margin-bottom: 35px;
	}
	.sec5 .sec-wrap .wrap-button {
		margin-top: 25px;
		margin-bottom: 15px;
	}
}







/*
 * OpenLayers
 * ------------------------------------------------------------------------------------------------
*/
.map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.map .ol-attribution {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.map .ol-attribution:hover {
	opacity: 1;
}
.map .ol-attribution ul {
	padding: 0;
}
.map .ol-attribution ul li {
	padding: 0;
}
.map .ol-attribution ul li:before {
	display: none;
}
.map .ol-attribution a {
	color: #156DD1;
	text-decoration: none;
}
.map .ol-zoom {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.map .ol-zoom:hover {
	opacity: 1;
}
.map .ol-control button {
	background-color: rgba(21, 109, 209, 0.5);
	min-width: auto;
}
.map .ol-control button:focus,
.map .ol-control button:hover {
	text-decoration: none;
	background-color: rgba(21, 109, 209,.7);
}
.map .ol-overlaycontainer:before {
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}






