:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--app-background: #ffffff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px}body{margin:0}#root{--theme-color: #0f446d;--theme-color-alternate: #38939b;--footer-height: 32px;--faded-text-color: #c7c8ca}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.flex-row{display:flex;flex-direction:row}.flex-centered{align-items:center;justify-content:center}.flex-col{display:flex;flex-direction:column}img{margin:0;padding:0;border:none}button{color:#fff;background-color:var(--theme-color-alternate);border:none;border-radius:5px;padding:10px 30px;cursor:pointer;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:23px}button.icon{background-color:#fff;box-shadow:0 3px 6px #0000001a;border-radius:5px;padding:0;width:45px;height:45px;display:flex;align-items:center;justify-content:center;z-index:10000}ol li{margin:16px 0}footer{height:var(--footer-height);background-color:var(--theme-color-alternate);color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-overflow:ellipsis;white-space:nowrap}#app-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}#left-content{width:28%;min-width:500px;flex-grow:0;flex-shrink:0;overflow:hidden;margin-left:7vw;padding:20px 20px 20px 0;height:100%;display:flex;flex-direction:column}#right-content{flex:1;position:relative}#logo{width:400px}#product-title{font-family:Georgia,Times New Roman,Times,serif;font-size:40px;color:var(--theme-color);font-weight:700;position:relative;overflow-y:hidden;width:800px;flex-shrink:0}#registered{font-size:20px;top:-8px;left:2px;position:relative;font-family:Tahoma,Geneva,Verdana,sans-serif}#product-description{font-weight:600;font-size:32px}.faded{color:var(--faded-text-color)!important}.model-viewer-container{width:100%;height:100%}model-viewer{width:100%;height:100%}.hotspot{background-color:transparent;padding:0;position:relative}.hotspot-index{--radius: 22;position:absolute;background-color:#ab2328;font-size:14px;top:calc(var(--radius) / 2 * -1px);left:calc(var(--radius) / 2 * -1px);width:calc(var(--radius) * 1px);height:calc(var(--radius) * 1px);border-radius:28px;padding-top:1px;border:solid 1px white}.action-hotspot{outline:2px solid #c7c8ca;outline-offset:-2px;border:solid 5px #0f446d;border-radius:5px;background-color:#0f446d;width:30px;height:30px;rotate:45deg;transition:all .3s linear}.hotspot.selected .action-hotspot,.hotspot:hover .action-hotspot{rotate:-180deg;border-radius:40px;background-color:#fff;border:solid 5px #0f446d}.feature-hotspot{outline:2px solid #c7c8ca;outline-offset:-2px;border:solid 5px white;border-radius:5px;background-color:#fff;width:30px;height:30px;transition:all .3s linear}.hotspot.selected .feature-hotspot,.hotspot:hover .feature-hotspot{rotate:-180deg;border-radius:40px;background-color:#ab2328}.hotspot svg{position:absolute;top:0;left:0;fill:#fff}.feature-hotspot~svg{fill:#ab2328}.hotspot.selected .action-hotspot~svg,.hotspot:hover .action-hotspot~svg{fill:#0f446d}.hotspot.selected .feature-hotspot~svg,.hotspot:hover .feature-hotspot~svg{fill:#fff}.hotspot .hotspot-label{position:absolute;left:10px;top:6px;background-color:var(--theme-color);border-radius:15px;white-space:nowrap;padding:5px 20px 5px 50px;font-size:16px;font-weight:700;opacity:0;pointer-events:none;transition:opacity .3s}.hotspot.selected .hotspot-label,.hotspot:hover .hotspot-label{opacity:1}.poster-container{height:100%;display:flex;justify-content:center;align-items:center}#reset-model{position:absolute;display:flex;align-items:center;justify-content:center;right:60px;top:20px}.feature-view{flex:1;display:flex;flex-direction:column;overflow:hidden;justify-content:flex-start}.feature-view .title{font-weight:600;font-size:26px;color:var(--theme-color)}.feature-view .copy{margin-top:12px;font-size:20px;line-height:27px;flex:1;overflow-x:hidden;overflow-y:auto}.feature-view .copy img{margin-top:12px;width:100%}.feature-view .copy video{background-color:#000;margin-top:12px;width:100%}#hotspot-menu-container{--menu-width: 600px;--menu-height: 300px;display:flex;margin-top:32px}#hotspot-menu{border:solid 6px var(--theme-color);border-radius:10px;width:var(--menu-width);padding:20px 0 20px 30px;background-color:#fff}#hotspot-menu-items{display:flex;flex-wrap:wrap}#hotspot-menu-items .hotspot-item{display:flex;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;width:50%;background-color:transparent;color:#000;padding:10px 0;cursor:pointer;font-size:18px}#hotspot-menu-items .hotspot-item .hotspot-title{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hotspot-menu-items .hotspot-item .hotspot-selector{border:0px solid white;outline:2px solid var(--theme-color);border-radius:5px;width:20px;height:20px;margin-right:8px;transition:all .3s linear}#hotspot-menu-items .hotspot-item.selected{font-weight:700;font-size:19px}#hotspot-menu-items .hotspot-item.selected .hotspot-selector,#hotspot-menu-items .hotspot-item:hover .hotspot-selector{border:5px solid white;outline:2px solid var(--theme-color);border-radius:25px;background-color:#ab2328;width:20px;height:20px;margin-right:8px;rotate:360deg}#hotspot-menu header{font-size:20px;font-weight:700;margin-bottom:4px}#hotspot-menu-toggle{width:92px;height:76px;border-radius:0 5px 5px 0;margin-top:28px;padding:0 8px 0 0;text-align:center;transition:all .3s ease-out}#hotspot-menu-toggle.closed:hover{width:120px}#hotspot-menu-toggle.open{transition:none}
