/* General
   ================================================== */

html {
	--vh: 1vh;
	--clip-edge-offset: 5rem;
	--loading-percent: 0%;
	--theme-color: white;
	--theme-glass-color: rgba(255,255,255,0.75);
	font-size: 2.667vw;
	height: auto;
}

body {
	background: white;
	background-size: 100% 100%;
	background-attachment: fixed;
	font-family: ITC Novarese Std, Times New Roman, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.26;
	letter-spacing: 0;
	margin: 0;
	/* overflow: hidden; */
}

.desktop-only {
	display: none;
}

@media (min-width: 768px) {

	.desktop-only {
		display: block;
	}
}

h1, h2, h3 {
	font-family: Euclid Circular B, Arial, sans-serif;
	font-weight: 300;
	line-height: .96;
}

blockquote {
	border: none;
	margin: 0 0 1.1rem 0;
	padding: 0;
	font-size: min(3.6rem, 3.6vmin);
	line-height: 1.167;
}

blockquote::first-letter {
	margin-left: -0.5em;
}

blockquote + p {
	font-size: min(1.5rem, 1.5vmin);
	letter-spacing: 0;
	line-height: 1;
	margin-left: 2em;
	text-transform: uppercase;
}

html.w-mod-touch body {
	background-attachment: fixed !important;
}

sup {
	font-size: 50%;
	top: -0.7em;
}

.main {
	/* background: white; */
	min-height: calc(var(--vh, 1vh) * 100);
}

section {
	position: relative;
}

.button {
	width: max-content;
}

.progress-bar {
	background: rgba(233, 233, 233, 0.7);
	bottom: 0rem;
	display: block;
	margin: auto;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s ease-in-out;
	width: 5px;
	z-index: 99999;
}

.progress-bar__progress {
	background: rgba(0,0,0, 0.5);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleY(0);
	transform-origin: 0% 0%;
	width: 100%;
}

.progress-bar:hover {
	width: 15px;
	opacity: 1;
}

.scroller-active .progress-bar,
.progress-drag .progress-bar {
	opacity: 1;
}

