:root {
	--button-color: #4196A4;
	--button-text-color: #fff;
	--button-hover-color: #2a616a;
	--price-color: #4196A4;
	--header-background-color: #2a616a;
	--header-background-image: url(HS_landari_ytimessa_2023_4_1600x1030.jpg);
}

/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* /RESET */

body {
	font-family: HelsinginWeb;
	background-color: #e9eaed;
}

* {
	box-sizing: border-box;
}

.hidden {
	display: none !important;
}

.hss-area {
	max-width: 980px;
	margin: 0 auto 1em;
	text-align: center;
	vertical-align: top;
	position: relative;
	background-color: transparent;
	padding: 1em 1em;
	top: -4em;
}

.hss-heading {
	width: 100%;
	background-position: bottom center;
	background-size: auto 100%;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

#heading-a.hss-heading,
#heading-b.hss-heading {
	height: 30vh;
}

#heading-c.hss-heading,
#heading-d.hss-heading {
	height: 40vh;
}

.hss-heading, .hss-heading * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#heading-d .hss-align-aid {
	top: 70%;
}

#heading-d .scroll-for-more {
	font-size: 1.15em;
	position: absolute;
	top: 80vh;
	left: 50%;
	transform: translate(-50%, 0);
}

#heading-d .scroll-for-more div.arrow::after {
	content: url(./img/hs_doubledown_white.svg);
}

#combo.type-d,
#digi.type-d {
	padding-top: 5em !important;
	top: 0 !important;
	position: relative;
}

#hss-full-screen-bg {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.hss-heading .hss-align-aid {
	position: absolute;
	width: 100%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 2em;
	padding: 0 1em;
}



#heading-c.hss-heading .hss-align-aid {
	top: 40%;
}

.hss-heading .hss-logo-container {
	position: absolute;
	max-width: 1280px;
	margin: 0 auto;
	height: 70px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
}

.hss-heading .hss-logo-container .hss-hs-logo {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("https://kampanjat.hs.fi/tilaa/images/HSLogoSquareWhite.svg") no-repeat center center;
	background-size: cover;
	display: inline-block;
	width: 6.25em;
	height: 6.25em;
}

.hss-heading h3.title {
	font-family: SanomatBannerWeb;
	font-size: 3.75em;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	text-shadow: 0 1px 16px rgba(72, 11, 18, 0.8);
}

.hss-heading h3.subtitle {
	font-size: 2.5em;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: normal;
	text-shadow: 0 1px 6px rgba(60, 5, 10, 1), 0 1px 10px rgba(60, 5, 10, 0.9);
}

.hss-heading.hss-slideshow-heading {
	/* background-image: url(https://kampanjat.hs.fi/tilaa/HS-WSJ-taustakuva.jpg); */
    /* background-position-y: center; */
    background-color: var(--header-background-color);
	background-image: var(--header-background-image);
    background-position-y: top;
    background-size: cover;
}

.hss-heading.hss-slideshow-heading h1 {
	color: white;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}

.hss-heading.hss-slideshow-heading .image-caption {
	padding: 10px 15px 0 0;
	text-align: right;
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
}
.hss-col-container {
	width: 100%;
}

.hss-card {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	position: relative;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 1em;
}

.hss-card ul, .hss-card ol {
	text-align: left;
	margin-bottom: 2em;
}

.hss-card ul li, .hss-card ol li {
	line-height: 1.2;
	font-size: 16px;
    list-style: disc;
    font-weight: 500;
}

.hss-card ol li {
	list-style: none;
}

.hss-card .styled li {
    margin-bottom: 32px;
	padding: 32px;
	border-bottom: 1px solid #cdcdcd;
	list-style: none;
	position: relative;
	padding-left: 40px;
	padding-right: 36px;
}

.hss-card .styled li:before, .hss-card .styled li:after{
	content:'\201D';
	font-size: 80px;
	color: #cdcdcd;
	opacity: .5;
	font-family: SanomatBannerWeb;
	position: absolute;
	line-height: 1;
}
.hss-card .styled li:before {
    left: 0;
	top: 0;
}
.hss-card .styled li:after {
    right: 0;
    bottom: -32px;
}

.hss-card.testimonials {
	padding: 32px;
}

.hss-card.testimonials .content-image {
	float: right;
	width: 300px;
	height: auto;
	background: #fff;
	position: relative;
	z-index: 2;
}

