:root { --primary-font: "Montserrat", Helvetica, Arial, sans-serif; --secondary-font: "Berthold Block W1G", sans-serif; --off-white: #FFFEFE; --navi-blue: #232A52; --blue: #1D269D; --light-gray: #F8F8F8; }
@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Variable-Latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
.las { display: inline-block; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }
.la-angle-down::before { content: "⌄"; }
.la-arrow-down::before { content: "↓"; }
.la-arrow-left::before { content: "←"; }
.la-arrow-right::before { content: "→"; }
.la-pause::before { content: "Ⅱ"; }
.la-play::before { content: "▶"; font-size: .82em; }
body { color: var(--bs-black); font-family: var(--primary-font); font-weight: 400; overflow-x: hidden; }
a { color: var(--bs-blue); }
a, a:hover { text-decoration: none; }
a:focus { outline: none; }
*:focus { outline: none; }
button:active, button:focus, .btn:active, .btn:focus { box-shadow: none !important; outline: none !important; }
.img-responsive, .navbar-brand > img { display: inline-block; }
img { display: inline-block; height: auto; max-width: 100%; }
img[data-deferred-src] { opacity: 0; transition: opacity 360ms ease; }
img[data-deferred-src].is-deferred-image-loaded { opacity: 1; }
h1, h2, h3, h4, h5, h6 { color: var(--navi-blue); font-family: var(--secondary-font); font-weight: 400; text-transform: uppercase; }
h1 { font-size: 59px; }
h2 { font-size: 46px;  }
h3 { font-size: 35px; }
h4 { font-size: 19px; }
p, li { color: var(--navi-blue); font: 500 20px/1.5 var(--primary-font); overflow-wrap: break-word; word-wrap: break-word; }

.navbar { padding: 1rem 0; }
.navbar .container { justify-content: center; }
.navbar img { filter: brightness(0) invert(1); transition: all ease-in-out 0.2s; }
.navbar-brand { margin: 0 auto; position: absolute; }
.navbar .las { position: absolute; right: 0; top: 9px; }
.navbar-nav .nav-item { margin: 0 34px 0 0; }
.navbar-nav .nav-link:first-child { padding-right: 1.5rem; }
.navbar-nav .nav-link { color: var(--off-white); font: 400 17px var(--primary-font); letter-spacing: 3.4px; text-transform: uppercase; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link .active { color: var(--navi-blue); }
.navbar-nav .btn-light { background-color: rgba(255, 255, 255, 0.18); border: inherit; border-radius: 5px; color: var(--off-white); font: 400 17px var(--primary-font); letter-spacing: 3.4px; padding: 10px 27px; text-transform: uppercase; }
.navbar:hover img, .white img, .witenav img { filter: inherit; transition: all ease-in-out 0.2s; }
.navbar:hover .btn-light, .navbar-nav .btn-light:hover, .white .btn-light, .witenav .btn-light { background-color: var(--navi-blue); transition: all ease-in-out 0.5s; }
.navbar:hover { background-color: var(--bs-white); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07); transition: all ease-in-out 0.5s; }
.navbar:hover .nav-link, .white .nav-link, .witenav .nav-link { color: var(--navi-blue); transition: all ease-in-out 0.5s; }

.navbar-nav .dropdown-menu { border: inherit; border-radius: inherit; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
.navbar-nav .dropdown-item { color: var(--navi-blue); font-size: 15px; letter-spacing: 1.5px; padding: .35rem 1.5rem; text-transform:uppercase; }
.navbar-nav .dropdown-item:focus { background-color: var(--bs-dropdown-link-hover-bg); color: var(--navi-blue); }
.offcanvas { display: none; }

@media only screen and (max-width: 991.98px) {
	.navbar .offcanvas.offcanvas-start {
		background-color: var(--bs-white);
		height: 100vh;
		height: 100dvh;
		max-height: 100dvh;
		overflow-y: auto;
	}
}

.white, .witenav { background-color: var(--bs-white); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07); }

.home-page .home-nav-intro { animation: home-nav-enter 820ms cubic-bezier(.16, 1, .3, 1) both; }
@keyframes home-nav-enter {
	from { opacity: 0; transform: translate3d(0, -18px, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.over { height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.banner-hero { clear: both; position: relative; width: 100%; }
.banner-hero img.hero { height: 100vh; object-fit: cover; width: 100%; }
.banner-hero .les { padding: 25% 0 0 10%; }
.banner-hero .les img { max-width: 615px; width: 100%; }
.banner-hero h1 { font: 500 30px/55px var(--primary-font); letter-spacing: 6px; }
.banner-hero p { bottom: 5%; color: var(--bs-white); font-size: 17px; position: absolute; }

.home-cinematic-stage { position: relative; }
.home-cinematic-fallback { display: block; }
.home-cinematic-video { display: none; }
.home-cinematic-layers, .home-scroll-cue { display: none; }
#home-after-hero { scroll-margin-top: 96px; }

@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
	.home-page .home-nav-intro.is-home-nav-cinematic {
		animation: none;
		opacity: 0;
		pointer-events: none;
		transform: translate3d(0, -110%, 0);
		transition: opacity 360ms ease, transform 540ms cubic-bezier(.16, 1, .3, 1), visibility 0s linear 540ms;
		visibility: hidden;
		will-change: opacity, transform;
	}
	.home-page .home-nav-intro.is-home-nav-cinematic.is-home-nav-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
		transition-delay: 0s;
		visibility: visible;
	}
	.home-page .home-cinematic.is-cinematic-enabled {
		--home-copy-opacity: 1;
		--home-copy-y: 0px;
		--home-cue-opacity: 1;
		--home-cue-y: 0px;
		--home-penguin-pointer-x: 0px;
		--home-penguin-pointer-y: 0px;
		--home-penguin-scale: 1;
		--home-penguin-y: 0px;
		--home-scene-scale: 1;
		--home-scene-x: 0px;
		--home-scene-y: 0px;
		height: 205vh;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-stage {
		height: 100vh;
		height: 100svh;
		isolation: isolate;
		overflow: hidden;
		position: sticky;
		top: 0;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-media {
		background: #fff;
		inset: 0;
		overflow: hidden;
		position: absolute;
		z-index: 0;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-media::after {
		background: #fff;
		content: "";
		inset: 0;
		opacity: var(--home-end-white-opacity, 0);
		pointer-events: none;
		position: absolute;
		transition: opacity 80ms linear;
		z-index: 2;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-video {
		display: block;
		height: 100%;
		inset: 0;
		max-width: none;
		object-fit: cover;
		opacity: 0;
		position: absolute;
		transform: none;
		transform-origin: 50% 50%;
		transition: opacity 520ms ease;
		width: 100%;
		will-change: opacity;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-fallback,
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-layers {
		inset: 0;
		position: absolute;
		transform: translate3d(var(--home-scene-x), var(--home-scene-y), 0) scale(var(--home-scene-scale));
		transform-origin: 50% 50%;
		transition: opacity 420ms ease;
		will-change: opacity, transform;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-fallback {
		display: block;
		opacity: 1;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-fallback img,
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-background {
		display: block;
		height: 100%;
		max-width: none;
		object-fit: cover;
		width: 100%;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-layers {
		display: block;
		opacity: 0;
	}
	.home-page .home-cinematic.is-cinematic-enabled.is-layer-ready .home-cinematic-fallback { opacity: 0; }
	.home-page .home-cinematic.is-cinematic-enabled.is-layer-ready .home-cinematic-layers { opacity: 1; }
	.home-page .home-cinematic.is-cinematic-enabled.is-video-ready .home-cinematic-fallback,
	.home-page .home-cinematic.is-cinematic-enabled.is-video-ready .home-cinematic-layers { opacity: 0; }
	.home-page .home-cinematic.is-cinematic-enabled.is-video-ready .home-cinematic-video { opacity: 1; }
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-background {
		inset: 0;
		position: absolute;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-penguin {
		display: block;
		left: var(--home-penguin-left);
		max-width: none;
		position: absolute;
		top: var(--home-penguin-top);
		transform: translate3d(var(--home-penguin-pointer-x), calc(var(--home-penguin-y) + var(--home-penguin-pointer-y)), 0) scale(var(--home-penguin-scale));
		transform-origin: 50% 100%;
		width: var(--home-penguin-width);
		will-change: transform;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-cinematic-copy {
		opacity: var(--home-copy-opacity);
		transform: translate3d(0, var(--home-copy-y), 0);
		will-change: opacity, transform;
		z-index: 2;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-scroll-cue {
		align-items: center;
		bottom: 28px;
		color: var(--bs-white);
		display: flex;
		flex-direction: column;
		font: 500 11px/1 var(--primary-font);
		gap: 8px;
		left: max(50%, 680px);
		letter-spacing: 3px;
		opacity: var(--home-cue-opacity);
		padding: 10px;
		position: absolute;
		text-transform: uppercase;
		transform: translate3d(-50%, var(--home-cue-y), 0);
		will-change: opacity, transform;
		z-index: 3;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-scroll-cue:hover { color: var(--bs-white); }
	.home-page .home-cinematic.is-cinematic-enabled .home-scroll-cue:focus-visible {
		outline: 2px solid var(--bs-white);
		outline-offset: 3px;
	}
	.home-page .home-cinematic.is-cinematic-enabled .home-scroll-cue i {
		animation: home-scroll-cue 1.8s ease-in-out infinite;
		font-size: 18px;
	}
}

@keyframes home-scroll-cue {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(7px); }
}

.excel { background: url("../images/soustraction.svg") no-repeat left top / auto; padding: 15px 0 0 70px; margin: 0 auto; max-width: 666px; }
.excel .btn-primary { background-color: var(--navi-blue); border: inherit; border-radius: 50rem; font-size: 15px; font-weight: 500; letter-spacing: 3px; padding: .525rem 1.5rem; text-transform: uppercase; }
.excel .btn-primary i { font-size: 23px; vertical-align: bottom; }

.animated-text-strip { align-items: center; background: var(--bs-white); border-top: 2px solid var(--blue); border-bottom: 2px solid  var(--blue); display: flex; flex-flow: row nowrap; overflow: hidden; padding: 20px 0; }
.animated-text-strip .marquee { animation: marquee 15s linear infinite; max-width: none; white-space: nowrap; }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
.animated-text-strip .marquee { color:  var(--blue); font-family: var(--secondary-font); font-size: 35px; padding-right: 10px; text-transform: uppercase; }

.product { background: url("../images/prt_bg.webp") no-repeat 0% 0% / cover; width:100%; }
.product .col { border-right: 2px solid var(--bs-white); padding: 0; position: relative; text-align: center; }
.product .product-link, .livraison .product-link { color: inherit; cursor: pointer; text-decoration: none; }
.product .product-link:focus-visible, .livraison .product-link:focus-visible { outline: 2px solid var(--blue); outline-offset: -4px; }
.product .col:nth-child(3n) { border: inherit; }
.product figure { align-items: center; display: grid; height: 390px; justify-content: center; margin: 0; }
.product h3 { border-bottom: 2px solid var(--bs-white); border-top: 2px solid var(--bs-white); color: var(--bs-white); margin: 0; padding: 1rem 0; transition: color 280ms cubic-bezier(.16, 1, .3, 1); }
.product .product-link figure img,
.product .product-link .angle { filter: brightness(0) saturate(100%) invert(100%); transition: filter 280ms cubic-bezier(.16, 1, .3, 1); }
.product .product-link:is(:focus-visible, :active) h3 { color: var(--navi-blue); }
.product .product-link:is(:focus-visible, :active) figure img,
.product .product-link:is(:focus-visible, :active) .angle { filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(1560%) hue-rotate(192deg) brightness(88%) contrast(92%); }
.product .angle { bottom: 25%; position: absolute; right: 9%; z-index: 1; }

@media (hover: hover) and (pointer: fine) {
	.product .product-link:hover h3 { color: var(--navi-blue); }
	.product .product-link:hover figure img,
	.product .product-link:hover .angle { filter: brightness(0) saturate(100%) invert(15%) sepia(22%) saturate(1560%) hue-rotate(192deg) brightness(88%) contrast(92%); }
}

.subhead :is(h3, h4) { line-height: 0; margin: 0 0 100px 21px; padding: 40px 0 0; position: relative; text-align: right; width: 100%; }
.subhead :is(h3, h4)::after { background-color: var(--navi-blue); content: ""; display: block; height: 2px; left: 0; position: absolute; top: 100%; width: 110.5%; }
.subhead :is(h3, h4)::before { background: url("../images/soustraction.svg") no-repeat 0 0 / 21px 46px; content: ""; height: 46px; left: 0; margin: 1px 0 0-18px; position: absolute; top: 1px; width: 21px; z-index: 1; }
.subhead :is(h3, h4) span { background-color: var(--blue); border-radius: 50rem; color: var(--bs-white); font: 500 19px/5px var(--primary-font); letter-spacing: 3.8px; margin-right: 10%; position: relative; padding: 18px 35px; z-index: 1; }

/* Hover-only penguin glide shared by every line CTA. */
.subhead :is(h3, h4)[data-penguin-motion]::before {
	transform: translate3d(0, 0, 0);
	transform-origin: 50% 100%;
	will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
	.subhead :is(h3, h4)[data-penguin-motion="glide"]::before {
		transition: transform 460ms cubic-bezier(.22, 1, .36, 1);
	}

	.subhead :is(h3, h4)[data-penguin-motion="glide"].is-penguin-hovered::before {
		transform: translate3d(var(--penguin-travel, 0), 0, 0) rotate(2deg) !important;
		transition: transform 920ms cubic-bezier(.22, 1, .36, 1) !important;
	}

}

@media (prefers-reduced-motion: reduce) {
	.subhead :is(h3, h4)[data-penguin-motion]::before {
		animation: none !important;
		transform: none !important;
		transition: none !important;
		will-change: auto;
	}
}

.nos-glacon { clear: both; padding: 7% 0; width: 100%; }
.nos-glacon h2 { margin: 0 0 15px;}
.nos-glacon h3 { font-size: 35px; margin: 5% 0; }
.nos-glacon p { max-width: 300px; width: 100%; }
.nos-glacon p:first-of-type { font-weight: 600; text-transform: uppercase; }
.nos-glacon ul { list-style: none; margin: 0; padding: 0; }
.nos-glacon ul li { background: url("../images/bullet.svg") no-repeat left 7px; font-size: 22px; font-weight: 600; margin-bottom: 20%; padding-left: 60px; text-transform: uppercase; }
.nos-glacon .feature { align-items: center; display: flex; justify-content: center; }

.btn-outline-primary { border-color: var(--navi-blue); border-radius: 50rem; color: var(--navi-blue); font-size: 30px; line-height: inherit; margin-top: 15px; padding: .225rem 1.94rem; }
.btn-outline-primary:hover, .btn-outline-primary:focus  { background-color: var(--navi-blue); border-color: var(--navi-blue); color: var(--bs-white); }

.btn-outline-light { border-radius: 50rem; font-size: 30px; line-height: inherit; margin-top: 15px; padding: .225rem 1.94rem; }
.btn-outline-light:hover, .btn-outline-light:focus  { color: var(--navi-blue); }

.solution { clear: both; padding: 5% 0; width: 100%; }
.solution p { font-weight: 600; margin-top: 35px; text-transform: uppercase; }
.solution p em { font-weight: 400; text-transform: lowercase; }

.le-froid { clear: both; padding: 7% 0 0; width: 100%; }
.le-froid .subtxt { color: var(--blue); margin-top: 15px; text-transform: uppercase; }
.le-froid p { font-weight: 600; letter-spacing: 2px; }
.le-froid p strong { font-weight: 700 }
.le-froid p span { font: 400 35px var(--secondary-font); }
.le-froid .medium { font: 500 20px var(--primary-font); }

.contactez { background: url("../images/ctez_bg.webp") no-repeat 0% 0% / cover; padding: 7% 0; width: 100%; }
.contactez h2, .contactez h3, .contactez p, .contactez li { color: var(--bs-white); }
.contactez h2 { font-size: 50px; }
.contactez h3 { font: 500 30px var(--primary-font); margin: 35% 0 25px; }
.contactez p { font-size: 25px; margin-top: 10%; width: 350px; }
.contactez ul { list-style: none; margin: 0; padding: 0; }
.contactez ul li { background: url("../images/bullet.svg") no-repeat left 7px; font-size: 25px; font-weight: 600; filter: brightness(0) invert(1); margin: 0 0 15px -60px; padding-left: 60px; }

.follow { clear: both; padding: 7% 0 5%; width: 100%; }
.follow.is-instagram-pin-ready {
	height: var(--instagram-scene-height);
	min-height: var(--instagram-pin-height);
	padding: 0;
	position: relative;
}
.follow.is-instagram-pin-ready .instagram-scroll-pin {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: var(--instagram-pin-height);
	justify-content: center;
	padding: clamp(24px, 4vh, 54px) 0;
	position: sticky;
	top: var(--instagram-nav-height);
	width: 100%;
}
.follow .insta { position: relative; }
.follow.is-instagram-pin-ready .insta .native-carousel-track { touch-action: pan-y; }
.follow .subhead :is(h3, h4) span { margin-right: 25px; }
.follow picture img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.follow .insta .item > a { display: block; }
.follow .insta .native-carousel-nav {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin: 24px clamp(20px, 4vw, 70px) 0;
}
.follow .insta .native-carousel-button {
	align-items: center;
	background: var(--bs-white);
	border: 1px solid var(--navi-blue);
	border-radius: 50%;
	color: var(--navi-blue);
	display: inline-flex;
	font-size: 21px;
	height: 48px;
	justify-content: center;
	margin: 0;
	transition: background-color 280ms ease, color 280ms ease, opacity 280ms ease, transform 360ms cubic-bezier(.16, 1, .3, 1);
	width: 48px;
}
.follow .insta .native-carousel-button:hover {
	background: var(--navi-blue);
	color: var(--bs-white);
	transform: translate3d(0, -2px, 0);
}
.follow .insta .native-carousel-button:focus-visible {
	outline: 3px solid var(--blue) !important;
	outline-offset: 3px;
}
.follow .insta .native-carousel-button:disabled {
	opacity: .28;
	pointer-events: none;
}
.follow .subhead :is(h3, h4) em { font-style: inherit; }
.follow .subhead :is(h3, h4) a { color: inherit; text-decoration: none; }
.follow .subhead :is(h3, h4) a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

@media (prefers-reduced-motion: reduce), (max-height: 559px) {
	.follow.is-instagram-pin-ready {
		height: auto;
		min-height: 0;
		padding: 7% 0 5%;
	}
	.follow.is-instagram-pin-ready .instagram-scroll-pin {
		display: block;
		height: auto;
		padding: 0;
		position: static;
	}
}

.faq { clear: both; padding: 0 40px 7%; width: 100%; }
.faq picture img { max-width: 345px; width: 100%; }
.faq .vos p { color: var(--blue); line-height: 25px; text-align: right; }
.faq .accordion-item { background-color: inherit; border: inherit; }
.faq .accordion-header { background-color: inherit; border-radius: inherit; }
.faq .accordion-button { background-color: inherit; border-top: 1px solid var(--navi-blue); box-shadow: inherit; color: var(--navi-blue); font: 400 25px var(--secondary-font); padding-left: 0; padding-right: 0; padding-bottom: 1.725rem; text-transform: uppercase; }
.faq .accordion-button:not(.collapsed) { background-color: inherit; color: var(--navi-blue); }
.faq .accordion-button:not(.collapsed).accordion-button { border-top: 1px solid var(--navi-blue); color: var(--navi-blue); }
.faq .accordion-button:not(.collapsed)::after { transform: rotate(7deg); }
.faq .accordion-item:first-of-type > .accordion-header .accordion-button, .faq .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed { border-radius: 0; }
.faq .accordion-item:first-of-type, .faq .accordion-item:last-of-type { border-radius: 0; }
.faq .accordion-body { padding-left: 0; padding-right: 0; }
.faq .accordion-body p { color: var(--navi-blue); font-size: 17px; text-align: inherit; }
.faq .accordion-button::after { background-image: url("../images/plus.svg"); background-size: 25px; height: 25px; width: 25px; }
.faq .accordion-button:not(.collapsed)::after { background-image: url("../images/minus.svg"); }

.chat { bottom: 25px; position: fixed; right: 50px; z-index: 1; }

footer { clear: both; padding: 0 0 40px; width: 100%; }
footer p { letter-spacing: 4px; }
footer ul { list-style: none; margin: 0; padding: 0; }
footer ul li { letter-spacing: 4px; margin-bottom: 5px; }
footer ul li a { color: var(--navi-blue); }
footer ul li a:hover { font-weight: 700; }
footer a, footer a:hover { color: var(--navi-blue); }
footer p a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; transition: text-decoration-color 220ms ease; }
footer p a:hover { text-decoration-color: currentColor; }

/* Homepage scroll motion */
.home-page a:focus-visible, .home-page button:focus-visible { outline: 3px solid var(--blue) !important; outline-offset: 4px; }
.home-page .contactez a:focus-visible, .home-page .home-scroll-cue:focus-visible { outline-color: var(--bs-white) !important; }

.home-motion-ready .home-reveal {
	--home-motion-delay: 0ms;
	--home-motion-duration: 880ms;
	--home-motion-opacity-duration: 680ms;
	--home-motion-scale: 1;
	--home-motion-x: 0px;
	--home-motion-y: 28px;
	opacity: 0;
	transform: translate3d(var(--home-motion-x), var(--home-motion-y), 0) scale(var(--home-motion-scale));
	transition-delay: var(--home-motion-delay);
	transition-duration: var(--home-motion-opacity-duration), var(--home-motion-duration);
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(.16, 1, .3, 1);
}
.home-motion-ready .home-reveal.is-home-revealed { opacity: 1; transform: translate3d(0, 0, 0) scale(1); will-change: auto; }
.home-motion-ready .home-motion-left { --home-motion-x: -38px; --home-motion-y: 8px; }
.home-motion-ready .home-motion-right { --home-motion-x: 38px; --home-motion-y: 8px; }
.home-motion-ready .home-motion-rise { --home-motion-y: 28px; }
.home-motion-ready .home-motion-rise-small { --home-motion-duration: 760ms; --home-motion-y: 17px; }
.home-motion-ready .home-motion-media { --home-motion-duration: 1040ms; --home-motion-scale: .975; --home-motion-y: 22px; }
.home-motion-ready .home-motion-media-right { --home-motion-duration: 1080ms; --home-motion-scale: .978; --home-motion-x: 42px; --home-motion-y: 12px; }
.home-motion-ready .home-motion-focus { --home-motion-duration: 980ms; --home-motion-scale: .94; --home-motion-y: 32px; }
.home-motion-ready .home-motion-excellence { --home-motion-duration: 900ms; --home-motion-scale: .992; --home-motion-y: 30px; }
.home-motion-ready .home-motion-strip { --home-motion-duration: 820ms; --home-motion-scale: .992; --home-motion-y: 16px; }
.home-motion-ready .home-motion-product { --home-motion-duration: 920ms; --home-motion-scale: .97; --home-motion-y: 38px; }
.home-motion-ready .home-motion-gallery { --home-motion-duration: 900ms; --home-motion-scale: .985; --home-motion-y: 24px; }
.home-motion-ready .home-motion-signature { --home-motion-duration: 820ms; --home-motion-y: 22px; }

.home-motion-ready .animated-text-strip .marquee { animation-play-state: paused; }
.home-motion-ready .animated-text-strip.is-home-marquee-active .marquee { animation-play-state: running; }
.home-page .animated-text-strip.home-strip-reverse .marquee { animation-direction: reverse; }

.home-motion-ready .home-motion-excellence sup img {
	opacity: 0;
	transform: rotate(-10deg) scale(.78);
	transition: opacity 560ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 110ms), transform 820ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 110ms);
}
.home-motion-ready .home-motion-excellence .btn {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
	transition: background-color 300ms ease, color 300ms ease, opacity 560ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 190ms), transform 760ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 190ms);
}
.home-motion-ready .home-motion-excellence .btn:focus-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: background-color 300ms ease, color 300ms ease, opacity 0s, transform 0s;
}
.home-motion-ready .home-motion-excellence.is-home-revealed sup img,
.home-motion-ready .home-motion-excellence.is-home-revealed .btn { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) scale(1); }

.home-motion-ready .home-motion-product figure img {
	transform: rotate(var(--home-product-tilt, 0deg)) scale(.88);
	transform-origin: 50% 60%;
	transition: filter 280ms cubic-bezier(.16, 1, .3, 1), transform 1020ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 70ms);
}
.home-motion-ready .home-motion-product .angle {
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
	transition: filter 280ms cubic-bezier(.16, 1, .3, 1), opacity 620ms ease calc(var(--home-motion-delay) + 150ms), transform 780ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 150ms);
}
.home-motion-ready .home-motion-product.is-home-revealed figure img { transform: rotate(0) scale(1); }
.home-motion-ready .home-motion-product.is-home-revealed .angle { opacity: 1; transform: translate3d(0, 0, 0); }

.home-motion-ready .home-motion-gallery picture { display: block; overflow: hidden; }
.home-motion-ready .home-motion-gallery picture img {
	transform: scale(1.035);
	transition: transform 1080ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 60ms);
}
.home-motion-ready .home-motion-gallery.is-home-revealed picture img { transform: scale(1); }

.home-motion-ready .home-motion-signature :is(h3, h4)::after {
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform 980ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 70ms);
}
.home-motion-ready .home-motion-signature :is(h3, h4)::before {
	opacity: 0;
	transform: translate3d(-8px, 0, 0) rotate(-7deg) scale(.9);
	transition: opacity 480ms ease calc(var(--home-motion-delay) + 110ms), transform 760ms cubic-bezier(.16, 1, .3, 1) calc(var(--home-motion-delay) + 110ms);
}
.home-motion-ready .home-motion-signature :is(h3, h4) span {
	opacity: 0;
	transition: opacity 620ms ease calc(var(--home-motion-delay) + 180ms);
}
.home-motion-ready .home-motion-signature.is-home-revealed :is(h3, h4)::after { transform: scaleX(1); }
.home-motion-ready .home-motion-signature.is-home-revealed :is(h3, h4)::before { opacity: 1; transform: translate3d(0, 0, 0) rotate(0) scale(1); }
.home-motion-ready .home-motion-signature.is-home-revealed :is(h3, h4) span { opacity: 1; }

.home-parallax-frame { display: block; overflow: hidden; }
.home-ice-static { display: block; }
.home-page .btn i, .home-page .chat { transition: transform 320ms cubic-bezier(.16, 1, .3, 1); }
.home-page .product .angle { transition: filter 280ms cubic-bezier(.16, 1, .3, 1), transform 320ms cubic-bezier(.16, 1, .3, 1); }
.home-page .chat { bottom: calc(25px + env(safe-area-inset-bottom, 0px)); }
.home-page .chat { transform-origin: 50% 100%; }
.home-page .chat { z-index: 1020; }

.follow .insta.is-instagram-scroll-active .native-carousel-track { will-change: transform; }

@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
	.home-page .home-parallax-media { transform: translate3d(0, var(--home-parallax-y, 0px), 0) scale(1.045); transform-origin: 50% 50%; }
	.home-page .home-parallax-media.is-home-parallax-active { will-change: transform; }
}

@media (hover: hover) and (pointer: fine) {
	.home-page .product .product-link.is-home-revealed:hover figure img { transform: translate3d(0, -7px, 0) scale(1.045); }
	.home-page .product .product-link.is-home-revealed:hover .angle { transform: translate3d(8px, 0, 0); }
	.home-page .btn:hover i { transform: translate3d(6px, 0, 0); }
	.home-page .home-motion-gallery.is-home-revealed:hover picture img { transform: scale(1.025); }
	.home-page .chat:hover { transform: translate3d(0, -5px, 0) scale(1.035); }
}
.home-page .btn:active { transform: scale(.98); }
.home-page .chat:active { transform: translate3d(0, -1px, 0) scale(.97); }

@media only screen and (min-width: 992px) and (max-width: 1180px) {
	.home-motion-ready .home-motion-left { --home-motion-x: -24px; }
	.home-motion-ready .home-motion-right { --home-motion-x: 24px; }
	.home-motion-ready .home-motion-media-right { --home-motion-x: 28px; }
}

@media only screen and (max-width: 991px) {
	.home-motion-ready .home-reveal:not(.is-home-revealed) {
		opacity: 0;
		transform: translate3d(0, 16px, 0) scale(1);
		transition-duration: 520ms, 640ms;
	}
	.home-motion-ready .home-motion-product figure img { transform: scale(.96); transition-duration: 720ms; }
	.home-motion-ready .home-motion-product.is-home-revealed figure img { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
	.home-page .home-nav-intro { animation: none; }
	.home-page .animated-text-strip .marquee { animation: none !important; transform: none !important; }
	.home-motion-ready .home-reveal,
	.home-motion-ready .home-reveal::before,
	.home-motion-ready .home-reveal::after,
	.home-motion-ready .home-reveal *,
	.home-motion-ready .home-reveal *::before,
	.home-motion-ready .home-reveal *::after {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		will-change: auto !important;
	}
	.home-page .chat { transition: none; }
}

.banner { clear: both; position: relative; width: 100%; }
.banner img.hero { height: 100vh; object-fit: cover; width: 100%; }
.banner h1, .banner h3, .banner p { color: var(--bs-white); }
.banner h1 { font-size: 90px; font-weight: 400; margin-top: 23%; }
.banner h3 { font: 500 30px var(--primary-font); letter-spacing: 6px; margin: 15px 0 30px; }
.banner p { font-size: 17px; }
.banner a { filter: brightness(0) invert(1); }

.format { clear: both; padding: 7% 0; width: 100%; }
.format h2 { margin-bottom: 25px; }
.format .card { background-color: var(--bs-white); border: 3px solid var(--navi-blue); border-radius: 8px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); display: flex; height: 420px; justify-content: center; overflow: hidden; max-width: 590px; padding: 25px 8%; position: relative; width: 100%; }
.format .card.first { transform: rotate(5deg); }
.format .card.last { margin-top: 22%; transform: rotate(-10deg); }
.format .card img  { bottom: 25px; position: absolute; right: 40px; width: 95px; }
.format .card img.format-bag-image { bottom: 14px; height: 390px; max-width: none; object-fit: contain; right: 12px; width: auto; }
.format .card img.format-bag-image--7kg { bottom: 14px; height: 375px; right: 2px; }
.format .card h1 { margin: 5px 0; text-transform: uppercase; }
.format .card p { font-size: 30px; font-weight: 500; line-height: normal; text-transform: uppercase; }
.format .card .overlay { background-color: var(--navi-blue); border: 3px solid var(--navi-blue); left: 0; height: 100%; opacity: 0; padding: 10% 9% 10% 7%; position: absolute; transition: all ease-in-out 0.5s; top: 0; width: 100%; z-index: 2; }
.format-summary { margin-top: 70px; max-width: 980px; }
.sack-content-accordion { margin: 7% 0 2%; }
.sack-content-row { border-top: 1px solid var(--navi-blue); padding: 30px 0; }
.sack-content-row:last-child { border-bottom: 1px solid var(--navi-blue); }
.sack-content-heading { align-items: center; display: grid; gap: 30px; grid-template-columns: minmax(0, 1fr) auto; }
.sack-content-heading h2 { font-size: 38px; margin: 0; }
.sack-content-heading .btn-more { margin: 0; }
.sack-content-body { max-width: 940px; padding-top: 28px; }
.sack-content-body p, .sack-content-body li { font-size: 18px; line-height: 1.55; }
.sack-content-body ul { margin: 0 0 22px; padding-left: 22px; }
.format .card .overlay p { color: var(--bs-white); font-size: 17px; line-height: 22px; margin-bottom:1.5rem; text-transform: inherit; }
.format .card:hover .overlay { opacity: 1; transition: all ease-in-out 0.5s; }

.pourquoi { clear: both; padding-bottom: 7%; width: 100%; }
.pourquoi p { margin: 15px 0; }
.pourquoi ul { list-style: none; margin: 0; padding: 0; }
.pourquoi ul li { background: url("../images/bullet.svg") no-repeat left 7px; font-size: 22px; font-weight: 600; margin-bottom: 5%; padding-left: 60px; text-transform: uppercase; }
.pourquoi ul li:last-of-type { margin: 0 0 20px; }
.pourquoi .blockquote { padding-left: 5%; }

.btn-more, .disclosure-icon {
	--disclosure-scale: 1;
	display: inline-block;
	flex: 0 0 23px;
	height: 23px;
	margin-left: 9%;
	position: relative;
	transform: scale(var(--disclosure-scale));
	transform-origin: 50% 50%;
	transition: transform 480ms cubic-bezier(.16, 1, .3, 1);
	vertical-align: middle;
	width: 23px;
}
.btn-more::before, .btn-more::after,
.disclosure-icon::before, .disclosure-icon::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 23px;
	left: 0;
	position: absolute;
	top: 0;
	transform-origin: 50% 50%;
	transition: opacity 260ms ease, transform 480ms cubic-bezier(.16, 1, .3, 1);
	width: 23px;
}
.btn-more::before, .disclosure-icon::before { background-image: url("../images/plus.svg"); opacity: 1; transform: rotate(0) scale(1); }
.btn-more::after, .disclosure-icon::after { background-image: url("../images/minus.svg"); opacity: 0; transform: rotate(-90deg) scale(.86); }
.btn-more:hover, .btn-more:focus-visible { --disclosure-scale: 1.1; }
.btn-more[aria-expanded="true"]::before { opacity: 0; transform: rotate(90deg) scale(.86); }
.btn-more[aria-expanded="true"]::after { opacity: 1; transform: rotate(0) scale(1); }
.btn-more:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.hero-more-toggle { margin: 2px 0 0; }

.combien { background-color: var(--light-gray); clear: both; padding: 7% 0; width: 100%; }
.combien .box { display: flex; flex-direction: column; justify-content: center; }
.combien .box h4 { font-size: 24px; margin-bottom: 10px; text-transform: uppercase; }
.combien .box p { margin: 0; }
.cyan, .navi, .indigo { margin: 10px 0; padding: 50px 40px 30px; }
.cyan { background: url("../images/bule_cyan.png") no-repeat 0% 0% / cover; height: 185px; width: 462px; }
.navi { background: url("../images/bule_nvble.png") no-repeat 0% 0% / cover; height: 213px; width: 461px; }
.indigo { background: url("../images/bule_ble.png") no-repeat 0% 0% / cover; height: 231px; margin: 11% 0 7% 0; padding: 30px 60px 40px; width: 496px; }
.combien .box.navi h4, .combien .box.navi p, .combien .box.indigo h4, .combien .box.indigo p { color: var(--bs-white); }
.note { background: url("../images/star.svg") no-repeat 0 0; margin-left: 14%; padding-left: 40px; max-width: 525px; }

.qualite { clear: both; padding: 7% 0; width: 100%; }
.qualite p { font-weight: 600; margin: 25px 0; text-transform: uppercase; }
.qualite ul { list-style: none; margin: 0; padding: 0; max-width: 595px; }
.qualite ul li { margin-bottom: 4%; }
.qualite .btn-outline-primary { border-color: var(--blue); color: var(--blue);  }
.qualite .btn-outline-primary:hover, .qualite .btn-outline-primary:focus { background-color: var(--blue); border-color: var(--blue); color: var(--bs-white); }

.optimisez { clear: both; padding-bottom: 50px; width: 100%; }
.optimisez ul { list-style: none; margin: 30px 0 0; padding: 0; max-width: 485px; }
.optimisez ul li { background: url("../images/bullet.svg") no-repeat left 7px; font-size: 22px; font-weight: 600; margin-bottom: 5%; padding: 0 0 10px 60px; text-transform: uppercase; }

.commandez { background: url("../images/com_vos_bg.webp") no-repeat 0% 0% / cover; clear: both; position: relative; min-height: 610px; padding: 70px 0; width: 100%; }
.commandez h1, .commandez p { color: var(--bs-white); }
.commandez p { font-size: 17px; }
.caption { bottom: 7%; position: absolute; right: 5%; max-width: 420px; z-index: 1; }

.galery { clear: both; padding: 40px 0 100px; width: 100%; }
.galery img { width: 100%; }

.glacons { clear: both; padding: 7% 0; width: 100%; }
.livraison { background: url("../images/prt_bg.webp") no-repeat 0% 0% / cover; padding: 0 12px; width:100%; }
.livraison .col { border-bottom: 2px solid var(--bs-white); border-right: 2px solid var(--bs-white); padding: 4.6%; position: relative; }
.livraison .col:nth-child(2n+2) { border-right: inherit; }
.livraison figure { align-items: end; display: grid; height: 250px; justify-content: end; margin: 0; }
.livraison h3 { font-size: 50px; color: var(--bs-white); margin: 0; }
.livraison .col:nth-child(2n+2):last-of-type h3 { margin-top: -37px; }
.livraison .col .overlay { height: 100%; left: 0; opacity: 0; overflow-y: auto; padding: 8%; position: absolute; top: 0; transition: all ease-in-out 0.5s; width: 100%; z-index: 1; }
.livraison .col .overlay p { color: var(--bs-white); font-size: 17px; transition: all ease-in-out 0.5s; }
.livraison .col .hide { opacity: 1; transition: all ease-in-out 0.5s; }
.livraison .col:hover .hide, .livraison .col:focus-visible .hide { opacity: 0; transition: all ease-in-out 0.5s; }
.livraison .col:hover .overlay, .livraison .col:focus-visible .overlay { opacity: 1; transition: all ease-in-out 0.5s; }

.zone-de { clear: both; width: 100%; }
.zone-de .card { align-items: center; background: url(../images/penguin_bg.png) no-repeat center bottom / 37% var(--bs-white); border: inherit; border-radius: inherit; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); display: flex; height: 248px; justify-content: center; margin-bottom: 40px; }
.zone-de .col:nth-child(4n+3) .card { margin-top: -35px; transform: rotate(4deg); }
.zone-de .col:nth-child(4n+1) .card { margin-top: -35px; transform: rotate(-5deg); }
.zone-de .card:hover { background: url(../images/penguin_mo_bg.png) no-repeat center bottom / 37% var(--navi-blue); }
.zone-de .card:hover h3 { color: var(--bs-white); }
.zone-de .card:hover img { opacity: 0.5; }
.zone-de .delivery-zone:hover, .zone-de .delivery-zone:focus-within { z-index: 5; }
.zone-de .delivery-zone { position: relative; }
.zone-de .col .detail { background: var(--bs-white); box-shadow: 0 14px 35px rgba(35, 42, 82, .15); display: block; height: auto; left: 12px; max-height: 390px; opacity: 0; overflow-y: auto; padding: 18px 18px 20px; position: absolute; top: calc(100% - 45px); transform: translateY(-8px); transition: opacity 0.35s ease-in-out, transform 0.4s ease-in-out, visibility 0s linear 0.4s; visibility: hidden; width: calc(100% - 24px); z-index: 6; }
.zone-de .col:hover .detail, .zone-de .col:focus-within .detail { opacity: 1; transform: translateY(0); transition-delay: 0s; visibility: visible; }
.zone-de .col .detail h4 { border-left: 1px solid var(--navi-blue); font-size: 21px; padding-left: 15px; }
.zone-de .col .detail p { font-size: 15px; padding-left: 30px; }

