html {
	scroll-behavior: smooth;
}

body {
	margin: auto;
	background-color: white;

}

.general-container {
	margin: 0 auto;
	padding: 0 10px;
}

@media all and (min-width: 1024px) {
	.general-container {
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
}

h2 {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #A4A5AA;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 35px;
	font-weight: 400;
}

h1 {
	font-size: 28px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
}

.promo_img_wrapper .promo_img {
	max-width: 100%;
	margin-bottom: 10px;
}

.promo_img_wrapper .promo_img img {
	max-width: 100%;
}

@media all and (min-width: 768px) {
	.promo_img_wrapper {
		display: flex;
		align-items: flex-start;
		gap: 15px;
	}
}

.card {
	background-color: #3B68C7;
	height: auto;
	border-radius: 10px;
	text-align: center;
	margin: 20px 0;
	padding: 25px 20px;
}

.card2 {

	padding: 15px 25px;
}

.card2 p {

	line-height: 22px;
}

.card2 a {
	text-transform: none !important;
}

.card3 {
	display: flex;
	flex-direction: column;
	gap: 25px;
	justify-content: center;
	align-items: center;
	padding: 30px 43px !important;
}

.desktop-product {
	display: none;
}

.mobile-product {
	max-width: 100%;
}

@media all and (min-width: 1440px) {
	.card {
		padding: 25px 9px;
	}



	.mobile-product {
		display: none;
	}



	.card--columns {
		display: flex;
		align-items: flex-start;
		row-gap: 8px;
	}

	.card--columns--center {
		align-items: center;
	}
}

.card__text {
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin: 0;
}

.card__text strong {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.3px;
}

.card__text a {
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.card__text a:visited {
	color: #fff;
}

.site__text {
	font-family: 'Poppins', sans-serif;
	color: #333436;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	margin: 20px 0 40px;
}

.site__text strong {
	font-weight: 700;
}

.site__text--blue {
	color: #3B68C7;
	font-weight: 600;
	line-height: 32px;
	font-style: italic;
}

.site__text--blue strong {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	font-style: normal;
}

.article {
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}

.article>img {
	display: block;
	margin: 0 auto 30px;
	width: 260px;
}

@media all and (min-width: 768px) {
	.card2 {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px 22px;
	}

	.card2 p {
		text-align: left;
		margin-left: 21px;
	}



	.article {
		display: flex;
		align-items: flex-start;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.article--reverse {
		flex-direction: row-reverse;
	}

	.article>img {
		margin: 0 20px 0 0;
	}

	.article--reverse>img {
		margin: 0 0 0 20px;
	}
}

.article__title {
	color: #3B68C7;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 20px;
}

.article__text {
	font-size: 16px;
	color: #333436;
	font-family: 'Poppins', sans-serif;
	line-height: 25px;
	margin: 0;
}

.article__list li {
	font-size: 16px;
	color: #333436;
	font-family: 'Poppins', sans-serif;
	line-height: 25px;
}

.article__list li::marker {
	color: #3B68C7;
}





.mobile-btn {
	position: sticky;
	position: -webkit-sticky;
	bottom: 10px;
	display: block;

	background: white;
	border: solid white 8px;
	border-radius: 12px;
	box-shadow: 1px 1px 6px 6px rgba(0, 0, 0, 0.15);

	max-width: 336px;
	margin-left: auto;
	margin-right: auto;

	text-decoration: none;
}

.mobile-btn .coupon_img {
	max-width: 400px;
	width: 100%;
}

@media all and (min-width: 1440px) {
	.mobile-btn {
		display: none;
	}
}

.mobile-btn__cta {
	display: flex;
	align-items: center;
	height: 52px;
	overflow: hidden;
	background-color: #3B68C7;
	border-radius: 8px;
}

.mobile-btn__cta img {
	height: 65px;
}

.mobile-btn__cta p {
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-align: center;
	flex-grow: 1;
	text-decoration: none;
}


.cta-card {
	display: none;
	top: 20px;
	position: sticky;
	margin-left: 2%;
	width: 269px;
	border-radius: 10px;
	align-items: center;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
}

@media all and (min-width: 1440px) {
	.cta-card {
		top: 20px;
		position: sticky;
		display: block;
		margin-left: 2%;
		width: 269px;
		border-radius: 10px;
		align-items: center;
		box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.3);
	}
}

.cta-card__content {
	padding: 0 20px 30px;
}

.cta-card__img {
	width: 100%;
}

.cta-card__logo {
	max-width: 135px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
}

.cta-card__title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	margin: 23px 0 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
}

.cta-card__link {
	background-color: #3B68C7;
	display: block;
	border-radius: 5px;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 12px;
	margin-top: 3px;

}


@media (min-width: 1024px) {
	.AreaA {
		max-width: 715px;
	}

	.mobile-btn {
		display: none !important;
	}

	.cta-card {
		display: block;
	}


	.desktop-product {
		display: inline;
		max-width: 526px;
		width: 100% !important;
		height: 100% !important;
	}

	.mobile-product {
		display: none;
	}

	H1 {
		font-size: 36px;
	}


	.site__text--blue {
		font-size: 18px;
		margin: 0 12px 30px 12px;

	}

	.product {
		width: 30%;
		margin-top: 5%;
		padding: 0;
	}

	/*LAPTOP*/
	@media all and (min-width: 1440px) {

		.product {
			padding: 15px;
			margin-top: 5px;
		}

		.desktop-product {
			width: 100%;
		}
	}
}



.coupon_img {
	max-width: 242px;
	width: 100%;
}

.mobile-btn .coupon {
	width: 100%;
	display: block;
	margin: 0 0 10px;
}

@media all and (min-width: 768px) {


	.mobile-btn .coupon_img {
		width: 100%;
	}
}




.sitefooter {
	background-color: #fff;
	pointer-events: none;
	position: relative;
	z-index: 1;

	font-family: 'Source Sans Pro', sans-serif;
}

.sitefooter__container {
	max-width: 980px;
	margin: 38px auto 40px;
	text-align: center;
}

@media all and (min-width: 1000px) {
	.sitefooter__container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.sitefooter__links {
	pointer-events: auto;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;

	margin-bottom: 38px;
	padding: 0 10px;
}

@media all and (min-width: 1000px) {
	.sitefooter__links {
		margin-bottom: 0;
		flex-wrap: nowrap;
		justify-content: space-around;
		padding: 0;
	}
}

.sitefooter__links a {
	margin: 0 10px 10px;
	color: #5A6167;
	text-decoration: none;
}

@media all and (min-width: 1000px) {
	.sitefooter__links a {
		margin: 0 10px;
	}

	.sitefooter__links a:first-of-type {
		margin: 0 10px 0 0;
	}
}




.sitefooter__copyright {
	color: #5A6167;
	font-size: 14px;
	line-height: 18px;
}

@media all and (min-width: 1000px) {
	.sitefooter__copyright {
		text-align: right;
	}
}

.sitefooter__copyright strong {
	color: #252C32;
	font-weight: 700;
}