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: 30px;
	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: 30px 12px;
}

.card .soundbar {
	display: none;
	margin-bottom: 10px;
}

@media all and (min-width: 768px) {
	.card .soundbar {
		display: inline;
	}
}

.card .img-logo-m {
	display: inline;
	max-width: 240px;
	width: 100%;
}

@media all and (min-width: 768px) {
	.card .img-logo-m {
		display: none;
	}
}

@media all and (min-width: 1024px) {
	.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: 500;
	font-size: 18px;
	line-height: 28px;
}

.card__text a {
	text-decoration: underline;
	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;
}

.site__text strong {
	font-weight: 700;
}

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

.site__text--blue strong {
	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) {
	.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: 400px;
	margin-left: auto;
	margin-right: auto;

	text-decoration: none;
}

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

.mobile-btn__cta {
	display: flex;
	align-items: center;
	height: 65px;
	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-weight: 700;
	font-size: 16px;
	text-align: center;
	flex-grow: 1;
	text-decoration: none;
}


.cta-card {
	display: none;
}

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

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

.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;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 21px;
	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: 700;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 12px;
}


@media (min-width: 1024px) {
	H1 {
		font-size: 30px;
		margin: 3% 10%;
	}

	.site__text--blue {
		font-size: 18px;
		margin: 0% 10%;
	}

	.tablet {
		width: 30%;
		/*height: 70%;*/
		margin-left: 5%;
		margin-top: 5%;
		padding: 0;
	}

	/*LAPTOP*/
	@media all and (min-width: 1024px) {
		.AreaA {
			max-width: 715px;
		}

		.tablet {
			width: 300px;
			height: 350px;
			margin-left: 5%;
			padding: 15px;
			margin-top: 5px;
		}
	}
}



.coupon {
	width: 280px;
	margin: 10px 0;
}

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






.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;
}