.progress-drag * {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.visually-hidden {
    display: block;
    height: 0;
    left: -999em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.is-hidden {
	display: none !important;
}

.mobile-only {
	display: none;
}

ul, ol {
	padding: 1rem 0 1rem 1.5rem;
}

a {
	color: inherit;
}

img[src=""] {
	display: none;
}

.barba-container {
	width: 100%;
}

.barba-container[data-body-class="home"] {
	/* background: radial-gradient(#fff -70%, #217275); */
	/* background: radial-gradient(#82e9ed -50%, #318281); */
	background: radial-gradient(circle at 50% 55%, #c5fcff -60%, transparent 70%), radial-gradient(circle at 60% 55%, #00f5ff -40%, transparent 60%), radial-gradient(circle at 50% 35%, rgba(130, 233, 237, 0.4) 0%, transparent 75%), linear-gradient(0deg, #4c908f, #034544);
}

.scroller {
	/* display: flex; */
	display: block;
	flex-direction: column;
	-ms-overflow-style: none;
	/* overflow: overlay; */
	height: calc(var(--vh, 1vh) * 100);
	/* scroll-behavior: smooth; */
	overflow: hidden scroll;
	scrollbar-width: none;
	width: 100vw;
}

.scroller section {
	height: auto;
	width: 100vw;
}

/* Safari Scrolling Bugfix (Scrollwidth was longer than actual content):
 * The source of the problem in these sorts of questions is normally the minimum sizing algorithm on flex items. 
 * These rules, which are part of the spec, prevent a flex item from shrinking past the size of its content:
 * https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size */
.scroller section > * {
	overflow: hidden;
}

/* Firefox */
.scroller {
	scrollbar-width: 0;
}

/* Chrome, Edge, and Safari */
.scroller::-webkit-scrollbar {
	display: none;
	height: 0;
  	width: 0;
}

.no-menu-animation .scroller,
.home .scroller {
	overflow: hidden;
}
/*
.topnav__menu {
	height: calc(var(--vh, 1vh) * 100 - 2rem);
} */

.intro__scroll-container,
.menu.welcome-menu {
	height: calc(var(--vh, 1vh) * 100);
}

.topnav__menu-logo {
	animation: none;
	opacity: 1 !important;
	transition: top 1s ease-in-out, height 1s ease-in-out, width 1s ease-in-out;
	visibility: visible !important;
	z-index: 9997 !important;
}

.cursor {
	bottom: 0;
	cursor: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
/*
.cursor__icon {
	width: 1.3rem;
	height: 1.3rem;
	background-color: #5c5c5c;
	border-radius: 100%;
} */

.cursor__icon-outer svg {
	height: 100%;
	inset: 0 0 0 0;
	object-fit: contain;
	position: absolute;
	transform: rotate(-90deg);
	width: 100%;
}
  
.cursor__icon-outer circle {
	fill: none;
	stroke-width: 3;
}
  
.cursor__icon-outer .bg {
	stroke: #dedede; /* #5c5c5c; */
	opacity: 0.2;
}
  
.cursor__icon-outer .progress {
	stroke: #dedede; /* #5c5c5c; */
	stroke-dasharray: 251.33; /* 2 * π * 40 */
	stroke-dashoffset: 251.33;
}

.cursor__target {
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0);
	transition: 0.2s opacity ease-in-out, 0.2s transform ease-in-out;
}

.cursor--hovered > .cursor__target {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.cursor--hovered .cursor__target--hovered {
	opacity: 0.9;
	transform: translate(-50%, -50%) scale(2);
}

.cursor--hovered .cursor__target--hovered .cursor__text {
	display: none;
}

.cursor__target .cursor__text {
	display: none;
}

body:not(.menu-open):not(.show-popup):not(.show-lightbox).cursor--hovered .cursor__target--highlighted {
	transform: translate(-50%, -50%) scale(2);
}

body:not(.menu-open):not(.show-popup):not(.show-lightbox).cursor--hovered .cursor__target--highlighted:not(.cursor__target--hovered) .cursor__text {
	display: block;
}

.cursor--hovered .cursor__target--hovered .cursor__icon-outer {
	opacity: 0;
}

.cursor--hovered .cursor__target--discover .cursor__icon {
	align-items: center;
	background-color: #5C5C5C;
	display: flex;
	height: 7.5rem;
	justify-content: center;
	opacity: 0.9;
	position: relative;
	text-transform: uppercase;
	width: 7.5rem;
}

.cursor--hovered .cursor__target--discover .cursor__icon:before {
	color: #ffffff;
	content: "Discover";
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	z-index: 1;
}

.cursor--hovered .cursor__icon--play::before {
	font-size: 4rem;
	margin-left: 0.8rem;
	margin-top: 1.4rem;
}

.cursor--hovered:not(.body) > .cursor__target > .cursor__icon--dynamic {
	height: 7.5rem;
	opacity: 0.9;
	width: 7.5rem;
}

.cursor__icon {
	transition: 0.2s all ease-in-out;
}

body.cursor * {
	cursor: none !important;
}

body > .cursor__target {
	position: fixed;
	z-index: 99999999999;
}

.cursor__icon--dynamic {
	align-items: center;
	background-color: #5C5C5C;
	display: flex;
	justify-content: center;
	position: relative;
	text-transform: uppercase;
}

.cursor__icon--dynamic:before {
	color: #ffffff;
	content: attr(data-icon);
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	z-index: 1;
}

video {
	height: auto;
	width: 100%;
}

.video-wrapper {
	height: 0;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.video-wrapper figure,
.video-js {
	bottom: 0;
	left: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* .video-wrapper .button {
	bottom: 2.5rem;
	left: 2.5rem;
	position: absolute;
	transform: translate3d(0,0,0);
	z-index: 1;
} */

.button:has(.button-text:empty) {
	display: none !important;
}

.button-text {
	color: inherit;
}

.button svg {
	height: 3.3rem;
	width: auto;
}

.cta-container .button {
	margin-top: 0;
}

.topnav__menu {
	opacity: 0;
	visibility: hidden;
}

.topnav__menu--static {
	opacity: 1;
	visibility: visible;
}

.topnav__menu > * {
	opacity: 0;
	visibility: hidden;
}

.topnav__menu--static > * {
	opacity: 1;
	visibility: visible;
}

.topnav__menu-trigger-icon {
	transition: all 0.25s ease-in-out;
}

/* .has-reached-end .story:not(.show-popup):not(.menu-open) .topnav__container {
	transform: translateY(-8rem);
} */

.has-reached-end .topnav__menu--static {
	opacity: 1;
	visibility: visible;
}

/*
.topnav__menu-center {
	background-size: contain;
} */
/*
.menu__item:nth-child(even) {
	text-align: right;
} */

/* .menu__item-title {
	font-size: 7.4vmin;
} */

.menu__item-title:not(:hover) {
	color: var(--menu-color) !important;
}

.menu__item .menu__item-image {
	left: inherit;
	top: inherit;
}

.menu__item-title:hover + .menu__item-image {
	opacity: 1;
}

.menu__item-title:hover + .menu__item-image img {
	transform: scale(1.25) rotate(6deg)
}

.menu__item-image img {
	transition: all 1s ease-in-out;
}

.is-story-transition .menu__item-image img {
	transform: none !important;
}

.menu__item-link {
	margin-bottom: 2.1vmin;
	margin-top: 1.1vmin;
	position: relative;
}

.menu__related-item {
	margin-bottom: 2.1vmin;
}

.menu__related-item:last-child {
	margin-bottom: 0;
}

/* .menu__item-link:hover h2,
.menu__related-item-link:hover {
	opacity: 0.7;
} */

.menu__heading {
	margin-bottom: 4.8vmin;
}

body:before {
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(12px);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.25s ease-in-out;
	visibility: hidden;
	z-index: 3;
}

body.menu-open:before,
body.show-colors:before,
body.show-characteristics:before {
	opacity: 1;
	visibility: visible;
}

body.show-colors .cta-container__button,
body.show-characteristics .cta-container__button {
	display: none;
}

body.show-characteristics .interactive-image {
	overflow: unset;
}

body.show-colors .popup--colors,
body.show-characteristics .popup--characteristics.is-visible {
	opacity: 1;
	visibility: visible;
}

body.menu-open .interactive-image__area-figure-overlay,
body.show-popup .interactive-image__area-figure-overlay,
body.show-colors .interactive-image__area-figure-overlay,
body.show-characteristics .interactive-image__area-figure-overlay {
	z-index: 2;
}

.popup--characteristics .interactive-image__area-wysiwyg:first-child > *:not(h2),
.popup--characteristics .interactive-image__area-wysiwyg:first-child > h2 em,
.popup--characteristics .interactive-image__area-wysiwyg:first-child > h2 em + br,
.popup--characteristics .interactive-image__area-wysiwyg:last-child > h2,
.popup--characteristics .interactive-image__area-wysiwyg:last-child > h3,
.popup--characteristics .popup__container:has(strong) .interactive-image__area-wysiwyg:first-child > h2,
.popup--characteristics .innovations__item-copy-text:first-child > *:not(h2),
.popup--characteristics .innovations__item-copy-text:first-child > h2 em,
.popup--characteristics .innovations__item-copy-text:first-child > h2 em + br,
.popup--characteristics .innovations__item-copy-text:last-child > h2,
.popup--characteristics .innovations__item-copy-text:last-child > h3,
.popup--characteristics .popup__container:has(strong) .innovations__item-copy-text:first-child > h2 {
	display: none;
}

.popup--characteristics .interactive-image__area-wysiwyg:first-child > h2,
.popup--characteristics .interactive-image__area-wysiwyg:last-child strong,
.popup--characteristics .innovations__item-copy-text:first-child > h2,
.popup--characteristics .innovations__item-copy-text:last-child strong {
	display: block;
	font-family: Euclid Circular B, sans-serif;
	font-size: min(2rem, 2vmin);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.3;
	margin: 2rem 0;
}

.popup--characteristics .interactive-image__area-wysiwyg:last-child,
.popup--characteristics .innovations__item-copy-text:last-child {
	font-family: ITC Novarese Std, Times New Roman, sans-serif;
	font-size: min(1.6rem, 1.6vmin);
	font-style: normal;
	font-weight: 500;
	line-height: 1.25;
	margin: 0;
}

.interactive-image__area-wysiwyg p:last-child {
	margin-bottom: 0;
}

.interactive-image__area-wysiwyg + .button {
	margin-top: 2rem;
}

.interactive-image__area-wysiwyg > h2 em {
	display: block;
}

.interactive-image__area-wysiwyg > h2 em + br {
	display: none;
}

.menu-open .topnav__menu,
.menu-open .topnav__menu > * {
	opacity: 1;
	visibility: visible;
}

.menu-open .topnav__menu-trigger-icon {
	transform: rotate(0deg);
}

.menu-open .topnav__menu-page-title,
.menu-open .welcome-menu__item-title {
	opacity: 0 !important;
	visibility: hidden !important;
}

.menu-open .topnav__menu-section-title {
	opacity: 0 !important;
	visibility: hidden !important;
}

.hide-menu-items:before,
.hide-menu-items .menu__item-title,
.hide-menu-items .menu__recreated,
.hide-menu-items .menu__related,
.hide-menu-items .topnav__menu-footer,
.hide-menu-items .menu__current-preview {
	opacity: 0 !important;
}

.hide-menu-items .topnav__menu {
	background-color: transparent;
}

html:not(.passed-initial-loading) .home .topnav__container,
html:not(.passed-initial-loading) .home .download-popup__content {
	opacity: 0;
	visibility: hidden;
}

.welcome-menu {
	height: calc(var(--vh, 1vh) * 100);
}

.welcome-menu__video {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	/* transform: scale(1.5); */
	width: 100%;
}

.welcome-menu__wrapper {
	height: 100%;
}

.welcome-menu__items {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: auto;
	max-width: 100rem;
	opacity: 0;
	position: relative;
	z-index: 1;
}

.welcome-menu__item-link {
	display: flex;
	height: calc(var(--vh, 1vh) * 100);
	padding: max(2vh, 5rem) max(2vw, 5rem);
	text-decoration: none;
}

.welcome-menu__item-title {
	font-family: Euclid Circular B, sans-serif;
	font-size: 2.4rem;
	opacity: 0.2;
	overflow: hidden;
	position: relative;
	/* text-align: center; */
	transition: all 0.7s ease-in-out;
}

.welcome-menu__item-title-span {
	transition: transform 0.3s ease-in-out;
}

.welcome-menu__nav-item {
	width: auto !important;
}

.welcome-menu__nav-items {
	margin-left: -2rem;
}

/* .welcome-menu__item-title::before {
	content: attr(data-hover);
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(0);
	transition: transform 0.3s ease-in-out;
} */

.welcome-menu__nav-item.swiper-slide-active .welcome-menu__item-title,
.welcome-menu__nav-item-link:hover .welcome-menu__item-title {
	opacity: 1;
	transform: scale(1.1);
}

/* .welcome-menu__item-link:hover .welcome-menu__item-title-span,
.welcome-menu__item-link:hover .welcome-menu__item-title::before {
	transform: translateY(-100%);
} */

.is-mobile {
	overscroll-behavior: none !important;
}
/* 
.home,
.main,
.barba-container {
	height: calc(var(--vh) * 100);
	overflow: hidden;
	overscroll-behavior: none;
} */

.home {
	background-image: rgb(255,255,255);
	background-image: radial-gradient(circle, rgba(255,255,255,1) 0%, #F6F6F2 100%);
}

/* .home .topnav:before {
	background-color: var(--theme-glass-color);
	z-index: 3;
} */

.home .topnav__menu-logo {
	mask-size: auto 100%;
	mask-repeat: no-repeat;
	mask-position: 50%;
}

@property --loading-percent {
	syntax: '<integer>';
	initial-value: 0;
	inherits: false;
}

html:not(.passed-initial-loading) .home .topnav__menu-logo:not(.has-loaded) {
	filter: none;
	mix-blend-mode: normal;
}

html:not(.passed-initial-loading) .home .welcome__headline,
html:not(.passed-initial-loading) .home .welcome__text {
	animation-name: loading;
  	animation-duration: 2.5s;
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
}
/* 
html.initial-loading .home .welcome-badge {
	filter: blur(100px);
} */

html .home .welcome-badge {
	/* animation-name: loading-badge;
  	animation-duration: 2.5s;
	animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
	animation-fill-mode: both;
	animation-delay: 0.5s;
	filter: blur(100px); */
	opacity: 1;
}

body:not(.home) .topnav__container > .topnav__links {
	opacity: 1;
	visibility: visible;
}

.welcome__text-wrapper {
	bottom: calc(50% - 3.7rem - 10rem);
	mix-blend-mode: multiply;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	visibility: visible;
}

.passed-initial-loading .welcome__text-wrapper,
.welcome__text-wrapper.has-loaded,
.passed-initial-loading .welcome__progress {
	opacity: 0;
	visibility: hidden;
}

/* .welcome-menu__badge-video {
	filter: invert(1) brightness(2);
} */

/*
.welcome-menu,
.welcome__logo {
	opacity: 0;
	visibility: hidden;
} */

.welcome-menu.animate-in {
	/* transform: translateY(0); */
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.welcome__logo.has-loaded {
	opacity: 1;
	visibility: visible;
}

.welcome-menu__item-link {
	margin: 0;
}

.welcome-menu__item-title {
	/* text-align: center; */
	white-space: nowrap;
}

.welcome-menu__item {
	/* clip-path: inset(100% 0% 0% 0%); */
	transition: all 1s ease-in-out;
}
/*
.topnav__menu-center .menu__item:first-child .menu__item-link,
.story-related .menu__item:first-child .menu__item-link {
	margin-left: 6%;
}

.topnav__menu-center .menu__item:nth-child(4),
.story-related .menu__item:nth-child(4) {
	text-align: center;
} */

.animate-in .welcome-menu__item {
	/* clip-path: inset(0% 0% 0% 0%); */
	transition-delay: 0;
}

.collapsible__content {
	display: none;
}

.collapsible__content--opened {
	display: block;
	/* height: auto !important; */
}

.story-keyvisual__part {
	overflow: unset !important;
}

.story-keyvisual__part-video {
	height: 100% !important;
	inset: 0% !important;
	object-fit: cover;
	opacity: 0;
	padding: 0 !important;
	position: absolute !important;
	width: 100% !important;
}

.story-keyvisual__part-video .cld-video-player {
	height: 100%;
	object-fit: cover;
	padding: 0;
	width: 100%;
}

.story-keyvisual__part-video .cld-video-player video {
	object-fit: cover;
}

.story-keyvisual__part.is-loaded .story-keyvisual__part-video {
	opacity: 1;
}

.story-keyvisual__part[data-image-anchor="Top"] img,
.menu__item-image-part[data-image-anchor="Top"] img {
	object-position: top;
}

.story-keyvisual__part[data-image-anchor="Center"] img,
.menu__item-image-part[data-image-anchor="Center"] img {
	object-position: center;
}

.story-keyvisual__part[data-image-anchor="Bottom"] img,
.menu__item-image-part[data-image-anchor="Bottom"] img {
	object-position: bottom;
}

/* .story-keyvisual sup {
	margin-left: -0.25em;
} */

sup {
	line-height: inherit;
	/* margin-left: -0.25em; */
}

.color-palette__item-name sup {
	margin-left: 0;
}


.interactive-image__area:nth-child(1) {
	grid-area: Area-1;
}

.interactive-image__area:nth-child(2) {
	grid-area: Area-2;
}
/*
.interactive-image__area:nth-child(3) {
	grid-area: Area-3;
}

.interactive-image__area:nth-child(4) {
	grid-area: Area-4;
}

.interactive-image__area:nth-child(5) {
	grid-area: Area-5;
}

.interactive-image__area:nth-child(6) {
	grid-area: Area-6;
}

.interactive-image__area:nth-child(6) .interactive-image__area-wysiwyg:first-child {
	display: none;
}
*/

.interactive-image__area-text {
	backface-visibility: hidden;
	transform: perspective(1px) translateZ(0);
}

.story-intro__colors-text h2,
.interactive-image__area-text h2 {
	font-family: Euclid Circular B, sans-serif;
	font-size: min(4.2rem, 4.2vmin);
	font-weight: 400;
	line-height: 1.16;
	margin-top: 0;
	margin-bottom: 2rem;
}

.story-intro__colors-text h2 em,
.interactive-image__area-text h2 em,
.innovations__item-collection-text-part h2 em {
	font-family: ITC Novarese Std, Times New Roman, sans-serif;
	font-size: min(2.2rem, 2.2vmin);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 1rem;
}

/* .story-innovations__item .interactive-image__area-text h2,
.innovations__item-collection-text-part h2 {
	font-family: ITC Novarese Std, Times New Roman, sans-serif;
} */

.interactive-image__area-text,
.story-keyvisual__part-description p,
.story-intro__colors-text p,
.inspiration-chunk__area-wysiwyg {
	font-family: ITC Novarese Std, Times New Roman, sans-serif;
	font-size: 1.5rem; /*min(1.5rem, 1.5vmin);*/
	font-weight: 400;
	line-height: 1.26;
	margin-top: 0;
	margin-bottom: 1rem;
}

.interactive-image__area-text p {
	margin-bottom: 2rem;
}

.story-keyvisual__part-description h3  {
	font-family: Euclid Circular B, sans-serif;
	font-size: min(2.6rem, 2.6vmin);
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 3rem;
}

.innovations__item-collection-text-part h2 em {
	display: block;
}

.innovations__item-collection-text-part h2 em + br {
	display: none;
}

.interactive-image__area-text h3,
.interactive-image__area-text-2 h3,
/* .story-keyvisual__part-description h3, */
.innovations__item-collection-text-part h3,
.innovations__item-collection-text-part h2 {
	font-family: Euclid Circular B, sans-serif;
	font-size: min(2.6rem, 2.6vmin);
	font-weight: 400;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 1rem;
}

.innovations__item-collection-text-part h2 {
	margin-bottom: 1.4rem;
}

.inspiration-chunk__area-headline,
.tooltipster-base.swarovski .tooltipster-content h3 {
	font-family: Euclid Circular B, sans-serif;
	font-size: 2.2rem; /*min(2.2rem, 2.2vmin);*/
	font-weight: 400;
	line-height: 1.27;
	margin-bottom: 1.8rem;
	margin-top: 3rem;
}

.story-keyvisual__part-description h3 em:last-child {
	float: right;
}

/* .story-keyvisual__part-description h3::after,
.innovations__item-copy h3::after {
	content: '';
	clear: both;
	display: inline-block;
} */

.interactive-image__area-text h4,
.interactive-image__area-text-2 h4,
.story-keyvisual__part-description h4,
.innovations__item-collection-text-part h4:not(.popup__headline) {
	font-family: Euclid Circular B, sans-serif;
	font-size: min(1.4rem, 1.4vmin);
	font-weight: 300;
	letter-spacing: .10em;
	line-height: 1.57;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}


.interactive-image__area-text h5,
.interactive-image__area-text-2 h5,
.story-keyvisual__part-description h5,
.innovations__item-collection-text-part h5 {
	font-family: Euclid Circular B, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.375;
	margin-top: 0;
	margin-bottom: 2.5rem;
}

.interactive-image__area-text ul,
.story-keyvisual__part-description ul,
.innovations__item-collection-text-part ul,
.tooltipster-base.swarovski .tooltipster-content ul,
.popup--characteristics ul {
	list-style: none;
	margin: 0;
	/* max-width: 26rem; */
	padding: 0 0 0 1.3em;
}

/* .innovations__item-collection-text-part ul {
	max-width: 36rem;
} */

.interactive-image__area-text li,
.story-keyvisual__part-description li,
.innovations__item-collection-text-part li,
.popup--characteristics li {
	margin-bottom: 1em;
	position: relative;
}

.tooltipster-base.swarovski .tooltipster-content li {
	margin-bottom: 1rem;
	position: relative;
}

.interactive-image__area-text li::before,
.story-keyvisual__part-description li::before,
.innovations__item-collection-text-part li::before,
.tooltipster-base.swarovski .tooltipster-content li::before,
.popup--characteristics li:before {
	content: '–';
	display: block;
	height: auto;
	left: -1em;
	margin: 0;
	position: absolute;
	width: 1em;
}

.interactive-image__area-text li:last-child,
.story-keyvisual__part-description li:last-child
/*.innovations__item-collection-text-part li:last-child,
.tooltipster-base.swarovski .tooltipster-content li:last-child*/ {
	margin-bottom: 0;
}

/* .innovations__item-collection-text-part {
	font-size: min(1.5rem, 1.5vmin);
} */

.interactive-image__area sub,
.tooltipster-base.swarovski .tooltipster-content sub {
	bottom: auto;
	line-height: 1.1;
}

.tooltipster-base.swarovski .tooltipster-content sub {
	display: block;
}

.story-intro__container .cta-container {
	display: none;
}

.story-intro .interactive-image__area-text ul {
	columns: 2;
	column-gap: 4rem;
}

.story-intro .interactive-image__area-text li::after {
	content: none;
}

.color-palette__popup.is-visible {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.color-palette__item:first-child {
	border-top: none;
}

.color-palette__item-name > * {
	margin: 0;
}

/* .story-keyvisual__part-image,
.story-background__item--keyvisual story-background__item-media {
	aspect-ratio: 1200 / 1560;
} */

.show-lightbox .lightbox {
	opacity: 1;
	visibility: visible;
}

.lightbox__content .cld-video-player {
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.download-popup:before {
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(12px);
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 99999;
}

.lightbox__closer {
	mix-blend-mode: exclusion;
}

.topnav__container,
.download-popup__content,
.download-popup__closer,
.download-popup__trigger-headline,
.download-popup-text {
	transition: all 1s ease-in-out;
}

.has-popup-animation .topnav__container,
.has-popup-animation .download-popup__content,
.has-popup-animation .download-popup__closer,
.has-popup-animation .download-popup__trigger-headline,
.has-popup-animation .download-popup-text {
	transition: all 0.3s ease-in-out;
}

.has-popup-animation.show-popup .topnav__container,
.has-popup-animation.show-popup .download-popup__content,
.has-popup-animation.show-popup .download-popup__closer,
.has-popup-animation.show-popup .download-popup__trigger-headline,
.has-popup-animation.show-popup .download-popup-text {
	transition: all 0.3s ease-in-out, transform 0s ease-in-out;
}

.initial-loading .download-popup__content,
.initial-loading .download-popup__closer,
.initial-loading .download-popup__trigger-headline,
.initial-loading .download-popup-text {
	transition: none;
}

.download-popup__closer {
	opacity: 0;
	overflow: hidden;
}

.download-popup-text {
	max-height: 0;
	min-width: min(60rem, 100%);
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
}

.download-popup__form.has-error label {
	color: #EE0004;
}

.download-popup__form.has-error input {
	border-color: #EE0004;
	color: #EE0004;
}

.download-popup__button svg {
	height: auto;
	width: 100%;
}

.show-popup .download-popup:before {
	opacity: 1;
	visibility: visible;
}

.show-popup .download-popup {
	min-height: 30rem;
}

.show-popup .download-popup__content {
	background-color: #f3f3f3;
}

.show-popup .download-popup-text {
	max-height: 60rem;
	opacity: 1;
	padding: 5rem 0 4rem;
	white-space: normal;
}

.show-popup .download-popup__closer {
	opacity: 1;
	visibility: visible;
}

.show-popup .download-popup__trigger-headline {
	border-bottom: 1px solid #BFBEBE;
	margin-right: 2rem;
	padding-right: 2.5rem;
}

.show-popup .topnav__menu-wrapper {
	display: none;
}

.show-popup .topnav__download-trigger {
	width: 100%;
}

.show-popup .topnav__download-trigger-part--close {
	display: flex;
}

.show-popup .topnav__download-trigger-part:not(.topnav__download-trigger-part--close) {
	display: none;
}

.menu-open .download-popup__content {
	background-color: transparent;
}

.menu-open.show-popup .download-popup__content {
	background-color: white;
}

span.word-mask {
	display: inline-flex;
	/* overflow: hidden; */
	position: relative;
}

span.word {
	display: inline-block;
    white-space: nowrap;
}

/*
.story-keyvisual span.letter {
    --index: 0;
	display: inline-block;
    filter: blur(1em);
    opacity: 0;
	transition: all 1s cubic-bezier(.19,1,.22,1) calc(0.5s + var(--index)*0.013s);
}

.story-keyvisual.is-inview span.letter {
    filter: blur(0);
    opacity: 1;
} */

/* .barba-container > div:not(.story-keyvisual) span.word-mask {
    overflow: hidden;
}

.barba-container > div:not(.story-keyvisual) span.word {
    --lindex: 0;
	display: inline-block;
	transform: translate3D(0, 105%, 0);
	transition: all 1s cubic-bezier(.19,1,.22,1) calc(0.5s + var(--lindex)*0.015s);
}

.barba-container > div:not(.story-keyvisual) .is-inview span.word {
    transform: translateZ(0);
} */

span.word-mask {
    overflow: hidden;
}

span.word {
    --lindex: 0;
	display: inline-block;
	transform: translate3D(0, 105%, 0);
	transition: all 1s cubic-bezier(.19,1,.22,1) calc(0.5s + var(--lindex)*0.015s);
}

.is-inview span.word {
    transform: translateZ(0);
}

.show-popup .download-popup__content,
.has-popup-animation .download-popup__content {
	mix-blend-mode: unset !important;
}

.show-popup .download-popup__content .download-icon,
.show-popup .download-popup__trigger-headline,
.show-popup .download-popup__closer {
	mix-blend-mode: difference;
}

.topnav__container {
	/* background-color: var(--theme-glass-color);
	backdrop-filter: blur(3px);
	backdrop-filter: url(#filter); */
	box-shadow: inset 1px 1px 1px 0 rgba(255, 255, 255, 0.3), inset -1px -1px 0px 0px rgba(255, 255, 255, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 40px 0 rgba(0, 0, 0, 0.1);
}

.menu-open .topnav__container,
.show-popup .topnav__container {
	background-color: rgba(255,255,255,0.8);
}

/* .menu-open .topnav:before {
	background-color: transparent !important;
} */

/* .menu-open .topnav__menu-logo {
	opacity: 0 !important;
} */

.menu-open .story-related {
	opacity: 0;
}

.story-details .story-related {
	width: 100vw;
}

.story-details .story-related .menu__item-figure {
	right: calc(100vw - var(--wwidth));
}

.story .header .menu__current-preview {
	display: none;
}

.story-details {
	/* max-height: fit-content; */
	min-height: fit-content;
}

.story-details .cta-container__button.is-covered {
	opacity: 0;
	visibility: hidden;
}

.story-details__video .video-wrapper,
.story-details__video .video-js.vjs-fluid {
	height: 100%;
	padding: 0;
}

.story-details__video .video-js .vjs-tech {
	object-fit: cover;
}

.story-details__content {
	max-width: var(--wwidth);
}

.story-details .story-section-title {
	mix-blend-mode: normal;
	pointer-events: none;
}

.story-inspirations .scroll-container__content {
	transform: translateX(0);
	width: max-content;
}

.story-inspirations .story-section-title__headline {
	margin-bottom: 1.3rem;
}

/* .story-inspirations__video .video-wrapper,
.story-inspirations__video .cld-video-player {
	background-color: white;
	height: 100%;
	padding-top: 0;
}

.story-inspirations__video .video-js.vjs-fill, 
.story-inspirations__video .video-js .vjs-tech {
	object-fit: cover;
} */

.second-innovation-inview .story-details__overlay-image {
	opacity: 1;
	visibility: visible;
}

.second-innovation-inview .cta-container__button {
	opacity: 0;
	visibility: hidden;
}

a[href^="#tooltip"] {
	display: inline-block;
	border: 1px solid;
	font-family: Euclid Circular B, sans-serif;
	height: 1.3em;
	width: 1.3em;
	border-radius: 100%;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	/* color: #111; */
	transform: scale(0.8) translateY(-0.1em);
}

.tooltipster-base.swarovski .tooltipster-box {
	background-color: rgba(255,255,255,0.7);
	backdrop-filter: blur(100px);
	/* backdrop-filter: blur(100px) url(#filter); */
	border: none;
	border-radius: 0.6rem;
	box-shadow: 0 0 12px #5E5E5E40;
	color: black;
	max-width: 30rem;
}

.tooltipster-sidetip.swarovski .tooltipster-arrow {
	display: none;
}

.tooltipster-base.swarovski .tooltipster-content .visually-hidden {
	display: block;
    height: auto;
    left: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: static;
    width: auto;
}

.tooltipster-base.swarovski .tooltipster-content {
	color: black;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.01em;
	max-width: 30rem;
	padding: 2rem 2rem 1rem;
	text-align: left;
}

.menu-open .tooltipster-base.swarovski,
.show-popup .tooltipster-base.swarovski,
.show-lightbox .tooltipster-base.swarovski {
	display: none;
}

.story-inspirations__item {
	align-items: flex-start;
	display: flex;
}

.story-intro__colors-figure--materials .story-intro__colors-caption {
	margin-top: 4rem;
}

.story-intro__colors-figure--colors .story-intro__colors-caption {
	margin-bottom: 6rem;
}

.story-intro__colors-wrapper,
.story-intro__colors-figure--colors {
	overflow: hidden;
}

.is-safari .story-intro__colors-wrapper {
	overflow: unset;
}

/* .story-innovations__item .interactive-image {
	background-color: #fff;
	border-radius: 0.6rem;
	margin-top: 0;
	margin-left: 4rem;
	margin-right: 4rem;
	position: relative;
	overflow: hidden;
	width: auto;
} */

.movies__item-link .video-wrapper {
	inset: 0 0 0 0;
	position: absolute;
}

div:has(> .marquee) {
	overflow: hidden;
	position: relative;
}

.marquee {
	color: white;
    font-family: Euclid Circular B;
	font-size: 6.8rem;
	font-weight: 400;
    left: 0;
	mix-blend-mode: difference;
	pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
	z-index: 2;
}

.marquee p {
	align-items: center;
	display: inline-flex;
}

.marquee em {
	display: inline-flex;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 500;
}

.js-marquee {
	display: inline-flex;
}

/* 
.story-innovations__item:nth-child(2) .marquee {
	display: none;
} */

.story-innovations__item:nth-child(2) {
	padding-top: 12rem;
}

.story-intro__materials .marquee {
	font-size: 4.2rem;
}

.story-intro__colors-overlay-image svg {
	backface-visibility: hidden;
	height: 100%;
	inset: 0px;
	object-fit: cover;
	position: absolute;
	width: 100%;
	will-change: transform;
}

/* color labels invisible */
.story-intro__colors-overlay-image svg #moving_stone_lables {
    opacity: 0;
    transition: 0.3s opacity ease-in-out;
}

/* color labels visible */
.story-intro__colors-overlay-image svg.is-inview #moving_stone_lables {
    opacity: 1;
}

/* pulsing stones */
.story-intro__colors-overlay-image svg.is-inview #moving_stones > * {
    transform-origin: center;
    transform-box: fill-box;
    animation: scalePulse 3s ease-in-out infinite;
}

.story-intro__colors-overlay-image svg.is-inview #moving_stones > *:nth-child(1), 
.story-intro__colors-overlay-image svg.is-inview #moving_stones > *:nth-child(3) {
    animation-delay: 1.3s;
}

.story-inspirations__items {
	flex-direction: column;
}

.inspiration-chunk__areas {
	display: grid;
	gap: 0;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	width: 100%;
}

.inspiration-chunk__area:first-child {
	grid-area: Area-1;
}

.inspiration-chunk__area:last-child {
	grid-area: Area-2;
	padding: 6.5rem;
}

.inspiration-chunk__area-overlay {
	backface-visibility: hidden;
	height: 100%;
	will-change: top;
}

.inspiration-chunk__area-image,
.inspiration-chunk__area-overlay-image,
.inspiration-chunk__area-overlay-image svg {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.inspiration-chunk__area-text-wrapper {
	gap: 2rem;
	grid-template-rows: auto;
}

.inspiration-chunk__area-overlay-image svg #moving_stone_1 {
	transform-origin: center;
	transition: transform 1s ease-in-out 0s;
}

.inspiration-chunk__area-overlay-image svg #moving_stone_2 {
	transform-origin: center;
	transition: transform 1s ease-in-out 0.1s;
}

.inspiration-chunk__area-overlay-image svg #moving_stone_3 {
	transform-origin: center;
	transition: transform 1s ease-in-out 0.2s;
}

.inspiration-chunk__area-overlay-image svg #moving_stone_4 {
	transform-origin: center;
	transition: transform 1s ease-in-out 0.3s;
}

.inspiration-chunk__area-overlay-image svg #moving_stone_5 {
	transform-origin: center;
	transition: transform 1s ease-in-out 0.4s;
}

.inspiration-chunk .inspiration-chunk__area:hover .inspiration-chunk__area-overlay-image svg #moving_stone_1 {
	transform: scale(1.02);
}

.inspiration-chunk .inspiration-chunk__area:hover .inspiration-chunk__area-overlay-image svg #moving_stone_2 {
	transform: scale(1.04);
}

.inspiration-chunk .inspiration-chunk__area:hover .inspiration-chunk__area-overlay-image svg #moving_stone_3 {
	transform: scale(1.06);
}

