@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;600;700&family=Inter:wght@400;500;600&display=swap');

#lv-viz{
	--g:#d4af37; --gl:#f0d879; --w:#f5f0e8; --grey:#ab9c98;
	position:relative; box-sizing:border-box;
	width:auto; max-width:100vw;
	margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);
	padding:clamp(52px,6.5vw,96px) 20px clamp(56px,7vw,96px);
	font-family:var(--lvt-schrift-text); color:var(--grey);
	overflow:hidden;
}
#lv-viz *{ box-sizing:border-box; }
#lv-viz .lv-viz-inner{ max-width:1200px; margin:0 auto; }

/* == Gemeinsame Buehne == */
#lv-viz .lv-viz-stage{
	--cut:18px; position:relative; padding:1px; border:0;
	background:linear-gradient(150deg, rgba(212,175,55,.55), rgba(212,175,55,.12) 45%, rgba(212,175,55,.42));
	clip-path:polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
	transition:background .45s ease;
}
#lv-viz .lv-viz-frame{
	position:relative; overflow:hidden; background:var(--lvt-karte-tief);
	clip-path:polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
#lv-viz .lv-viz-frame::before{
	content:''; position:absolute; top:-30%; left:0; width:36%; height:160%; z-index:5;
	pointer-events:none;
	background:linear-gradient(90deg, transparent, rgba(255,246,220,.22), transparent);
	transform:translateX(-190%) skewX(-18deg);
}
#lv-viz.is-in .lv-viz-frame::before{ animation:lvVizSheen 1.25s var(--lvt-weich) both .3s; }
@keyframes lvVizSheen{ to{ transform:translateX(330%) skewX(-18deg); } }

/* == Titelbuehne == */
#lv-viz .lv-viz-hero{ --cut:22px; }
#lv-viz .lv-viz-hero .lv-viz-frame{
	display:flex; align-items:flex-end; justify-content:center;
	min-height:clamp(400px,60vh,660px);
	padding:clamp(34px,5vw,64px) clamp(20px,5vw,60px);
	text-align:center;
}
#lv-viz .lv-viz-hero img{
	position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
	filter:brightness(.62) contrast(1.05) saturate(.95); z-index:0;
}
#lv-viz .lv-viz-veil{
	position:absolute; inset:0; z-index:1; pointer-events:none;
	background:
		linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.05) 32%, rgba(0,0,0,.55) 78%, rgba(0,0,0,.9) 100%),
		repeating-linear-gradient(45deg, rgba(212,175,55,.05) 0px, rgba(212,175,55,.05) 1px, transparent 1px, transparent 15px);
}
#lv-viz .lv-viz-hbox{ position:relative; z-index:2; max-width:860px; }
#lv-viz .lv-viz-kicker{
	display:inline-flex; align-items:center; gap:9px;
	font:600 11px/1 var(--lvt-schrift-titel);
	letter-spacing:.28em; text-transform:uppercase; color:var(--g); margin-bottom:16px;
}
#lv-viz .lv-viz-kicker::before, #lv-viz .lv-viz-kicker::after{
	content:''; width:24px; height:1px;
	background:linear-gradient(90deg, transparent, rgba(212,175,55,.8));
}
#lv-viz .lv-viz-kicker::after{ background:linear-gradient(90deg, rgba(212,175,55,.8), transparent); }
#lv-viz .lv-viz-title{
	font-family:var(--lvt-schrift-titel); font-weight:600;
	font-size:clamp(1.85rem,5vw,3.4rem); line-height:1.02; letter-spacing:-.02em;
	color:var(--w); margin:0;
}
#lv-viz .lv-viz-title span{
	background-image:linear-gradient(120deg,var(--lvt-gold-tief) 0%,var(--lvt-gold-licht) 22%,var(--lvt-gold-mittel) 48%,var(--lvt-gold-weiss) 72%,var(--lvt-gold-tief) 100%);
	-webkit-background-clip:text; background-clip:text; color:transparent;
}
#lv-viz .lv-viz-hlead{
	margin:20px auto 0; max-width:660px;
	font-size:clamp(1rem,1.6vw,1.1rem); line-height:1.66; color:#cfc7c2;
}
#lv-viz .lv-viz-hlead strong{ color:var(--w); font-weight:500; }

