.sg-scroll-top{
	position:fixed;
	right:26px;
	bottom:26px;
	z-index:9998;
	width:44px;
	height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0;
	border:1px solid rgba(139,202,255,.32);
	border-radius:50%;
	background:rgba(2,8,18,.78);
	color:#eaf4ff;
	box-shadow:0 10px 28px rgba(0,0,0,.22);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	cursor:pointer;
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background .22s ease,border-color .22s ease;
}
.sg-scroll-top.is-visible{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}
.sg-scroll-top:hover,
.sg-scroll-top:focus-visible{
	background:rgba(7,93,204,.92);
	border-color:rgba(139,202,255,.72);
	outline:none;
}
.sg-scroll-top svg{
	width:18px;
	height:18px;
	display:block;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}
@media(max-width:620px){
	.sg-scroll-top{right:16px;bottom:16px;width:42px;height:42px}
}
@media(prefers-reduced-motion:reduce){
	.sg-scroll-top{transition:none}
}


/* Ask SG Worldwide private preview */
	.sgw-chat{--sgw-ink:#05070c;--sgw-navy:#071425;--sgw-blue:#1557d5;--sgw-pale:#eef5ff;--sgw-white:#fff;position:fixed;right:22px;bottom:86px;z-index:2147483000;font-family:Arial,Helvetica,sans-serif;color:var(--sgw-white)}
	.sgw-chat *{box-sizing:border-box}
	.sgw-chat__launcher{min-height:56px;padding:0 19px 0 14px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:linear-gradient(135deg,#06101e 0%,#0a2855 58%,#1557d5 100%);box-shadow:0 15px 38px rgba(0,0,0,.38);color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:transform .2s ease,box-shadow .2s ease}
	.sgw-chat__launcher:hover,.sgw-chat__launcher:focus-visible{transform:translateY(-2px);box-shadow:0 18px 45px rgba(7,35,80,.52);outline:2px solid #8eb9ff;outline-offset:3px}
	.sgw-chat__spark{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:#1557d5;font-size:17px}
	.sgw-chat__panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 32px));height:min(620px,calc(100vh - 170px));min-height:450px;border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden;background:#f7f9fc;box-shadow:0 30px 80px rgba(0,0,0,.46);color:#0b1320;display:grid;grid-template-rows:auto 1fr auto auto auto;transform-origin:bottom right}
	.sgw-chat__panel[hidden]{display:none}
	.sgw-chat__header{background:linear-gradient(135deg,#05070c,#071a36 62%,#0d469f);padding:21px 54px 18px 21px;position:relative}
	.sgw-chat__header h2{margin:2px 0 5px!important;color:#fff!important;font-size:22px!important;line-height:1.2!important;font-weight:650!important;letter-spacing:-.02em!important;text-transform:none!important}
	.sgw-chat__header p{margin:0;color:#c9d8ef;font-size:12px;line-height:1.4}
	.sgw-chat__eyebrow{color:#75aaff!important;font-size:10px!important;font-weight:800;letter-spacing:.16em}
	.sgw-chat__close{position:absolute;right:14px;top:14px;width:34px;height:34px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:24px;line-height:1;cursor:pointer}
	.sgw-chat__close:focus-visible,.sgw-chat__send:focus-visible,.sgw-chat__suggestions button:focus-visible,.sgw-chat__input:focus-visible{outline:2px solid #1557d5;outline-offset:2px}
	.sgw-chat__messages{overflow-y:auto;padding:18px 16px 12px;background:linear-gradient(#f7f9fc,#eef3fa);scrollbar-color:#a8b7ca transparent}
	.sgw-chat__message{display:flex;gap:9px;margin:0 0 14px;align-items:flex-end}
	.sgw-chat__message--visitor{justify-content:flex-end}
	.sgw-chat__avatar{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#081a33;color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em}
	.sgw-chat__bubble{max-width:82%;padding:11px 13px;border-radius:15px 15px 15px 4px;background:#fff;border:1px solid #dce4ee;box-shadow:0 5px 16px rgba(17,38,68,.06);font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}
	.sgw-chat__bubble a{color:#0d4fc0;text-decoration:underline}
	.sgw-chat__message--visitor .sgw-chat__bubble{border:0;border-radius:15px 15px 4px 15px;background:#0a397d;color:#fff}
	.sgw-chat__message--loading .sgw-chat__bubble{color:#607089;font-style:italic}
	.sgw-chat__suggestions{padding:0 14px 10px;display:flex;gap:7px;overflow-x:auto;background:#eef3fa}
	.sgw-chat__suggestions button{flex:0 0 auto;border:1px solid #cdd9e8;border-radius:999px;background:#fff;color:#17304f;padding:7px 10px;font-size:11px;cursor:pointer}
	.sgw-chat__form{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 46px;align-items:end;gap:9px;padding:12px 13px 9px;background:#fff;border-top:1px solid #dce4ee}
	.sgw-chat__form .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
	.sgw-chat__input{grid-column:1;grid-row:1;display:block;width:100%;min-height:78px;max-height:132px;resize:none;overflow-y:auto;border:1px solid #b8c7d9;border-radius:12px;padding:13px 14px;background:#fff;color:#071425;font:14px/1.5 Arial,Helvetica,sans-serif;caret-color:#1557d5;box-shadow:inset 0 1px 2px rgba(7,20,37,.04)}
	.sgw-chat__input::placeholder{color:#64748b;opacity:1}
	.sgw-chat__send{grid-column:2;grid-row:1;width:46px;height:46px;border:0;border-radius:12px;background:#1557d5;color:#fff;font-size:22px;cursor:pointer}
	.sgw-chat__send:disabled{opacity:.45;cursor:wait}
	.sgw-chat__note{margin:0;padding:0 14px 12px;background:#fff;color:#637086;font-size:10px;line-height:1.4}
	@media(max-width:600px){.sgw-chat{right:14px;bottom:78px}.sgw-chat__launcher{width:54px;height:54px;padding:0;justify-content:center}.sgw-chat__launcher-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sgw-chat__panel{position:fixed;right:12px;bottom:145px;width:calc(100vw - 24px);height:min(620px,calc(100vh - 170px));min-height:390px}.sgw-chat__suggestions{display:none}}
	@media(prefers-reduced-motion:reduce){.sgw-chat__launcher{transition:none}}

@media(max-width:600px){.sgw-chat__input{min-height:86px;font-size:16px}}