.inspiration-chunk .inspiration-chunk__area:hover .inspiration-chunk__area-overlay-image svg #moving_stone_4 {
	transform: scale(1.08);
}

.inspiration-chunk .inspiration-chunk__area:hover .inspiration-chunk__area-overlay-image svg #moving_stone_5 {
	transform: scale(1.1);
}

.menu__item:last-child .menu__item-title {
	padding-bottom: 0;
}

.story-keyvisual__text[data-color-scheme="Bright"] {
	color: white;
}

.story-keyvisual__text[data-color-scheme="Dark"] {
	color: black;
}

.story--balance:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(4) .inspiration-chunk__area:nth-child(2) .inspiration-chunk__area-overlay,
.story--balance:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(2) .inspiration-chunk__area:nth-child(2) .inspiration-chunk__area-overlay,
.story--growth:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(1) .inspiration-chunk__area:nth-child(2) .inspiration-chunk__area-overlay,
.story--growth:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(4) .inspiration-chunk__area:nth-child(1) .inspiration-chunk__area-overlay,
.story--freedom:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(1) .inspiration-chunk__area:nth-child(2) .inspiration-chunk__area-overlay,
.story--freedom:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(2) .inspiration-chunk__area:nth-child(2) .inspiration-chunk__area-overlay,
.story--freedom:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(5) .inspiration-chunk__area:nth-child(2) .inspiration-chunk__area-overlay,
.story--motion:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(2) .inspiration-chunk__area:nth-child(1) .inspiration-chunk__area-overlay,
.story--motion:not(.menu-open):not(.show-popup):not(.show-colors):not(.show-characteristics) .story-inspirations__item:nth-child(4) .inspiration-chunk__area:nth-child(1) .inspiration-chunk__area-overlay {
	pointer-events: none;
	z-index: 1000000;
}

