@font-face{font-family:"TradeGothicBold";src:url("/assets/font/TradeGothicBoldCond.ttf")}@font-face{font-family:"TradeGothicCondensed";src:url("/assets/font/TradeGothicCondensed.ttf")}:root{--black: #000;--blue: #0050a3;--dark_blue: #008;--green: #8dc63f;--grey: #888;--white: #fff;--primary: var(--blue);--secondary: var(--dark_blue);--font: 20px "TradeGothicCondensed", sans-serif;--modal_width: 800px}.filter-menu{border-bottom:1px solid rgba(128,130,132,.2);user-select:none}.filter-menu:not(.expanded) ul{display:none}.filter-menu.expanded .toggle-icon .line:first-child{transform:translate(2px) rotate(-45deg)}.filter-menu.expanded .toggle-icon .line:last-child{transform:rotate(45deg)}.filter-menu ul{margin-left:1.5rem}.filter-menu ul li{margin:1rem 0}.filter-menu ul li a{color:var(--grey);display:block;transition:color .3s}.filter-menu ul li a:hover{color:var(--blue);transition:color .3s}.filter-menu ul li a.is-active{color:var(--blue)}.filter-menu ul li a[data-clear]{font-size:.8rem;letter-spacing:1px;text-align:center;text-transform:uppercase}.filter-menu .heading{align-items:center;display:flex;justify-content:space-between}.filter-menu .heading:hover{cursor:pointer}.filter-menu .heading:hover h3{transition:color .3s;color:var(--green);user-select:none}.filter-menu .toggle-icon .line{background-color:var(--green);display:inline-block;height:12px;width:2px}.filter-menu .toggle-icon .line:first-child{transform:translate(2px) rotate(-90deg)}.product-list{display:flex;flex-wrap:wrap}.product-list .product{flex:0 0 300px;height:450px;margin:10px;width:300px}@media screen and (max-width: 768px){.product-list .product{flex-grow:1;width:100%}}.product-list .product:hover .more-info{opacity:1;transition:opacity .3s}.product-list .product .box{border:1px solid rgba(128,130,132,.2);border-radius:2px;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative}.product-list .product .box figure{align-items:center;display:flex;flex:1 0 auto}.product-list .product .box figure img{margin:0 auto;max-height:300px;width:auto}.product-list .product .box p{padding:10px 0;text-align:center}.product-list .product .box .heading{flex:0 0 80px;margin:10px 0;overflow:hidden}.product-list .product .box .heading .subtitle{color:var(--green);font-size:.8rem;position:relative;white-space:nowrap}.product-list .product .box .heading .title{color:var(--primary);font-size:1.6rem}.product-list .product .more-info{background-color:var(--green);bottom:1.25rem;color:#fff;left:1.25rem;opacity:0;overflow:hidden;position:absolute;right:1.25rem;transition:opacity .3s;white-space:nowrap}.tags .tag{border:1px solid var(--grey);border-radius:1px;text-transform:uppercase}.tags .tag.is-light:hover,.tags .tag .delete:hover{background-color:#8dc63f;color:#fff;cursor:pointer}.tags .tag.is-light{background-color:rgba(0,0,0,0)}.gallery{border:2px solid rgba(128,130,132,.2);height:500px;position:relative}.gallery figure{align-items:center;display:flex;flex-direction:column;height:100%;overflow:hidden;text-align:center}.gallery figure.fullscreen canvas{height:auto}.gallery figure.fullscreen figcaption{display:none}.gallery figure>p{align-items:center;display:flex;height:100%}.gallery figure canvas,.gallery figure img{height:460px}.gallery figure figcaption{align-items:center;display:flex;flex:1 1 auto;justify-content:center;text-align:center;width:100%}.gallery figure iframe{height:100%;width:100%}.gallery figure .button{box-shadow:2px 2px 4px rgba(0,0,0,.2);position:absolute}.gallery figure .button span{pointer-events:none}.gallery figure .explode{left:10px;top:10px}.gallery figure .fullscreen{top:10px;right:80px}.gallery figure .info{bottom:46px;left:10px}.gallery figure .preloader{background:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%}.gallery figure .preloader .info{padding:10px 0}.gallery figure .preloader .progress{background-color:rgba(0,0,0,.4);border-radius:8px;height:14px;margin:0 auto;padding:4px;pointer-events:none;width:400px}.gallery figure .preloader .progress .bar{background-color:#fff;border-radius:8px;display:block;height:6px;width:0}.gallery figure .reset-camera{right:10px;top:10px}.gallery .controls{display:flex;justify-content:center;margin:10px 0}.gallery .controls button{flex:0 0 auto;margin:0 5px}.gallery .controls button[disabled]{visibility:hidden}.breadcrumb{align-items:center;display:flex;font-size:1.2rem;justify-content:space-between}.breadcrumb button{font-family:"TradeGothicCondensed",sans-serif}.product h1{font:4rem "TradeGothicBold",sans-serif;text-transform:uppercase}.product h3{font:2rem "TradeGothicBold",sans-serif;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.product .brand{color:var(--green);font:1.5rem "TradeGothicBold",sans-serif}.product .description{font-size:1.4rem}.product .downloads{background-color:var(--blue);color:#fff;padding:2.5rem}.product .downloads h3{color:#fff;font-size:2rem}.product .downloads ul li{margin:.6rem 0}.product .downloads ul li a{color:#fff;font-weight:bold;margin-left:10px;transition:color .3s}.product .downloads ul li a:hover{color:var(--green);transition:color .3s}.product .downloads ul li .icon{background-color:var(--green);border-radius:100%;font-size:.8rem;padding:.8rem;text-align:center}.product .product-data{display:flex;flex-wrap:wrap}.product .product-data .data-block{flex:1 1 50%;margin-bottom:2rem;padding:0 1rem}@media screen and (max-width: 1000px){.product .product-data .data-block{flex:1 1 100%}}.product .product-data .data-block ul{border-left:1px solid var(--green);list-style-type:"-";margin-left:10px;padding-left:10px}.product .product-data .data-block ul li{margin-left:20px}.product .product-data .data-block ul li p{padding-left:.6rem;word-break:break-word}body{font:var(--font)}html{overflow-y:auto}.hero{background-image:linear-gradient(rgba(0, 80, 163, 0.87) 0%, rgba(0, 80, 163, 0.87) 100%);background-position:center;background-repeat:no-repeat;background-size:cover}.hero.is-fullheight-with-navbar h1{font-size:6rem}.hero.is-medium h1{font-size:4.5rem}.hero h1{color:#fff}.hero h2{color:var(--green);font-size:1.2rem}.hero p{color:#fff}.title.accent::after{content:"";border-bottom:3px solid var(--green);display:block;margin-top:5px;width:40px}
