.wp-block-brandspeak-mousefollower {
	position: relative;
	color: #fff;
	background-color: #423385;
	--mousefollower-curve: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1335" height="1330" viewBox="0 0 1335 1330"><g id="Group_2" data-name="Group 2" transform="translate(173.15 296)" isolation="isolate"><path id="Path_4" data-name="Path 4" d="M1161.85,1034l-90.97-339.273a661.016,661.016,0,0,0,85.49-326.184C1156.37,1.492,858.7-296,491.609-296S-173.15,1.568-173.15,368.543,124.515,1033.09,491.609,1033.09A661.4,661.4,0,0,0,824.75,943.664l337.1,90.256Z" fill="%233b2d7d"/></g></svg>');
	padding-bottom: 4em;
	margin-top: 10em;
	overflow: visible;
	padding-top: 0;
}

.wp-block-brandspeak-mousefollower::before {
	content: '';
	position: absolute;
	top: -320px;
	left: 0;
	right: 0;
	height: 380px;
	background-image: var(--mousefollower-curve);
	background-color: #423385;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 130% 150%;
	z-index: -1;
}

.wp-block-brandspeak-mousefollower::after {
	content: '';
	position: absolute;
	bottom: -160px;
	right: -100px;
	width: 600px;
	height: 600px;
	background-image: var(--mousefollower-curve);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 90% auto;
	mix-blend-mode: multiply;
	z-index: -1;
	opacity: 0.6;
	transform: translateX(20%);
}

.preview-hero {
	position: relative;
	background: transparent;
	padding: 4em 2em 3em;
	border-radius: 0;
	margin-bottom: 3em;
	margin-top: 0;
	z-index: 1;
}

.preview-hero::after {
	display: none;
}

.preview-hero__area {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.45;
	filter: saturate(0.75);
	z-index: 0;
}

.preview-hero__area::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(66, 43, 143, 0) 50%, rgba(66, 43, 143, 0.95) 100%);
}

.preview-hero__svg-wrap {
	position: absolute;
	left: -25%;
	bottom: -10%;
	width: min(60vw, 720px);
	pointer-events: none;
	z-index: 0;
}

.preview-hero__svg {
	width: 100%;
	height: auto;
}

/*.preview-hero__curve not needed with border radius tweak*/

.preview-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
}

.preview-hero__heading {
	margin: 0 0 0.5em;
	font-size: clamp(2.2em, 4vw, 3.5em);
	color: #fff;
}

.preview-hero__intro {
	margin: 0 auto;
	max-width: 48rem;
	color: rgba(255,255,255,0.85);
}

.preview-hero__actions {
	margin-top: 1.75em;
	display: flex;
	justify-content: center;
}

.preview-hero__actions .btn-bubble-arrow {
	--bubble-content-bg: #35c7c9;
	--bubble-content-color: #ffffff;
	--bubble-arrow-bg: #f7f7f2;
	--bubble-arrow-color: #0b0b0b;
	--bubble-arrow-duplicate-bg: #f7f7f2;
}

.preview-hero__actions .btn-bubble-arrow:hover .btn-bubble-arrow__arrow:not(.is--duplicate) {
	background-color: #9084fe;
	color: #ffffff;
}

.preview-container {
	width: 100%;
	max-width: 76em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
	padding-right: 2em;
}

.preview-collection {
	width: 100%;
	margin-top: .5em;
}

.preview-item__row {
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	display: flex;
	gap: 2em;
}

.preview-item__col {
	flex: 1;
}

.preview-item__col.is--large {
	flex: 1 1 40%;
	max-width: 45%;
}

.preview-item__col.is--description {
	flex: 1 1 45%;
	max-width: 55%;
}

.preview-container__label {
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	font-size: .75em;
}

.preview-list {
	flex-flow: column;
	width: 100%;
	display: flex;
	position: relative;
}

.preview-item {
	width: 100%;
	transition: opacity .2s;
}

.preview-item__heading {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
}

.preview-item__text {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}

