#viewport-emitter {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	z-index: -1;
}
#viewport-emitter::before {
	content: "large";
}
@media only screen and (min-width: 1441px) {
	#viewport-emitter::before {
		content: "xlarge";
	}
}
@media only screen and (max-width: 1068px) {
	#viewport-emitter::before {
		content: "medium";
	}
}
@media only screen and (max-width: 734px) {
	#viewport-emitter::before {
		content: "small";
	}
}
.section-hero .highlight-wrapper .highlight {
	z-index: -1;
}
.section-hero .underline.highlight:before {
	--highlight-duration: 0.5s;
	--highlight-delay: 0.5s;
	height: 6px;
	left: 15px;
	top: 97%;
	width: 0%;
	z-index: -1;
	padding: 0;
	animation-name: draw-line;
	animation-duration: var(--highlight-duration);
	animation-delay: var(--highlight-delay);
	opacity: 0;
}
.section-hero.animate .underline.highlight:before {
	width: 100%;
	padding-left: 0.1875em;
	padding-right: 0.1875em;
	opacity: 1;
}
.underline {
	display: inline;
}
@keyframes draw-line {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.section-sellers {
	--section-padding: 0;
	padding-bottom: 100px;
}
.section-sellers .column {
	margin-bottom: 30px;
	border-radius: 15px;
	box-shadow:
		rgba(0, 0, 0, 0.1) 20px 20px 20px -20px,
		rgba(0, 0, 0, 0.04) 0px 5px 5px 0px;
}
.section-sellers .column .seller-info {
	padding: 2em 2em 3.5em;
	text-align: left;
}
.section-sellers .column .specialism {
	padding: 1em 2em 1.5em;
	text-align: right;
}
.section-sellers .column .seller-info span, .section-sellers .column .specialism span {
	display: block;
}

.section-sellers .column:nth-child(odd) {
	margin-right: 10px;
}
.section-sellers .column:nth-child(even) {
	margin-left: 10px;
}
@media only screen and (max-width: 734px) {
	.section-sellers .column:nth-child(odd) {
		margin-right: 0;
	}
	.section-sellers .column:nth-child(even) {
		margin-left: 0;
	}
}
.section-sellers .large-6 {
	max-width: 48%;
}
@media only screen and (max-width: 1068px) {
	.section-sellers .medium-6 {
		max-width: 48%;
	}
}
@media only screen and (max-width: 734px) {
	.section-sellers .small-12 {
		max-width: 100%;
	}
}

.section-hero picture {
	height: auto;
}

@media only screen and (min-width: 1900px) {
	.section-hero picture {
		max-height: 800px;
	}
}

.seller-info .seller-email {
	line-break: anywhere;
}
.section-hero .typography-headline-super {
	max-width: 900px;
	margin: 0 auto;
}
@media only screen and (max-width: 1068px) {
	.section-hero .typography-headline-super {
		max-width: 700px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .typography-headline-super {
		max-width: 500px;
	}
}

.underline {
	z-index: -1;
}

.underline .underline-illustration {
	bottom: 2%;
}

.small-screen-show {
	display: none;
}

@media only screen and (max-width: 374px) {
	.small-screen-hide {
		display: none;
	}

	.small-screen-show {
		display: inline-block;
	}

	.underline-illustration .underline-path {
		clip-path: url(#underline-clip-path-1);
	}
}

.section-hero .typography-eyebrow-reduced {
	margin: 33px auto 5px;
	max-width: 900px;
}

html.text-zoom .typography-eyebrow-reduced {
	max-width: unset;
}

.section-hero .section-copy {
	max-width: 900px;
}

html.text-zoom .section-hero .section-copy {
	max-width: unset;
}

.highlight:before {
	height: 1.25em;
}
