.cy-template p:empty{
	margin: 0;
}
.cy-template a:hover{
	text-decoration: underline;
}
.cy-template img{
	max-width: 100%;
	height: auto;
}
.cy-template h1, .cy-template .head1,
.cy-template h2, .cy-template .head2,
.cy-template h3, .cy-template .head3,
.cy-template h4, .cy-template .head4,
.cy-template h5, .cy-template .head5,
.cy-template h6, .cy-template .head6{
	font-style: normal;
	font-weight: 600;
}
.cy-template h1,.cy-template .head1{
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -1px;
	margin-bottom: 1.75rem;
}
.cy-template h2, .cy-template .head2{
	font-size: 42px;
	line-height: 48px;
	letter-spacing: -0.5px;
	margin-bottom: 1.5rem;
}
.cy-template h3, .cy-template .head3{
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.5px;
	margin-bottom: 1.375rem;
}
.cy-template h4, .cy-template .head4{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -0.25px;
	margin-bottom: 1.125rem;
}
.cy-template h5, .cy-template .head5{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -0.25px;
	margin-bottom: 0.875rem;
}
.cy-template h6, .cy-template .head6{
	font-size: 20px;
	line-height: 33px;
	letter-spacing: -0.25px;
	margin-bottom: 0.75rem;
}
.cy-template .subhead{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 32px;
}
.cy-template p,
.cy-template .body-text1,
.cy-template li{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}
.cy-template .body-text2,
.cy-template .body-text2 p,
.cy-template .body-text2 li{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
}
.cy-template .body-text3{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.cy-template .small-text1{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
}
.cy-template .small-text2{
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}
.cy-template .fw600{
	font-weight: 600!important;
}
.cy-template .fw500{
	font-weight: 500!important;
}
.cy-template .fw400{
	font-weight: 400!important;
}
.cy-template .fw500{
	font-weight: 500!important;
}
.cy-template li,
.cy-template ul {
	margin-top: 8px;
	margin-bottom: 10px;
}
.cy-template .strong {
	font-weight: 600!important;
}
/* common styles */
.cy-template p.tick-icon{
	line-height: 26px;
	padding: 0;
	margin-left: -8px;
	margin-right: -8px;
}
.cy-template p.tick-icon>span{
	position: relative;
	padding-left: 30px;
	margin: 8px;
	display: inline-block;
}
.cy-template p.tick-icon>span:before{
	height: 100%;
}
.cy-template ul.tick-icon{
	padding: 0;
	margin: 0;
}
.cy-template ul.tick-icon li{
	padding-left: 32px;
	position: relative;
	list-style: none;
}
.cy-template ul.tick-icon li:before{
	height: 28px;
}
.cy-template p.tick-icon>span:before,
.cy-template ul.tick-icon li:before{
	content: '';
	position: absolute;
	width: 24px;
	left: 0;
	top: 0;
	background-image: url(../../images/guideline-images/blue-tick.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.cy-template ul.checklist{
	padding: 0;
	margin: 0;
}
.cy-template ul.checklist li{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #27283C;
	margin-bottom: 26px;
	padding-left: 37px;
	position: relative;
	list-style: none;
}
.cy-template ul.checklist li:last-child{
	margin-bottom: 0;
}
.cy-template ul.checklist li:before{
	content: '';
	position: absolute;
	width: 25px;
	left: 0;
	top: 0;
	height: 25px;
	background-image: url(../../images/checklist-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cy-template .rating-wrapper {
	width: calc(5 * 25px);
	background-size: contain;
	background-image: url(../../images/home-page/empty-star.svg);
	position: relative;
	margin-bottom: 0px;
}
.cy-template .rating-wrapper span.rating {
	background-size: 25px;
	background-image: url(../../images/home-page/star.svg);
	position: absolute;
	left: 0;
}
.cy-template .rating-wrapper, .cy-template .rating-wrapper span.rating {
	height: 25px;
	background-position: left;
	background-repeat: repeat-x;
}
.cy-template p.total-rating {
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: -0.4px;
	color: #000000;
	margin: 6px 0 0 0;
}

@media(max-width: 767px){
	.cy-template h1,.cy-template .head1{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 1.25rem;
	}
	.cy-template h2, .cy-template .head2{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 1rem;
	}
	.cy-template h3, .cy-template .head3{
		font-size: 24px;
		line-height: 36px;
		margin-bottom: .75rem;
	}
	.cy-template h4, .cy-template .head4{
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 0.625rem;
	}
	.cy-template h5, .cy-template .head5{
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 0.5rem;
	}
	.cy-template h6, .cy-template .head6{
		font-size: 18px;
		line-height: 28px;

		margin-bottom: 0.375rem;
	}
	.cy-template .subhead{
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		line-height: 28px;

		letter-spacing: 0.25px;
	}
	.cy-template p,
	.cy-template .body-text1,
	.cy-template li{
		font-size: 15px;
		line-height: 26px;
	}
	.cy-template .body-text2,
	.cy-template .body-text2 p,
	.cy-template .body-text2 li{
		font-size: 14px;
		line-height: 24px;
	}
	.cy-template .body-text3,
	.cy-template .body-text3 p,
	.cy-template .body-text3 li{
		font-size: 13px;
		line-height: 22px;
	}
	.cy-template .small-text1{
		font-size: 12px;
		line-height: 20px;
	}
	.cy-template .small-text2{
		font-size: 11px;
		line-height: 18px;
	}
}

