div.subVoucher {
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	max-width: 600px;
	margin: 40px auto;
	display: block;
	position: relative;
}

p.subVoucher {
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	color: #660066;
	margin: 0 0 20px 0;
}

input.subVoucher {
	border-radius: 5px;
	width: 100%;
	height: 35px;
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #606;
	text-align: center;
}

button.applyVoucher {
	width: 100%;
	max-width: 300px;
	height: 35px;
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
}

button.applyVoucher:active {
	background-color: #ff1aff !important;
	border-color: #ff1aff !important;
}

p.haveSubVoucher {
	text-align: center;
	margin: 20px 0;
	padding: 0 20px;
	font-weight: 700;
	color: #660066;
	font-size: 1.2em;
}

p.marketingText,
h1.marketingText {
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 20px 0;
	padding: 0 50px;
}

h1.marketingText {
	font-size: 2.3em;
	margin-bottom: 30px;
}

div.subBanner p.marketingText {
	margin-bottom: 0;
	font-weight: 700;
	color: #fff;
	z-index: 2;
	position: relative;
	font-size: 1.4em;
	display: block;
	margin: 20px auto;
}

p.marketingText.keyAdvantages {
	color: #ff7800;
	font-weight: 700;
}

h2.marketingText.fadeText {
	font-size: 2.5em;
	margin: 80px auto !important;
	width: 100%;
	max-width: 1100px;
	text-align: center;
}

img.unlimitedLogo {
	width: calc(100% - 40px);
	max-width: 400px;
	height: auto;
	display: block;
	position: relative;
	margin: 40px auto;
}

div.contrastStrip p.alreadySubscribed {
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 1.2em;
	margin: 20px auto;
}

div.contrastStrip h2.soloPrice {
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 1.9em;
	margin: 20px auto 30px auto;
}

div.subBanner {
	position: relative;
	padding: 30px;
	background-image: url('../img/indexImages/9a.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 40px;
	overflow: hidden;
}

p.finePrint,
div.wordWrap p.finePrint {
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: center;
	margin: 20px auto;
}

ol.tcs {
	width: 100%;
	max-width: 650px;
	display: block;
	position: relative;
	margin: 0 auto;
}

ol {
	counter-reset: item;
}

ol:not(.tcs),
ol ul {
	padding-left: 20px;
}

ul {
	list-style-type: disc;
}

ol > li {
	display: block;
	margin-bottom: 10px;
}

ol.tcs > li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	font-weight: 700;
}

ol > li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
	font-weight: 700;
}

button.closeTCs {
	display: block;
	position: relative;
	margin: 0 auto 20px auto;
}

@media screen and (max-width: 700px) {
	div.subBanner {
		width: calc(100% + 20px);
		top: -10px;
		left: -10px;
	}
	p.infoText {
		padding: 0 10px;
	}
}

@media screen and (max-width: 570px) {
	div.subBanner {
		width: calc(100% + 15px);
		top: -5px;
	}
}

div.grad {
    background: linear-gradient(0deg, transparent, rgba(102, 0, 102, 0.9));
    width: calc(100% + 20px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

h2.bigMarketingText {
	text-align: center;
	margin: 0 0 20px 0;
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
	color: #fff;
	padding: 10px;
	background: linear-gradient(-15deg, #00c5da, #660066);
}

button.subscribeNow {
	color: #fff;
	border: 0;
	background: rgba(255, 255, 255, 1) linear-gradient(-15deg, rgba(102, 0, 102, 0.4), rgba(0, 197, 218, 0.4));
	color: rgba(102, 0, 102, 1);
	padding: 15px 40px;
	display: block;
	position: relative;
	font-size: 1.3em;
	font-weight: 600;
	/* font-size: 1em; */
	margin: 10px auto 20px auto;
}

button.subscribeNow:last-of-type {
	margin-bottom: 0;
}

button.subscribeNow:hover {
	background: linear-gradient(-15deg, #660066, #00c5da);
	color: #fff;
}

button.subscribeNow:active {
	background: linear-gradient(-15deg, #440044, #0097a7);
}

ol.advantages,
ul.advantages {
	display: block;
	position: relative;
	margin: 20px auto 40px auto;
	width: 100%;
	max-width: 600px;
	padding-left: 20px;
}

ol.advantages,
ul.advantages {
	max-width: 800px;
}

ol.advantages li,
ul.advantages li,
ol.advantages li,
ul.advantages li  {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	list-style: disc;
}

p.manageSubscription {
	text-align: center;
	padding: 10px;
	font-size: 1.2em;
}

p.manageSubscription a {
	text-decoration: none;
	padding: 20px;
	width: 100%;
	max-width: 600px;
	display: block;
	position: relative;
	margin: 0 auto 20px auto;
	border-radius: 20px;
}

p.manageSubscription a:hover {
	background: #fff linear-gradient(-30deg, #660066, #00c5da);
	color: #fff;
}

p.infoText {
	text-align: center;
	margin: 0 0 20px 0;
}

div.subscriptionVouchers {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 0 auto 60px auto;
}

p.subVoucherAlert {
	font-weight: 700;
	color: #d66565;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	clear: left;
	display: none;
}

input.subscriptionVoucher {
	width: 100%;
	padding: 5px;
	font-size: 1.1em;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #5a5a5a;
}

@media screen and (max-width: 670px) {
	ul.advantages li {
		padding: 0 20px 0 0;
	}
	ul.advantages {
		padding-left: 30px;
	}
}