
/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 300;
    src: url(../font/Material-Symbols-Outlined.woff2) format('woff2');
  }
  
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  /*
  
      NORMALIZE
  
  ------------------------------------------------------------------*/
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sup {
    font-size: 25%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -2.25em;
  }
  
  sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  
  html {
    font-size: 3vw;
  }
  @media (min-width: 760px) {
    html {
      font-size: 2.4vw;
    }
  }
  @media (min-width: 975px) {
    html {
      font-size: min(1.2vh, 1.2vw);
    }
  }
  
  body {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
    background:transparent;
  }
  
  .logo {
    position: absolute;
    top: max(2vw, 20px);
    left: max(2vw, 20px);
    width: 16vw;
    height: auto;
    pointer-events: none;
    min-width: 180px;
  }
  
  main {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  @media (max-width: 760px) {
    main {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
    }
  }
  
  model-viewer {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 760px) {
    model-viewer {
      height: 75%;
    }
  }
  
  html, body, main {
    height: 100%;
  }
  
  .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  }
  
  .top-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    padding: 0 1em;
  }
  .top-content h1 {
    margin: 1.5em auto 0;
    font-size: 4.75vw;
    color: #003366;
  }
  @media (min-width: 760px) {
    .top-content h1 {
      font-size: 3.5vw;
    }
  }
  @media (min-width: 975px) {
    .top-content h1 {
      font-size: 2.7vh;
    }
  }
  .top-content h2 {
    color: #333;
    font-weight: normal;
    font-size: 5vw;
    color: #003366;
  }
  @media (min-width: 760px) {
    .top-content h2 {
      font-size: 3.75vw;
      margin: 0.25em auto 0;
    }
  }
  @media (min-width: 975px) {
    .top-content h2 {
      font-size: 3.2vh;
    }
  }
  
  .instructions {
    background-color: #333333;
    border-radius: 100px;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding: 15px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    color: white;
    border: 1px solid #666;
  }
  @media (min-width: 760px) {
    .instructions {
      font-size: 14px;
      padding: 1.25em 1.5em;
      top: 50%;
    }
  }
  @media (min-width: 975px) {
    .instructions {
      border: 0;
      font-size: min(1.2vh, 1.2vw);
    }
  }
  
  .instructions--hide {
    opacity: 0;
    pointer-events: none;
  }
  
  .instructions__icon {
    font-size: 2.25em;
    padding: 0;
    margin: -0.25em;
  }
  
  .instructions__text {
    margin: 0;
    line-height: 1.25;
    white-space: nowrap;
    text-align: right;
  }
  
  @media (hover: hover) {
    .instructions__text--with-touch {
      display: none;
    }
  }
  
  .instructions__text--no-touch {
    display: none;
  }
  @media (hover: hover) {
    .instructions__text--no-touch {
      display: block;
    }
  }
  
  menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
  }
  
  .menu__white-bg {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  .menu__main-panel {
    background-color: rgba(0, 51, 102, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 2em 0 2em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4vw;
    -webkit-transform: translateX(calc(100% - 5vw));
            transform: translateX(calc(100% - 5vw));
    transition: all 0.3s;
    pointer-events: none;
  }
  @media (min-width: 760px) {
    .menu__main-panel {
      font-size: 2.5vw;
    }
  }
  @media (min-width: 975px) {
    .menu__main-panel {
      font-size: min(1.3vw, 2vh);
      -webkit-transform: translateX(calc(100% - 4.5vh));
              transform: translateX(calc(100% - 4.5vh));
    }
  }
  
  .menu__toggle-btn {
    pointer-events: all !important;
    position: absolute;
    white-space: nowrap;
    top: 22.5%;
    left: 0;
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
            transform: rotate(-90deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    font-size: 0.75em;
    padding: 0.75em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: white;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5em;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #cc3333;
    border-radius: 50px 50px 0 0;
    letter-spacing: 0.125em;
    line-height: 1;
  }
  @media (hover: hover) {
    .menu__toggle-btn:hover {
      background-color: #ab2b2b;
    }
  }
  @media (min-width: 760px) {
    .menu__toggle-btn {
      top: 50%;
      padding: 0.5em 1.25em 0.5em 1.5em;
      border-radius: 50px;
    }
  }
  @media (min-width: 975px) {
    .menu__toggle-btn {
      font-size: 1.125vh;
    }
  }
  
  @media (max-width: 760px) {
    .menu__toggle-btn-txt {
      display: none;
    }
  }
  
  .menu__toggle-btn-divider {
    background-color: #8a2323;
    width: 2px;
    height: 2em;
    margin-left: 0.5em;
  }
  @media (max-width: 760px) {
    .menu__toggle-btn-divider {
      display: none;
    }
  }
  
  .menu__toggle-btn-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 2.5em !important;
  }
  @media (max-width: 760px) {
    .menu__toggle-btn-icon {
      -webkit-transform: rotate(-90deg) translateX(5%);
              transform: rotate(-90deg) translateX(5%);
    }
  }
  @media (min-width: 760px) {
    .menu__toggle-btn-icon {
      font-size: 1.5em !important;
    }
  }
  @media (min-width: 975px) {
    .menu__toggle-btn-icon {
      font-size: 1.75vh !important;
    }
  }
  
  .menu__links {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0, 51, 102, 0.95);
    padding: 2em 0.6em 2em 2em;
    border-radius: 20px 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1em;
  }
  @media (min-width: 975px) {
    .menu__links {
      gap: 1.5em;
      padding-right: 1.25em;
    }
  }
  
  .menu__feature-link {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    background: none;
    border: 0;
    color: white;
    text-align: right;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
  }
  .menu__feature-link span {
    font-size: 1.25em !important;
  }
  @media (hover: hover) {
    .menu__feature-link:hover {
      color: #cc3333;
    }
  }
  
  .menu__hr {
    background-color: #002345;
    height: 2px;
    width: 100%;
    border: 0;
    margin: 0;
  }
  
  .menu__h3 {
    margin: 0;
    font-size: 1.5em;
    color: #75869e;
  }
  
  .menu__instruction {
    color: white;
    position: absolute;
    -webkit-transform: translateY(-5em);
            transform: translateY(-5em);
    font-size: 0.875em;
  }
  
  .menu--show {
    pointer-events: all;
  }
  .menu--show .menu__white-bg, .menu--show .menu__links {
    pointer-events: all;
    opacity: 1;
  }
  .menu--show .menu__main-panel {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .menu--show .menu__main-panel {
    background-color: rgba(0, 51, 102, 0.9);
  }
  
  .hotspot:not([data-visible]) {
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none;
  }
  
  .hotspot {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    height: auto;
    width: 32px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.2s;
    transition: all 0.4s ease 0s, -webkit-transform 0.2s;
    transition: all 0.4s ease 0s, transform 0.2s;
    transition: all 0.4s ease 0s, transform 0.2s, -webkit-transform 0.2s;
    padding: 0;
    line-height: 0;
    outline: 0;
    border-radius: 100%;
  }
  @media (min-width: 760px) {
    .hotspot {
      width: 42px;
    }
  }
  @media (min-width: 975px) {
    .hotspot {
      width: 3vh;
    }
  }
  @media (hover: hover) {
    .hotspot:hover {
      -webkit-transform: scale(1.07);
              transform: scale(1.07);
      -webkit-filter: brightness(1.5) contrast(1.25);
              filter: brightness(1.5) contrast(1.25);
      -webkit-box-shadow: 0 0 10px white;
              box-shadow: 0 0 10px white;
    }
  }
  
  .hotspot--hide {
    pointer-events: none;
    opacity: 0;
  }
  
  .hotspot-icon {
    width: 100%;
    height: auto;
  }
  
  .hotspotAnnotation {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-family: Futura, "Helvetica Neue", sans-serif;
    font-size: 2.5vw;
    font-weight: 700;
    left: calc(100% + 1em);
    overflow-wrap: break-word;
    padding: 0.5em 1em;
    position: absolute;
    top: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  @media (min-width: 975px) {
    .hotspotAnnotation {
      font-size: 1.25vh;
    }
  }
  
  .hotspot-icon--minus {
    display: none;
  }
  
  .hotspot-icon--plus {
    display: block;
  }
  
  .hotspot--selected .hotspot-icon--minus {
    display: block;
  }
  .hotspot--selected .hotspot-icon--plus {
    display: none;
  }
  
  .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90vw;
    height: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    color: white;
  }
  @media (min-width: 760px) {
    .popup {
      width: auto;
      min-width: 50vh;
      max-width: 70vh;
    }
  }
  @media (min-width: 975px) {
    .popup {
      width: 50vh;
    }
  }
  
  .popup--show {
    opacity: 1;
    pointer-events: all;
  }
  
  .popup__category {
    background-color: #cc3333;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "Archivo Narrow", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 1.5em 1em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border-radius: 0 1rem 1rem 0;
  }
  
  .popup__content {
    background-color: rgba(0, 51, 102, 0.8666666667);
    font-size: 1.25rem;
    text-align: left;
    padding: 1em 2em;
    border-radius: 0 1rem 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  @media (min-width: 975px) {
    .popup__content {
      padding: 2em 3em;
      font-size: 1.5rem;
    }
  }
  .popup__content strong {
    display: block;
    margin-bottom: 0.5em;
  }
  
  .popup__closebtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    aspect-ratio: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: 100%;
  }
  @media (min-width: 760px) {
    .popup__closebtn {
      width: 2rem;
    }
  }
  @media (hover: hover) {
    .popup__closebtn:hover {
      -webkit-transform: scale(1.07);
              transform: scale(1.07);
    }
  }
  
  .popup__closebtn-img {
    display: block;
  }
  
  .qr-button, .ar-button {
    position: absolute;
    white-space: nowrap;
    bottom: 4vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
    padding: 0.75em 1.75em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: white;
    border: 0;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75em;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media (hover: hover) {
    .qr-button:hover .qr-button__bg, .ar-button:hover .qr-button__bg {
      background-color: #ab2b2b;
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  @media (min-width: 760px) {
    .qr-button, .ar-button {
      bottom: 8vh;
    }
  }
  @media (min-width: 975px) {
    .qr-button, .ar-button {
      font-size: 1.125vh;
    }
  }
  
  .qr-button--show, .ar-button {
    opacity: 1;
    pointer-events: all;
  }
  
  .qr-button__bg, .ar-button__bg {
    background-color: #cc3333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
  }
  
  .qr-button__icon, .ar-button__icon {
    font-size: 1.75em !important;
  }
  
  .qr-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
  }
  
  .qr-modal--show {
    opacity: 1;
    pointer-events: all;
  }
  
  .qr-modal__h1 {
    color: white;
    max-width: 75%;
    padding: 0 2rem;
    margin: 0;
  }
  
  .qr-modal__img {
    width: 270px;
  }
  
  .qr-modal__btn {
    white-space: nowrap;
    font-size: 16px;
    padding: 0.75em 1.75em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: white;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    outline: 0;
  }
  @media (hover: hover) {
    .qr-modal__btn:hover .qr-modal__btn-bg {
      background-color: #ab2b2b;
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  
  .qr-modal__btn-bg {
    background-color: #cc3333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  /* This keeps child nodes hidden while the element loads */
  :not(:defined) > * {
    display: none;
  }
  
  /*
  
  ATTRIBUTE STYLES TO TRUMP THE CASCADE
  
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  .visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .hide {
    display: none;
  }
  
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  
  .no-top {
    margin-top: 0;
    padding-top: 0;
  }
  
  .no-bot {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .nada {
    margin: 0;
    padding: 0;
  }
  
  .mr20 {
    margin-right: 20px;
  }
  
  .mr20-non-phone {
    margin-right: 0;
  }
  @media (min-width: 760px) {
    .mr20-non-phone {
      margin-right: 20px;
    }
  }
  
  .mr30 {
    margin-right: 30px;
  }
  
  .ml30 {
    margin-left: 30px;
  }
  
  .mb10 {
    margin-bottom: 10px;
  }
  
  .mb10-only-phone {
    margin-bottom: 10px;
  }
  @media (min-width: 760px) {
    .mb10-only-phone {
      margin-bottom: 0;
    }
  }
  
  .mb15 {
    margin-bottom: 15px;
  }
  
  .mb20 {
    margin-bottom: 20px;
  }
  
  .mb20-only-phone {
    margin-bottom: 20px;
  }
  @media (min-width: 760px) {
    .mb20-only-phone {
      margin-bottom: 0;
    }
  }
  
  .mb20-only-tablet {
    margin-bottom: 20px;
  }
  @media (min-width: 975px) {
    .mb20-only-tablet {
      margin-bottom: 0;
    }
  }
  
  .mb20-non-phone {
    margin-bottom: 0;
  }
  @media (min-width: 760px) {
    .mb20-non-phone {
      margin-bottom: 20px;
    }
  }
  
  .mb25 {
    margin-bottom: 25px;
  }
  
  .mb30 {
    margin-bottom: 30px;
  }
  
  .mb30-only-phone {
    margin-bottom: 30px;
  }
  @media (min-width: 760px) {
    .mb30-only-phone {
      margin-bottom: 0;
    }
  }
  
  .mb40 {
    margin-bottom: 40px;
  }
  
  .mb40-only-phone {
    margin-bottom: 40px;
  }
  @media (min-width: 760px) {
    .mb40-only-phone {
      margin-bottom: 0;
    }
  }
  
  .mt60 {
    margin-top: 60px;
  }
  
  .mb60 {
    margin-bottom: 60px;
  }
  
  .mt10 {
    margin-top: 10px;
  }
  
  .mt15 {
    margin-top: 15px;
  }
  
  .mt17 {
    margin-top: 17px;
  }
  
  .mt20 {
    margin-top: 20px;
  }
  
  .mt20-non-phone {
    margin-top: 0;
  }
  @media (min-width: 760px) {
    .mt20-non-phone {
      margin-top: 20px;
    }
  }
  
  .mt20-only-phone {
    margin-top: 20px;
  }
  @media (min-width: 760px) {
    .mt20-only-phone {
      margin-top: 0;
    }
  }
  
  .mt25 {
    margin-top: 25px;
  }
  
  .mt30 {
    margin-top: 30px;
  }
  
  .mt40 {
    margin-top: 40px;
  }
  
  .mt40-non-phone {
    margin-top: 0;
  }
  @media (min-width: 760px) {
    .mt40-non-phone {
      margin-top: 40px;
    }
  }
  
  .pt10 {
    padding-top: 10px;
  }
  
  .pt20 {
    padding-top: 20px;
  }
  
  .pt40 {
    padding-top: 40px;
  }
  
  .pt60 {
    padding-top: 60px;
  }
  
  .pb10 {
    padding-bottom: 10px;
  }
  
  .pb20 {
    padding-bottom: 20px;
  }
  
  .pb30 {
    padding-bottom: 30px;
  }
  
  .pb40 {
    padding-bottom: 40px;
  }
  
  .pb60 {
    padding-bottom: 60px;
  }
  
  .pb80 {
    padding-bottom: 80px;
  }
  
  .ta-c {
    text-align: center;
  }
  
  .ta-r {
    text-align: right;
  }
  
  .ta-l {
    text-align: left;
  }
  
  .whitebg {
    background: white;
  }
  
  .whitetxt {
    color: white;
  }
  
  .blacktxt {
    color: black;
  }
  
  @media (max-width: 760px) {
    .non-phone {
      display: none;
    }
  }
  @media (min-width: 760px) {
    .phone-only {
      display: none;
    }
  }
  
  @media (max-width: 975px) {
    .desktop-only {
      display: none;
    }
  }
  /*
  
      PRINT
  
  ------------------------------------------------------------------*/
  @media print {
    * {
      background: transparent !important;
      color: black !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      text-shadow: none !important;
      -webkit-filter: none !important;
              filter: none !important;
      -ms-filter: none !important;
    }
    a, a:visited {
      text-decoration: underline;
    }
    a[href^=http]:after {
      content: " <" attr(href) "> ";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
      content: "";
    }
    pre, blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr, img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page {
      margin: 0.5cm;
    }
    p, h2, h3 {
      orphans: 3;
      widows: 3;
    }
    h2, h3 {
      page-break-after: avoid;
    }
  }
  
  .tip01 { position:absolute; bottom:10%; left:50%; margin-left:-28px; width:56px;}
  @media (max-width: 760px) {
   .tip01 { bottom:3%; width:4rem; margin-left:-2rem;}
   .tip01 img { width:100%;}
   .popup__closebtn { width:1rem;}
   .popup__closebtn img { width:100%;}
  }