.skip-link{z-index:9999;background:var(--navy,#1b2cc0);color:#fff;padding:.75rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}a.btn-o,a.btn-p{text-align:center;text-decoration:none;display:inline-block}*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1b2cc0;--navy-dark:#0f1137;--blue:#3644c9;--light-blue:#eef0ff;--orange:#f58220;--orange-hover:#e0740f;--dark:#0f1137;--gray:#64668a;--light:#f7f8fc;--white:#fff;--border:#e2e4f0}body{color:var(--dark);background:#fff;font-family:DM Sans,sans-serif;line-height:1.6;overflow-x:hidden}a{color:var(--navy);text-decoration:none}.banner{background:var(--navy-dark);color:#fff;text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px;min-height:75px;padding:10px 20px;font-size:13px;display:flex;overflow:hidden}.banner .bt{line-height:1.4;transition:opacity .35s,transform .35s}.banner .bt.out{opacity:0;transform:translateY(-6px)}@media (width<=900px){.banner .bt{flex:1;justify-content:center;align-items:center;display:flex}}.banner a{color:var(--orange);margin-left:6px;font-weight:500;text-decoration:underline}.bdots{justify-content:center;gap:5px;margin-top:0;display:flex}.bdots i{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:5px;height:5px;display:block}.bdots i.on{background:#fffc}@media (width>=901px){.banner{gap:8px;min-height:auto;padding:11px 20px}.banner .bt{flex-flow:row;justify-content:center;align-items:center;display:flex}.banner a{margin-top:0;margin-left:8px;display:inline}}nav{border-bottom:1px solid var(--border);z-index:500;background:#fff;justify-content:space-between;align-items:center;padding:14px 48px;display:flex;position:sticky;top:0}body.overlay-open nav{position:fixed;top:0;left:0;right:0}body.overlay-open .banner{display:none}.logo{align-items:center;gap:8px;display:flex}.logo img{width:auto;height:28px}.nav-links{color:var(--gray);gap:28px;font-size:14px;display:flex}.nav-links a{color:inherit;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-dropdown{position:relative}.nav-dropdown-menu{border:1px solid var(--border);opacity:0;visibility:hidden;z-index:150;background:#fff;border-radius:10px;min-width:130px;margin-top:14px;padding:6px;transition:opacity .18s,transform .18s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 12px 32px #0f11371f}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.nav-dropdown-open .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-dropdown-menu:before{content:"";height:14px;position:absolute;top:-14px;left:0;right:0}.nav-dropdown-menu a{color:var(--gray);white-space:nowrap;border-radius:6px;padding:9px 14px;font-size:14px;transition:all .15s;display:block}.nav-dropdown-menu a:hover{background:var(--light-blue);color:var(--navy)}.nav-r{gap:10px;display:flex}.btn-o{border:1px solid var(--border);color:var(--navy);cursor:pointer;background:0 0;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;transition:all .2s}.btn-o:hover{border-color:var(--navy)}.btn-p{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;transition:all .2s}.btn-p:hover{background:var(--navy-dark)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:none}.nav-hamburger svg{width:24px;height:24px;color:var(--dark)}.mobile-nav{z-index:700;-webkit-overflow-scrolling:touch;background:#fff;display:none;position:fixed;inset:0;overflow-y:auto}.mobile-nav.open{display:block}.mobile-nav-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.mobile-nav-header .logo{align-items:center;gap:8px;text-decoration:none;display:flex}.mobile-nav-header .logo img{width:auto;height:28px}.mobile-nav-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.mobile-nav-close svg{width:22px;height:22px;color:var(--dark)}.mobile-nav-body{padding:8px 20px 32px}.mobile-nav-link{text-align:left;width:100%;color:var(--dark);border-bottom:1px solid var(--border);cursor:pointer;background:0 0;border-top:none;border-left:none;border-right:none;padding:16px 2px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;display:block}.mobile-nav-group{border-bottom:1px solid var(--border)}.mobile-nav-group-toggle{width:100%;color:var(--dark);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 2px;font-family:inherit;font-size:16px;font-weight:500;display:flex}.mobile-nav-group-toggle svg{width:16px;height:16px;color:var(--gray);flex-shrink:0;transition:transform .2s}.mobile-nav-group.open .mobile-nav-group-toggle svg{transform:rotate(180deg)}.mobile-nav-submenu{flex-direction:column;gap:2px;padding:0 0 14px 10px;display:none}.mobile-nav-group.open .mobile-nav-submenu{display:flex}.mobile-nav-submenu a,.mobile-nav-submenu button{text-align:left;width:100%;color:var(--gray);cursor:pointer;background:0 0;border:none;padding:11px 4px;font-family:inherit;font-size:14.5px;display:block}.mobile-nav-submenu a:hover,.mobile-nav-submenu button:hover{color:var(--navy)}.mobile-nav-cta{flex-direction:column;gap:10px;margin-top:24px;display:flex}.mobile-nav-cta button{cursor:pointer;border-radius:8px;width:100%;padding:14px;font-family:inherit;font-size:15px}@media (width<=1024px){.nav-links,.nav-r{display:none}.nav-hamburger{display:flex}}.btn-lg{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-lg:hover{background:var(--navy-dark)}.hero{max-width:1200px;margin:0 auto;padding:104px 48px 64px 96px}.hero-row{align-items:center;gap:56px;display:flex}.hero-l{flex:1;max-width:460px;padding-left:16px}.hero-l h1{color:var(--dark);margin-bottom:18px;font-size:38px;font-weight:600;line-height:1.15}.hero-l h1 em{color:var(--navy);font-style:normal}.hero-l>p{color:var(--gray);margin-bottom:28px;font-size:16px;line-height:1.7}.hero-cta{align-items:center;gap:16px;margin-bottom:40px;display:flex}.hero-link{color:var(--navy);cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.hero-human{background:var(--light-blue);border-left:3px solid var(--navy);border-radius:0 10px 10px 0;margin-bottom:28px;padding:14px 18px}.hero-human-text{color:var(--dark);margin:0;font-size:14px;line-height:1.7}.hero-human-text em{color:var(--navy);font-style:normal;font-weight:600}.proof{border-top:1px solid var(--border);gap:36px;padding-top:28px;display:flex}.proof-item .num{color:var(--navy);font-size:30px;font-weight:600}.proof-item .num.or{color:var(--orange)}.proof-item .lbl{color:var(--gray);margin-top:2px;font-size:12px;display:block}.hero-r{flex:1;justify-content:center;align-items:center;margin-top:-40px;display:flex}.lifecycle{width:400px;height:400px;position:relative}.lc-ring{border-radius:50%;width:310px;height:310px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lc-ring-bg{border:3px solid var(--light-blue);z-index:0}.lc-ring-progress{border:3px solid var(--orange);z-index:0;clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,50% 50%)}.lc-center{background:var(--navy-dark);z-index:3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lc-center img{filter:brightness(0)invert()sepia()saturate(0);width:48px;height:48px;margin-bottom:2px}.lc-center-text{color:#fff9;letter-spacing:1.2px;text-transform:uppercase;font-size:10px;font-weight:500}.lc-center-label{color:#fff;text-align:center;min-height:16px;margin-top:1px;font-size:13px;font-weight:600;transition:all .2s}.lc-seg{cursor:pointer;z-index:2;text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:76px;height:76px;transition:all .25s;display:flex;position:absolute}.lc-seg .seg-bg{background:var(--light-blue);z-index:0;border-radius:50%;transition:all .25s;position:absolute;inset:0}.lc-seg:hover .seg-bg,.lc-seg.active .seg-bg{background:var(--navy);transform:scale(1.1)}.lc-seg .seg-icon{z-index:1;width:22px;height:22px;margin-bottom:3px;transition:all .25s;position:relative}.lc-seg .seg-label{z-index:1;color:var(--navy);font-size:9.5px;font-weight:600;line-height:1.15;transition:all .25s;position:relative}.lc-seg:hover .seg-label,.lc-seg.active .seg-label{color:#fff}.lc-seg:hover .seg-icon,.lc-seg.active .seg-icon{filter:brightness(0)invert()}.lc-dot{background:var(--orange);z-index:1;border-radius:50%;width:8px;height:8px;position:absolute}.section{max-width:1200px;margin:0 auto;padding:72px 48px}.s-head{text-align:center;margin-bottom:40px}.tag{letter-spacing:1.5px;color:var(--navy);background:var(--light-blue);text-transform:uppercase;border-radius:99px;margin-bottom:12px;padding:4px 14px;font-size:11px;font-weight:600;display:inline-block}.s-head h2{color:var(--dark);margin-bottom:10px;font-size:30px;font-weight:600}.s-head p{color:var(--gray);max-width:520px;margin:0 auto;font-size:15px;line-height:1.7}.broker-s{background:var(--light);border-radius:20px;align-items:center;gap:80px;max-width:1100px;margin:0 auto;padding:64px 72px;display:flex}.broker-s .bl{flex:1}.broker-s .bl .tag{margin-bottom:12px}.broker-s h2{color:var(--dark);margin-bottom:14px;font-size:26px;font-weight:600;line-height:1.25}.broker-s p{color:var(--gray);margin-bottom:20px;font-size:15px;line-height:1.7}.broker-s .br{flex-direction:column;flex:0 0 240px;justify-content:center;align-items:center;display:flex}.bflow{flex-direction:column;align-items:center;gap:0;width:100%;display:flex}.bnode{text-align:center;letter-spacing:.2px;box-sizing:border-box;border-radius:12px;width:100%;max-width:220px;padding:16px 24px;font-size:14px;font-weight:600}.bnode.b1{background:var(--navy);color:#fff}.bnode.b2{background:var(--blue);color:#fff}.bnode.b3{background:var(--navy-dark);color:#fff}.bnode.b4{background:var(--light-blue);color:var(--navy)}.bnode-logo{padding:14px 18px}.bnode-logo img{width:120px;height:auto;margin:0 auto;display:block}.bconn{background:var(--border);width:2px;height:28px;margin:0 auto;position:relative}.bconn:after{content:"";background:var(--navy);border-radius:50%;width:8px;height:8px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.diff-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.diff-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:32px 28px;transition:all .25s}.diff-card:hover{border-color:var(--navy);transform:translateY(-2px)}.diff-card .icon{background:var(--light-blue);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex}.diff-card .icon svg{width:22px;height:22px;fill:var(--navy)}.diff-card h3{color:var(--dark);margin-bottom:10px;font-size:17px;font-weight:600}.diff-card p{color:var(--gray);font-size:14px;line-height:1.65}.feat-pill{cursor:pointer;border:1px solid var(--border);color:var(--gray);background:#fff;border-radius:99px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.feat-pill:hover{background:var(--navy);color:#fff;border-color:var(--navy)}@media (width>=701px){.feat-pills{flex-direction:column;align-items:center;gap:10px;max-width:900px;margin:0 auto;display:flex}.feat-pills-row{gap:10px;width:100%;display:grid}.feat-pills-row:first-child{grid-template-columns:repeat(5,1fr)}.feat-pills-row:last-child{grid-template-columns:repeat(4,1fr);width:80%}.feat-pill{text-align:center;width:100%}}.feat-detail{text-align:center;max-width:580px;min-height:90px;margin:32px auto 0}.feat-detail h3{color:var(--dark);margin-bottom:10px;font-size:20px;font-weight:600}.feat-detail p{color:var(--gray);font-size:15px;line-height:1.7}.feat-detail .fl{color:var(--navy);cursor:pointer;margin-top:14px;font-size:14px;font-weight:500;text-decoration:underline;display:inline-block}.testi{background:var(--light);padding:72px 48px}.testi-inner{text-align:center;max-width:1100px;margin:0 auto}.testi-split{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;transition:opacity .3s;display:grid}.testi-broker,.testi-employer{text-align:left;border:1px solid var(--border);border-left:4px solid var(--navy);background:#fff;border-radius:16px;flex-direction:column;height:100%;padding:36px 40px;transition:all .25s;display:flex;position:relative}.testi-employer{border-left-color:var(--orange)}.testi-broker:hover,.testi-employer:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1b2cc014}.testi-connector{display:none}.testi-pair-label{letter-spacing:1.2px;text-transform:uppercase;opacity:.5;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.testi-label{letter-spacing:1.4px;text-transform:uppercase;border-radius:99px;align-items:center;gap:7px;margin-bottom:20px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.testi-broker .testi-label{background:var(--light-blue);color:var(--navy)}.testi-employer .testi-label{color:var(--orange);background:#f582201a}.testi-broker blockquote,.testi-employer blockquote{color:var(--dark);flex:1;margin-bottom:20px;font-size:16px;font-style:italic;line-height:1.8}.testi-attr{margin-top:auto;font-size:13px;font-style:normal}.testi-broker .testi-attr,.testi-employer .testi-attr{color:var(--gray)}.testi-attr strong{margin-bottom:2px;font-weight:600;display:block}.testi-broker .testi-attr strong,.testi-employer .testi-attr strong{color:var(--dark)}.t-dots{justify-content:center;gap:6px;margin-top:22px;display:flex}.t-dots i{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;transition:all .3s;display:block}.t-dots i.on{background:var(--navy)}.demo-wrap{max-width:1200px;margin:0 auto;padding:72px 48px}#demoSection{scroll-margin-top:58px}.demo-s{background:var(--light);border-radius:20px;align-items:center;gap:56px;padding:64px 72px;display:flex}.demo-s .dl{color:var(--dark);flex:1}.demo-s .dl h2{margin-bottom:14px;font-size:28px;font-weight:600;line-height:1.25}.demo-s .dl>p{color:var(--gray);margin-bottom:24px;font-size:15px;line-height:1.7}.demo-s .dr{flex:0 0 440px}.demo-form{background:#fff;border-radius:16px;padding:32px}.demo-form.zoho-form-embed{padding:16px;overflow:visible}.demo-bullets{margin-top:28px;list-style:none}.demo-bullets li{color:var(--gray);align-items:center;gap:12px;margin-bottom:14px;font-size:14px;display:flex}.demo-bullets li:before{content:"";background:var(--navy);border-radius:50%;flex-shrink:0;width:8px;height:8px}footer{border-top:1px solid var(--border);color:var(--gray);justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:36px 48px;font-size:13px;display:flex}footer a{color:var(--gray);margin-left:24px}footer a:hover{color:var(--navy)}.po-seg-toggle{background:var(--light);border:1px solid var(--border);border-radius:99px;gap:4px;padding:4px;display:inline-flex}.po-seg-btn{cursor:pointer;color:var(--gray);background:0 0;border:none;border-radius:99px;align-items:center;gap:8px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.po-seg-btn.active{color:var(--navy);background:#fff;box-shadow:0 1px 6px #1b2cc01f}.po-seg-view{animation:.25s segFadeIn}.po-pricing-wrap{max-width:880px;margin:0 auto;padding:48px 48px 72px}@keyframes segFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.price-overlay{z-index:200;background:#fff;flex-direction:column;display:none;position:fixed;inset:58px 0 0}.price-overlay.open{display:flex}.price-overlay-nav{border-bottom:1px solid var(--border);z-index:10;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 48px;display:flex;position:sticky;top:0}.price-overlay-body{flex:1;overflow-y:auto}.po-hero{text-align:center;border-bottom:1px solid var(--border);padding:64px 48px 48px}.po-hero h1{color:var(--dark);letter-spacing:-.02em;margin:14px 0 12px;font-size:36px;font-weight:700}.po-hero p{color:var(--gray);max-width:480px;margin:0 auto;font-size:15px;line-height:1.7}.po-section{max-width:1000px;margin:0 auto;padding:56px 48px}.po-section-head{text-align:center;margin-bottom:36px}.po-section-head h2{color:var(--dark);margin-bottom:8px;font-size:24px;font-weight:600}.po-section-head p{color:var(--gray);font-size:14px}.po-grid{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}.po-card{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;padding:32px;display:flex;position:relative}.po-card.recommended{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy),0 8px 40px #1b2cc014}.po-card:not(.recommended){background:var(--light)}.po-rec-badge{color:var(--navy);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.po-card h3{color:var(--dark);margin-bottom:18px;font-size:20px;font-weight:600}.po-card-divider{background:var(--border);height:1px;margin:18px 0}.po-sub-head{color:var(--dark);margin-bottom:6px;font-size:13px;font-weight:700}.po-card-desc{color:var(--gray);margin-bottom:14px;font-size:13px;line-height:1.7}.po-feat-list{flex-direction:column;gap:8px;margin-bottom:20px;list-style:none;display:flex}.po-feat-list li{color:var(--gray);align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.po-feat-list li:before{content:"";background:var(--light-blue);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' stroke='%231b2cc0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 4.5l2 2 4-4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:5px;flex-shrink:0;width:16px;height:16px;margin-top:2px}.po-card:not(.recommended) .po-feat-list li:before{background-color:var(--border);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' stroke='%2364668a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 4.5l2 2 4-4'/%3E%3C/svg%3E")}.po-price-line{color:var(--dark);margin-bottom:18px;font-size:13px;font-weight:700}.po-broker-btns{flex-direction:column;gap:10px;margin-top:auto;display:flex}.po-broker-primary{color:#fff;background:var(--navy);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:13px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.po-broker-primary:hover{background:var(--navy-dark)}.po-broker-secondary{color:var(--navy);background:var(--light-blue);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:12px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.po-broker-secondary:hover{background:#dde0f8}.po-broker-hint{color:var(--gray);text-align:center;margin-top:10px;font-size:11px;line-height:1.5}.po-direct-toggle{width:100%;color:var(--navy);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;margin-top:auto;padding:13px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.po-direct-toggle:hover{border-color:var(--navy)}.po-tiers-wrap{grid-column:1/-1;grid-template-rows:1fr;display:grid}.po-tiers-wrap.open{grid-template-rows:1fr}.po-tiers-inner{overflow:hidden}.po-tier-explorer{border:1px solid var(--border);background:#fff;border-radius:16px;margin:4px 0 8px;overflow:hidden}.po-tier-tabs{border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);display:grid}.po-tier-tab{border:none;border-right:1px solid var(--border);cursor:pointer;color:var(--gray);text-align:center;background:0 0;flex-direction:column;align-items:center;gap:3px;padding:14px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:flex}.po-tier-tab:last-child{border-right:none}.po-tier-tab .tab-price{color:var(--gray);font-size:11px;font-weight:400}.po-tier-tab:hover{background:var(--light);color:var(--dark)}.po-tier-tab.active{background:var(--light-blue);color:var(--navy)}.po-tier-tab.active .tab-price{color:var(--navy)}.po-tier-panels{position:relative}.po-tier-panel{align-items:flex-start;gap:32px;padding:28px 32px;display:none}.po-tier-panel.active{grid-template-columns:.8fr 1.2fr;display:grid}.po-tp-label{letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:6px;font-size:10px;font-weight:700}.po-tp-name{color:var(--dark);margin-bottom:6px;font-size:26px;font-weight:700}.po-tp-tagline{color:var(--gray);margin-bottom:16px;font-size:13px;line-height:1.65}.po-tp-price{color:var(--dark);font-size:32px;font-weight:700;line-height:1}.po-tp-price sup{vertical-align:super;font-size:16px;font-weight:600}.po-tp-price sub{color:var(--gray);vertical-align:middle;margin-left:2px;font-size:13px;font-weight:400}.po-tp-base{color:var(--gray);margin-top:3px;margin-bottom:16px;font-size:11px}.po-tp-cta{text-align:center;color:#fff;background:var(--navy);cursor:pointer;box-sizing:border-box;border:none;border-radius:10px;width:100%;margin-bottom:8px;padding:12px 20px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.po-tp-cta:hover{background:var(--navy-dark)}.po-tp-col-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray);border-bottom:1px solid var(--border);margin-bottom:10px;padding-bottom:8px;font-size:10px;font-weight:700}.po-tp-feat-list{flex-direction:column;gap:8px;list-style:none;display:flex}.po-tp-feat-list li{color:var(--gray);align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;display:flex}.po-tp-feat-list li.po-tp-new{color:var(--navy);font-style:italic;font-weight:600}.po-tp-feat-list li .po-tp-qty{color:var(--gray);font-style:italic;font-weight:400}.po-tp-feat-list li .po-tp-qty-blue{color:var(--navy)}.po-tp-feat-list li:before{content:"";background:var(--light-blue);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' stroke='%231b2cc0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 4.5l2 2 4-4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:4px;flex-shrink:0;width:14px;height:14px;margin-top:2px}.po-tp-new-badge{letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--orange);border-radius:99px;align-items:center;margin-bottom:10px;padding:3px 9px;font-size:10px;font-weight:700;display:inline-flex}.po-tp-new-list{flex-direction:column;gap:8px;list-style:none;display:flex}.po-tp-new-list li{color:var(--dark);align-items:flex-start;gap:8px;font-size:13px;font-weight:500;line-height:1.45;display:flex}.po-tp-new-list li:before{content:"";background:var(--orange);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 4.5l2 2 4-4'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:4px;flex-shrink:0;width:14px;height:14px;margin-top:2px}.po-tier-panel .po-tp-mid,.po-tier-panel .po-tp-right{border-left:1px solid var(--border);padding-left:24px}.po-faq{max-width:720px;margin:0 auto;padding:0 48px 72px}.po-faq h2{color:var(--dark);margin-bottom:32px;font-size:28px;font-weight:600}.po-faq h2 em{color:var(--navy);font-style:normal}.po-faq-list{border-top:1px solid var(--border)}.po-faq-item{border-bottom:1px solid var(--border)}.po-faq-q{text-align:left;width:100%;color:var(--dark);cursor:pointer;background:0 0;border:none;padding:20px 44px 20px 0;font-family:inherit;font-size:15px;font-weight:500;line-height:1.5;transition:color .15s;position:relative}.po-faq-q:hover{color:var(--navy)}.po-faq-q:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2364668a' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5.5 8.5l5.5 5.5 5.5-5.5'/%3E%3C/svg%3E") 50% no-repeat;width:22px;height:22px;transition:transform .3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.po-faq-item.open .po-faq-q:after{transform:translateY(-50%)rotate(180deg)}.po-faq-item.open .po-faq-q{color:var(--navy)}.po-faq-wrap{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.po-faq-item.open .po-faq-wrap{grid-template-rows:1fr}.po-faq-a{overflow:hidden}.po-faq-a-inner{color:var(--gray);padding:0 44px 20px 0;font-size:14px;line-height:1.85}.po-cta{background:var(--light);border-top:1px solid var(--border);text-align:center;padding:72px 48px}.po-cta h2{color:var(--dark);margin-bottom:12px;font-size:30px;font-weight:600}.po-cta p{color:var(--gray);max-width:400px;margin:0 auto 28px;font-size:15px;line-height:1.7}.po-cta-sub{color:var(--gray);margin-top:12px;font-size:12px}.feat-overlay{z-index:200;background:#fff;flex-direction:column;display:none;position:fixed;inset:58px 0 0}.feat-overlay.open{display:flex}.feat-overlay-nav{border-bottom:1px solid var(--border);z-index:10;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 48px;display:flex;position:sticky;top:0}.feat-overlay-nav .logo{align-items:center;gap:8px;display:flex}.feat-overlay-nav .logo span{color:var(--navy);letter-spacing:-.4px;font-size:18px;font-weight:600}.feat-overlay-close{color:var(--gray);cursor:pointer;border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}.feat-overlay-close:hover{border-color:var(--navy);color:var(--navy)}.feat-overlay-body{flex:1;overflow-y:auto}.fo-hero{background:var(--navy-dark);grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;padding:72px 48px;display:grid}.fo-kicker{color:var(--orange);letter-spacing:.1em;text-transform:uppercase;background:#f5822026;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:5px 14px;font-size:11px;font-weight:700;display:inline-flex}.fo-kicker span{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.fo-hero h1{color:#fff;margin-bottom:18px;font-size:38px;font-weight:600;line-height:1.15}.fo-hero h1 em{color:var(--orange);font-style:normal}.fo-hero p{color:#fff9;margin-bottom:28px;font-size:16px;line-height:1.7}.fo-hero-btns{gap:14px;display:flex}.fo-hero-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;overflow:hidden}.fo-card-top{background:#ffffff0a;border-bottom:1px solid #ffffff14;padding:24px 28px}.fo-card-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin-bottom:6px;font-size:11px;font-weight:600}.fo-card-name{color:#fff;margin-bottom:14px;font-size:15px;font-weight:600}.fo-chips{flex-wrap:wrap;gap:8px;display:flex}.fo-chip{color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:4px 12px;font-size:11px;font-weight:500}.fo-chip.done{color:#63d69d;background:#63d69d1a;border-color:#63d69d33}.fo-card-body{padding:20px 28px}.fo-steps{flex-direction:column;gap:10px;list-style:none;display:flex}.fo-step{background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;display:flex}.fo-step:first-child{border-color:var(--orange);background:#f5822014}.fo-step-num{color:#ffffff4d;background:#ffffff14;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:700;display:flex}.fo-step:first-child .fo-step-num{background:var(--orange);color:#fff}.fo-step-text{color:#ffffffb3;font-size:13px;font-weight:500}.fo-badge{border-radius:100px;margin-left:auto;padding:2px 9px;font-size:10px;font-weight:700}.fo-badge.active{background:var(--orange);color:#fff}.fo-badge.done{color:#22a869;background:#63d69d26}.fo-badge.pending{color:#ffffff4d;background:#ffffff14}.fo-section{max-width:1200px;margin:0 auto;padding:72px 48px}.fo-section-head{text-align:center;margin-bottom:48px}.fo-section-head h2{color:var(--dark);margin-bottom:10px;font-size:30px;font-weight:600}.fo-section-head h2 em{color:var(--navy);font-style:normal}.fo-section-head p{color:var(--gray);max-width:500px;margin:0 auto;font-size:15px;line-height:1.7}.fo-feat-grid{grid-template-columns:repeat(6,1fr);gap:24px;display:grid}.fo-feat-grid .fo-feat-card:first-child{grid-column:1/3}.fo-feat-grid .fo-feat-card:nth-child(2){grid-column:3/5}.fo-feat-grid .fo-feat-card:nth-child(3){grid-column:5/7}.fo-feat-grid .fo-feat-card:nth-child(4){grid-column:2/4}.fo-feat-grid .fo-feat-card:nth-child(5){grid-column:4/6}@media (width<=900px){.fo-feat-grid{grid-template-columns:repeat(2,1fr)}.fo-feat-grid .fo-feat-card:first-child,.fo-feat-grid .fo-feat-card:nth-child(2),.fo-feat-grid .fo-feat-card:nth-child(3),.fo-feat-grid .fo-feat-card:nth-child(4),.fo-feat-grid .fo-feat-card:nth-child(5){grid-column:auto/span 1}}@media (width<=600px){.fo-feat-grid{grid-template-columns:1fr}.fo-feat-grid .fo-feat-card:first-child,.fo-feat-grid .fo-feat-card:nth-child(2),.fo-feat-grid .fo-feat-card:nth-child(3),.fo-feat-grid .fo-feat-card:nth-child(4),.fo-feat-grid .fo-feat-card:nth-child(5){grid-column:auto/span 1}}.fo-feat-card{border:1px solid var(--border);background:#fff;border-radius:16px;min-width:0;padding:28px;transition:all .25s;position:relative}.fo-feat-card:hover{border-color:var(--navy);transform:translateY(-2px)}.fo-feat-icon{background:var(--light-blue);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.fo-feat-icon svg{width:20px;height:20px;color:var(--navy);stroke:var(--navy)}.fo-feat-card h3{color:var(--dark);margin-bottom:8px;font-size:15px;font-weight:600}.fo-feat-card p{color:var(--gray);font-size:13px;line-height:1.7}.fo-feat-card-tour{text-align:left;cursor:pointer;width:100%;font-family:inherit;display:block}.fo-feat-card-hint{color:var(--navy);opacity:0;margin-top:10px;font-size:12px;font-weight:600;transition:all .2s;display:inline-block;transform:translate(-4px)}.fo-feat-card-tour:hover .fo-feat-card-hint{opacity:1;transform:translate(0)}.fo-feat-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--navy);background:var(--light-blue);border-radius:100px;padding:3px 10px;font-size:10px;font-weight:700;position:absolute;top:18px;right:18px}.features-landing-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.features-landing-card{color:inherit;flex-direction:column;height:100%;text-decoration:none;display:flex}.features-landing-link{color:var(--navy);margin-top:auto;padding-top:16px;font-size:13px;font-weight:600;transition:color .2s;display:inline-block}.features-landing-card:hover .features-landing-link{color:var(--blue)}@media (width<=900px){.features-landing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-landing-grid{grid-template-columns:1fr}}.fo-split{grid-template-columns:1fr 1fr;align-items:center;gap:72px;max-width:1200px;margin:0 auto;padding:0 48px 72px;display:grid}.fo-split.flip{direction:rtl}.fo-split.flip>*{direction:ltr}.fo-visual{background:var(--navy-dark);aspect-ratio:4/3;border-radius:20px;justify-content:center;align-items:center;padding:32px;display:flex;overflow:hidden}.fo-sv-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:10px;padding:16px 20px}.fo-sv-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:14px;font-size:10px;font-weight:700}.fo-sv-row{align-items:center;gap:10px;display:flex}.fo-sv-dot{background:var(--navy);border-radius:50%;flex-shrink:0;width:8px;height:8px}.fo-sv-dot.green{background:#63d69d}.fo-sv-dot.amber{background:var(--orange)}.fo-sv-text{color:#ffffffb3;font-size:13px;font-weight:500}.fo-sv-bar{background:#ffffff12;border-radius:3px;height:5px;margin-top:10px;overflow:hidden}.fo-sv-fill{background:linear-gradient(90deg,var(--navy),var(--blue));border-radius:3px;height:100%;animation:2.5s ease-out forwards grow}@keyframes grow{0%{width:0}to{width:var(--w)}}.fo-split-content h2{color:var(--dark);margin-bottom:14px;font-size:26px;font-weight:600;line-height:1.2}.fo-split-content h2 em{color:var(--navy);font-style:normal}.fo-split-content p{color:var(--gray);margin-bottom:20px;font-size:14px;line-height:1.8}.fo-check-list{flex-direction:column;gap:10px;margin-bottom:24px;list-style:none;display:flex}.fo-check-list li{color:var(--gray);align-items:flex-start;gap:10px;font-size:13px;line-height:1.6;display:flex}.fo-check-list li:before{content:"";background:var(--light-blue);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' stroke='%231b2cc0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5l2.5 2.5 4.5-4.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.fo-tour{background:#fff;padding:72px 48px}.fo-tour-inner{background:var(--light);border-radius:20px;max-width:900px;margin:0 auto;padding:40px}.fo-tour-box{border:1px solid var(--border);aspect-ratio:16/9;background:#fff;border-radius:16px;justify-content:center;align-items:center;display:flex}.fo-tour-box-link{color:inherit;text-decoration:none}.fo-tour-box-has-thumb{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;position:relative;overflow:hidden}.fo-tour-box-overlay{background:#ffffffc7;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.fo-tour-box-has-thumb:hover .fo-tour-box-overlay{background:#ffffff9e}.fo-play{background:var(--navy);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex;box-shadow:0 0 0 12px #1b2cc01a}.fo-play svg{color:#fff;width:22px;height:22px;margin-left:3px}.fo-tour-ph{text-align:center;color:var(--gray);padding:40px}.fo-tour-ph h3{color:var(--dark);margin-bottom:6px;font-size:16px;font-weight:600}.fo-tour-ph p{color:var(--gray);margin-bottom:12px;font-size:13px}.fo-faq{max-width:800px;margin:0 auto;padding:72px 48px}.fo-faq h2{color:var(--dark);margin-bottom:36px;font-size:30px;font-weight:600}.fo-faq h2 em{color:var(--navy);font-style:normal}.fo-faq-list{border-top:1px solid var(--border)}.fo-faq-item{border-bottom:1px solid var(--border)}.fo-faq-q{text-align:left;width:100%;color:var(--dark);cursor:pointer;background:0 0;border:none;padding:20px 44px 20px 0;font-family:inherit;font-size:15px;font-weight:500;line-height:1.5;transition:color .15s;position:relative}.fo-faq-q:hover{color:var(--navy)}.fo-faq-q:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2364668a' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5.5 8.5l5.5 5.5 5.5-5.5'/%3E%3C/svg%3E") 50% no-repeat;width:22px;height:22px;transition:transform .3s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.fo-faq-item.open .fo-faq-q:after{transform:translateY(-50%)rotate(180deg)}.fo-faq-item.open .fo-faq-q{color:var(--navy)}.fo-faq-wrap{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.fo-faq-item.open .fo-faq-wrap{grid-template-rows:1fr}.fo-faq-a{overflow:hidden}.fo-faq-a-inner{color:var(--gray);padding:0 44px 20px 0;font-size:14px;line-height:1.85}.po-marketplace{background:#fff;padding:32px 48px 72px}.po-marketplace-inner{max-width:960px;margin:0 auto}.po-marketplace-head{text-align:center;margin-bottom:36px}.po-marketplace-head h2{color:var(--dark);margin-bottom:10px;font-size:28px;font-weight:600}.po-marketplace-head h2 em{color:var(--navy);font-style:normal}.po-marketplace-head p{color:var(--gray);max-width:500px;margin:0 auto;font-size:15px;line-height:1.7}.po-mkt-filter{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:36px;display:flex}.po-mkt-btn{cursor:pointer;border:1px solid var(--border);color:var(--gray);background:#fff;border-radius:99px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .18s}.po-mkt-btn:hover{border-color:var(--navy);color:var(--navy)}.po-mkt-btn.on{background:var(--navy);color:#fff;border-color:var(--navy)}.po-mkt-grid{flex-wrap:wrap;justify-content:center;gap:14px;width:100%;margin:0 auto 20px;display:flex}.po-mkt-card{border:1px solid var(--border);cursor:default;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:8px;width:130px;padding:18px 12px;transition:all .2s;display:flex}.po-mkt-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 4px 16px #1b2cc014}.po-mkt-card.hidden{display:none}.po-mkt-logo-wrap{background:var(--light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:56px;display:flex;overflow:hidden}.po-mkt-logo-wrap img{object-fit:contain;max-width:88%;max-height:72%;display:block}.po-mkt-logo-wrap img.po-mkt-logo-fill{object-fit:cover;width:100%;max-width:100%;height:100%;max-height:100%}.po-mkt-card{width:150px}.po-mkt-initial{letter-spacing:.5px;font-family:inherit;font-size:13px;font-weight:800}.po-mkt-name{color:var(--dark);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:600;line-height:1.3;overflow:hidden}.po-mkt-tag{color:var(--gray);text-align:center;margin-top:-2px;font-size:10px}.po-mkt-note{color:var(--gray);text-align:center;margin-top:16px;font-size:12px}.po-mkt-note a{color:var(--navy);text-decoration:underline}.po-mkt-card[data-cat=billing],.po-mkt-card[data-cat=carriers]{display:none}.fo-pricing{background:var(--navy-dark);padding:72px 48px}.fo-pricing-inner{max-width:860px;margin:0 auto}.fo-pricing h2{color:#fff;margin-bottom:10px;font-size:30px;font-weight:600}.fo-pricing-sub{color:#fff6;margin-bottom:40px;font-size:15px}.fo-pricing-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:48px;display:grid}.fo-pricing-card h3{color:#fff;margin-bottom:10px;font-size:18px;font-weight:600}.fo-pricing-card p{color:#fff6;max-width:380px;margin-bottom:20px;font-size:14px;line-height:1.75}.fo-perks{flex-direction:column;gap:8px;list-style:none;display:flex}.fo-perks li{color:#ffffff80;align-items:center;gap:10px;font-size:13px;display:flex}.fo-perks li:before{content:"✓";color:#63d69d;flex-shrink:0;font-size:12px;font-weight:700}.fo-price-num{color:#fff;text-align:center;font-size:52px;font-weight:600;line-height:1}.fo-price-num sup{vertical-align:super;margin-right:2px;font-size:22px;font-weight:600}.fo-price-num sub{color:#ffffff4d;vertical-align:sub;font-size:14px;font-weight:400}.fo-price-cap{color:#ffffff4d;text-align:center;margin:8px 0 20px;font-size:12px}.fo-cta{text-align:center;background:#fff;padding:24px 48px 72px}.fo-cta-card{max-width:560px;margin:0 auto}.fo-cta h2{color:var(--dark);margin-bottom:12px;font-size:30px;font-weight:600}.fo-cta p{color:var(--gray);max-width:400px;margin:0 auto 28px;font-size:15px;line-height:1.7}.res-overlay{z-index:200;background:#fff;flex-direction:column;display:none;position:fixed;inset:58px 0 0}.res-overlay.open{display:flex}.res-overlay-nav{border-bottom:1px solid var(--border);z-index:10;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 48px;display:flex;position:sticky;top:0}.res-overlay-nav .logo span{color:var(--navy);letter-spacing:-.4px;font-size:18px;font-weight:600}.res-overlay-close{color:var(--gray);cursor:pointer;border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}.res-overlay-close:hover{border-color:var(--navy);color:var(--navy)}.res-overlay-body{flex:1;overflow-y:auto}.res-page-hero{text-align:center;max-width:1200px;margin:0 auto;padding:64px 48px 0}.res-page-hero h1{color:var(--dark);margin-bottom:12px;font-size:38px;font-weight:600;line-height:1.2}.res-page-hero h1 em{color:var(--navy);font-style:normal}.res-page-hero p{color:var(--gray);max-width:560px;margin:0 auto;font-size:16px;line-height:1.7}.ov-hero--resources{background:#fff;padding:72px 48px 0}.res-section-nav{top:var(--site-nav-height,57px);z-index:90;border-bottom:1px solid var(--border);background:#fff;flex-shrink:0;margin-top:36px;padding:0 48px;position:sticky}.res-section-nav-inner{justify-content:center;gap:0;max-width:1200px;margin:0 auto;display:flex}.res-snav-link{color:var(--gray);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 20px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:block}.res-snav-link:hover{color:var(--navy)}.res-snav-link.active{color:var(--navy);border-bottom-color:var(--navy)}.res-webinars-section{max-width:1200px;margin:0 auto;padding:72px 48px}.res-upcoming-card{background:var(--light);border:1.5px solid var(--navy);border-radius:20px;justify-content:space-between;align-items:center;gap:32px;margin-bottom:80px;padding:40px 48px;display:flex;box-shadow:0 16px 40px #1b2cc01f}.res-upcoming-card .uc-left{flex:1}.res-upcoming-card .uc-right{flex-direction:column;flex:none;gap:12px;min-width:200px;display:flex}.res-uc-meta{color:var(--gray);align-items:center;gap:12px;margin-top:16px;font-size:13px;display:flex}.res-upcoming-badge{color:var(--orange);letter-spacing:1px;text-transform:uppercase;background:#fff5eb;border-radius:99px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:flex}.res-upcoming-badge:before{content:"";background:var(--orange);border-radius:50%;width:6px;height:6px;display:block}.res-dot{color:var(--border)}.res-upcoming-card h3{color:var(--dark);margin:10px 0 12px;font-size:24px;font-weight:600;line-height:1.25}.res-upcoming-card p{color:var(--gray);max-width:560px;font-size:15px;line-height:1.7}.res-btn-register{background:var(--navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s;display:flex}.res-btn-register:hover{background:var(--navy-dark)}.res-btn-calendar{border:1px solid var(--border);color:var(--navy);cursor:pointer;text-align:center;white-space:nowrap;background:#fff;border-radius:10px;width:100%;padding:13px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.res-btn-calendar:hover{border-color:var(--navy)}.res-cal-wrap{position:relative}.res-cal-menu{border:1px solid var(--border);z-index:20;background:#fff;border-radius:10px;min-width:180px;display:none;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 12px 28px #0000001f}.res-cal-menu.open{display:block}.res-cal-menu a,.res-cal-menu button{text-align:left;width:100%;color:var(--dark);cursor:pointer;background:0 0;border:none;padding:11px 16px;font-family:inherit;font-size:13.5px;text-decoration:none;display:block}.res-cal-menu a:hover,.res-cal-menu button:hover{background:var(--light)}.res-ondemand-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.res-ondemand-label{letter-spacing:1.5px;color:var(--navy);text-transform:uppercase;border-bottom:2px solid var(--navy);padding-bottom:12px;font-size:11px;font-weight:600;display:inline-block}.res-view-all-link{color:var(--navy);align-items:center;gap:5px;font-size:14px;font-weight:500;transition:gap .2s;display:flex}.res-view-all-link:hover{gap:8px}.res-webinar-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.res-webinar-card{border:1px solid var(--border);cursor:pointer;border-radius:16px;transition:all .25s;overflow:hidden}.res-webinar-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 24px #1b2cc014}.res-webinar-thumb-img{aspect-ratio:16/9;background:var(--light);border-radius:12px 12px 0 0;position:relative;overflow:hidden}.res-webinar-thumb-img img{object-fit:cover;width:100%;height:100%;display:block}.res-play-overlay{opacity:0;pointer-events:none;background:#0f113740;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.res-play-btn{background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding-left:3px;display:flex}.res-webinar-info{padding:16px 20px}.res-wi-title{color:var(--dark);margin-bottom:10px;font-size:13px;font-weight:600;line-height:1.4}.res-webinar-meta-row{justify-content:space-between;align-items:center;display:flex}.res-on-demand-tag{letter-spacing:1px;color:var(--gray);text-transform:uppercase;font-size:11px;font-weight:600}.res-watch-link{color:var(--navy);pointer-events:none;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.res-downloads-section{background:var(--light);padding:72px 48px}.res-downloads-inner{max-width:1200px;margin:0 auto}.res-downloads-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.res-download-card{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;padding:28px 24px;transition:all .25s;display:flex}.res-download-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 24px #1b2cc014}.res-dl-icon{background:var(--light-blue);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:18px;display:flex}.res-dl-icon svg{width:22px;height:22px;stroke:var(--navy);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.res-download-card h4{color:var(--dark);margin-bottom:12px;font-size:15px;font-weight:600;line-height:1.4}.res-download-card p{color:var(--gray);flex:1;margin-bottom:20px;font-size:13px;line-height:1.65}.res-dl-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.res-dl-meta{color:var(--gray);font-size:12px}.res-dl-btn{color:var(--navy);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:inherit;font-size:13px;font-weight:600;transition:gap .2s;display:flex}.res-dl-btn:hover{gap:8px}.res-dl-btn svg{width:14px;height:14px;stroke:var(--navy);fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.res-trainer-section{background:#fff;padding:80px 48px}.res-trainer-inner{align-items:flex-start;gap:64px;max-width:1200px;margin:0 auto;display:flex}.res-trainer-left{flex:1.5;padding-top:8px}.res-trainer-left .tag{margin-bottom:16px}.res-trainer-left h2{color:var(--dark);margin-bottom:14px;font-size:32px;font-weight:600;line-height:1.2}.res-trainer-left h2 em{color:var(--navy);font-style:normal}.res-trainer-left>p{color:var(--gray);margin-bottom:28px;font-size:15px;line-height:1.8}.res-trainer-stats{border-bottom:1px solid var(--border);gap:24px;margin-bottom:32px;padding-bottom:32px;display:flex}.res-trainer-stat .ts-num{color:var(--navy);font-size:26px;font-weight:700;line-height:1}.res-trainer-stat .ts-label{color:var(--gray);margin-top:4px;font-size:12px}.res-btn-trainer{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:13px 26px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.res-btn-trainer:hover{background:var(--navy-dark)}.res-btn-trainer-ghost{border:1px solid var(--border);color:var(--navy);cursor:pointer;background:#fff;border-radius:10px;margin-left:12px;padding:13px 26px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.res-btn-trainer-ghost:hover{border-color:var(--navy)}.res-trainer-right{flex:1;max-width:380px}.res-platform-preview{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000012}.res-pp-chrome{background:var(--navy-dark);align-items:center;gap:10px;padding:12px 20px;display:flex}.res-pp-dots{gap:6px;display:flex}.res-pp-dots span{background:#fff3;border-radius:50%;width:10px;height:10px}.res-pp-title{color:#ffffff80;letter-spacing:.3px;margin:0 auto;font-size:12px}.res-pp-body{height:340px;display:flex}.res-pp-sidebar{border-right:1px solid var(--border);background:#fafbfe;flex-shrink:0;width:160px;padding:16px 0}.res-pp-sidebar-logo{border-bottom:1px solid var(--border);color:var(--navy-dark);align-items:center;gap:6px;margin-bottom:10px;padding:0 16px 14px;font-size:12px;font-weight:700;display:flex}.res-pp-nav-item{color:var(--gray);cursor:default;align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.res-pp-nav-item.active{background:var(--light-blue);color:var(--navy);border-left:2px solid var(--navy);font-weight:500}.res-pp-nav-item svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:13px;height:13px}.res-pp-main{flex:1;padding:18px;overflow:hidden}.res-pp-main-head{color:var(--dark);margin-bottom:14px;font-size:13px;font-weight:600}.res-pp-progress-bar-wrap{background:var(--light);border-radius:6px;height:6px;margin-bottom:4px;overflow:hidden}.res-pp-progress-bar{background:var(--navy);border-radius:6px;width:25%;height:100%}.res-pp-course-list{flex-direction:column;gap:8px;margin-top:14px;display:flex}.res-pp-course{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:center;gap:12px;padding:11px 14px;display:flex}.res-pp-course-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.res-pp-course-icon svg{stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.res-pp-course-icon.done{background:#e8f5e9}.res-pp-course-icon.done svg{stroke:#2e7d32;fill:none}.res-pp-course-icon.active{background:var(--light-blue)}.res-pp-course-icon.active svg{stroke:var(--navy);fill:none}.res-pp-course-icon.locked{background:var(--light)}.res-pp-course-icon.locked svg{stroke:var(--gray);fill:none}.res-pp-course-info{flex:1;min-width:0}.res-pp-course-name{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;line-height:1.3;overflow:hidden}.res-pp-course-sub{color:var(--gray);margin-top:1px;font-size:11px}.res-pp-course-badge{white-space:nowrap;border-radius:99px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:600}.res-pp-course-badge.done{color:#2e7d32;background:#e8f5e9}.res-pp-course-badge.active{background:var(--light-blue);color:var(--navy)}.res-pp-course-badge.locked{background:var(--light);color:var(--gray)}.res-tools-section{max-width:1200px;margin:0 auto;padding:72px 48px}.res-tools-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.res-tool-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:32px 28px;transition:all .25s}.res-tool-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 24px #1b2cc014}.res-tool-icon{background:var(--light-blue);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.res-tool-icon svg{width:24px;height:24px;stroke:var(--navy);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.res-tool-icon.heart-icon svg{fill:var(--navy);stroke:none}.res-tool-card h4{color:var(--dark);margin-bottom:10px;font-size:17px;font-weight:600}.res-tool-card p{color:var(--gray);font-size:14px;line-height:1.7}.res-footer-cta{background:#fff;padding:48px 48px 72px}.res-footer-cta-inner{background:var(--light);border:1px solid var(--border);border-radius:20px;justify-content:space-between;align-items:center;gap:48px;max-width:1100px;margin:0 auto;padding:48px 56px;display:flex}.res-fc-eyebrow{letter-spacing:1.5px;color:var(--navy);text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.res-footer-cta-left h2{color:var(--dark);margin-bottom:10px;font-size:28px;font-weight:600;line-height:1.2}.res-footer-cta-left p{color:var(--gray);max-width:480px;font-size:15px;line-height:1.7}.res-footer-cta-btns{flex-shrink:0;gap:12px;display:flex}.res-btn-cta-primary{background:var(--navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:13px 28px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.res-btn-cta-primary:hover{background:var(--navy-dark)}.res-btn-cta-ghost{border:1px solid var(--border);color:var(--navy);cursor:pointer;white-space:nowrap;background:#fff;border-radius:10px;padding:13px 28px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.res-btn-cta-ghost:hover{border-color:var(--navy)}.res-overlay-body em{color:var(--navy);font-style:normal}.res-section-divider{border:none;border-top:1px solid var(--border);max-width:1100px;margin:0 auto}.hro-tour-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.hro-tour-card{background:var(--light);border:1px solid var(--border);border-radius:16px;padding:24px;transition:all .25s}.hro-tour-icon{background:var(--light-blue);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:flex}.hro-tour-icon svg{width:22px;height:22px;color:var(--navy)}.hro-tour-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 24px #1b2cc014}.hro-tour-card h4{color:var(--dark);margin-bottom:14px;font-size:15px;font-weight:600}.hro-tour-btns{flex-direction:column;gap:8px;display:flex}.hro-tour-btn{border:1px solid var(--border);color:var(--navy);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:9px 12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .2s;display:flex}.hro-tour-btn:hover{border-color:var(--navy);background:var(--light-blue)}.hro-tour-btn.disabled{cursor:default}.hro-tour-btn-label{color:var(--gray);font-weight:500}.hro-tour-carousel-wrap{max-width:890px;margin:0 auto;position:relative}.hro-tour-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:18px;padding:4px 4px 14px;display:flex;overflow-x:auto}.hro-tour-carousel::-webkit-scrollbar{height:6px}.hro-tour-carousel::-webkit-scrollbar-track{background:0 0}.hro-tour-carousel::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.hro-tour-carousel .hro-tour-card{scroll-snap-align:start;text-align:center;border-color:var(--navy);flex-direction:column;flex:0 0 340px;align-items:center;padding:44px 32px;display:flex}.hro-tour-carousel .hro-tour-card h4{margin-bottom:24px;font-size:19px}.hro-tour-carousel .hro-tour-btn{padding:13px 18px;font-size:14.5px}.hro-tour-carousel .hro-tour-card:hover{box-shadow:0 8px 16px #1b2cc017}.hro-tour-carousel .hro-tour-btn{justify-content:center}.hro-carousel-arrow{border:1px solid var(--border);cursor:pointer;z-index:5;width:38px;height:38px;color:var(--navy);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #0000001a}.hro-carousel-arrow:hover{border-color:var(--navy);background:var(--light-blue)}.hro-carousel-arrow.prev{left:-19px}.hro-carousel-arrow.next{right:-19px}.hro-carousel-arrow svg{width:16px;height:16px}@media (width<=900px){.hro-carousel-arrow{display:none}}.hro-office-grid{grid-template-columns:repeat(4,1fr);gap:16px;max-width:760px;margin:0 auto;display:grid}.hro-office-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:16px;padding:28px 20px;transition:all .25s;position:relative}.hro-office-card.today{border-color:var(--navy);background:var(--light-blue)}.hro-office-card.today .hro-office-day{color:var(--dark)}.hro-office-card.today .hro-office-join{background:var(--navy);border-color:var(--navy);color:#fff}.hro-office-card.today .hro-office-join:hover{background:var(--navy-dark);border-color:var(--navy-dark)}.hro-office-badge{background:var(--navy);color:#fff;letter-spacing:.4px;text-transform:uppercase;border-radius:99px;padding:3px 10px;font-size:10px;font-weight:600;display:none;position:absolute;top:-9px;left:50%;transform:translate(-50%)}.hro-office-card.today .hro-office-badge{display:block}.hro-office-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 20px #1b2cc01a}.hro-office-day{color:var(--dark);margin-bottom:6px;font-size:16px;font-weight:600}.hro-office-time{color:var(--gray);margin-bottom:18px;font-size:13px}.hro-office-join{border:1.5px solid var(--navy);width:100%;color:var(--navy);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:11px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}.hro-office-join:hover{background:var(--light-blue)}.hro-office-note{text-align:center;color:var(--gray);margin-top:28px;font-size:13px;line-height:1.7}@media (width>=901px){.hro-office-grid{gap:24px;max-width:960px}.hro-office-card{border-radius:20px;padding:40px 28px}.hro-office-badge{padding:4px 12px;font-size:11px;top:-11px}.hro-office-day{margin-bottom:10px;font-size:20px}.hro-office-time{margin-bottom:24px;font-size:16px}.hro-office-join{border-radius:10px;padding:14px;font-size:15px}}.hro-testimonial-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.res-testi-carousel-wrap{max-width:1100px;margin:0 auto;position:relative}.res-testi-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;align-items:stretch;gap:20px;padding:4px 4px 14px;display:flex;overflow-x:auto}.res-testi-carousel .hro-testimonial-card{scroll-snap-align:start;flex:0 0 340px;height:auto;min-height:400px}.hro-testimonial-card{background:var(--light);border-radius:16px;flex-direction:column;height:100%;padding:28px;display:flex}.hro-testimonial-card.cta{border:1.5px dashed var(--border)}.hro-testimonial-card.cta .hro-testimonial-quote{margin-bottom:16px}.hro-testimonial-cta-btn{border:1.5px solid var(--navy);color:var(--navy);cursor:pointer;background:#fff;border-radius:99px;margin-top:4px;padding:10px 24px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.hro-testimonial-cta-btn:hover{background:var(--navy);color:#fff}.hro-testimonial-video{aspect-ratio:16/9;background:var(--light);border:1px solid var(--border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;margin-bottom:18px;display:flex;position:relative;overflow:hidden}.hro-testimonial-thumb{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hro-testimonial-play{z-index:1;background:var(--navy);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;box-shadow:0 0 0 8px #1b2cc01a}.hro-testimonial-video:before{content:"";z-index:0;pointer-events:none;background:#0f172a2e;position:absolute;inset:0}.hro-testimonial-play svg{color:#fff;width:16px;height:16px}.hro-testimonial-quote{color:var(--dark);flex:1;margin-bottom:18px;font-size:14px;font-style:italic;line-height:1.75}.hro-testimonial-name{color:var(--navy);font-size:13px;font-weight:600}.hro-testimonial-company{color:var(--gray);margin-top:2px;font-size:12px}@media (width<=900px){.hro-tour-grid,.hro-office-grid{grid-template-columns:1fr 1fr}.hro-testimonial-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;grid-template-columns:none;gap:16px;padding:4px 4px 14px;display:flex;overflow-x:auto}.hro-testimonial-grid .hro-testimonial-card{scroll-snap-align:start;flex:0 0 74vw;max-width:280px;height:auto;min-height:0}}.hro-viewall-banner{background:var(--light-blue);border:1px solid var(--border);border-radius:20px;justify-content:space-between;align-items:center;gap:32px;max-width:890px;margin:32px auto 0;padding:36px 48px;display:flex}.hro-viewall-left h3{color:var(--dark);margin-bottom:6px;font-size:20px;font-weight:600}.hro-viewall-left p{color:var(--gray);max-width:460px;font-size:14px;line-height:1.6}.hro-viewall-btn{background:var(--navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.hro-viewall-btn:hover{background:var(--navy-dark);transform:translateY(-1px)}@media (width<=900px){.hro-viewall-banner{text-align:center;flex-direction:column;padding:32px}}.hrt-search-wrap{max-width:480px;margin:24px auto 0;position:relative}.hrt-search-input{border:1px solid var(--border);width:100%;color:var(--dark);background:#fff;border-radius:10px;padding:12px 16px 12px 42px;font-family:inherit;font-size:14px;transition:all .2s}.hrt-search-input:focus{border-color:var(--navy);outline:none}.hrt-search-icon{width:16px;height:16px;stroke:var(--gray);fill:none;stroke-width:2px;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.hrt-pills{flex-wrap:wrap;justify-content:center;gap:10px;padding:28px 48px 0;display:flex}.hrt-pill{border:1px solid var(--border);color:var(--gray);cursor:pointer;background:#fff;border-radius:99px;padding:9px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.hrt-pill:hover{border-color:var(--navy);color:var(--navy)}.hrt-pill.active{background:var(--navy);border-color:var(--navy);color:#fff}.hrt-howto-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hrt-howto-card{background:var(--light);border:1px solid var(--border);border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;transition:all .25s;display:flex}.hrt-howto-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 24px #1b2cc014}.hrt-howto-info{flex:1;min-width:0}.hrt-howto-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--navy);margin-bottom:6px;font-size:10px;font-weight:700;display:block}.hrt-howto-badge.employee{color:var(--orange)}.hrt-howto-title{color:var(--dark);font-size:14px;font-weight:600;line-height:1.4}.hrt-howto-btn{color:var(--navy);background:var(--light-blue);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;padding:9px 14px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .2s}.hrt-howto-btn:hover{background:#dde0f8}.hrt-howto-card.employee .hrt-howto-btn{color:var(--orange);background:#fff5eb}.hrt-howto-card.employee .hrt-howto-btn:hover{background:#ffe9d1}.hrt-empty{text-align:center;color:var(--gray);padding:56px 20px;font-size:14px;display:none}#hrt-feature-tours .hro-tour-btn.employee{color:var(--orange)}#hrt-feature-tours .hro-tour-btn.employee:hover{border-color:var(--orange);background:#fff5eb}#hrt-feature-tours .hro-tour-btn.employee .hro-tour-btn-label{color:var(--gray)}#hro-tours-section .hro-tour-btn.employee{color:var(--orange)}#hro-tours-section .hro-tour-btn.employee:hover{border-color:var(--orange);background:#fff5eb}#hro-tours-section .hro-tour-btn.employee .hro-tour-btn-label{color:var(--gray)}@media (width<=900px){.hrt-howto-grid{grid-template-columns:1fr}}.lead-overlay{z-index:210;background:#fff;flex-direction:column;display:none;position:fixed;inset:58px 0 0}.lead-overlay.open{display:flex}.lead-overlay-nav{border-bottom:1px solid var(--border);z-index:10;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 48px;display:flex;position:sticky;top:0}.lead-overlay-close{color:var(--gray);cursor:pointer;border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}.lead-overlay-close:hover{border-color:var(--navy);color:var(--navy)}.lead-overlay-body{flex:1;overflow-y:auto}.lead-hero{text-align:center;max-width:1200px;margin:0 auto;padding:64px 48px 8px}.lead-hero h1{color:var(--dark);margin-bottom:12px;font-size:38px;font-weight:600;line-height:1.2}.lead-hero h1 em{color:var(--navy);font-style:normal}.lead-hero p{color:var(--gray);max-width:600px;margin:0 auto;font-size:16px;line-height:1.7}.lead-grid-section{max-width:1200px;margin:0 auto;padding:56px 48px 24px}.lead-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lead-card{border:1px solid var(--border);background:#fff;border-radius:16px;transition:all .25s;overflow:hidden}.lead-card:hover{border-color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 24px #1b2cc014}.lead-card-img{aspect-ratio:1;background:var(--light);overflow:hidden}.lead-card-img img{object-fit:cover;object-position:center 20%;width:100%;height:100%;display:block}.lead-card-body{padding:22px 24px 26px}.lead-card h3{color:var(--dark);margin-bottom:10px;font-size:17px;font-weight:600}.lead-card p{color:var(--gray);font-size:13.5px;line-height:1.75}@media (width<=900px){.lead-grid{grid-template-columns:1fr}}.story-overlay{z-index:200;background:#fff;flex-direction:column;display:none;position:fixed;inset:58px 0 0}.story-overlay.open{display:flex}.story-overlay-nav{border-bottom:1px solid var(--border);z-index:10;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 48px;display:flex;position:sticky;top:0}.story-overlay-close{color:var(--gray);cursor:pointer;border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;transition:all .2s;display:flex}.story-overlay-close:hover{border-color:var(--navy);color:var(--navy)}.story-overlay-body{flex:1;overflow-y:auto}.so-hero{text-align:center;border-bottom:1px solid var(--border);padding:64px 48px 48px}.so-tag{letter-spacing:1.5px;background:var(--light-blue);color:var(--navy);text-transform:uppercase;border-radius:99px;margin-bottom:16px;padding:4px 14px;font-size:11px;font-weight:600;display:inline-block}.so-hero h1{color:var(--dark);letter-spacing:-.02em;margin:0 0 12px;font-size:36px;font-weight:700}.so-hero h1 em{color:var(--navy);font-style:normal}.so-hero p{color:var(--gray);max-width:480px;margin:0 auto;font-size:15px;line-height:1.7}.so-body{flex-direction:column;gap:24px;max-width:1000px;margin:0 auto;padding:56px 48px;display:flex}.so-card{border:1px solid var(--border);background:#fff;border-radius:16px;position:relative;overflow:hidden}.so-outer-wrap{background:var(--light);border-radius:20px;padding:24px}.so-card.featured{border-color:var(--border)}.so-tl-card{grid-template-columns:1.4fr 1fr;min-height:480px;display:grid}.so-tl-left{border-right:1px solid var(--border);background:#fff;flex-direction:column;justify-content:center;padding:40px 48px;display:flex}.so-eyebrow{color:var(--navy);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.so-tl-left h2{color:var(--dark);margin-bottom:14px;font-size:22px;font-weight:600;line-height:1.25}.so-tl-left h2 em{color:var(--navy);font-style:normal}.so-divider{background:var(--border);height:1px;margin:16px 0}.so-tl-left p{color:var(--gray);margin-bottom:10px;font-size:13px;line-height:1.8}.so-tl-left p:last-of-type{margin-bottom:0}.so-quote{border-left:3px solid var(--navy);background:var(--light-blue);color:var(--dark);border-radius:0 10px 10px 0;margin:16px 0;padding:12px 16px;font-size:13px;font-style:italic;line-height:1.7}.so-quote cite{color:var(--gray);margin-top:5px;font-size:11px;font-style:normal;font-weight:600;display:block}.so-stats{border-top:1px solid var(--border);gap:28px;margin-top:20px;padding-top:20px;display:flex}.so-stat .n{color:var(--navy);font-size:22px;font-weight:600;line-height:1}.so-stat .l{color:var(--gray);margin-top:3px;font-size:11px;line-height:1.3}.so-tl-right{background:var(--light);justify-content:center;align-items:center;padding:32px 28px;display:flex}.so-tl-right img{border:1px solid var(--border);object-fit:cover;border-radius:12px;width:100%;max-height:320px;display:block}.so-tl-img-placeholder{border:1.5px dashed var(--border);width:100%;height:280px;color:var(--gray);background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.so-tl-img-placeholder svg{opacity:.5;width:36px;height:36px}.so-tl-img-placeholder span{font-size:13px;font-weight:500}.so-bar{border-top:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;padding:12px 48px;display:flex}.so-counter{color:var(--gray);font-size:13px}.so-counter b{color:var(--dark);font-weight:600}.so-btns{gap:8px;display:flex}.so-btn{border:1px solid var(--border);cursor:pointer;width:34px;height:34px;color:var(--gray);background:#fff;border-radius:8px;justify-content:center;align-items:center;font-family:inherit;transition:all .2s;display:flex}.so-btn:hover:not(:disabled){border-color:var(--navy);color:var(--navy)}.so-btn:disabled{opacity:.3;cursor:not-allowed}.so-btn svg{fill:currentColor;width:15px;height:15px}.so-cta-inner{background:var(--light);justify-content:space-between;align-items:center;gap:48px;padding:48px;display:flex}.so-cta-label{color:var(--navy);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.so-cta-inner h2{color:var(--dark);margin-bottom:10px;font-size:26px;font-weight:600;line-height:1.25}.so-cta-inner p{color:var(--gray);max-width:400px;font-size:14px;line-height:1.7}.so-cta-btns{flex-shrink:0;gap:10px;display:flex}.sp-hero{text-align:center;max-width:1000px;margin:0 auto;padding:88px 48px 64px}.sp-hero .tag{margin-bottom:14px}.sp-hero h1{color:var(--dark);letter-spacing:-.01em;margin-bottom:16px;font-size:40px;font-weight:600;line-height:1.15}.sp-hero h1 em{color:var(--navy);font-style:normal}.sp-hero p{color:var(--gray);max-width:560px;margin:0 auto;font-size:16px;line-height:1.7}.contact-wrap{grid-template-columns:1fr 1fr;gap:56px;max-width:1000px;margin:0 auto;padding:24px 48px 88px;display:grid}.contact-cards{flex-direction:column;gap:16px;display:flex}.contact-card{background:var(--light);border:1px solid var(--border);border-radius:16px;padding:24px}.contact-card .ci{background:var(--light-blue);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:14px;display:flex}.contact-card .ci svg{width:18px;height:18px;fill:var(--navy)}.contact-card h4{color:var(--dark);margin-bottom:4px;font-size:15px;font-weight:600}.contact-card p{color:var(--gray);font-size:13.5px;line-height:1.6}.contact-card a{color:var(--navy);font-weight:500}.contact-form{border:1px solid var(--border);background:#fff;border-radius:20px;padding:32px}.contact-form.zoho-form-embed{padding:16px;overflow:visible}.zoho-form-embed iframe{width:100%;display:block;overflow:hidden}@media (width<=800px){.contact-wrap{grid-template-columns:1fr}}.legal-wrap{max-width:760px;margin:0 auto;padding:8px 48px 88px}.legal-updated{color:var(--gray);text-align:center;margin-bottom:48px;font-size:13px}.legal-body h2{color:var(--dark);margin:34px 0 12px;font-size:18px;font-weight:600}.legal-body p{color:var(--gray);margin-bottom:14px;font-size:14.5px;line-height:1.8}.legal-body ul{color:var(--gray);margin:0 0 14px 20px;font-size:14.5px;line-height:1.8}.legal-body li{margin-bottom:6px}.legal-body strong{color:var(--dark)}.legal-toc{background:var(--light);border-radius:14px;margin-bottom:40px;padding:20px 24px}.legal-toc h4{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:12px;font-weight:700}.legal-toc a{color:var(--gray);padding:4px 0;font-size:13.5px;display:block}.legal-toc a:hover{color:var(--navy)}.nav-dropdown-menu.feat-menu{min-width:190px}.feat-overlay-nav,.price-overlay-nav,.lead-overlay-nav,.story-overlay-nav,.res-overlay-nav{display:none!important}@media (width<=900px){.fo-hero-h1{white-space:normal!important;font-size:26px!important}.fo-hero-h1 em{white-space:nowrap;display:block}.demo-s{flex-direction:column;gap:32px;padding:40px 28px}.demo-s .dr{flex:none;width:100%}.demo-form{padding:24px}.broker-s{flex-direction:column;gap:40px;padding:40px 28px}.broker-s .br{flex:none;width:100%}}@media (width<=600px){.demo-wrap{padding:48px 20px}}@media (width<=900px){.res-trainer-inner{flex-direction:column;gap:40px}.res-webinar-grid,.res-downloads-grid{grid-template-columns:repeat(2,1fr)}.diff-grid{grid-template-columns:1fr}.bp-step-row{gap:36px;grid-template-columns:1fr!important}.bp-step:not(:last-child):after{display:none}.bp-account-grid{grid-template-columns:1fr!important}.res-upcoming-card{flex-direction:column;align-items:flex-start;padding:28px 24px}.res-upcoming-card .uc-right{width:100%;min-width:0}.res-upcoming-card h3{margin:8px 0 10px;font-size:19px;line-height:1.3}.res-upcoming-card p{font-size:14px;line-height:1.6}.res-upcoming-card .tag{padding:4px 12px;font-size:10px}.res-uc-meta{flex-wrap:wrap;gap:8px;margin-top:12px}.res-uc-free{white-space:nowrap}.res-webinar-grid-teaser{grid-template-columns:1fr!important}.res-btn-calendar,.res-btn-register{width:100%}#res-training .res-trainer-right{display:none}}@media (width<=700px){.res-webinar-grid,.res-downloads-grid{grid-template-columns:1fr}}@media (width<=600px){.hro-tour-grid{grid-template-columns:1fr}}@media (width<=900px){.bp-tools-inner{grid-template-columns:1fr!important;max-width:100%!important}}@media (width<=700px){.bp-steps-wrap{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:14px;margin-left:-24px;margin-right:-24px;padding:20px calc(50% - 105px);display:flex;overflow-x:auto}.bp-steps-wrap::-webkit-scrollbar{display:none}.bp-step-row{display:contents!important}.bp-step{scroll-snap-align:center;opacity:.35;flex:0 0 210px;width:210px;max-width:210px;padding:24px 8px;transition:opacity .25s,transform .25s;transform:scale(.82)}.bp-step.bp-step-active{opacity:1;transform:scale(1)}.bp-step:not(.bp-step-final):after{content:"";width:calc(100% - 52px);height:2px;position:absolute;top:19px;left:calc(50% + 26px);background:var(--navy)!important;opacity:.3!important;display:block!important}.bp-carousel-nav{justify-content:center;gap:16px;margin-top:8px;margin-bottom:30px;display:flex!important}.bp-carousel-btn{border:1px solid var(--border);cursor:pointer;width:38px;height:38px;color:var(--navy);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 14px #0000001a}.bp-carousel-btn svg{width:18px;height:18px}.bp-carousel-btn:active{background:var(--light-blue)}.testi-split{grid-template-columns:1fr}.hro-office-hours-line{white-space:normal!important}}@media (width<=900px){.so-outer-wrap{background:0 0;border-radius:0;padding:0}.so-card.featured{background:0 0;border:none;border-radius:0;flex-direction:column;display:flex;position:relative;overflow:visible}.so-tl-card{flex-direction:column;grid-template-columns:none;min-height:0;display:flex}.so-tl-left{display:contents}.so-tl-header{order:0;padding:44px 0 16px}.so-tl-right{background:0 0;border-bottom:none;order:1;padding:0 0 24px}.so-tl-right img{object-fit:cover;border:none;border-radius:8px;height:240px;max-height:none}.so-tl-img-placeholder{height:240px}.so-tl-body{order:2;padding:0 0 32px}.so-eyebrow{font-size:13px}.so-tl-left h2{font-size:25px;line-height:1.3}.so-tl-left p{font-size:16px;line-height:1.7}.so-quote{font-size:16px}.so-stats{flex-wrap:wrap;gap:20px 32px}.so-stat .n{font-size:26px}.so-stat .l{font-size:13px}.so-bar{border-top:1px solid var(--border);background:0 0;flex-wrap:nowrap;justify-content:flex-start;gap:10px;padding:16px 0 0}.so-btns{z-index:10;background:#fffffff0;border-radius:9px;padding:3px;position:absolute;top:0;right:0;box-shadow:0 2px 10px #0f11371f}.so-counter{font-size:14px}#soCYear,.so-counter-sep{display:none}.so-counter-pos{display:inline}}.po-tier-select-wrap{display:none}@media (width<=900px){.po-tier-tabs{display:none}.po-tier-select-wrap{border-radius:16px 16px 0 0;display:block;position:relative;overflow:hidden}.po-tier-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--light-blue);width:100%;color:var(--navy);box-shadow:none;cursor:pointer;border:none;outline:none;padding:18px 44px 18px 20px;font-family:inherit;font-size:16px;font-weight:700;display:block}.po-tier-select:focus,.po-tier-select:focus-visible{box-shadow:none;outline:none}.po-tier-select-chevron{width:18px;height:18px;color:var(--navy);pointer-events:none;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.po-tier-panel.active{gap:0;grid-template-columns:1fr!important;padding:0!important}.po-tier-panel .po-tp-left{padding:24px 20px 20px}.po-tier-panel .po-tp-mid,.po-tier-panel .po-tp-right{border-left:none!important;border-top:8px solid var(--light)!important;padding:20px!important}.po-tp-name{font-size:22px!important}.po-tp-price{font-size:30px!important}.po-tp-cta{padding:14px 20px!important;font-size:15px!important}.po-tp-feat-list li{flex-wrap:wrap;row-gap:2px}.po-tp-feat-list li .po-tp-qty{white-space:nowrap;flex-shrink:0;font-size:12px}.po-tp-feat-list li .po-tp-qty.po-tp-qty-forcewrap{flex-basis:100%}.po-pricing-wrap{padding:48px 20px 58px}}@media (width<=700px){.res-section-nav{padding:14px 20px}.res-section-nav-inner{display:none}}.res-snav-select-wrap{display:none}@media (width<=700px){.res-snav-select-wrap{width:100%;display:block;position:relative}.res-snav-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--light-blue);width:100%;color:var(--navy);box-shadow:none;cursor:pointer;border:none;border-radius:10px;outline:none;padding:11px 36px 11px 16px;font-family:inherit;font-size:13px;font-weight:700;display:block}.res-snav-select:focus,.res-snav-select:focus-visible{box-shadow:none;outline:none}.res-snav-select-chevron{width:15px;height:15px;color:var(--navy);pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.hro-tour-carousel .hro-tour-card{flex-basis:74vw;max-width:280px;padding:32px 24px}.res-testi-carousel .hro-testimonial-card{flex-basis:74vw;max-width:280px;min-height:0}.hro-tour-carousel,.res-testi-carousel{gap:14px}.hro-tour-carousel-wrap,.res-testi-carousel-wrap{margin-left:-48px;margin-right:-48px}.hro-tour-carousel,.res-testi-carousel{padding-left:48px;padding-right:20px;scroll-padding-left:48px}}@media (width<=480px){.hro-office-grid{grid-template-columns:1fr}}@media (width<=700px){.res-ondemand-head{flex-wrap:wrap;gap:10px}.res-view-all-link{border:1px solid var(--border);border-radius:8px;padding:8px 14px;font-size:10px}.res-platform-preview{display:none}}@media (width>=701px){.hro-tour-carousel .hro-tour-card{flex-basis:280px;padding:32px 24px}.hro-tour-carousel .hro-tour-card h4{margin-bottom:18px;font-size:17px}.hro-tour-carousel .hro-tour-icon{width:42px;height:42px;margin-bottom:14px}.hro-tour-carousel .hro-tour-icon svg{width:19px;height:19px}.hro-tour-carousel .hro-tour-btn{padding:11px 16px;font-size:13.5px}}@media (width<=700px){.broker-cta-card{flex-direction:column;align-items:stretch!important;padding:28px 24px!important}.broker-cta-btn{box-sizing:border-box;white-space:normal;width:100%;flex-shrink:1!important}}@media (width<=900px){.hero{padding:32px 24px 48px}.hero-row{flex-direction:column;align-items:stretch;gap:32px}.hero-l{max-width:100%;padding-left:0}.hero-r{order:-1;max-height:315px;margin-top:0}.hero-r img{max-width:100%;max-height:315px;width:auto!important;height:auto!important}.hero-cta{flex-wrap:wrap;gap:16px 20px}section.hero+div+section.section>.s-head{margin-top:10px}}@media (width<=480px){.hero-l h1{font-size:26px}}@media (width<=900px){.hero-l{text-align:center}.hero-l>p{max-width:480px;margin-top:30px;margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}}.bp-carousel-nav{display:none}@media (width<=700px){.broker-s h2{font-size:21px;line-height:1.4}.broker-s h2 br{display:none}.feat-pills-row{display:contents}.feat-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;justify-content:flex-start;align-items:stretch;gap:10px;max-width:100%;padding:4px 0;display:flex;overflow-x:auto}.feat-pills::-webkit-scrollbar{display:none}.feat-pill{white-space:nowrap;text-align:center;text-overflow:ellipsis;flex:0 0 calc(50% - 5px);width:calc(50% - 5px);min-width:0;overflow:hidden}}@media (width<=600px){footer{flex-direction:column;align-items:flex-start;gap:14px;padding:28px 24px}footer div{flex-wrap:wrap;gap:12px 20px;display:flex}footer a{margin-left:0}}.bnode-icon{display:none}@media (width<=700px){.broker-s .br{order:-1}.bnode{white-space:nowrap;justify-content:center;align-items:center;max-width:300px;font-size:13px;display:flex}.bnode-icon{display:none!important}.bnode-caption{white-space:normal!important}.bnode[data-reveal]{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(14px)}.bnode[data-reveal].revealed{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.bnode[data-reveal]{opacity:1!important;transition:none!important;transform:none!important}}@media (width<=900px){.section,.testi,.po-cta,.fo-tour,.fo-faq,.fo-pricing,.fo-section,.res-downloads-section,.res-tools-section,.res-trainer-section{padding-left:32px;padding-right:32px}.res-webinars-section{max-width:1200px;margin:0 auto;padding:48px}}@media (width<=600px){.section,.testi,.po-cta,.fo-tour,.fo-faq,.fo-pricing,.fo-section,.res-downloads-section,.res-tools-section,.res-trainer-section{padding-left:20px;padding-right:20px}}@media (width<=900px){.res-trainer-section{padding-left:40px!important;padding-right:40px!important}}@media (width<=600px){.res-trainer-section{padding-left:28px!important;padding-right:28px!important}}@media (width<=900px){.ov-hero{padding-left:32px!important;padding-right:32px!important}.ov-hero-h1{font-size:26px!important}.ov-hero--resources{background:#fff!important;padding:31px 48px!important}.ov-hero--resources+.res-section-nav{margin-top:0}.hrt-pills{padding:28px 28px 0}}@media (width<=600px){.ov-hero{padding-left:20px!important;padding-right:20px!important}.ov-hero-h1{font-size:26px!important}.ov-hero--resources{padding:31px 20px!important}}@media (width<=900px){.sp-hero{padding-left:32px;padding-right:32px}.sp-hero h1{font-size:26px}.legal-wrap{padding-left:32px;padding-right:32px}}@media (width<=600px){.sp-hero{padding-left:20px;padding-right:20px}.sp-hero h1{font-size:26px}.legal-wrap{padding-left:20px;padding-right:20px}}@media (width<=900px){.ov-hero-lead-nowrap,.features-landing-card h3,.fh-card h3,.hro-office-hours-line{white-space:normal!important}}@media (width<=700px){.hro-tour-carousel-wrap,.res-testi-carousel-wrap{margin-left:-32px;margin-right:-32px}.hro-tour-carousel,.res-testi-carousel{padding-left:32px;scroll-padding-left:32px}}@media (width<=600px){.hro-tour-carousel-wrap,.res-testi-carousel-wrap{margin-left:-20px;margin-right:-20px}.hro-tour-carousel,.res-testi-carousel{padding-left:20px;scroll-padding-left:20px}}@media (width<=900px){.res-trainer-left h2{font-size:26px}}@media (width<=600px){.res-trainer-left h2{font-size:21px}}.mobile-only-break{display:none}@media (width<=900px){.mobile-only-break{display:inline}.feat-headline-nowrap{white-space:nowrap!important}.s-head h2,.demo-s .dl h2{font-size:24px}.fo-faq h2,.hro-viewall-left h3,#hro-office-section .fo-section-head h2{white-space:nowrap}}@media (width<=600px){.feat-headline-nowrap{font-size:19px!important}.s-head h2,.demo-s .dl h2{font-size:21px}.fo-faq h2{font-size:20px}.hro-viewall-left h3{font-size:18px}#hro-office-section .fo-section-head h2{font-size:20px}}@media (width<=900px){.fo-cta{padding-left:32px;padding-right:32px}.fo-cta h2{white-space:nowrap}.po-faq{padding-left:32px;padding-right:32px}.po-faq h2{white-space:nowrap}.ov-footer-cta{padding-left:32px!important;padding-right:32px!important}.ov-footer-cta-h2{white-space:nowrap}}@media (width<=600px){.fo-cta{padding-left:20px;padding-right:20px}.fo-cta h2{font-size:19px}.po-faq{padding-left:20px;padding-right:20px}.po-faq h2{font-size:20px}.ov-footer-cta{padding-left:20px!important;padding-right:20px!important}.ov-footer-cta-h2{font-size:19px!important}}@media (width<=900px){.po-marketplace{padding-left:32px;padding-right:32px}.po-marketplace-head h2,#bp-how-it-works .fo-section-head h2{font-size:24px}}@media (width<=600px){.po-marketplace{padding-left:20px;padding-right:20px}.po-marketplace-head h2,#bp-how-it-works .fo-section-head h2{font-size:21px}}@media (width<=700px){.po-mkt-grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;max-width:100%!important}.po-mkt-grid::-webkit-scrollbar{display:none}.po-mkt-card{box-sizing:border-box;flex:0 0 95px;justify-content:center;gap:4px;width:95px;height:95px;padding:8px 6px}.po-mkt-logo-wrap{border-radius:8px;height:35px;width:61px!important}.po-mkt-logo-wrap img{max-width:84%;max-height:68%}.po-mkt-name{font-size:9px;line-height:1.2}.po-mkt-tag{margin-top:0;font-size:8px;line-height:1.2}.po-mkt-btn{padding:6px 12px;font-size:10px}.po-mkt-btn.on{background:var(--navy);color:#fff;border-color:var(--navy)}.hrt-pill{padding:6px 12px;font-size:10px}}@media (width<=1024px){nav{padding-left:32px;padding-right:32px}}@media (width<=600px){nav{padding-left:20px;padding-right:20px}}@media (width<=900px){h1,.fo-hero-h1,.ov-hero-h1,.hero-l h1,.sp-hero h1,.po-hero h1,.fo-hero h1,.res-page-hero h1,.lead-hero h1,.so-hero h1{font-size:26px!important}.hero-l>p,.ov-hero p,.po-hero p,.fo-hero p,.res-page-hero p,.lead-hero p,.so-hero p,.sp-hero p,.s-head p,.fo-section-head p,.po-section-head p,.po-marketplace-head p,.fo-cta p,.po-cta p,.broker-s>p{font-size:14px!important}.btn-lg{font-size:12px!important}.fo-play{width:40px;height:40px;margin-bottom:12px;box-shadow:0 0 0 8px #1b2cc01a}.fo-play svg{width:14px;height:14px}.fo-tour-ph p{display:none}.section,.testi,.demo-wrap,.broker-s,.fo-section,.fo-tour,.fo-faq,.fo-cta,.fo-pricing,.po-section,.po-faq,.po-cta,.po-marketplace,.po-pricing-wrap,.res-webinars-section,.res-downloads-section,.res-tools-section,.res-trainer-section,.res-footer-cta,.lead-grid-section,.contact-wrap,.legal-wrap,#so-timeline-section,.ov-footer-cta{padding-top:30px!important;padding-bottom:30px!important}}
