@media (orientation: landscape) and (max-width: 776px)
{
	.hero-img
	{
		min-height: 400px;
	}
	#hero
	{
		background: none !important;
		min-height: unset;
		max-height: unset !important;
		height: unset !important;
	}
}
@media screen and (max-width: 310px) {
	.benefit-container > h3
	{
	font-size: 16px !important;
	}
	.mechanism-container > p
	{
	font-size: 12px !important;
	line-height: 22px !important;
	}
	.copyright
	{
	font-size: 10px !important;
	line-height: 14px !important;
	}
	#hero-paragraph
	{
	font-size: 13px !important;
	line-height: 20px !important;
	}
}
@media screen and (min-width: 310px) and (max-width: 338px)
{
	.benefit-container > h3
	{
	font-size: 17px !important;
	}
	.mechanism-container > p
	{
	font-size: 14px !important;
	line-height: 22px !important;
	}
	#hero-paragraph
	{
	font-size: 14px !important;
	line-height: 22px !important;
	}
}
@media screen and (max-width: 338px)
{
	#trial-btn
	{
	margin: 30px auto 0;
	padding: 5px 30px !important;
	height: 60px
	}
}
@media (orientation: portrait) and (max-width: 767px) {
	#hero
	{
		background: none !important;
		min-height: 570px;
		max-height: calc(100vh - 52px) !important;
		height: calc(100vh - 52px) !important;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px)
{
	.navbar
	{
	padding: 12px 16px !important;
	}
	.logo-h3
	{
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin-left: 10px;
	}
	.navbar-brand>img
	{
	width: 28px;
	height: 28px;
	}
	.navbar-nav > a
	{
	font-size: 18px;
	font-weight: 600;
	line-height: 24.51px;
	color: #FFFFFF;
	padding: 0;
	margin-bottom: 12px;
	}
	.navbar-nav > a:first-child
	{
	margin-top: 26px;
	}

	#hero .row
	{
	align-content: flex-start !important;
	}
	section
	{
	padding: 0 16px !important;
	}
	#hero-heading
	{
	font-size: 24px;
	line-height: 36px;
	}
	#hero-paragraph
	{
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 24px;
	}
	#hero-button
	{
	margin: 24px auto 0;
	padding: 13px 50px;
	font-size: 16px;
	line-height: 24px;
	}
	#hero-button img
	{
	width: 20px;
	}
	#benefits-heading
	{
	font-size: 24px;
	line-height: 36px;
	margin-top: 60px;
	}
	.custom-row
	{
	gap: 20px;
	margin: 0 auto;
	flex-wrap: wrap;
	}
	#first-row {
	margin-top: 40px;
	}
	.benefit-container
	{
	padding: 22px;
	width: 100%;
	}
	.benefit-container > img
	{
	width: 44px;
	}
	.benefit-container > h3
	{
	margin: 20px 0 0;
	font-size: 20px;
	line-height: 30px;
	}
	.benefit-container > p
	{
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 24px;
	}
	.benefit-container > a
	{
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 24px;
	gap: 8px;
	}
	.benefit-container > a > img
	{
	width: 20px;
	}
	#how-it-works
	{
	background-image: url(/assets/img/home/howItWorksBgMobile.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 150px;
	padding-bottom: 60px !important;
	}
	.mechanism-row
	{
	margin-top: 60px;
	flex-wrap: wrap;
	}
	.mechanism-row:first-child
	{
	margin-top: 0 !important;
	}
	#mechanism-heading
	{
	margin: 60px auto 0;
	font-size: 24px;
	line-height: 36px;
	}
	.mechanism-img
	{
	width: 100%;
	height: auto !important;
	}
	.mechanism-container
	{
	width: 100%;
	margin-bottom: 40px;
	}
	.mechanism-container > h3
	{
	font-size: 20px;
	line-height: 30px;
	}
	.mechanism-container > p
	{
	font-size: 16px;
	line-height: 24px;
	}
	.mechanism-container > a
	{
	width: 260px;
	height: 44px;
	gap: 12px;
	font-size: 16px;
	}
	.mechanism-container > a > img
	{
	width: 20px;
	}
	#free-trial
	{
	padding: 80px 30px 100px !important;
	margin: 0 0 0;
	background-image: url(/assets/img/home/freeTrialBGMobile.png);
	}
	#trial-heading
	{
	font-size: 24px;
	line-height: 36px;
	}
	#trial-paragraph
	{
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 24px;
	}
	#trial-btn
	{
	margin: 36px auto 0;
	height: 44px;
	padding: 10px 50px;
	font-size: 16px;
	}
	#trial-btn img
	{
	width: 20px !important;
	}
	#trial-link
	{
	margin: 28px auto 0;
	font-size: 16px;
	line-height: 24px;
	}
	#footer
	{
	background: #FAFAFA;
	margin-top: 60px;
	padding: 16px 40px 30px !important;
	box-sizing: border-box;
	}
	.footer-logo img
	{
	width: 32px;
	height: 32px;
	}
	.footer-logo span
	{
	font-size: 16px;
	}
	.footer-links
	{
	font-size: 12px;
	}
	.links-div
	{
	gap: 16px;
	margin: 0 0 24px;
	}
	.copyright
	{
	margin: 0 auto 32px;
	font-size: 12px;
	line-height: 16px;
	}
}

@media screen and (min-width: 767px) and (max-width: 1200px)
{
	#how-it-works
	{
	background-size: 100% calc(100% - 215px);
	background-position: 0 215px;
	padding-bottom: 80px !important;
	}

	.mechanism-container > button
	{
	width: 200px;
	}

	.mechanism-container > p
	{
	max-width: 440px;
	}

	#trial-paragraph
	{
	margin: 5px 0 0;
	}

	#trial-btn
	{
	margin: 30px auto 0;
	padding: 5px 50px;
	height: 60px
	}
	#trial-link
	{
	margin: 10px auto 0;
	}
	#hero-heading
	{
		font-size: calc(10px + 2vw);
		line-height: normal;
	}

	#hero-paragraph
	{
		font-size: calc(7px + 0.7vw);
		line-height: normal;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px)
{
	#how-it-works
	{
	background-size: 100% calc(100% - 215px);
	background-position: 0 215px;
	padding-bottom: 100px !important;
	}

	.mechanism-container > button
	{
	padding: 8px 70px;
	}

	.mechanism-container > p
	{
	max-width: 430px;
	}

}

@media screen and (min-width: 1400px) and (max-width: 1600px)
{
	#how-it-works
	{
	background-size: 100% calc(100% - 215px);
	background-position: 0 215px;
	padding-bottom: 100px !important;
	}

	.mechanism-container
	{
	width: 50%;
	max-width: 700px;
	max-height: 400px;
	}

	.mechanism-container > h3
	{
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 0em;
	}


	.mechanism-container > p
	{
	margin: 20px 0 0;
	max-width: 528px;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;

	}

	.mechanism-container > button
	{
	padding: 8px 100px;
	}

}
@media screen and (min-width: 767px) and (max-width: 950px){
	HTML #wot-badge0 .wot-secured
	{
	font-size: 11px;
	}
	.benefit-container
	{
	padding: 15px;
	width: 100%;
	}
	.benefit-container > h3
	{
	margin: 20px 0 0;
	font-size: 18px;
	line-height: 30px;
	}
}
@media screen and (min-width: 1600px)
{
	#hero-heading
	{
	font-size: 54px;
	line-height: 81px;
	}

	#hero-paragraph
	{
	margin: 22px 0 0;
	font-size: 24px;
	line-height: 36px;
	}

	#hero-button
	{
	margin: 40px auto 0;
	padding: 13px 60px;
	font-size: 24px;
	line-height: 36px;
	}

	#benefits-heading
	{
	font-size: 48px;
	}

	.benefit-container
	{
	padding: 40px;
	}

	.benefit-container>h3
	{
	margin: 31px 0 0;
	font-size: 36px;
	line-height: 54px;
	}

	.benefit-container>p
	{
	margin: 20px 0 0;
	font-size: 24px;
	line-height: 36px;
	}

	.benefit-container>button
	{
	margin: 40px 0 0;
	font-size: 28px;
	line-height: 42px;
	}

	.mechanism-container > h3
	{
	font-size: 36px;
	line-height: 54px;
	}

	.mechanism-container > p
	{
	margin: 20px 0 0;
	font-size: 24px;
	line-height: 36px;

	}

	.mechanism-container > button
	{
	margin: 20px 0 0;
	padding: 8px 121px;
	font-size: 20px;
	}

	#trial-heading
	{
	font-size: 48px;
	line-height: 72px;
	}


	#trial-paragraph
	{
	font-size: 24px;
	line-height: 36px;
	}


	#trial-btn
	{
	margin: 52px auto 0;
	height: 72px;
	padding: 13px 60px;
	font-size: 24px;
	}


	#trial-link
	{
	margin: 20px auto 0;
	font-size: 24px;
	line-height: 36px;
	}
	.wot-badge
	{
	margin: 30px auto 0;
	}
}
