@font-face {
    font-family: 'Futura Md BT';
    src: url('FuturaBT-Medium.eot');
    src: url('FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('FuturaBT-Medium.woff2') format('woff2'),
        url('FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk';
    src: url('FuturaBT-Book.eot');
    src: url('FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('FuturaBT-Book.woff2') format('woff2'),
        url('FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

      a,
      button,
      input,
      select,
      h1,
      h2,
      h3,
      h4,
      h5,
      * {
        margin: 0;
        padding: 0;
        border: none;
        text-decoration: none;
        appearance: none;
        background: none;
      }

.splashscreen-ppds,
.splashscreen-ppds * {
  box-sizing: border-box;
}
.splashscreen-ppds {
      background: rgba(255, 255, 255, 0.53);
      width: 100%; /* Use percentages for responsive width */
      height: 100vh; /* Use viewport height for responsive height */
      position: relative;
      overflow: scroll;
}

.outerframe {
  background: var(--neutrals-white, #ffffff);
  border-radius: 4px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* Center the element */
  box-shadow: var(
    --depth-onbe-depth-16-box-shadow,
    0px 6.4px 14.4px 0px rgba(81, 94, 108, 0.13),
    0px 1.2px 3.6px 0px rgba(81, 94, 108, 0.1)
  );
}

.groupdiv {
  flex-shrink: 0;
  width: 332px;
  height: 250px;
  position: static;
}

.innerframe {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 40px;
  top: 40px;
}

.contentframe {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.redirection-message {
  color: var(--onbe-brand-jet-black, #212121);
  text-align: center;
  font: 400 16px/25px "Futura Bk", sans-serif;
  position: relative;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons {
  background: #212121;
  border-radius: 4px;
  padding: 16px 15px 16px 15px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 332px;
  height: 48px;
  position: relative;
  cursor: pointer;

}
.label {
  color: var(--white, #ffffff);
  text-align: left;
  font: 400 18px/18px "Futura Bk", sans-serif;
  position: relative;
}
