.tier-one-hero-section {
	background: var(--core-rich-black, #010203);
	position: relative;
}

.toh-container {
	overflow-x: clip;
	overflow-y: visible;
}

.toh-bg {
	/* 	width: calc(100% - 20px); */
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	inset: 0 auto auto 50%;
	background: url("https://www.varonis.com/hubfs/2024%20Website%20Redesign/Decorations/Grid%20Cell.png"), rgba(47, 48, 50, 0.50);
	background-repeat: repeat;
	background-size: 51.15px 51.15px;
	background-position: bottom;
	transform: translateX(-50%);
	pointer-events: none;
}

.toh-bg:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(0deg, #010203 -20.29%, rgba(1, 2, 3, 0.00) 76.16%);
	backdrop-filter: blur(4px);
	pointer-events: none;
}

.liquid-ether-container {
	pointer-events: none;
}


.toh-rive {
	position: absolute;
	content: '';
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 400ms ease;
	pointer-events: none;
}

.rive-active .toh-rive {
	opacity: 1;
	transition-delay: 120ms;
}

.toh-gradient {
	position: absolute;
	content: '';
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #010203 -20.29%, rgba(1, 2, 3, 0.00) 76.16%);
	pointer-events: none;
}

.toh-logos-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	inset: 8px auto auto 0;
	padding-inline: 12px;
	pointer-events: none;
}

.toh-logo {
	pointer-events: auto;
}

.toh-logo.first {
	max-width: 80px;
}

.toh-logo.second {
	max-width: 64px;
}

