<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --content-background-lpc: #e8edf5;
  --primary-color-base: #ffe800;
}
.lpc-promotion-slider .lp-block-bg {
  pointer-events: none;
}
[data-media-source="media-xl"] .lpc-gap-block {
  padding: 32px 0;
}
.lpc-promotion-slider .lpc-button--type-1 {
  display: inline-flex;
  background: var(--primary-color-base);
  color: #000;
  padding: 0.445em 1.778em;
  border-radius: 6px;
  min-height: max(2.778em, 50px);
  line-height: 1;
  cursor: pointer;
  border: 1px solid #dedede;
}
.lpc-promotion-slider .lpc-button--type-1:hover {
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
}
</pre></body></html>