
              
  html {
    height:100%;
  }

  body {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    height: 100%;
    display: block;
    position: relative;
  }

  body .vr-mode-close{
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 7.5px;
    border-radius: 5px;
    z-index: 100; 
  }

  .swf-hide{
    display: none !important;
  }

  button{
    cursor: pointer;
  }

  .swf-fullscreen{
    position: fixed;
    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;

    z-index: 10;
    background-color: #fff;
  }

  .swf-no-scroll{
    overflow: hidden !important;
    position: fixed;
    width: 100%;
  }

  .swf-close-button{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 20;
    pointer-events: auto;
    width: 35px;
    height: 35px;
    min-width: 35px !important;
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swf-close-button img{
    max-width: 100%;
    max-height: 100%;
  }

  .swf-enter-vr-button{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
  }

  .swf-modal-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b80;
  }

  .swf-modal-listing-content{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px 0;
  }

  .swf-modal-content{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 90%;
    max-width: 420px;
    height: auto;
    max-height: 70%;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .swf-modal-image{
    display: flex;
    width: 100%;
    max-width: 275px;
    max-height: 275px;
    flex: 275px;
    height: 1px;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  .swf-modal-image > img{
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 0px 2px 2px #0000000f;
    border-radius: 8px;
    object-fit: contain;
  }

  .swf-modal-content h3, h4{
    margin: 0;
  }

  .swf-modal-content h4 > span{
    font-weight: 400;
  }

  .swf-modal-content .center-text{
    text-align: center;
  }

  .swf-modal-content p{
    font-size: 12px;
    margin: 0;
  }

  .swf-modal-buttons {
    display: flex;
    column-gap: 5px;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }

  .swf-modal-buttons.center{
    justify-content: center;
  }

  .swf-button {
    font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    transition: .2s;
    font-size: 13px;
    font-weight: 500;
    min-width: 50px;
  }

  .swf-button:hover{
    opacity: .8;
  }
  
  .swf-button.primary{
    background-color: #0083e2;
    color: #ffffff;
  }

  .swf-button.secondary{
    border: 1px solid #b1b1b1; 
  }

  .auto-launch{
    font-family: 'Open Sans', sans-serif;
  }

  .auto-launch h3{
    font-size: 16px;
  }

  .swf-mv-btn-text{

  }

  .swf-mv-btn-text.loading {
    pointer-events: none;
    opacity: 0.7;
  }

  .swf-mv-btn-text.loading span {
    display: block;
  }

  .swf-mv-btn-text .loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
  }

  .swf-mv-btn-text.loading .loader {
    display: block;
  }

  .swf-mv-btn-text.loading p {
    opacity: 0;
  }

  .swf-mv-btn-text.loading img {
    opacity: 0;
  }

  @keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
  }

              * { box-sizing: border-box; } body {margin: 0;}.swf-mv{height:100%;width:100%;background-color:rgb(238, 238, 238);max-width:100%;}.swf-mv-btn{width:40px;height:40px;position:absolute;right:10px;bottom:10px;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;font-size:16px;color:rgb(243, 243, 243);background-color:rgb(255, 255, 255);box-shadow:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(177, 177, 177);border-right-color:rgb(177, 177, 177);border-bottom-color:rgb(177, 177, 177);border-left-color:rgb(177, 177, 177);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;}.swf-mv-btn .ar-tooltip{position:absolute;width:max-content;bottom:50px;right:0px;padding-top:7.5px;padding-right:7.5px;padding-bottom:7.5px;padding-left:7.5px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:none;font-size:12px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:all;font-family:"Open Sans", sans-serif;}.swf-mv-btn img{width:100%;height:100%;}.swf-mv-loader p{margin-top:0px;margin-right:auto;margin-left:auto;color:rgb(245, 245, 245);margin-bottom:10px;font-size:16px;font-family:"Trebuchet MS";}.swf-mv-loader > div{width:250px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;height:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background-color:rgb(155, 155, 155);overflow-x:hidden;overflow-y:hidden;position:relative;}.swf-mv-loader > div > div{position:absolute;height:100%;width:100%;background-color:rgb(30, 143, 225);}.swf-mv-loader-v2{position:absolute;width:100%;height:100%;background-color:transparent;display:flex;pointer-events:none;justify-content:center;align-items:center;}.swf-mv-loader-v2 > div{width:50%;max-width:250px;height:max-content;background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgba(27, 27, 27, 0.75);backdrop-filter:blur(20px) saturate(180%);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgba(255, 255, 255, 0.2);border-right-color:rgba(255, 255, 255, 0.2);border-bottom-color:rgba(255, 255, 255, 0.2);border-left-color:rgba(255, 255, 255, 0.2);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;display:flex;justify-content:center;flex-direction:column;align-items:center;z-index:5;pointer-events:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;row-gap:10px;box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 12px;}.swf-mv-loader-v2 p{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;color:rgb(255, 255, 255);font-size:14px;font-weight:500;font-family:"Open Sans", sans-serif;}.swf-mv-loader-v2 > div > div{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;height:7px;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-right-radius:7px;border-bottom-left-radius:7px;background-color:rgba(255, 255, 255, 0.3);overflow-x:hidden;overflow-y:hidden;position:relative;}.swf-mv-loader-v2 > div > div > div{position:absolute;height:100%;width:100%;background-color:rgb(30, 144, 255);}.swf-button-link p{width:100%;text-align:center;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;color:rgb(255, 255, 255);}.swf-gallery-handles button{height:40px;width:40px;font-size:16px;pointer-events:auto;border-top-width:initial;border-right-width:initial;border-bottom-width:initial;border-left-width:initial;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:initial;border-right-color:initial;border-bottom-color:initial;border-left-color:initial;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;}.swf-gallery-handles button img{height:100%;}html{height:100%;}body{width:100%;min-height:100vh;height:max-content;display:flex;flex-direction:column;}body .vr-mode-close{position:absolute;left:10px;top:10px;padding-top:7.5px;padding-right:7.5px;padding-bottom:7.5px;padding-left:7.5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;z-index:100;}.dot{display:none;}.dim{background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:rgb(255, 255, 255);border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-width:initial;border-right-width:initial;border-bottom-width:initial;border-left-width:initial;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-color:initial;border-right-color:initial;border-bottom-color:initial;border-left-color:initial;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-sizing:border-box;box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;color:rgba(0, 0, 0, 0.8);display:block;font-family:"Open Sans", sans-serif;font-size:14px;font-weight:700;max-width:128px;overflow-wrap:break-word;padding-top:0.5em;padding-right:1em;padding-bottom:0.5em;padding-left:1em;position:absolute;width:max-content;height:max-content;transform:translate3d(-50%, -50%, 0px);pointer-events:none;--min-hotspot-opacity:0;}.dimensionLineContainer{pointer-events:none;display:block;}.swf-hide{display:none !important;}#ile0m{stroke:#2b4cbf;stroke-width:2;stroke-dasharray:2;}.cc-license a{color:rgb(243, 243, 243);}.swf-mv-btn-text img{width:25px;}.swf-mv-btn-text p{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-weight:400;}.swf-mv-btn-text .ar-tooltip{position:absolute;width:max-content;bottom:50px;right:0px;padding-top:7.5px;padding-right:7.5px;padding-bottom:7.5px;padding-left:7.5px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;box-shadow:none;font-size:12px;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:all;font-family:"Open Sans", sans-serif;}.swf-col > model-viewer{min-height:75px;}.swf-customiser-box > .selected{border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;outline-color:rgb(29, 29, 29);outline-style:solid;outline-width:2px;box-shadow:rgba(0, 0, 0, 0.16) 0px 1px 4px;pointer-events:none;}.swf-customiser-box > .selected:hover{opacity:unset;}.swf-customiser-selector-thumbnail > img{object-fit:contain;height:100%;pointer-events:none;}.swf-hotspot-dot:not([data-visible]){background-image:initial;background-position-x:initial;background-position-y:initial;background-size:initial;background-repeat:initial;background-attachment:initial;background-origin:initial;background-clip:initial;background-color:transparent;border-top-width:4px;border-right-width:4px;border-bottom-width:4px;border-left-width:4px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;box-shadow:none;height:20px;pointer-events:none;width:20px;}.swf-hotspot-dot:not([data-visible]) > .swf-hotspot-label{display:none;}button{transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease-in-out;transition-delay:0s;transition-property:all;}button.swf-button-selected{border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(255, 255, 255);border-right-color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-left-color:rgb(255, 255, 255);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;outline-color:rgb(29, 29, 29);outline-style:solid;outline-width:2px;box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;opacity:0.8;}@media only screen and (max-width: 800px){.dim{font-size:3vw;}}
            