.hss-card.testimonials .content-image img {
	width: 300px;
	height: auto;
}

.hss-card.testimonials h3 {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	margin: 1em 0;
	font-family: 'HelsinginWeb';
	font-weight: 900;
	font-size: 28px;
	text-align: left;
}

.hss-card .link {
	color: #333;
	text-decoration: none;
	transition: all 200ms;
	display: block;
	margin-left: 10px;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	border-bottom: 1px solid #ddd;
}

.hss-card .link:hover .week, .hss-card .link:active .week, .hss-card .link:focus .week {
	color: #4196a4;
}

.hss-card .month {
    text-align: left;
    padding-left: 1em;
	margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: #bbb;
    font-size: 20px;
    font-weight: 800;
}

.hss-card .week {
	font-size: 16px;
}

.hss-card .section {
	font-size: inherit;
	color: #4196a4;
}

.hss-card .section .divider {
	margin: 0px 0.3em;
	font-size: inherit;
    font-weight: 400;
	color: #666;
}

.hss-card .image {
	width: 150px;
	height: auto;
	margin-left: 15px;
	flex: none;
	max-height: 125px;
    overflow: hidden;
    margin-bottom: 5px;
}

.hss-card .image img {
	height: auto;
    max-width: 100%;
}

.hss-card .link h4 {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 1.5em;
}

.hss-card .numbers {
	font-size: 12px;
	color: #888;
}

.sales-content {
	line-height: 1.3;
	width: 100%;
	padding: 16px;
}

.sales-content h4 {
	margin: 1em;
	font-size: 20px;
	font-weight: 600;
}

.sales-content p {
	font-size: 16px;
	margin-bottom: 1em;
}

.sales-content .offer {
	margin-top: 1em;
}

.sales-content .hss-offer {
	font-size: 18px;
}

.sales-content .hss-price-note.hss-note-striked {
	font-size: 15px;
	margin: .5em auto;
}