.story--growth .story-innovations__item:first-child .interactive-image__area:last-child .interactive-image__area-figure-overlay {
	z-index: 1;
}

.story--growth .story-inspirations__item:nth-child(1) .inspiration-chunk__area:nth-child(1) .inspiration-chunk__area-image {
	object-fit: contain;
}

.story--swarovski-recreated-crystals .story-intro__quote,
.story--swarovski-recreated-crystals .story-intro__colors,
.story--swarovski-recreated-crystals .story-intro__materials,
.story--swarovski-recreated-crystals .story-intro__animation,
.story--swarovski-recreated-crystals .story-inspirations,
.story--swarovski-recreated-crystals .story-innovations__video .marquee,
.story--swarovski-recreated-crystals .interactive-image .cta-container {
	display: none;
}

.story--swarovski-recreated-crystals .story-keyvisual__part {
	display: inline-flex;
	justify-content: center;
}

.story--swarovski-recreated-crystals .story-keyvisual__text {
	justify-content: center;
}

.story--swarovski-recreated-crystals .story-keyvisual__part h3 {
	font-size: min(6.8rem, 6.8vmin);
	font-weight: 400;
	line-height: 1.16;
	margin-bottom: 6rem;
}

.story--swarovski-recreated-crystals .story-keyvisual__part-description {
	max-width: unset;
}

