:root{--ink: #241a12;--body: #4a3a2c;--muted: #766453;--accent: #7d4e28;--urgent: #c0342b;--line: #e8ded2;--bg: #fffdfb;--soft: #f8f3ee;--measure: 66ch;--gutter: 20px;--rhythm: 34px;--shadow-sm: 0 1px 2px rgba(36, 26, 18, .05), 0 2px 8px rgba(36, 26, 18, .045);--shadow-md: 0 2px 6px rgba(36, 26, 18, .06), 0 10px 24px rgba(36, 26, 18, .09)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--body);font:17px/1.65 system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}h1,h2,h3,h4{color:var(--ink);line-height:1.22;margin:0 0 .5em}h1{font-size:42px;letter-spacing:-.015em}h2{font-size:26px;margin-top:var(--rhythm)}h3{font-size:20px}p{margin:0 0 1.1em}a{color:var(--accent)}a:hover{color:var(--ink)}strong{color:var(--ink);font-weight:600}.layout{display:grid;grid-template-columns:[edge-start] minmax(var(--gutter),1fr) [wide-start] minmax(0,170px) [main-start] min(var(--measure),100%) [main-end] minmax(0,170px) [wide-end] minmax(var(--gutter),1fr) [edge-end]}.layout>*{grid-column:main}@media (max-width: 720px){.layout{grid-template-columns:[edge-start] var(--gutter) [wide-start main-start] minmax(0,1fr) [main-end wide-end] var(--gutter) [edge-end]}}.layout>.layout__full{grid-column:edge}.layout>.block:has(>.tiles),.layout>.workbench{grid-column:main}.workbench:has(.matrix){overflow-x:auto}@media (min-width: 1100px){:root{--measure: 70ch}}.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:10px var(--gutter);background:var(--ink);border-bottom:1px solid rgba(255,255,255,.08)}.topbar__id{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:600;font-size:17px;margin-right:auto}.topbar__id:hover{color:#fff;filter:brightness(1.25)}.topbar__glyph{flex:none;color:#d9b48c}.topbar__switch{position:absolute;opacity:0;pointer-events:none}.topbar__toggle{display:none;width:40px;height:34px;border-radius:7px;cursor:pointer;border:1px solid rgba(255,255,255,.28);align-items:center;justify-content:center;gap:4px;flex-direction:column}.topbar__toggle i{display:block;width:18px;height:2px;background:#fff;border-radius:2px}.topbar__nav{display:flex;gap:18px;flex-wrap:wrap}.topbar__nav a{color:#cfdbe2;text-decoration:none;font-size:15px}.topbar__nav a:hover{color:#fff}.action-call{display:inline-block;padding:10px 17px;border-radius:9px;background:var(--urgent);color:#fff;font-weight:600;text-decoration:none;box-shadow:0 2px 4px #0f202729,0 8px 18px #c337204d;transition:transform .15s ease,filter .15s ease}.action-call:hover{color:#fff;filter:brightness(1.06);transform:translateY(-1px)}.action-call--lg{font-size:21px;padding:14px 24px}@media (max-width: 720px){.topbar__toggle{display:flex}.topbar__nav{display:none;width:100%;flex-direction:column;gap:2px;padding-top:8px}.topbar:has(.topbar__switch:checked) .topbar__nav{display:flex}.topbar__nav a{padding:9px 2px;border-top:1px solid rgba(255,255,255,.1)}}.banner{background:var(--soft);border-bottom:1px solid var(--line);padding:52px 0 44px;display:grid;grid-template-columns:inherit}.banner>*{grid-column:main}.banner h1{margin-bottom:0}.banner--photo h1{text-align:center}.banner--photo{background-image:var(--banner-desktop);background-size:cover;background-position:center;border-bottom:none;min-height:clamp(160px,15.5vw,210px);align-content:center}@media (max-width: 860px){.banner--photo{background-image:var(--banner-mobile)}}.banner--photo h1{color:var(--ink);text-shadow:0 0 1px rgba(252,250,247,1),0 0 3px rgba(252,250,247,.98),0 0 8px rgba(252,250,247,.92),0 0 14px rgba(252,250,247,.68)}.banner--photo.banner--pale h1{color:#fff;text-shadow:0 0 1px rgba(8,14,18,1),0 0 3px rgba(8,14,18,.98),0 0 10px rgba(8,14,18,.85),0 0 20px rgba(8,14,18,.6)}main>.banner+*{margin-top:var(--rhythm)}.standfirst{font-size:20px;color:var(--body)}.block{margin-top:var(--rhythm)}.block>h2:first-child{margin-top:0}.block:has(>.tiles){background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:26px 28px 28px;margin-top:42px}.tiles{list-style:none;margin:0;padding:0;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.tiles__link{display:block;padding:13px 15px;border-radius:10px;background:var(--bg);border:1px solid var(--line);color:var(--ink);text-decoration:none;font-weight:600;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tiles__link:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:#c6d3db}.tiles__note{display:block;font-weight:400;font-size:14.5px;color:var(--muted);margin-top:3px}.checklist{margin:0 0 1.1em;padding-left:20px}.checklist li{margin-bottom:.5em}.trail{font-size:15px;color:var(--muted);margin:0 0 14px}.trail a{color:var(--muted)}.trail a:hover{color:var(--ink)}.aside-note,.coverage{font-size:15px;color:var(--muted)}.prompt{background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:20px 22px;margin:30px 0;box-shadow:var(--shadow-sm)}.prompt>:last-child{margin-bottom:0}.prompt h2{margin-top:0;font-size:22px}.qa{margin:18px 0 0}.qa dt{color:var(--ink);font-weight:600;margin-top:14px}.qa dd{margin:4px 0 0}.workbench{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:24px 26px 26px;margin:26px 0 10px;box-shadow:var(--shadow-sm)}.workbench__result{background:var(--bg);border-radius:10px;padding:18px 20px;margin-top:24px}.workbench__caution{border:1px solid var(--line);background:var(--soft);padding:14px 18px 15px;border-radius:10px;margin:20px 0 14px;font-size:15px;box-shadow:var(--shadow-sm)}.workbench__caution:before{content:"Good to know";display:block;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.title--centered{text-align:center}.workbench__caution--nu:before{content:none}.workbench__which{margin:30px 0 -8px;text-align:center;font-size:24px;font-weight:600;color:var(--ink);letter-spacing:-.005em}.layout>h1:first-child{margin-top:30px}.coverage svg{color:var(--urgent)}#areas{display:flex;align-items:center;gap:9px;font-size:21px;letter-spacing:-.01em;margin-bottom:13px}#areas svg{color:#da6058}:target{scroll-margin-top:84px}.verdict{border:1px solid var(--line);border-radius:10px;padding:12px 14px;margin:10px 0;background:#fff}.verdict--best{border-color:#2e7d4f;background:#2e7d4f0f}.verdict__head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:0 0 4px;font-size:17px}.verdict__score{margin-left:auto;font-variant-numeric:tabular-nums;color:var(--muted);font-size:15px}.verdict--best .verdict__score{color:#2e7d4f;font-weight:600}.verdict__tag{flex:0 0 100%;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2e7d4f}.verdict__gaps{margin:0;font-size:14.5px;color:var(--body)}.verdict__note{margin:10px 0 0;font-size:14px;color:var(--muted)}html{scroll-behavior:smooth}.workbench__which--result{margin:30px 0 8px;display:flex;align-items:center;gap:12px}.workbench__which--result:before,.workbench__which--result:after{content:"";flex:1;height:1px;background:var(--line)}.workbench label{font-weight:500}.workbench select,.workbench input[type=text]{padding:8px 10px;border:1px solid rgba(128,128,128,.45);border-radius:5px;font:inherit;background:#fff;color:var(--ink);max-width:100%;min-width:0}.workbench label{min-width:0}.workbench__fields{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:26px}.workbench__fields label{display:flex;flex-direction:column;gap:5px;flex:1 1 240px}.workbench__rows{display:grid;gap:2px}.workbench__row{display:grid;grid-template-columns:1fr 220px;gap:12px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(128,128,128,.22)}.workbench__buttons{display:flex;gap:10px;margin:20px 0 0}.workbench__buttons button{font:inherit;padding:8px 15px;border-radius:6px;border:1px solid rgba(128,128,128,.45);background:transparent;color:inherit;cursor:pointer}.workbench__buttons button:hover{border-color:currentColor}@media (max-width: 560px){.workbench{padding:18px 16px 20px;border-radius:12px}.workbench__result{padding:14px}.workbench__row{grid-template-columns:1fr;gap:5px}}.matrix{width:100%;border-collapse:collapse;font-size:15px}.matrix th,.matrix td{border-bottom:1px solid rgba(128,128,128,.28);padding:10px 8px;text-align:left;vertical-align:top}.matrix thead th{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.matrix td{text-align:center;width:68px}.matrix tbody th{font-weight:500}.matrix details{margin-top:4px}.matrix summary{font-size:13px;color:var(--muted);cursor:pointer}.matrix tfoot th,.matrix tfoot td{font-weight:600;border-bottom:none;padding-top:14px}.matrix input[type=checkbox]{width:19px;height:19px}@media (max-width: 560px){.matrix td{width:44px}.matrix th,.matrix td{padding:8px 4px}}.figure{margin:30px 0}.figure svg{width:100%;height:auto;display:block}.figure__caption{display:block;margin-bottom:12px}.figure__caption .figure__lead{display:block;font-size:19px;color:var(--ink);font-weight:600;line-height:1.35}.figure__caption .figure__turn{color:var(--accent)}.figure__caption .figure__sub{display:block;font-size:15px;color:var(--muted);margin-top:5px}.keys{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:7px;grid-template-columns:1fr 1fr;column-gap:26px}.keys li{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start;font-size:15px;line-height:1.45;transition:opacity .18s ease}.keys__pin{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:600;line-height:1}.keys li.is-on .keys__pin,.keys li.is-tapped .keys__pin{background:var(--urgent)}@media (max-width: 640px){.keys{grid-template-columns:1fr;gap:9px}}.colophon{margin-top:56px;padding:34px 0 30px;background:var(--ink);color:#c6d3db}.colophon a{color:#dfe8ee}.colophon a:hover{color:#fff}.colophon h2{color:#fff;font-size:17px;margin:0 0 10px}.colophon__panels{display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.colophon__id{display:flex;align-items:center;gap:7px}.colophon__places{margin:0}.colophon__places dt{font-weight:600;color:#fff;font-size:14px;margin-top:10px}.colophon__places dd{margin:3px 0 0;font-size:15px}.colophon__where{font-size:14px;opacity:.78}.legal{font-size:13.5px;line-height:1.6;opacity:.8;margin:26px 0 0}@media print{.topbar,.colophon,.workbench__buttons,.workbench__fields,.workbench__rows{display:none}.workbench,.block:has(>.tiles){border:none;background:none;box-shadow:none;padding:0}}.figure__state{position:absolute;opacity:0;pointer-events:none}.figure__stage{display:block}.figure__scrim,.figure__close,.figure__zoom{display:none}.figure__hit{fill:#fff;fill-opacity:0}.figure__spot{cursor:pointer;transition:opacity .18s ease}.figure__spot *{transition:fill .18s ease,stroke .18s ease}.figure__spots:hover .figure__spot,.figure__spots:focus-within .figure__spot{opacity:.22}.figure__spots .figure__spot:hover,.figure__spots .figure__spot:focus,.figure__spots .figure__spot:focus-visible{opacity:1}.figure__spot:focus{outline:none}.figure__spot:focus-visible circle{stroke:var(--ink);stroke-width:2.5}.figure:has(.keys li:nth-child(1):hover) .figure__spot:not([data-n="1"]),.figure:has(.keys li:nth-child(1):focus-within) .figure__spot:not([data-n="1"]),.figure:has(.keys li:nth-child(2):hover) .figure__spot:not([data-n="2"]),.figure:has(.keys li:nth-child(2):focus-within) .figure__spot:not([data-n="2"]),.figure:has(.keys li:nth-child(3):hover) .figure__spot:not([data-n="3"]),.figure:has(.keys li:nth-child(3):focus-within) .figure__spot:not([data-n="3"]),.figure:has(.keys li:nth-child(4):hover) .figure__spot:not([data-n="4"]),.figure:has(.keys li:nth-child(4):focus-within) .figure__spot:not([data-n="4"]),.figure:has(.keys li:nth-child(5):hover) .figure__spot:not([data-n="5"]),.figure:has(.keys li:nth-child(5):focus-within) .figure__spot:not([data-n="5"]),.figure:has(.keys li:nth-child(6):hover) .figure__spot:not([data-n="6"]),.figure:has(.keys li:nth-child(6):focus-within) .figure__spot:not([data-n="6"]){opacity:.22}.keys li{cursor:pointer}.figure__spot.is-dim{opacity:.22}.keys li.is-dim{opacity:.42}.keys li.is-tapped{opacity:1}.keys li:focus{outline:none}.keys li:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:6px}.figure:has(.figure__spot[data-n="1"]:hover) .keys li:not(:nth-child(1)),.figure:has(.figure__spot[data-n="1"]:focus-visible) .keys li:not(:nth-child(1)),.figure:has(.figure__spot[data-n="2"]:hover) .keys li:not(:nth-child(2)),.figure:has(.figure__spot[data-n="2"]:focus-visible) .keys li:not(:nth-child(2)),.figure:has(.figure__spot[data-n="3"]:hover) .keys li:not(:nth-child(3)),.figure:has(.figure__spot[data-n="3"]:focus-visible) .keys li:not(:nth-child(3)),.figure:has(.figure__spot[data-n="4"]:hover) .keys li:not(:nth-child(4)),.figure:has(.figure__spot[data-n="4"]:focus-visible) .keys li:not(:nth-child(4)),.figure:has(.figure__spot[data-n="5"]:hover) .keys li:not(:nth-child(5)),.figure:has(.figure__spot[data-n="5"]:focus-visible) .keys li:not(:nth-child(5)),.figure:has(.figure__spot[data-n="6"]:hover) .keys li:not(:nth-child(6)),.figure:has(.figure__spot[data-n="6"]:focus-visible) .keys li:not(:nth-child(6)){opacity:.42}@media (max-width: 720px){.figure__zoom{display:inline-block;margin-top:8px;font-size:14px;color:var(--muted);cursor:pointer;text-decoration:underline}.figure:has(.figure__state:checked) .figure__stage{position:fixed;inset:0 0 38%;z-index:60;background:var(--bg);display:grid;place-items:center;padding:16px}.figure:has(.figure__state:checked) .figure__stage svg{position:relative;z-index:1}.figure:has(.figure__state:checked) .figure__scrim{display:block;position:fixed;inset:0;z-index:0}.figure:has(.figure__state:checked) .keys{position:fixed;left:0;right:0;bottom:0;height:38%;z-index:61;margin:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--soft);border-top:1px solid var(--line);overflow-y:auto}html:has(.figure__state:checked){overflow:hidden}.figure:has(.figure__state:checked) .figure__close{display:block;position:fixed;top:14px;right:16px;z-index:61;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:var(--bg)}.figure:has(.figure__state:checked) .figure__close:before{content:"×";display:grid;place-items:center;height:100%;font-size:22px;color:var(--ink)}}.figure__spot.is-tapped circle{fill:var(--urgent)}.figure__spot.is-tapped path,.figure__spot.is-tapped ellipse{stroke:var(--urgent)}.figure__spot.is-tapped text.figure__num{fill:#fff}:root{--pastille: #3d5a80}.figure__spot circle:not(.figure__hit){fill:var(--pastille);transition:none}.keys__pin{background:var(--pastille)}.figure__spot:hover circle:not(.figure__hit),.figure__spot:focus-visible circle:not(.figure__hit){fill:var(--urgent)}.figure__spot.is-tapped circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.figure__spot[data-n="1"]:hover) .keys li:nth-child(1) .keys__pin,.figure:has(.figure__spot[data-n="1"]:focus-visible) .keys li:nth-child(1) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="2"]:hover) .keys li:nth-child(2) .keys__pin,.figure:has(.figure__spot[data-n="2"]:focus-visible) .keys li:nth-child(2) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="3"]:hover) .keys li:nth-child(3) .keys__pin,.figure:has(.figure__spot[data-n="3"]:focus-visible) .keys li:nth-child(3) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="4"]:hover) .keys li:nth-child(4) .keys__pin,.figure:has(.figure__spot[data-n="4"]:focus-visible) .keys li:nth-child(4) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="5"]:hover) .keys li:nth-child(5) .keys__pin,.figure:has(.figure__spot[data-n="5"]:focus-visible) .keys li:nth-child(5) .keys__pin{background:var(--urgent)}.figure:has(.figure__spot[data-n="6"]:hover) .keys li:nth-child(6) .keys__pin,.figure:has(.figure__spot[data-n="6"]:focus-visible) .keys li:nth-child(6) .keys__pin{background:var(--urgent)}.figure:has(.keys li:nth-child(1):hover) .figure__spot[data-n="1"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(1):focus-within) .figure__spot[data-n="1"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(2):hover) .figure__spot[data-n="2"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(2):focus-within) .figure__spot[data-n="2"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(3):hover) .figure__spot[data-n="3"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(3):focus-within) .figure__spot[data-n="3"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(4):hover) .figure__spot[data-n="4"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(4):focus-within) .figure__spot[data-n="4"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(5):hover) .figure__spot[data-n="5"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(5):focus-within) .figure__spot[data-n="5"] circle:not(.figure__hit){fill:var(--urgent)}.figure:has(.keys li:nth-child(6):hover) .figure__spot[data-n="6"] circle:not(.figure__hit),.figure:has(.keys li:nth-child(6):focus-within) .figure__spot[data-n="6"] circle:not(.figure__hit){fill:var(--urgent)}.keys li:hover .keys__pin,.keys li:focus-within .keys__pin{background:var(--urgent)}.tiles--places{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:8px}.tiles--places .tiles__link{padding:9px 12px 9px 30px;position:relative;font-size:15px;border-radius:8px}.tiles--places .tiles__link:before{content:"";position:absolute;left:10px;top:11px;width:13px;height:13px;background:var(--accent);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") no-repeat center / contain;opacity:.75}.tiles--places .tiles__note{font-size:12.5px;margin-top:1px}.tiles__link[href$="/roof-replacement/"]{padding-right:82px;position:relative}.tiles__link[href$="/roof-replacement/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.35 8.34 A6.90 6.90 0 0 1 17.79 8.54'/%3E%3Cpath d='M17.79 8.54 L14.99 7.47M17.79 8.54 L17.94 5.55'/%3E%3Cpath d='M17.65 16.26 A6.90 6.90 0 0 1 6.21 16.06'/%3E%3Cpath d='M6.21 16.06 L9.01 17.13M6.21 16.06 L6.06 19.05'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.35 8.34 A6.90 6.90 0 0 1 17.79 8.54'/%3E%3Cpath d='M17.79 8.54 L14.99 7.47M17.79 8.54 L17.94 5.55'/%3E%3Cpath d='M17.65 16.26 A6.90 6.90 0 0 1 6.21 16.06'/%3E%3Cpath d='M6.21 16.06 L9.01 17.13M6.21 16.06 L6.06 19.05'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/roof-repair/"]{padding-right:82px;position:relative}.tiles__link[href$="/roof-repair/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='rotate(-30 12 12)'%3E%3Cpath stroke='none' fill='%23000' d='M8.9 4.2 C7.2 4.3 5.6 5.0 4.6 6.2 L6.3 7.5 C6.9 6.8 7.8 6.3 8.9 6.1 Z'/%3E%3Cpath stroke='none' fill='%23000' d='M8.6 4.2 H16.4 A1 1 0 0 1 17.4 5.2 V7.8 A1 1 0 0 1 16.4 8.8 H8.6 Z'/%3E%3Cpath d='M12.5 8.8 V21.4'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='rotate(-30 12 12)'%3E%3Cpath stroke='none' fill='%23000' d='M8.9 4.2 C7.2 4.3 5.6 5.0 4.6 6.2 L6.3 7.5 C6.9 6.8 7.8 6.3 8.9 6.1 Z'/%3E%3Cpath stroke='none' fill='%23000' d='M8.6 4.2 H16.4 A1 1 0 0 1 17.4 5.2 V7.8 A1 1 0 0 1 16.4 8.8 H8.6 Z'/%3E%3Cpath d='M12.5 8.8 V21.4'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/roof-inspection/"]{padding-right:82px;position:relative}.tiles__link[href$="/roof-inspection/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12.5 L12 5 L21 12.5'/%3E%3Ccircle cx='12.5' cy='17' r='3.4'/%3E%3Cpath d='M15.1 19.6 18 22.5'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12.5 L12 5 L21 12.5'/%3E%3Ccircle cx='12.5' cy='17' r='3.4'/%3E%3Cpath d='M15.1 19.6 18 22.5'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/roof-leak-repair/"]{padding-right:82px;position:relative}.tiles__link[href$="/roof-leak-repair/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12.5 L12 5 L21 12.5'/%3E%3Cpath d='M12 15c-1.6 2.1-2.6 3.1-2.6 4.3a2.6 2.6 0 0 0 5.2 0c0-1.2-1-2.2-2.6-4.3z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12.5 L12 5 L21 12.5'/%3E%3Cpath d='M12 15c-1.6 2.1-2.6 3.1-2.6 4.3a2.6 2.6 0 0 0 5.2 0c0-1.2-1-2.2-2.6-4.3z'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/metal-roof-installation/"]{padding-right:82px;position:relative}.tiles__link[href$="/metal-roof-installation/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12.5 L12 5 L21 12.5'/%3E%3Cpath d='M7 15.5V21M12 15.5V21M17 15.5V21'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12.5 L12 5 L21 12.5'/%3E%3Cpath d='M7 15.5V21M12 15.5V21M17 15.5V21'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/ac-repair/"]{padding-right:82px;position:relative}.tiles__link[href$="/ac-repair/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5v19M4 7l16 10M4 17 20 7'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5v19M4 7l16 10M4 17 20 7'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/furnace-repair/"]{padding-right:82px;position:relative}.tiles__link[href$="/furnace-repair/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3c0 6 5 7.5 5 12a5 5 0 0 1-10 0c0-3 2.5-4.5 3.5-6.5C11 10.5 12 9 12 3z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3c0 6 5 7.5 5 12a5 5 0 0 1-10 0c0-3 2.5-4.5 3.5-6.5C11 10.5 12 9 12 3z'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/hvac-installation/"]{padding-right:82px;position:relative}.tiles__link[href$="/hvac-installation/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='9' rx='1.5'/%3E%3Cpath d='M7 18h10M9.5 21.5h5'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='9' rx='1.5'/%3E%3Cpath d='M7 18h10M9.5 21.5h5'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/emergency-water-removal/"]{padding-right:82px;position:relative}.tiles__link[href$="/emergency-water-removal/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M20 15v5M17.6 17.6 20 20l2.4-2.4'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M20 15v5M17.6 17.6 20 20l2.4-2.4'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/water-extraction/"]{padding-right:82px;position:relative}.tiles__link[href$="/water-extraction/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M20 15v5M17.6 17.6 20 20l2.4-2.4'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M20 15v5M17.6 17.6 20 20l2.4-2.4'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/water-damage-repair/"]{padding-right:82px;position:relative}.tiles__link[href$="/water-damage-repair/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M15.2 18.4 18.6 15 20.7 17.1 17.3 20.5 Z'/%3E%3Cpath d='M16.6 18.7 14 21.3'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M15.2 18.4 18.6 15 20.7 17.1 17.3 20.5 Z'/%3E%3Cpath d='M16.6 18.7 14 21.3'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/water-damage-cleanup/"]{padding-right:82px;position:relative}.tiles__link[href$="/water-damage-cleanup/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M16.5 18.5 19 21l3.5-4.5'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4c-3 4-5 6-5 8.2a5 5 0 0 0 10 0C17 10 15 8 12 4z'/%3E%3Cpath d='M16.5 18.5 19 21l3.5-4.5'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/water-mitigation/"]{padding-right:82px;position:relative}.tiles__link[href$="/water-mitigation/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5 4.5 5.5v6c0 4.6 3.2 8.6 7.5 10 4.3-1.4 7.5-5.4 7.5-10v-6z'/%3E%3Cpath d='M12 8.5c-1.7 2.2-2.8 3.3-2.8 4.6a2.8 2.8 0 0 0 5.6 0c0-1.3-1.1-2.4-2.8-4.6z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5 4.5 5.5v6c0 4.6 3.2 8.6 7.5 10 4.3-1.4 7.5-5.4 7.5-10v-6z'/%3E%3Cpath d='M12 8.5c-1.7 2.2-2.8 3.3-2.8 4.6a2.8 2.8 0 0 0 5.6 0c0-1.3-1.1-2.4-2.8-4.6z'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/flood-cleanup/"]{padding-right:82px;position:relative}.tiles__link[href$="/flood-cleanup/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 4l9 7'/%3E%3Cpath d='M6 11.5V16M18 11.5V16'/%3E%3Cpath d='M3 19c1.6 0 1.6-1.6 3.2-1.6S7.8 19 9.4 19s1.6-1.6 3.2-1.6S14.2 19 15.8 19s1.6-1.6 3.2-1.6S20.6 19 22 19'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 4l9 7'/%3E%3Cpath d='M6 11.5V16M18 11.5V16'/%3E%3Cpath d='M3 19c1.6 0 1.6-1.6 3.2-1.6S7.8 19 9.4 19s1.6-1.6 3.2-1.6S14.2 19 15.8 19s1.6-1.6 3.2-1.6S20.6 19 22 19'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/flood-damage-restoration/"]{padding-right:82px;position:relative}.tiles__link[href$="/flood-damage-restoration/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 4l9 7'/%3E%3Cpath d='M6 11.5V16M18 11.5V16'/%3E%3Cpath d='M3 19c1.6 0 1.6-1.6 3.2-1.6S7.8 19 9.4 19s1.6-1.6 3.2-1.6S14.2 19 15.8 19s1.6-1.6 3.2-1.6S20.6 19 22 19'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11 12 4l9 7'/%3E%3Cpath d='M6 11.5V16M18 11.5V16'/%3E%3Cpath d='M3 19c1.6 0 1.6-1.6 3.2-1.6S7.8 19 9.4 19s1.6-1.6 3.2-1.6S14.2 19 15.8 19s1.6-1.6 3.2-1.6S20.6 19 22 19'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/pompe-puisard/"]{padding-right:82px;position:relative}.tiles__link[href$="/pompe-puisard/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21h14'/%3E%3Crect x='8' y='11' width='8' height='10' rx='1'/%3E%3Cpath d='M12 11V6h6'/%3E%3Cpath d='M16 3.5 19 6l-3 2.5'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21h14'/%3E%3Crect x='8' y='11' width='8' height='10' rx='1'/%3E%3Cpath d='M12 11V6h6'/%3E%3Cpath d='M16 3.5 19 6l-3 2.5'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/inondation-sous-sol/"]{padding-right:82px;position:relative}.tiles__link[href$="/inondation-sous-sol/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V9l8-5 8 5v11'/%3E%3Cpath d='M3 16.5c1.5 0 1.5-1.5 3-1.5s1.5 1.5 3 1.5 1.5-1.5 3-1.5 1.5 1.5 3 1.5 1.5-1.5 3-1.5 1.5 1.5 3 1.5'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V9l8-5 8 5v11'/%3E%3Cpath d='M3 16.5c1.5 0 1.5-1.5 3-1.5s1.5 1.5 3 1.5 1.5-1.5 3-1.5 1.5 1.5 3 1.5 1.5-1.5 3-1.5 1.5 1.5 3 1.5'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/nettoyage-puisard/"]{padding-right:82px;position:relative}.tiles__link[href$="/nettoyage-puisard/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3v8M18 3v8'/%3E%3Cpath d='M4 11h16l-1.5 9.5H5.5z'/%3E%3Cpath d='M12 14v4'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3v8M18 3v8'/%3E%3Cpath d='M4 11h16l-1.5 9.5H5.5z'/%3E%3Cpath d='M12 14v4'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/drain-francais/"]{padding-right:82px;position:relative}.tiles__link[href$="/drain-francais/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h12a4 4 0 0 1 0 8H8'/%3E%3Cpath d='M10.5 13.5 8 16l2.5 2.5'/%3E%3Cpath d='M6 6v4M9.5 6v4M13 6v4'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8h12a4 4 0 0 1 0 8H8'/%3E%3Cpath d='M10.5 13.5 8 16l2.5 2.5'/%3E%3Cpath d='M6 6v4M9.5 6v4M13 6v4'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/clapet-anti-retour/"]{padding-right:82px;position:relative}.tiles__link[href$="/clapet-anti-retour/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h6M15 12h6'/%3E%3Cpath d='M9 7v10l6-5z'/%3E%3Cpath d='M15 7v10'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h6M15 12h6'/%3E%3Cpath d='M9 7v10l6-5z'/%3E%3Cpath d='M15 7v10'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/installation-clapet-anti-retour/"]{padding-right:82px;position:relative}.tiles__link[href$="/installation-clapet-anti-retour/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h6M15 12h6'/%3E%3Cpath d='M9 7v10l6-5z'/%3E%3Cpath d='M15 7v10'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h6M15 12h6'/%3E%3Cpath d='M9 7v10l6-5z'/%3E%3Cpath d='M15 7v10'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/urgence-refoulement-egout/"]{padding-right:82px;position:relative}.tiles__link[href$="/urgence-refoulement-egout/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V9l8-5 8 5v11'/%3E%3Cpath d='M12 8v6'/%3E%3Cpath d='M12 17.2v.2'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V9l8-5 8 5v11'/%3E%3Cpath d='M12 8v6'/%3E%3Cpath d='M12 17.2v.2'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/inspection-camera-egout/"]{padding-right:82px;position:relative}.tiles__link[href$="/inspection-camera-egout/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='13' height='10' rx='2'/%3E%3Cpath d='M16 11l5-3v8l-5-3z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='7' width='13' height='10' rx='2'/%3E%3Cpath d='M16 11l5-3v8l-5-3z'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/entretien-clapet-anti-retour/"]{padding-right:82px;position:relative}.tiles__link[href$="/entretien-clapet-anti-retour/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h7M14 12h7'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3Cpath d='M12 5v2M12 17v2'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h7M14 12h7'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3Cpath d='M12 5v2M12 17v2'/%3E%3C/svg%3E") no-repeat center / contain}.tiles__link[href$="/protection-sous-sol/"]{padding-right:82px;position:relative}.tiles__link[href$="/protection-sous-sol/"]:before{content:"";position:absolute;right:58px;top:50%;margin-top:-12px;width:24px;height:24px;background:var(--accent);opacity:.8;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5 4.5 5.5v6c0 4.6 3.2 8.6 7.5 10 4.3-1.4 7.5-5.4 7.5-10v-6z'/%3E%3Cpath d='M8.8 12.2 11 14.4l4.2-4.4'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5 4.5 5.5v6c0 4.6 3.2 8.6 7.5 10 4.3-1.4 7.5-5.4 7.5-10v-6z'/%3E%3Cpath d='M8.8 12.2 11 14.4l4.2-4.4'/%3E%3C/svg%3E") no-repeat center / contain}.workbench__state{grid-column:2;font-size:12.5px;font-weight:600;margin-top:5px;display:inline-flex;align-items:center;gap:6px}.workbench__state:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;flex:none}.workbench__state:empty{display:none}.workbench__state.is-past{color:#c0392b}.workbench__state.is-within{color:#b57608}.workbench__state.is-approaching{color:#2f80c2}.workbench__state.is-recent{color:#2d7d46}.workbench__state.is-unknown,.workbench__state.is-na{color:#8e8e8e}@media (max-width: 560px){.workbench__state{grid-column:1}}
