:root{--wf-color-ivory:#f7f1e7;--wf-color-linen:#efe4d4;--wf-color-stone:#d9c9b5;--wf-color-warm-gray:#67584b;--wf-color-charcoal:#1d1410;--wf-color-olive:#4d5552;--wf-color-wood:#8a5a36;--wf-color-wine:#7a0d0d;--wf-color-wine-dark:#2a1713;--wf-color-gold:#a98152;--wf-color-gold-soft:#d8c0a0;--wf-color-bronze:#6e3f27;--wf-color-white:#fff;--wf-shadow-soft:0 18px 38px rgba(0,0,0,.22);--wf-radius-card:3px;--wf-radius-button:2px;--wf-container:min(1180px, calc(100vw - 40px));--wf-section-space:96px;--wf-font-heading:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--wf-font-body:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*,*:before,*:after{box-sizing:border-box}body{background:var(--wf-color-ivory);color:var(--wf-color-charcoal);font-family:var(--wf-font-body);font-size:16px;line-height:1.6}main{background:var(--wf-color-ivory)}h1,h2,h3,h4,h5,h6{color:var(--wf-color-charcoal);font-family:var(--wf-font-heading);font-weight:750;letter-spacing:0;line-height:1.08;margin-block:0 .42em;overflow-wrap:anywhere}h1{font-size:64px}h2{font-size:42px}h3{font-size:28px}p{margin-block:0 1em}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(122,13,13,.62);outline-offset:3px}img{height:auto;max-width:100%}.wf-skip-link{background:var(--wf-color-wine);color:var(--wf-color-white);font-weight:700;left:16px;padding:10px 14px;position:fixed;text-decoration:none;top:16px;transform:translateY(-150%);transition:transform .16s ease;z-index:100}.wf-skip-link:focus{transform:translateY(0)}.wf-container{margin-inline:auto;width:var(--wf-container)}.wf-site-header{background:rgba(247,241,231,.97);border-bottom:1px solid rgba(35,18,14,.2);box-shadow:0 8px 24px rgba(0,0,0,.12);position:sticky;top:0;z-index:20}.wf-site-header__inner{align-items:center;display:flex;gap:24px;min-height:82px;position:relative}.wf-site-header__inner:before{background:var(--wf-color-wine);content:"";height:3px;left:0;position:absolute;right:0;top:0}.wf-site-header__logo{align-items:center;display:inline-flex;flex:0 0 auto;text-decoration:none}.wf-site-header__logo img{max-height:54px;width:auto}.wf-site-header__nav{align-items:center;display:flex;flex:1 1 auto;gap:22px;justify-content:center}.wf-site-header__nav a{color:var(--wf-color-charcoal);font-size:14px;font-weight:700;text-decoration:none;transition:color .16s ease}.wf-site-header__nav a:hover{color:var(--wf-color-wine)}.wf-nav-item{position:relative}.wf-nav-item summary{align-items:center;color:var(--wf-color-charcoal);cursor:pointer;display:inline-flex;font-size:14px;font-weight:800;gap:7px;list-style:none}.wf-nav-item summary::-webkit-details-marker{display:none}.wf-nav-item summary:after{border-bottom:2px solid currentColor;border-right:2px solid currentColor;content:"";height:7px;margin-top:-3px;transform:rotate(45deg);transition:transform .16s ease;width:7px}.wf-nav-item[open] summary,.wf-nav-item summary:hover{color:var(--wf-color-wine)}.wf-nav-item[open] summary:after{margin-top:3px;transform:rotate(225deg)}.wf-nav-dropdown{background:#fffaf2;border:1px solid rgba(29,20,16,.14);border-radius:var(--wf-radius-card);box-shadow:0 22px 44px rgba(29,20,16,.16);display:grid;gap:20px;grid-template-columns:repeat(2,minmax(190px, 1fr));left:50%;min-width:520px;opacity:0;padding:20px;pointer-events:none;position:absolute;top:calc(100% + 20px);transform:translateX(-50%) translateY(8px);transition:opacity .16s ease,transform .16s ease;z-index:30}.wf-nav-item[open] .wf-nav-dropdown{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.wf-nav-dropdown__group{display:grid;gap:8px}.wf-nav-dropdown__group span{color:var(--wf-color-wine);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.wf-nav-dropdown .wf-nav-dropdown__group a{border-radius:var(--wf-radius-button);color:var(--wf-color-charcoal);display:block;font-size:14px;font-weight:700;line-height:1.25;padding:8px 10px}.wf-nav-dropdown .wf-nav-dropdown__group a:hover{background:rgba(122,13,13,.06)}.wf-nav-dropdown__all{align-items:center;background:linear-gradient(135deg,#760909,#2a1713);border-radius:var(--wf-radius-button);color:var(--wf-color-white) !important;display:inline-flex;grid-column:1/-1;justify-content:center;min-height:42px;padding:10px 14px}.wf-site-header__toggle{align-items:center;background:#fffaf2;border:1px solid rgba(29,20,16,.2);border-radius:var(--wf-radius-button);display:none;flex:0 0 auto;height:42px;justify-content:center;padding:0;width:42px}.wf-site-header__toggle span{background:var(--wf-color-charcoal);display:block;height:2px;position:absolute;transition:transform .16s ease,opacity .16s ease;width:18px}.wf-site-header__toggle span:nth-child(1){transform:translateY(-6px)}.wf-site-header__toggle span:nth-child(3){transform:translateY(6px)}.wf-site-header__toggle[aria-expanded=true] span:nth-child(1){transform:rotate(45deg)}.wf-site-header__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.wf-site-header__toggle[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg)}.wf-site-header__cta{flex:0 0 auto}.wf-section{background:var(--wf-color-ivory);border-top:1px solid rgba(29,20,16,.08);padding-block:var(--wf-section-space)}.wf-section--linen{background:var(--wf-color-linen)}.wf-eyebrow{color:var(--wf-color-wine);font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.wf-lead{color:var(--wf-color-warm-gray);font-size:18px;line-height:1.58;max-width:760px}.wf-button-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.wf-button{align-items:center;border:1px solid transparent;border-radius:var(--wf-radius-button);display:inline-flex;font-size:13px;font-weight:700;gap:8px;justify-content:center;min-height:46px;padding:12px 20px;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.wf-button:hover{box-shadow:0 14px 30px rgba(0,0,0,.22);transform:translateY(-1px)}.wf-button--primary{background:linear-gradient(135deg,#760909,#2a1713);box-shadow:0 12px 28px rgba(0,0,0,.24);color:var(--wf-color-white)}.wf-button--primary:hover{background:linear-gradient(135deg,#8a0b0b,#1a100e)}.wf-button--secondary{background:rgba(255,250,242,.62);border-color:rgba(29,20,16,.24);color:var(--wf-color-charcoal)}.wf-button--light{background:var(--wf-color-white);color:var(--wf-color-charcoal)}.wf-grid{display:grid;gap:24px}.wf-grid--3{grid-template-columns:repeat(3,minmax(0, 1fr))}.wf-grid--4{grid-template-columns:repeat(4,minmax(0, 1fr))}.wf-card{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);box-shadow:var(--wf-shadow-soft);overflow:hidden;position:relative}.wf-card h2,.wf-card h3,.wf-card h4,.wf-card__title{color:var(--wf-color-charcoal)}.wf-card:before{background:linear-gradient(90deg,#6f0808,#2a1713);content:"";height:3px;left:0;position:absolute;right:0;top:0;z-index:1}.wf-card__media{aspect-ratio:4/3;background:linear-gradient(135deg,rgba(23,27,29,.08),rgba(23,27,29,.02)),#dfd1bf;border-bottom:1px solid rgba(110,63,39,.16);display:block;overflow:hidden}.wf-card__media img{display:block;height:100%;object-fit:cover;width:100%}.wf-card__body{padding:24px}.wf-card__title{font-family:var(--wf-font-heading);font-size:22px;line-height:1.18;margin-bottom:10px}.wf-card__text{color:var(--wf-color-warm-gray);font-size:14px}.wf-card a{color:#6f0808;font-size:14px;font-weight:700;text-decoration:none}.wf-mini-meta{border-top:1px solid rgba(23,27,29,.12);color:var(--wf-color-wine);font-size:12px;font-weight:700;margin-block:18px 14px;padding-top:12px}.wf-clean-list{display:grid;gap:10px;list-style:none;margin:18px 0 0;padding:0}.wf-clean-list li{border-bottom:1px solid rgba(23,27,29,.1);color:var(--wf-color-warm-gray);padding-bottom:10px;position:relative}.wf-clean-list li:before{background:var(--wf-color-wine);border-radius:999px;content:"";display:inline-block;height:7px;margin-right:8px;width:7px}.wf-tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.wf-tag{background:rgba(122,13,13,.06);border:1px solid rgba(122,13,13,.16);color:var(--wf-color-charcoal);border-radius:999px;font-size:12px;font-weight:700;padding:6px 10px}.wf-card .wf-tag,.wf-process .wf-tag,.wf-form-shell .wf-tag{background:rgba(122,13,13,.06);border-color:rgba(122,13,13,.16);color:var(--wf-color-charcoal)}.wf-hero{background:radial-gradient(circle at 78% 22%,rgba(122,13,13,.2),rgba(122,13,13,0) 24%),linear-gradient(135deg,#2a1713,#120c0a 76%);min-height:min(760px, 92vh);padding-block:clamp(96px, 13vw, 168px) clamp(54px, 7vw, 88px)}.wf-hero h1,.wf-hero h2,.wf-hero h3{color:rgba(255,250,246,.96)}.wf-hero .wf-eyebrow{color:#d8b0a4}.wf-hero .wf-lead{color:rgba(255,250,246,.74)}.wf-hero .wf-button--secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.24);color:rgba(255,250,246,.9)}.wf-hero--compact{min-height:auto;padding-block:clamp(72px, 10vw, 118px)}.wf-hero--compact .wf-hero__layout{align-items:center}.wf-hero__layout{align-items:end;display:grid;gap:clamp(28px, 5vw, 70px);grid-template-columns:minmax(0, 0.95fr) minmax(320px, 0.75fr)}.wf-hero__media{aspect-ratio:4/5;background:var(--wf-color-linen);border:1px solid rgba(255,250,242,.18);box-shadow:18px 18px 0 rgba(0,0,0,.2);border-radius:var(--wf-radius-card);overflow:hidden}.wf-hero__media img{display:block;height:100%;object-fit:cover;width:100%}.wf-hero--sales{background:linear-gradient(90deg,rgba(18,12,10,.88),rgba(18,12,10,.66) 52%,rgba(18,12,10,.22)),url(//wellfurnir.com/wp-content/themes/wellfurnir-child/assets/css/../images/wellfurnir-hero-hospitality.webp) center/cover no-repeat;display:flex;min-height:min(780px, calc(100vh - 82px));padding-block:clamp(92px, 12vw, 158px) clamp(64px, 8vw, 108px)}.wf-hero--sales__content{align-self:center}.wf-hero--sales h1{max-width:880px}.wf-hero--sales .wf-lead{margin-bottom:24px;max-width:720px}.wf-hero-bullets{display:grid;gap:10px 22px;grid-template-columns:repeat(2,minmax(220px, max-content));list-style:none;margin:0 0 30px;padding:0}.wf-hero-bullets li{color:rgba(255,250,246,.88);font-size:15px;font-weight:700;padding-left:20px;position:relative}.wf-hero-bullets li:before{background:var(--wf-color-gold-soft);content:"";height:8px;left:0;position:absolute;top:.68em;width:8px}.wf-image-placeholder,.wf-collection-placeholder{align-items:center;background:var(--wf-color-linen);color:var(--wf-color-charcoal);display:flex;font-family:var(--wf-font-heading);font-size:28px;height:100%;justify-content:center;line-height:1.08;min-height:280px;padding:28px;text-align:center}.wf-collection-placeholder{border-radius:var(--wf-radius-card);min-height:420px}.wf-feature-image{aspect-ratio:4/3;background:var(--wf-color-linen);border:1px solid rgba(23,27,29,.18);border-radius:var(--wf-radius-card);box-shadow:var(--wf-shadow-soft);overflow:hidden}.wf-feature-image img{display:block;height:100%;object-fit:cover;width:100%}.wf-download-panel{background:rgba(255,250,242,.94);border:1px solid rgba(255,255,255,.24);border-radius:var(--wf-radius-card);box-shadow:18px 18px 0 rgba(0,0,0,.18);padding:clamp(26px, 4vw, 42px)}.wf-download-panel__media{aspect-ratio:16/11;border:1px solid rgba(29,20,16,.12);border-radius:var(--wf-radius-card);margin-bottom:24px;overflow:hidden}.wf-download-panel__media img{display:block;height:100%;object-fit:cover;width:100%}.wf-download-panel h2{color:var(--wf-color-charcoal);font-size:30px}.wf-download-panel p{color:var(--wf-color-warm-gray)}.wf-trust-bar{background:linear-gradient(180deg,#2a1713,#140d0c);border-block:1px solid rgba(255,255,255,.06);color:var(--wf-color-white);padding-block:18px}.wf-card-grid{margin-top:34px}.wf-scenario{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-left:4px solid var(--wf-color-wine);border-radius:var(--wf-radius-card);box-shadow:0 16px 34px rgba(38,27,23,.06);padding:28px}.wf-scenario h3{color:var(--wf-color-charcoal)}.wf-scenario+.wf-scenario{margin-top:14px}.wf-scenario h3{font-family:var(--wf-font-body);font-size:18px;line-height:1.25}.wf-scenario p{color:var(--wf-color-warm-gray);margin-bottom:0}.wf-trust-bar__items{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0, 1fr))}.wf-trust-bar__item{color:rgba(255,250,243,.86);font-size:13px;font-weight:700}.wf-trust-bar--metrics .wf-trust-bar__item{display:grid;gap:2px}.wf-trust-bar--metrics .wf-trust-bar__item strong{color:var(--wf-color-white);font-family:var(--wf-font-heading);font-size:26px;line-height:1}.wf-trust-bar--metrics .wf-trust-bar__item span{color:rgba(255,250,243,.78)}.wf-section-heading{align-items:end;display:flex;gap:24px;justify-content:space-between}.wf-section-heading h2{max-width:760px}.wf-inline-cta{border-bottom:2px solid currentColor;color:var(--wf-color-wine);flex:0 0 auto;font-size:14px;font-weight:800;text-decoration:none}.wf-scenario a{color:var(--wf-color-wine);display:inline-block;font-size:14px;font-weight:800;margin-top:18px;text-decoration:none}.wf-proof--list .wf-clean-list li{color:var(--wf-color-charcoal);font-weight:700}.wf-project-card{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);box-shadow:0 16px 34px rgba(38,27,23,.08);padding:26px;position:relative}.wf-project-card:before{background:linear-gradient(90deg,#6f0808,#2a1713);content:"";height:3px;left:0;position:absolute;right:0;top:0}.wf-project-card h3{font-size:22px}.wf-project-card dl{display:grid;gap:12px;margin:18px 0}.wf-project-card dl div{border-top:1px solid rgba(29,20,16,.1);padding-top:12px}.wf-project-card dt{color:var(--wf-color-wine);font-size:11px;font-weight:900;text-transform:uppercase}.wf-project-card dd{color:var(--wf-color-charcoal);font-weight:750;margin:3px 0 0}.wf-project-card p{color:var(--wf-color-warm-gray);margin-bottom:0}.wf-factory-showcase{display:grid;gap:24px;grid-template-columns:minmax(0, 1.1fr) minmax(320px, 0.9fr);margin-top:34px}.wf-factory-showcase__media{aspect-ratio:16/10;background:var(--wf-color-linen);border-radius:var(--wf-radius-card);box-shadow:var(--wf-shadow-soft);overflow:hidden;position:relative}.wf-factory-showcase__media img{display:block;height:100%;object-fit:cover;width:100%}.wf-factory-showcase__media span{background:rgba(18,12,10,.78);bottom:18px;color:var(--wf-color-white);font-size:13px;font-weight:800;left:18px;padding:9px 12px;position:absolute}.wf-factory-showcase__list{display:grid;gap:12px}.wf-factory-showcase__list article{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-left:4px solid var(--wf-color-wine);border-radius:var(--wf-radius-card);padding:18px 20px}.wf-factory-showcase__list h3{font-family:var(--wf-font-body);font-size:17px;margin-bottom:6px}.wf-factory-showcase__list p{color:var(--wf-color-warm-gray);font-size:14px;margin-bottom:0}.wf-sticky-cta{bottom:22px;display:grid;gap:8px;position:fixed;right:22px;z-index:40}.wf-sticky-cta a{background:linear-gradient(135deg,#760909,#2a1713);border:1px solid rgba(255,255,255,.18);border-radius:var(--wf-radius-button);box-shadow:0 14px 30px rgba(0,0,0,.26);color:var(--wf-color-white);font-size:12px;font-weight:900;min-width:102px;padding:11px 13px;text-align:center;text-decoration:none}.wf-ads-lp .wf-site-header,.wf-ads-lp .wf-site-footer{display:none}.wf-ads-hero{background:linear-gradient(90deg,rgba(18,12,10,.9),rgba(18,12,10,.72) 52%,rgba(18,12,10,.42)),url(//wellfurnir.com/wp-content/themes/wellfurnir-child/assets/css/../images/wellfurnir-hero-hospitality.webp) center/cover no-repeat;color:var(--wf-color-white);min-height:760px;padding-block:34px 62px}.wf-ads-hero__grid{align-items:center;display:grid;gap:clamp(28px, 5vw, 72px);grid-template-columns:minmax(0, 0.96fr) minmax(360px, 0.72fr);min-height:664px}.wf-ads-logo{background:var(--wf-color-white);display:inline-flex;margin-bottom:58px;padding:8px 14px}.wf-ads-logo img{display:block;max-height:46px;width:auto}.wf-ads-hero h1,.wf-ads-form-card h2,.wf-ads-final-cta h2{color:var(--wf-color-white)}.wf-ads-hero h1{max-width:780px}.wf-ads-hero .wf-lead{color:rgba(255,250,246,.78);max-width:650px}.wf-ads-checks{display:grid;gap:10px;list-style:none;margin:26px 0 0;padding:0}.wf-ads-checks li{color:rgba(255,250,246,.9);font-weight:800;padding-left:20px;position:relative}.wf-ads-checks li:before{background:var(--wf-color-gold-soft);content:"";height:8px;left:0;position:absolute;top:.7em;width:8px}.wf-ads-form-card{background:rgba(255,250,242,.98);border:1px solid rgba(255,255,255,.24);border-radius:var(--wf-radius-card);box-shadow:0 28px 64px rgba(0,0,0,.34);color:var(--wf-color-charcoal);padding:clamp(22px, 3vw, 34px)}.wf-ads-form-card h2{color:var(--wf-color-charcoal);font-size:30px}.wf-form-notice{background:rgba(122,13,13,.08);border:1px solid rgba(122,13,13,.2);color:var(--wf-color-charcoal);font-size:14px;font-weight:800;margin-bottom:16px;padding:10px 12px}.wf-form-notice--success{background:rgba(77,85,82,.12);border-color:rgba(77,85,82,.24)}.wf-ads-rfq-form{display:grid;gap:13px;grid-template-columns:repeat(2,minmax(0, 1fr))}.wf-ads-rfq-form label{color:var(--wf-color-charcoal);display:grid;font-size:13px;font-weight:800;gap:6px}.wf-ads-rfq-form input,.wf-ads-rfq-form textarea,.wf-ads-rfq-form select{background:var(--wf-color-white);border:1px solid rgba(29,20,16,.2);border-radius:var(--wf-radius-button);color:var(--wf-color-charcoal);min-height:44px;padding:10px 12px}.wf-ads-rfq-form__full,.wf-ads-submit{grid-column:1/-1}.wf-ads-submit{width:100%}.wf-ads-trust-strip{background:#140d0c;color:var(--wf-color-white);padding-block:16px}.wf-ads-trust-strip .wf-container{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0, 1fr))}.wf-ads-trust-strip span{color:rgba(255,250,243,.86);font-size:13px;font-weight:900}.wf-ads-section-head{max-width:780px}.wf-ads-card,.wf-ads-step{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);box-shadow:0 16px 34px rgba(38,27,23,.08);padding:26px}.wf-ads-card h3,.wf-ads-step h3{font-size:21px}.wf-ads-card p,.wf-ads-step p{color:var(--wf-color-warm-gray);margin-bottom:0}.wf-ads-engineering{align-items:center;display:grid;gap:clamp(28px, 5vw, 72px);grid-template-columns:minmax(0, 0.9fr) minmax(0, 1fr)}.wf-ads-engineering .wf-button{margin-top:10px}.wf-ads-step span{color:var(--wf-color-wine);display:block;font-family:var(--wf-font-heading);font-size:34px;font-weight:800;line-height:1;margin-bottom:14px}.wf-ads-final-cta{background:linear-gradient(180deg,#241511,#100b0a);color:var(--wf-color-white);padding-block:clamp(56px, 7vw, 88px)}.wf-ads-final-cta p{color:rgba(255,255,255,.74)}.wf-ads-mobile-cta{display:none}.wf-cta{background:radial-gradient(circle at 82% 18%,rgba(122,13,13,.22),rgba(122,13,13,0) 28%),linear-gradient(180deg,#241511,#100b0a);border-top:1px solid rgba(255,255,255,.08);color:var(--wf-color-white);padding-block:clamp(56px, 7vw, 88px)}.wf-cta h2{color:var(--wf-color-white)}.wf-cta p{color:rgba(255,255,255,.74)}.wf-button--on-dark{border-color:rgba(255,255,255,.28);color:var(--wf-color-white)}.wf-collections-hero{background:linear-gradient(90deg,rgba(18,12,10,.88),rgba(18,12,10,.7) 52%,rgba(18,12,10,.28)),url(//wellfurnir.com/wp-content/themes/wellfurnir-child/assets/css/../images/wellfurnir-hero-hospitality.webp) center/cover no-repeat;color:var(--wf-color-white);min-height:min(760px, calc(100vh - 82px));padding-block:clamp(92px, 12vw, 156px) clamp(54px, 8vw, 92px)}.wf-collections-hero h1{color:var(--wf-color-white);max-width:860px}.wf-collections-hero .wf-lead{color:rgba(255,250,246,.78);margin-bottom:24px;max-width:760px}.wf-collections-hero__grid{align-items:center;display:grid;min-height:min(560px, 62vh)}.wf-collections-trust{display:grid;gap:10px 22px;grid-template-columns:repeat(2,minmax(220px, max-content));list-style:none;margin:0 0 30px;padding:0}.wf-collections-trust li{color:rgba(255,250,246,.9);font-size:15px;font-weight:800;padding-left:20px;position:relative}.wf-collections-trust li:before{background:var(--wf-color-gold-soft);content:"";height:8px;left:0;position:absolute;top:.7em;width:8px}.wf-collections-note{color:rgba(255,250,246,.72);font-size:13px;font-weight:800;margin-top:16px}.wf-collection-entry{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);box-shadow:0 16px 34px rgba(38,27,23,.08);overflow:hidden}.wf-collection-entry__media{aspect-ratio:4/3;display:block;overflow:hidden}.wf-collection-entry__media img{display:block;height:100%;object-fit:cover;width:100%}.wf-collection-entry__body{padding:22px}.wf-collection-entry h3{font-size:21px}.wf-collection-entry p{color:var(--wf-color-warm-gray);font-size:14px}.wf-collection-entry__cta{color:var(--wf-color-wine);font-size:14px;font-weight:900;text-decoration:none}.wf-collections-problem,.wf-collections-quote{align-items:start;display:grid;gap:clamp(28px, 5vw, 72px);grid-template-columns:minmax(0, 0.86fr) minmax(360px, 1fr)}.wf-collections-solution{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-left:4px solid var(--wf-color-wine);border-radius:var(--wf-radius-card);box-shadow:0 16px 34px rgba(38,27,23,.08);padding:clamp(24px, 4vw, 38px)}.wf-collections-solution p{color:var(--wf-color-charcoal);font-size:22px;font-weight:750;line-height:1.35}.wf-collections-solution .wf-button{margin-top:10px}.wf-collections-application-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0, 1fr))}.wf-collections-application-grid div,.wf-collections-quote__points span{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);color:var(--wf-color-charcoal);font-size:14px;font-weight:800;padding:15px 18px}.wf-collections-quote__points{display:grid;gap:10px;margin-top:26px}.wf-split{align-items:start;display:grid;gap:clamp(28px, 5vw, 72px);grid-template-columns:minmax(0, 0.85fr) minmax(0, 1fr)}.wf-content{max-width:860px}.wf-content>*+*{margin-top:20px}.wf-content .wf-button-row{margin-top:28px}.wf-content h2,.wf-content h3{margin-top:34px}.wf-process{display:grid;gap:14px}.wf-process>div{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);padding:22px}.wf-process>div p,.wf-process>div strong{color:var(--wf-color-charcoal)}.wf-process span{color:var(--wf-color-wine);display:block;font-family:var(--wf-font-heading);font-size:24px;line-height:1;margin-bottom:8px}.wf-process strong{color:var(--wf-color-charcoal);display:block;font-size:16px;margin-bottom:6px}.wf-process p{color:var(--wf-color-warm-gray);margin-bottom:0}.wf-check-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0, 1fr));margin-top:30px}.wf-check-grid>div,.wf-check-list>div{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);color:var(--wf-color-charcoal);font-size:14px;font-weight:700;padding:16px 18px 16px 42px;position:relative}.wf-check-grid>div:before,.wf-check-list>div:before{background:var(--wf-color-wine);border-radius:999px;content:"";height:8px;left:20px;position:absolute;top:24px;width:8px}.wf-check-list{display:grid;gap:10px;margin-top:24px}.wf-proof-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0, 1fr));margin-top:34px}.wf-proof{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);box-shadow:0 16px 34px rgba(38,27,23,.06);min-height:100%;padding:24px}.wf-proof h3{font-family:var(--wf-font-body);font-size:18px;line-height:1.25}.wf-proof p{color:var(--wf-color-warm-gray);font-size:14px;margin-bottom:0}.wf-spec-table{background:#fffaf2;border:1px solid rgba(110,63,39,.16);border-radius:var(--wf-radius-card);box-shadow:var(--wf-shadow-soft);overflow:hidden}.wf-spec-table__row{display:grid;gap:18px;grid-template-columns:minmax(120px, 0.32fr) minmax(0, 1fr);padding:18px 22px}.wf-spec-table__row+.wf-spec-table__row{border-top:1px solid rgba(23,27,29,.1)}.wf-spec-table__row span{color:var(--wf-color-wine);font-size:12px;font-weight:800;text-transform:uppercase}.wf-spec-table__row strong{color:var(--wf-color-charcoal);font-size:15px;line-height:1.45}.wf-site-footer{background:linear-gradient(180deg,#211411,#100b0a);border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.72);padding-block:64px}.wf-site-footer__grid{display:grid;gap:28px;grid-template-columns:1.25fr repeat(5,minmax(0, 1fr))}.wf-site-footer__logo{background:var(--wf-color-white);border-radius:6px;margin-bottom:16px;max-height:62px;padding:6px 12px;width:auto}.wf-site-footer h3{color:var(--wf-color-white);font-family:var(--wf-font-body);font-size:13px;letter-spacing:0;text-transform:uppercase}.wf-site-footer a{color:rgba(255,255,255,.72);display:block;margin-bottom:8px;text-decoration:none}.wf-site-footer .wf-button{color:var(--wf-color-charcoal);display:inline-flex;margin-top:10px;max-width:100%}.wf-faq{border-top:1px solid rgba(29,20,16,.12)}.wf-faq__item{border-bottom:1px solid rgba(29,20,16,.12);padding-block:22px}.wf-faq__question{color:var(--wf-color-charcoal);font-size:17px;font-weight:700}.wf-form input,.wf-form textarea,.wf-form select{background:var(--wf-color-white);border:1px solid rgba(23,27,29,.22);border-radius:4px;color:var(--wf-color-charcoal);min-height:46px;padding:12px 14px;width:100%}.wf-inquiry-form,.wf-form-shell{background:var(--wf-color-white);border:1px solid rgba(23,27,29,.16);border-radius:var(--wf-radius-card);box-shadow:var(--wf-shadow-soft)}.wf-inquiry-form{display:grid;gap:16px;padding:clamp(24px, 4vw, 38px)}.wf-form-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0, 1fr))}.wf-form-shell{padding:clamp(24px, 4vw, 38px)}.wf-inquiry-form label{color:var(--wf-color-charcoal);display:grid;font-size:13px;font-weight:700;gap:7px}.wf-form-shell .ff-el-group{margin-bottom:16px}.wf-form-shell .ff-el-input--label label{color:var(--wf-color-charcoal);font-size:13px;font-weight:700}.wf-form-shell h2,.wf-form-shell h3,.wf-inquiry-form h2,.wf-inquiry-form h3{color:var(--wf-color-charcoal)}.wf-form-shell input,.wf-form-shell textarea,.wf-form-shell select{background:#fffaf2;border:1px solid rgba(23,27,29,.22);border-radius:4px;color:var(--wf-color-charcoal);min-height:46px}.wf-form-shell .ff-btn-submit{background:linear-gradient(135deg,#6f0808,#221512);border:0;border-radius:var(--wf-radius-button);box-shadow:0 10px 18px rgba(23,27,29,.16);color:var(--wf-color-white);font-weight:700;min-height:46px;padding-inline:20px}@media (max-width:900px){:root{--wf-container:min(100% - 28px, 680px);--wf-section-space:58px}.wf-hero__layout,.wf-split,.wf-factory-showcase,.wf-ads-hero__grid,.wf-ads-engineering,.wf-grid--3,.wf-grid--4,.wf-check-grid,.wf-proof-grid,.wf-form-grid,.wf-trust-bar__items,.wf-site-footer__grid{grid-template-columns:1fr}.wf-site-header__inner{align-items:center;flex-direction:row;flex-wrap:wrap;gap:12px;min-height:68px;padding-block:10px}.wf-site-header__logo{margin-right:auto}.wf-site-header__logo img{max-height:44px}.wf-site-header__toggle{display:inline-flex;position:relative}.wf-site-header__nav{background:#fffaf2;border:1px solid rgba(29,20,16,.12);border-radius:var(--wf-radius-card);box-shadow:0 18px 36px rgba(29,20,16,.12);display:none;flex-basis:100%;flex-wrap:wrap;gap:0;justify-content:flex-start;order:4;overflow:hidden;padding:8px}.wf-site-header__nav a{border-bottom:1px solid rgba(29,20,16,.08);flex:1 0 100%;font-size:15px;min-height:44px;padding:11px 8px}.wf-site-header__nav a:last-child{border-bottom:0}.wf-nav-item{flex:1 0 100%;width:100%}.wf-nav-item summary{border-bottom:1px solid rgba(29,20,16,.08);font-size:15px;justify-content:space-between;min-height:44px;padding:11px 8px;width:100%}.wf-nav-dropdown{background:rgba(255,255,255,.42);border:0;box-shadow:none;display:grid;gap:14px;grid-template-columns:1fr;left:auto;min-width:0;opacity:1;padding:12px 8px 16px;pointer-events:auto;position:static;transform:none;transition:none;width:100%}.wf-nav-dropdown .wf-nav-dropdown__group a{border-bottom:0;min-height:0;padding:7px 0}.wf-nav-dropdown__all{min-height:44px;width:100%}.wf-nav-open .wf-site-header__nav{display:flex}.wf-site-header__cta{display:none}.wf-hero{min-height:auto;padding-block:58px 46px}.wf-hero--sales{background:linear-gradient(180deg,rgba(18,12,10,.9),rgba(18,12,10,.74)),url(//wellfurnir.com/wp-content/themes/wellfurnir-child/assets/css/../images/wellfurnir-hero-hospitality.webp) center/cover no-repeat;min-height:auto;padding-block:58px 52px}.wf-collections-hero{background:linear-gradient(180deg,rgba(18,12,10,.9),rgba(18,12,10,.74)),url(//wellfurnir.com/wp-content/themes/wellfurnir-child/assets/css/../images/wellfurnir-hero-hospitality.webp) center/cover no-repeat;min-height:auto;padding-block:58px 48px}.wf-collections-hero__grid{min-height:0}.wf-hero-bullets{grid-template-columns:1fr}.wf-collections-trust{grid-template-columns:1fr}.wf-collections-problem,.wf-collections-quote,.wf-collections-application-grid{grid-template-columns:1fr}.wf-section-heading{align-items:start;display:grid;gap:12px}.wf-hero--compact{padding-block:52px}.wf-hero__media,.wf-feature-image,.wf-card__media{aspect-ratio:16/11}.wf-hero__media{box-shadow:10px 10px 0 rgba(0,0,0,.18)}.wf-section{padding-block:var(--wf-section-space)}h1{font-size:36px;line-height:1.1}h2{font-size:28px}h3{font-size:22px}.wf-lead{font-size:16px}.wf-button-row{align-items:stretch;flex-direction:column;width:100%}.wf-button{min-height:48px;width:100%}.wf-card-grid{margin-top:26px}.wf-card__body,.wf-scenario,.wf-process>div,.wf-proof,.wf-form-shell,.wf-inquiry-form{padding:20px}.wf-card__title{font-size:20px}.wf-trust-bar{padding-block:10px}.wf-trust-bar__items{gap:0}.wf-trust-bar__item{border-bottom:1px solid rgba(255,255,255,.08);padding-block:10px}.wf-trust-bar__item:last-child{border-bottom:0}.wf-trust-bar--metrics .wf-trust-bar__item{gap:4px;padding-block:12px}.wf-factory-showcase__media{aspect-ratio:16/11}.wf-sticky-cta{background:rgba(16,11,10,.94);border-top:1px solid rgba(255,255,255,.1);bottom:0;display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0, 1fr));left:0;padding:8px;right:0}.wf-sticky-cta a{min-height:42px;min-width:0;padding:10px 8px}.wf-ads-hero{background:linear-gradient(180deg,rgba(18,12,10,.88),rgba(18,12,10,.7)),url(//wellfurnir.com/wp-content/themes/wellfurnir-child/assets/css/../images/wellfurnir-hero-hospitality.webp) center/cover no-repeat;min-height:0;padding-block:18px 42px}.wf-ads-hero__grid{min-height:0}.wf-ads-hero__copy{order:2}.wf-ads-form-card{order:1}.wf-ads-logo{margin-bottom:26px}.wf-ads-trust-strip .wf-container,.wf-ads-rfq-form{grid-template-columns:1fr}.wf-ads-trust-strip span{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:10px}.wf-ads-trust-strip span:last-child{border-bottom:0;padding-bottom:0}.wf-ads-mobile-cta{background:rgba(16,11,10,.96);border-top:1px solid rgba(255,255,255,.1);bottom:0;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0, 1fr));left:0;padding:8px;position:fixed;right:0;z-index:50}.wf-ads-mobile-cta a{background:linear-gradient(135deg,#760909,#2a1713);color:var(--wf-color-white);font-size:13px;font-weight:900;min-height:44px;padding:11px 10px;text-align:center;text-decoration:none}.wf-ads-lp{padding-bottom:60px}.wf-site-footer{padding-bottom:86px}.wf-check-grid{margin-top:22px}.wf-proof-grid{margin-top:26px}.wf-spec-table__row{grid-template-columns:1fr;gap:6px;padding:16px 18px}.wf-download-panel{box-shadow:10px 10px 0 rgba(0,0,0,.16)}.wf-download-panel__media{margin-bottom:18px}}@media (max-width:520px){body{font-size:15px}h1{font-size:32px}h2{font-size:25px}.wf-eyebrow{font-size:10px;letter-spacing:.1em}.wf-site-header__cta{font-size:12px;min-height:44px}.wf-download-panel h2{font-size:24px}.wf-site-footer{padding-block:46px;padding-bottom:92px}}.wf-post-card .wf-card__media{display:block;overflow:hidden}.wf-post-card .wf-card__media img,.wf-post-hero-media img{height:100%;object-fit:cover;width:100%}.wf-post-content{max-width:820px}.wf-post-content p,.wf-post-content li{color:var(--wf-muted);font-size:18px;line-height:1.8}.wf-post-content p+p{margin-top:18px}.wf-pagination{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:36px}.wf-pagination .page-numbers{align-items:center;border:1px solid rgba(29,20,16,.14);color:var(--wf-ink);display:inline-flex;min-height:42px;padding:8px 14px}.wf-pagination .current{background:var(--wf-ink);color:#fffaf2}.wf-empty-state{border:1px solid rgba(29,20,16,.12);padding:32px;text-align:center}
.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile:not(.ff_excluded){display:block!important}.frm-fluent-form .ff-name-address-wrapper .ff-t-cell,.frm-fluent-form .ff-name-field-wrapper .ff-t-cell{justify-content:flex-end}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-left:0!important}}.ff-cropper-lity .lity-container{max-width:960px}.ff-cropper-lity .lity-content{box-shadow:none;max-width:960px}.ff-cropper-lightbox{background:#fff;border-radius:6px;max-width:960px;overflow:hidden;width:min(960px,100vw - 40px)}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:16px 20px}.ff-cropper-lightbox__header{border-bottom:1px solid #ececec}.ff-cropper-lightbox__title{font-size:18px;font-weight:600;margin:0}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close{font-family:Arial,Baskerville,monospace;font-size:28px;height:32px;line-height:32px;padding:0;position:static;right:auto;text-align:center;text-decoration:none;top:auto;width:32px;z-index:auto}.ff-cropper-lity .lity-close.ff-cropper-lightbox__close,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:active,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:focus,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:hover,.ff-cropper-lity .lity-close.ff-cropper-lightbox__close:visited{background:0 0;border:0;box-shadow:none;color:#000;text-shadow:none}.ff-cropper-lightbox__body{max-height:calc(100vh - 180px);overflow:auto;padding:20px}.ff-cropper-lightbox__canvas{align-items:center;display:flex;justify-content:center;max-height:calc(100vh - 360px);min-height:320px;overflow:hidden}.ff-cropper-lightbox__canvas img{display:block;max-height:100%;max-width:100%}.ff-cropper-lightbox__error,.ff-cropper-lightbox__hint{font-size:13px;margin-top:10px}.ff-cropper-lightbox__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.ff-cropper-lightbox__toolbar-label{color:#606266;font-size:13px;font-weight:600}.ff-cropper-lightbox__ratio-list{display:flex;flex-wrap:wrap;gap:8px}.ff-cropper-lightbox__ratio-btn{background:#fff;border:1px solid #dcdfe6;border-radius:999px;color:#606266;cursor:pointer;font-size:12px;line-height:1;padding:8px 12px}.ff-cropper-lightbox__ratio-btn.is-active{background:#ecf5ff;border-color:#1a7efb;color:#1a7efb}.ff-cropper-lightbox__error{color:#f56c6c;min-height:18px}.ff-cropper-lightbox__footer{border-top:1px solid #ececec;justify-content:flex-end}.ff-cropper-lightbox__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #dcdfe6;border-radius:4px;color:#606266;cursor:pointer;font-family:inherit;line-height:1.2;padding:10px 16px}.ff-cropper-lightbox__btn:focus,.ff-cropper-lightbox__btn:hover{background:#f5f7fa;border-color:#c0c4cc;color:#303133}.ff-cropper-lightbox__btn--primary{background:#1a7efb;border-color:#1a7efb;color:#fff}.ff-cropper-lightbox__btn--primary:focus,.ff-cropper-lightbox__btn--primary:hover{background:#0f6fe8;border-color:#0f6fe8;color:#fff}@media (max-width:767px){.ff-cropper-lightbox{width:calc(100vw - 24px)}.ff-cropper-lightbox__body{max-height:calc(100vh - 150px);padding:16px}.ff-cropper-lightbox__footer,.ff-cropper-lightbox__header{padding:14px 16px}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:var(--fluentform-danger);content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-left:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--ff-rating-inactive-color:#d4d4d4;--ff-rating-active-color:#ffb100;display:inline-flex;gap:3px;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings label{align-items:center;border-radius:4px;display:inline-flex;justify-content:center;margin-right:3px;outline:none}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within{box-shadow:0 0 0 2px rgba(255,177,0,.25)}.fluentform .ff-el-ratings label .ff-rating-icon{color:var(--ff-rating-inactive-color);display:inline-flex}.fluentform .ff-el-ratings label .ff-rating-icon-svg{display:block;height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings label .ff-rating-icon-svg.scale{transition:all .15s}.fluentform .ff-el-ratings label .ff-rating-icon-svg [fill]:not([fill=none]){fill:currentColor!important}.fluentform .ff-el-ratings label .ff-rating-icon-svg [stroke]:not([stroke=none]){stroke:currentColor!important}.fluentform .ff-el-ratings label.active .ff-rating-icon{color:var(--ff-rating-active-color)}.fluentform .ff-el-ratings label:focus,.fluentform .ff-el-ratings label:focus-within,.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:focus .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:focus-within .ff-rating-icon-svg.scalling,.fluentform .ff-el-ratings label:hover .ff-rating-icon-svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:var(--fluentform-danger)}.fluentform .ff-el-is-error .ff-el-form-control{border-color:var(--fluentform-danger)}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:var(--fluentform-primary)}.fluentform .ff-el-help-message{color:var(--fluentform-secondary);font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:var(--fluentform-primary);color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:right}.fluentform .ff-chat-gpt-loader-svg{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{align-items:stretch;display:flex;gap:12px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{align-self:stretch;flex:0 0 30%;margin-bottom:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-body,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-body{flex:1 1 auto;min-width:0}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-header--tabs-left{display:flex;flex-direction:column;margin-bottom:0}.fluentform .ff-step-header--tabs{background:#f5f8ff;border-radius:8px;display:flex;flex-direction:column;padding:16px}.fluentform .ff-step-header--tabs-top .ff-step-titles{justify-content:center}.fluentform .ff-step-header--tabs-top .ff-step-titles.ff-step-titles--overflowing{justify-content:flex-start}.fluentform .ff-step-header--tabs-top .ff-step-titles li .ff-step-title-text{flex:0 1 auto;margin:0 auto;max-width:100%;width:auto}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs{margin-top:16px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress{background:#dce7f6;border-radius:999px;height:8px}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar{border-radius:inherit}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-bar span{display:none}.fluentform .ff-step-header--tabs .ff-step-progress-wrap--tabs .ff-el-progress-status{color:#5f6f89;font-size:14px;font-weight:600;margin:8px 0 0;text-align:right}.fluentform .ff-step-header--tabs .ff-step-titles{counter-reset:none;display:flex;flex-wrap:nowrap;gap:12px;margin:0;overflow-x:auto;overflow-y:hidden;padding:0;scrollbar-width:thin;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles.ff-step-titles-navs{cursor:default}.fluentform .ff-step-header--tabs .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:14px;color:#4b5563;display:flex;flex:0 0 160px;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:1.3;margin:0;min-height:48px;padding:12px 14px;text-align:center}.fluentform .ff-step-header--tabs .ff-step-titles li:after,.fluentform .ff-step-header--tabs .ff-step-titles li:before{display:none}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-icon{align-items:center;color:inherit;display:inline-flex;flex:0 0 auto;font-size:16px;height:16px;justify-content:center;line-height:1;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text{align-items:center;display:flex;flex:1 1 auto;gap:8px;justify-content:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs .ff-step-titles li:first-child,.fluentform .ff-step-header--tabs .ff-step-titles li:last-child{padding-left:14px;padding-right:14px}.fluentform .ff-step-header--tabs .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left{background:#f5f8ff;border-radius:12px;padding:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles{background:0 0;border:0;border-radius:0;counter-reset:step;display:block;flex:1 1 auto;margin-bottom:0;max-height:240px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-width:thin}.fluentform .ff-step-header--tabs-left .ff-step-titles li{align-items:center;background:#fff;border:1px solid #d6dee8;border-radius:8px;box-sizing:border-box;color:#4b5563;display:flex;font-size:14px;font-weight:600;justify-content:flex-start;margin:0 0 16px;min-height:48px;overflow:hidden;padding:12px 14px 12px 48px;position:relative;text-align:left}.fluentform .ff-step-header--tabs-left .ff-step-titles li:before{align-items:center;background:#fff;border:1px solid #c8d1dc;border-radius:8px;color:#4b5563;content:counter(step);counter-increment:step;display:flex;font-size:13px;font-weight:700;height:28px;justify-content:center;left:12px;line-height:1;margin:0;position:absolute;top:50%;transform:translateY(-50%);width:28px;z-index:2}.fluentform .ff-step-header--tabs-left .ff-step-titles li:after{background:#d9e0e8;content:"";height:10px;left:34px;position:absolute;top:calc(100% + 1px);width:2px}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{display:block;flex:1 1 auto;justify-content:flex-start;line-height:1.3;min-width:0;overflow:hidden;padding-left:4px;text-overflow:ellipsis;white-space:nowrap;width:auto}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text i,.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text span[class*=dashicons],.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1}.fluentform .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text svg{height:16px;width:16px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:focus-visible,.fluentform .ff-step-header--tabs-left .ff-step-titles li:hover{background:#f8fbff;border-color:#b8d4fb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed{background:#f8fbff;border-color:#c8dcfb;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:before{background:#fff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_completed:after{background:#9ec5fe}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active{background:#f2f8ff;border-color:#007bff;color:#007bff}.fluentform .ff-step-header--tabs-left .ff-step-titles li.ff_active:before{background:#007bff;border-color:#007bff;color:#fff}.fluentform .ff-step-header--tabs-left .ff-step-titles li:first-child{padding-left:48px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child{margin-bottom:0;padding-left:48px;padding-right:14px}.fluentform .ff-step-header--tabs-left .ff-step-titles li:last-child:after{display:none}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles--clickable li,.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .fluentform .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .fluentform .ff-step-titles{margin-bottom:0}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}@media (max-width:767px){.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left],.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left]{display:block}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header{flex:unset;margin-bottom:20px}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles{background:0 0;border:0;border-radius:0;display:flex;gap:10px;max-height:none;overflow-x:auto;overflow-y:hidden;padding:0}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li{border-radius:12px;justify-content:center;margin:0;min-height:56px;padding:14px 12px;text-align:center}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:after,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li:before{display:none}.fluentform .ff-step-container[data-progress_indicator=steps_with_nav][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text,.fluentform .ff-step-container[data-progress_indicator=tabs][data-progress_layout=left] .ff-step-header--tabs-left .ff-step-titles li .ff-step-title-text{justify-content:center}}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-container-small-column-image{display:flex;flex-wrap:wrap-reverse;justify-content:center;text-align:center}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:var(--fluentform-danger);cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:var(--fluentform-danger);text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff_upload_btn.ff-btn:hover{background-color:#91959b;outline:none}.fluentform .ff_upload_btn.ff-btn:focus-visible{background-color:#91959b;outline:none}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform .text-danger{color:var(--fluentform-danger)}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1);border-bottom-left-radius:6px;border-top-left-radius:6px}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{visibility:hidden}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform .iti__search-input{min-height:30px}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto;width:100%}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:0 0;border:none;position:absolute;right:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.iti-mobile .iti--container{z-index:9999}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span{background-color:#b3d4fc}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform .ff-el-group.ff-hpsf-container{display:none!important;position:absolute!important;transform:translateX(1000%)!important}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff-dropzone .ff_upload_btn.ff-btn{background:rgba(223,240,255,.13);border:1px dashed var(--fluentform-primary);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);display:block;padding:35px;text-align:center;transition:all .2s ease;width:100%}.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover{background:rgba(223,240,255,.49)}.fluentform .ff-dropzone .ff-uploaded-list{margin-top:10px}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fluentform .ff-el-group .ff-read-only:focus{outline:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .ff-other-input-wrapper input{background:inherit}.fluentform .ff-other-input-wrapper{display:none;margin-top:8px}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:0 0;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:0 0}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff-repeater-container{display:flex;flex-direction:column}.ff-repeater-container .repeat_btn{align-self:center;display:flex}.ff-repeater-container .ff_repeater_cont_row,.ff-repeater-container .ff_repeater_header{display:flex;flex-wrap:nowrap}.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus{visibility:hidden}.ff-repeater-container .ff_repeater_cell,.ff-repeater-container .ff_repeater_header_item{box-sizing:border-box;padding:0 15px 0 0;text-align:left}.ff-repeater-container .ff-el-repeat-buttons-list{display:flex;margin-top:34%}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (max-width:400px){.ff_repeater_table{width:100%}.ff_repeater_table thead{display:none}.ff_repeater_table tbody tr{border:1px solid #ddd;display:block;margin-bottom:15px;padding:10px}.ff_repeater_table tbody td{display:block;padding:5px 0;text-align:left;width:100%!important}.ff_repeater_table tbody td .ff-el-input--content{width:100%}.ff_repeater_table .repeat_btn{margin-top:10px;padding:10px 0;text-align:center;width:100%}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list{display:flex;justify-content:space-between}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span{background-color:#f0f0f0;border-radius:3px;cursor:pointer;padding:5px 10px}}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:0 0}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}.ff_repeater_cont_row{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:flex;flex-direction:column;margin:16px 0 10px;padding-top:12px}.ff_repeater_cont_row .ff_repeater_cell{display:block;margin-left:8px;margin-right:8px;padding:5px}.ff_repeater_cont_row .ff-t-cell{flex-basis:100%!important;max-width:100%;width:100%}.ff_repeater_cont_row .ff_repeater_body[role=rowgroup]{display:flex;flex-direction:column}.ff-repeater-container .ff-el-repeat-buttons-list{margin-top:-28px}.ff-el-repeat-buttons-list{margin-top:0}}
:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto}.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto)}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-support-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}