/* == Abschnittskopf == */
#lv-viz .lv-viz-head{ text-align:center; margin:clamp(52px,6.2vw,88px) 0 clamp(24px,3vw,36px); }
#lv-viz .lv-viz-h2{
	font-family:var(--lvt-schrift-titel); font-weight:600;
	font-size:clamp(1.45rem,3.4vw,2.4rem); line-height:1.06; letter-spacing:-.015em;
	color:var(--w); margin:0;
}
#lv-viz .lv-viz-h2 span{
	background-image:linear-gradient(120deg,var(--lvt-gold-tief) 0%,var(--lvt-gold-licht) 22%,var(--lvt-gold-mittel) 48%,var(--lvt-gold-weiss) 72%,var(--lvt-gold-tief) 100%);
	-webkit-background-clip:text; background-clip:text; color:transparent;
}
#lv-viz .lv-viz-sub{
	max-width:720px; margin:14px auto 0;
	font-size:clamp(.97rem,1.4vw,1.04rem); line-height:1.64;
}

/* == Nutzen-Karten == */
#lv-viz .lv-viz-grid{
	display:grid; grid-template-columns:repeat(auto-fit, minmax(272px,1fr));
	gap:clamp(14px,1.7vw,20px);
}
#lv-viz .lv-viz-card{
	--cut:14px; position:relative; padding:1px; border:0;
	background:linear-gradient(150deg, rgba(212,175,55,.34), rgba(212,175,55,.08) 45%, rgba(212,175,55,.26));
	clip-path:polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
	transition:background .4s ease, opacity .4s ease, transform .5s var(--lvt-weich);
}
#lv-viz .lv-viz-cbody{
	position:relative; overflow:hidden; height:100%; padding:26px 24px 28px;
	background:
		repeating-linear-gradient(45deg, rgba(212,175,55,.06) 0px, rgba(212,175,55,.06) 1px, transparent 1px, transparent 14px),
		linear-gradient(180deg, var(--lvt-karte-hell) 0%, var(--lvt-karte) 60%, var(--lvt-karte-tief) 100%);
	clip-path:polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
#lv-viz .lv-viz-cbody::before{
	content:''; position:absolute; top:-30%; left:0; width:38%; height:160%; pointer-events:none;
	background:linear-gradient(90deg, transparent, rgba(255,246,220,.20), transparent);
	transform:translateX(-190%) skewX(-18deg);
	transition:transform .95s var(--lvt-weich);
}
#lv-viz .lv-viz-cnum{
	display:block; font:600 10px/1 var(--lvt-schrift-titel);
	letter-spacing:.24em; color:var(--g); margin-bottom:14px;
}
#lv-viz .lv-viz-ct{
	font-family:var(--lvt-schrift-titel); font-weight:600;
	font-size:1.03rem; line-height:1.22; color:var(--w); margin:0 0 10px;
}
#lv-viz .lv-viz-cx{ font-size:.93rem; line-height:1.6; margin:0; }
#lv-viz .lv-viz-cx strong{ color:var(--w); font-weight:500; }

@media (hover: hover){
	#lv-viz .lv-viz-grid:hover .lv-viz-card{ opacity:.42; }
	#lv-viz .lv-viz-grid:hover .lv-viz-card:hover{ opacity:1; }
	#lv-viz .lv-viz-card:hover{
		transform:translateY(-4px);
		background:linear-gradient(150deg, rgba(212,175,55,1), rgba(240,216,121,.5) 45%, rgba(212,175,55,.9));
	}
	#lv-viz .lv-viz-card:hover .lv-viz-cbody::before{ transform:translateX(330%) skewX(-18deg); }
	#lv-viz .lv-viz-stage:hover{
		background:linear-gradient(150deg, rgba(212,175,55,.9), rgba(240,216,121,.45) 45%, rgba(212,175,55,.8));
	}
}