.color-palette__item-image {
	height: 4rem;
	margin-top: -.5rem;
	margin-bottom: -.5rem;
	margin-right: 1.2rem;
	width: 4rem;
}

.cta-container__button.is-moving {
	bottom: auto;
}

.inspiration-chunk__area--patch {
	display: grid;
}

.inspiration-chunk__area--patch .inspiration-chunk__area-figure {
	grid-area: Figure;
}

.inspiration-chunk__area--patch .inspiration-chunk__area-text {
	grid-area: Text1;
}

.inspiration-chunk__area--patch .inspiration-chunk__area-text:last-child {
	grid-area: Text2;
}

.story-keyvisual.is-outofview,
.has-reached-end .story-keyvisual {
	opacity: 0;
}


@media (min-aspect-ratio: 8/5) {

	.welcome-menu__video {
		object-position: 100% 50%;
	}
}

@media (min-width: 768px) {

	html {
		font-size: 0.69vw;
	}

	/* .menu {
		max-width: 57vmin;
	} */

	/* .menu__item-title {
		font-size: 4.2vmin;
	} */

	.topnav__menu-footer {
		min-height: 7rem;
	}

	.welcome-menu__nav-items {
		margin-left: 0;
		transform: none;
	}

	.welcome-menu__nav-item {
		position: static;
		transform: none !important;
	}

	.welcome-menu__item-title {
		font-size: min(2.4rem, 2.4vw);
	}

	.welcome-menu__nav-item.swiper-slide-active .welcome-menu__item-title {
		opacity: 0.2;
		transform: scale(1);
	}

	.welcome-menu__nav-item.is-active .welcome-menu__item-title {
		opacity: 1;
		transform: scale(1.1);
	}

	.welcome-menu__nav-item-link:hover .welcome-menu__item-title {
		opacity: 1 !important;
		transform: scale(1.1) !important;
	}

	.welcome-menu__nav-items:has(.welcome-menu__nav-item-link:hover) .welcome-menu__nav-item-link .welcome-menu__item-title {
		opacity: 0.2;
		transform: scale(1);
	}
	
	.story-keyvisual {
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: 1fr;
	}

	.interactive-image__areas {
		grid-template-areas:
			"Area-1 Area-2";
	}

	.interactive-image__areas[data-layout="Text Right | Image"] .interactive-image__area-text {
		inset: 0 auto auto 30%;
	}

	.interactive-image__areas[data-layout="Text Bottom | Image"] .interactive-image__area-text {
		inset: auto auto 0% 0%;
	}

	.interactive-image__areas[data-layout="Text Center | Image"] .interactive-image__area-text {
		inset: auto auto auto 0%;
	}

	.interactive-image__areas[data-color-scheme="Bright"] .interactive-image__area:first-child .interactive-image__area-text {
		color: white;
	}

	.interactive-image__areas[data-color-scheme="Dark"] .interactive-image__area:first-child .interactive-image__area-text {
		color: black;
	}

	/* .story-inspirations__item:nth-child(even) {
		margin-top: 30%;
	} */


	.story-inspirations__last-innovation-container .interactive-image {
		padding: 5rem 2.5rem 2.5rem;
	}

	.story-inspirations__last-innovation-container .interactive-image__area-text {
		display: flex;
	}

	.story-innovations__video .video-wrapper,
	.story-inspirations__video .video-wrapper {
		height: calc(var(--vh, 1vh) * 100);
		padding-top: 0;
		width: 100%;
	}
	
	.story-innovations__video .cld-video-player.cld-fluid,
	.story-inspirations__video .cld-video-player.cld-fluid {
		height: 100%;
		padding-top: 0;
	}
	
	.story-innovations__video .video-js.vjs-fill,
	.story-innovations__video .video-js .vjs-tech,
	.story-inspirations__video .video-js.vjs-fill,
	.story-inspirations__video .video-js .vjs-tech {
		object-fit: cover;
	}

	/* html:not(.is-at-start) body:not(.home):not(.menu-open) .download-popup__content {
		inset: 0.2rem auto auto 1rem;
	} */

	/* body:not(.menu-open).show-popup .download-popup__content {
		inset: 2.5rem auto auto 2.5rem !important;
	} */

	/* .topnav__container,
	html:not(.is-at-start) body:not(.home):not(.menu-open) .topnav__container {
		padding: 0.2rem 1.2rem;
	} */

	.inspiration-chunk-hotspot-text {
		display: none !important;
	}

	.inspiration-chunk__areas {
		grid-template-areas: "Area-1 Area-2";
	}

	.inspiration-chunk[data-layout="Patch | Full"] .inspiration-chunk__areas {
		grid-template-areas: "Area-2 Area-1";
	}

	.inspiration-chunk__area:first-child .inspiration-chunk__area-figure {
		height: 100%;
	}

	.story--freedom .story-intro__container .interactive-image__areas {
		grid-template-areas: "Area-2 Area-1";
	}

	.story--motion .story-intro__materials .sliding-background__image {
		object-position: 0 100%;
	}

	.story--growth .story-innovations__item:last-child .interactive-image__area:first-child .interactive-image__area-text,
	.story--balance .story-innovations__item:last-child .interactive-image__area:first-child .interactive-image__area-text {
		max-width: 70%;
	}

	.story--growth .story-intro__container .interactive-image__area:first-child .interactive-image__area-text {
		inset: 21% auto auto 0%;
		max-width: 60%;
	}

	.story--freedom .story-innovations__item:first-child .interactive-image__area:first-child .interactive-image__area-text {
		inset: 37% auto auto 0%;
	}

	.story--freedom .story-inspirations__item:nth-child(5) .inspiration-chunk__area:first-child,
	.story--motion .story-inspirations__item:nth-child(5) .inspiration-chunk__area:first-child {
		padding: 4rem;
	}

	.story--freedom .story-inspirations__item:nth-child(5) .inspiration-chunk__area:last-child .inspiration-chunk__area-figure,
	.story--motion .story-inspirations__item:nth-child(5) .inspiration-chunk__area:last-child .inspiration-chunk__area-figure {
		margin: -6.5rem -6.5rem 0 -6.5rem;
	}

	.story--freedom .story-inspirations__item:nth-child(5) .inspiration-chunk__area:first-child .inspiration-chunk__area-image,
	.story--motion .story-inspirations__item:nth-child(5) .inspiration-chunk__area:first-child .inspiration-chunk__area-image {
		object-fit: contain;
	}

	.story--swarovski-recreated-crystals .story-innovations .interactive-image__areas {
		grid-template-areas: "Area-2 Area-1";
	}

	.story--balance .story-intro__colors-ccontainer {
		margin-top: -8rem;
	}

	.is-safari .story--balance .story-intro__colors-ccontainer {
		margin-top: 0;
	}

	:root:not(.is-safari) .story--growth .story-intro__materials .sliding-background__image-src {
		height: unset;
		transform: translate(-50%, -50%) rotate(-90deg) translate(-22%, 50%);
		width: unset;
	}

	.cta-container__button:not(.is-moving) {
		inset: 3rem auto auto 3rem !important;
		transition: all 0.2s ease-in-out;
	}

	.cta-container__button--mixed:not(.is-moving) {
		inset: 1rem auto auto 1rem !important;
	}

	.inspiration-chunk__area--patch {
		grid-template-areas: 
			"Figure Figure"
			"Text1 Text2";
		gap: 0 2rem;
	}

	.home .topnav__title {
		display: none;
	}
}

