/* ===== Gedeelde BPT-dienststijl (bpt-svc-) - scoped op .bpt-svc-page ===== */
.bpt-svc-page{
  --bpt-red:#e73a1e;
  --bpt-red-dark:#b92f1b;
  --bpt-blue:#0071bc;
  --bpt-blue-dark:#005a96;
  --bpt-black:#111111;
  --bpt-text:#333333;
  --bpt-muted:#666666;
  --bpt-border:#e5e5e5;
  --bpt-light:#f2f2f2;
  --bpt-soft:#f8f8f8;
  --bpt-white:#ffffff;
  --bpt-success:#2E7D32;
  --bpt-shadow:0 18px 45px rgba(0,0,0,.08);
  --bpt-radius:0 0 0 58px;
  --bpt-max:1180px;

  font-family:inherit;font-size:16px;line-height:1.7;
  color:var(--bpt-text);
  -webkit-text-size-adjust:100%;
  overflow-wrap:break-word;word-wrap:break-word;
}
.bpt-svc-page *{box-sizing:border-box}
.bpt-svc-page .bpt-svc-wrap{max-width:var(--bpt-max);margin:0 auto;padding:0 20px}
.bpt-svc-page h1,.bpt-svc-page h2,.bpt-svc-page h3{color:var(--bpt-black);font-weight:900;line-height:1.15;margin:0}
.bpt-svc-page p{margin:0 0 14px}
.bpt-svc-page .bpt-svc-eyebrow{
  text-transform:uppercase;letter-spacing:1.5px;font-size:13px;font-weight:900;color:var(--bpt-red);margin:0 0 8px
}