.toh-layout-flex {
	width: 100%;
	/* 	isolation: isolate; */
	border-bottom: 1px solid var(--neutral-5, #4C4D4F);
}

.toh-top-flex {
	display: flex;
	flex-direction: column;
	padding: 16px;
	position: relative;
	padding-top: 123px;
}

.toh-eyebrow {
	width: max-content;
	color: var(--white, #FFF);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	z-index: 1;
}

.toh-heading {
	color: var(--white, #FFF);
	font-size: 64px;
	font-weight: 900;
	line-height: .8;
	text-transform: uppercase;
	/* 	z-index: 1; */
	/* 	max-width: 250px;	sticker rework  */
	padding-right: 80px; /* sticker rework */
}

.toh-heading-outlined {
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: .51px white;
	position: relative;
}

.toh-heading-filled {
	display: inline-block;
	position: relative;
}

/* =========================
Sticker base
========================= */
.toh-sticker {
	position: absolute;
	content: '';
	width: 96px;
	height: 96px;
	aspect-ratio: 1;
	border-radius: 50%;
	outline: 1.333px solid #8BE000;
	background: rgba(1, 2, 3, 0.60);
	backdrop-filter: blur(2.7047617435455322px);
	display: flex;
	place-items: center;
	overflow: hidden;
	padding: 3.98px 3.98px 4.59px 4.59px;
	z-index: 2;
}

/* old heading position */
/* .toh-outline-sticker {
inset: -78px -65px auto auto;
} */

/* .toh-filled-sticker {
inset: -20px -76px auto auto;
}
*/
/* new heading position */
.toh-outline-sticker {
	inset: 69px 32px auto auto;
}

.toh-filled-sticker {
	inset: 178px 13px auto auto;
}

/* =========================
Ring text
========================= */
.toh-sticker-ring {
	position: absolute;
	content: '';
	inset: 050% auto auto 50%;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transform: translate(-50%, -50%);
	pointer-events: none;
	user-select: none;
	text-transform: uppercase;
}


/* fallback if mask-image unsupported */
@supports not (mask-image: radial-gradient(circle, black, transparent)) {
	.sticker-ring span {
		opacity: 0.85;
	}
}

@keyframes ring-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* =========================
Content
========================= */
.toh-sticker-flex {
	width: 100%;
	display: flex;
	flex-direction: column;
	place-items: center;
	gap: 5.33px;
	pointer-events: none;
	-webkit-text-stroke: 0;
}

.toh-sticker-title {
	color: var(--Text-Light, #FFF);
	text-align: center;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
	user-select: none;
}

.toh-sticker-desc {
	color: var(--Text-Light, #FFF);
	text-align: center;
	font-size: 8px;
	font-weight: 900;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
	user-select: none;
}

/* =========================
CTA
========================= */
.toh-sticker-cta {
	width: max-content;
	display: flex;
	place-items: center;
	gap: 1.95px;
	color: var(--Text-Highlight, #8BE000);
	text-align: center;
	font-size: 8px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 0;
	border-bottom: 1px solid transparent;
	transition: border-bottom .3s ease;
	text-decoration: unset;
	pointer-events: auto;
}

.toh-sticker-cta:hover {
	border-bottom: 1px solid var(--Text-Highlight, #8BE000);
	text-decoration: unset;
}

.toh-sticker-cta-icon {
	width: 5.41px;
	height: 5.41px;
}


.toh-headline-container {
	--fade-base-delay: 300ms;
	padding: 32px 16px;
	border-bottom: 1px solid var(--neutral-5, #4C4D4F);
}

.toh-headline {
	display: inline;
	color: var(--white, #FFF);
	font-size: 48px;
	font-weight: 900;
	line-height: .9;
	text-transform: uppercase;
	position: relative;
}

.toh-headline-sticker {
	position: absolute;
	content: '';
	inset: -85px auto auto 50%;
	width: 90px;
	height: 90px;
	transform: translateY(var(--fade-y,32px)); /* 	 fade up includes translateY */
	user-select: none;
}

.toh-headline-sticker.fade-up.is-visible {
	transform: translateY(0);
}



.toh-headline-sticker img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
	transform: rotate(-13deg);
}

.toh-info-flex {
	display: flex;
	flex-direction: column;
}

.toh-copy-flex {
	display: flex;
	flex-direction: column;
	padding: 32px 16px;
}

.toh-desc {
	width: 100%;
	color: var(--white, #fff);
}

.toh-desc * {
	margin-bottom: 20px;
}

.toh-desc-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 20px 0 0 0;
}

.tohd-list-item {
	color: var(--white, #fff);
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.tohd-li-icon-container {
	display: flex;
	width: 20px;
	height: 20px;
	margin-top: 3.5px;
}

.tohd-li-icon {
	width: 100%;
	height: 100%;
	min-width: 20px;
	min-height: 20px;
	object-fit: cover;
}

.toh-outer-vid-wrap {
	width: 100%;
}

.toh-video-container {
	width: 100%;
	padding: 14.45px 9.25px;
	position: relative;
}

.toh-vid-decor:before,
.toh-vid-decor:after {
	width: 12.045px;
	height: 11.92px;
	position: absolute;
	content: '';
	background-image: url('https://www.varonis.com/hubfs/2024%20Website%20Redesign/Decorations/green-corner-vid-decor.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.toh-vid-decor.top:before {
	inset: 0;
}

.toh-vid-decor.top:after {
	inset: 0 0 auto auto;
	transform: rotate(90deg);
}

.toh-vid-decor.bot:before {
	inset: auto auto 0 0;
	transform: rotate(-90deg);
}

.toh-vid-decor.bot:after {
	inset: auto 0 0 auto;
	transform: rotate(180deg);
}

.toh-trustbar-container {
	position: relative;
	z-index: 3;
}

.toh-trustbar {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #000;
	border-top: 1px solid var(--neutral-5, #4C4D4F);
	margin-top: 16px;
	padding-block: 20px;
}

.toh-trustbar-track {
	display: flex;
	/* 	gap: 40px; */
	width: max-content;
	animation-name: toh-marquee;
	animation-duration: var(--toh-marquee-duration, 35s);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	will-change: transform;
}

/* Pause on hover */
.toh-trustbar:hover .toh-trustbar-track {
	animation-play-state: paused;
}

/* ===============================
Groups & Items
================================ */

.toh-trustbar-group {
	display: flex;
}

.toht-item-flex{
	display: flex;
	align-items: center;
	gap: 40px;
	padding-inline: 20px;
}

.toh-trustbar-logo{
	width: 40px;
	height: 32px;
	background-image: url('https://www.varonis.com/hubfs/2024%20Website%20Redesign/00_Logos/Trust/varonis-logo-mark.svg');
	background-size: cover;
	background-repeat: no-repeat;

}

.toh-trustbar-text {
	color: var(--white, #FFF);
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	white-space: nowrap;

}

/* ===============================
Fade Edges (Optional, matches screenshot)
================================ */
.toh-trustbar::before,
.toh-trustbar::after {
	content: "";
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.toh-trustbar::before {
	left: 0;
	background: linear-gradient(to right, #000, transparent);
}

.toh-trustbar::after {
	right: 0;
	background: linear-gradient(to left, #000, transparent);
}

/* ===============================
Animation
================================ */

@keyframes toh-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* ===============================
Accessibility
================================ */

@media (prefers-reduced-motion: reduce) {
	.toh-trustbar-track {
		animation: none;
		transform: none;
	}
}

.toh-trustbar-sticker {
	position: absolute;
	content: '';
	inset: -20px -10px auto auto;
	width: 140px;
	height: 42px;
	transform: translateY(var(--fade-y, 32px)); /* 	 fade up includes translateY */
	z-index: 2;
	user-select: none;
}

.fade-up.is-visible.toh-trustbar-sticker {
	transform: translateY(0);
}

.toh-trustbar-sticker img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
	transform: rotate(12deg);
}




@media screen and (min-width: 768px) {
	.toh-bg {
		background-size: 140.04px 140.04px;
	}

	.toh-logos-flex {
		top: 23.58px;
		padding-inline: 22px;
	}

	.toh-logo.first {
		max-width: 133.25px;
	}

	.toh-logo.second {
		max-width: 116.342px;
	}

	.toh-top-flex {
		padding-top: 314px;
		padding-inline: 30px;
	}

	.toh-eyebrow {
		font-size: 40px;
	}

	.toh-heading {
		max-width: 570px;
		margin-left: -4px;
		font-size: 150px;
		padding-right: 0;
	}

	.toh-sticker {
		width: 194.4px;
		height: 194.4px;
	}

	.toh-outline-sticker {
/* 		inset: -136px -142px auto auto; */
		inset: 218px 13px auto auto;
	} 

	.toh-sticker-ring {
		inset: 50% auto auto 50%;
		width: calc(100% - 5px);
		height: calc(100% - 5px);
		transform: translate(-50%, -50%);
	}

	.toh-filled-sticker {
/* 		inset: -30px -159px auto auto; */
		inset: 444px -7px auto auto;
	}

	.toh-sticker-ring-text {
		font-size: 7.85px;
	}

	.toh-sticker-flex {
		gap: 12px;
	}

	.toh-sticker-title {
		font-size: 24px;
	}

	.toh-sticker-desc {
		font-size: 18px;
	}

	.toh-sticker-cta {
		font-size: 16px;
		letter-spacing: 1.6px;
		gap: 4px;
	}

	.toh-sticker-cta-icon {
		width: 11.11px;
		height: 11.11px;
	}

	.toh-headline-container {
		padding: 40px 40px 35px;
	}

	.toh-headline {
		font-size: 72px;
	}

	.toh-headline-sticker {
		inset: -120px auto auto 110%;
		width: 160px;
		height: 160px;
		transform: translateY(var(--fade-y,32px)); /* 	 fade up includes translateY */
	}

	.toh-headline-sticker.fade-up.is-visible {
		transform: translateY(0);
	}

	.toh-heading-outlined {
		-webkit-text-stroke: 1.39px white; 
	}

	.toh-video-container {
		padding: 40px;
	}

	.toh-vid-decor:before,
	.toh-vid-decor:after {
		width: 20.833px;
		height: 20.617px;
	}

	.toh-vid-decor.top:before {
		inset: 16.13px auto auto 11px;
	}

	.toh-vid-decor.top:after {
		inset: 16.13px 11px auto auto;
	}

	.toh-vid-decor.bot:before {
		inset: auto auto 11px 16.13px;
	}

	.toh-vid-decor.bot:after {
		inset: auto 11px 16.13px auto;
	}

	.toh-trustbar-sticker {
		inset: auto -10px -10px auto;
		width: 260px;
		height: 79px;
	}
}

@media screen and (min-width: 992px) {
	.liquid-ether-container {
		pointer-events: auto;
	}

	.toh-heading {
		max-width: 100%;
	}

	.toh-outline-sticker {
/* 		inset: -166px -122px auto auto; */
		inset: 188px 256px auto auto;
	} 

	.toh-filled-sticker {
/* 		inset: -164px -29px auto auto; */
		inset: 310px 75px auto auto;
	}

	.toh-heading {
		padding-right: 0;
	}

	.toh-headline-sticker {
		inset: -90px auto auto 113%;
		width: 160px;
		height: 160px;
		transform: translateY(var(--fade-y,32px)); /* 	 fade up includes translateY */
	}

	.toh-headline-sticker.fade-up.is-visible {
		transform: translateY(0);
	}
}

@media screen and (min-width: 1200px) {
	.toh-bg {
		background-size: 201.7px 201.7px;
	}

	.toh-logos-flex {
		top: 22px;
		padding-inline: 30px;
	}

	.toh-logo.first {
		max-width: 179.928px;
	}

	.toh-logo.second {
		max-width: 139.643px;
	}

	.toh-top-flex {
		padding-top: 487px;
		padding-inline: 30px;
	}

	.toh-heading {
		font-size: 216px;
		max-width: 830px;
		margin-left: -7px;
	}

	.toh-heading-outlined {
		-webkit-text-stroke: 2px white; 
	}

	.toh-sticker {
		width: 280px;
		height: 280px;
	}

	.toh-outline-sticker {
/* 		inset: -180px -212px auto auto; */
		inset: 347px 108px auto auto;
	}

	.toh-filled-sticker {
/* 		inset: -46px -219px auto auto; */
		inset: 654px 88px auto auto;
		
	}

	.toh-sticker-flex {
		gap: 20px;
	}

	.toh-sticker-title {
		font-size: 40px;
	}

	.toh-sticker-desc {
		font-size: 24px;
	}

	.toh-headline {
		font-size: 96px;
	}

	.toh-headline-sticker {
		inset: -170px auto auto 123%;
		width: 220px;
		height: 220px;
	}

	.toh-info-flex {
		display: flex;
		flex-direction: row;
		position: relative;
		border-bottom: 1px solid var(--neutral-5, #4C4D4F);
	}

	.toh-info-flex:after {
		position: absolute;
		content: '';
		inset: 0 auto auto 50%;
		width: 1px;
		height: 100%;
		background-color: var(--neutral-5, #4C4D4F);
		transform: translateX(-50%);
	}

	.toh-copy-flex,
	.toh-outer-vid-wrap  {
		width: 50%;
		padding: 40px;
	}

	/* 	.toh-outer-vid-wrap {
	padding: 40px;
} */

	.toh-video-container {
		padding: 25px 16px;
	}

	.toh-vid-decor.top:before {
		inset: 0;
	}

	.toh-vid-decor.top:after {
		inset: 0 0 auto auto;
	}

	.toh-vid-decor.bot:before {
		inset: auto auto 0 0;
	}

	.toh-vid-decor.bot:after {
		inset: auto 0 0 auto;
	}

	.toh-trustbar {
		border-top: unset;
		margin-top: 0;
	}

	.toh-trustbar-sticker {
		width: 310px;
		height: 96px;
	}
}

@media screen and (min-width: 1400px) {
	.toh-heading {
		padding-right: 0;
		max-width: 100%;
	}

	.toh-outline-sticker {
/* 		inset: -220px -192px auto auto; */
		inset: 312px 350px auto auto;
	}

	.toh-filled-sticker {
/* 		inset: -256px -89px auto auto; */
		inset: 444px 70px auto auto;
	}

	.toh-headline-sticker {
		inset: -110px auto auto 123%;
		transform: translateY(var(--fade-y,32px)); /* 	 fade up includes translateY */
	}

	.toh-headline-sticker.fade-up.is-visible {
		transform: translateY(0);
	}
}