@media (min-width: 992px) {

	/* .topnav .menu__items {
		text-align: center;
	} */

	/* .has-reached-end .download-popup__content {
		max-width: 25rem;
	} */

	/* .has-reached-end .show-popup .download-popup__content {
		max-width: min(60rem,calc(100% - 2.4rem));
	} */

	.has-reached-end .download-popup__content .download-popup__trigger-headline {
		opacity: 1;
	}
}

@media (min-width: 992px) {

	/* .topnav .menu__items {
		text-align: center;
	} */

	/* .topnav .menu__item:nth-child(even) {
		text-align: center;
	} */
}

@media (min-width: 1400px) {

	.topnav .menu__items {
		text-align: left;
	}

	/* .topnav .menu__item:nth-child(even) {
		text-align: right;
	} */
}

@media (max-width: 767px) {

	.scroller {
		display: block;
	}

	.section {
		min-height: 0 !important;
	}

	blockquote {
		font-size: 3.6rem;
		letter-spacing: 0.02em;
		line-height: 1.17;
	}
	
	blockquote + p {
		font-family: ITC Novarese Std, Times New Roman, sans-serif;
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.27;
		text-transform: none;
	}

	.mobile-only {
		display: flex;
	}

	/* .topnav:before {
		height: 6rem;
	} */

	.menu-open .topnav__menu::after {
		background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		bottom: 1rem;
		content: '';
		display: block;
		height: 3rem;
		left: 1rem;
		position: fixed;
		right: 1rem;
	}

	.story-keyvisual {
		grid-template-rows: 1fr 1fr;
	}

	.story-keyvisual__part {
		/* align-items: center; */
		display: flex;
		flex-direction: column;
		/* justify-content: center; */
	}

	/* .story-keyvisual__part-image {
		position: absolute;
	} */

	.story-keyvisual__part-title {
		inset: 0;
		position: relative;
		transform: none;
	}

	.is-iOS .story-keyvisual {
		min-height: 100vh;
	}

	/* .is-iOS .story-keyvisual__text {
		padding-bottom: 9rem;
	} */

	.story-background__item--keyvisual .story-background__item-media {
		position: sticky;
		top: 0;
		transform: none !important;
	}

	.story-intro__colors-figure--materials .story-intro__colors-caption {
		margin-bottom: 3rem;
		margin-top: 0;
	}

	.story-intro__colors-figure--colors .story-intro__colors-caption {
		margin-bottom: 4rem;
		/* margin-top: 2rem; */
	}

	/* .story-innovations__item .interactive-image {
		margin: 0 1rem 4rem;
		padding-bottom: 2rem;
		padding-top: 0;
	} */

	.download-popup__content {
		/* background-color: rgba(255,255,255,0.9); */
		inset: 7.5rem 1rem auto;
		/* mix-blend-mode: unset; */
	}

	.menu-open:not(.show-popup) .download-popup__content,
	.download-popup__content .download-icon,
	.download-popup__trigger-headline,
	.download-popup__closer {
		mix-blend-mode: difference;
	}

	body:not(.show-popup) .download-popup__content {
		max-width: 4.4rem;
	}

	body:not(.show-popup) .download-popup__content .download-popup__trigger-headline {
		opacity: 0;
	}

	.story-keyvisual__part-description h2 {
		font-size: 1.5rem;
	}

	.story-keyvisual__part-description {
		font-size: 2.8rem;
	}

	.story-intro__colors-text h2, 
	.interactive-image__area-text h2, 
	.innovations__item-collection-text-part h2 {
		font-size: 3.6rem;
		margin-bottom: 1.5rem;
	}

	.story-intro__colors-text h2 em,
	.interactive-image__area-text h2 em,
	.innovations__item-collection-text-part h2 em {
		font-size: 2.2rem;
	}

	.interactive-image__area-text h3,
	.interactive-image__area-text-2 h3,
	.story-keyvisual__part-description h3,
	.innovations__item-collection-text-part h3 {
		font-size: 2.6rem;
	}

	.inspiration-chunk__area-headline, 
	.tooltipster-base.swarovski .tooltipster-content h3 {
		font-size: 2.2rem;
	}

	.interactive-image__area-text h4,
	.interactive-image__area-text-2 h4,
	.story-keyvisual__part-description h4,
	.innovations__item-collection-text-part h4 {
		font-size: 1.3rem;
		font-weight: 400;
		letter-spacing: .18em;
		line-height: 1.27;
	}
	

	.interactive-image__area:nth-child(6) .interactive-image__area-text {
		color: black;
		display: flex;
	}

	.interactive-image__area-text .button {
		/* display: inline-block; */
		background-color: black;
	}

	.interactive-image__area-text .button-text {
		color: white;
	}

	.interactive-image__area-text .button-icon {
		filter: invert(1);
	}

	.interactive-image__area-text .interactive-image__area-wysiwyg + .interactive-image__area-wysiwyg,
	.interactive-image__area-text .interactive-image__area-wysiwyg + .interactive-image__area-wysiwyg:not(:empty) + .button,
	.interactive-image__area-text-2 .interactive-image__area-wysiwyg:not(:empty) + .button {
		display: none;
	}

	.story-section-title {
		font-size: 5rem;
		hyphens: auto;
	}

	.story-intro .interactive-image:nth-child(odd) {
		/* margin-bottom: 10rem; */
		/* padding-left: calc(100vw / 12); */
		/* padding-left: 0; */
	}
	
	.story-intro .interactive-image:nth-child(even) {
		margin-bottom: 7.5rem;
		/* padding-right: calc(100vw / 12); */
		padding-right: 0;
	}

	/* .story-innovations__item .interactive-image__area-figure {
		padding: 2rem 2rem 0;
	} */

	.interactive-image__area {
		min-height: 75vw;
	}

	/* .innovations__item-background-figure .video-wrapper .button {
		bottom: 1rem !important;
		left: 1rem !important;
	} */
	
	.color-palette-popup {
		font-size: 1.4rem;
	}

	.color-palette__item {
		padding: 0.45rem 0;
	}

	.color-palette__item-image {
		height: 3.6rem;
		margin-right: 0.6rem;
		width: 3.6rem;
	}

	.welcome-menu__video {
		transform: scale(1);
	}

	html:not(.passed-initial-loading) .home .welcome__text-wrapper:not(.has-loaded) {
		bottom: calc(50% - 3.7rem - 8rem);
	}

	.innovations__item::after {
		left: 0 !important;
		right: 0 !important;
	}

	.story-details .story-section-title {
		top: -4rem;
	}

	.story-details__video-wrapper .cta-container__button {
		margin-bottom: 5.5rem;
	}

	.story-inspirations__last-innovation .interactive-image__areas .interactive-image__area:last-child {
		display: none;
	}

	/* .story-innovations__item .interactive-image__areas .interactive-image__area-text {
		padding-left: 2rem;
		padding-right: 2rem;
	} */

	/* .story-related .menu__related:not(.menu__related--last) {
		margin-right: 5rem;
	} */

	.inspiration-chunk__area .inspiration-chunk__area-headline,
	.inspiration-chunk__area .inspiration-chunk__area-description {
		max-width: calc(100vw - 4rem);
	}

	.welcome-menu__nav-item {
		display: flex !important;
		flex-direction: column;
		height: 100%;
		justify-content: flex-end;
		padding-top: 4rem;
		text-align: center;
	}

	/* .welcome-menu__nav-item:nth-child(even) {
		padding-bottom: 0;
	} */

	.welcome-menu__item-title {
		opacity: 1 !important;
	}

	.welcome-menu__nav-items {
		margin-left: 0;
		align-items: flex-start;
	}

	.welcome-menu__nav-item-link {
		height: auto;
		padding: 0;
		flex-direction: row;
		justify-content: center;
		column-gap: 0.2em;
		flex-wrap: wrap;
	}

	.welcome-menu__nav-container {
		width: 100%;
	}

	/* .movies__item .video-wrapper .button {
		bottom: 1rem;
		left: 1rem;
	} */

	.tooltipster-base.swarovski .tooltipster-content h3 {
		font-size: 2.6rem;
	}

	.marquee {
		font-size: 4.2rem;
	}

	.interactive-image__areas {
		grid-template-areas: 
			"Area-1"
			"Area-2";
	}

	.cta-container__button:not(.is-moving) {
		inset: auto auto 3rem 3rem !important;
		transition: all 0.2s ease-in-out;
	}

	.cta-container__button--mixed:not(.is-moving) {
		inset: 1rem auto auto 1rem !important;
	}

	.video-wrapper,
	.video-wrapper .cld-video-player {
		height: 0;
		padding-top: 100vh;

		video {
			height: 100%;
			object-fit: cover;
		}
	}

	.inspiration-chunk__areas {
		display: flex;
	}

	.inspiration-chunk__area:last-child {
		padding: 0 2.8rem 2.8rem;
	}

	.inspiration-chunk__area--patch {
		gap: 0 !important;
		grid-template-columns: 1fr !important;
		grid-template-areas: 
			"Text2"
			"Figure"
			"Text1";
	}

	.story--growth .story-intro__colors-image {
		margin-left: -55%;
		width: 210%;
	}

	.story--motion .story-intro__colors-image {
		margin-left: -5%;
	}

	.w-mod-touch .story--motion .story-intro__colors-image {
		margin-left: 0%;
	}

	.story--balance .story-inspirations__item:nth-child(4) .inspiration-chunk__area--patch,
	.story--growth .story-inspirations__item:nth-child(1) .inspiration-chunk__area--patch,
	.story--growth .story-inspirations__item:nth-child(3) .inspiration-chunk__area--patch,
	.story--growth .story-inspirations__item:nth-child(5) .inspiration-chunk__area--patch,
	.story--freedom .story-inspirations__item:nth-child(1) .inspiration-chunk__area--patch,
	.story--freedom .story-inspirations__item:nth-child(3) .inspiration-chunk__area--patch,
	.story--motion .story-inspirations__item:nth-child(2) .inspiration-chunk__area--patch,
	.story--motion .story-inspirations__item:nth-child(4) .inspiration-chunk__area--patch,
	.story--motion .story-inspirations__item:nth-child(5) .inspiration-chunk__area--patch {
		grid-template-areas:
			"Text1"
			"Figure"
			"Text2";
	}

	.popup--characteristics .interactive-image__area-wysiwyg:first-child > h2,
	.popup--characteristics .interactive-image__area-wysiwyg:last-child strong,
	.popup--characteristics .innovations__item-copy-text:first-child > h2,
	.popup--characteristics .innovations__item-copy-text:last-child strong {
		font-size: 2.2rem;
	}

	.popup--characteristics .interactive-image__area-wysiwyg:last-child,
	.popup--characteristics .innovations__item-copy-text:last-child {
		font-size: 1.5rem;
	}

	.inspiration-chunk__area-wysiwyg p:last-child,
	.inspiration-chunk__area-wysiwyg {
		margin-bottom: 0;
	}

	.inspiration-chunk__area-headline {
		margin-bottom: 1rem;
		margin-top: 2.2rem;
	}

	.inspiration-chunk__area--patch .inspiration-chunk__area-figure {
		margin-top: 2.4rem;
	}

	.story--swarovski-recreated-crystals .story-keyvisual__part h3 {
		font-size: 4.6rem;
	}

	.story--swarovski-recreated-crystals .story-keyvisual__text {
		justify-content: flex-start;
		inset: 33% 0 0;
	}

	.story--swarovski-recreated-crystals .story-keyvisual__part-image-src.story-keyvisual__part-image-src--mobile {
		object-position: 10% 50%;
	}

	.movies__item-link {
		padding-top: 75%;
	}

	.movies__item-link .video-wrapper {
		inset: 0 0 0 0;
		padding-top: 75%;
		position: absolute;
	}

	.story-keyvisual__part-description h3:last-child {
		margin: 0;
	}

	.story--freedom .story-innovations__item:first-child .interactive-image__area-figure-overlay {
		transform: translateY(12%);
	}

	.story--growth .story-innovations__item:first-child .interactive-image__area:last-child .interactive-image__area-figure-overlay {
		height: 100%;
		margin-left: 10%;
		width: 80%;
	}

	.story--freedom .story-intro__colors-overlay-image.mobile-only svg #moving_stone_lable_2 {
		transform: translateY(1%);
	}

	.story:not(.story--balance) .story-keyvisual__part-image-src.story-keyvisual__part-image-src--mobile {
		object-position: bottom;
	}
}

