@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@500;900&display=swap);.app-viewer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.app-viewer .content{width:100%;transition:width .4s ease-in-out}@media only screen and (min-width:992px){.app-viewer .content.shrinked{width:50%}}.app-viewer .controls{pointer-events:none;position:absolute;height:100%;top:0;left:0;padding-left:30px;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateX(-100%);transition:opacity .4s ease-in-out,transform .4s ease-in-out}.app-viewer .controls.show{opacity:1;transform:translateX(0)}@media only screen and (min-width:1440px){.app-viewer .controls{padding-left:50px}}@media only screen and (max-width:991px){.app-viewer .controls{display:none}}.app-viewer .controls .control{pointer-events:all;display:flex;align-items:center}.app-viewer .controls .control .label{margin-left:15px;font-family:var(--font-primary);font-weight:500;opacity:0;transform:translateX(25px);transition:opacity .2s ease-in-out,transform .2s ease-in-out}.app-viewer .controls .control:hover .label{opacity:1;transform:translateX(0)}.app-viewer .preloader{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease-in-out,width .4s ease-in-out}.app-viewer .preloader .icon-wrapper{padding:5px;background:rgba(0,0,0,.75);border-radius:10px}.app-viewer .preloader .icon-wrapper svg{width:60px;height:60px}.app-viewer .preloader.show{opacity:1}@media only screen and (min-width:992px){.app-viewer .preloader.shrinked{width:50%}}.app-header{pointer-events:none;z-index:30;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px;font-family:"Raleway",Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:700}@media only screen and (min-width:992px){.app-header{padding:30px;font-size:2.8125rem}}@media only screen and (min-width:1440px){.app-header{padding:50px}}.app-header .model{pointer-events:all;color:#f5a70f}.app-header .model .back{display:none}.app-header .model .nitrum-logo{display:inline-block;width:200px}@media only screen and (max-width:1199px){.app-header .model{transform:translateX(-31px);transition:transform .2s ease-in-out}.app-header .model .nitrum-logo{width:100px}.app-header .model .back{display:inline-block;position:relative;top:5px;height:22px;margin-right:10px;margin-left:5px;transform:rotate(180deg);opacity:0;transition:opacity .2s ease-in-out}.app-header .model .back line{stroke:#f5a70f}.app-header .model.show-back{transform:translateX(0)}.app-header .model.show-back .back{opacity:1}}.app-header .logo img{width:155px}@media only screen and (min-width:992px){.app-header .logo img{width:210px}}.app-header .title{position:absolute;left:0;width:100%;text-align:center;opacity:0;transform:translateX(200px);transition:opacity .4s ease-in-out,transform .4s ease-in-out}@media only screen and (max-width:1199px){.app-header .title{display:none}}.app-header .title.show{opacity:1;transform:translateX(0)}.app-drawer{pointer-events:none;z-index:20;position:absolute;top:0;right:0;height:100%;width:100%;display:flex;background:rgba(33,37,39,.85);opacity:0;transform:translateX(30%);transition:transform .4s ease-in-out,opacity .4s ease-in-out}@media only screen and (min-width:992px){.app-drawer{width:50%;background:#212527}}.app-drawer .drawer-handle{position:absolute;width:100%;height:100%;padding-top:200px;padding-bottom:225px}@media only screen and (max-width:1199px){.app-drawer .drawer-handle{display:none}}.app-drawer .drawer-handle .handle-line{display:block;position:relative;left:0;width:40%;height:100%;background-color:#3b3d3f;transition:width .4s ease-in-out}.app-drawer .drawer-handle .handle-btn{position:absolute;top:50%;left:-24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#ddd;border-color:#ddd;transform-origin:center top;transform:rotate(-180deg) translateY(-50%);transition:.2s ease-in-out}.app-drawer .drawer-handle .handle-btn .icon{position:relative;left:1px;height:20px;transition:left .2s ease-in-out}.app-drawer .drawer-handle .handle-btn .icon line{stroke:#888;transition:stroke .2s ease-in-out}.app-drawer .drawer-handle .handle-btn:hover{background-color:#f5a70f;border-color:#f5a70f}.app-drawer .drawer-handle .handle-btn:hover .icon{left:3px}.app-drawer .drawer-handle .handle-btn:hover .icon line{stroke:#fff}.app-drawer .drawer-content{position:relative;width:100%;padding-top:70px;padding-bottom:100px;transform:translateX(30%);transition:transform .4s ease-in-out}@media only screen and (min-width:992px){.app-drawer .drawer-content{padding-top:200px;padding-bottom:100px;padding-right:30px;margin-left:25px}}@media only screen and (min-width:1440px){.app-drawer .drawer-content{padding-right:50px;margin-left:25px}}.app-drawer .drawer-content .scrollarea{max-height:100%;padding-bottom:100px;padding-left:10px;padding-right:10px;overflow:auto}@media only screen and (min-width:992px){.app-drawer .drawer-content .scrollarea{padding-bottom:100px;padding-left:25px;padding-right:15px}.app-drawer .drawer-content .scrollarea::-webkit-scrollbar{width:8px}.app-drawer .drawer-content .scrollarea::-webkit-scrollbar-track{background-color:#383f43;border-radius:4px}.app-drawer .drawer-content .scrollarea::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:4px}}@media only screen and (min-width:1440px){.app-drawer .drawer-content .scrollarea{padding-left:25px;padding-right:25px}}.app-drawer .drawer-content:after{pointer-events:none;content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:250px;background:linear-gradient(180deg,rgba(33,37,39,0) 0,#212527 25%)}@media only screen and (min-width:992px){.app-drawer .drawer-content:after{height:180px}}.app-drawer.open{opacity:1;transform:translateX(0);pointer-events:all}.app-drawer.open .drawer-handle .handle-line{width:1px}.app-drawer.open .drawer-handle .handle-btn{transform:rotate(0deg) translateY(-50%)}.app-drawer.open .drawer-content{transform:translateX(0)}section .title{margin-bottom:30px;color:#fff;font-family:var(--font-primary);font-weight:900;font-size:1.25rem;text-transform:uppercase;text-align:center}@media only screen and (min-width:992px){section .title{text-align:left}}section .content .content-inner{margin-bottom:10px}section .content .content-inner.grid{display:grid}section .content .content-inner.grid .btn{width:100%;margin-bottom:20px}section .content .content-inner.grid.grid-thirds{grid-template-columns:30% 30% 30%;grid-column-gap:5%}@media only screen and (max-width:1199px){section .content .content-inner.grid.grid-thirds{grid-template-columns:100%}}section .content .content-inner.grid.grid-halfs{grid-template-columns:47% 47%;grid-column-gap:6%}@media only screen and (max-width:1199px){section .content .content-inner.grid.grid-halfs{grid-template-columns:100%}}section .content .content-inner.grid.grid-full{grid-template-columns:100%}section .content .content-inner.bullets{text-align:center}section .content .content-inner.bullets .btn{margin:0 10px 20px}@media only screen and (min-width:992px){section .content .content-inner.bullets{text-align:left}section .content .content-inner.bullets .btn{margin:0 30px 20px 0}}section:last-child{margin-bottom:100px}section.collapsible .title{cursor:pointer;position:relative;text-align:left}@media only screen and (min-width:992px){section.collapsible .title{left:-15px}}section.collapsible .content{opacity:0;overflow:hidden;transition:.2s ease-in-out;pointer-events:none;padding:5px;margin:-5px}section.collapsible.expanded .title .toggle-icon:before{width:2px}section.collapsible.expanded .content{pointer-events:all;opacity:1}.toggle-icon{display:inline-block;position:relative;width:18px;height:18px;transition:.5s ease-in-out;overflow:visible;float:right;top:4px}@media only screen and (min-width:992px){.toggle-icon{margin-right:10px;float:none;top:auto}}.toggle-icon:after,.toggle-icon:before{content:"";display:block;position:absolute;width:18px;height:4px;background-color:#f5a70f;border-radius:2px;transition:.2s ease-in-out}.toggle-icon:before{top:9px;transform:rotate(90deg)}.toggle-icon:after{top:9px}.app-nav-nitrum{pointer-events:none;z-index:29;width:100%;margin-top:20px;padding-bottom:10px;display:flex;justify-content:space-between;flex-direction:column;background:linear-gradient(0deg,#212527 80%,rgba(33,37,39,0));opacity:0;transition:opacity .4s ease-in-out}.app-nav-nitrum.open{pointer-events:all;opacity:1}.app-nav-nitrum.desktop{display:none;position:absolute;bottom:0;left:0;margin-top:0}@media only screen and (min-width:992px){.app-nav-nitrum{display:none;flex-direction:row;padding:15px 30px;background:linear-gradient(0deg,#212527 50%,rgba(33,37,39,0))}.app-nav-nitrum.desktop{display:flex}}@media only screen and (min-width:1440px){.app-nav-nitrum{padding:33.33333px 50px}}.app-nav-nitrum .action-item{display:flex;align-items:center}.app-nav-nitrum .action-item.action-item-desktop{display:none}@media only screen and (min-width:992px){.app-nav-nitrum .action-item.action-item-desktop{display:flex}}.app-nav-nitrum .action-item .btn{white-space:nowrap;width:100%}@media only screen and (min-width:1200px){.app-nav-nitrum .action-item .btn{width:auto}}.app-nav-nitrum .share{display:flex;align-items:center;justify-content:center}.app-nav-nitrum .share span{display:none;margin-right:8px;font-family:var(--font-primary);font-weight:500;font-size:1.125rem}@media only screen and (min-width:992px){.app-nav-nitrum .share span{display:block}}.app-nav-nitrum .share a{margin:0 7px}.app-nav-nitrum .nitrum-code{display:none}.app-nav-nitrum .nitrum-code .code{position:relative;width:100%;margin-right:5px}@media only screen and (min-width:992px){.app-nav-nitrum .nitrum-code .code{width:auto}}.app-nav-nitrum .nitrum-code .code input{display:block;width:100%;padding:8px 45px 8px 20px;background-color:transparent;border:2px solid #575757;border-radius:25px;outline:none;color:#f5a70f;font-family:"Raleway",Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:700}.app-nav-nitrum .nitrum-code .code button{position:absolute;top:9px;right:9px;border:0;outline:0;background-color:transparent;cursor:pointer}.app-nav-nitrum .nitrum-code .code button svg line{stroke:#fff}.app-nav-nitrum .nitrum-code .code .feedback{pointer-events:none;position:absolute;width:100%;height:100%;top:0;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:25px;background-color:#e7eaeb;color:#212527;font-family:"Raleway",Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;opacity:0;transition:opacity .2s ease-in-out}.app-nav-nitrum .nitrum-code .code .feedback.show{opacity:1}.app-nav-nitrum .nitrum-code .hint{margin-top:10px;color:#9a9a9a;font-family:"Raleway",Helvetica,Arial,sans-serif;font-size:.8125rem;font-weight:700;text-align:center;text-transform:lowercase}.app-nitrum{pointer-events:none;z-index:20;position:absolute;top:0;right:0;height:100%;width:100%;display:flex;background:rgba(33,37,39,.5);opacity:0;transform:translateX(30%);transition:transform .4s ease-in-out,opacity .4s ease-in-out}@media only screen and (min-width:992px){.app-nitrum{width:50%;background:#212527}}.app-nitrum .drawer-handle{position:absolute;width:100%;height:100%;padding-top:240px;padding-bottom:225px}@media only screen and (max-width:1199px){.app-nitrum .drawer-handle{display:none}}.app-nitrum .drawer-handle .handle-line{display:block;position:relative;left:0;width:40%;height:100%;background-color:#3b3d3f;transition:width .4s ease-in-out}.app-nitrum .drawer-handle .handle-btn{position:absolute;top:50%;left:-24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#ddd;border-color:#ddd;transform-origin:center top;transform:rotate(-180deg) translateY(-50%);transition:.2s ease-in-out}.app-nitrum .drawer-handle .handle-btn .icon{position:relative;left:1px;height:20px;transition:left .2s ease-in-out}.app-nitrum .drawer-handle .handle-btn .icon line{stroke:#888;transition:stroke .2s ease-in-out}.app-nitrum .drawer-handle .handle-btn:hover{background-color:#f5a70f;border-color:#f5a70f}.app-nitrum .drawer-handle .handle-btn:hover .icon{left:3px}.app-nitrum .drawer-handle .handle-btn:hover .icon line{stroke:#fff}.app-nitrum .drawer-content{position:relative;width:100%;padding-top:67px;padding-bottom:0;transform:translateX(30%);transition:transform .4s ease-in-out}@media only screen and (min-width:992px){.app-nitrum .drawer-content{padding-top:200px;padding-bottom:100px;padding-right:30px;margin-left:25px}}@media only screen and (min-width:1440px){.app-nitrum .drawer-content{padding-right:50px;margin-left:25px}}.app-nitrum .drawer-content .scrollarea{max-height:100%;padding:50vh 10px 10px;overflow:auto}@media only screen and (min-width:992px){.app-nitrum .drawer-content .scrollarea{padding:0 15px 100px 25px}.app-nitrum .drawer-content .scrollarea::-webkit-scrollbar{width:8px}.app-nitrum .drawer-content .scrollarea::-webkit-scrollbar-track{background-color:#383f43;border-radius:4px}.app-nitrum .drawer-content .scrollarea::-webkit-scrollbar-thumb{background-color:#e6e6e6;border-radius:4px}}@media only screen and (min-width:1440px){.app-nitrum .drawer-content .scrollarea{padding-left:25px;padding-right:25px}}@media only screen and (min-width:992px){.app-nitrum .drawer-content:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:180px;background:linear-gradient(180deg,rgba(33,37,39,0) 0,#212527 25%)}}.app-nitrum.open{opacity:1;transform:translateX(0);pointer-events:all}.app-nitrum.open .drawer-handle .handle-line{width:1px}.app-nitrum.open .drawer-handle .handle-btn{transform:rotate(0deg) translateY(-50%)}.app-nitrum.open .drawer-content{transform:translateX(0)}.app-nitrum-head{display:none;margin-bottom:15px}.app-nitrum-head .logo-nitrum{width:120px;margin-top:3px}.app-nitrum-head .logo-sm{width:120px;float:right}.app-nitrum-title{margin:0 0 10px;color:#fff;font-family:var(--font-primary);font-weight:900;font-size:2rem}.app-nitrum-section{display:flex;flex-direction:column;padding:15px 0;border-bottom:1px solid #414141;background:rgba(33,37,39,.5)}@media only screen and (min-width:992px){.app-nitrum-section{flex-direction:row;padding:25px 0;background:transparent}}.app-nitrum-section .head{flex:0 0 30%;margin-bottom:10px;color:#fff;font-family:var(--font-primary);font-weight:500;font-size:1rem}@media only screen and (min-width:992px){.app-nitrum-section .head{margin-bottom:0;font-size:1.25rem}}.app-nitrum-section .head .part{cursor:pointer;padding-right:10px}.app-nitrum-section .head .part .icon{display:none;position:relative;top:2px;margin-right:10px;height:20px}@media only screen and (min-width:992px){.app-nitrum-section .head .part .icon{display:inline-block}}.app-nitrum-section .head .part .icon path{transition:fill .2s ease-in-out;fill:#9a9a9a}.app-nitrum-section .head .part:hover .icon path{fill:#fff}.app-nitrum-section .body{flex:0 0 70%;color:#9a9a9a;font-family:var(--font-primary);font-weight:500;font-size:1rem}@media only screen and (min-width:992px){.app-nitrum-section .body{font-size:1.25rem}}.app-nitrum-section .body .attribute{display:flex;margin-bottom:10px}.app-nitrum-section .body .attribute:last-child{margin-bottom:0}.app-nitrum-section .body .attribute .key{flex:0 0 50%;margin-right:5px}.app-nitrum-section .body .attribute .val{flex:0 0 50%}.app-nitrum-section .body .attribute .color{position:relative;float:right;display:inline-block;width:20px;height:20px;top:4px;margin-right:5px;border-radius:50%}.app-nitrum-section .body .attribute .color:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.34))}.app-nav{pointer-events:none;z-index:30;position:absolute;bottom:0;left:0;width:100%;padding-bottom:10px;display:flex;flex-direction:column;background:linear-gradient(0deg,#212527 80%,rgba(33,37,39,0));transition:bottom .4s ease-in-out}@media only screen and (min-width:1200px){.app-nav{flex-direction:row;padding:15px 30px;background:linear-gradient(0deg,#212527 50%,rgba(33,37,39,0))}}@media only screen and (min-width:1440px){.app-nav{padding:25px 50px}}.app-nav.hide{bottom:-200px}.app-nav .action-item{pointer-events:all;display:flex;align-items:center}.app-nav .action-item.action-item-desktop{display:none}@media only screen and (min-width:1200px){.app-nav .action-item.action-item-desktop{display:flex}}.app-nav .action-item.action-item-mobile{padding:0 10px}.app-nav .action-item.action-item-mobile .btn-circle{width:44px;height:44px}@media only screen and (min-width:992px){.app-nav .action-item.action-item-mobile{padding:0 30px}}@media only screen and (min-width:1200px){.app-nav .action-item.action-item-mobile{display:none}}.app-nav .action-item .btn{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width:1200px){.app-nav .action-item .btn{width:auto}}.app-nav .action-item .action-item-inner{position:relative}.app-nav .action-item .action-item-inner .btn-overlay{pointer-events:none;position:absolute;width:100%;top:0;left:0;opacity:0;transition:.2s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-nav .action-item .action-item-inner .btn-overlay.active{pointer-events:all;opacity:1}.app-nav .action-items-row-mobile{display:flex;justify-content:space-between}.app-nav .action-items-row-mobile .action-item:not(.action-item-mobile){flex-grow:1}@media only screen and (min-width:992px){.app-nav .action-items-row-mobile{padding-top:10px}}@media only screen and (min-width:1200px){.app-nav .action-items-row-mobile{align-items:center;padding-top:0}.app-nav .action-items-row-mobile .action-item:not(.action-item-mobile){flex-grow:1;margin:0}.app-nav .action-items-row-mobile .action-item:not(.action-item-mobile) .btn{width:175px}}.app-nav .parts-wrapper{pointer-events:all;position:relative;width:100%;margin-bottom:15px}@media only screen and (min-width:992px){.app-nav .parts-wrapper{margin-bottom:0}}.app-nav .parts-wrapper .scrollable{position:relative;overflow-y:hidden;overflow-x:auto}@media only screen and (min-width:992px){.app-nav .parts-wrapper .scrollable{overflow:hidden}}.app-nav .parts-wrapper .scrollable .selection-box{z-index:-1;position:absolute;top:0;left:0;border:1px solid #f5a70f;background-color:#212527;border-radius:18px;opacity:0;transition:width .4s ease-in-out,opacity .4s ease-in-out,transform .4s ease-in-out}@media only screen and (min-width:992px){.app-nav .parts-wrapper .scrollable .selection-box{border-radius:10px}}.app-nav .parts-wrapper .scrollable .selection-box.immediate-translation{transition:width .4s ease-in-out,opacity .4s ease-in-out}.app-nav .parts-wrapper .scrollable .selection-box.active{opacity:1}.app-nav .parts-wrapper .next,.app-nav .parts-wrapper .prev{position:absolute;top:0;width:30px;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease-in-out}@media only screen and (min-width:992px){.app-nav .parts-wrapper .next,.app-nav .parts-wrapper .prev{display:none}}.app-nav .parts-wrapper .next.active,.app-nav .parts-wrapper .prev.active{opacity:1}.app-nav .parts-wrapper .next svg,.app-nav .parts-wrapper .prev svg{position:relative;z-index:1}.app-nav .parts-wrapper .next:after,.app-nav .parts-wrapper .prev:after{content:"";position:absolute;top:0;display:block;width:200%;height:100%;background:#212527;-webkit-filter:blur(10px);filter:blur(10px)}.app-nav .parts-wrapper .prev{left:0;transform:rotate(180deg)}.app-nav .parts-wrapper .prev:after{left:0}.app-nav .parts-wrapper .next{right:0}.app-nav .parts-wrapper .next:after{left:0}.app-nav ul.parts-nav{width:100%;margin:0;padding:0;display:flex;justify-content:space-between;list-style:none}.app-nav ul.parts-nav:after{display:block;width:1px;flex-shrink:0;content:""}@media only screen and (min-width:992px){.app-nav ul.parts-nav{padding-left:30px;padding-right:30px}.app-nav ul.parts-nav:after{display:none}}@media only screen and (min-width:1440px){.app-nav ul.parts-nav{padding-left:50px;padding-right:50px}}.app-nav ul.parts-nav li{position:relative;margin:0 17px;padding:10px;display:flex;flex:0 1 130px;flex-direction:column;align-items:center;justify-content:stretch;cursor:pointer;font-family:var(--font-primary);font-weight:500;font-size:.75rem;text-align:center}@media only screen and (min-width:992px){.app-nav ul.parts-nav li{margin:0;font-size:.875rem}}@media only screen and (min-width:1440px){.app-nav ul.parts-nav li{font-size:1rem}}.app-nav ul.parts-nav li img{width:50px;height:52px;margin:0 3px 15px}@media only screen and (min-width:992px){.app-nav ul.parts-nav li img{width:60px;height:62px}}@media only screen and (min-width:1440px){.app-nav ul.parts-nav li img{width:70px;height:72px}}.app-nav ul.parts-nav li .label{flex-grow:1;display:flex;align-items:center}.app-nav ul.parts-nav li.active,.app-nav ul.parts-nav li:hover{position:relative;color:#f5a70f}.app-nav ul.parts-nav li.active:before,.app-nav ul.parts-nav li:hover:before{content:"";position:absolute;display:block;top:7px;width:85%;padding-top:85%;background:radial-gradient(circle,rgba(245,167,15,.2) 0,rgba(245,167,15,0) 80%)}.app-popover{z-index:100;position:absolute;top:0;right:-100%;width:100%;height:100%;background:rgba(33,37,39,0);transition:right 0s ease-in-out .4s,background .4s ease-in-out}@media only screen and (max-width:575px){.app-popover{display:flex;align-items:center;justify-content:center}}.app-popover .popover{position:absolute;top:0;left:0;width:460px;max-width:100%;box-shadow:0 5px 40px rgba(0,0,0,.25);opacity:0;transition:opacity .4s ease-in-out}@media only screen and (max-width:575px){.app-popover .popover{width:98%;top:auto;left:auto;display:flex;flex-direction:column;transform:scale(0);transition:opacity .4s ease-in-out,transform .4s ease-in-out}}.app-popover .popover .popover-close{display:none}@media only screen and (max-width:575px){.app-popover .popover .popover-close{width:50px;height:50px;margin-top:30px;align-self:center;display:flex;justify-content:center;align-items:center;border:0;background-color:#e7eaeb;box-shadow:0 0 30px rgba(0,0,0,.7)}}.app-popover.show{right:0;transition:right 0s ease-in-out,background .4s ease-in-out}@media only screen and (max-width:575px){.app-popover.show{background:rgba(33,37,39,.75)}}.app-popover.show .popover{opacity:1}@media only screen and (max-width:575px){.app-popover.show .popover{transform:scale(1)}}.popover .head{padding:15px 15px 0;border-radius:12px 12px 0 0;background-color:#fff;color:#000;font-family:var(--font-primary);font-weight:900;font-size:1rem;text-transform:uppercase}@media only screen and (min-width:992px){.popover .head{border-radius:24px 24px 0 0;font-size:1.25rem}}.popover img{display:block;padding-top:15px;width:100%;background:#fff}.popover .body{position:relative;padding:15px;border-radius:0 0 12px 12px;background-color:#fff;color:#55595b;font-family:"Raleway",Helvetica,Arial,sans-serif;font-size:1rem}@media only screen and (min-width:992px){.popover .body{border-radius:0 0 24px 24px;font-size:1rem}}.popover .body:after{right:100%;top:30px;content:" ";height:0;width:0;position:absolute;pointer-events:none;border:15px solid hsla(0,0%,100%,0);border-right-color:#fff;margin-top:-15px}@media only screen and (max-width:575px){.popover .body:after{display:none}}.popover.no-arrow .body:after{display:none}.app-modal{z-index:100;top:0;left:-100%;width:100%;height:100%;align-items:center;justify-content:center;background:rgba(33,37,39,0);transition:left 0s ease-in-out .4s,background .4s ease-in-out}.app-modal,.app-modal .modal{position:absolute;display:flex}.app-modal .modal{width:98%;flex-direction:column;opacity:0;transform:scale(0);transition:opacity .4s ease-in-out,transform .4s ease-in-out}@media only screen and (min-width:992px){.app-modal .modal{width:80%}}@media only screen and (min-width:1200px){.app-modal .modal{width:80%}}@media only screen and (min-width:1440px){.app-modal .modal{width:50%}}.app-modal .modal .modal-close{width:50px;height:50px;margin-top:70px;align-self:center;display:flex;justify-content:center;align-items:center;border:0;background-color:#e7eaeb;box-shadow:0 0 30px rgba(0,0,0,.7)}@media only screen and (max-width:575px){.app-modal .modal .modal-close{margin-top:30px}}.app-modal.show{left:0;background:rgba(33,37,39,.75);transition:left 0s ease-in-out,background .4s ease-in-out}.app-modal.show .modal{opacity:1;transform:scale(1)}.modal .head{padding:15px;border-radius:12px 12px 0 0;background-color:#f5a70f;color:#fff;font-family:var(--font-primary);font-weight:900;font-size:1rem;text-align:center;text-transform:uppercase}@media only screen and (min-width:992px){.modal .head{border-radius:24px 24px 0 0;font-size:1.25rem}}.modal .player{display:block;width:100%;background-color:#000}.modal .scrubber{z-index:1;position:relative;width:100%;overflow:visible}.modal .scrubber .bar{height:4px;background-color:#fff;cursor:pointer}.modal .scrubber .progress-wrapper,.modal .scrubber .thumb-wrapper{pointer-events:none;position:absolute;top:0;left:0;width:calc(100% - 25px);height:4px;margin-right:12.5px}.modal .scrubber .progress{position:absolute;top:0;left:0;height:4px;width:0;background-color:#c98708}.modal .scrubber .thumb{pointer-events:all;position:absolute;top:-12.5px;left:0;width:25px;height:25px;border-radius:50%;background-color:#55595b;box-shadow:inset 0 0 0 2px #fff;cursor:-webkit-grab;cursor:grab}.modal .scrubber .thumb.dragging{transition:none}.modal .body{position:relative;padding:10px 15px;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 12px 12px;background-color:#f5a70f;color:#fff;font-weight:700;font-size:1rem}@media only screen and (min-width:992px){.modal .body{border-radius:0 0 24px 24px;font-size:1.25rem}}.modal .body .info{width:100px;font-family:var(--font-primary);font-weight:500}.modal .body .info.duration{text-align:right}.modal .body .btn-circle{display:flex;align-items:center;justify-content:center;border:0;background-color:#f5a70f;transition:background .2s ease-in-out}.modal .body .btn-circle svg{height:24px;transition:transform .2s ease-in-out}.modal .body .btn-circle svg path{transition:fill .2s ease-in-out}.modal .body .btn-circle:hover{background-color:#fff}.modal .body .btn-circle:hover svg{transform:scale(.75)}.modal .body .btn-circle:hover svg path{fill:#f5a70f}.app-tooltip{pointer-events:none;z-index:99;position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left 0s ease-in-out .4s}.app-tooltip .tooltip{position:absolute;color:#fff;font-family:var(--font-primary);font-weight:900;opacity:0;transform:translateX(50px);transition:opacity .4s ease-in-out,transform .4s ease-in-out}.app-tooltip .tooltip .tooltip-inner{padding-left:35px;transform:translateY(-50%)}.app-tooltip.show{left:0;transition:left 0s ease-in-out}.app-tooltip.show .tooltip{opacity:1;transform:translateX(0)}.app{position:relative;width:100%;height:100%;overflow:hidden}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rotate-180{transform:rotate(180deg)}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto{padding-left:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.px-auto{padding-right:auto!important;padding-left:auto!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.px-0{padding-right:0!important;padding-left:0!important}.mt-5{margin-top:5px!important}.mr-5{margin-right:5px!important}.mb-5{margin-bottom:5px!important}.ml-5{margin-left:5px!important}.my-5{margin-top:5px!important;margin-bottom:5px!important}.mx-5{margin-right:5px!important;margin-left:5px!important}.pt-5{padding-top:5px!important}.pr-5{padding-right:5px!important}.pb-5{padding-bottom:5px!important}.pl-5{padding-left:5px!important}.py-5{padding-top:5px!important;padding-bottom:5px!important}.px-5{padding-right:5px!important;padding-left:5px!important}.mt-10{margin-top:10px!important}.mr-10{margin-right:10px!important}.mb-10{margin-bottom:10px!important}.ml-10{margin-left:10px!important}.my-10{margin-top:10px!important;margin-bottom:10px!important}.mx-10{margin-right:10px!important;margin-left:10px!important}.pt-10{padding-top:10px!important}.pr-10{padding-right:10px!important}.pb-10{padding-bottom:10px!important}.pl-10{padding-left:10px!important}.py-10{padding-top:10px!important;padding-bottom:10px!important}.px-10{padding-right:10px!important;padding-left:10px!important}.mt-15{margin-top:15px!important}.mr-15{margin-right:15px!important}.mb-15{margin-bottom:15px!important}.ml-15{margin-left:15px!important}.my-15{margin-top:15px!important;margin-bottom:15px!important}.mx-15{margin-right:15px!important;margin-left:15px!important}.pt-15{padding-top:15px!important}.pr-15{padding-right:15px!important}.pb-15{padding-bottom:15px!important}.pl-15{padding-left:15px!important}.py-15{padding-top:15px!important;padding-bottom:15px!important}.px-15{padding-right:15px!important;padding-left:15px!important}.mt-20{margin-top:20px!important}.mr-20{margin-right:20px!important}.mb-20{margin-bottom:20px!important}.ml-20{margin-left:20px!important}.my-20{margin-top:20px!important;margin-bottom:20px!important}.mx-20{margin-right:20px!important;margin-left:20px!important}.pt-20{padding-top:20px!important}.pr-20{padding-right:20px!important}.pb-20{padding-bottom:20px!important}.pl-20{padding-left:20px!important}.py-20{padding-top:20px!important;padding-bottom:20px!important}.px-20{padding-right:20px!important;padding-left:20px!important}.mt-25{margin-top:25px!important}.mr-25{margin-right:25px!important}.mb-25{margin-bottom:25px!important}.ml-25{margin-left:25px!important}.my-25{margin-top:25px!important;margin-bottom:25px!important}.mx-25{margin-right:25px!important;margin-left:25px!important}.pt-25{padding-top:25px!important}.pr-25{padding-right:25px!important}.pb-25{padding-bottom:25px!important}.pl-25{padding-left:25px!important}.py-25{padding-top:25px!important;padding-bottom:25px!important}.px-25{padding-right:25px!important;padding-left:25px!important}.mt-50{margin-top:50px!important}.mr-50{margin-right:50px!important}.mb-50{margin-bottom:50px!important}.ml-50{margin-left:50px!important}.my-50{margin-top:50px!important;margin-bottom:50px!important}.mx-50{margin-right:50px!important;margin-left:50px!important}.pt-50{padding-top:50px!important}.pr-50{padding-right:50px!important}.pb-50{padding-bottom:50px!important}.pl-50{padding-left:50px!important}.py-50{padding-top:50px!important;padding-bottom:50px!important}.px-50{padding-right:50px!important;padding-left:50px!important}.mt-75{margin-top:75px!important}.mr-75{margin-right:75px!important}.mb-75{margin-bottom:75px!important}.ml-75{margin-left:75px!important}.my-75{margin-top:75px!important;margin-bottom:75px!important}.mx-75{margin-right:75px!important;margin-left:75px!important}.pt-75{padding-top:75px!important}.pr-75{padding-right:75px!important}.pb-75{padding-bottom:75px!important}.pl-75{padding-left:75px!important}.py-75{padding-top:75px!important;padding-bottom:75px!important}.px-75{padding-right:75px!important;padding-left:75px!important}.mt-100{margin-top:100px!important}.mr-100{margin-right:100px!important}.mb-100{margin-bottom:100px!important}.ml-100{margin-left:100px!important}.my-100{margin-top:100px!important;margin-bottom:100px!important}.mx-100{margin-right:100px!important;margin-left:100px!important}.pt-100{padding-top:100px!important}.pr-100{padding-right:100px!important}.pb-100{padding-bottom:100px!important}.pl-100{padding-left:100px!important}.py-100{padding-top:100px!important;padding-bottom:100px!important}.px-100{padding-right:100px!important;padding-left:100px!important}@font-face{font-family:"SofiaPro";src:url(/visualiser/nitrum/static/media/sofia-pro-medium.c018a589.woff2) format("woff2"),url(/visualiser/nitrum/static/media/sofia-pro-medium.e1f182f5.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"SofiaPro";src:url(/visualiser/nitrum/static/media/sofia-pro-black.522fc97b.woff2) format("woff2"),url(/visualiser/nitrum/static/media/sofia-pro-black.3e4dadd2.woff) format("woff");font-weight:900;font-style:normal}:root{--font-primary:SofiaPro,Helvetica,Arial,sans-serif}.font-diacritics{--font-primary:Mulish,Helvetica,Arial,sans-serif}html{font-size:100%}body{font-family:Helvetica,Arial,sans-serif}.btn,body{color:#fff}.btn{padding:10px 20px;border:2px solid #575757;border-radius:20px;outline:none;background-color:#212527;font-family:"Raleway",Helvetica,Arial,sans-serif;text-align:center;transition:.2s ease-in-out}.btn:hover{color:#fff;background-color:#f5a70f;border-color:#f5a70f;cursor:pointer}.btn.selected,.btn:active{color:#fff;background-color:#f5a70f;border-color:#fff}.btn.btn-icon{position:relative}.btn.btn-icon .icon{position:absolute;top:12px;height:20px}.btn.btn-icon .icon line{transition:stroke .2s ease-in-out}.btn.btn-icon .icon path{transition:fill .2s ease-in-out}.btn.btn-icon.selected .icon path,.btn.btn-icon:active .icon path,.btn.btn-icon:hover .icon path{fill:#fff}.btn.btn-icon.selected .icon line,.btn.btn-icon:active .icon line,.btn.btn-icon:hover .icon line{stroke:#fff}.btn.btn-icon.btn-icon-left{padding-left:40px}.btn.btn-icon.btn-icon-left .icon{left:15px}.btn.btn-icon.btn-icon-right{padding-right:40px}.btn.btn-icon.btn-icon-right .icon{right:15px}.btn.btn-circle{width:44px;height:44px;padding:0;border-radius:50%}.btn.btn-circle .icon{height:24px}.btn.btn-circle .icon path{fill:#fff}.btn.btn-circle.btn-link{align-items:center;display:flex;justify-content:center}.btn.btn-circle.btn-swatch{position:relative;width:40px;height:40px;border-color:transparent;box-shadow:0 0 10px hsla(0,0%,100%,.25)}.btn.btn-circle.btn-swatch:before{content:"";position:absolute;left:-2px;top:-2px;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.34))}.btn.btn-circle.btn-swatch.metal_matt:before{background:linear-gradient(135deg,hsla(0,0%,100%,0) 49%,hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,0))}.btn.btn-circle.btn-swatch.metal_brilliant:before{background:linear-gradient(315deg,hsla(0,0%,100%,0) 49%,hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,0))}.btn.btn-circle.btn-swatch.selected{border-color:#212527}.btn.btn-circle.btn-swatch.selected:after{content:"";position:absolute;left:-6px;top:-6px;width:44px;height:44px;border:2px solid #fff;border-radius:50%}.btn.btn-primary{color:#fff;background-color:#f5a70f;border-color:#f5a70f}.btn.btn-primary.btn-icon .icon path{fill:#fff}.btn.btn-primary.btn-icon .icon line{stroke:#fff}.btn.btn-primary:hover{background-color:#c98708}.btn.btn-secondary{color:#a7adaf}.btn.btn-secondary:hover{color:#fff}.btn.btn-facebook{background-color:#3b5998;border-color:#3b5998}.btn.btn-facebook svg path{fill:#fff}.btn.btn-twitter{background-color:#00aced;border-color:#00aced}.btn.btn-twitter svg path{fill:#fff}.btn.btn-email{background-color:#db534b;border-color:#db534b}.btn.btn-email svg path{fill:#fff}.btn.btn-lg{font-weight:700;border-radius:24px;font-size:1rem}@media only screen and (min-width:992px){.btn.btn-lg{font-size:1.125rem}}@media only screen and (min-width:1440px){.btn.btn-lg{font-size:1.25rem}}*{box-sizing:border-box}#root,body,html{width:100%;height:100%}body{margin:0;overflow:hidden;background:#212527}.nitrum-pdf{width:595px;padding:20px;transform:scale(2) translate(3000px,3000px)}.nitrum-pdf .app-nitrum-head{display:block}.nitrum-pdf .app-nitrum-title{margin-bottom:0;padding-bottom:10px;border-bottom:1px solid #ddd;color:#000;font-size:1.125rem}.nitrum-pdf .app-nitrum-section{padding:7px 0;border-bottom:1px solid #ddd}.nitrum-pdf .app-nitrum-section .head{font-family:SofiaPro,Helvetica,Arial,sans-serif;font-family:var(--font-primary);font-weight:900;font-size:.625rem;color:#000}.nitrum-pdf .app-nitrum-section .head .part .icon{display:none}.nitrum-pdf .app-nitrum-section .body{color:#000}.nitrum-pdf .app-nitrum-section .body .attribute{margin-bottom:3px;font-size:.625rem}.nitrum-pdf .app-nitrum-section .body .attribute .color{width:10px;height:10px}.nitrum-pdf .app-nitrum-section .body .attribute .color:before{display:none}

/* CUSTOM CHANGES */
button[data-item="casters_3_inch_solid_hard_light_up"] {display:none}
button[data-item="silver"] {display: none}
button[data-item="platinum_metallic"] {display: none}
button[data-item="azure_blue"] {display: none}
button[data-item="matt_lime"] {display: none}
button[data-item="brilliant_lime"] {display: none}
button[data-item="white"] {display: none}
button[data-item="cappuchino"] {display: none}
button[data-item="silver_texture"] {display: none}
button[data-item="matt_purple"] {display: none}
/*# sourceMappingURL=main.55e5217d.chunk.css.map */