:root{--cream:#F7F1E4;--cream-deep:#EEE2C8;--blush:#E8D6C8;--espresso:#221A12;--espresso-2:#332719;--gold:#AD8746;--gold-light:#D9B978;--sapphire:#161F36;--white:#FFFCF6;--ff-display:"Fraunces",serif;--ff-body:"Manrope",sans-serif;--radius-lg:28px;--radius-md:18px;--radius-sm:10px;--shadow-soft:0 30px 70px -35px rgba(34,26,18,.45);--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px}body{margin:0}.sigc-tk,.sigc-tk *,.sigc-tk *:before,.sigc-tk *:after{box-sizing:border-box}.sigc-tk{color:var(--espresso);background:var(--cream);font-family:var(--ff-body);font-size:16px;line-height:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-size-adjust:100%;text-transform:none;letter-spacing:normal;word-spacing:normal;overflow-x:hidden;position:relative;width:100%;max-width:100vw}.sigc-tk img,.sigc-tk video,.sigc-tk svg{max-width:100%;display:block;height:auto}.sigc-tk a{color:inherit;text-decoration:none}.sigc-tk button,.sigc-tk input,.sigc-tk select,.sigc-tk textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}.sigc-tk ul,.sigc-tk ol{list-style:none;margin:0;padding:0}.sigc-tk p,.sigc-tk figure,.sigc-tk blockquote{margin:0}.sigc-tk p{line-height:1.65}.sigc-tk h1,.sigc-tk h2,.sigc-tk h3,.sigc-tk h4,.sigc-tk h5,.sigc-tk h6{font-family:var(--ff-display)!important;color:inherit!important;-webkit-text-fill-color:currentColor!important;background:none!important;text-shadow:none!important;text-transform:none!important;font-weight:500;margin:0;letter-spacing:-.01em}.sigc-tk em{font-style:italic;color:var(--gold)!important;-webkit-text-fill-color:var(--gold)!important}.sigc-tk :focus-visible{outline:2px solid var(--gold);outline-offset:3px}.sigc-container{max-width:1180px;margin:0 auto;padding-left:clamp(20px,5vw,64px);padding-right:clamp(20px,5vw,64px)}.sigc-section{padding-top:clamp(56px,9vw,112px);padding-bottom:clamp(56px,9vw,112px)}.sigc-section--dark{background:linear-gradient(170deg,var(--espresso) 0%,var(--sapphire) 100%);color:var(--cream)}.sigc-section--alt{background:var(--cream-deep)}.sigc-eyebrow{font-size:11.52px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.5em;margin-bottom:var(--space-3)}.sigc-eyebrow:before{content:"";width:18px;height:1px;background:var(--gold);display:inline-block}h2.sigc-h2{font-size:clamp(32px,4.2vw,45.6px);line-height:1.12}.sigc-lede{font-size:clamp(16px,1.4vw,18.4px);max-width:46ch;color:var(--espresso-2);margin-top:var(--space-4)}.sigc-section--dark .sigc-lede{color:#d9cfbe}.sigc-cmark{width:26px;height:26px;flex:none}.sigc-cmark path{fill:none;stroke:var(--gold);stroke-width:3;stroke-linecap:round}.sigc-reveal{opacity:1}.sigc-js-ready .sigc-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.sigc-js-ready .sigc-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.sigc-js-ready .sigc-reveal{opacity:1!important;transform:none!important;transition:none!important}}.sigc-announce{background:var(--espresso);color:var(--cream);overflow:hidden;white-space:nowrap;padding:.55em 0}.sigc-announce__track{display:inline-flex;animation:sigc-marquee 24s linear infinite}.sigc-announce__set{display:inline-flex;align-items:center}.sigc-announce__set span{padding:0 1.3em;font-size:11.52px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.92}.sigc-announce__set span:after{content:"\2022";color:var(--gold);margin-left:1.3em}@keyframes sigc-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.sigc-announce__track{animation:none}.sigc-announce__set:nth-child(2){display:none}}.sigc-header{padding:var(--space-5) 0}.sigc-header .sigc-container{display:flex;align-items:center;justify-content:center}.sigc-tk .sigc-logo__img{height:38px;width:auto;max-width:150px;object-fit:contain;display:block}.sigc-tk .sigc-footer .sigc-logo__img{height:34px;max-width:140px}.sigc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;border:none;cursor:pointer;border-radius:99px;font-family:var(--ff-body);font-weight:700;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.sigc-btn--primary{background:var(--gold);color:var(--white);padding:.95em 1.7em;font-size:14.72px;box-shadow:0 14px 30px -14px #ad8746a6}.sigc-btn--primary:hover{transform:translateY(-2px);box-shadow:0 18px 34px -12px #ad8746bf}.sigc-hero{padding-top:clamp(20px,4vw,40px);padding-bottom:clamp(56px,8vw,96px)}.sigc-hero .sigc-container{display:grid;grid-template-columns:1fr;gap:clamp(32px,6vw,48px);align-items:center}.sigc-hero__media{order:1;justify-self:center}.sigc-hero__copy{order:2}.sigc-phone{position:relative;width:min(78vw,300px);aspect-ratio:9/16;border-radius:34px;overflow:hidden;background:var(--espresso);box-shadow:var(--shadow-soft);border:1px solid rgba(173,135,70,.35)}.sigc-phone video,.sigc-phone img{width:100%;height:100%;object-fit:cover}.sigc-phone__bars{position:absolute;top:14px;left:14px;right:14px;display:flex;gap:5px;z-index:2}.sigc-phone__bars i{flex:1;height:2.5px;border-radius:2px;background:#ffffff59}.sigc-phone__bars i:first-child{background:var(--gold-light)}.sigc-phone__chip{position:absolute;left:14px;bottom:16px;z-index:2;color:var(--cream)}.sigc-phone__chip strong{display:block;font-size:12.48px;font-weight:800}.sigc-phone__chip span{font-size:10.88px;opacity:.85}.sigc-phone:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.55) 0%,transparent 38%);pointer-events:none}.sigc-hero__copy{text-align:center}.sigc-h1{font-size:clamp(40px,8.5vw,72px);line-height:1.04}.sigc-sig-stroke{display:block;width:min(260px,70vw);height:30px;margin:6px auto 0}.sigc-sig-stroke path{fill:none;stroke:var(--gold);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:420;stroke-dashoffset:420;animation:sigc-draw 1.4s .5s ease forwards}@media(prefers-reduced-motion:reduce){.sigc-sig-stroke path{stroke-dashoffset:0;animation:none}}@keyframes sigc-draw{to{stroke-dashoffset:0}}.sigc-hero__sub{margin:var(--space-5) auto 0}.sigc-price-row{display:flex;align-items:baseline;justify-content:center;gap:.6em;margin-top:var(--space-6);flex-wrap:wrap}.sigc-price-now{font-family:var(--ff-display);font-size:clamp(33.6px,5vw,41.6px);color:var(--espresso)}.sigc-price-was{font-size:16.8px;text-decoration:line-through;color:#9c8e78}.sigc-price-off{background:var(--espresso);color:var(--gold-light);font-size:11.52px;font-weight:800;letter-spacing:.04em;padding:.35em .7em;border-radius:99px}.sigc-microtrust{font-size:13.12px;color:var(--espresso-2);display:inline-flex;align-items:center;gap:.5em;margin-top:var(--space-4);text-align:left}.sigc-microtrust svg{width:17px;height:17px;stroke:var(--gold);fill:none;stroke-width:1.7;flex:none}@media(min-width:880px){.sigc-hero .sigc-container{grid-template-columns:1.05fr .95fr;text-align:left;align-items:start}.sigc-hero__media{order:2;position:sticky;top:24px}.sigc-hero__copy{order:1;text-align:left}.sigc-sig-stroke{margin:6px 0 0}.sigc-hero__sub{margin:var(--space-5) 0 0;max-width:46ch}.sigc-price-row{justify-content:flex-start}}.sigc-heroform{margin-top:var(--space-6);background:var(--white);border:1px solid rgba(173,135,70,.42);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-soft);scroll-margin-top:24px;text-align:left}.sigc-heroform__head{display:flex;align-items:center;gap:.5em;margin-bottom:var(--space-4);font-size:11.52px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.sigc-heroform__head svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.8;flex:none}.sigc-heroform__note{margin-top:var(--space-4);font-size:12.8px;color:var(--espresso-2);display:flex;align-items:flex-start;gap:.5em;line-height:1.5}.sigc-heroform__note svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.8;flex:none;margin-top:2px}.sigc-heroform__cta{width:100%;padding:1.05em 1.6em;font-size:16px}.sigc-buy{padding:0 0 clamp(56px,9vw,112px)}.sigc-buy--top{padding-top:clamp(56px,9vw,112px)}.sigc-buy__card{max-width:640px;margin:0 auto;background:var(--white);border:1px solid rgba(173,135,70,.42);border-radius:var(--radius-lg);padding:clamp(24px,4vw,36px);text-align:center;box-shadow:var(--shadow-soft)}.sigc-buy__eyebrow{display:inline-flex;align-items:center;gap:.5em;margin-bottom:var(--space-3);font-size:11.52px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.sigc-buy__eyebrow svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:1.8;flex:none}.sigc-buy__price{display:flex;align-items:baseline;justify-content:center;gap:.6em;flex-wrap:wrap;margin-bottom:var(--space-5)}.sigc-buy__price b{font-family:var(--ff-display);font-size:clamp(32px,5vw,40px);font-weight:500;color:var(--espresso);line-height:1}.sigc-buy__price s{font-size:15.2px;color:#9c8e78}.sigc-buy__card .sigc-btn--primary{width:100%;max-width:360px;padding:1.05em 1.6em;font-size:16px}.sigc-buy__note{margin-top:var(--space-4);font-size:12.48px;color:var(--espresso-2);display:flex;align-items:center;justify-content:center;gap:.5em;flex-wrap:wrap;line-height:1.5}.sigc-buy__note svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:1.8;flex:none}.sigc-trust{padding:var(--space-7) 0;border-top:1px solid rgba(34,26,18,.08);border-bottom:1px solid rgba(34,26,18,.08)}.sigc-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5)}.sigc-trust__item{display:flex;align-items:center;gap:.7em}.sigc-trust__item svg{width:24px;height:24px;stroke:var(--gold);fill:none;stroke-width:1.6;flex:none}.sigc-trust__item span{font-size:13.6px;font-weight:600}@media(min-width:760px){.sigc-trust__grid{grid-template-columns:repeat(4,1fr)}}.sigc-gallery__top{display:grid;gap:var(--space-7);align-items:center}.sigc-gallery__media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:9/16;max-width:340px;margin:0 auto;background:#000}.sigc-gallery__media video,.sigc-gallery__media img{width:100%;height:100%;object-fit:contain;background:#000}.sigc-feature-trio{display:grid;gap:var(--space-5);margin-top:var(--space-7)}.sigc-feature{padding:var(--space-5);background:var(--white);border-radius:var(--radius-md);border:1px solid rgba(34,26,18,.08)}.sigc-feature__head{display:flex;align-items:center;gap:.6em;margin-bottom:.6em}.sigc-feature h3{font-size:17.6px}.sigc-feature p{font-size:14.72px;color:var(--espresso-2)}@media(min-width:880px){.sigc-gallery__top{grid-template-columns:1fr 1fr}.sigc-feature-trio{grid-template-columns:repeat(3,1fr);margin-top:var(--space-9)}}.sigc-photo .sigc-container{display:grid;gap:var(--space-7);align-items:center}.sigc-photo__media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:9/16;max-width:340px;margin:0 auto;background:#000}.sigc-photo__media video,.sigc-photo__media img{width:100%;height:100%;object-fit:cover}.sigc-states{display:flex;gap:var(--space-3);margin-top:var(--space-6);flex-wrap:wrap}.sigc-states span{font-size:11.84px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(217,185,120,.45);color:var(--gold-light);padding:.5em 1em;border-radius:99px}@media(min-width:880px){.sigc-photo .sigc-container{grid-template-columns:1fr 1fr}.sigc-photo__media{order:2}.sigc-photo__copy{order:1}}.sigc-detail .sigc-container{display:grid;gap:var(--space-7);align-items:center}.sigc-detail__media{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:4/5;max-width:380px;margin:0 auto;background:#000}.sigc-detail__media video,.sigc-detail__media img{width:100%;height:100%;object-fit:cover}.sigc-detail__chips{display:flex;flex-wrap:wrap;gap:.6em;margin-top:var(--space-5)}.sigc-detail__chips span{font-size:12.48px;font-weight:700;background:var(--cream-deep);padding:.55em 1.1em;border-radius:99px}@media(min-width:880px){.sigc-detail .sigc-container{grid-template-columns:.9fr 1.1fr}.sigc-detail__media{order:1}.sigc-detail__copy{order:2}}.sigc-daily__grid{display:grid;gap:var(--space-5);margin-top:var(--space-7)}.sigc-daily__card{background:var(--white);border-radius:var(--radius-md);padding:var(--space-6) var(--space-5);text-align:center;border:1px solid rgba(34,26,18,.08)}.sigc-daily__icon{width:68px;height:68px;border-radius:50%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-4)}.sigc-daily__icon svg{width:30px;height:30px;stroke:var(--gold);fill:none;stroke-width:1.6}.sigc-daily__card h3{font-size:16.8px;margin-bottom:.5em}.sigc-daily__card p{font-size:14.08px;color:var(--espresso-2)}@media(min-width:880px){.sigc-daily__grid{grid-template-columns:repeat(3,1fr)}}.sigc-unbox .sigc-container{display:grid;gap:var(--space-7);align-items:center}.sigc-unbox__media{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);max-width:420px;margin:0 auto}.sigc-unbox__media .sigc-media-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:3/4;background:#000}.sigc-unbox__media .sigc-media-item video,.sigc-unbox__media .sigc-media-item img{width:100%;height:100%;object-fit:cover}.sigc-unbox__list{margin-top:var(--space-5);display:grid;gap:.7em}.sigc-unbox__list li{display:flex;align-items:center;gap:.6em;font-size:14.72px;font-weight:600;list-style:none}@media(min-width:880px){.sigc-unbox .sigc-container{grid-template-columns:.9fr 1.1fr}}.sigc-incl{margin-top:var(--space-7);border-radius:var(--radius-md);overflow:hidden;background:var(--white);box-shadow:var(--shadow-soft)}.sigc-incl__row{display:flex;align-items:center;justify-content:space-between;gap:1em;padding:1.1em 1.3em;border-bottom:1px solid rgba(34,26,18,.08)}.sigc-incl__row:last-child{border-bottom:none}.sigc-incl__label{font-size:15.2px;font-weight:600;color:var(--espresso)}.sigc-incl__val{font-size:13.6px;font-weight:700;color:var(--gold);white-space:nowrap;display:flex;align-items:center;gap:.4em}.sigc-incl__val svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:2.2;flex:none}.sigc-realstat{display:grid;grid-template-columns:1fr;gap:0;margin-top:var(--space-7);border:1px solid rgba(34,26,18,.12);border-radius:var(--radius-md);overflow:hidden;background:var(--white)}.sigc-realstat__cell{padding:var(--space-6) var(--space-5);text-align:center;border-bottom:1px solid rgba(34,26,18,.1)}.sigc-realstat__cell:last-child{border-bottom:none}.sigc-realstat__num{font-family:var(--ff-display);font-size:clamp(34px,5vw,44px);font-weight:500;color:var(--gold);line-height:1;margin-bottom:.35em}.sigc-realstat__lbl{font-size:12.48px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:var(--espresso-2);line-height:1.55}@media(min-width:760px){.sigc-realstat{grid-template-columns:repeat(3,1fr)}.sigc-realstat__cell{border-bottom:none;border-right:1px solid rgba(34,26,18,.1)}.sigc-realstat__cell:last-child{border-right:none}}.sigc-faq{margin-top:var(--space-7);border-top:1px solid rgba(34,26,18,.1)}.sigc-faq__item{border-bottom:1px solid rgba(34,26,18,.1)}.sigc-faq__q{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;gap:1em;padding:1.3em 0;text-align:left;font-family:var(--ff-display);font-size:16.8px;cursor:pointer;color:var(--espresso)}.sigc-faq__q .sigc-plus{flex:none;width:22px;height:22px;position:relative}.sigc-faq__q .sigc-plus:before,.sigc-faq__q .sigc-plus:after{content:"";position:absolute;background:var(--gold);border-radius:2px}.sigc-faq__q .sigc-plus:before{width:14px;height:2px;top:10px;left:4px}.sigc-faq__q .sigc-plus:after{width:2px;height:14px;left:10px;top:4px;transition:transform .3s ease}.sigc-faq__item.is-open .sigc-plus:after{transform:rotate(90deg)}.sigc-faq__a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.sigc-faq__item.is-open .sigc-faq__a-wrap{grid-template-rows:1fr}.sigc-faq__a-inner{overflow:hidden}.sigc-faq__a-inner p{padding-bottom:1.3em;font-size:14.72px;color:var(--espresso-2);max-width:62ch}.sigc-guarantee__grid{display:grid;gap:var(--space-5);margin-top:var(--space-7)}.sigc-guarantee__card{background:var(--white);border-radius:var(--radius-md);padding:var(--space-6);border:1px solid rgba(34,26,18,.08)}.sigc-guarantee__num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--espresso);color:var(--gold-light);font-family:var(--ff-display);font-size:16px;margin-bottom:var(--space-4)}.sigc-guarantee__card h3{font-size:18.4px;margin-bottom:.5em}.sigc-guarantee__card p{font-size:14.72px;color:var(--espresso-2)}@media(min-width:760px){.sigc-guarantee__grid{grid-template-columns:1fr 1fr}}.sigc-bonus__grid{display:grid;gap:var(--space-5);margin-top:var(--space-7)}.sigc-bonus__card{position:relative;background:var(--white);border-radius:var(--radius-md);padding:var(--space-6) var(--space-5);border:1px solid rgba(34,26,18,.08)}.sigc-bonus__tag{position:absolute;top:0;right:var(--space-5);transform:translateY(-50%);background:var(--gold);color:var(--white);font-size:10.88px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.4em .8em;border-radius:99px}.sigc-bonus__icon{width:44px;height:44px;border-radius:50%;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.sigc-bonus__icon svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.6}.sigc-bonus__card h3{font-size:16.8px;margin-bottom:.5em}.sigc-bonus__card p{font-size:14.08px;color:var(--espresso-2)}@media(min-width:880px){.sigc-bonus__grid{grid-template-columns:repeat(3,1fr)}}.sigc-final .sigc-container{display:grid;gap:var(--space-6)}.sigc-final__head{text-align:center;max-width:560px;margin:0 auto}.sigc-final .sigc-price-row{justify-content:center}.sigc-final .sigc-price-now{color:var(--cream)}.sigc-final__bullets{display:flex;flex-wrap:wrap;gap:.6em 1.4em;justify-content:center;margin-top:var(--space-5)}.sigc-final__bullets span{font-size:13.12px;color:#d9cfbe;display:flex;align-items:center;gap:.4em}.sigc-final__cta{text-align:center}.sigc-final__cta .sigc-btn--primary{padding:1.05em 2.2em;font-size:16px}.sigc-final__note{font-size:11.84px;color:#9c9282;margin-top:var(--space-3);line-height:1.6}.sigc-footer{background:var(--espresso);color:#b6ab97;padding:var(--space-7) 0 var(--space-6)}.sigc-footer .sigc-container{display:flex;flex-direction:column;gap:var(--space-5);align-items:center;text-align:center}.sigc-footer__pay{display:flex;gap:.8em;flex-wrap:wrap;justify-content:center;font-size:11.84px}.sigc-footer__pay span{border:1px solid rgba(255,255,255,.15);padding:.4em .9em;border-radius:99px}.sigc-footer small{font-size:11.84px;line-height:1.7}.sigc-footer__links{display:flex;gap:.4em 1.2em;flex-wrap:wrap;justify-content:center;font-size:11.84px}.sigc-footer__links a{text-decoration:underline;color:#cfc4b0}.sigc-testi__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-6);flex-wrap:wrap}.sigc-testi__head-media{width:80px;height:80px;border-radius:50%;overflow:hidden;flex:none;position:relative;box-shadow:var(--shadow-soft);border:3px solid var(--white)}.sigc-testi__head-media img{width:100%;height:100%;object-fit:cover}.sigc-quotes{display:grid;gap:var(--space-5);margin-top:var(--space-7)}.sigc-quote{background:var(--white);border-radius:var(--radius-md);padding:var(--space-6);border:1px solid rgba(34,26,18,.08)}.sigc-quote__head{display:flex;align-items:center;gap:.8em;margin-bottom:var(--space-4)}.sigc-quote__avatar{width:52px;height:68px;border-radius:12px;overflow:hidden;flex:none;position:relative;background:var(--espresso);box-shadow:var(--shadow-soft)}.sigc-quote__avatar img,.sigc-quote__avatar video{width:100%;height:100%;object-fit:cover}.sigc-quote__name{font-weight:700;font-size:14.72px}.sigc-quote__loc{font-size:12.48px;color:#9c8e78}.sigc-quote p{font-family:var(--ff-display);font-style:italic;font-size:16.32px;line-height:1.55}.sigc-quote .sigc-stars{display:block;margin-top:var(--space-3);font-size:13.6px;color:var(--gold);letter-spacing:.05em}@media(min-width:880px){.sigc-quotes{grid-template-columns:repeat(3,1fr)}}.sigc-tk :where(section,article):not(.sigc-section--dark):not(.sigc-section--alt){background-color:transparent!important}.sigc-tk.sigc-tk,.sigc-tk.sigc-tk *{font-family:var(--ff-body)!important}.sigc-tk.sigc-tk :is(h1,h2,h3,h4,h5,h6,em){font-family:var(--ff-display)!important}.sigc-tk.sigc-tk h1{font-size:clamp(40px,8.5vw,72px)!important;line-height:1.04!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/polar-signature-c.css.map */