/* @media (max-width: 1279px) {

	body:not(.story--an-evolution-in-sustainability) .interactive-image br {
		display: none !important;
	}
} */


@keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translate3d(0, 5vmin, 0);
	}
  
	to {
	  opacity: 1;
	  transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeIn {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
}

@keyframes pulseOpacity {
	from {
	  opacity: 1;
	}
  
	50% {
	  opacity: 0.7;
	}
  
	to {
	  opacity: 1;
	}
}

@keyframes pulse {
	from {
	  transform: scale3d(1, 1, 1);
	}
  
	50% {
	  transform: scale3d(1.05, 1.05, 1.05);
	}
  
	to {
	  transform: scale3d(1, 1, 1);
	}
}

@keyframes pulseBig {
	from {
		transform: scale3d(1, 1, 1);
	  }
	
	  50% {
		transform: scale3d(1.08, 1.08, 1.08);
	  }
	
	  to {
		transform: scale3d(1, 1, 1);
	  }
}

@keyframes splash-out {

	from { /* 0s */
		transform: translateX(0%);
	}
  
	62.5% { /* 2.5s */
		transform: translateX(-3%)
	}
  
	to { /* 4s */
		transform: translateX(-100%)
	}
}

@keyframes splash-out-mobile {

	from { /* 0s */
		transform: translateY(0%);
	}
  
	62.5% { /* 2.5s */
		transform: translateY(-3%)
	}
  
	to { /* 4s */
		transform: translateY(-100%)
	}
}

@keyframes splash-stone-out {

	from { /* 0s */
		transform: translateX(0vw);
	}
  
	62.5% { /* 2.5s */
		transform: translateX(-3vw)
	}
  
	to { /* 4s */
		transform: translateX(-100vw)
	}
}

@keyframes splash-stone-out-mobile {

	from { /* 0s */
		transform: translateY(0vh);
	}
  
	62.5% { /* 2.5s */
		transform: translateY(-3vh)
	}
  
	to { /* 4s */
		transform: translateY(-100vh)
	}
}

/* @keyframes loading {

	from {
		width: 100%;
	}

	60% {
		width: 80%;
	}

	70% {
		width: 50%;
	}

	to { 
		width: 0%;
	}
} */

@keyframes loading {

	from {
		--loading-percent: 0;
		counter-reset: loadingpercent var(--loading-percent);
	}

	60% {
		--loading-percent: 50;
		counter-reset: loadingpercent var(--loading-percent);
	}

	/* 70% {
		--loading-percent: 80;
		counter-reset: loadingpercent var(--loading-percent);
	} */

	to { 
		--loading-percent: 100;
		counter-reset: loadingpercent var(--loading-percent);
	}
}

@keyframes loading-badge {

	from {
		filter: blur(100px);
	}

	50% {
		filter: blur(50px);
	}

	60% {
		filter: blur(20px);
	}

	90% {
		filter: blur(0px);
	}

	to { 
		filter: blur(0px);
	}
}

@keyframes background-shrink {
	
	from {
		background-size: 140% auto;
	}

	to { 
		background-size: 100% auto;
	}
}

@keyframes scalePulse {

    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}

/* innovations page specific
   ================================================== */


.innovations__item::after {
	background-color: #a7a39e;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.innovations__item:last-child::after {
	content: none;
}

.innovations__item-background-image {
	width: 100%;
}

.innovations__item-background-figure .video-wrapper {
	padding-top: 75%;
}

/* .innovations__item-background-figure .video-wrapper figure {
	position: relative;
} */

/* .innovations__item-background-figure .video-wrapper .button {
	left: 4rem;
} */

.innovations__item-copy[data-layout="T1 Top + T2 Bottom"] .innovations__item-copy-text:last-child,
.innovations__item-copy[data-layout="T1 Overlay + T2 Bottom Intended"] .innovations__item-copy-text:last-child,
.innovations__item-copy[data-layout="T1 Top Overlay + T2 Intended Bottom Overlay"] .innovations__item-copy-text:last-child,
.innovations__item-copy[data-layout="T1 Top + T2 Bottom Overlay"] .innovations__item-copy-text:last-child,
.innovations__item-copy[data-layout="T1 Bottom Intended + T2 Overlay"] .innovations__item-copy-text:first-child,
.innovations__item-copy[data-layout="T1 Bottom + T2 Top (1fr-2fr)"] .innovations__item-copy-text:first-child,
.innovations__item-copy[data-layout="T1 Bottom + T2 Top (2fr-1fr)"] .innovations__item-copy-text:first-child,
.innovations__item-copy[data-layout="T1 Bottom + T2 Top (1fr-1fr)"] .innovations__item-copy-text:first-child,
.innovations__item-copy[data-layout="T1 Intended Bottom Overlay + T2 Top Overlay"] .innovations__item-copy-text:first-child,
.innovations__item-copy[data-layout="T1 Bottom Overlay + T2 Top (1fr-1fr)"] .innovations__item-copy-text:first-child {
	display: none;
}

.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Top + T2 Bottom"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Overlay + T2 Bottom Intended"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Top Overlay + T2 Intended Bottom Overlay"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Top + T2 Bottom Overlay"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom Intended + T2 Overlay"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom + T2 Top (1fr-2fr)"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom + T2 Top (2fr-1fr)"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom + T2 Top (1fr-1fr)"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Intended Bottom Overlay + T2 Top Overlay"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom Overlay + T2 Top (1fr-1fr)"] .innovations__item-copy-text:first-child {
	display: block;
}

