<!DOCTYPE HTML>
  <html>
      <head>
          <script>
              function cont() {
                  document.cookie = "Deterrence-Bypass=1; domain=live-dz-premier-v3.pantheonsite.io; path=/; max-age=86400;";
                  window.location.reload();
              }
          </script>
          <meta charset="utf-8" />
          <meta name="viewport" content="width=device-width,initial-scale=1" />
          <link rel="preconnect" href="https://fonts.googleapis.com" />
          <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
          <link
              href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"
              rel="stylesheet"
          />
          <style>
              body {
                  display: grid;
                  grid-template-columns: 1fr 45rem 1fr;
                  grid-template-rows: 1fr 1fr 4rem 4rem 1fr;
                  color: rgb(35 35 45);
                  font-family: Poppins, sans-serif;
                  font-weight: 400;
              }
              h1 {
                  grid-column: 2;
                  grid-row: 2;
                  text-align: center;
              }
              p {
                  grid-column: 2;
                  grid-row: 3;
                  justify-self: center;
                  align-self: center;
              }
              p:last-of-type {
                  grid-row: 4;
              }
              .pds-button {
                  grid-column: 2;
                  grid-row: 5;
                  justify-self: center;
                  align-self: center;
                  background-color: rgb(79 50 206);
                  border: 1px solid rgb(79 50 206);
                  border-radius: 0.1875rem;
                  box-sizing: border-box;
                  color: rgb(255 255 255);
                  cursor: pointer;
                  font-family: Poppins, sans-serif;
                  font-size: 1rem;
                  font-weight: 600;
                  gap: 0.64rem;
                  height: 2.25rem;
                  letter-spacing: 0.025em;
                  line-height: 1;
                  max-height: 2.25rem;
                  padding: 0.625rem 0.8125rem;
                  text-decoration: none;
                  transition: all 0.2s ease-in-out 0s;
                  white-space: nowrap;
              }
              @media (max-width: 699px) {
                  body {
                      display: block;
                      padding: 5px;
                  }
                  h1 {
                      margin-top: 4rem;
                      font-size: 1.75rem;
                  }
                  p {
                      text-align: center;
                      font-size: 1.1rem;
                      margin: 2rem 0 2rem 0;
                  }
                  button {
                      display: block;
                  }
              }
              @media (min-width: 700px) and (max-width: 1100px) {
                  body {
                      display: block;
                      padding: 5px;
                  }
                  p {
                      font-size: 1.1rem;
                  }
                  button {
                      display: block;
                  }
              }
          </style>
      </head>
      <body>
          <h1>This website is hosted in a sandbox environment at Pantheon.</h1>
          <p>
              Sandboxes are typically used for development and testing purposes.
          </p>
          <p>
              Be cautious before entering any personal or financial information.
          </p>
          <button class="pds-button" onclick='cont()'>Continue</button>
      </body>
  </html>