:root{--fpm-color-primary:#da291c;--fpm-color-primary-light:rgba(218, 41, 28, 0.08);--fpm-color-font:rgba(17, 17, 17, 0.65);--fpm-color-heading:#111111;--fpm-color-border:rgba(17, 17, 17, 0.1);--fpm-color-stripe:#f7f8fc;--fpm-color-bg:#ffffff;--fpm-color-white:#ffffff;--fpm-color-muted:rgba(17, 17, 17, 0.4);--fpm-site-width:1270px;--fpm-nav-height:52px;--fpm-header-height:72px;--fpm-scroll-offset:calc(var(--fpm-header-height) + var(--fpm-nav-height))}.fpm-container{max-width:var(--fpm-site-width);margin-left:auto;margin-right:auto;width:100%}.fpm-btn-primary,.fpm-btn-bordered,.fpm-btn-naked{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:filter 0.2s,box-shadow 0.2s,background-color 0.2s,color 0.2s,border-color 0.2s;font-size:14px;font-weight:600;border-radius:9999px;letter-spacing:.35px}.fpm-btn-primary,.fpm-btn-bordered{position:relative;overflow:hidden}.fpm-btn__label{display:inline-block;transition:transform 0.22s ease}.fpm-btn-primary:hover .fpm-btn__label,.fpm-btn-bordered:hover .fpm-btn__label{transform:translateX(-.6rem)}.fpm-btn-primary::after,.fpm-btn-bordered::after{content:"";position:absolute;right:1.1em;top:50%;transform:translateY(-50%) translateX(6px);width:15px;height:15px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;opacity:0;transition:opacity 0.18s ease,transform 0.22s ease;pointer-events:none}.fpm-btn-primary:hover::after,.fpm-btn-bordered:hover::after{opacity:1;transform:translateY(-50%) translateX(0)}.fpm-btn-primary{padding:0 2.145em;height:44px;background-color:#da291c;color:#fff;border:1px solid #da291c}.fpm-btn-primary:hover{color:#fff;filter:brightness(1.1)}.fpm-btn-bordered{padding:0 2.145em;height:44px;background-color:#fff0;color:#111;border:1px solid rgb(17 17 17 / .2)}.fpm-btn-bordered:hover{border-color:#da291c;color:#da291c}.fpm-btn-naked{gap:.5em;color:#da291c;background:none;border:none;padding:0}.fpm-btn-naked:hover{color:#111}.fpm-section-eyebrow{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#da291c;margin-bottom:.25rem;line-height:1rem}.fpm-section-title{font-size:1.5rem;font-weight:700;line-height:1.2em;color:#111;letter-spacing:-.02em;margin-top:0;margin-bottom:1rem}.fpm-section__title{font-size:1.5rem;font-weight:700;line-height:1.2;color:#111;letter-spacing:-.02em;margin-top:0;margin-bottom:1rem}.fpm-content-tab__title{display:block;width:100%;padding-bottom:1rem;margin-bottom:1.75rem;border-bottom:2px solid rgb(17 17 17 / .08)}.fpm-section-subtitle{font-size:18px;line-height:1.7;color:var(--fpm-color-font)}.fpm-section-wrap,.fpm-section{position:relative;padding:15px 0}.fpm-section-wrap::before,.fpm-section::before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;background-color:#f7f8fc;z-index:0;pointer-events:none}.fpm-section-wrap>.fpm-container,.fpm-section>.fpm-container{position:relative;z-index:1;background:#fff;border-radius:1rem;padding:40px;box-shadow:0 1px 3px rgb(0 0 0 / .06)}.fpm-section-heading{margin-bottom:1.5rem;border-bottom:2px solid rgb(17 17 17 / .08)}.fpm-nav{position:sticky;top:70px;z-index:20;height:var(--fpm-nav-height);display:flex;align-items:center;width:100%;background:#fff}.fpm-nav::before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;background-color:#fff;border-bottom:1px solid var(--fpm-color-border);z-index:-1}.fpm-nav .fpm-container{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.fpm-nav__list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.fpm-nav__item{margin:0}.fpm-nav__link{display:inline-flex;align-items:center;font-size:15px;font-weight:500;color:#707070;padding:12px 20px;text-decoration:none;transition:color 0.2s;border-bottom:2px solid #fff0}a.fpm-nav__link:focus{outline:0}.fpm-nav__link:hover{color:#111}.fpm-nav__link--active{color:#da291c;border-bottom-color:#da291c}.fpm-nav__cta{display:inline-flex;align-items:center;padding:0 18px;height:32px;background-color:#da291c;color:#fff;border-radius:9999px;font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap;transition:filter 0.2s}.fpm-nav__cta:hover{color:#fff;filter:brightness(1.1)}.fpm-nav__select{display:none}.fpm-hero{background-color:var(--fpm-color-bg);padding:0 0 40px}.fpm-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:16px 0;color:rgb(17 17 17 / .4)}.fpm-breadcrumb__chevron{width:12px;height:12px;flex-shrink:0;color:rgb(17 17 17 / .25)}.fpm-breadcrumb__link{color:rgb(17 17 17 / .4);text-decoration:none;transition:color 0.2s}.fpm-breadcrumb__link:hover{color:#da291c}.fpm-breadcrumb__current{color:rgb(17 17 17 / .65);font-weight:500}.fpm-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.fpm-hero__media{display:flex;flex-direction:column;min-height:420px;overflow:hidden;padding:8px}.fpm-hero__stage{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:0;cursor:zoom-in;border-radius:16px;overflow:hidden;background:#f7f8fc;min-height:400px;padding:10px}.fpm-hero__image{width:100%;height:auto;max-height:380px;object-fit:contain;display:block;mix-blend-mode:darken;transition:opacity 0.18s ease,transform 0.22s ease;pointer-events:none}.fpm-hero__stage:hover .fpm-hero__image{transform:scale(1.03)}.fpm-hero__zoom-btn{position:absolute;bottom:12px;right:12px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .92);border:1px solid rgb(17 17 17 / .12);border-radius:8px;color:#555;cursor:pointer;opacity:0;transition:opacity 0.18s,color 0.18s,background 0.18s;backdrop-filter:blur(4px)}.fpm-hero__stage:hover .fpm-hero__zoom-btn{opacity:1}.fpm-hero__zoom-btn:hover{color:#da291c;background:#fff}.fpm-hero__gallery{display:flex;gap:6px;border-top:1px solid rgb(17 17 17 / .08);background:#fff;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.fpm-hero__gallery::-webkit-scrollbar{display:none}.fpm-hero__thumb{flex:0 0 auto;width:80px;height:72px;padding:0;border-radius:6px;border:1px solid #fff0;background:#f7f8fc;cursor:pointer;overflow:hidden;transition:border-color 0.18s,background 0.18s}.fpm-hero__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity 0.18s;mix-blend-mode:darken}.fpm-hero__thumb:not(.fpm-hero__thumb--active) img{opacity:.75}.fpm-hero__thumb:hover img{opacity:1}.fpm-hero__thumb:hover{background:#f7f8fc}.fpm-hero__thumb--active{border-bottom-color:#da291c;background:#f7f8fc}.fpm-hero__thumb--active img{opacity:1}.fpm-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .88);animation:fpmLbFadeIn 0.2s ease}.fpm-lightbox[hidden]{display:none}@keyframes fpmLbFadeIn{from{opacity:0}to{opacity:1}}.fpm-lightbox__img-wrap{position:relative;display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:90vh}.fpm-lightbox__img{max-width:90vw;max-height:88vh;object-fit:contain;display:block;border-radius:4px;box-shadow:0 24px 80px rgb(0 0 0 / .6);transition:opacity 0.18s ease;user-select:none}.fpm-lightbox__img.is-loading{opacity:.3}.fpm-lightbox__caption{position:absolute;bottom:-32px;left:0;right:0;text-align:center;font-size:13px;color:rgb(255 255 255 / .65)}.fpm-lightbox__close{position:fixed;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .12);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:22px;line-height:1;transition:background 0.15s}.fpm-lightbox__close:hover{background:rgb(255 255 255 / .22)}.fpm-lightbox__prev,.fpm-lightbox__next{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .12);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background 0.15s,opacity 0.15s}.fpm-lightbox__prev{left:16px}.fpm-lightbox__next{right:16px}.fpm-lightbox__prev:hover,.fpm-lightbox__next:hover{background:rgb(255 255 255 / .22)}.fpm-lightbox__prev[hidden],.fpm-lightbox__next[hidden]{display:none}.fpm-lightbox__counter{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);font-size:13px;color:rgb(255 255 255 / .55);white-space:nowrap}.fpm-hero__text{min-width:0}.fpm-hero__series{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#da291c;margin-bottom:0;line-height:1rem}.fpm-hero__title{font-size:2.25rem;font-weight:600;line-height:1.15;color:#111;letter-spacing:-.02em;margin-top:0;margin-bottom:12px}.fpm-hero__subtitle{font-size:18px;font-weight:500;color:#333;line-height:1.5;margin:0 0 8px;letter-spacing:.35px}.fpm-hero__desc{margin-bottom:36px}.fpm-hero__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}.fpm-metric-item{background-color:#fff;border:1px solid rgb(17 17 17 / .1);border-radius:8px;padding:12px}.fpm-metric-item__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgb(17 17 17 / .4);line-height:1.5}.fpm-metric-item__value{font-size:15px;font-weight:700;color:#111;line-height:1.2;margin-bottom:4px}.fpm-hero__actions{display:flex;flex-wrap:wrap;gap:14px}.fpm-hero__partner-badge{margin-bottom:8px;padding:8px 12px;border:1px solid rgb(17 17 17 / .08);display:flex;width:fit-content}.fpm-hero__partner-badge-img{display:block;max-height:32px;width:auto;max-width:200px;object-fit:contain}.fpm-hero__variants{margin-top:20px;padding-top:16px;border-top:1px solid rgb(17 17 17 / .08)}.fpm-hero__variants-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:rgb(17 17 17 / .45);margin:0 0 10px}.fpm-hero__variants-list{display:flex;flex-wrap:wrap;gap:8px}.fpm-variant-chip{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--fpm-color-heading,#111111);background:#f4f4f5;border:1px solid rgb(17 17 17 / .12);border-radius:100px;padding:6px 16px;text-decoration:none;transition:background 0.2s,border-color 0.2s,color 0.2s;white-space:nowrap}a.fpm-variant-chip:hover{background:var(--fpm-color-primary,#da291c);border-color:var(--fpm-color-primary,#da291c);color:#fff}.fpm-variant-chip--current{background:#fff3f2;border-color:var(--fpm-color-primary,#da291c);color:var(--fpm-color-primary,#da291c);cursor:default}.fpm-variant-chip__wifi{width:14px;height:14px;flex-shrink:0}.fpm-overview__content,.fpm-features__content{font-size:18px;line-height:1.7;color:var(--fpm-color-font)}.fpm-overview__fallback,.fpm-features__fallback{max-width:740px}.fpm-table{width:100%;margin-bottom:1em;border:1px solid var(--fpm-color-border);color:#333;border-collapse:collapse}.fpm-table tr{border-bottom:1px solid var(--fpm-color-border)}.fpm-table th,.fpm-table td{padding:.75em 1.25em;border-right:1px solid var(--fpm-color-border);border-left:none;border-top:none;border-bottom:none;text-align:left;vertical-align:middle}.fpm-table th:last-child,.fpm-table td:last-child{border-right-width:0}.fpm-table thead{background-color:#111;color:#fff}.fpm-table thead th,.fpm-table thead th a{color:#fff}.fpm-table thead th{padding-top:.8em;padding-bottom:.8em;font-size:.8em;text-transform:uppercase;letter-spacing:.1em}.fpm-table tbody tr:nth-child(even){background-color:#f7f8fc}.fpm-specs__accordion{display:flex;flex-direction:column;gap:6px}.fpm-specs__accord-item{border:1px solid rgb(17 17 17 / .1);border-radius:10px;overflow:hidden}.fpm-specs__accord-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;background:#f7f8fc;cursor:pointer;font-size:14px;font-weight:600;color:#111;list-style:none;user-select:none;transition:background 0.15s,color 0.15s}.fpm-specs__accord-summary::-webkit-details-marker{display:none}.fpm-specs__accord-summary::marker{display:none}.fpm-specs__accord-summary::after{content:"";flex-shrink:0;width:16px;height:16px;background-color:rgb(17 17 17 / .35);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transition:transform 0.22s ease,background-color 0.15s}.fpm-specs__accord-item[open]{margin-bottom:14px}.fpm-specs__accord-item[open]>.fpm-specs__accord-summary{background:#da291c;color:#fff;border-radius:0}.fpm-specs__accord-item[open]>.fpm-specs__accord-summary::after{transform:rotate(180deg);background-color:rgb(255 255 255 / .6)}.fpm-specs__accord-summary:hover{background:#111;color:#fff}.fpm-specs__accord-summary:hover::after{background-color:rgb(255 255 255 / .6)}.fpm-specs__accord-count{margin-left:auto;margin-right:8px;flex-shrink:0;font-size:11px;font-weight:600;color:#da291c;background:rgb(218 41 28 / 9%);padding:2px 8px;border-radius:9999px;line-height:1.6;transition:color 0.15s,background 0.15s}.fpm-specs__accord-item[open]>.fpm-specs__accord-summary .fpm-specs__accord-count,.fpm-specs__accord-summary:hover .fpm-specs__accord-count{color:rgb(255 255 255 / .65);background:rgb(255 255 255 / .15)}.fpm-specs__accord-body{padding:0}.fpm-specs__accord-body .fpm-specs__panel-wrap,.fpm-specs__accord-body .fpm-specs-comp-wrap{border:none;border-radius:0}.fpm-specs__panel-wrap{border:1px solid rgb(17 17 17 / .1);border-radius:16px;overflow:auto;-webkit-overflow-scrolling:touch}.fpm-specs__table{min-width:480px}.fpm-specs__table-head{background-color:#f7f8fc;padding:12px 24px;font-weight:600;color:#111;font-size:14px}.fpm-specs__table{margin-bottom:0;border:none}.fpm-specs__table td:first-child{font-weight:500;color:#374151;background-color:#f9fafb;width:42%;min-width:180px}.fpm-specs__table td:not(:first-child){min-width:160px}.fpm-specs__table td:last-child{color:#111}.fpm-specs-comp-wrap{border:1px solid rgb(17 17 17 / .1);border-radius:16px;overflow:auto;-webkit-overflow-scrolling:touch}.fpm-specs-comp-table{width:100%;border-collapse:collapse;font-size:13px;min-width:600px;border:none;margin-bottom:0}.fpm-specs-comp__head-row{background-color:#f3f3f3}.fpm-specs-comp__label-col{width:34%;min-width:180px;padding:12px 20px;border-right:1px solid rgb(255 255 255 / .1)}.fpm-specs-comp__col-header{padding:8px 16px;min-width:140px;color:#da291c;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center;border-right:1px solid rgb(255 255 255 / .1)}.fpm-specs-comp__col-header:last-child{border-right:none}.fpm-specs-comp__group-row{background-color:#f0f1f3}.fpm-specs-comp__group-label{padding:10px 20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#374151}table tbody tr.fpm-specs-comp__data-row{background:#fff}.fpm-specs-comp__data-row{border-bottom:1px solid rgb(17 17 17 / .07)}.fpm-specs-comp__data-row:last-child{border-bottom:none}.fpm-specs-comp__data-row:nth-child(even){background-color:#fff}.fpm-specs-comp__data-row:hover{background-color:#fbfbfb}.fpm-specs-comp__row-label{padding:11px 20px;min-width:180px;font-weight:500;color:#333;background-color:rgb(218 41 28 / 1%);border-right:1px solid rgb(17 17 17 / .07);vertical-align:middle;line-height:1.5}.fpm-specs-comp__cell{padding:11px 16px;text-align:center;color:#111;border-right:1px solid rgb(17 17 17 / .06);vertical-align:middle;line-height:1.4}.fpm-specs-comp__cell:last-child{border-right:none}.fpm-specs-comp__cell--span{font-weight:500;color:#374151;text-align:center}.fpm-specs__groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px}.fpm-specs__group{min-width:0}.fpm-order-info__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:32px}.fpm-order-info__table td:first-child{white-space:nowrap}.fpm-order-info__table td:first-child span{font-family:"SF Mono","Fira Code","Cascadia Code",monospace;font-size:.82em;background:#f3f4f6;padding:3px 8px;border-radius:4px;color:#111;letter-spacing:.03em}.fpm-order-info__ctas{display:flex;flex-wrap:wrap;gap:14px}.fpm-order__quote-btn{display:inline-flex;align-items:center;padding:4px 14px;border-radius:9999px;border:1px solid #da291c;color:#da291c;font-size:13px;font-weight:600;text-decoration:none;transition:background-color 0.2s,color 0.2s;white-space:nowrap}.fpm-order__quote-btn:hover{background-color:#da291c;color:#fff}.fpm-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:9999px;font-size:11px;font-weight:600;white-space:nowrap}.fpm-badge--hardware{background:#f1f5f9;color:#475569}.fpm-badge--utp{background:#eff6ff;color:#1d4ed8}.fpm-badge--enterprise{background:#fef2f2;color:#da291c}.fpm-badge--renewal{background:#f0fdf4;color:#166534}.fpm-badge--care{background:#fffbeb;color:#92400e}.fpm-badge--default{background:#f3f4f6;color:#374151}.fpm-fortinet-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:32px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.fpm-fortinet-table{width:100%;border-collapse:collapse;border:none}table tbody tr.fpm-fortinet-table__group-header-row{background-color:#3a3a3a}.fpm-fortinet-table__group-title{padding:10px 20px;color:#fff;font-size:14px;font-weight:600;letter-spacing:.01em}.fpm-fortinet-table__group-desc-row{background-color:#f0f1f2}.fpm-fortinet-table__group-desc{padding:8px 20px;color:#464646;font-size:10px;line-height:1.6;letter-spacing:.25px}.fpm-fortinet-table__product-row{border-bottom:1px solid #e2e8f0;background-color:#fff}.fpm-fortinet-table__product-row:last-child{border-bottom:0}.fpm-fortinet-table__desc{padding:14px 20px;font-size:13px;color:#333;font-weight:500;line-height:1.5;width:60%}.fpm-fortinet-table__sku{padding:14px 20px;font-family:"SF Mono","Fira Code","Cascadia Code",monospace;font-size:13px;color:#555;white-space:nowrap;width:25%}.fpm-fortinet-table__action{padding:10px 20px;text-align:right;white-space:nowrap;width:15%}.fpm-quote-btn{display:inline-flex;align-items:center;gap:6px;justify-content:center;padding:8px 16px;background-color:#fff0;color:#da291c;font-size:12px;font-weight:600;border:1px solid #da291c;border-radius:30px;cursor:pointer;white-space:nowrap;transition:background-color 0.2s,color 0.2s;font-family:inherit;line-height:1}.fpm-quote-btn svg{flex-shrink:0;width:14px;height:14px}.fpm-quote-btn:hover{background-color:#da291c;color:#fff}.fpm-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}.fpm-modal[hidden]{display:none}.fpm-modal__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .55);cursor:pointer}.fpm-modal__dialog{position:relative;background:#fff;border-radius:12px;padding:36px 40px 32px;width:100%;max-width:720px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgb(0 0 0 / .25);z-index:1}.fpm-modal__close{position:absolute;top:14px;right:14px;background:none;border:none;cursor:pointer;color:#666;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color 0.15s,background 0.15s}.fpm-modal__close:hover{color:#111;background:#f3f4f6}.fpm-modal__title{margin:0 0 6px;font-size:22px;font-weight:700;color:#111}.fpm-modal__subtitle{margin:0 0 20px;font-size:13px;color:#666;font-family:"SF Mono","Fira Code",monospace}.fpm-modal__form .wpcf7{margin:0}.fpm-modal__form .wpcf7-form{display:flex;flex-direction:column;gap:0}.fpm-modal__form .wpcf7-form>label,.fpm-modal__form .wpcf7-form>p{display:block;margin:0 0 16px}.fpm-modal__form label{display:block;font-size:13px;font-weight:600;color:#111;margin-bottom:6px}.fpm-modal__form input[type="text"],.fpm-modal__form input[type="email"],.fpm-modal__form input[type="tel"],.fpm-modal__form input[type="url"],.fpm-modal__form input[type="number"],.fpm-modal__form textarea,.fpm-modal__form select{display:block;width:100%;box-sizing:border-box;padding:10px 14px;font-size:14px;font-family:inherit;color:#111;background:#fff;border:1px solid rgb(17 17 17 / .2);border-radius:8px;outline:none;transition:border-color 0.18s,box-shadow 0.18s;-webkit-appearance:none;appearance:none}.fpm-modal__form input[type="text"]:focus,.fpm-modal__form input[type="email"]:focus,.fpm-modal__form input[type="tel"]:focus,.fpm-modal__form input[type="url"]:focus,.fpm-modal__form input[type="number"]:focus,.fpm-modal__form textarea:focus,.fpm-modal__form select:focus{border-color:#da291c;box-shadow:0 0 0 3px rgb(218 41 28 / .12)}.fpm-modal__form input::placeholder,.fpm-modal__form textarea::placeholder{color:rgb(17 17 17 / .35)}.fpm-modal__form input[readonly]{background:#f7f8fc;color:rgb(17 17 17 / .6);cursor:default}.fpm-modal__form textarea{resize:vertical;min-height:110px}.fpm-modal__form input[type="submit"],.fpm-modal__form .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;margin-top:6px;padding:0 1.6em;height:44px;width:100%;background-color:#da291c;color:#fff;border:1px solid #da291c;border-radius:9999px;font-size:14px;font-weight:600;letter-spacing:.35px;font-family:inherit;cursor:pointer;transition:filter 0.2s;-webkit-appearance:none;appearance:none}.fpm-modal__form input[type="submit"]:hover,.fpm-modal__form .wpcf7-submit:hover{filter:brightness(1.1)}.fpm-modal__form input[type="submit"]:disabled,.fpm-modal__form .wpcf7-submit:disabled{opacity:.6;cursor:not-allowed}.fpm-modal__form .wpcf7-not-valid-tip{display:block;margin-top:4px;font-size:12px;color:#da291c}.fpm-modal__form .wpcf7-not-valid{border-color:#da291c!important}.fpm-modal__form .wpcf7-response-output{margin:16px 0 0;padding:10px 14px;border-radius:8px;font-size:13px;border:none}.fpm-modal__form .wpcf7-mail-sent-ok{background:rgb(16 185 129 / .1);color:#065f46}.fpm-modal__form .wpcf7-mail-sent-ng,.fpm-modal__form .wpcf7-aborted,.fpm-modal__form .wpcf7-spam-blocked,.fpm-modal__form .wpcf7-validation-errors{background:rgb(218 41 28 / .08);color:#da291c}.fpm-modal__form .wpcf7-spinner{display:inline-block;margin-left:8px;width:16px;height:16px;vertical-align:middle}.fpm-pricing-note{background-color:#fffbeb;border:1px solid #fcd34d;border-radius:10px;padding:16px 20px;font-size:14px;color:#92400e;margin-top:28px}.fpm-pricing-note>*:first-child{margin-top:0}.fpm-pricing-note>*:last-child{margin-bottom:0}.fpm-pricing-note p{margin:0 0 10px}.fpm-pricing-note h2,.fpm-pricing-note h3,.fpm-pricing-note h4{font-size:15px;font-weight:600;margin:14px 0 6px;color:#78350f}.fpm-pricing-note ul,.fpm-pricing-note ol{margin:0 0 10px 20px;padding:0}.fpm-pricing-note li{margin-bottom:4px}.fpm-pricing-note a{color:#92400e;text-decoration:underline}.fpm-resources{margin-top:32px}.fpm-resources__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-top:16px}.fpm-resources__card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--fpm-color-border);border-radius:12px;text-decoration:none;color:#111;background:#fff;transition:border-color 0.2s,box-shadow 0.2s}.fpm-resources__card:hover{border-color:rgb(218 41 28 / .3);box-shadow:0 2px 8px rgb(218 41 28 / .07);color:#111}.fpm-resources__icon{flex-shrink:0;color:rgb(17 17 17 / .35);transition:color 0.2s}.fpm-resources__dl-icon{flex-shrink:0;color:rgb(17 17 17 / .25);transition:color 0.2s}.fpm-resources__card:hover .fpm-resources__icon,.fpm-resources__card:hover .fpm-resources__dl-icon{color:#da291c}.fpm-resources__card-title{flex:1;font-size:14px;font-weight:500;line-height:1.4;color:rgb(17 17 17 / .7);transition:color 0.2s}.fpm-resources__card:hover .fpm-resources__card-title{color:#111}.fpm-faq__layout{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}.fpm-faq__sidebar{position:sticky;top:calc(var(--fpm-nav-height) + 16px)}.fpm-faq__sidebar-desc{font-size:15px;line-height:1.7;color:var(--fpm-color-font);margin-bottom:24px}.fpm-faq__list{display:flex;flex-direction:column;border:1px solid rgb(17 17 17 / .1);padding:0 24px;border-radius:16px}.fpm-faq__item{border-bottom:1px solid rgb(17 17 17 / .1)}.fpm-faq__item:last-child{border-bottom:none}.fpm-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 0;background:#fff0;border:none;cursor:pointer;text-align:left;font-size:16px;font-weight:500;color:#111;gap:16px;transition:color 0.2s}.fpm-faq__question:hover{color:#da291c}.fpm-faq__item.is-open .fpm-faq__question{color:#da291c}.fpm-faq__question-text{flex:1}.fpm-faq__icon{display:inline-flex;width:20px;height:20px;color:rgb(17 17 17 / .4);flex-shrink:0;transition:transform 0.3s}.fpm-faq__icon svg{width:100%;height:100%}.fpm-faq__item.is-open .fpm-faq__icon{transform:rotate(180deg);color:#da291c}.fpm-faq__answer{overflow:hidden;max-height:0;transition:max-height 0.35s ease,padding 0.35s ease;padding:0;font-size:16px;line-height:1.7;color:var(--fpm-color-font)}.fpm-faq__item.is-open .fpm-faq__answer{max-height:500px;padding:0 0 20px}@media screen and (max-width:1200px){.fpm-hero__title{font-size:2.2rem}}@media screen and (max-width:991px){.fpm-hero__title{font-size:2rem}.fpm-hero__inner{grid-template-columns:1fr;gap:36px}.fpm-hero__media{max-width:420px;margin:0 auto;min-height:420px}.fpm-section-title{font-size:1.5rem}.fpm-specs__groups{grid-template-columns:1fr}.fpm-faq__layout{grid-template-columns:1fr;gap:32px}.fpm-faq__sidebar{position:static}.fpm-nav__list{display:none}.fpm-nav__select{display:block;width:100%;padding:8px 36px 8px 14px;border:1px solid rgb(17 17 17 / .18);border-radius:8px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;font-size:14px;font-weight:500;color:#111;appearance:none;-webkit-appearance:none;cursor:pointer}.fpm-nav__select:focus{outline:2px solid #da291c;outline-offset:0}.fpm-nav__cta{display:none}.fpm-fortinet-table-wrap{border:none;border-radius:0;overflow:visible;box-shadow:none;margin-bottom:24px}.fpm-fortinet-table,.fpm-fortinet-table tbody{display:block}.fpm-fortinet-table__group-header-row{display:block;border-radius:8px 8px 0 0;overflow:hidden;margin-top:16px}.fpm-fortinet-table__group-desc-row{display:block}.fpm-fortinet-table__group-title,.fpm-fortinet-table__group-desc{display:block;padding:8px 14px}.fpm-fortinet-table__product-row{display:block;background:#fff;border:1px solid rgb(17 17 17 / .1);border-top:none;padding:14px 16px}.fpm-fortinet-table__product-row:last-child{border-radius:0 0 8px 8px}.fpm-fortinet-table__desc,.fpm-fortinet-table__sku,.fpm-fortinet-table__action{display:block;width:auto;padding:0;border:none}.fpm-fortinet-table__desc{font-size:14px;color:#1a1a1a;margin-bottom:6px}.fpm-fortinet-table__sku{display:inline-block;font-family:"SF Mono","Fira Code",monospace;font-size:11px;color:rgb(17 17 17 / .55);background:#f0f1f3;border-radius:4px;padding:2px 7px;margin-bottom:12px}.fpm-fortinet-table__action{text-align:left}.fpm-quote-btn{width:100%;justify-content:flex-start}}@media screen and (max-width:767px){.fpm-hero{padding:40px 0 32px}.fpm-hero__title{font-size:1.75rem}.fpm-hero__metrics{grid-template-columns:repeat(2,1fr)}.fpm-section-title{font-size:1.25rem}.fpm-section-wrap{padding:40px 0}.fpm-btn-primary,.fpm-btn-bordered{height:44px;font-size:14px}.fpm-section-wrap>.fpm-container,.fpm-section>.fpm-container{padding:24px 20px}}@media screen and (max-width:479px){.fpm-hero__title{font-size:1.5rem}.fpm-hero__metrics{grid-template-columns:1fr}.fpm-hero__actions{flex-direction:column}.fpm-btn-primary,.fpm-btn-bordered{width:100%;justify-content:center}.fpm-order-info__ctas{flex-direction:column}.fpm-order-info__ctas .fpm-btn-primary,.fpm-order-info__ctas .fpm-btn-bordered{width:100%;justify-content:center}.fpm-modal__dialog{max-width:calc(100vw - 32px);padding:28px 20px 24px}.fpm-specs-comp-wrap{border-radius:10px}.fpm-specs-comp__label-col,.fpm-specs-comp__row-label{min-width:130px}.fpm-specs-comp__col-header{min-width:110px}.fpm-specs__table{min-width:380px}.fpm-specs__table td:first-child{min-width:140px}.fpm-specs__table td:not(:first-child){min-width:120px}}body.fpm-product .ld-product>.row{margin-left:0;margin-right:0;min-height:0}body.fpm-product .lqd-woo-added-msg{display:none!important}body.fpm-product .onsale{display:none!important}.fpm-layout-wrap{width:100%}body.fpm-product .woocommerce-tabs{display:none!important}body.fpm-product .related.products{display:none!important}.fpm-content-tab__body table{width:100%;margin-bottom:1em;border:1px solid var(--fpm-color-border);border-collapse:collapse;font-size:13px;line-height:1.5}.fpm-content-tab__body table tr{border-bottom:1px solid var(--fpm-color-border)}.fpm-content-tab__body table tbody tr{background-color:#fff}.fpm-content-tab__body table th,.fpm-content-tab__body table td{padding:.75em 1.25em;border-right:1px solid var(--fpm-color-border);border-left:none;border-top:none;border-bottom:none;text-align:left;vertical-align:middle}.fpm-content-tab__body table th:last-child,.fpm-content-tab__body table td:last-child{border-right:none}.fpm-content-tab__body table thead{background-color:#111;color:#fff}.fpm-content-tab__body table thead th,.fpm-content-tab__body table thead th a{color:#fff}.fpm-content-tab__body table thead th{padding-top:.8em;padding-bottom:.8em;font-size:.8em;text-transform:uppercase;letter-spacing:.1em}.fpm-content-tab__body ul{list-style:none;margin:0 0 1.5em;padding:0}.fpm-content-tab__body ul li{position:relative;padding-left:1.75em;margin-bottom:.55em;font-size:15px;line-height:1.6;color:var(--fpm-color-font)}.fpm-content-tab__body ul li::before{content:"";position:absolute;left:0;top:.2em;width:1.1em;height:1.1em;background-color:#da291c;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23da291c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23da291c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;flex-shrink:0}.fpm-content-tab__body ul ul{margin:.4em 0 .2em}.fpm-content-tab__body ul ul li{font-size:14px;color:var(--fpm-color-muted)}.fpm-content-tab__body ul ul li::before{background-color:rgb(17 17 17 / .3);width:.9em;height:.9em;top:.25em}.fpm-content-tab__body .wp-block-table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1.5em}.fpm-content-tab__body .wp-block-table table{min-width:480px;max-width:none;margin-bottom:0}.fpm-content-tab__body>table,.fpm-content-tab__body p>table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;min-width:480px;max-width:100%}.woocommerce ul.products li.product .woocommerce-loop-product__link,.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:block}.woocommerce ul.products li.product{border:1px solid var(--fpm-color-border);border-radius:1rem;overflow:hidden;transition:box-shadow 0.25s,border-color 0.25s,transform 0.25s;background:#fff}.woocommerce ul.products li.product:hover{box-shadow:0 8px 32px rgb(0 0 0 / .09);border-color:rgb(17 17 17 / .18);transform:translateY(-2px)}