.preview-item__visual {
	aspect-ratio: 1 / 1.25;
	width: 20em;
	display: none;
	position: absolute;
	overflow: hidden;
}

.preview-item__visual-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.preview-item__visual-img--placeholder {
	background: #f1f1f1;
}

.preview-follower [data-follower-visual]{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.preview-item__inner {
	width: 100%;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.preview-item__divider {
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.15);
	margin-top: 2em;
}

.preview-follower {
	z-index: 100;
	width: 20em;
	aspect-ratio: 1 / 1.25;
	pointer-events: none;
	border-radius: .75em;
	position: fixed;
	inset: 0% auto auto 0%;
	overflow: hidden;
	display: block;
}

.preview-follower__inner {
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.1s ease, transform 0.6s cubic-bezier(0.65, 0.1, 0, 1);
	z-index: 1;
}

.preview-follower__label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.95);
	opacity: 0;
	color: #121212;
	text-transform: none;
	text-decoration: none;
	padding: 0.9em 1.9em;
	border-radius: 1.25em;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	background: #fff;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
	transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	pointer-events: none;
	z-index: 2;
}

.preview-follower__label-span {
	display: block;
	font-size: inherit;
}

@media screen and (min-width: 992px){
	.preview-item:last-of-type{
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
}

@media (hover: hover) and (min-width: 992px){
	body:has( [data-follower-collection]:hover) .preview-follower__inner{
		opacity: 1;
		transform: scale(1);	
	}
	body:has( [data-follower-collection]:hover) .preview-follower__label{
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
		pointer-events: auto;
	}
	.preview-container:hover .preview-follower__inner{
		opacity: 1;
		transform: scale(1);	
	}
	.preview-container:hover .preview-follower__label{
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
		pointer-events: auto;
	}
	body:has( .preview-item:hover) .preview-item:not(:hover){
		opacity: 0.5;
	}
	body:has( .preview-item:hover) .preview-follower__label {
		box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
		pointer-events: auto;
	}
}

@media screen and (max-width: 991px) {
	.preview-item__row {
		grid-row-gap: .5em;
		gap: 1.25em;
	}

	.preview-item__row.tabelt--hide {
		display: none;
	}

	.preview-item__col.is--large {
		flex: none;
		order: -1;
		width: 100%;
		max-width: none;
	}

	.preview-item__col.is--description {
		order: -1;
		max-width: 100%;
	}

	.preview-item__col.is--small {
		text-align: right;
		max-width: 20%;
	}

	.preview-item__col.is--small.tablet--hide {
		display: none;
	}

	.preview-list {
		grid-column-gap: 1em;
		grid-row-gap: 4em;
		flex-flow: wrap;
	}

	.preview-item {
		width: calc(50% - .5em);
	}

	.preview-item__heading {
		font-size: 2em;
	}

	.preview-item__visual {
		border-radius: .75em;
		order: -1;
		width: 100%;
		margin-bottom: 1em;
		display: none;
		position: relative;
	}

	.preview-item--show-visual .preview-item__visual {
		display: block;
	}

	.preview-item__visual-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.preview-item__inner {
		border: 1px #000;
		flex-flow: column;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
	}

	.preview-follower {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.preview-container {
		padding-left: 1em;
		padding-right: 1em;
	}

	.preview-list {
		grid-row-gap: 3em;
	}

	.preview-item {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.wp-block-brandspeak-mousefollower::before {
		content: '';
		position: absolute;
		left: 50%;
		top: -180px;
		width: 140%;
		height: 190px;
		transform: translateX(-50%);
		background: #423385;
		border-radius: 50% 50% 0 0 / 100% 100% 0 0;
		z-index: 0;
		pointer-events: none;
	}
}

.preview-hero__content {
	position: relative;
	z-index: 2;
	text-align: center;
}
.preview-item__visual-toggle {
	display: none;
	margin-top: 1em;
	padding: 0.6em 1.4em;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.4);
	background: transparent;
	color: #fff;
	font-size: 0.85em;
	cursor: pointer;
}
