@charset "UTF-8";:root{--black: #000;--white: #fff;--navy: #003363;--light-navy: #9CACBB;--navy-stroke: #02519C;--red: #E50524;--light-red: #fce6ea;--grey: #494949;--light-grey: #F3F3F3;--button-pale: #E8EDF1;--color-ss: green;--color-bs: coral;--color-si: cornflowerblue;--color-bsp: darkorange;--color-hbpa: darkviolet;--color-hbpi: rgb(68, 68, 68);--gutter: 5rem;--header-height: 5.4rem;--footer-height: var(--header-height)}@media (max-width: 700px){:root{--gutter: 2rem}}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;margin:0}audio,canvas,video,picture{display:block}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:1em}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}a,a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,menu,ol,ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;white-space:normal}button,input,select,textarea{font-size:100%;vertical-align:baseline;font-family:inherit;color:inherit}button,input{line-height:normal}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html{font-size:62.5%}body{font-style:normal;font-size:1.8rem;line-height:1.5;text-align:left;font-family:Figtree,sans-serif;font-weight:500;color:var(--grey)}a{display:inline-block;text-decoration:none;color:inherit;outline:none}button{color:inherit;font-family:inherit;background-color:transparent;border:none;outline:none}img,video,svg{display:block;height:auto;max-width:100%}.app__header{position:sticky;top:0;z-index:13;height:var(--header-height);background:var(--white)}.app__user-logo{position:absolute;top:8rem;left:5rem;width:18rem;height:auto}@media (max-width: 700px){.app__user-logo{position:initial;margin:var(--gutter)}}.app__content{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height))}.app__content--profile{min-height:calc(100vh - var(--footer-height));display:flex}.app__footer{height:var(--footer-height);background:var(--white)}@media (max-width: 700px){.app__footer{height:auto}}.container{max-width:144rem;padding:0 var(--gutter);width:100%;margin:0 auto}.container--narrow{max-width:calc(88rem + 2 * var(--gutter))}.cover-wrap{height:0;overflow:hidden;position:relative;padding-bottom:56.25%}.cover-wrap--square{padding-bottom:100%}.cover-wrap>*{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[x-cloak]{display:none!important}.title{font-family:Kanit,sans-serif;font-style:italic;font-size:3.5rem;font-weight:600;line-height:3.7rem;text-transform:uppercase}@media (max-width: 700px){.title{font-size:3rem}}.subheader{font-size:2.5rem;font-weight:600}@media (max-width: 700px){.subheader{font-size:2.2rem}}.module-header{font-weight:600;color:var(--navy);text-transform:uppercase}.ff-kanit{font-family:Kanit,sans-serif}.fz-14{font-size:1.4rem}.fw-600{font-weight:600}.reg-link{color:var(--navy);transition:color .2s}.reg-link:hover{color:var(--red)}.uppercase{text-transform:uppercase}.error{color:var(--red);font-size:1.4rem}.clr-black{color:var(--black)}.clr-white{color:var(--white)}.clr-navy{color:var(--navy)}.clr-light-navy{color:var(--light-navy)}.clr-navy-stroke{color:var(--navy-stroke)}.clr-red{color:var(--red)}.clr-grey{color:var(--grey)}.clr-light-grey{color:var(--light-grey)}.bg-black{background:var(--black)}.bg-white{background:var(--white)}.bg-navy{background:var(--navy)}.bg-light-navy{background:var(--light-navy)}.bg-navy-stroke{background:var(--navy-stroke)}.bg-red{background:var(--red)}.bg-grey{background:var(--grey)}.bg-light-grey{background:var(--light-grey)}.input,.select{border:1px solid var(--navy-stroke);background:var(--white);font-size:1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;display:inline-block;max-width:54rem;width:100%;padding:0 .5rem 0 1em;height:4.5rem;font-family:inherit;color:var(--grey);transition:border-color .15s ease-in-out}.input:valid,.select:valid{border-color:var(--grey)}.input:focus,.select:focus{border-color:var(--light-navy)}.input::-moz-placeholder,.select::-moz-placeholder{opacity:1;color:var(--light-navy)}.input::placeholder,.select::placeholder{opacity:1;color:var(--light-navy)}.select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%2302519C' stroke-width='1' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center right;cursor:pointer}.select[disabled]{opacity:.5;cursor:not-allowed}.checkboxes-wrap{display:flex}@media (max-width: 700px){.checkboxes-wrap{flex-direction:column;align-items:flex-start;width:-moz-fit-content;width:fit-content;gap:2rem}}.checkbox-wrap{width:15rem;display:flex;align-items:center}.checkbox-wrap--wide{width:20rem}.radio,.checkbox{display:none}.radio:checked+label:after,.checkbox:checked+label:after{background:var(--light-navy)}.radio+label,.checkbox+label{cursor:pointer;position:relative;padding-left:4.2rem}.radio+label:before,.radio+label:after,.checkbox+label:before,.checkbox+label:after{content:"";position:absolute;border-radius:100%}.radio+label:before,.checkbox+label:before{width:3.3rem;height:3.3rem;left:0;top:-.2rem;border:1px solid var(--grey)}.radio+label:after,.checkbox+label:after{width:1.7rem;height:1.7rem;top:.6rem;left:.8rem}.button{display:flex;justify-content:center;align-items:center;gap:1.6rem;height:4.5rem;width:-moz-fit-content;width:fit-content;padding:0 2rem;background:var(--button-pale);color:var(--navy);border:1px solid currentColor;cursor:pointer;font-family:inherit;font-weight:600;transition:all .2s}.button[disabled]{opacity:.5;cursor:not-allowed}.button:not(.button--red):not(.button--navy):hover{background:var(--navy);color:var(--white);border-color:var(--navy)}.button--red{color:var(--white);background:var(--red);border-color:var(--red)}.button--red:hover{color:var(--red);background:var(--light-red)}.button--navy{color:var(--white);background:var(--navy);border-color:var(--navy)}.button--navy:hover{background:var(--button-pale);color:var(--navy)}.button--wider{padding:0 3.5rem}label{display:block}fieldset{border:0;padding:0;margin:0}.legend{display:flex;align-items:center;width:100%;padding-bottom:.4rem;border-bottom:1px dashed var(--grey);margin-bottom:1.8rem}.legend i{font-family:Kanit;font-style:italic;font-size:2.1rem;font-weight:600;line-height:1;color:var(--light-navy)}.legend svg{margin:0 .5rem 0 .2rem}.legend *:not(i):not(svg){font-weight:500}.sketch-hall{--grid: #ddd;--wall: #000;--column: navy;--column-size: 1em;--column-position: -.5em;position:relative;display:block;width:100%;background:#fff}.sketch-hall[data-columns="1"]{max-width:10rem}.sketch-hall[data-columns="2"]{max-width:20rem}.sketch-hall[data-columns="3"]{max-width:30rem}.sketch-hall[data-columns="4"]{max-width:40rem}.sketch-hall[data-columns="5"]{max-width:50rem}.sketch-hall[data-columns="6"]{max-width:60rem}.sketch-hall[data-columns="7"]{max-width:70rem}.sketch-hall[data-columns="8"]{max-width:80rem}.sketch-hall[data-grid="22.5x24"] .sketch-hall__item{padding-bottom:106.66666%}.sketch-hall[data-grid="24x24"] .sketch-hall__item{padding-bottom:calc(100% - 1px)}.sketch-hall__size{position:absolute;font-size:16px}.sketch-hall__size--x{left:50%;top:calc(100% + 1rem);transform:translate(-50%)}.sketch-hall__size--y{top:50%;right:calc(100% + .3rem);transform:rotate(-90deg) translate(50%);white-space:nowrap}.sketch-hall__docks{display:grid}.sketch-hall__dock-item--dock{position:relative}.sketch-hall__dock-item--dock:before{content:"";position:absolute;left:20%;top:0;width:60%;height:0;padding-bottom:60%;background:var(--light-navy)}.sketch-hall__dock-item--dock-bottom:before{top:auto;bottom:0}.sketch-hall__wrap{border-top:1px solid var(--column);border-left:1px solid var(--column)}.sketch-hall__row{display:grid}.sketch-hall__row:last-child .sketch-hall__item:nth-child(13),.sketch-hall__row:last-child .sketch-hall__item:nth-child(14),.sketch-hall__row:last-child .sketch-hall__item:nth-child(15),.sketch-hall__row:last-child .sketch-hall__item:nth-child(16){border-bottom:1px solid var(--column)}.sketch-hall__row:first-of-type .sketch-hall__item:nth-child(1):after,.sketch-hall__row:first-of-type .sketch-hall__item:nth-child(2):after,.sketch-hall__row:first-of-type .sketch-hall__item:nth-child(3):after,.sketch-hall__row:first-of-type .sketch-hall__item:nth-child(4):after{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);top:var(--column-position);left:var(--column-position)}.sketch-hall__row:first-of-type .sketch-hall__column:last-child .sketch-hall__item:nth-child(4):before,.sketch-hall__row:first-of-type .sketch-hall__column:last-child .sketch-hall__item:nth-child(8):before,.sketch-hall__row:first-of-type .sketch-hall__column:last-child .sketch-hall__item:nth-child(12):before,.sketch-hall__row:first-of-type .sketch-hall__column:last-child .sketch-hall__item:nth-child(16):before{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);top:var(--column-position);right:var(--column-position)}.sketch-hall__row:last-of-type .sketch-hall__item:nth-child(13):after,.sketch-hall__row:last-of-type .sketch-hall__item:nth-child(14):after,.sketch-hall__row:last-of-type .sketch-hall__item:nth-child(15):after,.sketch-hall__row:last-of-type .sketch-hall__item:nth-child(16):after{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);bottom:var(--column-position);right:var(--column-position)}.sketch-hall__row:last-of-type .sketch-hall__column:first-of-type .sketch-hall__item:nth-child(13):before,.sketch-hall__row:last-of-type .sketch-hall__column:first-of-type .sketch-hall__item:nth-child(14):before{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);bottom:var(--column-position);left:var(--column-position)}.sketch-hall__row:nth-of-type(n+1) .sketch-hall__item:nth-child(16):after{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);bottom:var(--column-position);right:var(--column-position)}.sketch-hall__row:not(:first-of-type):not(:last-of-type) .sketch-hall__item:nth-child(8):after{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);bottom:var(--column-position);right:var(--column-position)}.sketch-hall__column{display:grid;grid-template-columns:repeat(4,1fr)}.sketch-hall__column:last-child .sketch-hall__item:nth-child(4),.sketch-hall__column:last-child .sketch-hall__item:nth-child(8),.sketch-hall__column:last-child .sketch-hall__item:nth-child(12),.sketch-hall__column:last-child .sketch-hall__item:nth-child(16){border-right:1px solid var(--column)}.sketch-hall__column:first-of-type .sketch-hall__item:nth-child(1):after,.sketch-hall__column:first-of-type .sketch-hall__item:nth-child(5):after,.sketch-hall__column:first-of-type .sketch-hall__item:nth-child(9):after,.sketch-hall__column:first-of-type .sketch-hall__item:nth-child(13):after{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);top:var(--column-position);left:var(--column-position)}.sketch-hall__column:last-child .sketch-hall__item:nth-child(4):after,.sketch-hall__column:last-child .sketch-hall__item:nth-child(8):after,.sketch-hall__column:last-child .sketch-hall__item:nth-child(12):after,.sketch-hall__column:last-child .sketch-hall__item:nth-child(16):after{z-index:3;content:"";position:absolute;width:var(--column-size);height:var(--column-size);background-color:var(--column);bottom:var(--column-position);right:var(--column-position)}.sketch-hall__item{display:block;width:100%;height:0;border-right:1px solid var(--grid);border-bottom:1px solid var(--grid);position:relative;overflow:visible}.sketch-office{--module-width: 2rem;padding:calc(var(--gutter))}.sketch-office--selected .sketch-office__office--hide{opacity:.4}.sketch-office__hall{margin:0 auto;padding:var(--module-width);width:calc(var(--module-width) * 4 * 7 + 1px);height:calc(var(--module-width) * 4 * 5 + 1px);position:relative;background:#ddd;border:1px solid var(--navy);background-color:var(--white);background-image:linear-gradient(#999 1px,transparent 1px),linear-gradient(90deg,#999 1px,transparent 1px),linear-gradient(#ddd 1px,transparent 1px),linear-gradient(90deg,#ddd 1px,transparent 1px);background-size:calc(var(--module-width) * 4) calc(var(--module-width) * 4),calc(var(--module-width) * 4) calc(var(--module-width) * 4),calc(var(--module-width)) calc(var(--module-width)),calc(var(--module-width)) calc(var(--module-width));background-position:-1px -1px,-1px -1px,-1px -1px,-1px -1px}.sketch-office__office{z-index:3;background:rgba(255,0,0,.2);width:calc(var(--module-width) * 2);height:calc(var(--module-width) * 2);position:absolute;border:1px solid red}.sketch-office__office[data-wall=t],.sketch-office__office[data-wall=b]{background-image:linear-gradient(90deg,rgba(255,0,0,.3) 1px,transparent 1px);background-size:var(--module-width);background-position:-1px}.sketch-office__office[data-wall=t][data-position="2"],.sketch-office__office[data-wall=b][data-position="2"]{left:calc(50% - var(--module-width) * 2 - 1px)}.sketch-office__office[data-wall=t][data-position="1"]{right:-1px}.sketch-office__office[data-wall=t][data-position="3"],.sketch-office__office[data-wall=b][data-position="1"]{left:-1px}.sketch-office__office[data-wall=b][data-position="3"]{right:-1px}.sketch-office__office[data-wall=l],.sketch-office__office[data-wall=r]{background-image:linear-gradient(rgba(255,0,0,.3) 1px,transparent 1px);background-size:var(--module-width) var(--module-width);background-position:-1px -1px}.sketch-office__office[data-wall=l][data-position="2"],.sketch-office__office[data-wall=r][data-position="2"]{top:calc(50% - var(--module-width) * 2 - 1px)}.sketch-office__office[data-wall=l][data-position="1"]{top:-1px}.sketch-office__office[data-wall=l][data-position="3"],.sketch-office__office[data-wall=r][data-position="1"]{bottom:-1px}.sketch-office__office[data-wall=r][data-position="3"]{top:-1px}.sketch-office__office[data-wall=t]{top:0}.sketch-office__office[data-wall=t][data-location=o]{top:calc(var(--module-width) * -2)}.sketch-office__office[data-wall=r]{right:0}.sketch-office__office[data-wall=r][data-location=o]{right:calc(var(--module-width) * -2)}.sketch-office__office[data-wall=b]{bottom:0}.sketch-office__office[data-wall=b][data-location=o]{bottom:calc(var(--module-width) * -2)}.sketch-office__office[data-wall=l]{left:0}.sketch-office__office[data-wall=l][data-location=o]{left:calc(var(--module-width) * -2)}.sketch-office__office[data-wall=l],.sketch-office__office[data-wall=r]{height:calc(var(--module-width) * 4 + 1px)}.sketch-office__office[data-wall=t],.sketch-office__office[data-wall=b]{width:calc(var(--module-width) * 4 + 1px)}.sketch-office__office:hover{background-color:#00f9;border:1px solid blue}.sketch-office__office:hover[data-wall=t],.sketch-office__office:hover[data-wall=b]{background-image:linear-gradient(90deg,rgba(0,0,128,.5) 1px,transparent 1px)}.sketch-office__office:hover[data-wall=r],.sketch-office__office:hover[data-wall=l]{background-image:linear-gradient(rgba(0,0,128,.5) 1px,transparent 1px)}.sketch-office__office--show{background-color:#00ff004d;border:1px solid green;pointer-events:none}.sketch-office__office--show[data-wall=t],.sketch-office__office--show[data-wall=b]{background-image:linear-gradient(90deg,rgba(0,128,0,.5) 1px,transparent 1px)}.sketch-office__office--show[data-wall=r],.sketch-office__office--show[data-wall=l]{background-image:linear-gradient(rgba(0,128,0,.5) 1px,transparent 1px)}.header{display:flex;justify-content:space-between;align-items:center;padding:0 var(--gutter);border-bottom:1px solid var(--light-navy)}.header__logo{display:block;width:auto;height:calc(var(--header-height) - 2rem)}.header__menu-wrap{position:relative;display:flex}.header__menu{display:flex}@media (max-width: 700px){.header__menu{z-index:13;position:fixed;top:var(--header-height);right:-20rem;width:20rem;border-left:1px solid var(--light-navy);height:100vh;background:var(--light-grey);flex-direction:column;transition:right .3s ease-in-out}}.header__menu--opened{right:0}.header__menu-item{display:block}@media (max-width: 700px){.header__menu-item{border-bottom:1px solid var(--light-navy)}}.header__menu-item:not(:first-child){position:relative}.header__menu-item:not(:first-child):after{content:"";position:absolute;left:0;top:0;width:1px;height:var(--footer-height);background:var(--light-navy)}@media (max-width: 700px){.header__menu-item:not(:first-child):after{display:none}}.header__menu-link{text-transform:uppercase;color:var(--navy);font-size:1.6rem;font-weight:500;height:calc(var(--header-height) - 1px);display:flex;align-items:center;padding:calc(var(--gutter) / 2)}@media (max-width: 700px){.header__menu-link{justify-content:flex-end;padding:calc(var(--gutter) / 2) var(--gutter)}.header form{display:flex;justify-content:flex-end}}.header__burger{display:none;padding:calc(var(--gutter) / 2) 0;transition:color .3s ease-in-out}@media (max-width: 700px){.header__burger{display:block}}.header__burger--opened{color:var(--red)}.footer{display:flex;justify-content:space-between;align-items:center;padding:0 var(--gutter);border-top:1px solid var(--light-navy);overflow:hidden}@media (max-width: 700px){.footer{display:block;padding:var(--gutter)}}.footer__details{display:flex}@media (max-width: 700px){.footer__details{flex-direction:column}}.footer__detail{color:var(--grey)}.footer__detail:not(:last-child):after{content:"|";margin:0 1rem}@media (max-width: 700px){.footer__detail:not(:last-child):after{display:none}}.footer__detail a{color:inherit}.footer__menu{margin-right:auto;margin-left:calc(var(--gutter) / 2);padding-left:calc(var(--gutter) / 2);position:relative;display:flex;gap:calc(var(--gutter) / 2)}@media (max-width: 700px){.footer__menu{margin:var(--gutter) 0;padding:0}}.footer__menu:after{content:"";position:absolute;left:0;top:-1.7rem;width:1px;height:var(--footer-height);background:var(--light-navy)}@media (max-width: 700px){.footer__menu:after{display:none}}.footer__credits{display:flex}.footer__credit:not(:last-child):after{content:"|";margin:0 1rem}.footer__credit a{transition:color .2s}.footer__credit a:hover{color:var(--navy)}.contact-bar{background:var(--button-pale);border-top:1px solid var(--light-navy);padding:10rem 0}.contact-bar__content{display:flex;justify-content:center;align-items:center;gap:1.6rem}.user{display:grid;grid-template-columns:60% 40%;width:100%}@media (max-width: 700px){.user{display:block}}.user--details{grid-template-columns:50% 50%}.user__figure{background:#f1f1f1;border-right:1px solid var(--light-navy);position:sticky;top:0;height:100%;max-height:100vh}@media (max-width: 700px){.user__figure{display:none}}.user__figure--login{top:var(--header-height);height:100%;max-height:calc(100vh - var(--header-height))}.user__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.user__content{height:100%;padding:8rem var(--gutter);overflow:hidden}.user__content-inner{max-width:50rem}.user__header{margin:0 0 8rem;max-width:38rem;display:flex;flex-direction:column;gap:1.8rem}.user__list{display:block;width:100%}.user__list-item{display:block}.user__list-item:not(:last-child){padding-bottom:2.5rem;border-bottom:1px dashed var(--navy);margin-bottom:2.5rem}.user__list-link{display:inline-block;font-size:2.2rem;color:var(--navy);font-weight:600;display:flex;gap:1.2rem}.user__login-form-row{margin-bottom:3rem}.user__login-form-row--buttons{display:flex;justify-content:space-between;position:relative;padding-top:3.5rem;margin-top:var(--gutter)}@media (max-width: 700px){.user__login-form-row--buttons{flex-direction:column;gap:1.6rem}}.user__login-form-row--buttons:after{content:"";position:absolute;top:0;left:calc(var(--gutter) * -1);width:100vw;height:1px;background:var(--light-navy)}.user__register-form-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}@media (max-width: 700px){.user__register-form-fields{grid-template-columns:100%}}.user__user-details-row{padding-bottom:1.4rem;border-bottom:1px dashed var(--navy);margin-bottom:1.4rem;display:grid;grid-template-columns:20rem auto}@media (max-width: 700px){.user__user-details-row{display:block}.user__user-details-row dt{color:var(--navy)}}.user__account-section{margin-top:4rem}.user__account-info{margin:0 0 1.8rem;display:flex;align-items:flex-start;gap:1rem;max-width:40em}.user__account-info svg{margin-top:.3rem;flex-shrink:0}.user__account-field{display:grid;grid-template-columns:20rem auto;align-items:center;margin-bottom:2rem}@media (max-width: 700px){.user__account-field{display:block}}.user__account-field ul{grid-column:1/-1}.user__account-field--buttons>*{margin-left:20rem}@media (max-width: 700px){.user__account-field label{margin-bottom:1rem}}.page{padding:8rem 0 12rem}.page__title{display:flex;gap:1.2rem;margin-bottom:7rem}.projects__header{padding:8rem 0 6rem}.projects__header-inner{display:flex;gap:2rem}.projects__nav{padding:5rem 0;background:var(--light-grey)}.projects__nav-inner{display:flex;gap:var(--gutter)}.projects__sections{overflow:hidden;padding-bottom:10rem}.projects__section{padding-top:6rem;padding-bottom:4rem}.projects__section-title{text-transform:uppercase}.projects__section-list{border-top:1px solid var(--light-navy)}.projects__section-item{display:grid;grid-template-columns:18rem 1fr;border-bottom:1px solid var(--light-navy);align-items:center}@media (max-width: 700px){.projects__section-item{grid-template-columns:12rem 1fr}}.projects__section-date{padding-left:7rem}@media (max-width: 700px){.projects__section-date{padding:0}}.projects__section-link{padding:2rem;position:relative;left:-2rem;transition:color .2s}.projects__section-link:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background:var(--light-navy)}.projects__section-link:after{content:"";position:absolute;left:-50vw;top:-1px;width:200vw;height:calc(100% + 2px);background:var(--button-pale);z-index:-1;border-top:1px solid var(--light-navy);border-bottom:1px solid var(--light-navy);opacity:0;transition:opacity .2s;pointer-events:none}.projects__section-link:hover{color:var(--red)}.projects__section-link:hover:after{opacity:1}.projects__offices{border-top:1px solid var(--light-navy);border-left:1px solid var(--light-navy);padding:2rem;position:relative;left:-2rem}.projects__init-bg{position:absolute;top:0;left:0;display:block;width:100%;height:100%;padding:6rem;-o-object-fit:contain;object-fit:contain}@media (max-width: 700px){.projects__init-bg{-o-object-fit:cover;object-fit:cover;padding:3rem 0;opacity:.5}}.projects__init{z-index:3;position:absolute;right:6rem;bottom:7rem;width:36rem;display:flex;flex-direction:column;gap:3.2rem}@media (max-width: 700px){.projects__init{right:var(--gutter);left:var(--gutter);width:auto}}.hall-show__top{padding:4rem var(--gutter) 10rem;background:var(--light-grey);border-bottom:1px solid var(--light-navy);position:relative}.hall-show__canvas{position:absolute;top:5.4rem;right:var(--gutter)}@media (max-width: 700px){.hall-show__canvas{position:initial;margin-top:4rem}}.hall-show__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 0 7rem}.hall-show__header span{width:19rem;padding-bottom:1rem;border-bottom:1px dashed #000;margin-bottom:1rem}.hall-show__header p{max-width:54rem}.hall-show__name{max-width:64rem}.hall-show__sketch-wrap{display:flex;justify-content:center}.hall-show__info{padding:6.4rem 0}.hall-show__title{display:flex;gap:2.6rem;font-size:2.5rem;padding-bottom:1.4rem;border-bottom:1px solid var(--grey);margin-bottom:2.8rem}.hall-show__detail{display:grid;grid-template-columns:28rem 1fr;padding:1.4rem 0;border-bottom:1px dashed var(--grey)}@media (max-width: 700px){.hall-show__detail{display:block}.hall-show__detail dt{color:var(--navy)}}.hall-show__storey-title{display:block;font-weight:600;padding-bottom:.4rem;border-bottom:1px dashed var(--grey)}.hall-show__storey-modules{display:flex}.hall-show__module{width:100%}.hall-show__module--empty{background:#eee}.hall-show__nav{margin-bottom:6.4rem}.hall-show__nav-inner{display:flex;gap:1.6rem}@media (max-width: 700px){.hall-show__nav-inner{flex-direction:column}}.hall-show__nav-back{margin-left:auto}@media (max-width: 700px){.hall-show__nav-back{margin:0}}.hall-show__office-sketch-wrap{position:relative;margin:0 auto;padding:0}.hall-show__office{pointer-events:none}.hall-create{display:grid;grid-template-columns:auto 62rem;align-items:stretch}@media (max-width: 700px){.hall-create{display:block}}.hall-create__sketch-wrap{padding:var(--gutter) var(--gutter) calc(var(--gutter) * 2) var(--gutter);background:var(--light-grey);border-right:1px solid var(--light-navy)}@media (max-width: 700px){.hall-create__sketch-wrap{padding:4rem;border:0}}.hall-create__sketch-content{position:sticky;top:calc(var(--gutter) * 2 + 4px);left:0;display:flex;flex-direction:column;align-items:center}.hall-create__header{width:100%;display:flex;justify-content:space-between;gap:4rem;margin:0 0 7rem;position:relative}@media (max-width: 700px){.hall-create__header{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}}.hall-create__header span{display:block;width:19rem;padding-bottom:1rem;border-bottom:1px dashed #000;margin-bottom:1rem}.hall-create__canvas{margin-top:2.4rem;flex:0 0 1}.hall-create__sketch{margin:0 auto}.hall-create__sketch-title{text-align:center;margin-bottom:1.2rem}.hall-create__form-wrap{padding:9rem var(--gutter) 6rem var(--gutter);border-right:1px solid var(--light-navy)}@media (max-width: 700px){.hall-create__form-wrap{padding:var(--gutter);border:0;border-top:1px solid var(--light-navy)}}.hall-create__fieldset{margin-bottom:6rem}.hall-create__fieldset .legend{margin-bottom:3rem}.hall-create__area-inputs{display:flex;gap:4rem}@media (max-width: 700px){.hall-create__area-inputs{flex-direction:column;gap:1.5rem}}.hall-create__area-input{display:flex;align-items:center;gap:1.6rem;white-space:nowrap}.hall-create__area-input input{width:12rem}.hall-create__area-info{margin-top:3rem;display:flex;align-items:flex-start;gap:1rem;max-width:40em}.hall-create__area-info svg{margin-top:.3rem;flex-shrink:0}.hall-create__size-row--first{margin-bottom:1.8rem}.hall-create__size{display:flex;align-items:center}.hall-create__size-column--inputs{display:grid;grid-template-columns:20rem 8rem;align-items:center}@media (max-width: 700px){.hall-create__size-column--inputs{grid-template-columns:9rem 8rem;gap:2rem}}.hall-create__size-column--meters{margin-left:2.4rem;display:flex;align-items:center;gap:2.4rem}.hall-create__size-column--docks{margin-left:2.4rem}.hall-create__snow-map{display:block;width:100%;height:auto;max-width:40rem}.hall-create__snow-map-zone{position:relative;cursor:pointer;transition:fill .2s}.hall-create__snow-map-zone:hover{fill:var(--navy-stroke)!important}.hall-create__snow-map-zone.active{fill:var(--navy)!important}.hall-create__snow-map-zone[data-zone="4"]{cursor:not-allowed}.hall-create__snow-map-zone[data-zone="4"]:hover{fill:#abb9d8!important}.hall-create__submit-wrap{padding-top:4rem;display:flex;justify-content:flex-end;margin-left:auto}.office-show__sketch{max-width:72rem;margin:0 auto;padding:0}.office-create__step-1{grid-template-columns:86rem 1fr}.office-create__sketch-wrap{background:var(--light-grey);border-right:1px solid var(--light-navy);padding:var(--gutter) var(--gutter) calc(var(--gutter) * 2) var(--gutter)}.office-create__sketch-content{position:sticky;top:calc(var(--header-height) + var(--gutter))}.office-create__step-1-sidebar{max-width:52rem;padding:9rem 4rem 6rem}.office-create__fieldset{margin-bottom:6rem}.office-create__fieldset .legend{margin-bottom:3rem}.office-create__coordinate-selects{display:grid;gap:1rem}.office-create__step-2{display:grid;grid-template-columns:1fr 56rem;align-items:stretch}.office-create__step-2>*:first-child{border-right:1px solid var(--light-navy)}.office-create__outline{position:sticky;top:var(--header-height)}.office-create__outline-header{background:var(--light-grey);padding:2.4rem var(--gutter);border-bottom:1px dashed var(--grey);display:flex;justify-content:space-between;align-items:center}.office-create__outline-storeys-nav{display:flex;gap:2.4rem}.office-create__outline-floor{text-transform:uppercase;font-weight:600;display:flex;align-items:center;padding:0 1rem;height:3.4rem;color:var(--navy);background:rgba(0,0,0,.08)}.office-create__outline-floor--active{color:var(--white);background:var(--navy)}.office-create__modules-wrap{padding:calc(var(--gutter) / 2) var(--gutter) var(--gutter)}.office-create__status:before{content:"";display:inline-block;vertical-align:middle;margin-right:.8rem;margin-top:-.4rem;width:2rem;height:2rem;background:rgba(255,0,0,.5);border-radius:2rem;border:1px solid red}.office-create__status--ok:before{background:rgb(50,255,50);border:1px solid green}.office-create__modules{display:flex;border:1px dashed var(--navy);margin:9rem 0 7rem;position:relative;background-image:linear-gradient(90deg,var(--button-pale) 1px,transparent 1px);background-size:7.6923076923%;background-position:0px}.office-create__modules:before,.office-create__modules:after{position:absolute;font-size:1.2rem}.office-create__modules:before{content:"Wnętrze hali";left:-2rem;width:calc(100% + 4rem);height:6.9rem;bottom:100%;padding:.5rem;background:var(--light-grey);border-bottom:3px solid var(--navy)}.office-create__modules:after{content:"Na zewnątrz";bottom:-2.4rem;left:-1.6rem}.office-create__modules--inside{background-image:linear-gradient(90deg,var(--light-navy) 1px,transparent 1px)}.office-create__modules--inside:before{height:calc(100% + 3px + 6.9rem);bottom:-3px;z-index:-1}.office-create__modules--outside:after{left:0}.office-create__module{flex:1;position:relative;transition:background .2s}.office-create__module:before{content:attr(data-module-family);position:absolute;top:-4rem;left:50%;transform:translate(-50%);background:var(--white);padding:0 .3rem;display:flex;align-items:center;justify-content:center;pointer-events:none}.office-create__module.available{background:rgba(255,0,0,.1)}.office-create__module.available:hover{background:rgba(0,0,255,.2)}.office-create__module.unavailable{pointer-events:none}.office-create__module.active{background:rgba(0,255,0,.3)}.office-create__module[data-needed=yes]:not(.available):not(.active){background:#ccc}.office-create__module:disabled{visibility:hidden;pointer-events:none}.office-create__module[data-module^=U00]:before{color:var(--color-bs);border:2px solid currentColor}.office-create__module[data-module^=P001]:before,.office-create__module[data-module^=P002]:before,.office-create__module[data-module^=P005]:before,.office-create__module[data-module^=PTU1]:before,.office-create__module[data-module^=PU02]:before,.office-create__module[data-module^=P009]:before,.office-create__module[data-module^=P003]:before,.office-create__module[data-module^=P004]:before{color:var(--color-bsp);border:2px solid currentColor}.office-create__module[data-module^=K002]:before{color:var(--color-hbpa);border:2px solid currentColor}.office-create__module[data-module^=P006]:before,.office-create__module[data-module^=P007]:before,.office-create__module[data-module^=P008]:before{color:var(--color-ss);border:2px solid currentColor}.office-create__module[data-module^=PT01]:before,.office-create__module[data-module^=PU01]:before,.office-create__module[data-module^=TU01]:before,.office-create__module[data-module^=PU03]:before{color:var(--color-si);border:2px solid currentColor}.office-create__module[data-module^=K001]:before,.office-create__module[data-module^=KU02]:before,.office-create__module[data-module^=P01_KU01]:before,.office-create__module[data-module^=P01_KU02]:before,.office-create__module[data-module^=P02_KU01]:before,.office-create__module[data-module^=P02_KU02]:before{color:var(--color-hbpi);border:2px solid currentColor}.office-create__modules-legend-title{margin-bottom:1.2rem}.office-create__modules-details{display:grid;grid-template-columns:100%;gap:1.2rem var(--gutter)}.office-create__modules-detail{display:flex;align-items:center;gap:1.2rem}.office-create__modules-detail-title{justify-self:start}.office-create__step-2-sidebar{max-width:52rem;padding:4rem}.office-create__modules-group{margin-bottom:4rem}.office-create__group-header{margin-bottom:1.2rem;display:flex;justify-content:space-between;align-items:center}.office-create__group-header-modules{flex-shrink:0}.office-create__modules-list{--gap: 2rem;display:flex;flex-wrap:wrap;gap:var(--gap)}.office-create__module-item{width:calc((100% - var(--gap) * 3) / 4)}.office-create__module-button{display:flex;flex-direction:column;transition:all .2s}.office-create__module-button:hover{color:var(--red)}.office-create__module-button:hover img{opacity:.6}.office-create__module-button i{margin:.6rem 0 .4rem}.office-create__module-img{display:block;width:100%;height:auto;pointer-events:none;transition:opacity .2s}.office-create__submit-wrap{grid-column:1/span 2;border-top:1px solid var(--light-navy);padding:calc(var(--gutter) / 2) var(--gutter)}.office-create__submit-buttons{display:flex;justify-content:flex-end;gap:2.4rem}.modules-group{border:2px solid currentColor;display:inline-block;line-height:1;padding:.1rem .2rem .2rem}.modules-group--ss{color:var(--color-ss)}.modules-group--bs{color:var(--color-bs)}.modules-group--si{color:var(--color-si)}.modules-group--bsp{color:var(--color-bsp)}.modules-group--hbpa{color:var(--color-hbpa)}.modules-group--hbpi{color:var(--color-hbpi)}.current-state{font-size:1.2rem;text-align:center;margin-bottom:40px;width:100%;font-weight:600;table-layout:fixed;position:relative}.office-create .current-state:after{font-size:1.2rem;position:absolute;bottom:100%;left:0;content:"Widok od frontu";font-weight:500}.current-state td.needed{background:#ccc}.current-state td.needed[data-occupied=yes]{background:none}.current-state td span{display:block;min-width:40px;padding:4px 6px}.current-state td span.module{background:#fff;border:2px solid}.current-state td span[data-module^=U00]{color:var(--color-bs);background:rgba(255,127,80,.2);border-color:currentColor}.current-state td span[data-module^=P001],.current-state td span[data-module^=P002],.current-state td span[data-module^=P005],.current-state td span[data-module^=PTU1],.current-state td span[data-module^=PU02],.current-state td span[data-module^=P009],.current-state td span[data-module^=P003],.current-state td span[data-module^=P004]{color:var(--color-bsp);background:rgba(255,140,0,.2);border-color:currentColor}.current-state td span[data-module^=K002]{color:var(--color-hbpa);background:rgba(148,0,211,.2);border-color:currentColor}.current-state td span[data-module^=P006],.current-state td span[data-module^=P007],.current-state td span[data-module^=P008]{color:var(--color-ss);background:rgba(0,128,0,.2);border-color:currentColor}.current-state td span[data-module^=PT01],.current-state td span[data-module^=PU01],.current-state td span[data-module^=TU01],.current-state td span[data-module^=PU03]{color:var(--color-si);background:rgba(100,149,237,.2);border-color:currentColor}.current-state td span[data-module^=K001],.current-state td span[data-module^=KU02],.current-state td span[data-module^=P01_KU01],.current-state td span[data-module^=P01_KU02],.current-state td span[data-module^=P02_KU01],.current-state td span[data-module^=P02_KU02]{color:var(--color-hbpi);background:rgba(68,68,68,.1);border-color:currentColor}.current-state tbody{border-bottom:3px solid var(--navy)}.current-state tfoot{font-weight:700}.current-state tfoot td{border:1px solid #ccc}.loading{z-index:123;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(255,255,255,.7);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.loader{width:50px;aspect-ratio:1;border-radius:50%;border:8px solid var(--light-navy);border-right-color:var(--navy);animation:l2 1s infinite linear}@keyframes l2{to{transform:rotate(1turn)}}