/* == Referenzgalerie == */
#lv-viz .lv-viz-gal{
	display:grid; grid-template-columns:repeat(auto-fit, minmax(300px,1fr));
	gap:clamp(12px,1.5vw,18px);
}
#lv-viz .lv-viz-shot{
	--cut:13px; position:relative; padding:1px; border:0; margin:0; cursor:pointer;
	background:linear-gradient(150deg, rgba(212,175,55,.42), rgba(212,175,55,.1) 45%, rgba(212,175,55,.32));
	clip-path:polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
	transition:background .4s ease, opacity .4s ease, transform .5s var(--lvt-weich);
	display:block; width:100%; text-align:left;
}
/* display:block ist Pflicht: .lv-viz-sf ist ein span und damit von Haus aus
   inline - auf inline-Elementen greifen weder aspect-ratio noch height:100%
   beim Bild darin, der Rahmen bliebe leer. */
#lv-viz .lv-viz-sf{
	display:block;
	position:relative; overflow:hidden; background:var(--lvt-karte-tief); aspect-ratio:16 / 9;
	clip-path:polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
#lv-viz .lv-viz-sf img{
	display:block; width:100%; height:100%; object-fit:cover;
	filter:grayscale(.3) brightness(.8) contrast(1.05); transform:scale(1.01);
	transition:filter .6s ease, transform .9s var(--lvt-weich);
}
#lv-viz .lv-viz-zoom{
	position:absolute; right:10px; bottom:10px; z-index:3;
	width:30px; height:30px; display:grid; place-items:center;
	background:rgba(6,6,6,.72); box-shadow:inset 0 0 0 1px rgba(212,175,55,.45);
	clip-path:polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
	opacity:0; transition:opacity .35s ease;
	pointer-events:none;
}
#lv-viz .lv-viz-zoom svg{ width:14px; height:14px; stroke:var(--g); }
#lv-viz .lv-viz-shot:focus{ outline:none; }
#lv-viz .lv-viz-shot:focus-visible{ outline:1px dashed rgba(212,175,55,.8); outline-offset:5px; }
#lv-viz .lv-viz-shot:focus-visible .lv-viz-zoom{ opacity:1; }

@media (hover: hover){
	#lv-viz .lv-viz-gal:hover .lv-viz-shot{ opacity:.45; }
	#lv-viz .lv-viz-gal:hover .lv-viz-shot:hover{ opacity:1; }
	#lv-viz .lv-viz-shot:hover{
		transform:translateY(-3px);
		background:linear-gradient(150deg, rgba(212,175,55,1), rgba(240,216,121,.5) 45%, rgba(212,175,55,.9));
	}
	#lv-viz .lv-viz-shot:hover img{ filter:grayscale(0) brightness(1) contrast(1); transform:scale(1.06); }
	#lv-viz .lv-viz-shot:hover .lv-viz-zoom{ opacity:1; }
}
@media (hover: none){
	#lv-viz .lv-viz-sf img{ filter:grayscale(0) brightness(.94) contrast(1.02); }
	#lv-viz .lv-viz-zoom{ opacity:.8; }
}

/* == Lightbox == */
#lv-viz .lv-viz-box{
	position:fixed; inset:0; z-index:99990;
	display:flex; align-items:center; justify-content:center;
	padding:clamp(14px,3vw,46px);
	background:rgba(4,4,4,.94);
	opacity:0; transition:opacity .3s ease;
}
#lv-viz .lv-viz-box[hidden]{ display:none; }
#lv-viz .lv-viz-box.is-open{ opacity:1; }
#lv-viz .lv-viz-boxin{
	position:relative; max-width:1500px; width:100%;
	display:flex; flex-direction:column; align-items:center; gap:14px;
}
#lv-viz .lv-viz-boxim{
	display:block; max-width:100%; max-height:78vh; width:auto; height:auto;
	box-shadow:0 0 0 1px rgba(212,175,55,.4), 0 30px 70px rgba(0,0,0,.7);
	transition:opacity .25s ease;
}
/* Beim Blaettern wird das neue Bild im Hintergrund vorgeladen. Solange das
   laeuft, tritt das alte zurueck und der Spinner laeuft - sonst steht das
   vorherige Bild scheinbar unveraendert da und man haelt es fuer einen Fehler. */