.sales-content .button {
	margin: 1.5em auto;
	padding: 14px 20px;
	display: block;
	text-decoration: none;
	background: #3D96A5;
	width: 200px;
    color: #fff;
    border-radius: 999px;
    cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

p.disclaimer {
	margin: 1em 0;
	font-size: 12px;
}

.hss-col-full {
	width: 100%;
}

.hss-col-third {
	width: 24em;
}

.hss-normal-plan {
	margin-top: 17px;
}

.hss-suggested-plan {
	border: 2px solid #4196a4;
	border-top: 0px;
}

.hss-suggested-plan-label {
	top: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	background: #4196a4;
	color: #fff;
	text-transform: uppercase;
	padding: 0.5em;
	font-weight: 500;
}

.hss-col-third:nth-child(1) {
	left: 0;
	position: absolute;
}

.hss-col-third:nth-child(3) {
	right: 0;
	position: absolute;
}

.hss-product-heading h2 {
	font-weight: bold;
	color: #191919;
	font-size: 32px;
	line-height: normal;
}

.hss-card h3 {font-weight: 400;}

.hss-price span {
	font-size: 32px;
	font-weight: bold;
	color: #ad0f00;
	color: var(--price-color);
}

.hss-price-note {
	position: relative;
	color: #ad0f00;
	color: var(--price-color);
	margin: 1.5em auto;
	width: 120px;
	font-size: 90%;
}

.hss-price-note.hss-note-striked:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid #ad0f00;
	border-top: 1px solid var(--price-color);
	opacity: 1;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.hss-price-note2 {
	display: none;
	color: #5d6e95;
	margin-top: 0;
	font-size: 70%;
}

.hss-feature-list {
	list-style: none;
	text-align: left;
	margin: 1em 0;
	padding: 0;
}

.hss-feature-list dd {
	font-size: 15px;
	line-height: 34px;
	margin: 0;
}

.hss-feature-list dt div,
.hss-feature-list dd div {
	display: table-cell;
}

.spacer {
	padding: 0 3px;
	width: 25px;
	max-width: 25px;
	line-height: 34px;
}

.row-spacer-1em {
	width: 100%;
	height: 1em;
}

.row-spacer-1-5em {
	width: 100%;
	height: 1.5em;
}

.tick::after {
	content: url('https://kampanjat.hs.fi/tilaa/images/checked.svg');
}

.hss-feature-list dd:last-child {
	margin-bottom: 1em;
}

.hss-feature-list dd.hss-included {
	font-size: 14.5px;
	font-weight: 500;
	color: black;
}

.hss-feature-list .hss-not-included {
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hss-feature-list .hss-not-included .tick::after {
	content: " " !important;
}

.hss-buttons {
	margin-bottom: 1em;
}

.hss-button {
	font-size: 15px;
	width: 161px;
	padding: 0 30px;
	line-height: 40px;
	border: 1px solid;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.hss-button.solid {
	border-color: #ad0f00;
	background: #ad0f00;
	border-color: var(--button-color);
	background: var(--button-color);
	color: var(--button-text-color);
}

.hss-button.solid:hover, .hss-button.solid:active,.hss-button.solid:focus {
	background-color: #bb131a;
	background-color: var(--button-hover-color);
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
}

.hss-button.hollow {
	border-color: #4196a4;
	color: #4196a4;
}

.hss-button.shadow {
	-moz-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	-webkit-box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
	box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.6);
}

.hss-feature-list-bottom dt {
	margin: 0 34px !important;
	border-bottom: 1px solid #e9eaed;
}

.hss-feature-list-bottom .hss-button {
	margin: .9em 0;
	max-width: 140px !important;
	height: 40px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	text-transform: none;
}

.hss-more-options {
	margin-top: 1.25em;
}

.hss-more-options .hss-card {
	padding-top: 1em;
}

.hss-more-options .hss-more-options-header {
	width: 100%;
}

.hss-more-options-element {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}


.hss-more-options .hss-product-link {
	display: inline-block;
	margin: 1em 0px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	color: #000000;
}

.hss-more-options .hss-product-link:hover {
	color: #333;
	text-decoration: underline;
}

.hss-more-options h2 {
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #191919;
	margin-bottom: .5em;
}

.hss-ribbon {
 position: absolute;
 top: -2px;
 left: -2px;
}

.hss-product-shot {
	position: relative;
	width: 100%;
	margin: 0;
}

.hss-product-shot img {
	width: 80%;
	max-width: 80%;
	max-height: 80%;
}

.hss-price-information {
	margin: 0 0 1.25em;
}

.hss-price {
	color: #58585a;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
}

.hss-feature-list dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: 34px;
}

.hss-feature-list dt.hss-included {
	font-size: 17px;
	font-weight: 700;
	color: black;
	line-height: 20px;
}

.hss-feature-list dt.hss-partially-included {
	display: none;
	color: black;
}

.hss-feature-list dt .sym {
	display: none;
}

.hss-feature-list-opener {
	display: none;
}

.line-divider {
	margin: 15px 0;
	border: none;
	height: 1px;
	background-color: #ece9e9;
	color: #ece9e9;
}

.select-subs {
	height: 35px;
}

.select-subs-buttons {
	margin: 0px;
	font-size: 13px;
}

.select-subs h3 {
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	color: #191919;
	margin-bottom: 1.5em;
}

.select-subs h3 span {
	display: block;
}

.sub-1,
.sub-2 {
	background: #ffffff;
	border-radius: 0px;
	width: 105px;
	height: 35px;
	color: #58585a;
	padding: 9px 15px;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	text-decoration: none;
	margin: -3px;
	border: 1px solid #777777;
	display: inline-block;
}

.sub-1-active,
.sub-2-active {
	background: #e9eaed;
	border-radius: 0px;
	width: 105px;
	height: 35px;
	color: #000000;
	padding: 9px 15px;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	text-decoration: none;
	margin: -3px;
	border: 1px solid #777777;
	display: inline-block;
}

.select-subs-buttons a:hover {
	text-decoration: none;
	background-color: none;
}

.hss-solid-button-2 {
	background: #8fc6b1;
}

.hss-family,
.hss-no-family {
	float: right;
	display: none;
}

.hss-family img,
.hss-no-family img {
	height: 35px;
	display: none;
}

.hss-family,
.hss-no-family {
	float: right;
	display: none;
}

.hss-family img,
.hss-no-family img {
	height: 35px;
	display: none;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-purple-light {
	background: #dc67b4;
}

.bg-purple {
	background-color: #d44da2 !important;
}

.txt-white,
.txt-white::before,
.txt-white::after {
	color: #ffffff !important;
}

.f-right {
	float: right;
}

.flexy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flexy > div, .inline-flexy > div {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.top-offset-1-25em {
	position: relative;
	top: -1.25em;
}


.material-icons {
} 
.material-icons::before {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	position: relative;
	left: 5px;
	top: 6px;
	transform: rotate(-45deg);
	vertical-align: top;
}
.material-icons.up:before {
}
.material-icons.down:before {
	top: 4px;
	transform: rotate(135deg);
}

@media only screen and (max-width: 1024px) {
	.hss-card.testimonials {
		padding: 16px;
	}

	.hss-area {
		top: 0;
	}
	
	.hss-col-container {
		width: 98%;
	}

	.hss-col-third {
		max-width: 30%;
	}
	
	.hss-heading h3.title {
		font-size: 2.5em;
	}

	.hss-heading h3.subtitle {
		font-size: 2em;
	}

	.hss-heading h3.sm-subtitle {
		font-size: 1.75em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo {
		width: 4em;
		height: 4em;
	}
}

@media only screen and (max-width: 767px) {
	.hss-area {
		padding: 1em .5em;
	}
	
	.hss-col-third {
		display: block;
		width: 100%;
		-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
		margin: 0 0 1em 0 !important;
		position: inherit !important;
	}
	
	.hss-product-heading h2 {
		font-size: 30px;
	}

	.top-offset-1-25em {
		top: 0;
	}

	.hss-area {
		top: 0em;
	}

	.hide-in-mobile {
		display: none;
	}

	.hss-more-options h2,
	.hss-more-options h3 {
		text-align: center;
	}

	.hss-card {
		padding: 0 0.25em;
	}
	
	.hss-card.sales-content {
		padding: 16px;
	}
	
	.hss-heading h3.title {
		font-size: 1.75em;
	}

	.hss-heading h3.subtitle {
		font-size: 1.5em;
	}

	.hss-heading h3.sm-subtitle {
		font-size: 1.25em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo {
		width: 4em;
		height: 4em;
	}
}

@media only screen and (max-width: 735px) {
	.hss-feature-list dt .sym {
		display: inline;
	}

	.hss-feature-list-wrapper {
		display: none;
	}

	.hss-feature-list-opener {
		display: initial;
	}

	.hss-subscripton-opener-mobile {
		display: -webkit-inline-box;
		font-size: 0.95em;
		text-align: center;
		padding: 20px 15px;
		font-weight: normal;
		line-height: 22px;
		color: #4196a4;
		cursor: pointer;
	}

	.sym {
		margin-left: 5px;
		font-size: 22px !important;
	}

	.up {
		display: none;
	}

	.open .up {
		display: inherit;
	}

	.open .down {
		display: none;
	}
}

@media only screen and (max-width: 568px) {
	.hss-heading h3.title {
		font-size: 1.5em;
	}

	.hss-heading h3.subtitle {
		font-size: 1.25em;
	}

	.hss-heading h3.sm-subtitle {
		font-size: 1em;
	}

	.hss-heading .hss-logo-container .hss-hs-logo {
		width: 3.25em;
		height: 3.25em;
	}

	.row-spacer-1-5em {
		height: .75em;
	}
	
	.hss-card {
		padding: 0;
	}
	
	.hss-card .image {
		width: auto;
		max-width: 75px;
		height: 100px;
		margin-left: 10px;
		flex: none;
		max-height: 125px;
		overflow: hidden;
		margin-bottom: 5px;
		margin-top: 1.5em;
	}

	.hss-card .image img {
		height: auto;
		max-width: 100%;
	}
	
	.hss-card .link h4 {
		font-size: 18px;
	}
}

@media only screen and (max-height: 414px) {
	#heading-a.hss-heading,
	#heading-b.hss-heading,
	#heading-c.hss-heading {
		height: 65vh;
	}
}

@media only screen and (max-width: 399px) {
	#heading-a.hss-heading,
	#heading-b.hss-heading,
	#heading-c.hss-heading {
		height: 31vh;
	}
}

@media only screen and (max-width: 375px) {
	.hss-col-third .hss-feature-list-wrapper dt {
		font-size: 16px;
	}

	.hss-col-third .hss-feature-list-wrapper dd {
		font-size: 14px;
	}
}

@media only screen and (max-width: 360px) {
	.hss-area {
		padding: 0;
	}
	
	.hss-feature-list dd {
		font-size: 0.9em;
	}
	
	.hss-col-third .hss-feature-list-wrapper dt {
		font-size: 16px;
	}

	.hss-col-third .hss-feature-list-wrapper dd {
		font-size: 0.8em;
	}

	.hss-feature-list .tick spacer {
		display: none !important;
	}
}
