.strikethrough-on-slider:after {
	content:" ";
	height:5px;
	width: 45px;
	background-color: red;
	position: absolute;
	top: -3px;
	right: -2px;
	-moz-transform: rotate(-31deg);
	-webkit-transform: rotate(-31deg);
	-o-transform: rotate(-31deg);
	-ms-transform: rotate(-31deg);
	transform: rotate(-31deg);
}

.hex-empty-space {
	display:block;
	height:300px;
}

@media screen and (max-width: 750px) and (orientation: portrait) {
	.strikethrough-on-slider:after {
		content:" ";
		height: 2px;
		width: 25px;
		background-color: red;
		position: absolute;
		top: -3px;
		right: -4px;
		-moz-transform: rotate(-31deg);
		-webkit-transform: rotate(-31deg);
		-o-transform: rotate(-31deg);
		-ms-transform: rotate(-31deg);
		transform: rotate(-31deg);
	}

	.hex-empty-space {
		display:block;
		height:0;
	}
}

.trigger.container:nth-child(2) svg {
	display:none;
}

.viewport .trigger:nth-child(11) .content>.title .icon {
    display: none;
} 

.faq .list.unit[state="active"] .content {
    max-height: 265em !important;
}