#lv-viz .lv-viz-box.is-busy .lv-viz-boxim{ opacity:.16; }
#lv-viz .lv-viz-bspin{
	position:absolute; inset:0; z-index:2; display:none;
	align-items:center; justify-content:center; pointer-events:none;
}
#lv-viz .lv-viz-box.is-busy .lv-viz-bspin{ display:flex; }
#lv-viz .lv-viz-boxcap{
	font-size:.86rem; line-height:1.5; color:#9b918d; text-align:center; margin:0;
}
#lv-viz .lv-viz-boxcap b{ color:var(--g); font-weight:600; letter-spacing:.14em; font-size:.76rem; }
#lv-viz .lv-viz-nav{
	position:absolute; top:50%; transform:translateY(-50%); z-index:2;
	width:44px; height:44px; display:grid; place-items:center; cursor:pointer;
	border:0; background:rgba(6,6,6,.78);
	box-shadow:inset 0 0 0 1px rgba(212,175,55,.45);
	clip-path:polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
	transition:box-shadow .3s ease, background .3s ease;
}
#lv-viz .lv-viz-nav:hover{ background:rgba(14,12,6,.9); box-shadow:inset 0 0 0 1px var(--g); }
#lv-viz .lv-viz-nav:focus{ outline:none; }
#lv-viz .lv-viz-nav:focus-visible{ outline:1px dashed rgba(212,175,55,.85); outline-offset:4px; }
#lv-viz .lv-viz-nav svg{ width:15px; height:15px; stroke:var(--g); }
#lv-viz .lv-viz-prev{ left:-2px; }
#lv-viz .lv-viz-next{ right:-2px; }
#lv-viz .lv-viz-close{
	position:absolute; top:-4px; right:-2px; z-index:3;
	width:40px; height:40px; display:grid; place-items:center; cursor:pointer;
	border:0; background:rgba(6,6,6,.8);
	box-shadow:inset 0 0 0 1px rgba(212,175,55,.5);
	clip-path:polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
	transition:box-shadow .3s ease, background .3s ease;
}
#lv-viz .lv-viz-close:hover{ background:rgba(14,12,6,.92); box-shadow:inset 0 0 0 1px var(--g); }
#lv-viz .lv-viz-close:focus{ outline:none; }
#lv-viz .lv-viz-close:focus-visible{ outline:1px dashed rgba(212,175,55,.85); outline-offset:4px; }
#lv-viz .lv-viz-close svg{ width:15px; height:15px; stroke:var(--g); }

@media (max-width:700px){
	#lv-viz .lv-viz-nav{ top:auto; bottom:-2px; transform:none; }
	#lv-viz .lv-viz-prev{ left:calc(50% - 52px); }
	#lv-viz .lv-viz-next{ right:calc(50% - 52px); }
	#lv-viz .lv-viz-boxin{ padding-bottom:56px; }
	#lv-viz .lv-viz-boxim{ max-height:64vh; }
}

/* == Video == */
#lv-viz .lv-viz-reel{ --cut:16px; }
#lv-viz .lv-viz-reel .lv-viz-frame{ aspect-ratio:16 / 9; }
#lv-viz .lv-viz-reel iframe{
	position:absolute; inset:0; width:100%; height:100%; border:0; z-index:2;
}
#lv-viz .lv-viz-reel video{
	position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:2;
}
/* Trennlinie zwischen Galerie, Videos und Abschluss.
   Der Abstand sitzt als INNENabstand am Wrapper, nicht als margin an der
   Linie - senkrechte Aussenabstaende fallen mit denen der Nachbarn zusammen
   und der kleinere verschwindet dann ersatzlos. */
