
              
  .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;
    border: none;
    border-radius: 8px;
    background-color: #ffffff80;
    color: #000000;
    transition: .2s;
    cursor: pointer;
    pointer-events: auto;
    width: 40px;
    height: 40px;
    padding: 5px;
  }

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

  .swf-close-button:hover{
    opacity: .8;
  }

  .swf-enter-vr-button{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    transition: .2s;
    cursor: pointer;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI' !important; 
  }

  .swf-enter-vr-button:hover{
    opacity: .8;
  }

  .project-qr-parent{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b80;
  }

  .project-qr{
    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: 100%;
    max-height: 70%;
    background-color: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    position: relative;
  }

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

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

  .project-qr h3{
    text-align: center;
    margin: 0;
  }

  .project-qr p{
    font-size: 12px;
    text-align: center;
    margin: 0;
  }

              * { box-sizing: border-box; } body {margin: 0;}.swf-mv{height:100%;width:100%;background-color:rgb(238, 238, 238);flex-grow:1;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);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-shadow:none;}.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-color:rgba(27, 27, 27, 0.87);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;}.swf-mv-loader-v2 p{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;color:rgb(245, 245, 245);font-size:16px;font-family:"Trebuchet MS";}.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:rgb(155, 155, 155);overflow-x:hidden;overflow-y:hidden;position:relative;}.swf-mv-loader-v2 > div > div > div{position:absolute;height:100%;width:100%;background-image:linear-gradient(to right, rgb(142, 84, 233), rgb(71, 118, 230));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:initial;}.swf-button-link p{width:100%;text-align:center;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.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:100dvh;height:100%;display:block;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;}.swf-hide{display:none !important;}.swf-customiser-box{display:flex;column-gap:7.5px;background-color:rgba(232, 232, 237, 0.7);border-top-left-radius:32px;border-top-right-radius:32px;border-bottom-right-radius:32px;border-bottom-left-radius:32px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;box-shadow:rgba(0, 0, 0, 0.11) 0px 0px 1px inset;align-items:center;}.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;width:26px;height:26px;}.swf-customiser-title-box{display:flex;width:max-content;padding-top:5px;padding-right:5px;padding-bottom:5px;padding-left:5px;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;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(206, 206, 206);border-right-color:rgb(206, 206, 206);border-bottom-color:rgb(206, 206, 206);border-left-color:rgb(206, 206, 206);border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;outline-color:initial;outline-style:initial;outline-width:0px;}.swf-customiser-selector{border-top-left-radius:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;width:26px;height:26px;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:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-image-source:initial;border-image-slice:initial;border-image-width:initial;border-image-outset:initial;border-image-repeat:initial;cursor:pointer;transition-behavior:normal;transition-duration:0.2s;transition-timing-function:ease;transition-delay:0s;transition-property:all;background-clip:padding-box;}.swf-customiser-selector:hover{opacity:0.8;}.swf-customiser-selector:active{opacity:0.5;}.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;}#irsb{background-color:#b6b6b6;}#izodt{padding:0px 0px 0px 0px;font-family:'Open Sans', sans-serif;font-size:33px;text-align:center;border:0px none #ffffff;color:#88b027;}#iucck{border:0px none white;text-align:center;text-decoration:none;text-shadow:0px 0px 0px black;font-weight:700;font-family:Courier New, Courier, monospace;letter-spacing:-2px;}#ilg3h{display:flex;column-gap:5px;padding:10px;position:absolute;top:10px;right:10px;flex-direction:column;row-gap:10px;}.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;}.cc-license a{color:rgb(243, 243, 243);}.swf-hotspot-dot:not([data-visible]) > .swf-hotspot-label{display:none;}#imshl{background-color:#646464;background-image:url(blob:https://swiftxr.io/fdd5a5d7-2ecd-4961-a956-90928eb1db80);background-size:cover;background-repeat:no-repeat;background-position:center;}#ike2h{background-color:#596370;}@media (max-width: 480px){#iucck{font-size:23px;}#irsb{border:0px solid #ffffff;}#iofeh{position:absolute;right:10px;top:50px;}#izodt{color:#88b027;}}
            