.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Top + T2 Bottom"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Overlay + T2 Bottom Intended"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Top Overlay + T2 Intended Bottom Overlay"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Top + T2 Bottom Overlay"] .innovations__item-copy-text:first-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom Intended + T2 Overlay"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom + T2 Top (1fr-2fr)"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom + T2 Top (2fr-1fr)"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom + T2 Top (1fr-1fr)"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Intended Bottom Overlay + T2 Top Overlay"] .innovations__item-copy-text:last-child,
.tooltipster-base.swarovski .innovations__item-copy[data-layout="T1 Bottom Overlay + T2 Top (1fr-1fr)"] .innovations__item-copy-text:last-child {
	display: none;
}

/* .innovations__item-background-figure:not(.has-video) .cursor, */
.innovations__item-background-figure[data-created=""] .button {
	display: none;
}

.innovations__item-figure img,
.innovations__item-image .video-wrapper figure img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.innovations__item-collection-media-part {
	margin: 0;
	position: relative;
}

.movies__item-thumbnail-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.innovations__item-figure .innovations__item-image {
	height: 100%;
	width: 100%;
}

.innovations__item-figure .video-wrapper,
.movies__item-thumbnail-wrapper .video-wrapper {
	height: 100%;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.innovations__item-figure .video-js,
.movies__item-thumbnail-wrapper .video-js {
	background-color: white;
	height: 100%;
	left: 50%;
	/* max-width: 177.78% !important; */
	padding: 0;
	transform: translate(-50%);
	width: 177.78% !important;
}

.innovations__item-headline {
	max-width: 33rem;
	margin-left: auto;
	margin-right: auto;
}

/* .innovations__item-collection-text-part {
	margin-top: 3rem;
} */

.innovations__item-collection-text-part .button {
	margin-bottom: 3rem;
}

.innovations__item-collection-text-part .collapsible__content h4 {
	padding-bottom: 1.1rem;
}


/* general
   ================================================== */

   html.w-editor .body.cursor > .cursor__target,
   html.w-editor .cursor.slider__arrow { 
	   display: none !important;
	   opacity: 0;
	   visibility: hidden;
   }
   html.w-editor .cursor__target {
	   left: calc(100% - 2.7rem) !important;
	   opacity: 1;
	   position: absolute !important;
	   top: calc(100% - 2.7rem) !important;
	   transform: translate(-50%, -50%);
   }
   html.w-editor .cursor__target--mute,
   html.w-editor .cursor__target--unmute {
	   left: auto !important;
	   opacity: 1;
	   position: absolute !important;
	   right: 1rem !important;
	   top: 1rem !important;
	   transform: none !important;
   }
   html.w-editor body.cursor * { 
	   cursor: auto !important;
   }
   
   html.w-editor .cursor {
	   z-index: 4;
   }
   
   html.w-editor .cursor__icon--dynamic {
	   height: 4rem;
	   width: 4rem;
   }
   
   html.w-editor .cursor__icon--play::before {
	   font-size: 2.5rem !important;
	   margin-left: 0.5rem !important;
	   margin-top: 0.3rem !important;
   }
   
   html.w-editor .image-fullscreen .cursor__icon--dynamic:before {
	   content: '\e803' !important;
   }
   
   html.w-editor .story-related__item-link .cursor__icon--dynamic {
	   display: none !important;
   }

/* Safari specific fixes */

.is-safari .cursor--hovered .cursor__target--hovered {
	transform: translate(-50%, -50%) scale(1);
}

.is-safari .cursor--hovered .cursor__target--hovered .cursor__icon {
	width: 2.6rem;
	height: 2.6rem;
}

/* html:not(.is-chrome) .topnav__container {
	backdrop-filter: blur(3px);
} */

@media (min-width: 1200px) {
	
	.collapsible__content {
		display: block;
		height: auto !important;
	}

	.collapsible__collapser {
		display: none;
	}
}
   
@media (pointer: none), (pointer: coarse) {
   
	   .body.cursor > .cursor__target,
	   .cursor.slider__arrow { 
		   /* display: none !important;
		   opacity: 0;
		   visibility: hidden; */
		   bottom: 1.2rem !important;
		   flex-direction: row-reverse !important;
		   left: auto !important;
		   opacity: 1 !important;
		   position: fixed !important;
		   right: 1.8rem !important;
		   top: auto !important;
		   transform: translate(-50%, -50%) scale(1.3) !important;
	   }

	   .cursor__icon {
		   height: 3rem;
		   width: 3rem;
	   }

	   .cursor__icon-outer circle {
		   stroke-width: 10px;
	   }

	   .cursor__icon-outer {
		   opacity: 1 !important;
	   }

	   .cursor__icon-inner {
		   /* inset: -1% 0 0 -1%; */
		   display: none !important;
	   }

	   .cursor__text {
		   margin-left: 0;
		   margin-right: 3.5rem;
	   }

	   .home.body.cursor > .cursor__target,
	   .body.cursor.menu-open  > .cursor__target {
		   display: none !important;
		   opacity: 0;
		   visibility: hidden;
	   }

	   body:not(.menu-open):not(.show-popup) .cursor__target--highlighted .cursor__text {
		   display: block;
	   }

	   .cursor__target--mute,
	   .cursor__target--unmute {
		   left: auto !important;
		   opacity: 1;
		   position: absolute !important;
		   right: 1rem !important;
		   top: 1rem !important;
		   transform: none !important;
	   }
	   body.cursor * { 
		   cursor: auto !important;
	   }
	   
	   .cursor__icon--dynamic {
		   height: 4rem;
		   width: 4rem;
	   }
   
	   .cursor__icon--play::before {
		   font-size: 2rem !important;
		   margin-left: 0.3rem !important;
		   margin-top: 0.5rem !important;
	   }
	   
	   .image-fullscreen .cursor__icon--dynamic:before {
		   content: '\e803' !important;
	   }
	   
	   .story-related__item-link .cursor__icon--dynamic {
		   display: none !important;
	   }

	   .welcome-menu__wrapper {
		   display: flex;
		   padding: 10rem 0 8rem;
	   }

	   .welcome-menu__items {
		   align-items: center;
		   display: flex;
		   flex-direction: column;
		   height: auto;
	   }

	   .welcome-menu__item {
		   height: auto;
		   justify-content: center;
		   min-height: 0;
	   }

	   .welcome-menu__item-link {
		   height: auto;
		   padding: max(2vh, 3rem) max(2vw, 5rem);
		   flex-direction: row;
		   justify-content: center;
		   column-gap: 0.2em;
		   flex-wrap: wrap;
	   }

	   .welcome-menu__item-title {
		   font-size: 3.2rem;
	   }

	.story-inspirations__note.is-visible {
		display: flex;
	}

	.welcome-menu__item-title {
		opacity: 1 !important;
	}

	.inspiration-chunk-hotspot.tooltip {
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
		color: #000;
		background-color: #ffffffb3;
		border-radius: 100%;
		justify-content: center;
		align-items: center;
		width: max(4rem, 6vmin);
		height: max(4rem, 6vmin);
		font-family: Euclid Circular B, Arial, sans-serif;
		font-size: max(1.5rem, 3vmin);
		font-weight: 500;
		line-height: 1;
		text-decoration: none;
		display: flex;
		inset: auto auto max(6rem, 6vmin) max(3rem, 3vmin);
		box-shadow: 0 0 12px #5e5e5e40;
	}

	.inspiration-chunk-hotspot-text {
		display: block !important;
	}

	.inspiration-chunk-hotspot {
		animation-name: pulseOpacity;
		animation-duration: 2.5s;
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	}

	.inspiration-chunk-hotspot[data-position="Top-Left"] {
		inset: max(5rem, 10vmin) auto auto max(3rem, 6vmin);
	}

	.inspiration-chunk-hotspot[data-position="Top-Center"] {
		inset: max(5rem, 10vmin) auto auto 50%;
		transform: translateX(-50%);
	}

	.inspiration-chunk-hotspot[data-position="Top-Right"] {
		inset: max(5rem, 10vmin) max(3rem, 6vmin) auto auto;
	}

	.inspiration-chunk-hotspot[data-position="Right"] {
		inset: 50% max(3rem, 6vmin) auto auto;
		transform: translateY(-50%);
	}

	.inspiration-chunk-hotspot[data-position="Center"] {
		inset: 50% auto auto 50%;
		transform: translate(-50%, -50%);
	}

	.inspiration-chunk-hotspot[data-position="Bottom-Right"] {
		inset: auto max(3rem, 6vmin) max(5rem, 10vmin) auto;
	}

	.inspiration-chunk-hotspot[data-position="Bottom-Center"] {
		inset: auto auto max(5rem, 10vmin) 50%;
		transform: translateX(-50%);
	}

	.inspiration-chunk-hotspot[data-position="Left"] {
		inset: 50% auto auto max(3rem, 6vmin);
		transform: translateY(-50%);
	}

	.menu__item-image {
		display: none !important;
	}
}

@media (pointer: none), (pointer: coarse) and (max-width: 767px) {

	.cta-container__button {
		inset: auto auto 3rem 3rem !important;
	}
}

@media (pointer: none), (pointer: coarse) and (min-width: 768px) {

	.cta-container__button {
		inset: 3rem auto auto 3rem !important;
	}

	.welcome-menu__nav {
		inset: auto 0% 8rem;
	}

	.welcome-menu__wrapper {
		display: block;
	}

	.welcome-menu__items {
		flex-direction: row;
		height: 100%;
	}

	.welcome-menu__item {
		height: 100%;
	}
}
   
@media all and (display-mode: fullscreen) {
	   
	   body.cursor .video-js * { 
		   cursor: auto !important;
	   }
}