#lv-viz .lv-viz-sep{ padding:clamp(66px,9vw,112px) 0; }
#lv-viz .lv-viz-hr{
	border:0; border-top:1px solid rgba(212,175,55,.28);
	margin:0;
}
/* Abschluss-Buttons nach Galerie/Video: Abstand ohne Linie darueber. */
#lv-viz .lv-viz-cta-top{ padding-top:clamp(66px,9vw,112px); }

/* Mehrere Panoramen untereinander: Luft dazwischen, aber ohne Trennlinie.
   Innenabstand, damit er nicht mit dem Nachbarn zusammenfaellt. */
#lv-viz .lv-viz-gap{ padding-top:clamp(40px,5.5vw,72px); }
#lv-viz .lv-viz-loader{
	position:absolute; inset:0; z-index:4;
	display:flex; align-items:center; justify-content:center; background:var(--lvt-karte-tief);
	opacity:1; transition:opacity .5s ease .05s;
}
#lv-viz .lv-viz-frame.is-loaded .lv-viz-loader{ opacity:0; pointer-events:none; }
#lv-viz .lv-viz-ld{ position:relative; width:34px; height:34px; }
#lv-viz .lv-viz-ld i{
	position:absolute; inset:0; border:2px solid rgba(212,175,55,.16);
	border-top-color:var(--g); border-right-color:rgba(212,175,55,.5);
	transform:rotate(45deg); animation:lvVizSpin 1s linear infinite;
}
#lv-viz .lv-viz-ld b{
	position:absolute; inset:0; margin:auto; width:5px; height:5px;
	background:var(--g); transform:rotate(45deg);
	box-shadow:0 0 10px rgba(212,175,55,.65);
}
@keyframes lvVizSpin{ to{ transform:rotate(405deg); } }
#lv-viz .lv-viz-sr{
	position:absolute; width:1px; height:1px; padding:0; margin:-1px;
	overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
#lv-viz .lv-viz-cap{
	margin:14px 2px 0; text-align:center;
	font-size:.82rem; line-height:1.55; color:var(--lvt-grau-tief);
}