.video-wrap { aspect-ratio: 1 / 1; overflow: hidden; position: relative; width: 100%; }
.video-wrap video { object-fit: cover; display: block; height: 100%; width: 100%; }
.smart-video-control {
	align-items: center;
	background: rgba(35, 42, 82, .86);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 50%;
	bottom: 16px;
	color: var(--bs-white);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 16px;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 46px;
	z-index: 3;
}
.smart-video-control:hover { background: var(--navi-blue); color: var(--bs-white); transform: scale(1.04); }
.smart-video-control:focus-visible { outline: 3px solid var(--bs-white); outline-offset: 3px; }
.smart-video-control i { font-size: 22px; line-height: 1; }

.express { clear: both; padding: 0 0 60px; width: 100%; }
.express p { margin: 30px 0; }
.express .info { color: var(--blue); text-transform: uppercase; }
.express ul { list-style: none; margin: 30px 0 0; padding: 0; max-width: 485px; }
.express ul li { background: url("../images/bullet.svg") no-repeat left 7px; font-size: 22px; font-weight: 600; margin-bottom: 4%; padding: 0 0 10px 60px; position: relative; text-transform: uppercase; }
.express .colse { color: var(--navi-blue); font: 500 17px var(--primary-font); margin-left: 10%; max-width: 420px; }
.express .benefit-detail { background: var(--bs-white); box-shadow: 0 12px 30px rgba(35, 42, 82, .14); display: block; font: 500 15px/1.5 var(--primary-font); left: 60px; opacity: 0; padding: 14px 16px; pointer-events: none; position: absolute; text-transform: none; top: calc(100% - 8px); transform: translateY(-8px); transition: opacity 0.3s ease, transform 0.35s ease, visibility 0s linear 0.35s; visibility: hidden; width: min(420px, calc(100vw - 150px)); z-index: 5; }
.express .row > .col:nth-child(3) { position: relative; z-index: 2; }
.express .subhead { position: relative; z-index: 1; }
.express .disclosure-icon { margin-left: 10px; }
.express li:focus { z-index: 6; }
.express li:focus .benefit-detail { opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; visibility: visible; }
.express li:focus .disclosure-icon { --disclosure-scale: 1.08; }
.express li:focus .disclosure-icon::before { opacity: 0; transform: rotate(90deg) scale(.86); }
.express li:focus .disclosure-icon::after { opacity: 1; transform: rotate(0) scale(1); }
.express li:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }

@media (hover: hover) and (pointer: fine) {
	.express li:hover { z-index: 6; }
	.express li:hover .benefit-detail { opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; visibility: visible; }
	.express li:hover .disclosure-icon { --disclosure-scale: 1.08; }
	.express li:hover .disclosure-icon::before { opacity: 0; transform: rotate(90deg) scale(.86); }
	.express li:hover .disclosure-icon::after { opacity: 1; transform: rotate(0) scale(1); }
}

.faites { background: url("../images/ctez_bg.webp") no-repeat 0% 0% / cover; margin-bottom: 7%; padding: 7% 0; width: 100%; }
.faites h2, .faites h3, .faites p, .faites li { color: var(--bs-white); }
.faites h2 { font-size: 50px; }
.faites h3 { font: 500 25px var(--primary-font); margin: 16% 0 25px; }
.faites p { font-size: 25px; margin-top: 10%; max-width: 350px; }
.faites ul { list-style: none; margin: 0; padding: 0; }
.faites ul li { background: url("../images/bullet.svg") no-repeat left 7px / 20px; font-size: 25px; font-weight: 600; filter: brightness(0) invert(1); margin: 0 0 15px; padding-left: 60px; }

.glace { background: url("../images/cibes_gray.svg") no-repeat 0% bottom; clear: both; overflow: hidden; padding: 125px 0 50px; width: 100%; }
.glace h1 { font-size: 80px; }
.glace h1 img { max-width: 34px; vertical-align: text-top; }
.glace a.back { color: var(--navi-blue); display: inline-block; font-size: 15px; margin-bottom: 48px; text-transform: capitalize; }
.glace .offcanvas { display: block; }
.glace .offcanvas-backdrop { background-color: rgb(24, 27, 53); }
.glace .offcanvas-backdrop.show { opacity: .8; }
.glace .offcanvas-title { line-height: 40px; }
.glace .offcanvas-body p { font-size: 14px; font-weight: 400; line-height: 24px; }

.photo { position: relative; }
.photo a { align-items: center; background: url("../images/arw_up.png") no-repeat right center rgba(255, 255, 255, 0.5); bottom: 0; color: var(--bs-white); display: grid; height: 97px; overflow: hidden; padding: 10px 20px; position: absolute; right: 0; text-transform: uppercase; width: 97px; z-index: 1; transition: all ease-in-out 0.5s; }
.photo a:hover { max-width: 557px; width: 100%; transition: all ease-in-out 0.5s; }
.photo a span { display: none; font-family: "Mulish", sans-serif; font-size: 25px; font-weight: 800; opacity: 0; transition: all ease-in-out 500s; }
.photo a:hover span { display: block; opacity: 1; text-indent: 0; width: 500px; transition: all ease-in-out 500s; }

.de-la { clear: both; padding: 7% 0; width: 100%; }
.avantages { background: url("../images/prt_bg.webp") no-repeat 0% 0% / cover; padding: 0 12px; width: 100%; }
.avantages .col { align-items: center; border-bottom: 2px solid var(--bs-white); border-right: 2px solid var(--bs-white); display: flex; flex-direction: column; height: 325px; justify-content: center; padding: 0; position: relative; text-align: center; }
.avantages .col:nth-child(3n+3) { border-right: inherit; }
.avantages h3 { color: var(--bs-white); margin-bottom: 10px; }
.avantages p { display: none; font-size: 15px; opacity: 0; margin: 0 auto; max-width: 300px; transition: all ease-in-out 0.5s; }
.avantages .col p { display: none; opacity: 1; transition: all ease-in-out 0.5s; }
.avantages .col:hover h3 { color: var(--navi-blue); }
.avantages .col:hover p { display: block; font-size: 15px; opacity: 1; padding: 0 8px; transition: all ease-in-out 0.5s; }
.avantages .col:hover img { display: none; opacity: 0; transition: all ease-in-out 0.5s; }

.notre { clear: both; padding: 7% 0; width: 100%; }
.notre h4 { color: var(--blue); font: 700 25px var(--primary-font); margin-top: 50px; max-width: 460px; position: absolute; text-transform: uppercase; z-index: 1; }

.ideal-pour { clear: both; padding: 7% 0; width: 100%; }
.ideal-pour .card { background: url(../images/penguin_bg.png) no-repeat center bottom / 45% var(--bs-white); border: inherit; border-radius: inherit; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); display: flex; height: 300px; justify-content: end; margin-bottom: 40px; padding: 1.5rem; width: 100%; }
.ideal-pour .col:nth-child(4n+2) .card { margin-top: -35px; transform: rotate(4deg); }
.ideal-pour .col:nth-child(4n+4) .card { margin-top: -35px; transform: rotate(-5deg); }
.ideal-pour .col:nth-child(4n+2) .card h4, .ideal-pour .col:nth-child(4n+2) .card p { transform: rotate(-4deg); }
.ideal-pour .col:nth-child(4n+2) .card p { margin-left: 5px; }
.ideal-pour .col:nth-child(4n+4) .card h4, .ideal-pour .col:nth-child(4n+4) .card p { transform: rotate(5deg); }
.ideal-pour .col:nth-child(4n+4) .card h4 { margin-left: 5px; }
.ideal-pour h4 { font-size: 24px; margin-top: 28%; }
.ideal-pour  p { font-size: 17px; font-weight: 400; }

.rapide { clear: both; padding: 7% 0; width: 100%; }
.rapide h2 { margin-top: 35px; }
.rapide img { width: 100%; }

