@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Google+Sans:wght@400;500;700&display=swap");.salesHubShell{--gs-blue:#1a73e8;--gs-blue-hover:#1557b0;--gs-gray:#5f6368;--gs-light:#f1f3f4;--gs-border:#dadce0;--gs-white:#fff;--gs-text:#202124;--topbar-h:48px;--sidebar-w:300px;--nav-h:56px;--font-head:"Poppins",sans-serif;--font-body:"Arimo",sans-serif;--primary:#2c3e50;--accent:#00a0e0;--hero-gradient:linear-gradient(160deg,#1a3a6e,#1565c0 40%,#1e88e5 80%,#1976d2);height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow:visible;font-family:Google Sans,Poppins,sans-serif;color:var(--gs-text);background:#fff;position:relative}.salesHubShell *,.salesHubShell :after,.salesHubShell :before{box-sizing:border-box}.salesHubShell .topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-h);background:var(--gs-white);border-bottom:1px solid var(--gs-border);display:flex;align-items:center;padding:0 8px;gap:2px;z-index:9999;box-shadow:0 1px 3px rgba(0,0,0,.08)}.salesHubShell .topbar-logo{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:4px;flex-shrink:0;transition:background .15s;border:none;background:transparent;padding:0;text-decoration:none;color:inherit}.salesHubShell .topbar-logo:hover{background:var(--gs-light)}.salesHubShell .topbar-logo img{width:22px;height:22px}.salesHubShell .doc-title{font-size:13.5pt;font-weight:500;color:var(--gs-text);border:none;outline:none;background:transparent;padding:4px 8px;border-radius:4px;min-width:80px;max-width:220px;cursor:text;transition:background .15s;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .doc-title:hover{background:var(--gs-light)}.salesHubShell .doc-title:focus{background:var(--gs-light);outline:2px solid var(--gs-blue)}.salesHubShell .save-status{font-size:10pt;color:var(--gs-gray);white-space:nowrap;margin:0 8px;flex-shrink:0}.salesHubShell .save-status.save-warn{color:#c5221f}.salesHubShell .tb-save-inline{border:none;background:transparent;color:var(--gs-blue);font-size:10pt;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:4px;font-family:inherit;flex-shrink:0}.salesHubShell .tb-save-inline:hover:not(:disabled){background:rgba(26,115,232,.08)}.salesHubShell .tb-save-inline:disabled{opacity:.38;cursor:default}.salesHubShell .topbar-spacer{flex:1 1}.salesHubShell .tb-icon-btn{width:36px;height:36px;border:none;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gs-gray);transition:background .15s;flex-shrink:0}.salesHubShell a.tb-icon-btn{text-decoration:none;box-sizing:border-box}.salesHubShell .tb-icon-btn:hover:not(:disabled){background:var(--gs-light)}.salesHubShell .tb-icon-btn svg{width:20px;height:20px;fill:currentcolor}.salesHubShell .tb-icon-btn.disabled{opacity:.38;pointer-events:none}.salesHubShell .tb-sep{width:1px;height:24px;background:var(--gs-border);margin:0 4px;flex-shrink:0}.salesHubShell .more-btn{width:36px;height:36px;border:none;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--gs-gray);transition:background .15s;flex-shrink:0}.salesHubShell .more-btn:hover{background:var(--gs-light)}.salesHubShell .more-btn svg{width:20px;height:20px;fill:var(--gs-gray)}.salesHubShell .publish-wrap{display:flex;align-items:center;margin-left:6px;position:relative;z-index:100050}.salesHubShell .publish-wrap .dropdown{min-width:256px;max-width:min(320px,92vw)}.salesHubShell .publish-btn{height:34px;padding:0 18px;background:var(--gs-blue);color:#fff;border:none;border-radius:4px 0 0 4px;font-family:Google Sans,Poppins,sans-serif;font-size:11pt;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}.salesHubShell .publish-btn:hover{background:var(--gs-blue-hover)}.salesHubShell .publish-caret{height:34px;width:30px;background:var(--gs-blue);color:#fff;border:none;border-left:1px solid rgba(255,255,255,.3);border-radius:0 4px 4px 0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.salesHubShell .publish-caret:hover{background:var(--gs-blue-hover)}.salesHubShell .publish-caret svg{width:18px;height:18px;fill:#fff}.salesHubShell .avatar{width:32px;height:32px;border-radius:50%;background:#1e7e34;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13pt;font-weight:500;cursor:default;margin-left:6px;flex-shrink:0;font-family:Google Sans,sans-serif}.salesHubShell .topbar-dropdown-wrap{position:relative}.salesHubShell .dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.05);min-width:220px;padding:6px 0;z-index:100002;display:none}.salesHubShell .dropdown.open{display:block}.salesHubShell .dropdown-item{padding:9px 20px;font-size:10.5pt;color:var(--gs-text);cursor:pointer;transition:background .1s;display:flex;align-items:center;gap:10px;font-family:Google Sans,Poppins,sans-serif;border:none;background:none;width:100%;text-align:left;text-decoration:none}.salesHubShell .dropdown-item:hover:not(:disabled){background:var(--gs-light)}.salesHubShell .dropdown-item:disabled{opacity:.45;cursor:default}.salesHubShell .dropdown-sep{height:1px;background:var(--gs-border);margin:6px 0}.salesHubShell .app-body{display:flex;margin-top:var(--topbar-h);height:auto;flex:1 1 auto;min-height:0;overflow:hidden;isolation:isolate}.salesHubShell .canvas-area{flex:1 1;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;background:#e8eaed;display:flex;flex-direction:column;align-items:center;padding:24px 0 48px;min-width:0;position:relative;z-index:0}.salesHubShell .canvas-paper{width:1240px;flex:0 0 auto;max-width:calc(100% - 32px);background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.18);border-radius:2px;overflow:hidden;position:relative}.salesHubShell .editable-section{position:relative}.salesHubShell .section-overlay{position:absolute;inset:0;border:2px solid transparent;pointer-events:none;transition:border-color .2s;z-index:1;border-radius:inherit}.salesHubShell .canvas-paper:not(.view-mode) .editable-section.is-selected .section-overlay,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:focus-within .section-overlay,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:hover .section-overlay{border-color:rgba(26,115,232,.45)}.salesHubShell .editable-section.drop-after:after,.salesHubShell .editable-section.drop-before:before{content:"";position:absolute;left:0;right:0;height:3px;background:#1a73e8;box-shadow:0 0 0 1px rgba(255,255,255,.8);z-index:240;pointer-events:none}.salesHubShell .editable-section.drop-before:before{top:-2px}.salesHubShell .editable-section.drop-after:after{bottom:-2px}.salesHubShell .editable-section.drop-inside:after{content:"";position:absolute;inset:6px;border:2px dashed #1a73e8;border-radius:6px;background:rgba(26,115,232,.06);z-index:240;pointer-events:none}.salesHubShell .editable-section.drop-into-section{outline:2px dashed #1a73e8;background:rgba(26,115,232,.05)}.salesHubShell .drop-inside-grid{position:absolute;left:8px;right:8px;top:8px;bottom:8px;z-index:245;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:4px;gap:4px;pointer-events:none}.salesHubShell .drop-inside-row-highlight{position:absolute;left:8px;right:8px;z-index:244;border-radius:6px;background:rgba(26,115,232,.12);box-shadow:inset 0 0 0 1px rgba(26,115,232,.25);pointer-events:none}.salesHubShell .drop-inside-grid-cell{border-radius:4px;border:1px dashed rgba(26,115,232,.35);background:rgba(26,115,232,.05)}.salesHubShell .drop-inside-grid-cell.is-target{border-style:solid;border-color:rgba(26,115,232,.9);background:rgba(26,115,232,.2)}.salesHubShell .canvas-paper.view-mode .gs-section-slot-strip,.salesHubShell .canvas-paper.view-mode .section-overlay{display:none!important}.salesHubShell .content-section{position:relative;z-index:2;background:#fff}.salesHubShell .canvas-paper:not(.view-mode) .editor-block-element-drag-row{display:flex;justify-content:center;align-items:center;padding:6px 0 10px;border-bottom:1px solid #e8eaed;min-height:32px;position:relative;z-index:6;opacity:.72}.salesHubShell .canvas-paper:not(.view-mode) .editable-section.is-selected .editor-block-element-drag-row,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:focus-within .editor-block-element-drag-row,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:hover .editor-block-element-drag-row{opacity:1}.salesHubShell .canvas-paper.view-mode .editor-block-element-drag-row{display:none!important}.salesHubShell .nested-blocks{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:8px;gap:8px;margin:8px 24px 16px;padding:10px;border:1px dashed #dadce0;border-radius:8px;background:#fafbfc}.salesHubShell .content-column-guides{position:absolute;inset:0;pointer-events:none;z-index:4;overflow:hidden}.salesHubShell .content-column-guide-line{position:absolute;top:0;bottom:0;width:0;border-left:1px solid rgba(26,115,232,.38);transform:translateX(-.5px)}.salesHubShell .prose-width-frame{z-index:3}.salesHubShell .canvas-paper:not(.view-mode) .prose-width-handle{position:absolute;top:50%;transform:translateY(-50%);width:8px;height:36px;margin:0;padding:0;border:none;border-radius:2px;background:#1a73e8;box-shadow:0 0 0 1px rgba(255,255,255,.85);cursor:ew-resize;touch-action:none;z-index:20;opacity:.92}.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer{position:absolute;left:0;right:0;top:0;height:44px;z-index:210;pointer-events:none;display:none;align-items:flex-start;justify-content:center;padding-top:4px}.salesHubShell .canvas-paper:not(.view-mode) .editable-section.is-selected .editor-drag-handle-layer,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:focus-within .editor-drag-handle-layer,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:hover .editor-drag-handle-layer{display:flex}.salesHubShell .canvas-paper:not(.view-mode) .editor-block-element-drag-row .prose-section-drag-handle,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .prose-section-drag-handle,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .section-reorder-handle{width:28px;height:20px;border:none;border-radius:8px;background:rgba(255,255,255,.95);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.12);cursor:-webkit-grab;cursor:grab;opacity:.92;pointer-events:auto}.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .section-reorder-handle{position:absolute;left:12px;top:4px}.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .prose-section-drag-handle{position:relative;margin:0 auto}.salesHubShell .canvas-paper:not(.view-mode) .prose-reorder-handle{display:none!important}.salesHubShell .canvas-paper:not(.view-mode) .editor-block-element-drag-row .prose-section-drag-handle:active,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .prose-section-drag-handle:active,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .section-reorder-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.salesHubShell .canvas-paper:not(.view-mode) .editor-block-element-drag-row .prose-section-drag-handle .czDCbb,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .prose-section-drag-handle .czDCbb,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .section-reorder-handle .czDCbb{display:grid;grid-template-columns:repeat(2,2px);grid-gap:2px 2px;gap:2px 2px}.salesHubShell .canvas-paper:not(.view-mode) .editor-block-element-drag-row .prose-section-drag-handle .WbdZhc,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .prose-section-drag-handle .WbdZhc,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .section-reorder-handle .WbdZhc{width:2px;height:2px;border-radius:50%;background:#5f6368;opacity:.85}.salesHubShell .canvas-paper:not(.view-mode) .editor-block-element-drag-row .prose-section-drag-handle:hover,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .prose-section-drag-handle:hover,.salesHubShell .canvas-paper:not(.view-mode) .editor-drag-handle-layer .section-reorder-handle:hover{opacity:1}.salesHubShell .canvas-paper:not(.view-mode) .prose-width-handle:hover{opacity:1;background:#1557b0}.salesHubShell .prose-width-handle--left{left:-4px}.salesHubShell .prose-width-handle--right{right:-4px}.salesHubShell .canvas-paper:not(.view-mode) .prose-inline-drag-handle{position:absolute;right:8px;top:8px;width:28px;height:20px;border:none;border-radius:8px;background:rgba(255,255,255,.96);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.12);cursor:-webkit-grab;cursor:grab;z-index:24;opacity:.9}.salesHubShell .canvas-paper:not(.view-mode) .prose-inline-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.salesHubShell .canvas-paper:not(.view-mode) .prose-inline-drag-handle .czDCbb{display:grid;grid-template-columns:repeat(2,2px);grid-gap:2px 2px;gap:2px 2px}.salesHubShell .canvas-paper:not(.view-mode) .prose-inline-drag-handle .WbdZhc{width:2px;height:2px;border-radius:50%;background:#5f6368;opacity:.85}.salesHubShell .canvas-paper:not(.view-mode) .prose-inline-drag-handle:hover{opacity:1}.salesHubShell .canvas-paper.view-mode .editor-drag-handle-layer,.salesHubShell .canvas-paper.view-mode .prose-inline-drag-handle,.salesHubShell .canvas-paper.view-mode .prose-reorder-handle,.salesHubShell .canvas-paper.view-mode .prose-section-drag-handle,.salesHubShell .canvas-paper.view-mode .prose-width-handle{display:none!important}.salesHubShell .gs-section-slot-strip{position:relative;z-index:2;display:flex;flex-direction:row;align-items:stretch;gap:0;min-height:10px;margin:0 24px;padding:6px 48px 0;border-bottom:1px solid rgba(255,255,255,.12)}.salesHubShell .gs-section-slot-cell{flex:1 1;min-width:0;padding:0 1px}.salesHubShell .gs-section-slot-inner{height:8px;border-radius:1px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06)}.salesHubShell .canvas-paper:not(.view-mode) .editable-section.is-selected .gs-section-slot-inner,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:hover .gs-section-slot-inner{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.1)}.salesHubShell .canvas-paper:not(.view-mode) .editable-section .section-toolbar-stack{position:absolute;top:12px;left:12px;z-index:200;display:none;flex-direction:column;align-items:flex-start;gap:8px;pointer-events:none}.salesHubShell .canvas-paper:not(.view-mode) .editable-section .section-toolbar-stack>*{pointer-events:auto}.salesHubShell .canvas-paper:not(.view-mode) .editable-section.is-selected .section-toolbar-stack,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:focus-within .section-toolbar-stack,.salesHubShell .canvas-paper:not(.view-mode) .editable-section:hover .section-toolbar-stack{display:flex}.salesHubShell .section-toolbar{display:flex;align-items:center;gap:2px;padding:4px 6px;background:#fff;border:1px solid #dadce0;border-radius:999px;box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.salesHubShell .section-toolbar--secondary{gap:4px;padding:4px 8px}.salesHubShell .stb-btn-wrap{display:inline-flex}.salesHubShell .stb-btn{width:40px;height:40px;background:transparent;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:none;color:#5f6368;transition:background .12s,color .12s;padding:0}.salesHubShell .stb-btn:hover{background:#f1f3f4;color:#202124}.salesHubShell .stb-btn:focus-visible{outline:2px solid var(--gs-blue);outline-offset:1px}.salesHubShell .stb-btn svg{display:block;fill:currentcolor}.salesHubShell .stb-chip{border:1px solid #dadce0;border-radius:16px;padding:4px 10px;font-size:11px;font-weight:500;background:#fff;color:var(--gs-text);cursor:pointer;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .stb-chip:hover{background:#f8f9fa}.salesHubShell .stb-chip.is-active{border-color:var(--gs-blue);box-shadow:inset 0 0 0 1px var(--gs-blue);color:var(--gs-blue)}.salesHubShell .stb-chip--primary{border-color:#aecbfa;background:#e8f0fe;color:var(--gs-blue)}.salesHubShell .stb-chip--primary:hover{background:#d2e3fc}.salesHubShell .section-drag-handle-wrap{margin-top:2px}.salesHubShell .section-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #dadce0;border-radius:15px;background:#fff;cursor:-webkit-grab;cursor:grab;box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.salesHubShell .section-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.salesHubShell .section-drag-handle .czDCbb{display:grid;grid-template-columns:repeat(2,6px);grid-gap:4px 5px;gap:4px 5px}.salesHubShell .section-drag-handle .WbdZhc{width:6px;height:6px;border-radius:50%;background:#5f6368;opacity:.88}.salesHubShell .site-nav.sites-banner{min-height:var(--nav-h);background:#fff;border-bottom:1px solid var(--gs-border);display:flex;align-items:center;flex-wrap:wrap;padding:4px 8px 4px 4px;gap:4px 8px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.salesHubShell .sites-nav-drawer-btn{width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:var(--gs-text);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.salesHubShell .sites-nav-drawer-btn:hover{background:var(--gs-light)}.salesHubShell .sites-hamburger{width:20px;height:20px;color:currentcolor}.salesHubShell .canvas-paper.view-mode .sites-nav-drawer-btn{display:none}.salesHubShell .sites-nav-brand{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-right:4px}.salesHubShell .sites-nav-logo-wrap{position:relative;flex-shrink:0}.salesHubShell .sites-nav-logo{width:106px;max-width:22vw;height:40px;border-radius:2px;border:1px solid #e8eaed;background-color:#f8f9fa;background-image:linear-gradient(135deg,#eceff1,#fff 48%,#e3f2fd);background-size:cover;background-position:50%}.salesHubShell .sites-nav-logo-img{display:block;width:auto;height:40px;max-width:min(106px,22vw);object-fit:contain;border-radius:2px}.salesHubShell .canvas-paper.view-mode .sites-nav-logo-edit{display:none!important}.salesHubShell .sites-nav-logo-edit{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:2px;background:rgba(255,255,255,.92);color:var(--gs-blue);font-family:Google Sans,Poppins,sans-serif;font-size:11px;font-weight:500;cursor:pointer;opacity:0;transition:opacity .15s}.salesHubShell .sites-nav-logo-wrap:hover .sites-nav-logo-edit{opacity:1}.salesHubShell .sites-nav-logo-edit svg{width:16px;height:16px;fill:currentcolor}.salesHubShell .sites-nav-title-wrap{min-width:140px;max-width:min(280px,28vw)}.salesHubShell .sites-mdc-field{position:relative;padding-top:2px}.salesHubShell .sites-mdc-field .sites-mdc-label{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;color:var(--gs-gray);pointer-events:none;transition:transform .15s,top .15s,font-size .15s,color .15s;background:#fff;padding:0 4px;margin-left:-4px;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .sites-mdc-field.has-value .sites-mdc-label,.salesHubShell .sites-mdc-field:focus-within .sites-mdc-label{top:2px;transform:translateY(0);font-size:11px;color:var(--gs-blue)}.salesHubShell .sites-mdc-input{width:100%;box-sizing:border-box;padding:14px 12px 10px;border:1px solid #747775;border-radius:4px;font-size:15px;font-family:Google Sans,Poppins,sans-serif;font-weight:400;color:var(--gs-text);outline:none;background:#fff;transition:border-color .15s,box-shadow .15s}.salesHubShell .sites-mdc-input:hover{border-color:var(--gs-text)}.salesHubShell .sites-mdc-field:focus-within .sites-mdc-input{border-color:var(--gs-blue);border-width:2px;padding:13px 11px 9px;box-shadow:inset 0 0 0 1px var(--gs-blue)}.salesHubShell .sites-top-nav{flex:1 1;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.salesHubShell .sites-nav-list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .sites-nav-item{display:flex;align-items:center;flex-shrink:0}.salesHubShell .sites-nav-link{display:inline-flex;align-items:center;gap:2px;height:var(--nav-h);padding:0 10px 0 12px;font-size:13px;font-weight:400;color:#3c4043;text-decoration:none;cursor:pointer;white-space:nowrap;border:none;background:transparent;font-family:inherit;transition:color .12s,box-shadow .12s}.salesHubShell .sites-nav-link:hover{color:var(--gs-blue)}.salesHubShell .sites-nav-link.is-current{color:var(--gs-blue);font-weight:500;box-shadow:inset 0 -3px 0 var(--gs-blue)}.salesHubShell .sites-nav-link.nav-external{padding-right:8px}.salesHubShell .sites-nav-link .sites-nav-ext-ic{width:14px;height:14px;opacity:.55;margin-left:2px;flex-shrink:0}.salesHubShell .sites-nav-expand{display:inline-flex;align-items:center;justify-content:center;width:28px;height:36px;margin-right:2px;color:#5f6368;cursor:pointer;border-radius:50%;transition:background .12s;border:none;background:transparent;padding:0}.salesHubShell .sites-nav-expand:hover{background:var(--gs-light)}.salesHubShell .sites-nav-chevron{width:18px;height:18px;display:block}.salesHubShell .sites-nav-actions{display:flex;align-items:center;gap:2px;flex-shrink:0;margin-left:auto}.salesHubShell .sites-nav-action-btn{width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:var(--gs-gray);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.salesHubShell .sites-nav-action-btn:hover{background:var(--gs-light);color:var(--gs-text)}.salesHubShell .sites-nav-action-btn svg{width:22px;height:22px;fill:currentcolor}.salesHubShell .hero-section{min-height:460px;background:var(--ed-hero,var(--hero-gradient));display:flex;align-items:flex-end;padding:64px 72px;position:relative;overflow:hidden}.salesHubShell .hero-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.salesHubShell .hero-content{position:relative;z-index:1;width:100%;max-width:780px}.salesHubShell .hero-title{font-family:var(--ed-font-head,var(--font-head));font-size:clamp(2rem,3.2vw,3.25rem);font-weight:700;color:#fff;line-height:1.1;text-shadow:0 2px 20px rgba(0,0,0,.2);margin:0}.salesHubShell .hero-sub{margin-top:20px;font-family:var(--ed-font-body,var(--font-body));font-size:clamp(.95rem,1.1vw,1.125rem);color:rgba(255,255,255,.9);line-height:1.6;max-width:640px;font-weight:400}@supports (font-size:1cqi){.salesHubShell .canvas-paper{container-type:inline-size;container-name:ed-canvas}.salesHubShell .hero-title{font-size:clamp(2rem,5cqi + .75rem,3.25rem)}.salesHubShell .hero-sub{font-size:clamp(.95rem,1.25cqi + .65rem,1.125rem)}}.salesHubShell .section-title{font-family:var(--font-head);font-size:24pt;font-weight:700;color:var(--ed-primary,var(--primary));margin-bottom:20px}.salesHubShell .body-text{font-family:var(--font-body);font-size:13pt;line-height:1.8;color:#444}.salesHubShell .gs-carousel-wrap{padding:16px 56px}.salesHubShell .gs-carousel-row{display:flex;align-items:center;gap:10px}.salesHubShell .gs-carousel-nav-btn{flex-shrink:0;width:36px;height:36px;border:1px solid var(--gs-border);border-radius:50%;background:var(--gs-white);cursor:pointer;font-size:20px;line-height:1;color:var(--gs-gray);display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background .15s,border-color .15s,color .15s}.salesHubShell .gs-carousel-nav-btn:hover{background:var(--gs-light);border-color:#bdc1c6;color:var(--gs-text)}.salesHubShell .gs-carousel-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 0;flex:1 1;-webkit-overflow-scrolling:touch;min-width:0}.salesHubShell .gs-carousel-slide-pack{display:flex;flex-direction:row;align-items:stretch;flex-shrink:0;scroll-snap-align:start;gap:0}.salesHubShell .gs-carousel-slide{min-width:200px;width:200px;height:140px;background:#e8eaed;border-radius:8px;border:2px dashed var(--ed-accent,var(--gs-blue));display:flex;align-items:center;justify-content:center;font-family:var(--ed-font-head,var(--font-head));color:var(--ed-accent,var(--gs-blue));font-size:11pt;text-align:center;padding:8px;box-sizing:border-box}.salesHubShell .gs-carousel-reorder{display:flex;flex-direction:column;justify-content:center;align-items:center;width:28px;margin-left:2px;border-left:1px solid var(--gs-border);padding-left:4px;gap:2px}.salesHubShell .gs-carousel-reorder-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:4px;background:transparent;cursor:pointer;color:var(--gs-gray)}.salesHubShell .gs-carousel-reorder-btn:hover:not(:disabled){background:var(--gs-light);color:var(--gs-text)}.salesHubShell .gs-carousel-reorder-btn:disabled{opacity:.28;cursor:default}.salesHubShell .gs-carousel-reorder-svg{width:16px;height:16px;fill:currentColor}.salesHubShell .gs-carousel-caption{margin-bottom:0}.salesHubShell .canvas-paper.view-mode .gs-carousel-reorder{display:none}.salesHubShell .gs-collapsible-wrap{padding:12px 56px 24px}.salesHubShell .gs-collapsible{border:1px solid var(--gs-border);border-radius:8px;padding:0 18px 4px;background:var(--gs-white)}.salesHubShell .gs-collapsible>summary.gs-collapsible-summary{font-family:var(--ed-font-head,var(--font-head));font-weight:700;font-size:16px;padding:14px 0;list-style:none;display:flex;align-items:center;gap:10px;color:var(--gs-text);-webkit-user-select:text;-moz-user-select:text;user-select:text}.salesHubShell .gs-collapsible>summary.gs-collapsible-summary::-webkit-details-marker{display:none}.salesHubShell .gs-collapsible-summary-chevron{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--gs-gray);transition:transform .2s ease}.salesHubShell .gs-collapsible[open] .gs-collapsible-summary-chevron{transform:rotate(180deg)}.salesHubShell .gs-collapsible-summary-text{flex:1 1;min-width:0;outline:none}.salesHubShell .gs-collapsible-panel{border-top:1px solid #eee;padding:14px 0 16px}.salesHubShell .gs-collapsible-body{margin:0;font-size:13pt;line-height:1.55;color:#3c4043}.salesHubShell .sidebar{width:var(--sidebar-w);flex-shrink:0;min-height:0;background:#fff;border-left:1px solid var(--gs-border);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;z-index:4}.salesHubShell .sidebar-tabs{display:flex;border-bottom:1px solid var(--gs-border);flex-shrink:0}.salesHubShell .sidebar-tab{flex:1 1;padding:12px 0;text-align:center;font-size:10.5pt;font-weight:500;color:var(--gs-gray);cursor:pointer;transition:color .15s;font-family:Google Sans,Poppins,sans-serif;background:none;border:none;border-bottom:3px solid transparent}.salesHubShell .sidebar-tab:hover{color:var(--gs-blue)}.salesHubShell .sidebar-tab.active{color:var(--gs-blue);border-bottom-color:var(--gs-blue)}.salesHubShell .sidebar-panel{display:none;flex:1 1;min-height:0;overflow-y:auto;flex-direction:column}.salesHubShell .sidebar-panel.active{display:flex}.salesHubShell .insert-panel{padding:12px 16px}.salesHubShell .insert-grid-top{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:16px}.salesHubShell .insert-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;border:1px solid var(--gs-border);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;font-size:9.5pt;font-weight:500;color:var(--gs-text);font-family:Google Sans,Poppins,sans-serif;background:#fff}.salesHubShell .insert-item:hover{border-color:var(--gs-blue);background:#e8f0fe}.salesHubShell .insert-item svg{width:28px;height:28px}.salesHubShell .insert-item.text-box svg{fill:#1a73e8}.salesHubShell .insert-item.images svg{fill:#d93025}.salesHubShell .insert-item.embed svg{fill:#f9ab00}.salesHubShell .insert-item.drive svg{fill:#34a853}.salesHubShell .content-blocks-header{display:flex;align-items:center;justify-content:space-between;padding:4px 0 10px;font-size:9pt;font-weight:700;color:var(--gs-gray);letter-spacing:.06em;text-transform:uppercase}.salesHubShell .content-blocks-header button{background:none;border:none;cursor:pointer;color:var(--gs-gray);display:flex;align-items:center;padding:4px;border-radius:50%}.salesHubShell .content-blocks-header button:hover{background:var(--gs-light)}.salesHubShell .content-blocks-header button svg{width:18px;height:18px;fill:currentcolor}.salesHubShell .blocks-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:12px}.salesHubShell .block-thumb{border:1px solid var(--gs-border);border-radius:6px;padding:6px;cursor:pointer;transition:border-color .15s,background .15s;background:#fff}.salesHubShell .block-thumb:hover{border-color:var(--gs-blue);background:#e8f0fe}.salesHubShell .block-thumb-inner{width:100%;height:48px;background:#f8f9fa;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:3px;padding:4px}.salesHubShell .bti-col{flex:1 1;height:100%;background:#e8eaed;border-radius:3px;display:flex;flex-direction:column;gap:2px;padding:3px}.salesHubShell .bti-img{width:100%;flex:1 1;background:#bdc1c6;border-radius:2px;display:flex;align-items:center;justify-content:center}.salesHubShell .bti-img svg{width:10px;height:10px;fill:#80868b}.salesHubShell .bti-line{width:100%;height:3px;background:#bdc1c6;border-radius:1px}.salesHubShell .bti-line.short{width:60%}.salesHubShell .bti-line.med{width:80%}.salesHubShell .insert-list-items{margin-top:4px}.salesHubShell .insert-list-item{display:flex;align-items:center;gap:12px;padding:10px 0;cursor:pointer;font-size:10.5pt;color:var(--gs-text);font-family:Google Sans,Poppins,sans-serif;transition:background .1s;border:none;border-top:1px solid var(--gs-border);background:none;width:100%;text-align:left}.salesHubShell .insert-list-item:hover{background:var(--gs-light);margin:0 -16px;padding:10px 16px}.salesHubShell .insert-list-item svg{width:20px;height:20px;fill:var(--gs-gray);flex-shrink:0}.salesHubShell .pages-panel{display:none;flex:1 1;flex-direction:column;overflow:hidden}.salesHubShell .pages-panel.active{display:flex}.salesHubShell .pages-filter{padding:8px 12px;border-bottom:1px solid var(--gs-border);display:flex;align-items:center;gap:8px;flex-shrink:0}.salesHubShell .pages-filter svg{width:18px;height:18px;fill:var(--gs-gray);flex-shrink:0}.salesHubShell .pages-filter input{border:none;outline:none;background:transparent;font-size:10.5pt;color:var(--gs-text);flex:1 1;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .pages-filter input::placeholder{color:#9aa0a6}.salesHubShell .pages-tree{flex:1 1;overflow-y:auto;padding:4px 0}.salesHubShell .page-item{display:flex;align-items:center;padding:6px 12px;cursor:pointer;position:relative;transition:background .1s;gap:4px}.salesHubShell .page-item:hover{background:var(--gs-light)}.salesHubShell .page-item.active{background:#e8f0fe}.salesHubShell .page-item.active .page-name{color:var(--gs-blue);font-weight:500}.salesHubShell .page-expand{width:20px;height:20px;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;flex-shrink:0;padding:0}.salesHubShell .page-expand:hover{background:rgba(0,0,0,.08)}.salesHubShell .page-expand svg{width:14px;height:14px;fill:var(--gs-gray)}.salesHubShell .page-expand.empty{visibility:hidden}.salesHubShell .page-expand-slot,.salesHubShell .page-icon{width:20px;height:20px;flex-shrink:0}.salesHubShell .page-icon{display:flex;align-items:center;justify-content:center}.salesHubShell .page-icon svg{width:16px;height:16px;fill:var(--gs-gray)}.salesHubShell .page-icon.home svg{fill:var(--gs-blue)}.salesHubShell .page-icon.link-page svg{fill:#5f6368}.salesHubShell .page-name{font-size:10.5pt;color:var(--gs-text);flex:1 1;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .page-more{width:28px;height:28px;border:none;background:none;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;padding:0}.salesHubShell .page-item:hover .page-more{display:flex}.salesHubShell .page-more svg{width:16px;height:16px;fill:var(--gs-gray)}.salesHubShell .page-item.depth-1{padding-left:28px}.salesHubShell .page-item.depth-2{padding-left:40px}.salesHubShell .page-item.depth-3{padding-left:52px}.salesHubShell .page-item.is-page-hidden-nav .page-name{opacity:.72;font-style:italic;color:var(--gs-gray)}.salesHubShell .page-item-main{flex:1 1;min-width:0;display:flex;align-items:center;gap:4px;text-decoration:none;color:inherit;cursor:pointer;border-radius:4px;padding:2px 4px;margin:-2px -4px}.salesHubShell .pages-tree-empty,.salesHubShell .pages-tree-loading{padding:16px 14px;font-size:10.5pt;color:var(--gs-gray);font-family:Google Sans,Poppins,sans-serif}.salesHubShell .pages-menu{position:fixed;z-index:500;width:192px;max-width:192px;max-height:288px;overflow-y:auto;background:var(--gs-white);border:1px solid var(--gs-border);border-radius:8px;box-shadow:0 1px 2px rgba(60,64,67,.3),0 2px 12px rgba(60,64,67,.2);padding:8px 0}.salesHubShell .pages-menu-item{display:block;width:100%;text-align:left;border:none;background:none;font-family:Google Sans,Poppins,sans-serif;font-size:10.5pt;color:var(--gs-text);padding:10px 16px;cursor:pointer;transition:background .1s}.salesHubShell .pages-menu-item:hover:not(:disabled){background:var(--gs-light)}.salesHubShell .pages-menu-item:disabled{opacity:.45;cursor:default}.salesHubShell .pages-menu-item--danger{color:#c5221f}.salesHubShell .pages-menu-item--danger:hover:not(:disabled){background:#fce8e6}.salesHubShell .pages-props-backdrop{position:fixed;inset:0;z-index:600;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;padding:16px}.salesHubShell .pages-props-dialog{width:100%;max-width:360px;background:var(--gs-white);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.22);padding:20px 22px 18px}.salesHubShell .pages-props-title{margin:0 0 16px;font-size:14pt;font-weight:600;color:var(--gs-text);font-family:Google Sans,Poppins,sans-serif}.salesHubShell .pages-props-label{display:flex;flex-direction:column;gap:6px;font-size:10pt;color:var(--gs-gray);margin-bottom:14px;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .pages-props-input{border:1px solid var(--gs-border);border-radius:8px;padding:10px 12px;font-size:11pt;font-family:Google Sans,Poppins,sans-serif;color:var(--gs-text);outline:none}.salesHubShell .pages-props-input:focus{border-color:var(--gs-blue);box-shadow:inset 0 0 0 1px var(--gs-blue)}.salesHubShell .pages-props-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.salesHubShell .pages-props-btn{padding:8px 18px;border-radius:6px;font-size:10.5pt;font-weight:500;cursor:pointer;border:1px solid transparent;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .pages-props-btn--secondary{background:var(--gs-white);border-color:var(--gs-border);color:var(--gs-text)}.salesHubShell .pages-props-btn--primary{background:var(--gs-blue);color:#fff;border-color:var(--gs-blue)}.salesHubShell .pages-props-btn:disabled{opacity:.5;cursor:default}.salesHubShell.pub-published-view{min-height:100vh;display:flex;flex-direction:column;background:#fff}.salesHubShell.pub-published-view .pub-published-canvas{flex:1 1;min-height:0}.salesHubShell.pub-published-view .pub-published-canvas.canvas-area{align-items:center;padding:0 0 48px;background:#fff;overflow-x:visible}.salesHubShell.pub-published-view .pub-published-canvas .canvas-paper{width:100%;max-width:min(1280px,calc(100% - 32px));margin:0 auto;box-shadow:none;border-radius:0;overflow-x:visible;overflow-y:visible}.salesHubShell.pub-published-view .pub-published-canvas .canvas-paper .hero-section{width:100vw;max-width:100vw;position:relative;left:50%;transform:translateX(-50%);box-sizing:border-box}.salesHubShell .pub-skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.salesHubShell .pub-skip-link:focus{position:fixed;left:12px;top:12px;z-index:10000;width:auto;height:auto;padding:10px 16px;background:#fff;border:2px solid var(--gs-blue);border-radius:4px;font-family:Google Sans,Poppins,sans-serif;font-size:14px;color:var(--gs-blue);text-decoration:none}.salesHubShell .pub-banner .pub-site-title-link{display:block;font-family:Google Sans,Poppins,sans-serif;font-size:15px;font-weight:500;color:var(--gs-text);text-decoration:none;padding:10px 4px 8px;line-height:1.25;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.salesHubShell .pub-banner .pub-site-title-link:hover{color:var(--gs-blue)}.salesHubShell .pub-published-meta{display:flex;align-items:center;flex-shrink:0;margin-left:auto}.salesHubShell .pub-edit-link{font-family:Google Sans,Poppins,sans-serif;font-size:12px;font-weight:500;color:var(--gs-blue);text-decoration:none;padding:6px 12px;border-radius:6px;border:1px solid var(--gs-border);background:#fff}.salesHubShell .pub-edit-link:hover{background:var(--gs-light)}.salesHubShell .site-nav.sites-banner .sites-nav-item.has-submenu,.salesHubShell.pub-published-view .pub-banner .sites-nav-item.has-submenu{position:relative}.salesHubShell .site-nav.sites-banner .pub-nav-submenu,.salesHubShell.pub-published-view .pub-nav-submenu{display:none;list-style:none;margin:0;padding:6px 0;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--gs-border);box-shadow:0 4px 12px rgba(60,64,67,.18);border-radius:4px;z-index:220}.salesHubShell .site-nav.sites-banner .pub-nav-submenu .pub-nav-submenu,.salesHubShell.pub-published-view .pub-nav-submenu .pub-nav-submenu{top:0;left:calc(100% - 2px)}.salesHubShell .site-nav.sites-banner .sites-nav-item.has-submenu:focus-within>.pub-nav-submenu,.salesHubShell .site-nav.sites-banner .sites-nav-item.has-submenu:hover>.pub-nav-submenu,.salesHubShell.pub-published-view .pub-banner .sites-nav-item.has-submenu:focus-within>.pub-nav-submenu,.salesHubShell.pub-published-view .pub-banner .sites-nav-item.has-submenu:hover>.pub-nav-submenu{display:block}.salesHubShell .site-nav.sites-banner .pub-nav-submenu .sites-nav-item,.salesHubShell.pub-published-view .pub-nav-submenu .sites-nav-item{display:flex;flex-wrap:wrap;align-items:center;width:100%}.salesHubShell .site-nav.sites-banner .pub-nav-submenu .sites-nav-link,.salesHubShell.pub-published-view .pub-nav-submenu .sites-nav-link{flex:1 1;min-width:0;box-sizing:border-box;height:auto;min-height:40px;padding:10px 16px;justify-content:flex-start}.salesHubShell .site-nav.sites-banner .pub-nav-submenu .sites-nav-item.has-submenu,.salesHubShell.pub-published-view .pub-nav-submenu .sites-nav-item.has-submenu{position:relative}.salesHubShell .pub-mobile-backdrop{position:fixed;inset:0;z-index:299;border:none;padding:0;margin:0;background:rgba(0,0,0,.35);cursor:pointer}.salesHubShell .pub-mobile-drawer{position:fixed;top:0;left:0;height:100%;width:min(320px,88vw);max-width:100%;background:#fff;z-index:300;box-shadow:2px 0 12px rgba(0,0,0,.2);display:flex;flex-direction:column;transform:translateX(0);animation:pub-drawer-in .2s ease-out}@keyframes pub-drawer-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.salesHubShell .pub-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--gs-border);flex-shrink:0}.salesHubShell .pub-mobile-drawer-title{font-family:Google Sans,Poppins,sans-serif;font-size:15px;font-weight:600;color:var(--gs-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:8px}.salesHubShell .pub-mobile-drawer-close{width:40px;height:40px;border:none;border-radius:50%;background:transparent;font-size:22px;line-height:1;color:var(--gs-gray);cursor:pointer}.salesHubShell .pub-mobile-drawer-close:hover{background:var(--gs-light)}.salesHubShell .pub-mobile-nav-list{list-style:none;margin:0;padding:8px 0 24px;overflow-y:auto;flex:1 1}.salesHubShell .pub-mobile-nav-item a{display:block;padding:10px 12px;font-family:Google Sans,Poppins,sans-serif;font-size:14px;color:#3c4043;text-decoration:none}.salesHubShell .pub-mobile-nav-item a:hover{background:var(--gs-light);color:var(--gs-blue)}.salesHubShell .pub-mobile-nav-item a.is-current{color:var(--gs-blue);font-weight:600;box-shadow:inset 3px 0 0 var(--gs-blue)}@media (min-width:721px){.salesHubShell.pub-published-view .pub-banner .sites-nav-drawer-btn{display:none}}@media (max-width:720px){.salesHubShell.pub-published-view .pub-banner .sites-top-nav{display:none}.salesHubShell.pub-published-view .pub-published-meta{margin-left:0}}.salesHubShell .themes-panel{padding:12px 0 24px;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .themes-panel-intro{font-size:12px;line-height:1.45;color:var(--gs-gray);padding:0 16px 14px;margin:0}.salesHubShell .gs-theme-list{display:flex;flex-direction:column}.salesHubShell .gs-theme-card{border-bottom:1px solid var(--gs-border);background:var(--gs-white)}.salesHubShell .gs-theme-card-head{display:flex;align-items:center;padding:11px 14px 11px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fafafa;transition:background .15s;width:100%;text-align:left;border:none;border-left:4px solid var(--gs-theme-strip,#546e7a);font:inherit}.salesHubShell .gs-theme-card.is-active .gs-theme-card-head{background:#fff;font-weight:500}.salesHubShell .gs-theme-card-head:hover{background:#f1f3f4}.salesHubShell .gs-theme-family-name{font-size:14px;color:var(--gs-text);letter-spacing:.01em}.salesHubShell .gs-theme-card-body{padding:12px 14px 18px 18px;background:#fff}.salesHubShell .gs-theme-swatch-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;margin-bottom:14px}.salesHubShell .gs-swatch{position:relative;display:block;width:40px;height:40px;cursor:pointer;flex-shrink:0}.salesHubShell .gs-swatch-input{position:absolute;opacity:0;width:1px;height:1px;margin:0;clip:rect(0,0,0,0)}.salesHubShell .gs-swatch-face{display:block;width:40px;height:40px;border-radius:50%;border:2px solid rgba(0,0,0,.08);box-sizing:border-box;transition:box-shadow .15s,transform .1s}.salesHubShell .gs-swatch:hover .gs-swatch-face{transform:scale(1.05)}.salesHubShell .gs-swatch-input:focus-visible+.gs-swatch-face{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--gs-blue)}.salesHubShell .gs-swatch-input:checked+.gs-swatch-face{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--gs-blue);border-color:rgba(255,255,255,.95)}.salesHubShell .gs-swatch-face.gs-custom-face{background:conic-gradient(from 180deg,#e53935,#fb8c00,#fdd835,#43a047,#1e88e5,#8e24aa,#e53935);position:relative}.salesHubShell .gs-custom-palette-ic{position:absolute;inset:0;margin:auto;width:18px;height:18px;fill:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35));pointer-events:none}.salesHubShell .gs-swatch-check{position:absolute;left:50%;top:50%;width:20px;height:20px;margin:-10px 0 0 -10px;fill:#fff;opacity:0;pointer-events:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.45));transition:opacity .12s}.salesHubShell .gs-swatch-input:checked~.gs-swatch-check{opacity:1}.salesHubShell .gs-theme-font-lbl{display:block;font-size:11px;color:var(--gs-gray);margin-bottom:6px}.salesHubShell .gs-theme-font-select{width:100%;max-width:100%;height:40px;padding:0 32px 0 12px;font-size:14px;font-family:inherit;color:var(--gs-text);border:1px solid var(--gs-border);border-radius:4px;background:var(--gs-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%235f6368' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 6px center;background-size:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none}.salesHubShell .gs-theme-font-select:hover{border-color:#bdc1c6}.salesHubShell .gs-theme-font-select:focus{border-color:var(--gs-blue);box-shadow:inset 0 0 0 1px var(--gs-blue)}.salesHubShell .gs-theme-head--simple{--gs-theme-strip:#546e7a}.salesHubShell .gs-theme-head--aristotle{--gs-theme-strip:#c9a227}.salesHubShell .gs-theme-head--diplomat{--gs-theme-strip:#455a64}.salesHubShell .gs-theme-head--vision{--gs-theme-strip:#1976d2}.salesHubShell .gs-theme-head--level{--gs-theme-strip:#f9a825}.salesHubShell .gs-theme-head--impression{--gs-theme-strip:#ef6c00}.salesHubShell .preview-banner{display:none;position:fixed;bottom:0;left:0;right:0;height:44px;background:#fff;border-top:1px solid var(--gs-border);z-index:9998;align-items:center;justify-content:center;gap:16px;box-shadow:0 -2px 8px rgba(0,0,0,.08)}.salesHubShell .preview-banner.show{display:flex}.salesHubShell .preview-banner-info{display:flex;align-items:center;gap:8px;font-size:10pt;color:#e37400;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .preview-banner-info svg{width:18px;height:18px;fill:#e37400}.salesHubShell .toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(80px);background:#323232;color:#fff;padding:10px 20px;border-radius:4px;font-size:10.5pt;font-family:Google Sans,Poppins,sans-serif;box-shadow:0 4px 16px rgba(0,0,0,.3);z-index:99999;white-space:nowrap;transition:transform .3s ease}.salesHubShell .toast.show{transform:translateX(-50%) translateY(0)}.salesHubShell .gs-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:24px 16px}.salesHubShell .gs-modal.open{display:flex}.salesHubShell .gs-modal-scrim{position:absolute;inset:0;background:rgba(32,33,36,.6);cursor:pointer}.salesHubShell .gs-dialog{position:relative;background:#fff;border-radius:8px;box-shadow:0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px -7px rgba(0,0,0,.2);max-width:560px;width:100%;max-height:min(90vh,720px);overflow:auto;padding:20px 24px 12px}.salesHubShell .gs-dialog-title{font-size:1.375rem;font-weight:400;color:var(--gs-text);margin:0 0 8px;font-family:Google Sans,Poppins,sans-serif;line-height:1.3}.salesHubShell .gs-dialog-desc{font-size:.875rem;color:var(--gs-gray);line-height:1.5;margin:0 0 18px;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .gs-social-row{display:flex;align-items:flex-end;gap:10px;margin-bottom:14px;flex-wrap:wrap}.salesHubShell .gs-social-field{flex:1 1;min-width:120px;display:flex;flex-direction:column;gap:4px}.salesHubShell .gs-social-field label{font-size:11px;color:var(--gs-gray)}.salesHubShell .gs-social-field input{padding:10px 12px;border:1px solid var(--gs-border);border-radius:4px;font-size:14px;font-family:inherit}.salesHubShell .gs-dialog-addlink{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:8px 12px;border:1px dashed var(--gs-border);border-radius:4px;background:#f8f9fa;color:var(--gs-blue);font-size:13px;cursor:pointer;font-family:inherit}.salesHubShell .gs-dialog-addlink svg{width:18px;height:18px;fill:currentcolor}.salesHubShell .gs-dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;margin-top:8px;border-top:1px solid var(--gs-border)}.salesHubShell .gs-dialog-actions button{height:36px;padding:0 16px;border-radius:4px;font-family:Google Sans,Poppins,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid var(--gs-border);background:#fff;color:var(--gs-blue)}.salesHubShell .gs-dialog-actions button:hover{background:rgba(26,115,232,.04)}.salesHubShell .gs-dialog-actions .gs-dialog-insert{background:var(--gs-blue);color:#fff;border-color:var(--gs-blue);padding-left:22px;padding-right:22px}.salesHubShell .gs-dialog-actions .gs-dialog-insert:hover{background:var(--gs-blue-hover);border-color:var(--gs-blue-hover)}.salesHubShell .gs-dialog-actions .gs-dialog-insert:disabled{opacity:.38;cursor:default}.salesHubShell .gs-remove-link{border:none;background:transparent;color:#c5221f;font-size:13px;cursor:pointer;padding:8px;flex-shrink:0}.salesHubShell .canvas-paper:not(.view-mode) [contenteditable]:focus{outline:2px solid var(--gs-blue);outline-offset:2px;border-radius:2px}.salesHubShell .canvas-paper:not(.view-mode) [contenteditable=true]{display:inline-block;max-width:100%;min-width:96px;resize:horizontal;overflow:auto}.salesHubShell .publish-review-page{position:fixed;inset:0;z-index:100100;background:#fff;display:flex;flex-direction:column;overflow:hidden}.salesHubShell main.pub-published-canvas,.salesHubShell main.publish-review-page-main{max-width:none!important;width:100%;margin:0!important;padding:0!important}.salesHubShell .publish-review-page-main{flex:1 1;min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.salesHubShell .publish-review-header{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px 24px 16px;border-bottom:1px solid var(--gs-border);flex-shrink:0;background:#fff}.salesHubShell .publish-review-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.salesHubShell .publish-review-back{border:none;background:transparent;color:var(--gs-blue);font-size:14px;font-weight:500;padding:6px 4px;cursor:pointer;border-radius:4px;font-family:Google Sans,Poppins,sans-serif;align-self:flex-start}.salesHubShell .publish-review-back:hover:not(:disabled){background:rgba(26,115,232,.06)}.salesHubShell .publish-review-back:disabled{opacity:.45;cursor:default}.salesHubShell .publish-review-title{font-size:1.375rem;font-weight:400;color:var(--gs-text);margin:0 0 4px;font-family:Google Sans,Poppins,sans-serif;line-height:1.3}.salesHubShell .publish-review-header-text{min-width:0}.salesHubShell .publish-review-subtitle{margin:0;font-size:.875rem;color:var(--gs-gray);line-height:1.4;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .publish-review-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.salesHubShell .publish-review-icon-btn{width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:var(--gs-gray);cursor:pointer;display:flex;align-items:center;justify-content:center}.salesHubShell .publish-review-icon-btn:hover{background:var(--gs-light)}.salesHubShell .publish-review-publish-top{border-radius:4px;padding:0 20px;height:36px;font-size:14px;font-weight:500}.salesHubShell .publish-review-body{display:flex;flex:1 1;min-height:0;overflow:hidden}.salesHubShell .publish-review-changes{width:min(220px,22vw);min-width:180px;flex-shrink:0;border-right:1px solid var(--gs-border);background:#fafafa;padding:12px 0;overflow-y:auto}.salesHubShell .publish-review-changes-title{margin:0 16px 10px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gs-gray)}.salesHubShell .publish-review-changes-list{list-style:none;margin:0;padding:0}.salesHubShell .publish-review-change-item{padding:10px 16px;margin:0 8px;border-radius:6px;cursor:default;display:flex;flex-direction:column;gap:2px}.salesHubShell .publish-review-change-item.is-selected{background:#e8eaed}.salesHubShell .publish-review-change-label{font-size:14px;color:var(--gs-text);font-weight:500}.salesHubShell .publish-review-change-detail{font-size:12px;color:var(--gs-gray)}.salesHubShell .publish-review-previews{flex:1 1;display:flex;gap:16px;padding:12px 16px 8px;min-width:0;min-height:0;overflow:hidden;justify-content:stretch;align-items:stretch;background:#f6f8fa}.salesHubShell .publish-review-preview-column{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:8px}.salesHubShell .publish-review-preview-label{font-size:13px;font-weight:600;color:var(--gs-text);text-align:left;padding-left:2px;letter-spacing:.01em}.salesHubShell .publish-review-preview-panel{position:relative;flex:1 1;min-height:200px;min-width:0;display:flex;flex-direction:column;border-radius:8px;border:1px solid #dadce0;box-shadow:0 2px 8px rgba(60,64,67,.08);background:#e8eaed;overflow:hidden}.salesHubShell .publish-review-preview-scroll{flex:1 1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:12px 0 20px}.salesHubShell .publish-review-preview-scaled-box,.salesHubShell .publish-review-preview-scaled-layer{position:relative;box-sizing:border-box}.salesHubShell .publish-review-preview-scaled-layer .publish-compare-canvas{min-height:0}.salesHubShell .publish-review-preview-scaled-layer .canvas-paper.publish-compare-paper{width:1240px;max-width:none}.salesHubShell .publish-review-preview-panel>.publish-compare-empty{flex:1 1;display:flex;align-items:center;justify-content:center;margin:0;background:#fff}.salesHubShell .publish-review-footer{padding:10px 20px 16px;border-top:1px solid var(--gs-border);flex-shrink:0;background:#fff}.salesHubShell .publish-review-cancel{border:none;background:transparent;color:var(--gs-blue);font-size:14px;font-weight:500;padding:8px 12px;cursor:pointer;border-radius:4px;font-family:Google Sans,Poppins,sans-serif}.salesHubShell .publish-review-cancel:hover{background:rgba(26,115,232,.06)}.salesHubShell .publish-review-cancel:disabled{opacity:.45;cursor:default}@media (max-width:900px){.salesHubShell .publish-review-body{flex-direction:column}.salesHubShell .publish-review-changes{width:100%;border-right:none;border-bottom:1px solid var(--gs-border);max-height:160px}.salesHubShell .publish-review-previews{flex-direction:column;overflow-y:auto;min-height:0}.salesHubShell .publish-review-preview-column{flex:0 0 auto;min-height:280px}}.salesHubShell .publish-compare-canvas{min-height:100%}.salesHubShell .publish-compare-paper{margin:0!important;min-height:80px}.salesHubShell .publish-compare-empty{padding:24px 16px;font-size:13px;color:var(--gs-gray);text-align:center;line-height:1.5}.salesHubShell .site-settings-overlay{position:fixed;inset:0;z-index:100200;background:rgba(32,33,36,.6);display:flex;align-items:flex-start;justify-content:center;padding:48px 16px 24px;overflow-y:auto}.salesHubShell .site-settings-dialog{width:100%;max-width:720px;background:#fff;border-radius:8px;box-shadow:0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px rgba(0,0,0,.2);color:#202124;font-family:Google Sans,Poppins,sans-serif;overflow:visible}.salesHubShell .site-settings-dialog-head{position:relative;padding:20px 48px 16px 24px;border-bottom:1px solid #e8eaed}.salesHubShell .site-settings-close{position:absolute;top:12px;right:8px;width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:#5f6368;cursor:pointer;display:flex;align-items:center;justify-content:center}.salesHubShell .site-settings-close:hover{background:rgba(32,33,36,.06)}.salesHubShell .site-settings-title{margin:0;font-size:22px;font-weight:400;line-height:1.3}.salesHubShell .site-settings-subtitle{margin:8px 0 0;font-size:13px;line-height:1.45;color:#5f6368;max-width:640px}.salesHubShell .site-settings-body{display:grid;grid-template-columns:200px minmax(0,1fr);min-height:320px;max-height:min(72vh,640px)}.salesHubShell .site-settings-rail{border-right:1px solid #e8eaed;background:#fff;padding:8px 0 16px;overflow-y:auto}.salesHubShell .site-settings-rail-inner{display:flex;flex-direction:column;gap:2px}.salesHubShell .site-settings-rail-btn{display:flex;align-items:center;gap:12px;width:100%;margin:0;padding:10px 12px 10px 16px;border:none;border-radius:0 24px 24px 0;background:transparent;color:#5f6368;font-size:14px;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.salesHubShell .site-settings-rail-btn:hover{background:#f1f3f4;color:#202124}.salesHubShell .site-settings-rail-btn.is-active{background:#e8f0fe;color:#1967d2}.salesHubShell .site-settings-rail-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;opacity:.92}.salesHubShell .site-settings-rail-btn.is-active .site-settings-rail-icon{opacity:1}.salesHubShell .site-settings-rail-label{line-height:1.3}.salesHubShell .site-settings-content{overflow-x:hidden;overflow-y:auto;padding:0}.salesHubShell .site-settings-panel{padding:20px 24px 28px;min-height:240px;font-size:14px;line-height:1.55}.salesHubShell .site-settings-section{font-size:14px;line-height:1.55}.salesHubShell .site-settings-lead{margin:0 0 12px}.salesHubShell .site-settings-muted{margin:0 0 12px;color:#5f6368;font-size:13px}.salesHubShell .site-settings-muted-gap{margin-top:12px}.salesHubShell .site-settings-h2{margin:0 0 8px;font-size:16px;font-weight:500;color:#202124}.salesHubShell .site-settings-h2-spaced{margin-top:24px}.salesHubShell .site-settings-link{color:var(--gs-blue);text-decoration:none}.salesHubShell .site-settings-link:hover{text-decoration:underline}.salesHubShell .site-settings-nav-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:4px 0;border-bottom:1px solid #e8eaed;font-size:14px}.salesHubShell .site-settings-nav-row-loose{margin-top:8px;border-bottom:none}.salesHubShell .site-settings-field-label{color:#202124;font-size:14px}.salesHubShell .site-settings-hint{margin:8px 0 16px;font-size:12px;color:#80868b;line-height:1.45}.salesHubShell .site-settings-block-spaced{margin-top:28px;padding-top:8px;border-top:1px solid #e8eaed}.salesHubShell .site-settings-media-box{position:relative;display:flex;align-items:center;justify-content:center;min-height:120px;margin:12px 0 16px;padding:16px;border:1px solid #dadce0;border-radius:4px;background:#fafafa}.salesHubShell .site-settings-media-box-sm{min-height:72px;max-width:120px}.salesHubShell .site-settings-media-img{max-width:100%;max-height:56px;object-fit:contain}.salesHubShell .site-settings-media-del{position:absolute;top:8px;right:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:rgba(255,255,255,.95);color:#5f6368;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.12)}.salesHubShell .site-settings-media-del:hover{background:#fff;color:#c5221f}.salesHubShell .site-settings-placeholder-svg{opacity:.85}.salesHubShell .site-settings-label{display:block;margin:16px 0 6px;font-size:12px;font-weight:500;color:#5f6368}.salesHubShell .site-settings-label:first-of-type{margin-top:0}.salesHubShell .site-settings-input{width:100%;padding:10px 12px;border:1px solid #dadce0;border-radius:4px;font-size:14px;font-family:inherit;box-sizing:border-box}.salesHubShell .site-settings-input:focus{outline:none;border-color:var(--gs-blue);box-shadow:0 0 0 1px var(--gs-blue)}.salesHubShell .site-settings-input:disabled{background:#f1f3f4;color:#80868b}.salesHubShell .site-settings-textarea{width:100%;min-height:72px;padding:12px;border:1px solid #dadce0;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}.salesHubShell .site-settings-textarea:focus{outline:none;border-color:var(--gs-blue);box-shadow:0 0 0 1px var(--gs-blue)}.salesHubShell .site-settings-char-count{text-align:right;font-size:12px;color:#80868b;margin:4px 0 8px}.salesHubShell .site-settings-help{margin:12px 0 0;font-size:12px;color:#80868b;line-height:1.45}.salesHubShell .site-settings-switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e8eaed;font-size:14px}.salesHubShell .site-settings-switch-stack .site-settings-switch-row:last-child{border-bottom:none}.salesHubShell .site-settings-switch-label{color:#202124;flex:1 1}.salesHubShell .site-settings-switch{position:relative;width:40px;height:22px;flex-shrink:0;border:none;border-radius:11px;padding:0;background:#dadce0;cursor:pointer;transition:background .15s ease}.salesHubShell .site-settings-switch:disabled{opacity:.4;cursor:default}.salesHubShell .site-settings-switch.is-on{background:var(--gs-blue)}.salesHubShell .site-settings-switch-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);transition:transform .15s ease}.salesHubShell .site-settings-switch.is-on .site-settings-switch-knob{transform:translateX(18px)}.salesHubShell .site-settings-switch-stack{margin-top:8px}.salesHubShell .site-settings-color-wrap{position:relative;display:inline-block;width:32px;height:32px;cursor:pointer;vertical-align:middle}.salesHubShell .site-settings-color-swatch{display:block;width:32px;height:32px;border-radius:50%;border:1px solid #dadce0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06);pointer-events:none}.salesHubShell .site-settings-color-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.salesHubShell .site-settings-color-wrap:focus-within .site-settings-color-swatch{outline:2px solid var(--gs-blue);outline-offset:2px}.salesHubShell .site-settings-check-row{display:flex;align-items:center;gap:10px;margin-top:12px;font-size:14px;color:#202124;cursor:pointer}.salesHubShell .site-settings-vis-label{margin-top:16px;margin-bottom:8px;font-size:13px;font-weight:500}.salesHubShell .site-settings-radio-group{display:flex;flex-direction:column;gap:10px}.salesHubShell .site-settings-radio{display:flex;align-items:center;gap:10px;font-size:14px;color:#202124;cursor:pointer}.salesHubShell .site-settings-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.salesHubShell .site-settings-btn{padding:8px 20px;border-radius:4px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;border:none}.salesHubShell .site-settings-btn.secondary{background:transparent;color:var(--gs-blue)}.salesHubShell .site-settings-btn.secondary:hover{background:rgba(26,115,232,.06)}.salesHubShell .site-settings-btn.primary{background:var(--gs-blue);color:#fff}.salesHubShell .site-settings-btn.primary:hover{filter:brightness(1.05)}.salesHubShell .site-settings-btn:disabled{opacity:.5;cursor:default}.salesHubShell .site-settings-panel-nav{padding-top:16px}.salesHubShell .site-settings-VDKyke{margin:0 0 16px;padding:12px 14px;background:#f8f9fa;border:1px solid #e8eaed;border-radius:8px}.salesHubShell .site-settings-VDKyke .site-settings-sm1fzf{margin:0}.salesHubShell .site-settings-sm1fzf{margin:0 0 12px;font-size:14px;line-height:1.55;color:#5f6368}.salesHubShell .site-settings-panel-brand .site-settings-sm1fzf{margin-bottom:8px}.salesHubShell .site-settings-dOPJKb{letter-spacing:.01em}.salesHubShell .site-settings-brand-sh-url-hint{margin:0 0 14px;font-size:12px;line-height:1.45;color:#80868b}.salesHubShell .site-settings-NaHV5e{margin:0 0 16px}.salesHubShell .site-settings-gGDVe{max-width:280px}.salesHubShell .site-settings-HiaYvf{display:flex;align-items:flex-start;gap:10px;min-height:56px}.salesHubShell .site-settings-WB0DVd{display:flex;flex:1 1;align-items:center;justify-content:center;min-width:42px;min-height:56px;max-width:264px;max-height:56px;padding:4px 8px;border:1px solid #dadce0;border-radius:4px;background:#fafafa;box-sizing:border-box}.salesHubShell .site-settings-WB0DVd.site-settings-Nw5sSd{border-style:dashed}.salesHubShell .site-settings-logo-slot-img{display:block;max-width:248px;max-height:48px;width:auto;height:auto;object-fit:contain}.salesHubShell .site-settings-TIlgoc,.salesHubShell .site-settings-vK0TJf{flex-shrink:0;padding-top:2px}.salesHubShell .site-settings-tIlgoc-del{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#5f6368;cursor:pointer}.salesHubShell .site-settings-tIlgoc-del:hover{background:rgba(32,33,36,.06);color:#c5221f}.salesHubShell .site-settings-placeholder-svg--favicon{width:34px;height:auto;max-height:40px}.salesHubShell .site-settings-LBQJ8b{margin:0 0 16px}.salesHubShell .site-settings-aMvDWb{display:flex;align-items:center;gap:10px;min-height:40px}.salesHubShell .site-settings-HttW7d,.salesHubShell .site-settings-favicon-slot{display:flex;align-items:center;height:40px}.salesHubShell .site-settings-favicon-slot{width:40px;justify-content:center;border:1px solid #dadce0;border-radius:4px;background:#fafafa;overflow:hidden;box-sizing:border-box}.salesHubShell .site-settings-favicon-slot.site-settings-pBTNBc{border-style:solid;padding:0;background:#fff}.salesHubShell .site-settings-favicon-slot-img{display:block;width:40px;height:40px;object-fit:contain}.salesHubShell .site-settings-w9RcFc{padding-top:4px}.salesHubShell .site-settings-Aatn6b{margin:0 0 12px;font-size:14px;line-height:1.55;color:#5f6368}.salesHubShell .site-settings-Nk2TIc{margin:0 0 16px;font-size:14px;line-height:1.55;color:#5f6368}.salesHubShell .site-settings-linkbtn{margin:0;padding:0;border:none;background:none;font:inherit;font-size:inherit;color:var(--gs-blue);cursor:pointer;text-decoration:underline;text-align:left}.salesHubShell .site-settings-linkbtn:hover{color:var(--gs-blue-hover)}.salesHubShell .site-settings-bu9qpe{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:8px 0;border-bottom:1px solid #e8eaed}.salesHubShell .site-settings-mod5Ke{flex-shrink:0;font-size:14px;font-weight:400;color:#202124}.salesHubShell .site-settings-listbox{position:relative;flex:1 1;display:flex;justify-content:flex-end;max-width:100%}.salesHubShell .site-settings-listbox-trigger{display:inline-flex;align-items:center;gap:10px;min-width:0;max-width:100%;padding:6px 8px 6px 10px;border:1px solid #dadce0;border-radius:4px;background:#fff;font:inherit;font-size:14px;color:#202124;cursor:pointer;text-align:left}.salesHubShell .site-settings-listbox-trigger:hover{background:#f8f9fa}.salesHubShell .site-settings-listbox-trigger:focus{outline:none;border-color:var(--gs-blue);box-shadow:0 0 0 1px var(--gs-blue)}.salesHubShell .site-settings-listbox-trigger-icon{display:flex;color:#5f6368;flex-shrink:0}.salesHubShell .site-settings-listbox-trigger-label{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.salesHubShell .site-settings-listbox-chevron{display:flex;color:#5f6368;flex-shrink:0;margin-left:4px}.salesHubShell .site-settings-listbox-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:100220;min-width:280px;max-width:min(320px,92vw);margin:0;padding:8px 0;list-style:none;background:#fff;border:1px solid #dadce0;border-radius:8px;box-shadow:0 1px 2px rgba(60,64,67,.3),0 2px 6px rgba(60,64,67,.15)}.salesHubShell .site-settings-listbox-option{display:flex;align-items:center;gap:12px;width:100%;margin:0;padding:10px 16px;border:none;background:transparent;font:inherit;font-size:14px;color:#202124;text-align:left;cursor:pointer}.salesHubShell .site-settings-listbox-option:hover:not(:disabled){background:#f1f3f4}.salesHubShell .site-settings-listbox-option.is-selected:not(.is-disabled){background:#e8f0fe;color:#1967d2}.salesHubShell .site-settings-listbox-option.is-disabled{opacity:.45;cursor:default}.salesHubShell .site-settings-listbox-option-icon{display:flex;flex-shrink:0;color:#5f6368}.salesHubShell .site-settings-listbox-option.is-selected:not(.is-disabled) .site-settings-listbox-option-icon{color:#1967d2}.salesHubShell .site-settings-mode-icon,.salesHubShell .site-settings-search-icon{display:block}.salesHubShell .site-settings-hint-nav-foot{margin-top:12px;margin-bottom:0}.salesHubShell .site-settings-outlined-field{position:relative;margin-top:16px}.salesHubShell .site-settings-outlined-spaced{margin-top:20px}.salesHubShell .site-settings-outlined-input{display:block;width:100%;padding:14px 12px 8px;border:1px solid #dadce0;border-radius:4px;font-size:16px;font-family:inherit;color:#202124;background:#fff;box-sizing:border-box}.salesHubShell .site-settings-outlined-input:focus{outline:none;border-color:var(--gs-blue);box-shadow:0 0 0 1px var(--gs-blue)}.salesHubShell .site-settings-outlined-input:disabled{background:#f8f9fa;color:#80868b}.salesHubShell .site-settings-outlined-label{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:16px;color:#5f6368;pointer-events:none;transition:top .15s ease,transform .15s ease,font-size .15s ease,color .15s ease;transform-origin:left top;max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.salesHubShell .site-settings-outlined-field:focus-within .site-settings-outlined-label,.salesHubShell .site-settings-outlined-input:not(:placeholder-shown)+.site-settings-outlined-label{top:6px;transform:none;font-size:12px;color:var(--gs-blue)}.salesHubShell .site-settings-outlined-input:disabled+.site-settings-outlined-label{color:#80868b}.salesHubShell .site-settings-s7gyqd{margin:8px 0 0;font-size:12px;line-height:1.45;color:#5f6368}.salesHubShell .site-settings-panel-analytics .site-settings-bu9qpe.site-settings-bu9qpe-viewer,.salesHubShell .site-settings-panel-banner .site-settings-bu9qpe.site-settings-bu9qpe-viewer,.salesHubShell .site-settings-panel-viewer .site-settings-bu9qpe.site-settings-bu9qpe-viewer{min-height:48px;padding:6px 0}.salesHubShell .site-settings-panel-analytics .site-settings-bu9qpe.site-settings-bu9qpe-viewer{border-bottom:none}.salesHubShell .site-settings-KH34Be-banner>.site-settings-ZaS2If .site-settings-bu9qpe.site-settings-bu9qpe-viewer{border-bottom:1px solid #e8eaed}.salesHubShell .site-settings-panel-banner .site-settings-KH34Be-banner>.site-settings-ZaS2If .site-settings-bu9qpe.site-settings-bu9qpe-viewer{margin-bottom:4px}.salesHubShell .site-settings-mvLGXc{display:none!important}.salesHubShell .site-settings-panel-analytics .site-settings-analytics-ga-field{margin:0 0 4px}.salesHubShell .site-settings-panel-analytics .site-settings-DPvwYc.site-settings-RveiUd{flex-shrink:0;display:inline-flex;color:#5f6368}.salesHubShell .site-settings-panel-analytics .site-settings-AW2gzd.site-settings-bu9qpe{align-items:flex-start;gap:12px}.salesHubShell .site-settings-IXFRSb{font-size:14px;line-height:1.45;color:#202124}.salesHubShell .site-settings-jXsDj{display:none!important}.salesHubShell .site-settings-KH34Be{margin-bottom:4px}.salesHubShell .site-settings-KH34Be>.site-settings-bu9qpe.site-settings-bu9qpe-viewer:last-child{border-bottom:none}.salesHubShell .site-settings-hU1psb{margin-top:0}.salesHubShell .site-settings-hU1psb .site-settings-bu9qpe.site-settings-bu9qpe-viewer{border-bottom:none}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf{flex-shrink:0;margin:0;padding:4px;border:none;border-radius:50%;background:transparent;cursor:pointer;line-height:0}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf:disabled,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf:disabled,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf:disabled{cursor:default}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf.RDPZE,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf.RDPZE,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf.RDPZE{opacity:.55}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf:focus-visible,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf:focus-visible,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf:focus-visible{outline:2px solid var(--gs-blue);outline-offset:2px}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf-rail,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf-rail,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf-rail{display:block;position:relative;width:40px;height:20px;border-radius:10px;background:#dadce0;transition:background .12s ease}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf.N2RpBe .site-settings-LsSwGf-rail,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf.N2RpBe .site-settings-LsSwGf-rail,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf.N2RpBe .site-settings-LsSwGf-rail{background:#1a73e8}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf-thumb,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf-thumb,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf-thumb{position:absolute;top:50%;left:2px;width:16px;height:16px;margin-top:-8px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.04);transition:left .12s ease}.salesHubShell .site-settings-panel-analytics .site-settings-LsSwGf.N2RpBe .site-settings-LsSwGf-thumb,.salesHubShell .site-settings-panel-banner .site-settings-LsSwGf.N2RpBe .site-settings-LsSwGf-thumb,.salesHubShell .site-settings-panel-viewer .site-settings-LsSwGf.N2RpBe .site-settings-LsSwGf-thumb{left:22px}.salesHubShell .site-settings-banner-tagline{margin:0 0 8px;font-size:14px;line-height:1.55;color:#5f6368}.salesHubShell .site-settings-SrDuJ.site-settings-Ot5svb{padding-top:8px}.salesHubShell .site-settings-QFOBYe{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:8px 0;border-bottom:1px solid #e8eaed}.salesHubShell .site-settings-panel-banner .site-settings-nPtUDd{font-size:14px;font-weight:500;color:#202124}.salesHubShell .site-settings-panel-banner .site-settings-nPtUDd.site-settings-SADj7d{display:block;margin-bottom:8px}.salesHubShell .site-settings-banner-color-btn{position:relative;display:inline-flex;align-items:center;gap:2px;padding:4px 6px 4px 8px;border:1px solid #dadce0;border-radius:4px;background:#fff;cursor:pointer}.salesHubShell .site-settings-banner-color-btn.is-disabled{opacity:.55;cursor:default}.salesHubShell .site-settings-banner-color-native{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.salesHubShell .site-settings-banner-color-native:disabled{cursor:default}.salesHubShell .site-settings-banner-color-chev{display:flex;color:#5f6368}.salesHubShell .site-settings-ZaS2If-banner-field{margin-top:16px}.salesHubShell .site-settings-ZaS2If-banner-field .site-settings-banner-outlined.site-settings-outlined-field{margin-top:0}.salesHubShell .site-settings-banner-outlined .site-settings-uDjDl{display:flex;justify-content:flex-end;padding:4px 4px 0 0}.salesHubShell .site-settings-panel-banner .site-settings-DAKCob{font-size:12px;color:#80868b}.salesHubShell .site-settings-banner-link-block{margin-top:16px}.salesHubShell .site-settings-VfPpkd-banner-row{display:flex;align-items:flex-start;gap:12px;margin-top:16px}.salesHubShell .site-settings-md-checkbox-input{width:18px;height:18px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:var(--gs-blue)}.salesHubShell .site-settings-md-checkbox-input:disabled{cursor:default}.salesHubShell .site-settings-md-checkbox-label{font-size:14px;line-height:1.5;color:#202124;cursor:pointer}.salesHubShell .site-settings-TzU9pc{margin-top:20px;padding-top:4px}.salesHubShell .site-settings-TzU9pc>.site-settings-nPtUDd{display:block;margin-bottom:10px}.salesHubShell .site-settings-banner-radio-group{display:flex;flex-direction:column;gap:10px}.salesHubShell .site-settings-banner-vis-row{margin:0}@media (max-width:640px){.salesHubShell .site-settings-body{grid-template-columns:1fr;max-height:none}.salesHubShell .site-settings-rail{border-right:none;border-bottom:1px solid #e8eaed;padding:8px 8px 12px}.salesHubShell .site-settings-rail-inner{flex-direction:row;flex-wrap:wrap;gap:6px}.salesHubShell .site-settings-rail-btn{border-radius:20px;padding:8px 12px;font-size:13px}.salesHubShell .site-settings-rail-label{display:none}.salesHubShell .site-settings-rail-icon{margin:0 auto}.salesHubShell .site-settings-bu9qpe{flex-wrap:wrap;align-items:flex-start}.salesHubShell .site-settings-listbox{width:100%;justify-content:stretch}.salesHubShell .site-settings-listbox-trigger{width:100%;max-width:100%}.salesHubShell .site-settings-listbox-menu{left:0;right:0;max-width:none}}