.fgq-section,.fgq-section *{box-sizing:border-box}.fgq-section{position:relative;overflow:hidden;min-height:100svh;padding:28px 16px;color:var(--fgq-text);background:var(--fgq-bg);font-family:inherit}.fgq-background,.fgq-decor,.fgq-shell{position:absolute;top:0;right:0;bottom:0;left:0}.fgq-background{z-index:0;overflow:hidden}.fgq-background__image{display:block;width:100%;height:100%;object-fit:cover}.fgq-background__wash{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 14%,rgba(255,255,255,.34),transparent 18%),radial-gradient(circle at 86% 78%,rgba(136,244,211,.34),transparent 22%),linear-gradient(180deg,#ffffff2e,#ffffff14)}.fgq-decor{z-index:1;pointer-events:none}.fgq-decor__item{position:absolute;left:var(--fgq-x);top:var(--fgq-y);display:grid;place-items:center;width:var(--fgq-size);height:var(--fgq-size);transform:translate(-50%,-50%) rotate(var(--fgq-rotate));animation:fgqFloat 7.2s ease-in-out infinite;animation-delay:var(--fgq-delay)}.fgq-decor__image{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(32,22,41,.12))}.fgq-decor__emoji{font-size:calc(var(--fgq-size) * .82);line-height:1;filter:drop-shadow(0 10px 16px rgba(32,22,41,.12))}.fgq-shell{z-index:2;display:flex;align-items:center;justify-content:center;padding:28px 16px}.fgq-card{position:relative;width:min(100%,1020px);overflow:hidden;border-radius:34px;isolation:isolate;background:#ffffff42;border:1.5px solid var(--fgq-card-stroke, rgba(255, 255, 255, .74));box-shadow:inset 0 1px #fffffff0,0 32px 72px #4a277c38,0 10px 24px #4a277c24;transform:translateY(24px) scale(.98);opacity:0;filter:blur(10px)}.fgq-card__backdrop,.fgq-card__fill,.fgq-card__border,.fgq-card__shine,.fgq-card__reflect{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:34px}.fgq-card__backdrop{z-index:0;backdrop-filter:blur(42px) saturate(220%) brightness(1.08);-webkit-backdrop-filter:blur(42px) saturate(220%) brightness(1.08)}.fgq-card__fill{z-index:1;background:linear-gradient(180deg,#ffffff85,#ffffff4d)}.fgq-card__border{z-index:2;border:1.5px solid var(--fgq-card-stroke, rgba(255, 255, 255, .86));box-shadow:inset 0 1.5px #fffffff5,inset 0 -1px #ffffff2e,inset 1px 0 #ffffff6b,inset -1px 0 #ffffff2e,0 36px 82px #4a277c3d,0 8px 20px #4a277c1a}.fgq-card__shine{z-index:3;top:3px;left:12px;right:12px;bottom:auto;height:42%;border-radius:28px 28px 80% 80%;background:linear-gradient(180deg,#ffffffe0,#ffffff57 38%,#fff0)}.fgq-card__reflect{z-index:3;top:auto;left:18px;right:18px;bottom:8px;height:16%;border-radius:999px;background:linear-gradient(0deg,#ffffff47,#fff0)}.fgq-card__content{position:relative;z-index:4;display:grid;justify-items:center;gap:20px;padding:40px 22px 42px;text-align:center}.fgq-quote{color:var(--fgq-quote-text, var(--fgq-accent));font-size:var(--fgq-quote-size-mobile, 36px);font-weight:900;line-height:.8}.fgq-copy{display:grid;justify-items:center;gap:22px;width:min(100%,720px)}.fgq-heading{margin:0;display:flex;flex-wrap:wrap;justify-content:center;column-gap:.12em;row-gap:0;color:var(--fgq-heading-text, var(--fgq-text));font-size:var(--fgq-heading-size-mobile, 23px);font-weight:560;line-height:1.28;padding-inline:.08em;margin-inline:-.08em;overflow:visible;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.fgq-heading span,.fgq-heading em{display:inline-block}.fgq-heading em{font-style:italic;font-weight:820;background:linear-gradient(135deg,var(--fgq-accent),var(--fgq-accent-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fgq-pills{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.fgq-pill{display:inline-flex;min-height:42px;align-items:center;padding:0 18px;border-radius:999px;color:var(--fgq-pill-local-text, var(--fgq-pill-text));background:var(--fgq-pill-bg);border:1px solid rgba(255,255,255,.68);box-shadow:inset 0 1px #ffffffb8;font-size:var(--fgq-pill-size-mobile, 13px);font-weight:650;line-height:1}.fgq-stat{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap;justify-content:center}.fgq-stat strong{color:var(--fgq-stat);font-size:var(--fgq-stat-number-size-mobile, 40px);font-weight:900;line-height:.9}.fgq-stat span{color:var(--fgq-stat-text, var(--fgq-muted));font-size:var(--fgq-stat-text-size-mobile, 15px);font-weight:520;line-height:1.4}.fgq-section[data-fgq-ready] .fgq-card{animation:fgqCardReveal .98s cubic-bezier(.22,1,.36,1) forwards}@keyframes fgqCardReveal{to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}@keyframes fgqFloat{0%,to{transform:translate(-50%,-50%) rotate(var(--fgq-rotate)) translateY(0)}50%{transform:translate(-50%,-50%) rotate(calc(var(--fgq-rotate) + 2deg)) translateY(-10px)}}@media screen and (min-width:720px){.fgq-section,.fgq-shell{padding:40px}.fgq-card__content{gap:24px;padding:58px 48px 54px}.fgq-quote{font-size:var(--fgq-quote-size-desktop, 60px)}.fgq-heading{font-size:var(--fgq-heading-size-desktop, 58px)}.fgq-pills{gap:12px}.fgq-pill{font-size:var(--fgq-pill-size-desktop, 13px)}.fgq-stat strong{font-size:var(--fgq-stat-number-size-desktop, 72px)}.fgq-stat span{font-size:var(--fgq-stat-text-size-desktop, 15px)}}@media screen and (min-width:1024px){.fgq-card__content{padding:62px 70px 56px}}@media(prefers-reduced-motion:reduce){.fgq-section *,.fgq-section *:before,.fgq-section *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.fgq-card{opacity:1!important;filter:none!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/fellinora-glass-quote.css.map */