.product-page-hero { background: url("../images/cibes_gray.svg") no-repeat 0% bottom; clear: both; overflow: hidden; padding: 125px 0 70px; position: relative; width: 100%; }
.product-page-hero > .container { position: relative; z-index: 1; }
.product-hero-decoration { bottom: 72px; left: 0; pointer-events: none; position: absolute; width: 164px; }
.product-page-hero h1 { font-size: 80px; margin-bottom: 10px; }
.product-page-hero h1.is-long-title { font-size: 64px; line-height: 1.02; }
.product-page-hero h1 img { max-width: 34px; vertical-align: text-top; }
.product-page-hero a.back { color: var(--navi-blue); display: inline-block; font-size: 15px; margin-bottom: 48px; text-transform: capitalize; }
.product-page-hero p { margin-bottom: 22px; }
.product-template strong { font-weight: 700; }
.product-page-hero .col-lg-6 > p,
.product-page-hero .collapse p,
.product-difference p,
.product-delivery p { font-weight: 400; }
.product-page-hero .offcanvas.offcanvas-end { display: flex; flex-direction: column; }
.product-page-hero .offcanvas-backdrop { background-color: rgb(24, 27, 53); }
.product-page-hero .offcanvas-backdrop.show { opacity: .8; }
.product-page-hero .offcanvas-title { line-height: 40px; }
.product-page-hero .offcanvas-body { min-height: 0; }
.product-page-hero .offcanvas-body p { font-size: 14px; font-weight: 400; line-height: 24px; margin-bottom: 12px; }
.product-hero-subtitle { color: var(--blue); font: 700 24px/1.2 var(--primary-font); letter-spacing: 2px; margin: 0 0 35px; text-transform: uppercase; }
.product-hero-statement { color: var(--navi-blue); font: 700 14px/1.3 var(--primary-font); letter-spacing: 1.4px; margin: 30px 0 0; max-width: 690px; text-transform: uppercase; }
.product-hero-statement span { display: block; }
.product-more { display: block; margin: -8px 0 18px; }
.product-safety-notice { background: #f4f5fb; border-left: 4px solid var(--blue); margin: 28px 0; padding: 22px 24px; }
.product-safety-notice h2 { font: 400 25px/1.15 var(--secondary-font); margin-bottom: 14px; }
.product-safety-notice p, .product-safety-notice li { font-size: 15px; line-height: 1.45; }
.product-safety-notice ul { margin: 0; padding-left: 20px; }
.product-safety-notice li + li { margin-top: 8px; }
.product-hero-media { background-color: var(--light-gray); min-height: 590px; overflow: hidden; position: relative; width: 100%; }
.product-hero-media picture, .product-hero-media img { display: block; height: 100%; width: 100%; }
.product-hero-media img { min-height: 590px; object-fit: cover; }
.product-hero-media.is-illustration { align-items: center; background: linear-gradient(145deg, #f0f1f7 0%, #dfe9ee 100%); display: flex; justify-content: center; padding: 14%; }
.product-hero-media.is-illustration picture { align-items: center; display: flex; justify-content: center; }
.product-hero-media.is-illustration img { filter: drop-shadow(0 24px 26px rgba(24, 27, 53, .13)); height: auto; min-height: 0; object-fit: contain; }
.product-tech-trigger { align-items: center; background: url("../images/arw_up.png") no-repeat right center rgba(255, 255, 255, 0.5); bottom: 0; color: var(--bs-white); display: grid; height: 97px; overflow: hidden; padding: 10px 20px; position: absolute; right: 0; text-transform: uppercase; width: 97px; z-index: 1; transition: all ease-in-out 0.5s; }
.product-tech-trigger:hover, .product-tech-trigger:focus-visible { max-width: 557px; width: 100%; transition: all ease-in-out 0.5s; }
.product-tech-trigger span { display: none; font-family: "Mulish", sans-serif; font-size: 25px; font-weight: 800; opacity: 0; transition: all ease-in-out 0.5s; }
.product-tech-trigger:hover span, .product-tech-trigger:focus-visible span { display: block; opacity: 1; width: 500px; transition: all ease-in-out 0.5s; }
.product-advantages-grid { background: var(--product-advantages-bg) no-repeat 0% 0% / cover; padding: 0 12px; width: 100%; }
.product-advantages-grid .col { --advantage-title-scale: .82; --advantage-title-shift: -78px; align-items: center; border-bottom: 2px solid var(--bs-white); border-right: 2px solid var(--bs-white); display: flex; flex-direction: column; height: 325px; justify-content: center; overflow: hidden; padding: 24px; position: relative; text-align: center; }
.product-advantages-grid .col:nth-child(3n+3) { border-right: inherit; }
.product-advantages-grid h3 { color: var(--bs-white); margin: 0; max-width: 340px; transform-origin: center; transition: transform 520ms cubic-bezier(.16, 1, .3, 1); }
.product-advantages-grid .col:nth-child(2) h3, .product-advantages-grid .col:nth-child(2) p { color: var(--bs-white); }
.product-advantages-grid p { color: var(--bs-white); display: block; font-size: 14px; left: 24px; line-height: 1.4; margin: 0; max-width: none; opacity: 0; padding: 0 8px; position: absolute; right: 24px; top: 44%; transform: translate3d(0, 18px, 0); transition: opacity 340ms ease, transform 560ms cubic-bezier(.16, 1, .3, 1), visibility 0s linear 560ms; visibility: hidden; }
.product-advantages-grid .col.has-description { cursor: default; }
.product-advantages-grid .col.has-description:hover h3, .product-advantages-grid .col.has-description:focus h3, .product-advantages-grid .col.has-description:focus-visible h3 { color: var(--bs-white); transform: translate3d(0, var(--advantage-title-shift), 0) scale(var(--advantage-title-scale)); }
.product-advantages-grid .col:hover p, .product-advantages-grid .col:focus p, .product-advantages-grid .col:focus-visible p { opacity: 1; transform: translate3d(0, 0, 0); transition-delay: 80ms, 60ms, 0s; visibility: visible; }
.product-advantages-grid .col:focus-visible { outline: 3px solid var(--bs-white); outline-offset: -6px; }
.product-advantages-grid.is-light h3, .product-advantages-grid.is-light p, .product-advantages-grid.is-light .col:nth-child(2) h3, .product-advantages-grid.is-light .col:nth-child(2) p { color: var(--bs-white); }
.product-advantages-grid.is-light .col:hover h3, .product-advantages-grid.is-light .col:focus h3, .product-advantages-grid.is-light .col:focus-visible h3 { color: var(--bs-white); }
.product-difference { clear: both; padding: 7% 0; width: 100%; }
.product-difference h4 { color: var(--blue); font: 700 25px var(--primary-font); margin-top: 50px; text-transform: uppercase; }
.product-difference-actions { align-items: center; display: flex; gap: 55px; margin-top: 50px; }
.product-difference-actions .btn { flex: 0 0 auto; margin-top: 0; }
.product-difference-more { display: block; margin: 22px 0 0; }
.product-difference-more-content p:first-child { margin-top: 22px; }
.product-detail-image { display: block; margin-top: 45px; text-align: right; }
.product-detail-image img { max-height: 610px; object-fit: contain; width: 100%; }
.product-detail-image.is-dark { background: var(--bs-black); height: 572px; overflow: hidden; position: relative; width: 100%; }
.product-detail-image.is-dark img { bottom: 62px; height: auto; max-height: none; max-width: 300px; object-fit: contain; position: absolute; right: 62px; width: 54%; }
.product-detail-brandmark { align-items: center; background: var(--bs-black); display: flex; flex: 0 0 112px; height: 112px; justify-content: center; margin: 0; overflow: hidden; padding: 20px; text-align: center; transform: rotate(8deg); width: 112px; }
.product-detail-brandmark img { height: 100%; max-height: none; object-fit: contain; width: 100%; }
.product-template--glace-carbonique .product-detail-brandmark { background: transparent; flex-basis: 138px; height: 138px; padding: 0; transform: none; width: 138px; }
.product-difference-emphasis-below { max-width: none; width: 100%; }
.product-bullet-list { list-style: none; margin: 30px 0; padding: 0; }
.product-bullet-list li { background: url("../images/bullet.svg") no-repeat left 7px / 24px; font-size: 22px; font-weight: 600; margin-bottom: 15px; padding-left: 55px; text-transform: uppercase; }
.product-delivery .product-bullet-list li { font-size: 20px; font-weight: 400; text-transform: none; }
.product-ideal .card { min-height: 330px; }
.product-delivery { clear: both; padding: 7% 0; width: 100%; }
.product-delivery h2 { margin-bottom: 35px; }
.product-delivery-visual { align-items: center; background: var(--navi-blue); display: flex; justify-content: center; min-height: 340px; overflow: hidden; padding: 45px; width: 100%; }
.product-delivery-stamp { transform: rotate(-7deg); width: 367px; }
.product-delivery-visual.has-photo { background: transparent; display: block; min-height: 0; overflow: hidden; padding: 0; position: relative; }
.product-delivery-photo { display: block; height: auto; width: 100%; }
.product-delivery-visual.has-photo .product-delivery-stamp { left: 52px; position: absolute; top: 40px; }
.product-safety-notice--technical { margin-top: 35px; }
.product-faq { padding-top: 0; }
.product-faq .vos p { font-weight: 600; }
.product-faq .accordion-button { font-weight: 600; }
.product-faq .accordion-body p { font-weight: 500; }
.product-template .subhead :is(h3, h4) { margin-left: 0; }
.product-template .subhead :is(h3, h4)::after { width: 100%; }
.product-template a:focus-visible, .product-template button:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.product-difference-anchor { scroll-margin-top: 110px; }

/* Pages produit Figma — assets et géométries desktop */
:is(.product-template--glacons-cube, .product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-page-hero { background: none; padding-top: 155px; }
:is(.product-template--glacons-cube, .product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) main { overflow-x: clip; }
:is(.product-template--glacons-cube, .product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) main > .container,
:is(.product-template--glacons-cube, .product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-page-hero > .container { max-width: 1290px; }
.product-template--glacons-cube .product-hero-media,
.product-template--glacons-cube .product-hero-media picture,
.product-template--glacons-cube .product-hero-media img { height: 607px; min-height: 607px; }
.product-template--glacons-cube .product-hero-media { background: #050607; }
.product-template--glacons-cube .product-hero-media img { min-height: 0; object-fit: cover; object-position: 50% 50%; }
.product-template--glacons-cube .product-detail-image.is-dark { background: transparent; }
.product-template--glacons-cube .product-delivery p,
.product-template--glacons-cube .product-delivery .product-bullet-list li { font-weight: 700; }
.product-template--clear-ice .product-hero-subtitle { color: var(--navi-blue); font: 400 32px/1.2 var(--secondary-font); letter-spacing: 0; text-align: right; text-transform: none; }
.product-template--glace-pilee .product-difference h4 { font-weight: 400; }
.product-template--glace-pilee .product-difference h4 em { font-style: italic; font-weight: inherit; }

@media only screen and (min-width: 1280px) {
	:is(.product-template--glace-pilee, .product-template--clear-ice) .product-page-hero .row { column-gap: 150px; display: grid; grid-template-columns: 604px 608px; margin: 0; }
	.product-template--glace-carbonique .product-page-hero .row { column-gap: 50px; display: grid; grid-template-columns: 767px 548px; margin: 0; }
	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-page-hero .row > [class*="col-"] { padding: 0; width: auto; }
	:is(.product-template--glace-pilee, .product-template--clear-ice) .product-hero-media,
	:is(.product-template--glace-pilee, .product-template--clear-ice) .product-hero-media picture,
	:is(.product-template--glace-pilee, .product-template--clear-ice) .product-hero-media img { height: 607px; min-height: 607px; width: 608px; }
	.product-template--glace-carbonique .product-hero-media,
	.product-template--glace-carbonique .product-hero-media picture,
	.product-template--glace-carbonique .product-hero-media img { height: 607px; min-height: 607px; width: 548px; }
	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-hero-media img { object-fit: cover; }
	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-page-hero h1 { white-space: nowrap; width: 850px; }
	:is(.product-template--clear-ice, .product-template--glace-carbonique) .product-hero-statement { font-size: 17px; letter-spacing: 2.5px; line-height: 21px; margin: 36px 0 0; max-width: none; position: static; }
	:is(.product-template--clear-ice, .product-template--glace-carbonique) .product-hero-statement span { white-space: nowrap; }
	.product-template--clear-ice .product-hero-subtitle { max-width: none; width: 678px; }
	.product-template--clear-ice .product-hero-decoration { bottom: 25px; left: 27px; width: 197px; }
	.product-template--glace-pilee .product-hero-decoration { bottom: 45px; left: 0; width: 181px; }
	.product-template--glace-carbonique .product-hero-decoration { bottom: 45px; left: 0; width: 213px; }

	.product-template--glacons-cube .product-hero-media img { object-position: 75% 100%; transform: scale(1.5); transform-origin: 70% 23%; }
	.product-template--glacons-cube .product-hero-statement { font-size: 17px; letter-spacing: 2.5px; line-height: 21px; margin: 36px 0 0; max-width: none; position: static; }
	.product-template--glacons-cube .product-hero-statement span { white-space: nowrap; }
	.product-template--glacons-cube .product-page-hero h1 { white-space: nowrap; width: 720px; }
	.product-template--glacons-cube .product-page-hero .row { column-gap: 150px; display: grid; grid-template-columns: 604px 608px; margin: 0; }
	.product-template--glacons-cube .product-page-hero .row > [class*="col-"] { padding: 0; width: auto; }
	.product-template--glacons-cube .product-difference > .row { align-items: start !important; column-gap: 70px; display: grid; grid-template-columns: 425px minmax(0, 1fr); margin-left: 0; margin-right: 0; }
	.product-template--glacons-cube .product-difference > .row > [class*="col-"] { padding: 0; width: auto; }
	.product-template--glacons-cube .product-difference > .row > .col-lg-5 { padding-top: 4px; }
	.product-template--glacons-cube .product-difference h2 { line-height: 50px; }
	.product-template--glacons-cube .product-difference h2 > span,
	.product-template--glacons-cube .product-difference h4 > span { display: block; }
	.product-template--glacons-cube .product-difference h4 { text-transform: none; }
	.product-template--glacons-cube .product-difference .col-lg-7 > p { font-weight: 400; line-height: 24.38px; margin-bottom: 24.38px; }
	.product-template--glacons-cube .product-difference .col-lg-7 > p:last-of-type { margin-bottom: 0; }
	.product-template--glacons-cube .product-detail-image.is-dark { height: 642px; margin-left: auto; margin-right: calc((1290px - 100vw) / 2 - 28px); margin-top: -57px; width: 572px; }
	.product-template--glacons-cube .product-detail-image.is-dark img { bottom: auto; left: 108px; max-width: none; right: auto; top: 116px; transform: none; width: 376px; }
	.product-template--glacons-cube .product-delivery > .row { column-gap: 98px; display: grid; grid-template-columns: 565px 704px; margin-left: 0; margin-right: 0; }
	.product-template--glacons-cube .product-delivery > .row > [class*="col-"] { padding: 0; width: auto; }
	:is(.product-template--glacons-cube, .product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-delivery > .row > .subhead { grid-column: 1 / -1; }
	.product-template--glacons-cube .product-delivery-visual.has-photo { width: 704px; }

	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-difference h2 > span { display: block; }

	.product-template--glace-pilee .product-difference > .row { align-items: start !important; column-gap: 70px; display: grid; grid-template-columns: 425px minmax(0, 1fr); margin-left: 0; margin-right: 0; }
	.product-template--glace-pilee .product-difference > .row > [class*="col-"] { padding: 0; width: auto; }
	.product-template--glace-pilee .product-difference h2 { line-height: 50px; }
	.product-template--glace-pilee .product-difference .col-lg-7 > p { line-height: 24.38px; margin-bottom: 24px; }
	.product-template--glace-pilee .product-detail-image { height: 450px; margin-left: auto; margin-top: 42px; width: 410px; }
	.product-template--glace-pilee .product-detail-image img { height: 100%; max-height: none; object-fit: contain; width: 100%; }
	.product-template--glace-pilee .product-difference h4 { letter-spacing: 2px; line-height: 1.15; max-width: 425px; }

	.product-template--clear-ice .product-difference > .row { align-items: start !important; column-gap: 67px; display: grid; grid-template-columns: 390px 833px; margin-left: 0; margin-right: 0; }
	.product-template--clear-ice .product-difference > .row > [class*="col-"] { padding: 0; width: auto; }
	.product-template--clear-ice .product-difference h2 { line-height: 50px; }
	.product-template--clear-ice .product-difference > .row > .col-lg-7 { min-height: 549px; padding-left: 340.5px; position: relative; }
	.product-template--clear-ice .product-difference .col-lg-7 > p { line-height: 24.38px; margin: 0 0 24.38px; }
	.product-template--clear-ice .product-difference .col-lg-7 > p:last-of-type { margin-bottom: 0; }
	.product-template--clear-ice .product-detail-image { height: 611px; left: 0; margin: 0; position: absolute; top: -62px; width: 313.5px; }
	.product-template--clear-ice .product-detail-image img { height: 100%; max-height: none; object-fit: contain; width: 100%; }
	.product-template--clear-ice .product-difference .product-bullet-list { margin-top: 60px; }

	.product-template--glace-carbonique .product-difference > .row { align-items: start !important; column-gap: 90px; display: grid; grid-template-columns: 409px 791px; margin-left: 0; margin-right: 0; }
	.product-template--glace-carbonique .product-difference > .row > [class*="col-"] { padding: 0; width: auto; }
	.product-template--glace-carbonique .product-difference h2 { line-height: 50px; }
	.product-template--glace-carbonique .product-difference-actions { justify-content: space-between; max-width: 390px; }
	.product-template--glace-carbonique .product-difference .col-lg-7 > p { line-height: 24.38px; margin-bottom: 24.38px; max-width: 791px; }
	.product-template--glace-carbonique .product-difference .col-lg-7 > p:last-of-type { margin-bottom: 0; }
	.product-template--glace-carbonique .product-difference-emphasis-below { font-size: 25px; letter-spacing: 2.6px; line-height: 1.35; margin-top: 58px; text-transform: none; }

	:is(.product-template--glacons-cube, .product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-ideal .card { min-height: 300px; }
	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-delivery > .row { column-gap: 96px; display: grid; grid-template-columns: 565px 704px; margin-left: 0; margin-right: 0; }
	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-delivery > .row > [class*="col-"] { padding: 0; width: auto; }
	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-delivery-visual.has-photo { height: 544px; width: 704px; }
	:is(.product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-delivery-photo { height: 100%; object-fit: cover; width: 100%; }
	:is(.product-template--glacons-cube, .product-template--glace-pilee, .product-template--clear-ice, .product-template--glace-carbonique) .product-delivery-stamp { transform: none; width: 367px; }
	.product-template--glace-pilee .product-delivery-visual.has-photo .product-delivery-stamp { bottom: 51px; left: 50px; top: auto; }
	.product-template--clear-ice .product-delivery-visual.has-photo .product-delivery-stamp { bottom: 51px; left: 68px; top: auto; }
	.product-template--glace-carbonique .product-delivery-visual.has-photo .product-delivery-stamp { bottom: 55px; left: auto; right: 40px; top: auto; }
}

@media only screen and (max-width: 767px) {
	.product-page-hero { padding: 105px 0 45px; }
	.product-page-hero h1 { font-size: 48px; }
	.product-page-hero h1.is-long-title { font-size: 39px; }
	.product-page-hero h1 img { max-width: 24px; }
	.product-page-hero a.back { margin-bottom: 32px; }
	.product-hero-decoration { bottom: 55px; width: 112px; }
	.product-hero-subtitle { font-size: 18px; letter-spacing: 1.3px; margin-bottom: 25px; }
	.product-hero-media { min-height: 380px; }
	.product-hero-media img { min-height: 380px; }
	.product-tech-trigger span { font-size: 16px; }
	.product-advantages-grid { background: #78a8ba; }
	.product-advantages-grid .col { --advantage-title-scale: .88; --advantage-title-shift: -60px; border-right: 0; flex-basis: 100%; height: 280px; max-width: 100%; }
	.product-advantages-grid .col:nth-child(3n+3) { border-right: 0; }
	.product-advantages-grid h3 { font-size: 20px; padding: 0 10px; }
	.product-advantages-grid p { font-size: 13px; left: 18px; right: 18px; top: 40%; }
	.product-advantages-grid .col.has-description:hover h3, .product-advantages-grid .col.has-description:focus h3, .product-advantages-grid .col.has-description:focus-visible h3 { transform: translate3d(0, var(--advantage-title-shift), 0) scale(var(--advantage-title-scale)); }
	.product-difference h4 { margin-bottom: 25px; position: relative; }
	.product-bullet-list li { background-size: 17px; font-size: 17px; padding-left: 35px; }
	.product-detail-image { text-align: center; }
	.product-detail-image img { max-height: 480px; }
	.product-detail-image.is-dark { height: 430px; }
	.product-detail-image.is-dark img { bottom: 45px; max-width: 245px; right: 50%; transform: translateX(50%); width: 68%; }
	.product-detail-brandmark { flex-basis: 88px; height: 88px; padding: 16px; width: 88px; }
	.product-ideal .col { flex-basis: auto; max-width: 100%; }
	.product-ideal .card { margin: 0 auto 30px; max-width: 300px; min-height: 260px; }
	.product-delivery-visual { min-height: 220px; padding: 35px 25px; }
	.product-delivery-stamp { width: 285px; }
	.product-delivery-visual.has-photo { min-height: 0; padding: 0; }
	.product-delivery-visual.has-photo .product-delivery-stamp { left: 7%; top: 7%; width: 54%; }
	.product-template--glacons-cube .product-page-hero { padding-top: 115px; }
	.product-template--glacons-cube .product-hero-media,
	.product-template--glacons-cube .product-hero-media picture,
	.product-template--glacons-cube .product-hero-media img { height: 380px; min-height: 380px; }
	.product-template--glace-pilee .product-advantages-grid { background: var(--product-advantages-bg) no-repeat 50% 50% / cover; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-page-hero h1 { font-size: 52px; }
	.product-page-hero h1.is-long-title { font-size: 46px; }
	.product-hero-subtitle { font-size: 20px; }
	.product-hero-media { min-height: 470px; }
	.product-hero-media img { min-height: 470px; }
	.product-template--glacons-cube .product-hero-media,
	.product-template--glacons-cube .product-hero-media picture,
	.product-template--glacons-cube .product-hero-media img { height: 470px; min-height: 470px; }
	.product-advantages-grid .col { height: 280px; }
	.product-advantages-grid h3 { font-size: 22px; }
	.product-ideal .col { flex-basis: auto; max-width: 50%; }
	.product-ideal .card { min-height: 280px; }
	.product-bullet-list li { background-size: 20px; font-size: 17px; padding-left: 45px; }
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
	.product-template--glacons-cube .product-difference > .row { align-items: flex-start !important; }
	.product-page-hero h1 { font-size: 62px; }
	.product-page-hero p { font-size: 17px; }
	.product-hero-media { min-height: 520px; }
	.product-hero-media img { min-height: 520px; }
	.product-template--glacons-cube .product-hero-media,
	.product-template--glacons-cube .product-hero-media picture,
	.product-template--glacons-cube .product-hero-media img { height: 520px; min-height: 520px; }
	.product-ideal .card { min-height: 280px; }
	.product-ideal h4 { font-size: 16px; margin-top: 15%; }
	.product-ideal p { font-size: 14px; }
	.product-bullet-list li { background-size: 20px; font-size: 18px; padding-left: 40px; }
}


/* -------------------
    Media Query
--------------------------- */

@media only screen and (max-width: 767px) {
	h1 { font-size: 42px; }
	h2 { font-size: 35px; }
	H3 { font-size: 30px; }
	p, li { font-size: 17px; }
	.col { flex-basis: auto; }
	.navbar-toggler { border: inherit; filter: brightness(0) invert(1); left: 15px; padding: 0; position: absolute; width: 40px; }
	.navbar-toggler-icon { background-image: url("../images/toggle.svg"); }
	.offcanvas-header img, .navbar:hover .navbar-toggler, .white .navbar-toggler, .witenav .navbar-toggler { filter: inherit; }
	.navbar .container { justify-content: center; margin-top: 0; }
	.navbar-brand { margin: 0; position: relative; max-width: 200px; }
	.offcanvas { border: inherit !important; display: block; }
	.offcanvas-body .nav-link { color: var(--blue); }
	.chat { right: 25px; }
	.banner-hero img.hero { object-fit: cover; }
	.banner-hero .les { margin: 0 auto; padding: 50% 0; max-width: 335px; }
	.banner-hero h1 { font-size: 16px; letter-spacing: 3.2px; }
	.banner-hero p { font-size: 15px; }
	.excel { background-size: 30px; font-size: 20px; padding: 0 0 0 40px; }
	.excel h2 { font-size: 28px; }
	.excel img { width: 18px }
	.excel .btn { float: right; margin-top: 15px; }
	.animated-text-strip { padding: 15px 0; }
	.animated-text-strip .marquee { font-size: 25px; }
	.product .col { flex-basis: auto; max-width: 50%; }
	.product .col:nth-child(3n) { border-right: 2px solid var(--bs-white); }
	.product h3 { font-size: 16px; padding: 10px 0; }
	.product figure { height: 195px; }
	.product figure img { width: 75px; }
	.product .angle { bottom: 70px; width: 25px; }
	.subhead :is(h3, h4) { margin-left: 12px; }
	.subhead :is(h3, h4)::after { width: 100%; }
	.subhead :is(h3, h4) span { font-size: 14px; letter-spacing: 2.1px; padding: 15px 25px }
	.nos-glacon { padding-bottom: 50px; }
	.nos-glacon ul li { background-size: 17px; font-size: 14px; margin-bottom: 25px; padding-left: 35px; }
	.solution picture { display: block; margin: 50px 0; }
	.le-froid p span { font-size: 27px; }
	.le-froid, .contactez { padding: 50px 0; }
	.contactez h3, .faites h2 { font-size: 23px; margin-top: 0; }
	.contactez img { margin: 40px 0; width: 144px }
	.contactez p, .contactez ul li, .faq .accordion-button, .faites p { font-size: 20px; }
	.contactez ul li { background-size: 17px; font-weight: 500; margin-left: 0; padding-left: 35px; }
	.follow { padding-top: 60px; }
	.follow .insta .native-carousel-nav { justify-content: center; margin: 18px 0 0; }
	.follow .insta .native-carousel-button { height: 44px; width: 44px; }
	.follow .subhead :is(h3, h4) em { display: none; }
	.faq { padding: 0 0 40px; }
	.faq .vos p { letter-spacing: 1.7px; margin: -5px 0; text-align: left; }
	.faq .vos p br { display: none; }
	.faq .accordion-button::after { margin-left: 15px; }
	.faq .accordion-body p { font-size: 15px; width: 85%; }
	footer { margin: 0 auto; padding-left: 22px; padding-right: 22px; max-width: 345px; }
	footer p { letter-spacing: 2.55px; }
	footer ul { margin-top: 20px; }
	.banner h1 { font-size: 48px; }
	.banner h3 { font-size: 18px; letter-spacing: 2px; }
	.banner h3 br { display: none; }
	.banner p { font-size: 14px; }
	.format .card.first, .format .card.last { transform: inherit; }
	.format .card img { width: 75px; }
	.format .card img.format-bag-image { bottom: 18px; height: 315px; right: 4px; width: auto; }
	.format .card img.format-bag-image--7kg { bottom: 18px; height: 300px; right: 0; }
	.format .card > .row > .col:first-child { position: relative; z-index: 1; }
	.format .card > .row > .col:first-child > p { max-width: 45%; }
	.format .card p { font-size: 27px; }
	.format-summary { margin-top: 36px; }
	.sack-content-accordion { margin: 55px 0 20px; }
	.sack-content-row { padding: 24px 0; }
	.sack-content-heading { gap: 18px; }
	.sack-content-heading h2 { font-size: 27px; }
	.sack-content-body p, .sack-content-body li { font-size: 16px; }
	.format .card .overlay { overflow-y: scroll; }
	.format .card .overlay p { font-size: 15px; }
	.pourquoi ul li, .optimisez ul li { background-size: 20px; font-size: 17px; padding-left: 45px; }
	.combien .box h4 { font-size: 17px; }
	.combien .box p { font-size: 14px; }
	.cyan, .navi, .indigo { background-size: contain; padding: 10px 40px 10px; max-width: 360px; }
	.cyan { height: 143px; }
	.navi { height: 143px; }
	.indigo { height: 174px; margin: 0; }
	.optimisez .ps-5 { padding-left: 0 !important; }
	.caption { margin-top: 25%; position: relative; right: inherit; }
	.gx-5 { --bs-gutter-x: 1rem; }
	.livraison .col { border-left: inherit; border-right: inherit; }
	.livraison .col .overlay p { font-size: 13px; }
	.livraison h3 { font-size: 38px; }
	.zone-de .col:nth-child(4n+3) .card, .zone-de .col:nth-child(4n+1) .card { margin-top: inherit; }
	.express ul li {  background-size: 17px; font-size: 17px; padding-left: 35px; }
	.faites { padding: 50px 0 }
	.faites ul li { background-size: 17px; font-size: 17px; padding-left: 35px; }
	.glace h1 { font-size: 52px; }
	.photo a span { font-size: 16px; }
	.notre h4 { margin-bottom: 25px; position: relative; }
	.avantages h3 { font-size: 22px;  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 { font-size: 42px; }
	h2 { font-size: 35px; }
	H3 { font-size: 30px; }
	p, li { font-size: 17px; }
	.navbar-toggler { border: inherit; filter: brightness(0) invert(1); left: 15px; padding: 0; position: absolute; width: 40px; }
	.navbar-toggler-icon { background-image: url("../images/toggle.svg"); }
	.offcanvas-header img, .navbar:hover .navbar-toggler, .white .navbar-toggler, .witenav .navbar-toggler { filter: inherit; }
	.navbar .container { justify-content: center; margin-top: 0; }
	.navbar-brand { margin: 0; position: relative; max-width: 200px; }
	.offcanvas { border: inherit !important; display: block; }
	.offcanvas-body .nav-link { color: var(--blue); }
	.chat { right: 25px; }
	.banner-hero img.hero { height: 100%; }
	.banner-hero .les { width: 332px; }
	.banner-hero h1 { font-size: 16px; letter-spacing: 0; }
	.banner-hero p { font-size: 15px; }
	.animated-text-strip { padding: 15px 0; }
	.animated-text-strip .marquee { font-size: 25px; }
	.product h3 { font-size: 18px; padding: 10px 0; }
	.product figure { height: 215px; }
	.product figure img { width: 85px; }
	.product .angle { bottom: 70px; width: 25px; }
	.subhead :is(h3, h4)::after { width: 102%; }
	.subhead :is(h3, h4) span { font-size: 14px; letter-spacing: 2.1px; padding: 15px 25px }
	.nos-glacon ul li { background-size: 20px; font-size: 18px; margin-bottom: 25px; padding-left: 35px; }
	.contactez h3, .faites h3 { font-size: 23px; margin-top: 0; }
	.contactez img { margin: 40px 0; width: 184px }
	.contactez p, .contactez ul li, .faq .accordion-button, .faites p { font-size: 20px; }
	.contactez ul li { background-size: 17px; font-weight: 500; margin-left: 0; padding-left: 35px; }
	.faq .accordion-body p { font-size: 15px; }
	footer p { font-size: 16px }
	footer ul li { font-size: 15px; letter-spacing: 1px; }
	.banner img.hero { height: 50vh; }
	.banner h1 { font-size: 48px; margin-top: 15%; }
	.banner h3 { font-size: 18px; letter-spacing: 3px; margin-bottom: 15px; }
	.banner p { font-size: 14px; }
	.format .card p { font-size: 23px; }
	.format .card .overlay { overflow-y: scroll; }
	.format .card .overlay p { font-size: 14px; }
	.pourquoi ul li, .optimisez ul li, .express ul li { background-size: 20px; font-size: 17px; margin-bottom: 15px; padding-left: 45px; }
	.combien .box h4 { font-size: 17px; }
	.combien .box p { font-size: 14px; }
	.cyan, .navi, .indigo { background-size: contain; padding: 10px 40px 10px; max-width: 360px; }
	.cyan { height: 143px; }
	.navi { height: 143px; }
	.indigo { height: 174px; margin: 25% 0 30px; }
	.optimisez .ps-5 { padding-left: 0 !important; }
	.commandez { min-height: 510px; }
	.caption { max-width: 380px; }
	.livraison .col .overlay p { font-size: 13px; }
	.livraison h3 { font-size: 28px; }
	.zone-de .col, .ideal-pour .col { flex-basis: auto; max-width: 50%; }
	.express .colse { font-size: 15px; }
	.faites h2 { font-size: 42px; }
	.faites ul li { background-size: 16px;font-size: 18px; margin-left: 0; padding-left: 35px; }
	.faites p { font-size: 18px; }
	.glace h1 { font-size: 52px; }
	.photo a span { font-size: 16px; }
	.notre h4 { margin-bottom: 25px; position: relative; }
	.avantages .col { height: 228px }
	.avantages h3 { font-size: 22px; }
	.avantages .col:hover p { font-size: 13px; }
	.rapide p { font-size: 16px; }
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
	h1 { font-size: 52px; }
	h2 { font-size: 35px; }
	h3 { font-size: 29px; }
	p, li { font-size: 17px; }
	.navbar-expand-lg .navbar-nav .nav-link { font-size: 16px; letter-spacing: 2px; }
	.navbar-nav .btn-light { font-size: 16px; letter-spacing: 2px; }
	.navbar-nav .nav-item { margin: 0 12px 0 0; }
	.navbar-brand {  max-width: 185px; }
	.banner-hero .les { margin-top: 15%; max-width: 446px; }
	.banner-hero h1 { font-size: 20px; letter-spacing: 1px; }
	.product h3 { font-size: 24px; }
	.subhead :is(h3, h4)::after { width: 102%; }
	.contactez p { font-size: 24px; }
	.contactez ul li { background-size: 24px; font-size: 18px; margin-left: 0; padding-left: 40px; }
	footer ul li { font-size: 16px; letter-spacing: 3px; }
	.banner h1 { font-size: 80px; }
	.banner h3 { font-size: 26px; letter-spacing: 3px; }
	.banner p { font-size: 15px; }
	.format .card .overlay p { font-size: 15px; }
	.pourquoi ul li, .optimisez ul li { background-size: 24px; font-size: 18px; margin-left: 0; padding-left: 40px; }
	.indigo { margin: 15% 0 7% 5%; }
	.livraison h3 { font-size: 33px; }
	.livraison .col .overlay p { font-size: 16px; }
	.zone-de .card { background-size: 46%; height: 214px; }
	.zone-de .card:hover { background-size: 46%; }
	.zone-de .card h3 { font-size: 23px; }
	.faites h2 { font-size: 42px; }
	.faites h3 { font-size: 20px; }
	.faites p { font-size: 20px; }
	.express ul li, .faites ul li { background-size: 20px; font-size: 18px; margin-left: 0; padding-left: 40px; }
	.glace h1 { font-size: 62px; }
	.ideal-pour .card { height: 250px; }
	.ideal-pour h4 { font-size: 16px; margin-top: 15%; }
	.ideal-pour p { font-size: 14px; }
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
	.banner-hero .les { margin-top: 12%; max-width: 630px; }
	.banner-hero h1 { font-size: 28px; letter-spacing: 3px; }
	.subhead :is(h3, h4)::after { width: 102%; }
	.indigo { margin-left: 8%; }
	.ideal-pour h4 { font-size: 20px; }
	.ideal-pour p { font-size: 16px; }
}

@media (min-width: 1660px) {
	.banner-hero .les { padding-top: 31%; }
	.subhead :is(h3, h4)::after { width: 123%; }
}

@media only screen and (max-width: 767px) {
	.product-template .subhead :is(h3, h4) span { font-size: 12px; letter-spacing: 1.6px; margin-right: 78px; padding: 14px 18px; }
	.product-template .chat { bottom: 18px; right: 16px; }
	.product-template .chat img { width: 54px; }
}

/* Contact */
.contact-document { scrollbar-width: none; }
.contact-document::-webkit-scrollbar { display: none; }
.contact-page { background: var(--bs-white); }
.contact-main { display: grid; grid-template-columns: 48.2% 51.8%; min-height: 1010px; }
.contact-visual { height: 1010px; margin: 0; min-height: 1010px; overflow: hidden; }
.contact-visual img { height: 100%; max-width: none; object-fit: cover; object-position: 68.3% 50%; transform: none; width: 100%; }
.contact-panel { align-self: start; margin: 165px 40px 78px 12.65%; max-width: 523px; width: calc(100% - 40px); }
.contact-panel h1 { font: 400 45px/1 var(--secondary-font); margin: 0 0 21px; text-transform: uppercase; transform: none; transform-origin: left center; white-space: nowrap; width: 100%; }
.contact-mobile-break { display: none; }
.contact-intro { font-size: 17px; letter-spacing: 3.3px; line-height: 1.2; margin: 0 0 34px; }
.contact-form-grid { display: grid; gap: 18px 26px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form-grid label { display: block; line-height: 0; }
.contact-field-full { grid-column: 1 / -1; }
.contact-field-select { position: relative; }
.contact-select-icon { color: var(--navi-blue); font-size: 12px; line-height: 1; pointer-events: none; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); }
.contact-order-form input, .contact-order-form select, .contact-order-form textarea { appearance: none; background-color: var(--bs-white); border: 2px solid #e5e5e5; border-radius: 5px; color: var(--navi-blue); font: 500 13px/1.4 var(--primary-font); letter-spacing: 2.6px; padding: 10px 18px; width: 100%; }
.contact-order-form input, .contact-order-form select { height: 43px; }
.contact-order-form select { background: var(--bs-white); padding-right: 52px; }
.contact-order-form textarea { height: 104px; min-height: 104px; resize: vertical; }
.contact-order-form input::placeholder, .contact-order-form textarea::placeholder { color: var(--navi-blue); opacity: 1; }
.contact-consent { align-items: flex-start; display: flex; gap: 19px; margin: 21px 0 27px; }
.contact-consent input { accent-color: var(--navi-blue); appearance: auto; flex: 0 0 18px; height: 18px; margin-top: 3px; padding: 0; width: 18px; }
.contact-consent span { color: var(--navi-blue); font: 500 12px/1.25 var(--primary-font); letter-spacing: 1.8px; }
.contact-submit { background: transparent; border: 1px solid var(--navi-blue); border-radius: 999px; color: var(--navi-blue); font: 500 13px var(--primary-font); letter-spacing: 2.6px; min-height: 49px; min-width: 130px; padding: 13px 22px; text-transform: uppercase; }
.contact-submit:disabled { cursor: wait; opacity: .6; }
.contact-form-status { font-size: 13px; line-height: 1.45; margin: 18px 0 0; }
.contact-form-status.is-success { color: #166534; }
.contact-form-status.is-error { color: #a61b1b; }
.form-honeypot { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; left: -10000px; overflow: hidden; position: absolute !important; white-space: nowrap; width: 1px; }
.contact-page .contact-order-form :focus-visible, .contact-page a:focus-visible, .article-page a:focus-visible, .article-page button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.contact-page .chat { display: none; }
.contact-page footer { margin-top: 0; padding-top: 40px; }

@media only screen and (min-width: 992px) {
	.contact-page .navbar { padding: min(22px, 1.527778vw) 0; }
	.contact-page .navbar img { width: min(251.5px, 17.465278vw); }
	.contact-page .navbar-nav .nav-link, .contact-page .navbar-nav .btn-light { font-size: min(17px, 1.180556vw); letter-spacing: min(3.4px, .236111vw); }
	.contact-page .navbar-nav .btn-light { padding: min(13px, .902778vw) min(27px, 1.875vw); }
	.contact-main { min-height: max(min(1010px, 70.138889vw), 100svh); }
	.contact-visual { height: max(min(1010px, 70.138889vw), 100svh); min-height: max(min(1010px, 70.138889vw), 100svh); }
	.contact-panel { margin: min(165px, 11.458333vw) min(40px, 2.777778vw) min(78px, 5.416667vw) 12.65%; max-width: min(523px, 36.319444vw); width: min(523px, 36.319444vw); }
	.contact-panel h1 { font-size: min(45px, 3.125vw); margin-bottom: min(21px, 1.458333vw); }
	.contact-intro { font-size: min(17px, 1.180556vw); letter-spacing: min(3.3px, .229167vw); margin-bottom: min(34px, 2.361111vw); }
	.contact-form-grid { column-gap: min(26px, 1.805556vw); row-gap: min(18px, 1.25vw); }
	.contact-order-form input, .contact-order-form select, .contact-order-form textarea { border-width: min(2px, .138889vw); border-radius: min(5px, .347222vw); font-size: min(13px, .902778vw); letter-spacing: min(2.6px, .180556vw); padding: min(10px, .694444vw) min(18px, 1.25vw); }
	.contact-order-form input, .contact-order-form select { height: min(43px, 2.986111vw); }
	.contact-order-form select { padding-right: min(52px, 3.611111vw); }
	.contact-select-icon { font-size: min(12px, .833333vw); right: min(16px, 1.111111vw); }
	.contact-order-form textarea { height: min(104px, 7.222222vw); min-height: min(104px, 7.222222vw); }
	.contact-consent { gap: min(19px, 1.319444vw); margin: min(21px, 1.458333vw) 0 min(27px, 1.875vw); }
	.contact-consent input { flex-basis: min(18px, 1.25vw); height: min(18px, 1.25vw); margin-top: min(3px, .208333vw); width: min(18px, 1.25vw); }
	.contact-consent span { font-size: min(12px, .833333vw); letter-spacing: min(1.8px, .125vw); }
	.contact-submit { font-size: min(13px, .902778vw); letter-spacing: min(2.6px, .180556vw); min-height: min(49px, 3.402778vw); min-width: min(130px, 9.027778vw); padding: min(13px, .902778vw) min(22px, 1.527778vw); }
}

/* Article */
.article-page { background: var(--bs-white); overflow-x: clip; }
.article-page .container { --bs-gutter-x: 30px; }
.article-hero { background: var(--navi-blue); height: 604px; padding: 135px 0 0; }
.article-back { color: var(--bs-white); display: inline-block; font-size: 15px; margin-bottom: 30px; }
.article-back:hover { color: var(--bs-white); text-decoration: underline; }
.article-hero h1 { color: var(--bs-white); font-size: 50px; line-height: 1.2; margin: 0; max-width: 1290px; }
.article-hero-media { margin-top: -262px; position: relative; z-index: 2; }
.article-hero-media img { border-radius: 15px; box-shadow: 0 3px 6px rgba(0, 0, 0, .07); display: block; height: 424px; object-fit: cover; width: 100%; }
.article-content { padding-top: 65px; }
.article-layout { display: grid; gap: 110px; grid-template-columns: 332px minmax(0, 1fr); }
.article-sidebar { align-self: start; position: sticky; top: 105px; }
.article-summary { border-left: 2px solid #e5e5e5; padding-left: 20px; }
.article-summary h2 { font: 700 20px var(--primary-font); letter-spacing: 2px; margin-bottom: 22px; text-transform: uppercase; }
.article-summary ol { list-style: none; margin: 0; padding: 0; }
.article-summary li { font-size: 17px; letter-spacing: .85px; line-height: 1; margin-bottom: 32px; }
.article-summary li:last-child { margin-bottom: 0; }
.article-summary a { color: var(--navi-blue); }
.article-summary a:hover { color: var(--blue); }
.article-order-card { align-items: center; background: var(--navi-blue); display: flex; flex-direction: column; justify-content: center; margin-top: 60px; min-height: 268px; padding: 32px; text-align: center; }
.article-order-card h2 { color: var(--bs-white); font: 400 30px/1.15 var(--secondary-font); margin-bottom: 28px; }
.article-order-card .btn-light { border: 0; border-radius: 999px; color: var(--navi-blue); font-size: 13px; letter-spacing: 2px; min-width: 130px; text-transform: uppercase; }
.article-copy { min-width: 0; }
.article-copy p, .article-copy li { font-size: 17px; line-height: 1.5; }
.article-copy .article-lead { font-size: 20px; line-height: 1.55; margin-bottom: 62px; }
.article-copy h2 { color: var(--blue); font-size: 30px; line-height: 1.2; margin: 82px 0 30px; scroll-margin-top: 105px; }
.article-copy .article-lead + h2 { margin-top: 0; }
.article-copy h3 { color: var(--blue); font-size: 23px; line-height: 1.25; margin: 28px 0 12px; }
.article-copy ul { padding-left: 23px; }
.article-copy li { margin-bottom: 10px; }
.article-inline-media { margin: 58px 0 70px; overflow: hidden; }
.article-inline-media img { aspect-ratio: 16 / 10; display: block; height: auto; object-fit: cover; transition: transform 720ms cubic-bezier(.16, 1, .3, 1); width: 100%; }
.article-inline-media--portrait { margin-left: auto; max-width: 680px; }
.article-inline-media--portrait img { aspect-ratio: 4 / 5; }
.article-inline-media:hover img { transform: scale(1.018); }
.article-final-cta { margin-bottom: 64px; }
.article-final-cta .subhead :is(h3, h4) { margin: 0 0 94px; }
.article-final-cta .subhead :is(h3, h4)::after { width: 100%; }
.article-faq { padding-bottom: 85px; scroll-margin-top: 105px; }
.article-faq > h2 { font-size: 35px; margin-bottom: 45px; }
.article-faq .accordion-item { border: 0; border-bottom: 1px solid var(--navi-blue); }
.article-faq .accordion-button { background: transparent; box-shadow: none; color: var(--navi-blue); font: 400 25px/1.2 var(--secondary-font); padding: 21px 0; text-transform: uppercase; }
.article-faq .accordion-button::after { background-image: url("../images/plus.svg"); }
.article-faq .accordion-button:not(.collapsed)::after { background-image: url("../images/minus.svg"); }
.article-faq .accordion-body { padding: 0 0 24px; }
.article-faq .accordion-body p { font-size: 16px; margin: 0; max-width: 1180px; }
.article-page footer { margin-top: 0; min-height: 217px; }

@media only screen and (max-width: 991px) {
	.contact-main { display: block; min-height: 0; padding: 125px 27px 180px; }
	.contact-visual { display: none; }
	.contact-panel { margin: 0 auto; max-width: 680px; width: 100%; }
	.article-hero { height: auto; padding: 120px 0 185px; }
	.article-hero h1 { font-size: 43px; }
	.article-hero-media { margin-top: -135px; }
	.article-hero-media img { height: 360px; }
	.article-layout { gap: 55px; grid-template-columns: 260px minmax(0, 1fr); }
	.article-sidebar { position: static; }
	.article-summary li { font-size: 15px; letter-spacing: .5px; line-height: 1.25; margin-bottom: 16px; }
	.article-copy .article-lead { margin-bottom: 55px; }
	.article-copy p, .article-copy li { font-size: 16px; }
}

@media only screen and (max-width: 767px) {
	.contact-main { display: flex; flex-direction: column; padding: 129px 0 60px; }
	.article-page .container { padding-left: 27px; padding-right: 27px; }
	.contact-panel { margin: 0 27px; max-width: none; order: 1; width: calc(100% - 54px); }
	.contact-panel h1 { font-size: 35px; line-height: 40px; margin-bottom: 32px; max-width: 265px; transform: scaleX(.85); transform-origin: left center; white-space: nowrap; width: 117.65%; }
	.contact-mobile-break { display: initial; }
	.contact-intro { font-size: 17px; letter-spacing: 3.4px; line-height: 21px; margin-bottom: 36px; min-height: 105px; }
	.contact-form-grid { column-gap: 0; grid-template-columns: 1fr; row-gap: 20.375px; }
	.contact-field-full { grid-column: auto; }
	.contact-order-form input, .contact-order-form select { height: 40px; padding-left: 19px; }
	.contact-order-form select { background-position: calc(100% - 17px) center; background-size: 12px; }
	.contact-order-form textarea { height: 106px; min-height: 106px; padding-left: 19px; }
	.contact-consent { gap: 23px; margin: 21px 0 32px; }
	.contact-consent input { flex-basis: 16px; height: 16px; width: 16px; }
	.contact-submit { height: 48px; min-height: 48px; padding: 12px 23px; width: 131px; }
	.contact-visual { display: block; height: 585px; margin: 56px 0 0; min-height: 0; order: 2; width: 100%; }
	.contact-visual img { height: 100%; transform: none; }
	.contact-page .chat { display: none; }
	.contact-page footer { min-height: 510px; }
	.article-page .chat { bottom: 18px; right: 16px; }
	.article-page .chat img { width: 54px; }
	.article-hero { padding: 118px 0 145px; }
	.article-back { font-size: 13px; margin-bottom: 24px; }
	.article-hero h1 { font-size: 36px; line-height: 1.16; }
	.article-hero-media { margin-top: -98px; }
	.article-hero-media img { border-radius: 8px; height: 245px; }
	.article-content { padding-top: 52px; }
	.article-layout { display: block; }
	.article-summary { margin-bottom: 40px; }
	.article-order-card { margin: 0 0 55px; min-height: 235px; }
	.article-copy .article-lead { margin-bottom: 55px; }
	.article-copy h2 { font-size: 28px; }
	.article-copy h3 { font-size: 21px; }
	.article-copy p, .article-copy li { font-size: 15px; }
	.article-inline-media { margin: 42px -27px 52px; }
	.article-inline-media--portrait { margin-left: 0; max-width: none; }
	.article-final-cta { margin-bottom: 55px; }
	.article-faq { padding-bottom: 70px; }
	.article-faq > h2 { font-size: 31px; margin-bottom: 30px; }
	.article-faq .accordion-button { font-size: 20px; padding-right: 10px; }
	.article-faq .accordion-body p { font-size: 14px; }
}

/* Editorial pages: About, News and Legal */
.editorial-page { background: var(--bs-white); }
.editorial-page a:focus-visible, .editorial-page button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.editorial-page footer { margin-top: 0; }
.editorial-hero { background: var(--navi-blue); padding: 160px 0 92px; }
.editorial-hero h1 { color: var(--bs-white); font-size: 70px; line-height: .98; margin: 0 0 32px; }
.editorial-hero p { color: var(--bs-white); font-size: 18px; max-width: 650px; }
.editorial-eyebrow { color: var(--bs-white); font: 700 13px/1.2 var(--primary-font) !important; letter-spacing: 3px; margin-bottom: 24px; text-transform: uppercase; }
.editorial-eyebrow--blue { color: var(--blue) !important; }
.editorial-hero-grid { align-items: center; display: grid; gap: 76px; grid-template-columns: minmax(0, .84fr) minmax(480px, 1.16fr); }
.editorial-hero-copy .btn { border-radius: 999px; color: var(--navi-blue); font-size: 13px; letter-spacing: 2px; margin-top: 20px; padding: 13px 24px; text-transform: uppercase; }
.about-hero-media { box-shadow: 24px 24px 0 rgba(255, 255, 255, .08); height: 485px; margin: 0; overflow: hidden; position: relative; }
.about-hero-media video { height: 100%; object-fit: cover; width: 100%; }
.editorial-section { padding: 105px 0; }
.editorial-two-columns { align-items: start; display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }
.editorial-two-columns h2 { font-size: 54px; line-height: 1.02; }
.editorial-rich-copy { border-left: 2px solid #e5e5e5; padding-left: 48px; }
.editorial-rich-copy p { font-size: 20px; line-height: 1.55; }
.about-founders { background: #f5f6fb; overflow: hidden; padding: 110px 0 165px; }
.about-founders-heading { align-items: end; display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }
.about-founders-heading h2 { font-size: 54px; line-height: 1.02; margin: 0; }
.about-founders-heading > p { border-left: 2px solid #d8dbe8; font-size: 19px; line-height: 1.6; margin: 0; padding-left: 48px; }
.about-founders-grid { display: grid; gap: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 70px; }
.about-founder-card { background: var(--navi-blue); display: grid; grid-template-columns: minmax(0, 1fr) 190px; min-height: 650px; overflow: hidden; }
.about-founder-card:nth-child(2) { background: var(--blue); margin-top: 55px; }
.about-founder-card figure { height: 100%; margin: 0; overflow: hidden; }
.about-founder-card figure img { height: 100%; object-fit: cover; object-position: 50% 24%; transition: transform 900ms cubic-bezier(.16, 1, .3, 1); width: 100%; }
.about-founder-card:hover figure img { transform: scale(1.025); }
.about-founder-card > div { align-self: end; padding: 34px 24px 42px; }
.about-founder-card > div p { color: var(--bs-white); font-size: 11px; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.about-founder-card h3 { color: var(--bs-white); font-size: 35px; line-height: 1.02; margin: 0; }
.about-values { background: url("../images/prt_bg.webp") no-repeat center / cover; padding: 92px 0 115px; }
.about-values-grid { display: grid; gap: 2px; grid-template-columns: repeat(3, 1fr); }
.about-value-card { background: rgba(255, 255, 255, .93) url("../images/penguin_bg.png") no-repeat calc(100% - 20px) calc(100% + 10px) / 125px; min-height: 360px; padding: 42px 40px; }
.about-value-card span { color: var(--blue); font: 700 13px var(--primary-font); letter-spacing: 2px; }
.about-value-card h3 { font-size: 38px; margin: 58px 0 20px; }
.about-value-card p { font-size: 16px; line-height: 1.5; max-width: 310px; }
.about-territory-card { align-items: center; background: var(--navi-blue); display: grid; gap: 80px; grid-template-columns: 1fr 1fr; padding: 70px 78px; }
.about-territory-card h2, .about-territory-card p { color: var(--bs-white); }
.about-territory-card h2 { font-size: 48px; margin: 0; }
.about-territory-card p { font-size: 17px; }
.about-territory-card .btn { font: 600 13px var(--primary-font); letter-spacing: 2px; padding: 12px 23px; text-transform: uppercase; }
.editorial-final-cta { padding-top: 45px; }
.editorial-final-cta img { margin-bottom: 42px; max-width: 330px; }
.editorial-final-cta h2 { margin: 0 auto 32px; max-width: 760px; }
.editorial-final-cta .btn { border: 0; border-radius: 999px; font-size: 13px; letter-spacing: 2px; padding: 14px 26px; text-transform: uppercase; }
.editorial-final-cta .btn-primary { background: var(--navi-blue); }
.editorial-final-cta--blue { background: var(--blue); padding: 85px 0; }
.editorial-final-cta--blue h2, .editorial-final-cta--blue p { color: var(--bs-white); }
.editorial-final-cta--blue p { font-size: 17px; }
.editorial-hero--compact { padding-bottom: 100px; }
.editorial-hero--compact h1 { font-size: 78px; }
.news-listing { padding: 100px 0 125px; }
.news-listing-heading { margin-bottom: 50px; }
.news-listing-heading h2 { font-size: 50px; }
.news-grid { display: grid; gap: 32px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.news-card { border: 1px solid #e1e3eb; color: inherit; display: flex; flex-direction: column; min-height: 100%; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.news-card--featured { display: grid; grid-column: 1 / -1; grid-template-columns: 1.12fr .88fr; min-height: 520px; }
.news-card:hover { box-shadow: 0 18px 45px rgba(24, 27, 53, .12); transform: translateY(-4px); }
.news-card figure { height: 325px; margin: 0; overflow: hidden; }
.news-card--featured figure { height: auto; min-height: 520px; }
.news-card figure img { height: 100%; object-fit: cover; transition: transform .4s ease; width: 100%; }
.news-card:hover figure img { transform: scale(1.025); }
.news-card-copy { padding: 38px 40px 44px; }
.news-card--featured .news-card-copy { align-self: center; padding: 60px; }
.news-card-meta { color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.news-card-copy h3 { font-size: 34px; line-height: 1.08; margin: 22px 0; }
.news-card--featured .news-card-copy h3 { font-size: 42px; }
.news-card-copy > p:not(.news-card-meta) { font-size: 17px; }
.news-card-copy span { color: var(--blue); display: inline-block; font: 700 13px var(--primary-font); letter-spacing: 2px; margin-top: 22px; text-transform: uppercase; }
.news-page footer { padding-top: clamp(64px, 7vw, 105px); }

/* Legal */
.legal-page-main { padding-bottom: 105px; }
.legal-intro { border-bottom: 1px solid #dfe1ea; padding: 70px 0; }
.legal-intro p { font-size: 18px; margin: 0; max-width: 850px; }
.legal-layout { display: grid; gap: 95px; grid-template-columns: 270px minmax(0, 1fr); padding-top: 75px; }
.legal-nav { align-self: start; border-left: 2px solid #e5e5e5; padding-left: 22px; position: sticky; top: 110px; }
.legal-nav a { color: var(--navi-blue); display: block; font-size: 14px; line-height: 1.35; margin-bottom: 18px; }
.legal-nav a:hover { color: var(--blue); }
.legal-copy section { border-bottom: 1px solid #e1e3eb; margin-bottom: 48px; padding-bottom: 45px; scroll-margin-top: 110px; }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { font-size: 34px; margin-bottom: 25px; }
.legal-copy h3 { font: 700 18px var(--primary-font); letter-spacing: 1px; margin: 30px 0 12px; }
.legal-copy p, .legal-copy li { font-size: 16px; line-height: 1.6; }
.legal-copy a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-pending { background: #f4f5fb; border-left: 4px solid var(--blue); padding: 18px 20px; }

@media only screen and (max-width: 991px) {
	.editorial-hero { padding: 135px 0 75px; }
	.editorial-hero-grid { gap: 45px; grid-template-columns: 1fr 1fr; }
	.editorial-hero h1 { font-size: 54px; }
	.about-hero-media { height: 390px; }
	.editorial-section { padding: 80px 0; }
	.editorial-two-columns { gap: 55px; }
	.editorial-two-columns h2 { font-size: 43px; }
	.about-founders { padding: 85px 0 125px; }
	.about-founders-heading { gap: 55px; }
	.about-founders-heading h2 { font-size: 43px; }
	.about-founder-card { grid-template-columns: minmax(0, 1fr) 145px; min-height: 520px; }
	.about-founder-card h3 { font-size: 29px; }
	.about-value-card { min-height: 340px; padding: 35px 28px; }
	.about-value-card h3 { font-size: 32px; }
	.about-territory-card { gap: 45px; padding: 55px 48px; }
	.about-territory-card h2 { font-size: 39px; }
	.editorial-hero--compact h1 { font-size: 62px; }
	.news-card--featured { min-height: 430px; }
	.news-card--featured figure { min-height: 430px; }
	.news-card-copy { padding: 38px; }
	.news-card-copy h3, .news-card--featured .news-card-copy h3 { font-size: 34px; }
	.legal-layout { gap: 55px; grid-template-columns: 220px minmax(0, 1fr); }
}

@media only screen and (max-width: 767px) {
	.editorial-page .container { padding-left: 27px; padding-right: 27px; }
	.editorial-page .chat { bottom: 18px; right: 16px; }
	.editorial-page .chat img { width: 54px; }
	.editorial-hero { padding: 125px 0 58px; }
	.editorial-hero-grid { display: block; }
	.editorial-hero h1, .editorial-hero--compact h1 { font-size: 45px; }
	.editorial-hero p { font-size: 16px; }
	.about-hero-media { box-shadow: 12px 12px 0 rgba(255, 255, 255, .08); height: 260px; margin-top: 50px; }
	.editorial-section { padding: 65px 0; }
	.editorial-two-columns { display: block; }
	.editorial-two-columns h2 { font-size: 39px; margin-bottom: 35px; }
	.editorial-rich-copy { border-left: 0; padding-left: 0; }
	.editorial-rich-copy p { font-size: 16px; }
	.about-founders { padding: 65px 0; }
	.about-founders-heading { display: block; }
	.about-founders-heading h2 { font-size: 39px; margin-bottom: 35px; }
	.about-founders-heading > p { border-left: 0; font-size: 16px; padding-left: 0; }
	.about-founders-grid { display: block; margin-top: 45px; }
	.about-founder-card { display: block; min-height: 0; }
	.about-founder-card + .about-founder-card { margin-top: 24px; }
	.about-founder-card:nth-child(2) { margin-top: 24px; }
	.about-founder-card figure { aspect-ratio: 4 / 5; }
	.about-founder-card > div { padding: 28px 26px 32px; }
	.about-founder-card h3 { font-size: 31px; }
	.about-values { padding: 65px 0; }
	.about-values-grid { display: block; }
	.about-value-card { min-height: 300px; }
	.about-value-card + .about-value-card { margin-top: 2px; }
	.about-value-card h3 { margin-top: 38px; }
	.about-territory-card { display: block; padding: 42px 30px; }
	.about-territory-card h2 { font-size: 35px; margin-bottom: 35px; }
	.about-territory-card p { font-size: 15px; }
	.editorial-final-cta img { max-width: 240px; }
	.editorial-final-cta h2 { font-size: 34px; }
	.news-listing { padding: 65px 0 80px; }
	.news-listing-heading h2 { font-size: 39px; }
	.news-grid { display: block; }
	.news-card + .news-card { margin-top: 24px; }
	.news-card { display: block; min-height: 0; }
	.news-card figure, .news-card--featured figure { min-height: 0; height: 255px; }
	.news-card-copy { padding: 32px 26px 38px; }
	.news-card-copy h3, .news-card--featured .news-card-copy h3 { font-size: 31px; }
	.news-card-copy > p:not(.news-card-meta) { font-size: 15px; }
	.legal-intro { padding: 48px 0; }
	.legal-intro p { font-size: 16px; }
	.legal-layout { display: block; padding-top: 55px; }
	.legal-nav { margin-bottom: 55px; position: static; }
	.legal-copy h2 { font-size: 29px; }
	.legal-copy p, .legal-copy li { font-size: 15px; }
}

/* Secondary pages cinematic motion */
.site-motion-ready {
	overflow-x: clip;
}

.site-motion-ready body:not(.home-page) a:focus-visible,
.site-motion-ready body:not(.home-page) button:focus-visible {
	outline: 3px solid var(--blue) !important;
	outline-offset: 4px;
}

.site-motion-ready body:not(.home-page) .site-nav-entry {
	animation: site-nav-enter 820ms cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes site-nav-enter {
	from { opacity: 0; transform: translate3d(0, -22px, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.site-motion-ready body:not(.home-page) .site-reveal {
	--site-enter-x: 0px;
	--site-enter-y: 30px;
	--site-enter-scale: 1;
	--site-enter-rotate: 0deg;
	--site-hover-x: 0px;
	--site-hover-y: 0px;
	--site-hover-scale: 1;
	--site-lift-y: 0px;
	--site-tilt-x: 0deg;
	--site-tilt-y: 0deg;
	--site-motion-delay: 0ms;
	--site-motion-duration: 920ms;
	--site-opacity-duration: 650ms;
	opacity: 0;
	transform:
		translate3d(var(--site-enter-x), var(--site-enter-y), 0)
		translate3d(var(--site-hover-x), var(--site-hover-y), 0)
		translate3d(0, var(--site-lift-y), 0)
		rotateX(var(--site-tilt-x))
		rotateY(var(--site-tilt-y))
		rotateZ(var(--site-enter-rotate))
		scale(var(--site-enter-scale))
		scale(var(--site-hover-scale));
	transform-origin: 50% 60%;
	transition-delay: var(--site-motion-delay);
	transition-duration: var(--site-opacity-duration), var(--site-motion-duration);
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(.16, 1, .3, 1);
	will-change: opacity, transform;
}

.site-motion-ready body:not(.home-page) .site-reveal.is-site-revealed {
	--site-enter-x: 0px;
	--site-enter-y: 0px;
	--site-enter-scale: 1;
	--site-enter-rotate: 0deg;
	opacity: 1;
	will-change: auto;
}

.site-motion-ready body:not(.home-page) .site-motion-left {
	--site-enter-x: -54px;
	--site-enter-y: 9px;
}

.site-motion-ready body:not(.home-page) .site-motion-right {
	--site-enter-x: 54px;
	--site-enter-y: 9px;
}

.site-motion-ready body:not(.home-page) .site-motion-rise-small {
	--site-enter-y: 18px;
	--site-motion-duration: 760ms;
}

.site-motion-ready body:not(.home-page) .site-motion-title {
	--site-enter-y: .48em;
	--site-enter-scale: .985;
	--site-motion-duration: 1050ms;
	--site-opacity-duration: 720ms;
	transform-origin: 0 100%;
}

.site-motion-ready body:not(.home-page) .site-motion-copy {
	--site-enter-y: 22px;
	--site-motion-duration: 860ms;
}

.site-motion-ready body:not(.home-page) .site-motion-statement {
	--site-enter-x: -28px;
	--site-enter-y: 0px;
	--site-motion-duration: 980ms;
}

.site-motion-ready body:not(.home-page) .site-motion-control {
	--site-enter-y: 17px;
	--site-enter-scale: .94;
	--site-motion-duration: 820ms;
}

.site-motion-ready body:not(.home-page) .site-motion-field {
	--site-enter-y: 18px;
	--site-enter-scale: .985;
	--site-motion-duration: 760ms;
}

.site-motion-ready body:not(.home-page) .site-motion-card {
	--site-enter-y: 35px;
	--site-enter-scale: .945;
	--site-enter-rotate: var(--site-card-rotate, 0deg);
	--site-motion-duration: 980ms;
	transform-origin: 50% 80%;
}

.site-motion-ready body:not(.home-page) .site-motion-media {
	--site-enter-y: 24px;
	--site-enter-scale: .972;
	--site-motion-duration: 1120ms;
	--site-opacity-duration: 760ms;
}

.site-motion-ready body:not(.home-page) .site-motion-article {
	--site-enter-y: 26px;
	--site-motion-duration: 900ms;
}

.site-motion-ready body:not(.home-page) .site-motion-accordion {
	--site-enter-x: 20px;
	--site-enter-y: 0px;
	--site-motion-duration: 760ms;
}

.site-motion-ready body:not(.home-page) .site-motion-strip {
	--site-enter-y: 14px;
	--site-enter-scale: .99;
	--site-motion-duration: 820ms;
}

.site-motion-ready body:not(.home-page) .site-media-curtain {
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.site-motion-ready body:not(.home-page) .site-media-curtain::after {
	background: linear-gradient(100deg, var(--navi-blue) 0%, #2d376c 56%, var(--blue) 100%);
	content: "";
	inset: -2px;
	pointer-events: none;
	position: absolute;
	transform: scaleX(1);
	transform-origin: 100% 50%;
	transition: transform 1050ms cubic-bezier(.16, 1, .3, 1) calc(var(--site-motion-delay) + 80ms);
	z-index: 5;
}

.site-motion-ready body:not(.home-page) .site-media-curtain.is-site-revealed::after {
	transform: scaleX(0);
}

.site-motion-ready body:not(.home-page) .site-parallax-frame {
	overflow: hidden;
}

.site-motion-ready body:not(.home-page) .site-parallax-media {
	--site-media-scale: var(--site-media-rest-scale, 1.04);
	display: block;
	transform: translate3d(0, var(--site-parallax-y, 0px), 0) scale(var(--site-media-scale));
	transform-origin: 50% 50%;
	transition: transform 180ms linear;
}

.site-motion-ready body:not(.home-page) .site-parallax-media.is-site-parallax-active {
	will-change: transform;
}

.site-motion-ready body:not(.home-page) .site-motion-signature {
	--site-enter-y: 18px;
	--site-motion-duration: 820ms;
}

.site-motion-ready body:not(.home-page) .site-motion-signature :is(h3, h4)::after {
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform 980ms cubic-bezier(.16, 1, .3, 1) calc(var(--site-motion-delay) + 70ms);
}

.site-motion-ready body:not(.home-page) .site-motion-signature :is(h3, h4)::before {
	opacity: 0;
	transform: translate3d(-9px, 0, 0) rotate(-8deg) scale(.88);
	transition:
		opacity 500ms ease calc(var(--site-motion-delay) + 110ms),
		transform 760ms cubic-bezier(.16, 1, .3, 1) calc(var(--site-motion-delay) + 110ms);
}

.site-motion-ready body:not(.home-page) .site-motion-signature :is(h3, h4) span {
	opacity: 0;
	transition: opacity 620ms ease calc(var(--site-motion-delay) + 180ms);
}

.site-motion-ready body:not(.home-page) .site-motion-signature.is-site-revealed :is(h3, h4)::after {
	transform: scaleX(1);
}

.site-motion-ready body:not(.home-page) .site-motion-signature.is-site-revealed :is(h3, h4)::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) rotate(0) scale(1);
}

.site-motion-ready body:not(.home-page) .site-motion-signature.is-site-revealed :is(h3, h4) span {
	opacity: 1;
}

.site-motion-ready body:not(.home-page) .product-link.site-motion-card figure img {
	transform: translate3d(0, 18px, 0) rotate(var(--site-card-rotate, 0deg)) scale(.86);
	transform-origin: 50% 65%;
	transition: transform 1050ms cubic-bezier(.16, 1, .3, 1) calc(var(--site-motion-delay) + 70ms);
}

.site-motion-ready body:not(.home-page) .product-link.site-motion-card .angle {
	opacity: 0;
	transform: translate3d(-12px, 0, 0);
	transition:
		opacity 580ms ease calc(var(--site-motion-delay) + 160ms),
		transform 760ms cubic-bezier(.16, 1, .3, 1) calc(var(--site-motion-delay) + 160ms);
}

.site-motion-ready body:not(.home-page) .product-link.site-motion-card.is-site-revealed figure img {
	transform: translate3d(0, 0, 0) rotate(0) scale(1);
}

.site-motion-ready body:not(.home-page) .product-link.site-motion-card.is-site-revealed .angle {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > span,
.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > h3,
.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > p {
	opacity: 0;
	transform: translate3d(0, 16px, 0);
	transition:
		opacity 620ms ease,
		transform 820ms cubic-bezier(.16, 1, .3, 1);
}

.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > h3 {
	transition-delay: calc(var(--site-motion-delay) + 100ms);
}

.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > p {
	transition-delay: calc(var(--site-motion-delay) + 180ms);
}

.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card.is-site-revealed > span,
.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card.is-site-revealed > h3,
.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card.is-site-revealed > p {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card h3,
.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card img {
	opacity: 0;
	transform: translate3d(0, 14px, 0);
	transition:
		opacity 560ms ease calc(var(--site-motion-delay) + 120ms),
		transform 760ms cubic-bezier(.16, 1, .3, 1) calc(var(--site-motion-delay) + 120ms);
}

.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card.is-site-revealed h3,
.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card.is-site-revealed img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card.is-site-revealed.has-description:hover h3,
.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card.is-site-revealed.has-description:focus h3,
.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card.is-site-revealed.has-description:focus-visible h3 {
	transform: translate3d(0, var(--advantage-title-shift), 0) scale(var(--advantage-title-scale));
}

.site-motion-ready body:not(.home-page) .animated-text-strip .marquee {
	animation-play-state: paused;
}

.site-motion-ready body:not(.home-page) .animated-text-strip.is-site-marquee-active .marquee {
	animation-play-state: running;
}

.site-motion-ready body:not(.home-page) .animated-text-strip.site-marquee-reverse .marquee {
	animation-direction: reverse;
}

.site-motion-ready body:not(.home-page) .site-tilt-card {
	transform-style: preserve-3d;
}

.site-motion-ready body:not(.home-page) .site-magnetic-control:not(.site-reveal) {
	--site-hover-x: 0px;
	--site-hover-y: 0px;
	--site-control-scale: 1;
	transform: translate3d(var(--site-hover-x), var(--site-hover-y), 0) scale(var(--site-control-scale));
	transition:
		background-color 280ms ease,
		border-color 280ms ease,
		color 280ms ease,
		transform 380ms cubic-bezier(.16, 1, .3, 1);
}

.site-motion-ready body:not(.home-page) .site-magnetic-control:active {
	--site-control-scale: .97;
	--site-hover-scale: .97;
}

.site-motion-ready body:not(.home-page) .btn i,
.site-motion-ready body:not(.home-page) .product-link .angle,
.site-motion-ready body:not(.home-page) .chat {
	transition: transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.site-motion-ready body:not(.home-page) .contact-order-form input,
.site-motion-ready body:not(.home-page) .contact-order-form select,
.site-motion-ready body:not(.home-page) .contact-order-form textarea {
	transition:
		border-color 260ms ease,
		box-shadow 260ms ease,
		transform 360ms cubic-bezier(.16, 1, .3, 1);
}

.site-motion-ready body:not(.home-page) .contact-order-form input:focus,
.site-motion-ready body:not(.home-page) .contact-order-form select:focus,
.site-motion-ready body:not(.home-page) .contact-order-form textarea:focus {
	border-color: rgba(29, 38, 157, .55);
	box-shadow: inset 3px 0 0 var(--blue);
	transform: translate3d(2px, 0, 0);
}

.site-motion-ready body:not(.home-page) .accordion-button::after {
	transition: transform 460ms cubic-bezier(.16, 1, .3, 1), opacity 260ms ease;
}

.site-motion-ready body:not(.home-page) .accordion-button:hover::after {
	transform: rotate(8deg) scale(1.12);
}

.site-motion-ready body:not(.home-page) .accordion-button:not(.collapsed)::after {
	transform: rotate(90deg) scale(.96);
}

.site-motion-ready body:not(.home-page) .article-summary a,
.site-motion-ready body:not(.home-page) .legal-nav a {
	transition: color 280ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.site-motion-ready body:not(.home-page) .article-summary a.is-site-current,
.site-motion-ready body:not(.home-page) .legal-nav a.is-site-current {
	color: var(--blue);
	transform: translate3d(8px, 0, 0);
}

.site-scroll-progress {
	background: rgba(255, 255, 255, .22);
	height: 3px;
	inset: 0 0 auto;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	z-index: 1040;
}

.site-scroll-progress span {
	background: var(--blue);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: 0 50%;
	width: 100%;
}

/* Unified disclosure motion: plus/minus morph and soft content reveal. */
.is-collapse-animating {
	display: block !important;
	will-change: opacity, transform;
}

.faq .accordion-button::before,
.article-faq .accordion-button::before,
.faq .accordion-button::after,
.article-faq .accordion-button::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	content: "";
	flex: 0 0 25px;
	height: 25px;
	order: 2;
	transform-origin: 50% 50%;
	transition: opacity 260ms ease, transform 480ms cubic-bezier(.16, 1, .3, 1);
	width: 25px;
}

.faq .accordion-button::before,
.article-faq .accordion-button::before {
	background-image: url("../images/plus.svg") !important;
	margin-left: auto;
	opacity: 1;
	transform: rotate(0) scale(1);
}

.faq .accordion-button::after,
.article-faq .accordion-button::after {
	background-image: url("../images/minus.svg") !important;
	margin-left: -25px;
	opacity: 0;
	transform: rotate(-90deg) scale(.86);
}

.faq .accordion-button:not(.collapsed)::before,
.article-faq .accordion-button:not(.collapsed)::before {
	opacity: 0;
	transform: rotate(90deg) scale(.86);
}

.faq .accordion-button:not(.collapsed)::after,
.article-faq .accordion-button:not(.collapsed)::after {
	opacity: 1;
	transform: rotate(0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
	.faq .accordion-button.collapsed:hover::before,
	.article-faq .accordion-button.collapsed:hover::before {
		transform: rotate(8deg) scale(1.08);
	}
}

@media (hover: hover) and (pointer: fine) {
	.site-motion-ready body:not(.home-page) .site-tilt-card:hover {
		--site-lift-y: -7px;
		--site-hover-scale: 1.012;
	}

	.site-motion-ready body:not(.home-page) .product-link.site-motion-card.is-site-revealed:hover figure img {
		transform: translate3d(0, -6px, 0) rotate(0) scale(1.055);
	}

	.site-motion-ready body:not(.home-page) .product-link.site-motion-card.is-site-revealed:hover .angle {
		transform: translate3d(8px, 0, 0);
	}

	.site-motion-ready body:not(.home-page) .btn:hover i {
		transform: translate3d(6px, 0, 0);
	}

	.site-motion-ready body:not(.home-page) .chat:hover {
		transform: translate3d(0, -5px, 0) scale(1.035);
	}
}

@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
	.site-motion-ready body:not(.home-page) .site-floating-decoration {
		animation: site-decoration-float 5.8s ease-in-out infinite;
		transform-origin: 50% 100%;
	}

	.site-motion-ready body:not(.home-page) .chat img {
		animation: site-chat-breathe 4.6s ease-in-out infinite;
		transform-origin: 50% 65%;
	}
}

@keyframes site-decoration-float {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
	50% { transform: translate3d(0, -10px, 0) rotate(1.5deg); }
}

@keyframes site-chat-breathe {
	0%, 100% { transform: scale(1) rotate(0); }
	50% { transform: scale(1.035) rotate(-1.5deg); }
}

@media only screen and (max-width: 991px) {
	.site-motion-ready body:not(.home-page) .site-reveal:not(.is-site-revealed) {
		--site-enter-x: 0px;
		--site-enter-y: 17px;
		--site-enter-scale: .99;
		--site-enter-rotate: 0deg;
		--site-motion-duration: 680ms;
		--site-opacity-duration: 520ms;
	}

	.site-motion-ready body:not(.home-page) .site-motion-card:not(.is-site-revealed) {
		--site-enter-y: 22px;
		--site-enter-scale: .97;
	}

	.site-motion-ready body:not(.home-page) .site-media-curtain::after {
		transition-duration: 820ms;
	}

	.site-motion-ready body:not(.home-page) .site-parallax-media {
		transform: none;
		transition: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btn-more,
	.disclosure-icon,
	.btn-more::before,
	.btn-more::after,
	.disclosure-icon::before,
	.disclosure-icon::after,
	.faq .accordion-button::before,
	.faq .accordion-button::after,
	.article-faq .accordion-button::before,
	.article-faq .accordion-button::after {
		transition: none !important;
	}

	.site-motion-ready body:not(.home-page) .site-nav-entry,
	.site-motion-ready body:not(.home-page) .site-floating-decoration,
	.site-motion-ready body:not(.home-page) .chat img,
	.site-motion-ready body:not(.home-page) .animated-text-strip .marquee {
		animation: none !important;
	}

	.site-motion-ready body:not(.home-page) .site-reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
		will-change: auto !important;
	}

	.site-motion-ready body:not(.home-page) .site-media-curtain::after {
		display: none !important;
	}

	.site-motion-ready body:not(.home-page) .site-parallax-media {
		transform: none !important;
		transition: none !important;
	}

	.site-motion-ready body:not(.home-page) .site-motion-signature :is(h3, h4)::after,
	.site-motion-ready body:not(.home-page) .site-motion-signature :is(h3, h4)::before,
	.site-motion-ready body:not(.home-page) .site-motion-signature :is(h3, h4) span,
	.site-motion-ready body:not(.home-page) .product-link.site-motion-card figure img,
	.site-motion-ready body:not(.home-page) .product-link.site-motion-card .angle,
	.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > span,
	.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > h3,
	.site-motion-ready body:not(.home-page) .about-value-card.site-motion-card > p,
	.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card img {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.site-motion-ready body:not(.home-page) .product-advantages-grid .site-motion-card h3 {
		opacity: 1 !important;
		transition: none !important;
	}
}