/* ---- Knoppen ---- */
.bpt-svc-page .bpt-svc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:50px;padding:12px 24px;border-radius:10px;font-weight:800;text-decoration:none;
  transition:transform .12s ease, box-shadow .12s ease;border:2px solid transparent
}
.bpt-svc-page .bpt-svc-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.16)}
.bpt-svc-page .bpt-svc-btn-primary{background:var(--bpt-blue);color:#fff}
.bpt-svc-page .bpt-svc-btn-primary:hover{background:var(--bpt-blue-dark)}
.bpt-svc-page .bpt-svc-btn-secondary{background:#fff;color:var(--bpt-black);border-color:var(--bpt-border)}
.bpt-svc-page .bpt-svc-btn-white{background:#fff;color:var(--bpt-red)}

/* ---- Hero ---- */
.bpt-svc-page .bpt-svc-hero{
  background:linear-gradient(135deg,#fff 0%, var(--bpt-light) 100%);
  padding:78px 0
}
.bpt-svc-page .bpt-svc-hero-grid{
  display:grid;grid-template-columns:1.12fr .88fr;gap:40px;align-items:center
}
.bpt-svc-page .bpt-svc-hero h1{font-size:clamp(34px,4.5vw,58px);margin:0 0 14px}
.bpt-svc-page .bpt-svc-lead{font-size:19px;color:var(--bpt-text);margin:0 0 22px;max-width:56ch}
.bpt-svc-page .bpt-svc-hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 24px}
.bpt-svc-page .bpt-svc-trust{display:flex;gap:10px;flex-wrap:wrap}
.bpt-svc-page .bpt-svc-trust span{
  background:#fff;border:1px solid var(--bpt-border);border-radius:0 0 0 14px;
  padding:8px 14px;font-size:13.5px;font-weight:700;color:var(--bpt-black)
}
.bpt-svc-page .bpt-svc-hero-card{
  position:relative;min-height:430px;border-radius:var(--bpt-radius);
  background:linear-gradient(135deg,var(--bpt-red) 0%, var(--bpt-red-dark) 100%);
  box-shadow:var(--bpt-shadow);display:flex;align-items:flex-end;padding:26px
}
.bpt-svc-page .bpt-svc-hero-panel{
  background:rgba(255,255,255,.94);border-radius:0 0 0 34px;padding:22px 24px;color:var(--bpt-text)
}
.bpt-svc-page .bpt-svc-hero-panel strong{color:var(--bpt-black);display:block;margin:0 0 6px;font-size:17px}

/* ---- Sectie-basis ---- */
.bpt-svc-page .bpt-svc-section{padding:52px 0;border-top:1px solid var(--bpt-border)}
.bpt-svc-page .bpt-svc-section-head{margin:0 0 22px;max-width:75ch}
.bpt-svc-page .bpt-svc-section-head h2{font-size:clamp(26px,3vw,34px)}
.bpt-svc-page .bpt-svc-section-head .bpt-svc-intro{color:var(--bpt-muted);margin:10px 0 0}
.bpt-svc-page .bpt-svc-note{
  background:var(--bpt-soft);border:1px solid var(--bpt-border);border-left:4px solid var(--bpt-red);
  padding:12px 16px;border-radius:0 0 0 14px;color:var(--bpt-muted);font-size:14px;margin:0 0 8px
}

/* ---- Sticky nav + zoekfilter ---- */
.bpt-svc-page .bpt-svc-nav{
  position:static;background:#fff;border-top:1px solid var(--bpt-border);
  border-bottom:1px solid var(--bpt-border);padding:14px 0
}
.bpt-svc-page .bpt-svc-search{display:flex;gap:10px;align-items:center;margin:0 0 12px}
.bpt-svc-page .bpt-svc-search input{
  flex:1;min-height:48px;padding:10px 16px;border:1px solid var(--bpt-border);border-radius:10px;font:inherit;color:var(--bpt-black)
}
.bpt-svc-page .bpt-svc-search input:focus{outline:2px solid var(--bpt-blue);outline-offset:1px;border-color:var(--bpt-blue)}
.bpt-svc-page .bpt-svc-search .bpt-svc-count{font-size:13px;color:var(--bpt-muted);white-space:nowrap}
.bpt-svc-page .bpt-svc-toc{display:flex;flex-wrap:wrap;gap:8px}
.bpt-svc-page .bpt-svc-toc a{
  text-decoration:none;color:var(--bpt-red);border:1px solid var(--bpt-border);background:#fff;
  padding:6px 12px;border-radius:0 0 0 12px;font-size:13.5px;font-weight:700
}
.bpt-svc-page .bpt-svc-toc a:hover,.bpt-svc-page .bpt-svc-toc a:focus{background:#fff5f5;border-color:#f3c9cc}

/* ---- Prijstabellen ---- */
.bpt-svc-page .bpt-svc-table-wrap{
  overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--bpt-border);border-radius:0 0 0 20px;background:#fff;box-shadow:var(--bpt-shadow)
}
.bpt-svc-page .bpt-svc-price-table{width:100%;border-collapse:collapse;background:#fff}
.bpt-svc-page .bpt-svc-price-table caption{text-align:left;padding:10px 14px;color:var(--bpt-muted);font-size:13px;caption-side:bottom}
.bpt-svc-page .bpt-svc-price-table thead th{
  background:var(--bpt-black);color:#fff;text-align:left;font-weight:800;padding:12px 14px;font-size:14.5px
}
.bpt-svc-page .bpt-svc-price-table tbody td{padding:12px 14px;border-top:1px solid var(--bpt-border);vertical-align:top}
.bpt-svc-page .bpt-svc-price-table tbody tr:nth-child(2n) td{background:var(--bpt-soft)}
.bpt-svc-page .bpt-svc-price-table tbody tr:hover td{background:#fff5f5}
.bpt-svc-page .bpt-svc-price{white-space:nowrap;font-weight:700;color:var(--bpt-black)}
.bpt-svc-page .bpt-svc-action{color:var(--bpt-red);font-weight:800}
.bpt-svc-page .bpt-svc-old{color:var(--bpt-muted);text-decoration:line-through;font-weight:400}
.bpt-svc-page .bpt-svc-badge{
  display:inline-block;font-size:11.5px;font-weight:800;padding:2px 9px;border-radius:0 0 0 8px;
  background:#fff5f5;border:1px solid #f3c9cc;color:var(--bpt-red);margin-left:6px;white-space:nowrap
}
.bpt-svc-page .bpt-svc-maatwerk{color:var(--bpt-muted);font-size:14px}
.bpt-svc-page .bpt-svc-check{display:inline-flex;align-items:center;gap:5px;color:var(--bpt-success);font-weight:800;margin-left:6px;font-size:.9em;white-space:nowrap}


/* ---- Samensteller (optioneel rekenen) ---- */
.bpt-svc-page .bpt-svc-calc-choice{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:6px 0 0}
.bpt-svc-page .bpt-svc-choicelabel{font-weight:700;color:var(--bpt-black);margin-right:4px}
.bpt-svc-page .bpt-svc-toggle{border:2px solid var(--bpt-border);background:#fff;color:var(--bpt-black);min-height:48px;padding:10px 26px;border-radius:0 0 0 12px;font:inherit;font-weight:800;cursor:pointer;transition:all .12s ease}
.bpt-svc-page .bpt-svc-toggle:hover{border-color:var(--bpt-blue)}
.bpt-svc-page .bpt-svc-toggle[aria-pressed="true"]{background:var(--bpt-blue);border-color:var(--bpt-blue);color:#fff}
.bpt-svc-page .bpt-svc-builder{background:var(--bpt-soft);border:1px solid var(--bpt-border);border-radius:0 0 0 24px;box-shadow:var(--bpt-shadow);padding:24px;margin:18px 0 0;display:none}
.bpt-svc-page.bpt-svc-calc-on .bpt-svc-builder{display:block}
.bpt-svc-page .bpt-svc-builder-list{margin:0;border-top:1px solid var(--bpt-border)}
.bpt-svc-page .bpt-svc-empty{color:var(--bpt-muted);padding:16px 0;margin:0}
.bpt-svc-page .bpt-svc-line{display:grid;grid-template-columns:1fr 118px 130px 40px;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--bpt-border)}
.bpt-svc-page .bpt-svc-line-name{font-weight:700;color:var(--bpt-black)}
.bpt-svc-page .bpt-svc-line-price small{display:block;font-weight:400;color:var(--bpt-muted);font-size:12px}
.bpt-svc-page .bpt-svc-line-name small{display:block;font-weight:400;color:var(--bpt-muted);font-size:12px}
.bpt-svc-page .bpt-svc-line-qty{display:flex;flex-direction:column;gap:2px}
.bpt-svc-page .bpt-svc-line-qty label{font-size:11px;color:var(--bpt-muted);font-weight:700}
.bpt-svc-page .bpt-svc-line-qty input{min-height:42px;padding:6px 10px;border:1px solid var(--bpt-border);border-radius:8px;font:inherit;width:100%}
.bpt-svc-page .bpt-svc-line-qty input:focus{outline:2px solid var(--bpt-blue);outline-offset:1px}
.bpt-svc-page .bpt-svc-line-price{font-weight:800;color:var(--bpt-black);text-align:right;white-space:nowrap}
.bpt-svc-page .bpt-svc-line-remove{border:0;background:none;color:var(--bpt-red);font-size:22px;line-height:1;cursor:pointer;font-weight:800;border-radius:8px}
.bpt-svc-page .bpt-svc-line-remove:hover{background:#fff5f5}
.bpt-svc-page .bpt-svc-total-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0 6px;font-size:18px;font-weight:800;color:var(--bpt-black)}
.bpt-svc-page .bpt-svc-total{font-size:24px;color:var(--bpt-red)}
.bpt-svc-page .bpt-svc-builder-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:14px 0}
.bpt-svc-page .bpt-svc-builder-contact input{min-height:46px;padding:10px 14px;border:1px solid var(--bpt-border);border-radius:10px;font:inherit;color:var(--bpt-black);background:#fff}
.bpt-svc-page .bpt-svc-builder-contact input:focus{outline:2px solid var(--bpt-blue);outline-offset:1px;border-color:var(--bpt-blue)}
.bpt-svc-page .bpt-svc-builder-actions{display:flex;gap:10px;flex-wrap:wrap;margin:6px 0 10px}
.bpt-svc-page .bpt-svc-status{margin:2px 0 10px;padding:10px 14px;border-radius:0 0 0 12px;font-size:14px;font-weight:700}
.bpt-svc-page .bpt-svc-status.err{background:#fdecec;border:1px solid #f3c9cc;color:#b92f1b}
.bpt-svc-page .bpt-svc-status.ok{background:#eaf6ec;border:1px solid #bfe2c4;color:#2E7D32}
.bpt-svc-page .bpt-svc-builder-contact input.invalid{border-color:var(--bpt-red);background:#fdecec}
/* + knop bij elke tabelregel (alleen in reken-modus) */
.bpt-svc-page .bpt-svc-rowpick{display:none;align-items:center;gap:6px;margin-right:10px;white-space:nowrap;vertical-align:middle}
.bpt-svc-page.bpt-svc-calc-on .bpt-svc-rowpick{display:inline-flex}
.bpt-svc-page .bpt-svc-rowpick .lab{font-size:11px;font-weight:800;color:var(--bpt-muted)}
.bpt-svc-page .bpt-svc-rowqty{width:66px;min-height:40px;padding:6px 8px;border:1px solid var(--bpt-border);border-radius:8px;font:inherit;text-align:center}
.bpt-svc-page .bpt-svc-rowqty:focus{outline:2px solid var(--bpt-blue);outline-offset:1px;border-color:var(--bpt-blue)}
.bpt-svc-page .bpt-svc-rowqty.on{border-color:var(--bpt-blue);background:#f2f8fd}
.bpt-svc-page .bpt-svc-rowsum{font-size:12px;font-weight:800;color:var(--bpt-blue);min-width:70px}
.bpt-svc-page .bpt-svc-sumline{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--bpt-border)}
.bpt-svc-page .bpt-svc-sumline .nm{font-weight:700;color:var(--bpt-black)}
.bpt-svc-page .bpt-svc-sumline .nm small{display:block;font-weight:400;color:var(--bpt-muted);font-size:12px}
.bpt-svc-page .bpt-svc-sumline .pr{font-weight:800;white-space:nowrap;text-align:right}
/* zwevende totaal-balk */
.bpt-svc-page .bpt-svc-fab{position:fixed;left:50%;transform:translateX(-50%);bottom:16px;z-index:40;display:none;gap:14px;align-items:center;background:var(--bpt-black);color:#fff;padding:12px 18px;border-radius:0 0 0 16px;box-shadow:0 10px 30px rgba(0,0,0,.3)}
.bpt-svc-page.bpt-svc-calc-on .bpt-svc-fab.has-items{display:flex}
.bpt-svc-page .bpt-svc-fab strong{font-size:18px;color:#fff}
.bpt-svc-page .bpt-svc-fab button{border:0;background:var(--bpt-blue);color:#fff;font:inherit;font-weight:800;padding:8px 16px;border-radius:8px;cursor:pointer}
@media (max-width:640px){
  .bpt-svc-page .bpt-svc-line{grid-template-columns:1fr 80px 96px 30px;gap:8px}
  .bpt-svc-page .bpt-svc-line-price{font-size:14px}
}
@media print{.bpt-svc-page .bpt-svc-builder,.bpt-svc-page .bpt-svc-rowpick,.bpt-svc-page .bpt-svc-fab,.bpt-svc-page .bpt-svc-calc-choice{display:none !important}}

/* ---- CTA ---- */
.bpt-svc-page .bpt-svc-cta{
  background:linear-gradient(135deg,var(--bpt-red) 0%, var(--bpt-red-dark) 100%);
  color:#fff;border-radius:var(--bpt-radius);box-shadow:var(--bpt-shadow);
  padding:56px 40px;margin:56px 0 0;text-align:center
}
.bpt-svc-page .bpt-svc-cta .bpt-svc-eyebrow{color:rgba(255,255,255,.9)}
.bpt-svc-page .bpt-svc-cta h2{color:#fff;font-size:clamp(26px,3vw,34px);margin:0 0 10px}
.bpt-svc-page .bpt-svc-cta p{margin:0 auto 22px;max-width:60ch;opacity:.96}
.bpt-svc-page .bpt-svc-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

.bpt-svc-page .bpt-svc-footnote{color:var(--bpt-muted);font-size:13px;padding:24px 0 4px}

/* ---- Responsive ---- */
@media (max-width:820px){
  .bpt-svc-page .bpt-svc-hero-grid{grid-template-columns:1fr}
  .bpt-svc-page .bpt-svc-hero-card{min-height:260px}
}
@media (max-width:640px){
  .bpt-svc-page .bpt-svc-hero{padding:56px 0}
  .bpt-svc-page .bpt-svc-section{padding:40px 0}
  .bpt-svc-page .bpt-svc-cta{padding:40px 22px}
  .bpt-svc-page .bpt-svc-price-table thead{position:absolute;left:-9999px}
  .bpt-svc-page .bpt-svc-price-table,.bpt-svc-page .bpt-svc-price-table tbody{display:block;width:100%}
  .bpt-svc-page .bpt-svc-price-table caption{display:block;width:100%;padding:0 2px 10px;caption-side:top}
  .bpt-svc-page .bpt-svc-price-table tbody tr{display:flex;flex-wrap:wrap;align-items:stretch;border:1px solid var(--bpt-border);border-radius:0 0 0 14px;margin:0 0 12px;padding:6px 2px;background:#fff}
  .bpt-svc-page .bpt-svc-price-table tbody tr:nth-child(2n),.bpt-svc-page .bpt-svc-price-table tbody tr:hover{background:#fff}
  .bpt-svc-page .bpt-svc-price-table tbody td{display:flex;flex-direction:column;gap:3px;flex:1 1 44%;min-width:120px;padding:7px 14px;border:0;font-size:14px;overflow-wrap:break-word;word-break:break-word}
  .bpt-svc-page .bpt-svc-price-table tbody td::before{content:attr(data-label);font-weight:900;color:var(--bpt-black);font-size:11.5px;text-transform:uppercase;letter-spacing:.5px}
  .bpt-svc-page .bpt-svc-price-table tbody td[data-label="Omschrijving"],
  .bpt-svc-page .bpt-svc-price-table tbody td[data-label="Product"],
  .bpt-svc-page .bpt-svc-price-table tbody td[data-label="Dienst"],
  .bpt-svc-page .bpt-svc-price-table tbody td[data-label="Opmerking"]{flex-basis:100%}
  .bpt-svc-page .bpt-svc-price-table td[colspan]{flex-basis:100%;padding:8px 14px}
  .bpt-svc-page .bpt-svc-price-table td[colspan]::before{content:""}
}
@media print{
  .bpt-svc-page .bpt-svc-nav{display:none !important}
  .bpt-svc-page .bpt-svc-hero,.bpt-svc-page .bpt-svc-cta{background:none !important;color:#000;box-shadow:none}
  .bpt-svc-page .bpt-svc-hero *,.bpt-svc-page .bpt-svc-cta *{color:#000 !important}
  .bpt-svc-page .bpt-svc-price-table thead th{background:#eee !important;color:#000 !important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .bpt-svc-page .bpt-svc-section{page-break-inside:avoid}
}
@media (prefers-reduced-motion:reduce){.bpt-svc-page .bpt-svc-btn{transition:none}}

/* ---- Prijslijst-accordion: klik een categorie om de artikelen eronder te openen ---- */
.bpt-svc-page .bpt-svc-acc{padding:8px 0;border-top:none}
.bpt-svc-page .bpt-svc-acc + .bpt-svc-acc{padding-top:0}
.bpt-svc-page .bpt-svc-acc .bpt-svc-section-head{
  margin:0;max-width:none;cursor:pointer;-webkit-tap-highlight-color:transparent;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 22px;background:#fff;border:1px solid var(--bpt-border);
  border-radius:0 0 0 18px;box-shadow:var(--bpt-shadow);
  transition:border-color .15s ease,box-shadow .15s ease
}
.bpt-svc-page .bpt-svc-acc .bpt-svc-section-head:hover{border-color:#f3c9cc}
.bpt-svc-page .bpt-svc-acc .bpt-svc-section-head:focus-visible{outline:2px solid var(--bpt-blue);outline-offset:2px}
.bpt-svc-page .bpt-svc-acc.is-open .bpt-svc-section-head{border-color:var(--bpt-red);border-bottom-left-radius:0}
.bpt-svc-page .bpt-svc-acc-txt{min-width:0}
.bpt-svc-page .bpt-svc-acc-txt .bpt-svc-eyebrow{margin:0 0 4px}
.bpt-svc-page .bpt-svc-acc-txt h2{font-size:clamp(19px,2.3vw,25px)}
.bpt-svc-page .bpt-svc-acc-txt .bpt-svc-intro{margin:6px 0 0;font-size:14px;color:var(--bpt-muted)}
.bpt-svc-page .bpt-svc-acc-chev{
  flex:0 0 auto;width:36px;height:36px;border-radius:0 0 0 10px;
  display:flex;align-items:center;justify-content:center;
  background:var(--bpt-red);color:#fff;font-size:15px;line-height:1;
  transition:transform .25s ease
}
.bpt-svc-page .bpt-svc-acc.is-open .bpt-svc-acc-chev{transform:rotate(180deg)}
.bpt-svc-page .bpt-svc-acc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}
.bpt-svc-page .bpt-svc-acc.is-open .bpt-svc-acc-panel{grid-template-rows:1fr}
.bpt-svc-page .bpt-svc-acc-inner{min-height:0;overflow:hidden}
.bpt-svc-page .bpt-svc-acc.is-open .bpt-svc-acc-inner{padding:4px 2px 2px}
.bpt-svc-page .bpt-svc-acc-inner .bpt-svc-table-wrap{margin-top:14px}
.bpt-svc-page .bpt-svc-acc-inner .bpt-svc-footnote{padding-bottom:0}
@media (max-width:640px){
  .bpt-svc-page .bpt-svc-acc .bpt-svc-section-head{padding:15px 16px}
  .bpt-svc-page .bpt-svc-acc-chev{width:32px;height:32px}
}
@media (prefers-reduced-motion:reduce){
  .bpt-svc-page .bpt-svc-acc-panel,.bpt-svc-page .bpt-svc-acc-chev{transition:none}
}/* ---- Formulier, toegankelijkheid en status ---- */
.bpt-svc-page .bpt-svc-sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important
}
.bpt-svc-page .bpt-svc-field{min-width:0}
.bpt-svc-page .bpt-svc-field input{width:100%}
.bpt-svc-page .bpt-svc-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.bpt-svc-page .bpt-svc-btn{cursor:pointer;font:inherit}
.bpt-svc-page .bpt-svc-btn:disabled{cursor:not-allowed;opacity:.65;transform:none;box-shadow:none}
.bpt-svc-page .bpt-svc-rowqty.invalid{border-color:var(--bpt-red);background:#fdecec}
.bpt-svc-page .bpt-svc-sumline{position:relative;padding-right:38px}
.bpt-svc-page .bpt-svc-summary-remove{
  position:absolute;right:0;top:50%;transform:translateY(-50%);width:30px;height:30px;border:0;border-radius:7px;
  background:transparent;color:var(--bpt-red);font:700 20px/1 Arial,sans-serif;cursor:pointer
}
.bpt-svc-page .bpt-svc-summary-remove:hover,.bpt-svc-page .bpt-svc-summary-remove:focus{background:#fff1ef;outline:none}
.bpt-svc-page .bpt-svc-privacy{margin-top:4px}
@media (max-width:640px){
  .bpt-svc-page .bpt-svc-fab{width:calc(100% - 24px);max-width:520px;justify-content:space-between;bottom:12px}
  .bpt-svc-page .bpt-svc-fab span{min-width:0}
  .bpt-svc-page .bpt-svc-fab button{flex:0 0 auto}
  .bpt-svc-page .bpt-svc-rowpick{white-space:normal;flex-wrap:wrap}
}