/* == Abschluss == */
#lv-viz .lv-viz-outro{
	max-width:820px; margin:clamp(44px,5.2vw,68px) auto 0; text-align:center;
	font-size:clamp(1rem,1.5vw,1.08rem); line-height:1.68; color:var(--w);
}
#lv-viz .lv-viz-cta-row{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; margin-top:28px; }
#lv-viz .lv-viz-cta{
	--cut:9px;
	position:relative; z-index:0; isolation:isolate;
	display:inline-flex; align-items:center; justify-content:center; gap:10px;
	padding:14px 30px; border:0; border-radius:0;
	font:600 10px/1 var(--lvt-schrift-titel); letter-spacing:.2em;
	text-transform:uppercase; text-decoration:none; white-space:nowrap;
	clip-path:polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
	transition:transform .4s var(--lvt-weich), background .35s ease, color .35s ease;
}
#lv-viz .lv-viz-cta::before{
	content:''; position:absolute; inset:1px; z-index:-1;
	clip-path:polygon(calc(var(--cut) - 1px) 0, 100% 0, 100% calc(100% - var(--cut) + 1px), calc(100% - var(--cut) + 1px) 100%, 0 100%, 0 calc(var(--cut) - 1px));
	transition:background .35s ease;
}
#lv-viz .lv-viz-cta::after{
	content:''; position:absolute; top:0; bottom:0; left:0; width:40%; pointer-events:none;
	transform:translateX(-180%) skewX(-18deg);
	transition:transform .8s var(--lvt-weich);
}
#lv-viz .lv-viz-cta:hover{ transform:translateY(-2px); }
#lv-viz .lv-viz-cta:hover::after{ transform:translateX(340%) skewX(-18deg); }
#lv-viz .lv-viz-cta:focus{ outline:none; }
#lv-viz .lv-viz-cta:focus-visible{ outline:1px dashed rgba(212,175,55,.75); outline-offset:5px; }
#lv-viz .lv-viz-cta.is-primary{
	color:var(--lvt-schwarz);
	background:linear-gradient(135deg, rgba(255,246,214,.9), rgba(212,175,55,.5) 55%, rgba(255,246,214,.75));
}
#lv-viz .lv-viz-cta.is-primary::before{
	background:linear-gradient(120deg,var(--lvt-gold-mittel) 0%,var(--lvt-gold-licht) 24%,var(--lvt-gold) 50%,var(--lvt-gold-weiss) 74%,var(--lvt-gold-mittel) 100%);
}
#lv-viz .lv-viz-cta.is-primary::after{
	background:linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
}
#lv-viz .lv-viz-cta.is-primary:hover{ background:linear-gradient(135deg,var(--lvt-gold-creme), rgba(240,216,121,.9) 55%, var(--lvt-gold-creme)); }
#lv-viz .lv-viz-cta.is-ghost{
	color:var(--w);
	background:linear-gradient(135deg, rgba(212,175,55,.85), rgba(212,175,55,.22) 55%, rgba(212,175,55,.7));
}
#lv-viz .lv-viz-cta.is-ghost::before{ background:rgba(8,8,8,.9); }
#lv-viz .lv-viz-cta.is-ghost::after{
	background:linear-gradient(90deg, transparent, rgba(255,244,214,.28), transparent);
}
#lv-viz .lv-viz-cta.is-ghost:hover{
	color:var(--g);
	background:linear-gradient(135deg, rgba(212,175,55,1), rgba(240,216,121,.5) 55%, rgba(212,175,55,.9));
}
#lv-viz .lv-viz-cta.is-ghost:hover::before{ background:rgba(14,12,6,.92); }

/* == Gestaffeltes Einblenden == */
#lv-viz .lv-viz-rv{
	opacity:0; transform:translateY(26px);
	transition:opacity .7s ease, transform .8s var(--lvt-weich);
}
#lv-viz.is-in .lv-viz-rv{ opacity:1; transform:none; }
#lv-viz.is-in .lv-viz-rv[data-d="2"]{ transition-delay:.08s; }
#lv-viz.is-in .lv-viz-rv[data-d="3"]{ transition-delay:.16s; }
#lv-viz.is-in .lv-viz-rv[data-d="4"]{ transition-delay:.24s; }
#lv-viz.is-in .lv-viz-rv[data-d="5"]{ transition-delay:.32s; }
#lv-viz.is-in .lv-viz-rv[data-d="6"]{ transition-delay:.40s; }

@media (max-width:860px){
	#lv-viz{ padding-left:16px; padding-right:16px; }
	#lv-viz .lv-viz-hero{ --cut:14px; }
	#lv-viz .lv-viz-reel{ --cut:12px; }
	#lv-viz .lv-viz-card, #lv-viz .lv-viz-shot{ --cut:11px; }
	#lv-viz .lv-viz-hero .lv-viz-frame{ min-height:clamp(330px,56vh,500px); }
	#lv-viz .lv-viz-cta{ --cut:7px; padding:13px 22px; letter-spacing:.16em; }
}
@media (hover: none){
	#lv-viz .lv-viz-cta:hover{ transform:none; }
}
@media (prefers-reduced-motion: reduce){
	#lv-viz .lv-viz-rv{ transition-duration:.01s !important; transition-delay:0s !important; }
	#lv-viz.is-in .lv-viz-frame::before{ animation:none !important; }
	#lv-viz .lv-viz-ld i{ animation:none; opacity:.65; }
	#lv-viz .lv-viz-card, #lv-viz .lv-viz-shot, #lv-viz .lv-viz-cta,
	#lv-viz .lv-viz-sf img, #lv-viz .lv-viz-cbody::before, #lv-viz .lv-viz-cta::after{
		transition-duration:.01s !important;
	}
}
