:root {
  --br-layout-width: 100vw;
  --br-rendered-width: var(--br-layout-width);
}

/* Bunnyroll layout helpers */

#container {
  width: var(--br-layout-width);
  max-width: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-x: clip;
}

#content {
  padding: 0;
}

.br-pge {
  container-type: inline-size;
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 932;
  overflow: hidden;
  isolation: isolate;
  background-color: #420084ff;
}

.br-ele {
  position: absolute;
  margin: 0;
  transform-origin: center;
}

.br-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  max-width: none;
  margin: 0;
}

/* External embeds are deliberately identifiable in exported HTML via
   .br-embed, data-br-embed-provider, and data-br-embed-consent. */
.br-embed {
  overflow: hidden;
  border-radius: 0.46875cqw;
  background: var(--br-theme-panel, #f5f5f0);
}

.br-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.br-embed[data-br-embed-type="code"][data-br-embed-status="loaded"] {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.br-embed-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.78125cqw;
  width: 100%;
  height: 100%;
  padding: 1.7187500000000002cqw;
  border: 0.15625cqw dashed var(--br-theme-button-detail, #777);
  color: var(--br-theme-text, #171717);
  text-align: center;
  font-size: 1.09375cqw;
  line-height: 1.35;
}

.br-embed-consent span {
  max-width: 34em;
  opacity: 0.75;
  font-size: 0.85em;
}

.br-embed-consent button {
  min-height: 2.96875cqw;
  padding: 0 1.25cqw;
  border: 0.078125cqw solid var(--br-theme-button-detail, #777);
  border-radius: 0.625cqw;
  color: var(--br-theme-button-text, #171717);
  background: var(--br-theme-button, #fff);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.br-embed-error {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.7187500000000002cqw;
  color: var(--br-theme-text, #171717);
  text-align: center;
  font-size: 1.09375cqw;
}

.br-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.78125cqw;
  overflow-wrap: anywhere;
  line-height: 1.08;
  border-radius: 0.234375cqw;
}

.br-ftr {
  position: absolute;
  z-index: 900;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875cqw;
  width: 100%;
  height: 4.375cqw;
  background-color: #420084ff;
  padding: 0 1.875cqw;
  font-size: 1.09375cqw;
  line-height: 1.4;
}

.br-cnt {
  width: 100%;
  min-width: 0;
  min-height: 1em;
  white-space: pre-wrap;
}


.br-txt p,
.br-txt ul,
.br-txt ol {
  margin: 0 0 0.45em;
  line-height: inherit;
}

.br-txt > :last-child {
  margin-bottom: 0;
}

.br-txt ul,
.br-txt ol {
  padding-left: 1.2em;
}

#content .br-txt li {
  line-height: inherit;
}

.br-pge::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("./img/background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}

.br-pge::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(#4b096214 1.40625cqw, transparent 1.40625cqw);
  background-size: 2.421875cqw 2.421875cqw;
  background-position: 0 0;
  background-repeat: repeat;
}

#item-1 {
  left: 0%;
  top: -6.406249999999999cqw;
  width: 100%;
  height: 38.671875cqw;
  transform: rotate(0deg);
  z-index: 1;
  opacity: 0.53;
}

#item-1 img {
  object-fit: cover;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-2 {
  left: 33.4375%;
  top: 2.8125cqw;
  width: 33.125%;
  height: 14.609375cqw;
  transform: rotate(0deg);
  z-index: 2;
  opacity: 1;
}

#item-2 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-3 {
  left: 15.625%;
  top: 4.296875cqw;
  width: 78.046875%;
  height: 31.25cqw;
  transform: rotate(0deg);
  z-index: 3;
  opacity: 1;
}

#item-3 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-4 {
  left: 18.828125%;
  top: 22.34375cqw;
  width: 26.5625%;
  height: 7.5cqw;
  transform: rotate(0deg);
  z-index: 4;
  opacity: 1;
}

#item-4 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

#item-5 {
  left: 58.984375%;
  top: 30.703124999999996cqw;
  width: 26.5625%;
  height: 7.5cqw;
  transform: rotate(0deg);
  z-index: 6;
  opacity: 1;
}

#item-5 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

#item-6 {
  left: 24.0625%;
  top: 34.84375cqw;
  width: 26.5625%;
  height: 7.5cqw;
  transform: rotate(0deg);
  z-index: 7;
  opacity: 1;
}

#item-6 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

#item-7 {
  left: 54.37499999999999%;
  top: 41.171875cqw;
  width: 26.5625%;
  height: 7.5cqw;
  transform: rotate(0deg);
  z-index: 8;
  opacity: 1;
}

#item-7 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

#item-8 {
  left: 57.1875%;
  top: 45.9375cqw;
  width: 9.21875%;
  height: 3.90625cqw;
  transform: rotate(0deg);
  z-index: 9;
  opacity: 1;
}

#item-8 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

#item-9 {
  left: 66.796875%;
  top: 45.390625cqw;
  width: 10.15625%;
  height: 5cqw;
  transform: rotate(0deg);
  z-index: 10;
  opacity: 1;
}

#item-9 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

#item-10 {
  left: 68.046875%;
  top: 48.828125cqw;
  width: 8.203125%;
  height: 4.453125cqw;
  transform: rotate(0deg);
  z-index: 11;
  opacity: 1;
}

#item-10 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

#item-11 {
  left: 57.89062499999999%;
  top: 48.828125cqw;
  width: 8.28125%;
  height: 3.9843749999999996cqw;
  transform: rotate(0deg);
  z-index: 12;
  opacity: 1;
}

#item-11 .br-txt {
  font-family: var(--br-font-pixelify-sans);
  font-size: 1.9cqw;
  font-weight: 400;
  color: #0a0a16;
  text-align: center;
}

@media (max-width: 800px) {
  :root:not([data-br-layout]) #content {
    overflow: hidden;
  }

  :root:not([data-br-layout]) .br-pge {
    --br-rendered-width: calc(1.6 * var(--br-layout-width));
    width: calc(1.6 * 100%);
    margin-left: -30%;
  }
}

:root[data-br-layout="desktop"] .br-pge {
  --br-rendered-width: var(--br-layout-width);
  width: 100%;
  margin-left: 0;
}

:root[data-br-layout="mobile"] #content {
  overflow: hidden;
}

:root[data-br-layout="mobile"] .br-pge {
  --br-rendered-width: calc(1.6 * var(--br-layout-width));
  width: calc(1.6 * 100%);
  margin-left: -30%;
}
