:root{--bpc-text-default: #4B4739;--bpc-primary-main: #ffe239;--bpc-primary-contrast: #4B4739;--bpc-primary-light: #fff8cc;--paper-shadow: 0 6.4px calc(12px * .8) calc(6px * .8) rgba(0, 0, 0, .15), 0 3.2px 3.2px rgba(0, 0, 0, .3)}html,body{margin:0;height:100%}body{font-family:Roboto,Helvetica,sans-serif;color:#4b4739;color:var(--bpc-text-default)}h2{font-size:32px}h3{font-size:18px}h4{font-size:16px}p{font-size:12px;line-height:1.5;margin:0}a{text-decoration:none;color:var(--bpc-text-default)}ul{list-style:none;margin:0;padding:0}figure{margin:0}.bpc-app{margin-left:50px}.bpc-app .bpc-main-menu{position:fixed;left:0;right:unset;width:50px;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--bpc-primary-main);color:var(--bpc-primary-contrast);border-radius:0 12px 0 0;box-shadow:0 6.4px 9.6px 4.8px #00000026,0 3.2px 3.2px #0000004d;font-size:11px;font-weight:700;transition:width .1s ease-out}.bpc-app .bpc-main-menu:hover{width:224px}.bpc-app .bpc-main-menu:hover div a{margin:5px 8px}.bpc-app .bpc-main-menu .bpc-navigation{display:flex;flex-direction:column;justify-content:center}.bpc-app .bpc-main-menu .bpc-navigation>div{display:flex;align-items:center;justify-content:center;padding:1em 0;min-height:10vh}.bpc-app .bpc-main-menu .bpc-navigation .bpc-menu-logo{background-color:var(--bpc-primary-contrast);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;width:80%;margin:0 auto;aspect-ratio:3/1}.bpc-app .bpc-main-menu .bpc-navigation .bpc-nav-close{display:none}.bpc-app .bpc-main-menu nav{flex:1 0 auto}.bpc-app .bpc-main-menu a{display:block;white-space:nowrap;padding:.9em 0;margin:0 8px;-webkit-user-select:none;user-select:none;color:var(--bpc-primary-contrast)}.bpc-app .bpc-main-menu a:hover{background-color:#fff8cc;background-color:var(--bpc-primary-light);border-radius:15px}.bpc-app .bpc-main-menu a svg{margin:0 20px 0 12px}.bpc-app .bpc-main-menu .bpc-menu-actions{flex:0 0 auto;margin:0 0 10%}.bpc-app .bpc-main-menu .bpc-menu-actions a{display:flex;align-items:center;padding:5px 0;margin:5px 4px}@media(max-width:1024px)and (min-width:768px){.bpc-app{margin-left:60px}.bpc-app .bpc-main-menu:hover{width:240px}.bpc-app .bpc-main-menu a{padding:1.1em 0}}.bpc-app .bpc-main-menu .bpc-menu-toggle,.bpc-app .bpc-main-menu .bpc-nav-header{display:none}@media(max-width:767px){.bpc-app{margin-left:0}.bpc-app .bpc-main-menu{position:fixed;left:0;right:0;bottom:0;top:unset;z-index:5;width:100%;height:64px;flex-direction:row;justify-content:flex-end;border-radius:0;box-shadow:0 -4px 12px #00000026,0 -2px 4px #0003}.bpc-app .bpc-main-menu:hover{width:100%}.bpc-app .bpc-main-menu .bpc-navigation{position:fixed;left:0;right:0;bottom:64px;padding:0 0 16px;background-color:var(--bpc-primary-light);border-radius:20px 20px 0 0;box-shadow:0 -4px 12px #0003,0 -2px 4px #0000001a;z-index:3;transform:translateY(calc(100% + 64px));transition:transform .3s ease-out}.bpc-app .bpc-main-menu .bpc-navigation>div{display:flex;align-items:center;justify-content:space-between;padding:12px 8px 12px 16px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.15)}.bpc-app .bpc-main-menu .bpc-navigation>div .bpc-menu-logo{background-color:var(--bpc-primary-contrast);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;flex:1;margin:0 5%;aspect-ratio:3/1;max-height:15vh;width:auto}.bpc-app .bpc-main-menu .bpc-navigation .bpc-nav-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:none;outline:none;cursor:pointer;color:var(--bpc-primary-contrast)}.bpc-app .bpc-main-menu .bpc-navigation .bpc-nav-close svg{width:22px;height:22px}.bpc-app .bpc-main-menu .bpc-navigation a{display:flex;align-items:center;padding:14px 24px;margin:0;font-size:15px;white-space:nowrap;border-radius:0}.bpc-app .bpc-main-menu .bpc-navigation a svg{margin:0 16px 0 0}.bpc-app .bpc-main-menu.is-open .bpc-navigation{transform:translateY(0)}.bpc-app .bpc-main-menu .bpc-menu-actions{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:5%;flex:1;margin:0;padding:0 8px 0 16px;background-color:var(--bpc-primary-main);color:var(--bpc-primary-contrast);z-index:7}.bpc-app .bpc-main-menu .bpc-menu-actions .bpc-menu-toggle{order:-1;align-self:center;margin-left:auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:transparent;border:none;outline:none;cursor:pointer;color:var(--bpc-primary-contrast)}.bpc-app .bpc-main-menu .bpc-menu-actions .bpc-menu-toggle svg{width:24px;height:24px;margin:0}.bpc-app .bpc-main-menu .bpc-menu-actions>a{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 8px;margin:0;font-size:10px;white-space:nowrap}.bpc-app .bpc-main-menu .bpc-menu-actions>a svg{width:20px;height:20px;margin:0}}.bpc-tiles-wrapped{display:flex;flex-flow:row wrap}.bpc-tiles-evenly{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-column-gap:14px}@keyframes bpc-skeletor-pulse{0%,to{opacity:0}50%{opacity:.5}}@keyframes bpc-skeleton-wave{0%{background-position:-200% 0}to{background-position:200% 0}}.bpc-skeleton-pulsing{background-color:#ccc;opacity:0;animation:bpc-skeletor-pulse 4s ease-in-out infinite}.bpc-skeleton-waves{background:linear-gradient(90deg,#ddd 25%,#eee,#ddd 75%);background-size:200% 100%;animation:bpc-skeleton-wave 2s ease-in-out infinite}.bpc-skeleton{opacity:0;background:linear-gradient(90deg,#ddd 25%,#eee,#ddd 75%);background-size:200% 100%;animation:bpc-skeleton-wave 3s linear 5s infinite,bpc-skeletor-pulse 4s ease-in-out infinite}.bpc-skeleton-delay-1{animation-delay:3s,1s}.bpc-skeleton-delay-2{animation-delay:3s,2s}.bpc-skeleton-delay-3{animation-delay:3s}.bpc-skeleton-delay-4{animation-delay:3s,4s}.bpc-skeleton-delay-5{animation-delay:3s,5s}.bpc-dashboard,.bpc-projects{padding:1em 5%}.bpc-dashboard .bpc-tiles-wrapped,.bpc-projects .bpc-tiles-wrapped{gap:10px}.bpc-dashboard .bpc-tiles-wrapped>*,.bpc-projects .bpc-tiles-wrapped>*{box-sizing:border-box;width:270px;height:224px;border-radius:4px}.bpc-specifications{padding:1em 5%;display:grid;grid-template-columns:30% 1fr;grid-template-rows:100px 1fr;gap:20px}@media screen and (max-width:768px){.bpc-specifications{display:block}.bpc-specifications>*{margin-bottom:10px}}.bpc-specifications .bpc-header{grid-column:span 2;height:100px}.bpc-specifications .bpc-filter,.bpc-specifications .bpc-content{min-height:80vh;border-radius:12px}.bpc-catalogue{padding:1em 5%}.bpc-catalogue .bpc-introduction{display:flex;justify-content:space-between;flex-wrap:wrap;margin:.5em 0}.bpc-catalogue .bpc-introduction h2{padding-top:10%;width:30%}@media screen and (max-width:768px){.bpc-catalogue .bpc-introduction h2{padding-top:0}}.bpc-catalogue .bpc-introduction img{border-radius:15px;width:60%;min-width:300px}.bpc-catalogue .bpc-header{width:100%;height:100px;margin:1em 0}.bpc-catalogue .bpc-tiles-evenly{gap:1em}.bpc-catalogue .bpc-tiles-evenly>*{height:200px;border-radius:8px}.bpc-settings{padding:1em 5%}.bpc-settings .bpc-content{width:100%;height:300px}
