
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
*, :before, :after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #757f95;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #20232a;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
p {
  margin: 0;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
img, svg {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
button, input, select, textarea {
  font: inherit;
}
button {
  margin: 0;
  text-transform: none;
}
[hidden] {
  display: none !important;
}
.dz-icon {
  display: inline-block;
  line-height: 1;
  font-style: normal;
}
.theme-btn {
  font-size: 16px;
  padding: 10px 24px;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  z-index: 1;
  color: #fff;
  background: #ee6107;
  box-shadow: 0 0 40px 5px #0000000d;
}
.theme-btn .dz-icon {
  margin-left: 10px;
}
.theme-btn:hover {
  background: #bb4300;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #794c87;
  outline-offset: 4px;
}

html, body {
  overflow-x: clip;
}
.dz-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #f7fdff;
  border-bottom: 1px solid #d2edf1;
  font-family: "Roboto", Arial, sans-serif;
}
.dz-header + .main {
  margin-top: 0;
}
.dz-header-inner {
  max-width: 1600px;
  margin: auto;
  min-height: 72px;
  padding: 10px 32px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.dz-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  color: #087f94;
}
.dz-brand:hover {
  color: #075a75;
}
.dz-brand-mark {
  width: 32px;
  height: 35px;
  fill: none;
  stroke: #d7a93e;
}
.dz-brand-mark .dz-trident-stem {
  fill: none;
  stroke: #d7a93e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dz-brand-mark .dz-trident-tips {
  fill: #d7a93e;
  stroke: none;
}
.dz-wordmark {
  font: italic 900 23px/1 Arial, sans-serif;
  letter-spacing: -1.2px;
}
.dz-wordmark > span {
  color: #d19a2f;
}
.dz-wordmark small {
  display: block;
  margin-top: 6px;
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: 6px;
  color: #087f94;
  text-align: center;
}
.dz-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-left: auto;
}
.dz-nav a {
  color: #103f55;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
}
.dz-nav a:hover {
  color: #078ca0;
}
.dz-header-action {
  flex-shrink: 0;
}
.dz-header .theme-btn, .dz-hero .theme-btn {
  background: #078ca0;
  color: #fff;
}
.dz-header .theme-btn::before, .dz-hero .theme-btn::before {
  background: #056879;
}
.dz-header .theme-btn:hover, .dz-hero .theme-btn:hover {
  color: #fff;
}
.dz-header a:focus-visible, .dz-hero a:focus-visible {
  outline: 3px solid #d7a93e;
  outline-offset: 5px;
}
.dz-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #effbfc;
  color: #073b55;
  font-family: "Roboto", Arial, sans-serif;
  min-height: max(800px, calc(min(56.28vw, 810px) + 80px));
}
.dz-hero-art {
  position: absolute;
  z-index: -3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  mask-image: linear-gradient(to bottom, transparent, #000 10%), linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-composite: intersect;
}
.dz-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(#effbfc88, transparent 18%);
}
.dz-hero-inner {
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding: 32px 24px 260px;
  display: flex;
  justify-content: center;
}
.dz-hero-copy {
  width: 60%;
  max-width: 900px;
  text-align: center;
}
.dz-eyebrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #087f94;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 13px;
}
.dz-eyebrow > span {
  width: 20px;
  height: 2px;
  background: #d7a93e;
}
.dz-hero h1 {
  color: #073b55;
  font: 900 clamp(40px, 4vw, 66px) / 1.04 "Roboto", Arial, sans-serif;
  letter-spacing: -2px;
  margin: 0 0 16px;
}
.dz-hero h1 span {
  color: #078ca0;
  overflow-wrap: anywhere;
}
.dz-hero-description {
  max-width: 490px;
  margin: 0 auto 19px;
  color: #365d6d;
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}
.dz-hero-note {
  margin: 15px 0 0;
  color: #587986;
  font-size: 11px;
  line-height: 1.5;
}
@media (min-width: 1800px) {
  .dz-hero {
    min-height: 890px;
  }
  .dz-hero-art {
    max-width: 1440px;
  }
  .dz-hero-inner {
    padding-top: 45px;
  }
}
@media (max-width: 1150px) {
  .dz-header-inner {
    gap: 7px;
    padding: 10px 22px 5px;
    flex-wrap: wrap;
  }
  .dz-header-action {
    margin-left: auto;
  }
  .dz-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    margin: 0;
    gap: 35px;
  }
  .dz-hero {
    min-height: 850px;
  }
  .dz-hero-copy {
    width: 64%;
  }
  .dz-hero-inner {
    padding-top: 45px;
  }
  .dz-hero-description {
    max-width: 390px;
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .dz-header-inner {
    padding: 9px 16px 5px;
    gap: 6px;
  }
  .dz-brand {
    gap: 5px;
  }
  .dz-brand-mark {
    width: 26px;
    height: 33px;
  }
  .dz-wordmark {
    font-size: 20px;
  }
  .dz-wordmark small {
    font-size: 8px;
    letter-spacing: 4px;
  }
  .dz-nav {
    justify-content: flex-start;
    gap: 25px;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 3px;
  }
  .dz-nav a {
    font-size: 12px;
  }
  .dz-hero {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    min-height: 0;
  }
  .dz-hero-inner {
    order: 0;
    padding: 42px 19px 0;
    width: 100%;
  }
  .dz-hero-copy {
    width: 100%;
    max-width: 580px;
  }
  .dz-eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: 2.6px;
  }
  .dz-hero h1 {
    font-size: clamp(34px, 8.4vw, 57px);
    letter-spacing: -1.4px;
    margin-bottom: 20px;
  }
  .dz-hero-description {
    font-size: 14px;
    max-width: 340px;
    line-height: 1.65;
    margin-bottom: 23px;
  }
  .dz-hero-note {
    font-size: 10px;
  }
  .dz-hero-art {
    order: 1;
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    height: auto;
    z-index: -1;
    margin-top: 8px;
    mask-image: linear-gradient(to bottom, transparent, #000 10%);
  }
  .dz-hero-shade {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dz-header *, .dz-hero * {
    transition: none !important;
  }
}
@media (min-width: 701px) {
  .dz-hero {
    height: calc(100svh - var(--dz-header-height, 95px));
    min-height: 0;
  }
  .dz-hero-inner {
    padding: 16px 24px 0;
  }
  .dz-hero-copy {
    width: 76%;
    max-width: 1100px;
  }
  .dz-eyebrow {
    margin-bottom: 9px;
    font-size: 9px;
  }
  .dz-hero h1 {
    font-size: clamp(28px, 5svh, 48px);
    line-height: 1.04;
    margin-bottom: 11px;
    letter-spacing: -1px;
  }
  .dz-hero-description {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 12px;
    max-width: 570px;
  }
  .dz-hero-note {
    margin-top: 9px;
    font-size: 10px;
  }
  .dz-hero-art {
    width: auto;
    max-width: 100%;
    height: min(100%, calc((100% - var(--dz-copy-height, 270px) - 12px) / 0.65));
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
  }
}

.dz-games {
  background:
    radial-gradient(circle at 8% 12%, #77e1df38 0 130px, transparent 310px),
    radial-gradient(circle at 94% 32%, #d9b7582b 0 100px, transparent 270px),
    linear-gradient(180deg, #effbfc 0, #dff5f5 180px, #f8ffff 620px);
  color: #073b55;
  padding: 32px 20px 40px;
  scroll-margin-top: 90px;
}
.dz-games * {
  box-sizing: border-box;
}
.dz-games-inner {
  display: grid;
  grid-template-columns: 390px minmax(0, 820px);
  justify-content: center;
  gap: 22px;
  align-items: start;
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}
.dz-games-sidebar {
  position: static;
  min-width: 0;
}
.dz-games-heading {
  display: block;
  text-align: left;
  margin: 0 0 22px;
}
.dz-games-heading .dz-games-eyebrow {
  display: block;
  margin-bottom: 10px;
}
.dz-games-heading > p {
  max-width: 580px;
}
.dz-games-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #087f94;
  text-transform: uppercase;
}
.dz-games h2 {
  font-size: clamp(29px, 2.6vw, 38px);
  line-height: 1.12;
  margin: 0;
  color: #073b55;
  text-wrap: balance;
}
.dz-games h2 em {
  font-style: normal;
  color: #078ca0;
}
.dz-games p {
  font-size: 15px;
  line-height: 1.6;
  color: #466a78;
  margin: 0;
}
.dz-games-types {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}
.dz-games-types .dz-games-choice {
  justify-content: flex-start;
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  margin: 0;
  padding: 13px 16px;
  border: 1px solid #b8dfe3;
  background: #faffff;
}
.dz-games-types .dz-games-choice::after { margin-left: auto; }
.dz-games-mascot {
  display: block;
  width: min(225px, 100%);
  max-height: 270px;
  object-fit: contain;
  object-position: center top;
  margin: 18px auto -18px;
  filter: none;
}
.dz-games-panel {
  background: #f8ffffd9;
  border: 1px solid #b8dfe3;
  border-radius: 24px;
  padding: 18px 22px 22px;
  min-width: 0;
  width: 100%;
  margin: 0;
}
.dz-games-types .dz-games-choice[aria-pressed="true"]::after {
  content: "✓";
  font-size: 14px;
  font-weight: 800;
}
.dz-games-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #bddfe2;
  border-radius: 100px;
  background: #faffff;
  color: #174f62;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 24px;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.dz-games-choice i {
  font-size: 15px;
}
.dz-games-types .dz-games-choice[aria-pressed="true"] {
  background: linear-gradient(135deg, #087f94, #0da9ad);
  border-color: #087f94;
  color: #fff;
  box-shadow: 0 5px 13px #087f9428;
}
.dz-games-choice:hover {
  background: #e2f7f7;
  border-color: #65bdc5;
}
.dz-games button:focus-visible {
  outline: 3px solid #d7a93e;
  outline-offset: 4px;
}
.dz-games-slot-intro {
  display: none;
}
.dz-games-slot-intro h3 {
  font-size: 23px;
  line-height: 1.3;
  color: #073b55;
  margin: 0 0 10px;
}
.dz-games-collections {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #cde7e9;
}
.dz-games-collections-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #527985;
  margin: 0;
}
.dz-games-collections-toolbar {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 32px;
}
.dz-games-collections .dz-games-choice {
  font-size: 13px;
  padding: 11px 17px;
  border-color: #b8dfe3;
  background: #faffff;
  border-radius: 10px;
}
.dz-games-collections .dz-games-choice::after {
  content: "✓";
  visibility: hidden;
  font-size: 14px;
  font-weight: 800;
}
.dz-games-collections .dz-games-choice[aria-pressed="true"]::after {
  visibility: visible;
}
.dz-games-collections .dz-games-choice[aria-pressed="true"] {
  background: #078ca0;
  color: #fff;
  border-color: #078ca0;
  box-shadow: 0 3px 9px #078ca020;
}
.dz-games-collection-heading {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.dz-games-collection-heading > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
.dz-games-collection-heading p {
  max-width: 860px;
}
.dz-games-collection-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #dff5f5;
  color: #078ca0;
  font-size: 20px;
}
.dz-games-collection h3 {
  font-size: 26px;
  line-height: 1.25;
  color: #073b55;
  margin: 0 0 9px;
}
.dz-games-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 210px));
  gap: 18px 20px;
  align-items: start;
  justify-content: center;
}
.dz-game-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 0;
  width: 100%;
  border: 0;
  position: static;
  overflow: visible;
  border-radius: 12px;
  background: transparent;
  color: #073b55;
  padding: 0;
  cursor: pointer;
  font: inherit;
  box-shadow: none;
  transition: none;
}
.dz-game-card:hover { transform: none; box-shadow: none; }
.dz-games-grid .dz-game-card:nth-child(1) { order: 2; }
.dz-games-grid .dz-game-card:nth-child(2) { order: 1; }
.dz-games-grid .dz-game-card:nth-child(3) { order: 4; }
.dz-games-grid .dz-game-card:nth-child(4) { order: 3; }
.dz-games-grid .dz-game-card:nth-child(5) { order: 6; }
.dz-games-grid .dz-game-card:nth-child(6) { order: 5; }
.dz-game-card:hover .dz-game-title, .dz-game-card[aria-expanded="true"] .dz-game-title {
  color: #087f94;
}
.dz-game-card[aria-expanded="true"] .dz-game-cover {
  outline: 3px solid #d7a93e;
  outline-offset: 3px;
}
.dz-game-title {
  position: static;
  margin: 7px 0 3px;
  padding: 0;
  color: #073b55;
  background: none;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: break-word;
}
.dz-game-more {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #087f94;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  margin: 0;
}
.dz-game-more > span {
  font-size: 14px;
  text-decoration: none;
}
.dz-game-rule {
  position: relative;
  margin-top: 18px;
  border: 1px solid #91cdd2;
  border-top: 5px solid #d7a93e;
  border-radius: 20px;
  background: linear-gradient(135deg, #eefafa, #faffff);
  padding: 27px 65px 29px 30px;
  scroll-margin-top: 110px;
}
.dz-game-rule h4 {
  font-size: 26px;
  line-height: 1.25;
  color: #073b55;
  margin: 10px 0 12px;
}
.dz-game-rule p {
  max-width: 1060px;
  color: #466a78;
}
.dz-game-close {
  position: absolute;
  right: 17px;
  top: 17px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #b8dfe3;
  border-radius: 50%;
  background: #f8ffff;
  color: #087f94;
  font-size: 24px;
  cursor: pointer;
}
.dz-games [hidden] {
  display: none !important;
}
.dz-games-subheading {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
  margin: 0 0 20px;
}
.dz-games-subheading h4 {
  font-size: 23px;
  line-height: 1.3;
  color: #073b55;
  margin: 0;
}
.dz-games-subheading p {
  max-width: 860px;
}
@media (max-width: 760px) {
  .dz-games-subheading {
    display: block;
  }
  .dz-games-subheading h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.dz-games:not(.dz-games-ready) .dz-games-collection {
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .dz-games-inner {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
    max-width: 1040px;
  }
  .dz-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
  }
  .dz-games-heading {
    margin-bottom: 18px;
  }
  .dz-games-slot-intro {
    display: none;
  }
  .dz-games-collection-heading > div {
    grid-template-columns: 180px 1fr;
    gap: 20px;
  }
  .dz-games-mascot {
    max-height: 250px;
  }
}
@media (max-width: 760px) {
  .dz-games-inner {
    display: block;
  }
  .dz-games-sidebar {
    position: static;
  }
  .dz-games-heading {
    display: block;
  }
  .dz-games-heading .dz-games-eyebrow {
    display: block;
  }
  .dz-games-heading h2 {
    margin-bottom: 16px;
  }
  .dz-games-slot-intro {
    display: block;
  }
  .dz-games-collection-heading > div {
    display: block;
  }
  .dz-games-collection-heading {
    padding: 16px;
  }
  .dz-games-slot-intro h3 {
    font-size: 21px;
  }
  .dz-games-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 20px;
  }
  .dz-games-mascot {
    display: none;
  }
  .dz-games {
    padding-top: 36px;
  }
}
@media (max-width: 600px) {
  .dz-games {
    padding: 55px 18px;
  }
  .dz-games p {
    font-size: 14px;
  }
  .dz-games-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .dz-games-choice {
    font-size: 13px;
    padding: 13px 15px;
  }
  .dz-games-collections {
    gap: 5px;
  }
  .dz-games-collections .dz-games-choice {
    padding: 10px 12px;
    font-size: 12px;
  }
  .dz-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .dz-game-title {
    font-size: 14px;
  }
  .dz-games-collection-heading {
    gap: 12px;
  }
  .dz-games-collection h3 {
    font-size: 23px;
  }
  .dz-games-collection-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 16px;
  }
  .dz-game-rule {
    padding: 22px 45px 22px 20px;
  }
  .dz-game-rule h4 {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dz-games button {
    transition: none;
  }
  .dz-game-card:hover {
    transform: none;
  }
}
.dz-game-cover {
  display: block;
  align-self: stretch;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #dceff1;
  border: 3px solid #fff;
  box-shadow: 0 4px 0 #b8dfe3, 0 8px 18px #073b5512;
}
.dz-game-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dz-game-rule .dz-game-intro {
  margin-bottom: 18px;
}
.dz-game-rule h5 {
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  color: #381530;
  margin: 0 0 8px;
}
.dz-game-rule p + h5 {
  margin-top: 16px;
}
.dz-games-explainer {
  position: relative;
  margin: 0;
}
.dz-games-explainer summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  cursor: pointer;
  list-style: none;
  padding: 5px 9px 5px 11px;
  border: 1px solid #b88ac7;
  border-radius: 10px;
  background: #fffcff;
  color: #633076;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 5px #6330760d;
}
.dz-games-explainer summary:hover {
  background: #eadcf0;
  border-color: #793d8b;
}
.dz-games-explainer[open] summary {
  background: #793d8b;
  border-color: #793d8b;
  color: #fff;
}
.dz-games button, .dz-games a, .dz-games summary {
  cursor: pointer;
}
.dz-games-explainer summary::-webkit-details-marker {
  display: none;
}
.dz-games-explainer summary:focus-visible {
  outline: 3px solid #9d57ae;
  outline-offset: 4px;
}
.dz-games-explainer summary > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #793d8b14;
  font-size: 16px;
  line-height: 1;
}
.dz-games-explainer[open] summary > span {
  transform: rotate(45deg);
}
.dz-games-explainer-copy {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  right: 0;
  width: min(680px, calc(100vw - 80px));
  max-width: 820px;
  padding: 20px 22px;
  border: 1px solid #b88ac7;
  border-radius: 14px;
  background: #fffcff;
  box-shadow: 0 16px 40px #38153020;
}
.dz-games-explainer-copy h4 {
  font-size: 20px;
  color: #381530;
  margin: 22px 0 9px;
}
.dz-games-explainer-copy h4:first-child {
  margin-top: 0;
}
.dz-games-explainer-copy p + p {
  margin-top: 16px;
}
@media (max-width: 760px) {
  .dz-games-panel {
    margin: 0;
    padding: 20px 16px;
    border-radius: 0 0 16px 16px;
  }
  .dz-games-types {
    margin: 0;
    padding: 0;
    gap: 0;
  }
  .dz-games-types .dz-games-choice {
    flex: 1;
    padding: 14px 10px;
    font-size: 13px;
  }
  .dz-games-collection-heading {
    padding: 0;
  }
  .dz-games-types .dz-games-choice i {
    display: none;
  }
}
@media (max-width: 600px) {
  .dz-games-types {
    display: flex;
    flex-wrap: nowrap;
  }
  .dz-games-types .dz-games-choice {
    font-size: 12px;
    gap: 4px;
    padding: 13px 5px;
    line-height: 1.3;
  }
  .dz-games-types .dz-games-choice[aria-pressed="true"]::after {
    display: none;
  }
  .dz-games-panel {
    padding: 20px 12px;
  }
  .dz-games-collections {
    gap: 8px;
  }
  .dz-games-collections .dz-games-choice {
    padding: 10px;
    font-size: 12px;
  }
  .dz-games-collection-heading {
    gap: 8px;
  }
  .dz-games-collection-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.dz-live {
  --live-ink: #073f3b;
  --live-wine: #087c70;
  --live-muted: #416b67;
  --live-gold: #e8bd55;
  position: relative;
  background:
    radial-gradient(circle at 14% 54%, #5debd44d 0 150px, transparent 390px),
    radial-gradient(circle at 88% 14%, #f5d77926 0 110px, transparent 340px),
    linear-gradient(145deg, #004f49 0%, #00796b 48%, #00927f 100%);
  color: #f3fffc;
  padding: 72px 24px 48px;
  isolation: isolate;
  scroll-margin-top: 24px;
  border-top: 0;
}
.dz-live * {
  box-sizing: border-box;
}
.dz-live [hidden] {
  display: none !important;
}
.dz-live-inner {
  max-width: 1420px;
  margin: auto;
}
.dz-live-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 24px;
}
.dz-live .dz-live-eyebrow {
  display: block;
  color: var(--live-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.5;
}
.dz-live .dz-live-heading h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #f5fffd;
  margin: 0;
}
.dz-live-heading h2 em {
  font-weight: 800;
  font-style: normal;
  color: #f0c45c;
}
.dz-live-welcome {
  display: block;
  padding: 20px 24px;
  border-left: 2px solid #e9c461;
  background: #ffffff0d;
  border-radius: 0 18px 18px 0;
}
.dz-live-seal {
  display: none;
}
.dz-live p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--live-muted);
  margin: 0;
}
.dz-live-heading p {
  color: #d8efeb;
}
.dz-live-layout {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  background: #fffaf4;
  border: 7px solid #f6d4a2;
  border-radius: 38px;
  box-shadow: 0 5px 0 #d2a76f, 0 14px 0 #a86bc8, 0 18px 0 #8650a9, 0 34px 50px #813e9b20;
  overflow: hidden;
}
.dz-live-sidebar {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  background: linear-gradient(155deg, #0b6d63, #064c47 75%);
  border-radius: 0;
  padding: 30px 18px 24px;
  color: var(--live-ink);
  box-shadow: none;
  border-right: 1px solid #e2c8ed;
}
.dz-live-menu-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 0 10px 20px;
  color: #f0cf78;
}
.dz-live-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#dz-live-tab-shows { order: 1; }
#dz-live-tab-roulette { order: 2; }
#dz-live-tab-blackjack { order: 3; }
#dz-live-tab-baccarat { order: 4; }
#dz-live-tab-poker { order: 5; }
#dz-live-tab-dice { order: 6; }
.dz-live button {
  font-family: inherit;
  cursor: pointer;
}
.dz-live-tab {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
  padding: 15px 12px;
  border: 1px solid #85c6bc66;
  border-radius: 16px;
  background: #ffffff0d;
  color: #eafffb;
  font-size: 14px;
  font-weight: 700;
  min-height: 58px;
  width: 100%;
  box-shadow: 0 3px 0 #d7b8e238;
}
.dz-live-tab:hover {
  background: #ffffff1a;
  border-color: #86d8cb;
}
.dz-live-tab[aria-selected="true"] {
  background: linear-gradient(135deg, #f3d477, #dfa93b);
  color: #063f3a;
  border-color: #f3d477;
  box-shadow: 0 4px 0 #a77b25, 0 8px 18px #002b2838;
}
.dz-live-tab-icon {
  font-size: 24px;
  font-family: Georgia, serif;
  line-height: 1;
  width: 25px;
  text-align: center;
  flex-shrink: 0;
}
.dz-live-tab-arrow {
  margin-left: auto;
  font-size: 15px;
  opacity: 0;
}
.dz-live-tab[aria-selected="true"] .dz-live-tab-arrow {
  opacity: 1;
}
.dz-live-side-note {
  border-top: 0;
  margin: 20px 0 0;
  padding-top: 0;
  text-align: center;
}
.dz-live-side-note > span {
  display: none;
}
.dz-live-side-note i {
  font-style: normal;
  color: #e9a49e;
}
.dz-live .dz-live-side-note p {
  color: #d8efeb;
  font-size: 12px;
  line-height: 1.7;
}
.dz-live-stage {
  min-width: 0;
  background: linear-gradient(145deg, #064f49, #087368);
  border: 0;
  border-radius: 0;
  padding: 30px;
  box-shadow: none;
}
.dz-live-panel:focus {
  outline: none;
}
.dz-live .dz-live-panel-heading h3 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #f5fffd;
  margin: 0 0 12px;
}
.dz-live-panel-heading {
  padding-right: 0;
}
.dz-live-stage p {
  color: #d2ebe6;
}
.dz-live-panel-heading .dz-live-eyebrow {
  margin-bottom: 6px;
}
.dz-live-guide {
  margin: 16px 0 24px;
}
.dz-live-guide summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  padding: 9px 15px;
  background: #d9f2ed;
  border: 1px solid #9bcfc6;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #087064;
  cursor: pointer;
  box-shadow: 0 2px 0 #dcbce84d;
}
.dz-live-guide summary::-webkit-details-marker {
  display: none;
}
.dz-live-guide summary:hover {
  background: #caeae4;
}
.dz-live-guide summary span {
  font-size: 20px;
  line-height: 1;
}
.dz-live-guide[open] summary {
  background: #087c70;
  color: #fff;
  border-color: #087c70;
}
.dz-live-guide[open] summary span {
  transform: rotate(45deg);
}
.dz-live-guide > div {
  padding: 17px 0 0;
  max-width: 75ch;
}
.dz-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 230px));
  gap: 24px;
  justify-content: center;
  max-width: 738px;
  margin-inline: auto;
}
.dz-live-grid .dz-live-card:nth-child(1) { order: 2; }
.dz-live-grid .dz-live-card:nth-child(2) { order: 1; }
.dz-live-grid .dz-live-card:nth-child(3) { order: 4; }
.dz-live-grid .dz-live-card:nth-child(4) { order: 3; }
.dz-live-grid .dz-live-card:nth-child(5) { order: 6; }
.dz-live-grid .dz-live-card:nth-child(6) { order: 5; }
.dz-live .dz-live-card {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
  transition: none;
}
.dz-live-game {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 0;
  border-radius: 13px;
  color: #f5fffd;
}
.dz-live-game img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 18px;
  background: #d7f0eb;
  border: 3px solid #fff;
  box-shadow: 0 4px 0 #80bdb3, 0 8px 18px #003f3920;
}
.dz-live-game-name {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  margin: 11px 0 7px;
  overflow-wrap: anywhere;
}
.dz-live-game-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-top: auto;
  color: #087c70;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dz-live-game-action > span {
  font-size: 14px;
  line-height: 1;
}
.dz-live-game:hover img, .dz-live-game[aria-expanded="true"] img {
  outline: 3px solid #b676d5;
  outline-offset: 1px;
}
.dz-live-game:hover .dz-live-game-name, .dz-live-game[aria-expanded="true"] .dz-live-game-name {
  color: #f0c45c;
}
.dz-live :is(button, summary):focus-visible {
  outline: 3px solid #aa7430;
  outline-offset: 5px;
}
.dz-live-rule {
  position: relative;
  margin-top: 24px;
  padding: 26px;
  background: #e2f4f0;
  border: 1px solid #a8d5cd;
  border-radius: 20px;
  scroll-margin-top: 24px;
}
.dz-live-rule:focus {
  outline: none;
}
.dz-live .dz-live-rule h4 {
  font: 800 26px/1.2 "Trebuchet MS", Arial, sans-serif;
  color: var(--live-ink);
  margin: 0 44px 14px 0;
}
.dz-live-rule > .dz-live-eyebrow {
  padding-right: 38px;
  font-size: 10px;
}
.dz-live-rule-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfc4ec;
}
.dz-live .dz-live-rule h5 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  color: #633247;
  margin: 0 0 8px;
}
.dz-live-close {
  position: absolute;
  right: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d7b3e7;
  background: #fff9ff;
  color: #743c90;
  font-size: 25px;
  line-height: 1;
}
.dz-live .dz-live-compare {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: 12px;
  padding: 16px;
  margin-top: 24px;
  border: 1px solid #f0d7ba;
  border-radius: 13px;
  background: #fff0dd;
  color: #8f582b;
}
.dz-live-compare > span {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.dz-live-side-note::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1122/1402;
  background: url("../img/games/neptune-play/neptune-games-guide.png") center/contain no-repeat;
  margin: 0 auto 6px;
  filter: drop-shadow(0 0 16px #ffffff) drop-shadow(0 0 34px #c9fff3aa);
}
@media (min-width: 761px) {
  .dz-live {
    padding: 44px 28px 32px;
  }
  .dz-live-inner {
    max-width: 1420px;
  }
  .dz-live .dz-live-heading h2 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }
  .dz-live-layout {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  .dz-live-sidebar {
    padding: 0;
    background: transparent;
    border-right: 0;
    align-self: start;
  }
  .dz-live-side-note {
    margin: 42px -12px 0;
  }
  .dz-live-menu-label {
    padding-bottom: 14px;
  }
  .dz-live-nav {
    gap: 8px;
  }
  .dz-live-tab {
    min-height: 46px;
    padding: 10px;
    gap: 8px;
    font-size: 13px;
    border-radius: 12px;
  }
  .dz-live-tab-icon {
    font-size: 20px;
    width: 22px;
  }
  .dz-live-stage {
    padding: 24px 30px;
    background: linear-gradient(145deg, #064f49, #087368);
    border: 1px solid #47bba8;
    border-radius: 24px;
    box-shadow: inset 0 1px 0 #ffffff16, 0 18px 36px #003b3528;
  }
  .dz-live-panel {
    max-width: none;
    margin-inline: 0;
  }
  .dz-live .dz-live-panel-heading h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .dz-live-guide {
    margin: 12px 0 18px;
  }
  .dz-live-grid {
    grid-template-columns: repeat(3, minmax(0, 230px));
    justify-content: center;
    gap: 22px;
    max-width: 734px;
    margin-inline: auto;
  }
  .dz-live-game img {
    border-radius: 14px;
  }
  .dz-live-game-name {
    font-size: 13px;
    margin: 9px 0 5px;
  }
  .dz-live .dz-live-compare {
    margin-top: 18px;
    padding: 12px;
    font-size: 11px;
  }
}
@media (min-width: 761px) and (max-width: 1150px) {
  .dz-live-inner {
    max-width: 920px;
  }
  .dz-live-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .dz-live {
    padding: 54px 24px 36px;
  }
  .dz-live-heading {
    gap: 28px;
  }
  .dz-live-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .dz-live-sidebar {
    padding: 24px 12px;
  }
  .dz-live-tab {
    padding: 12px 10px;
    gap: 8px;
    font-size: 13px;
  }
  .dz-live-stage {
    padding: 24px;
  }
  .dz-live-grid {
    gap: 20px 14px;
  }
  .dz-live-game-name {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .dz-live {
    padding: 42px 18px 30px;
  }
  .dz-live-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 26px;
  }
  .dz-live .dz-live-heading h2 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }
  .dz-live-layout {
    display: block;
    border-width: 4px;
    border-radius: 26px;
    box-shadow: 0 4px 0 #d2a76f, 0 10px 0 #a86bc8, 0 13px 0 #8650a9, 0 20px 30px #813e9b18;
  }
  .dz-live-sidebar {
    padding: 16px 12px 10px;
    border-right: 0;
    border-bottom: 1px solid #e2c8ed;
  }
  .dz-live-menu-label {
    padding: 0 5px 10px;
    font-size: 9px;
  }
  .dz-live-menu-label::after {
    content: "Swipe to explore →";
    float: right;
    letter-spacing: 0;
    font-size: 10px;
    font-weight: 400;
  }
  .dz-live-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding: 3px 3px 9px;
    scrollbar-width: thin;
    scrollbar-color: #ba83cc #f5e0f8;
  }
  .dz-live-tab {
    width: auto;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 9px 12px;
    gap: 8px;
    font-size: 13px;
    white-space: nowrap;
    border-radius: 12px;
  }
  .dz-live-tab-icon {
    font-size: 19px;
    width: 20px;
  }
  .dz-live-tab-arrow {
    display: none;
  }
  .dz-live-side-note {
    display: none;
  }
  .dz-live-stage {
    padding: 24px 18px;
  }
  .dz-live .dz-live-panel-heading h3 {
    font-size: 26px;
  }
  .dz-live p {
    font-size: 14px;
  }
  .dz-live-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dz-live-rule {
    padding: 22px 18px;
  }
  .dz-live-rule-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dz-live .dz-live-rule h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .dz-live {
    padding-inline: 12px;
  }
  .dz-live .dz-live-heading h2 {
    font-size: 36px;
  }
  .dz-live-stage {
    padding: 20px 14px;
  }
  .dz-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }
  .dz-live-guide {
    margin: 14px 0 22px;
  }
  .dz-live-game-name {
    font-size: 13px;
  }
  .dz-live-game-action {
    font-size: 11px;
  }
  .dz-live .dz-live-panel-heading h3 {
    font-size: 25px;
  }
}

.dz-sports {
  padding: 48px 28px 58px;
  background:
    radial-gradient(circle at 95% 12%, #1fb8ca2b 0 120px, transparent 380px),
    linear-gradient(180deg, #edf9fb 0%, #dceff3 52%, #f6fbfc 100%);
  color: #0a4059;
}
.np-sports-inner {
  max-width: 1460px;
  margin: 0 auto;
}
.np-sports-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 54px;
  align-items: center;
  padding: 42px 52px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, #23b5c841 0 90px, transparent 300px),
    linear-gradient(135deg, #063f5b, #075f7c 55%, #087f94);
  box-shadow: 0 20px 42px #073e5724;
}
.np-sports-eyebrow {
  margin: 0 0 10px;
  color: #dcae3e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.dz-sports .np-sports-hero .np-sports-eyebrow {
  color: #f0c45c;
}
.dz-sports .np-sports-hero h2 {
  margin: 0 0 20px;
  color: #f5fdff;
  font-size: clamp(38px, 4vw, 61px);
  line-height: 1.02;
  letter-spacing: -1.8px;
}
.dz-sports .np-sports-hero h2 span {
  color: #f0c45c;
}
.np-sports-copy > p:not(.np-sports-eyebrow) {
  max-width: 72ch;
  margin: 0 0 12px;
  color: #d7eef3;
  font-size: 14px;
  line-height: 1.62;
}
.dz-sports .np-sports-copy > p:not(.np-sports-eyebrow) {
  color: #e4f5f8;
}
.np-sports-orbit {
  position: relative;
  min-height: 330px;
  border: 1px solid #79d1dc55;
  border-radius: 50%;
  background: radial-gradient(circle, #0a91a64a 0 27%, transparent 28% 47%, #8cdae331 48% 49%, transparent 50%);
}
.np-sport-core,
.np-sport-node {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-align: center;
}
.np-sport-core {
  inset: 50% auto auto 50%;
  width: 126px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px solid #f5d579;
  background: #f0c45c;
  color: #073f59;
  font: 900 34px/1 "Trebuchet MS", Arial, sans-serif;
  box-shadow: 0 12px 28px #002a3d4a;
}
.np-sport-core small,
.np-sport-node small {
  display: block;
  font-size: 9px;
  letter-spacing: 1.2px;
}
.np-sport-node {
  width: 88px;
  aspect-ratio: 1;
  border: 1px solid #8ad7e1;
  background: #f5fdff;
  color: #087f94;
  font: 800 24px/1 Arial, sans-serif;
  box-shadow: 0 10px 24px #002b3e33;
}
.np-sport-node small {
  color: #315c6b;
  letter-spacing: 0;
}
.np-football { left: 4%; top: 10%; }
.np-tennis { right: 3%; top: 8%; }
.np-boxing { left: 10%; bottom: 4%; }
.np-golf { right: 8%; bottom: 2%; }
.np-sports-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0 38px;
  overflow: hidden;
  border: 1px solid #aad4da;
  border-radius: 14px;
  background: #aad4da;
}
.np-sports-strip span {
  padding: 13px 10px;
  background: #f7ffff;
  color: #356370;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.np-sports-flow > header {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 20px;
}
.np-sports-flow > header .np-sports-eyebrow,
.np-sports-flow > header h3 {
  grid-column: 1;
}
.np-sports-flow > header p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.dz-sports .np-sports-inner h3 {
  margin: 0;
  color: #073f59;
  font-size: 28px;
  line-height: 1.2;
}
.np-sports-inner p {
  color: #486c78;
  line-height: 1.65;
}
.np-sports-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.np-sports-flow-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  padding: 22px;
  border: 1px solid #a8d3d9;
  border-radius: 18px;
  background: #f9ffff;
}
.np-sports-flow-grid article > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9f1f3;
  color: #078ca0;
  font-size: 20px;
}
.np-sports-inner h4 {
  margin: 0 0 7px;
  color: #073f59;
  font: 800 16px/1.35 Arial, sans-serif;
}
.np-sports-flow-grid p,
.np-sports-market-grid p {
  margin: 0;
  font-size: 13px;
}
.np-sports-markets {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 30px;
  margin-top: 42px;
  padding: 30px;
  border-radius: 24px;
  background: #073f59;
}
.np-sports-markets-intro h3,
.np-sports-markets-intro p {
  color: #edfaff;
}
.np-sports-markets-intro .np-sports-eyebrow {
  color: #f0c45c;
}
.np-sports-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.np-sports-market-grid article {
  padding: 18px;
  border: 1px solid #77b9c566;
  border-radius: 14px;
  background: #ffffff0c;
}
.np-sports-market-grid article > span {
  display: block;
  margin-bottom: 9px;
  color: #f0c45c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.3px;
}
.np-sports-market-grid h4,
.np-sports-market-grid p {
  color: #edfaff;
}
.dz-sports .np-sports-market-grid h4 {
  color: #f5fdff;
}
.dz-sports .np-sports-market-grid p {
  color: #d8edf2;
}
.np-sports-knowledge {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
.np-sports-knowledge article {
  padding: 26px;
  border: 1px solid #a8d3d9;
  border-radius: 20px;
  background: #f9ffff;
}
.np-sports-knowledge h3 {
  margin-bottom: 12px !important;
  font-size: 22px !important;
}
.np-sports-account-note {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  border-left: 5px solid #f0c45c;
  border-radius: 0 16px 16px 0;
  background: #d8eff2;
}
.np-sports-account-note strong {
  color: #073f59;
  font-size: 17px;
}
.np-sports-account-note p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 980px) {
  .np-sports-hero {
    grid-template-columns: 1fr;
  }
  .np-sports-orbit {
    min-height: 280px;
  }
  .np-sports-markets {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .dz-sports {
    padding: 32px 18px 40px;
  }
  .np-sports-hero {
    padding: 28px 22px;
  }
  .np-sports-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .np-sports-flow > header,
  .np-sports-flow-grid,
  .np-sports-market-grid,
  .np-sports-knowledge,
  .np-sports-account-note {
    grid-template-columns: 1fr;
  }
  .np-sports-flow > header .np-sports-eyebrow,
  .np-sports-flow > header h3,
  .np-sports-flow > header p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .np-sports-orbit {
    min-height: 250px;
  }
  .np-sport-node {
    width: 70px;
  }
}
@media

.dz-lottery {
  padding: 0 28px 64px;
  background: linear-gradient(180deg, #f8effa 0, #e8d5f1 120px, #eddef4 420px, #fff8f0 760px);
  color: #452052;
  scroll-margin-top: 90px;
}
.dz-lottery-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-lottery-heading {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 28px;
  align-items: center;
  padding: 38px 0;
  margin-bottom: 28px;
}
.dz-lottery-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #a25325;
  margin-bottom: 12px;
}
.dz-lottery h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.13;
  color: #452052;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.dz-lottery h2 em {
  font-style: normal;
  color: #eb650a;
}
.dz-lottery h3 {
  font-size: 26px;
  line-height: 1.25;
  color: #452052;
  margin-bottom: 14px;
}
.dz-lottery h4 {
  font: 700 17px/1.4 Roboto, Arial, sans-serif;
  color: #452052;
  margin-bottom: 10px;
}
.dz-lottery p {
  font-size: 14px;
  line-height: 1.7;
  color: #715568;
  margin: 0;
}
.dz-lottery-intro > p + p {
  margin-top: 12px;
}
.dz-lottery-art {
  width: 100%;
  height: auto;
  display: block;
  mask-image: radial-gradient(ellipse 50% 50% at center, #000 62%, transparent 100%);
}
.dz-lottery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.dz-lottery-tags span {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid #dec5e3;
  border-radius: 30px;
  color: #764783;
  background: #fffaf9;
}
.dz-lottery-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 24px 0;
  margin: 0 0 28px;
  border-top: 1px solid #e3cfe5;
  border-bottom: 1px solid #e3cfe5;
}
.dz-lottery-journey li {
  display: flex;
  gap: 14px;
}
.dz-lottery-journey h3 {
  font: 700 16px/1.4 Roboto, Arial, sans-serif;
  margin-bottom: 7px;
}
.dz-lottery-journey p {
  font-size: 13px;
}
.dz-lottery-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.dz-lottery-tickets {
  padding: 26px;
  background: #fffcf6;
  border: 1px solid #e6ccb2;
  border-radius: 20px;
  position: relative;
}
.dz-lottery-tickets::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  border-top: 3px dashed #dfb674;
}
.dz-lottery-prizes {
  padding: 26px;
  border-radius: 20px;
  background: #f1e5f7;
  border: 1px solid #ddc4e6;
}
.dz-lottery table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  color: #634267;
}
.dz-lottery caption {
  text-align: left;
  color: #886980;
  font-size: 11px;
  padding: 16px 0 8px;
}
.dz-lottery th, .dz-lottery td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid #e5d5e4;
}
.dz-lottery thead th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #80548a;
}
.dz-lottery tbody td:last-child {
  text-align: right;
}
.dz-lottery tbody strong {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  min-height: 32px;
  background: #f0e2f5;
  border-radius: 50%;
  color: #713387;
  font-size: 15px;
}
.dz-lottery details {
  margin-top: 14px;
}
.dz-lottery summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  border: 1px solid #d7b9df;
  border-radius: 10px;
  background: #fffafc;
  color: #703887;
  font-size: 13px;
  font-weight: 700;
}
.dz-lottery summary::-webkit-details-marker {
  display: none;
}
.dz-lottery summary span {
  font-size: 20px;
  line-height: 1;
}
.dz-lottery summary:hover {
  background: #f4e9fa;
}
.dz-lottery details[open] > summary {
  background: #7b428e;
  color: #fff;
}
.dz-lottery details[open] > summary span {
  transform: rotate(45deg);
}
.dz-lottery details p {
  margin-top: 14px;
}
.dz-lottery-results {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 36px;
  margin-top: 30px;
  padding: 24px 0;
  align-items: center;
}
.dz-lottery-results dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}
.dz-lottery-results dt {
  font-weight: 700;
  font-size: 15px;
  color: #743d87;
  margin-bottom: 8px;
}
.dz-lottery-results dd {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  color: #715568;
}
.dz-lottery-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding: 24px;
  background: #fffaf7;
  border-radius: 0 0 14px 14px;
}
.dz-lottery-rule-grid p {
  font-size: 13px;
}
@media (max-width: 900px) {
  .dz-lottery-heading {
    grid-template-columns: 1fr 1fr;
  }
  .dz-lottery-content {
    gap: 16px;
  }
  .dz-lottery-tickets, .dz-lottery-prizes {
    padding: 20px;
  }
  .dz-lottery-results {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .dz-lottery {
    padding: 0 18px 36px;
  }
  .dz-lottery-heading {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 0 18px;
  }
  .dz-lottery-art {
    max-width: 500px;
    justify-self: center;
  }
  .dz-lottery-journey, .dz-lottery-content, .dz-lottery-rule-grid {
    grid-template-columns: 1fr;
  }
  .dz-lottery-journey {
    gap: 18px;
  }
  .dz-lottery h3 {
    font-size: 23px;
  }
  .dz-lottery th, .dz-lottery td {
    padding: 10px 5px;
  }
  .dz-lottery-results dl {
    gap: 10px;
  }
}

.dz-about {
  position: relative;
  overflow: hidden;
  padding: 72px 28px 64px;
  scroll-margin-top: 90px;
  color: #d9f4f1;
  background:
    radial-gradient(circle at 78% 24%, rgba(27, 191, 184, .28), transparent 31%),
    radial-gradient(circle at 8% 100%, rgba(245, 190, 67, .13), transparent 30%),
    linear-gradient(135deg, #063e55 0%, #075d69 48%, #087f7b 100%);
}
.dz-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
.np-about-inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}
.np-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  min-height: 590px;
  border: 1px solid rgba(149, 231, 224, .4);
  border-radius: 34px;
  background: linear-gradient(105deg, rgba(3, 54, 72, .94) 0 58%, rgba(8, 120, 118, .64) 100%);
  box-shadow: 0 28px 70px rgba(0, 37, 51, .24);
  overflow: hidden;
}
.np-about-copy {
  align-self: center;
  padding: 68px 34px 68px 64px;
}
.np-about-eyebrow, .np-about-kicker {
  margin: 0 0 18px;
  color: #f6c957;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dz-about .np-about-copy h2 {
  max-width: 830px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -1.8px;
}
.dz-about .np-about-copy h2 em { color: #f7ca58; font-style: normal; }
.dz-about .np-about-lead {
  max-width: 800px;
  margin: 0;
  color: #d8eeed;
  font-size: 18px;
  line-height: 1.7;
}
.np-about-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.np-about-notes span {
  padding: 10px 14px;
  border: 1px solid rgba(157, 229, 224, .32);
  border-radius: 999px;
  color: #eefbf9;
  background: rgba(8, 126, 124, .28);
  font-size: 13px;
  font-weight: 700;
}
.np-about-visual {
  position: relative;
  min-height: 590px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.np-about-orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(250, 205, 91, .38);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(44, 218, 207, .22), inset 0 0 70px rgba(44, 218, 207, .1);
}
.np-about-orbit::after {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1px dashed rgba(213, 250, 246, .28);
  border-radius: inherit;
}
.np-about-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(500px, 96%);
  height: 570px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 24px rgba(0, 27, 38, .28));
}
.np-about-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 24px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #083f55;
  background: #f7ca58;
  font-size: 12px;
  font-weight: 800;
}
.np-about-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.np-about-benefits article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  min-width: 0;
  padding: 25px 22px;
  border: 1px solid rgba(153, 227, 222, .32);
  border-radius: 20px;
  background: rgba(2, 53, 70, .58);
}
.np-about-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #083e53;
  background: #f5c756;
  font-size: 18px;
  font-weight: 900;
}
.dz-about .np-about-benefits h3 {
  margin: 2px 0 9px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
}
.dz-about .np-about-benefits p {
  margin: 0;
  color: #c7e2e0;
  font-size: 14px;
  line-height: 1.6;
}
.np-about-footer {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: center;
  margin-top: 18px;
  padding: 30px 34px;
  border-radius: 22px;
  color: #16465b;
  background: #f6f2e9;
}
.np-about-footer .np-about-kicker { margin-bottom: 8px; color: #087d80; }
.dz-about .np-about-footer h3 { margin: 0; color: #073f55; font-size: 28px; line-height: 1.2; }
.dz-about .np-about-footer > p { margin: 0; color: #496b78; font-size: 15px; line-height: 1.7; }
@media (max-width: 1120px) {
  .np-about-intro { grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr); }
  .np-about-copy { padding-left: 42px; }
  .np-about-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .dz-about { padding: 48px 18px; }
  .np-about-intro { grid-template-columns: 1fr; }
  .np-about-copy { padding: 42px 26px 10px; }
  .np-about-visual { min-height: 470px; }
  .np-about-visual img { height: 470px; }
  .np-about-benefits, .np-about-footer { grid-template-columns: 1fr; }
  .np-about-footer { gap: 18px; padding: 26px; }
}
@media (max-width: 520px) {
  .np-about-intro { border-radius: 24px; }
  .dz-about .np-about-copy h2 { font-size: 38px; }
  .dz-about .np-about-lead { font-size: 16px; }
  .np-about-notes { align-items: flex-start; flex-direction: column; }
  .np-about-visual { min-height: 390px; }
  .np-about-visual img { width: 100%; height: 400px; }
  .np-about-orbit { width: 320px; height: 320px; }
  .np-about-benefits { grid-template-columns: 1fr; }
}


.dz-faq {
  padding: 72px 28px 80px;
  background: linear-gradient(180deg, #ead8f1 0, #f2e7f6 280px, #fff8f0 100%);
}
.dz-faq-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-faq-heading {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: end;
  margin-bottom: 44px;
}
.dz-faq-eyebrow, .dz-faq-label {
  display: block;
  color: #a95126;
  font: 800 11px/1.6 Roboto, Arial, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.dz-faq-eyebrow {
  margin-bottom: 16px;
}
.dz-faq h2 {
  color: #492150;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.15;
  margin: 0;
}
.dz-faq h2 em {
  color: #ef690a;
  font-style: normal;
}
.dz-faq p {
  line-height: 1.8;
  margin: 0;
}
.dz-faq-heading > p {
  font-size: 16px;
}
.dz-faq-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid #d9bddf;
}
.dz-faq-group > header {
  text-align: center;
}
.dz-faq-group + .dz-faq-group {
  margin-top: 36px;
}
.dz-faq h3 {
  margin: 10px 0 14px;
  color: #51275a;
  font-size: 28px;
  line-height: 1.3;
}
.dz-faq-group > header p {
  font-size: 14px;
  max-width: 640px;
  margin-inline: auto;
}
.dz-faq-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  align-items: start;
  min-width: 0;
}
.dz-faq details {
  background: #fffcf9;
  border: 1px solid #ddc3e4;
  border-radius: 15px;
  overflow: hidden;
}
.dz-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 20px 24px;
  color: #592b65;
  font: 700 17px/1.5 Roboto, Arial, sans-serif;
  cursor: pointer;
  list-style: none;
}
.dz-faq summary::-webkit-details-marker {
  display: none;
}
.dz-faq summary::after {
  content: '+';
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0e3f5;
  color: #824295;
  text-align: center;
  font: 500 24px/28px Roboto, Arial, sans-serif;
}
.dz-faq summary:hover {
  background: #f7effa;
}
.dz-faq summary:focus-visible {
  outline: 3px solid #a95126;
  outline-offset: -4px;
  border-radius: 14px;
}
.dz-faq details[open] {
  border-color: #b886ca;
}
.dz-faq details[open] summary {
  background: #f3e8f8;
}
.dz-faq details[open] summary::after {
  content: '−';
  background: #824295;
  color: white;
}
.dz-faq-answer {
  padding: 20px 24px 24px;
  font-size: 15px;
}
@media (max-width: 850px) {
  .dz-faq-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dz-faq-questions {
    gap: 12px;
  }
}
@media (max-width: 650px) {
  .dz-faq {
    padding: 44px 18px 50px;
  }
  .dz-faq-heading {
    margin-bottom: 28px;
  }
  .dz-faq-group {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 26px;
  }
  .dz-faq-group > header p {
    max-width: none;
  }
  .dz-faq-questions {
    grid-template-columns: 1fr;
  }
  .dz-faq h3 {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .dz-faq summary {
    padding: 17px 18px;
    font-size: 16px;
    gap: 14px;
  }
  .dz-faq-answer {
    padding: 18px;
  }
}

.dz-faq {
  padding: 76px 28px 82px;
  color: #436673;
  background:
    radial-gradient(circle at 90% 7%, rgba(33, 185, 180, .15), transparent 24%),
    linear-gradient(180deg, #f5efe5 0%, #edf9f7 52%, #f8f2e9 100%);
}
.dz-faq-inner { max-width: 1440px; }
.dz-faq-heading {
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: 72px;
  align-items: center;
  margin-bottom: 36px;
}
.dz-faq-eyebrow, .dz-faq-label { color: #0b8f94; }
.dz-faq h2 { color: #073f55; font-size: clamp(40px, 4.3vw, 66px); line-height: 1.05; letter-spacing: -1.4px; }
.dz-faq h2 em { color: #dba92d; }
.dz-faq-heading > p {
  padding-left: 28px;
  border-left: 3px solid #e5b83e;
  color: #4c6b76;
  font-size: 17px;
  line-height: 1.75;
}
.dz-faq-group {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  padding: 26px;
  border: 1px solid #b8dfde;
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 44px rgba(18, 88, 97, .08);
}
.dz-faq-group + .dz-faq-group { margin-top: 16px; }
.dz-faq-group > header {
  padding: 18px 20px;
  border-radius: 18px;
  text-align: left;
  background: linear-gradient(145deg, #063f56, #087f7c);
}
.dz-faq-group > header .dz-faq-label { color: #f5c552; }
.dz-faq .dz-faq-group > header h3 { margin: 10px 0 12px; color: #fff; font-size: 26px; }
.dz-faq-group > header p { margin: 0; color: #d1ece9; font-size: 14px; line-height: 1.6; }
.dz-faq-questions { grid-template-columns: 1fr; gap: 10px; }
.dz-faq details {
  border: 1px solid #c8e4e2;
  border-radius: 14px;
  background: #f9fdfc;
}
.dz-faq summary {
  min-height: 64px;
  padding: 17px 20px;
  color: #0b4a5f;
  font-size: 16px;
}
.dz-faq summary::after {
  color: #fff;
  background: #0b9294;
}
.dz-faq summary:hover { background: #eaf8f6; }
.dz-faq summary:focus-visible { outline-color: #e0ad2f; }
.dz-faq details[open] { border-color: #59b9b6; background: #fff; }
.dz-faq details[open] summary { color: #073f55; background: #e5f5f3; }
.dz-faq details[open] summary::after { background: #e3b43a; color: #073f55; }
.dz-faq-answer {
  padding: 18px 20px 22px;
  border-top: 1px solid #d6ebe9;
  color: #496b76;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .dz-faq-heading { grid-template-columns: 1fr; gap: 22px; }
  .dz-faq-heading > p { padding-left: 20px; }
  .dz-faq-group { grid-template-columns: 1fr; }
  .dz-faq-group > header { text-align: left; }
}
@media (max-width: 560px) {
  .dz-faq { padding: 48px 16px 56px; }
  .dz-faq-group { padding: 12px; border-radius: 19px; }
  .dz-faq-group > header { padding: 18px; }
  .dz-faq summary { padding: 16px; }
}


.dz-nav {
  gap: 18px;
}
.dz-footer {
  background: #38203f;
  color: #e8dcea;
  padding: 52px 28px 22px;
}
.dz-footer-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-footer-top {
  display: grid;
  grid-template-columns: 1.1fr 1.35fr 1fr;
  gap: 54px;
}
.dz-footer .dz-brand {
  width: fit-content;
  margin-bottom: 22px;
}
.dz-footer .dz-wordmark {
  color: #ff9c53;
}
.dz-footer .dz-wordmark > span, .dz-footer .dz-wordmark small {
  color: #dcc0e9;
}
.dz-footer-brand p {
  max-width: 310px;
  font-size: 14px;
  line-height: 1.85;
}
.dz-footer h2 {
  font: 700 16px/1.5 Roboto, Arial, sans-serif;
  color: #fff5e7;
  margin: 0 0 18px;
}
.dz-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dz-footer-sections ul {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 9px 26px;
}
.dz-footer-policies li + li {
  margin-top: 9px;
}
.dz-footer nav a {
  display: inline-block;
  padding: 3px 0;
  color: #e8dcea;
  font-size: 14px;
  line-height: 1.5;
}
.dz-footer nav a:hover {
  color: #ffc280;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dz-footer a:focus-visible {
  outline: 2px solid #ffc280;
  outline-offset: 5px;
  border-radius: 2px;
}
.dz-footer-care {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid #684c70;
  border-bottom: 1px solid #684c70;
}
.dz-footer-age {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border: 1px solid #bb93c7;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
  color: #ffcf98;
}
.dz-footer-care strong {
  color: #fff2df;
  font-size: 18px;
  line-height: 1.5;
}
.dz-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px 30px;
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #d0bdd5;
}
.dz-footer p {
  margin-bottom: 0;
}
#faq, #about, #account, #payments, #loyalty, #sports, #lottery, #live-games, #games {
  scroll-margin-top: 145px;
}
@media (min-width: 1151px) and (max-width: 1400px) {
  .dz-header-inner {
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px 22px 5px;
  }
  .dz-header-action {
    margin-left: auto;
  }
  .dz-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    margin: 0;
    gap: 28px;
  }
}
@media (max-width: 1150px) {
  .dz-nav {
    gap: 24px;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
  }
}
@media (max-width: 850px) {
  .dz-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .dz-footer-brand {
    grid-column: 1 / -1;
  }
  .dz-footer-brand p {
    max-width: 600px;
  }
  .dz-footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 520px) {
  .dz-footer {
    padding: 36px 18px 22px;
  }
  .dz-footer-top {
    grid-template-columns: 1fr;
  }
  .dz-footer-care {
    gap: 14px;
  }
}


@media (min-width: 1001px) {
  .dz-live {
    --live-ink: #eafcff;
    --live-muted: #b8dce4;
    --live-gold: #f0c45c;
    padding: 30px 28px 34px;
    background:
      radial-gradient(circle at 88% 0%, #66dbea33 0 120px, transparent 360px),
      linear-gradient(135deg, #087f98 0%, #076f8b 48%, #075b78 100%);
  }
  .dz-live-inner {
    position: relative;
    max-width: 1500px;
  }
  .dz-live-heading {
    grid-template-columns: minmax(390px, .78fr) minmax(0, 1.22fr);
    gap: 42px;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 150px;
  }
  .dz-live .dz-live-heading h2 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1px;
  }
  .dz-live-welcome {
    padding: 13px 18px;
    border-left-color: #f0c45c;
    background: #043f5a47;
    border-radius: 0 14px 14px 0;
  }
  .dz-live-heading p {
    font-size: 13px;
    line-height: 1.5;
    color: #e0f5f8;
  }
  .dz-live-layout {
    display: block;
    position: relative;
  }
  .dz-live-sidebar {
    display: block;
    position: static;
  }
  .dz-live-menu-label {
    display: none;
  }
  .dz-live-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px;
    margin: 0 0 12px;
    padding-right: 0;
  }
  .dz-live-tab {
    min-height: 44px;
    padding: 9px 12px;
    border-radius: 12px;
    border: 1px solid #90d6e166;
    background: #064c686b;
    color: #effcff;
    box-shadow: none;
  }
  .dz-live-tab[aria-selected="true"] {
    color: #073c51;
    background: linear-gradient(135deg, #f6d878, #e8b847);
    border-color: #ffe59a;
    box-shadow: 0 3px 0 #a77a26;
  }
  .dz-live-tab-arrow {
    display: none;
  }
  .dz-live-side-note {
    position: absolute;
    z-index: 2;
    right: -54px;
    top: -168px;
    width: 132px;
    margin: 0;
    pointer-events: none;
  }
  .dz-live-side-note::before {
    width: 100%;
    margin: 0;
    filter: drop-shadow(0 0 12px #c8f8ffcc);
  }
  .dz-live .dz-live-side-note p {
    display: none;
  }
  .dz-live-stage {
    padding: 18px 20px 20px;
    border-radius: 18px;
    border: 1px solid #64bfd0;
    background:
      radial-gradient(circle at 100% 0%, #19a9b52e, transparent 330px),
      linear-gradient(145deg, #06465f, #053b56);
    box-shadow: 0 14px 32px #04354838;
  }
  .dz-live-panel-heading {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    column-gap: 28px;
    align-items: end;
  }
  .dz-live-panel-heading .dz-live-eyebrow {
    grid-column: 1;
    margin-bottom: 3px;
  }
  .dz-live .dz-live-panel-heading h3 {
    grid-column: 1;
    font-size: 23px;
    margin: 0;
  }
  .dz-live-panel-heading p {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 13px;
    line-height: 1.5;
  }
  .dz-live-guide {
    margin: 10px 0 14px;
  }
  .dz-live-guide summary {
    min-height: 36px;
    padding: 7px 12px;
    background: #0b6179;
    border-color: #57adbc;
    color: #effcff;
    box-shadow: none;
  }
  .dz-live-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .dz-live-game img {
    border: 2px solid #a6dce5;
    border-radius: 12px;
    box-shadow: 0 3px 0 #2e8da0;
  }
  .dz-live-game-name {
    min-height: 34px;
    margin: 7px 0 2px;
    font-size: 12px;
    line-height: 1.25;
  }
  .dz-live-game-action {
    font-size: 11px;
    color: #75d6e4;
  }
  .dz-live .dz-live-compare {
    margin-top: 12px;
    padding: 9px 12px;
    background: #0a536c;
    border-color: #448ea0;
    color: #cdebf0;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .dz-live-heading {
    padding-right: 110px;
  }
  .dz-live-side-note {
    width: 100px;
    right: -38px;
    top: -138px;
  }
  .dz-live-grid {
    grid-template-columns: repeat(3, minmax(0, 190px));
    justify-content: center;
  }
}


.dz-lottery {
  padding: 46px 28px 56px;
  background:
    radial-gradient(circle at 88% 9%, #55d8e738 0 130px, transparent 360px),
    radial-gradient(circle at 7% 62%, #f0c45c26 0 100px, transparent 300px),
    linear-gradient(180deg, #e9f9fb 0%, #d9f2f5 45%, #effafa 100%);
  color: #073f59;
}
.dz-lottery-inner {
  max-width: 1420px;
}
.dz-lottery-heading {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 52px;
  min-height: 360px;
  padding: 0 0 30px;
  margin-bottom: 20px;
}
.dz-lottery-eyebrow {
  color: #078ca0;
}
.dz-lottery h2,
.dz-lottery h3,
.dz-lottery h4 {
  color: #073f59;
}
.dz-lottery h2 {
  margin-bottom: 18px;
}
.dz-lottery h2 em {
  color: #078ca0;
}
.dz-lottery p {
  color: #456b79;
}
.dz-lottery-tags span {
  border-color: #8fcbd2;
  color: #086f82;
  background: #f7ffffb8;
}
.dz-lottery-art {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 330px;
  overflow: visible;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffffd9 0 26%, #85dce06b 27% 48%, transparent 70%);
  mask-image: none;
}
.dz-lottery-ticket {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 280px;
  min-height: 150px;
  padding: 24px 32px;
  border: 3px solid #d8ad42;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff9dd, #f3d67a);
  box-shadow: 0 14px 30px #07526924, inset 0 0 0 7px #ffffff80;
  color: #087f94;
  font: 800 28px/1.05 "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
  transform: rotate(-5deg);
}
.dz-lottery-ticket::before,
.dz-lottery-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 40px;
  border-radius: 50%;
  background: #dff4f6;
  transform: translateY(-50%);
}
.dz-lottery-ticket::before { left: -15px; }
.dz-lottery-ticket::after { right: -15px; }
.dz-lottery-ticket b {
  color: #d39c25;
}
.dz-lottery-ticket small {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 2px dashed #b88b2f;
  color: #426d78;
  font-size: 11px;
  letter-spacing: 2px;
}
.dz-lottery-ball {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1;
  border: 5px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font: 800 23px/1 Arial, sans-serif;
  box-shadow: 0 10px 22px #074a5c35;
}
.dz-lottery-ball-one {
  left: 8%;
  bottom: 18%;
  background: #078ca0;
}
.dz-lottery-ball-two {
  right: 7%;
  top: 16%;
  background: #d8a631;
}
.dz-lottery-ball-three {
  right: 15%;
  bottom: 5%;
  background: #6f5aa8;
}
.dz-lottery-journey {
  gap: 16px;
  padding: 0;
  border: 0;
}
.dz-lottery-journey li {
  padding: 20px;
  border: 1px solid #9dd3d9;
  border-radius: 16px;
  background: #f7ffffb8;
}
.dz-lottery-content {
  gap: 18px;
}
.dz-lottery-tickets,
.dz-lottery-prizes {
  min-height: 330px;
  padding: 28px;
  border: 1px solid #8fcbd2;
  border-radius: 20px;
  background: #f7ffffd4;
}
.dz-lottery-tickets::before {
  border-color: #d5a12b;
}
.dz-lottery-prizes {
  background: linear-gradient(145deg, #087f94, #075e7b);
  border-color: #58bdc9;
}
.dz-lottery-prizes :is(.dz-lottery-eyebrow, h3) {
  color: #f3c95e;
}
.dz-lottery-prizes p {
  color: #d9f1f4;
}
.dz-lottery summary {
  border-color: #8fcbd2;
  background: #eefafb;
  color: #08778a;
}
.dz-lottery-prizes summary {
  background: #ffffff12;
  border-color: #8bd2dc70;
  color: #f1fbfc;
}
.dz-lottery details[open] > summary {
  background: #d5a12b;
  border-color: #d5a12b;
  color: #073f59;
}
.dz-lottery-results {
  margin-top: 18px;
  padding: 26px;
  border: 1px solid #9dd3d9;
  border-radius: 20px;
  background: #f7ffffb8;
}
.dz-lottery-results dt {
  color: #087f94;
}
.dz-lottery-results dd {
  color: #456b79;
}
.dz-lottery-rules > summary {
  background: #073f59;
  border-color: #073f59;
  color: #ffffff;
}
.dz-lottery-rule-grid {
  background: #e5f5f6;
  border: 1px solid #9dd3d9;
  border-top: 0;
}
@media (max-width: 900px) {
  .dz-lottery-heading {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    min-height: 0;
  }
  .dz-lottery-art {
    min-height: 280px;
  }
  .dz-lottery-ticket {
    width: 230px;
  }
}
@media (max-width: 650px) {
  .dz-lottery {
    padding: 34px 18px 40px;
  }
  .dz-lottery-heading {
    grid-template-columns: 1fr;
  }
  .dz-lottery-art {
    min-height: 260px;
  }
}

.dz-legal-main {
  padding: 32px 28px 72px;
  background: linear-gradient(180deg, #ead8f1 0, #f5ebf6 330px, #fff8f0 700px);
}
.dz-legal-inner {
  max-width: 1280px;
  margin: auto;
}
.dz-legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #765d7c;
  margin-bottom: 36px;
}
.dz-legal-breadcrumb a {
  color: #874593;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dz-legal-eyebrow {
  font: 800 11px/1.6 Roboto, Arial, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #a95126;
  margin-bottom: 16px;
}
.dz-legal-heading {
  max-width: 970px;
  margin-bottom: 40px;
}
.dz-legal-heading h1 {
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.15;
  color: #492150;
  margin-bottom: 22px;
}
.dz-legal-heading > p:last-child {
  font-size: 17px;
  line-height: 1.85;
}
.dz-legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}
.dz-legal-contents {
  position: sticky;
  top: 150px;
  background: #f0e2f5;
  border: 1px solid #ddc3e4;
  border-radius: 18px;
  padding: 24px;
}
.dz-legal-contents h2 {
  color: #592b65;
  font: 700 17px/1.5 Roboto, Arial, sans-serif;
  margin-bottom: 14px;
}
.dz-legal-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dz-legal-contents li + li {
  border-top: 1px solid #dec7e5;
}
.dz-legal-contents a {
  display: block;
  padding: 10px 0;
  color: #65466f;
  font-size: 14px;
  line-height: 1.5;
}
.dz-legal-contents a:hover {
  color: #a95126;
}
.dz-legal-main a:focus-visible {
  outline: 2px solid #a95126;
  outline-offset: 4px;
}
.dz-legal-content {
  min-width: 0;
  background: #fffcf8;
  border: 1px solid #e5d4e6;
  border-radius: 20px;
  padding: 34px 38px;
}
.dz-legal-content section {
  scroll-margin-top: 150px;
}
.dz-legal-content section + section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #e4d2e7;
}
.dz-legal-content h2 {
  color: #51275a;
  font-size: 26px;
  line-height: 1.35;
  margin: 0 0 16px;
}
.dz-legal-content p {
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}
.dz-legal-content p + p {
  margin-top: 14px;
}
.dz-legal-table-wrap {
  overflow-x: auto;
  margin: 22px 0;
}
.dz-legal-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.65;
}
.dz-legal-content caption {
  text-align: left;
  color: #653170;
  font-weight: 700;
  margin-bottom: 12px;
}
.dz-legal-content th, .dz-legal-content td {
  text-align: left;
  vertical-align: top;
  padding: 12px;
  border-bottom: 1px solid #e4d2e7;
}
.dz-legal-content thead {
  background: #f0e3f5;
  color: #592b65;
}
.dz-legal-content tbody th {
  width: 28%;
}
@media (max-width: 850px) {
  .dz-legal-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .dz-legal-contents {
    position: static;
  }
  .dz-legal-contents ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
  }
}
@media (max-width: 520px) {
  .dz-legal-main {
    padding: 24px 18px 44px;
  }
  .dz-legal-heading > p:last-child {
    font-size: 16px;
  }
  .dz-legal-contents ul {
    grid-template-columns: 1fr;
  }
  .dz-legal-content {
    padding: 24px 20px;
  }
  .dz-legal-content h2 {
    font-size: 23px;
  }
}


.dz-nav { gap: 14px; }
.dz-nav a { font-size: 13px; }
.dz-footer {
  position: relative;
  overflow: hidden;
  padding: 58px 28px 24px;
  color: #cce5e4;
  background:
    radial-gradient(circle at 10% 20%, rgba(24, 177, 174, .2), transparent 28%),
    linear-gradient(135deg, #063c52 0%, #075a66 54%, #087c78 100%);
}
.dz-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 44px 44px;
}
.dz-footer-inner { position: relative; z-index: 1; max-width: 1440px; }
.dz-footer-top { grid-template-columns: 1.05fr 1.5fr .85fr; gap: 58px; }
.dz-footer .dz-brand-mark { width: 36px; height: 40px; }
.dz-footer .dz-wordmark { color: #61d5d0; }
.dz-footer .dz-wordmark > span { color: #efbf4d; }
.dz-footer .dz-wordmark small { color: #bfecea; }
.dz-footer-brand p { max-width: 360px; color: #c8e1e0; }
.dz-footer h2 { color: #fff; font-size: 15px; letter-spacing: .2px; }
.dz-footer-sections ul {
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 10px 30px;
}
.dz-footer nav a { color: #d3e9e7; }
.dz-footer nav a:hover { color: #f2c454; }
.dz-footer a:focus-visible { outline-color: #f2c454; }
.dz-footer-care {
  margin-top: 38px;
  padding: 20px 0;
  border-color: rgba(155, 222, 218, .28);
}
.dz-footer-age { border-color: #f2c454; color: #f2c454; }
.dz-footer-care strong { color: #fff; }
.dz-footer-bottom { color: #a9cfcc; }
.dz-legal-main {
  padding: 34px 28px 76px;
  color: #486a76;
  background:
    radial-gradient(circle at 92% 4%, rgba(28, 186, 181, .16), transparent 25%),
    linear-gradient(180deg, #eef9f7 0%, #f7f2e9 520px, #f5faf9 100%);
}
.dz-legal-inner { max-width: 1440px; }
.dz-legal-breadcrumb { color: #52737e; }
.dz-legal-breadcrumb a { color: #087f83; }
.dz-legal-eyebrow { color: #078d91; }
.dz-legal-heading { max-width: 1060px; }
.dz-legal-heading h1 { color: #073f55; font-size: clamp(40px, 4.5vw, 66px); letter-spacing: -1.4px; }
.dz-legal-heading > p:last-child { color: #4a6a75; }
.dz-legal-layout { grid-template-columns: 280px minmax(0, 1fr); gap: 34px; }
.dz-legal-contents {
  top: 130px;
  padding: 22px;
  border-color: #9fd6d3;
  background: linear-gradient(145deg, #063f56, #087c79);
  box-shadow: 0 16px 38px rgba(12, 78, 88, .13);
}
.dz-legal-contents h2 { color: #f3c553; }
.dz-legal-contents li + li { border-color: rgba(184, 232, 228, .2); }
.dz-legal-contents a { color: #dcf0ee; }
.dz-legal-contents a:hover { color: #f3c553; }
.dz-legal-main a:focus-visible { outline-color: #dfad30; }
.dz-legal-content {
  padding: 38px 42px;
  border-color: #bddedc;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 50px rgba(18, 89, 98, .08);
}
.dz-legal-content section + section { border-color: #d5e8e6; }
.dz-legal-content h2 { color: #074d60; }
.dz-legal-content caption { color: #087f83; }
.dz-legal-content th, .dz-legal-content td { border-color: #d4e8e6; }
.dz-legal-content thead { color: #074d60; background: #e4f4f2; }
@media (max-width: 1280px) {
  .dz-header-inner { gap: 12px; }
  .dz-nav { gap: 12px; }
  .dz-nav a { font-size: 12px; }
}
@media (max-width: 900px) {
  .dz-footer-top { grid-template-columns: 1fr 1.4fr; }
  .dz-footer-policies { grid-column: 1 / -1; }
  .dz-footer-policies ul { display: flex; flex-wrap: wrap; gap: 10px 28px; }
  .dz-legal-layout { grid-template-columns: 1fr; }
  .dz-legal-contents { position: static; }
}
@media (max-width: 620px) {
  .dz-footer { padding: 44px 20px 22px; }
  .dz-footer-top { grid-template-columns: 1fr; gap: 34px; }
  .dz-footer-policies { grid-column: auto; }
  .dz-footer-sections ul { grid-template-rows: none; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: row; }
  .dz-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .dz-legal-main { padding: 25px 17px 52px; }
  .dz-legal-content { padding: 26px 20px; }
}


.dz-loyalty {
  padding: 48px 28px 58px;
  background:
    radial-gradient(circle at 92% 12%, #60d9dc29 0 120px, transparent 360px),
    radial-gradient(circle at 8% 72%, #c7a5e52b 0 100px, transparent 320px),
    linear-gradient(180deg, #f2f7fb 0%, #e8eff7 52%, #f7fafc 100%);
  color: #123e57;
}
.np-loyalty-inner {
  max-width: 1420px;
  margin: 0 auto;
}
.np-loyalty-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  gap: 48px;
  align-items: center;
  padding: 44px 50px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 20%, #31c3ca35 0 90px, transparent 300px),
    linear-gradient(135deg, #183f61, #28527b 52%, #4a4f8a 100%);
  box-shadow: 0 20px 42px #193a5726;
}
.np-loyalty-eyebrow {
  margin: 0 0 10px;
  color: #d8aa40;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.dz-loyalty .np-loyalty-hero .np-loyalty-eyebrow {
  color: #f0c45c;
}
.dz-loyalty .np-loyalty-hero h2 {
  margin: 0 0 20px;
  color: #f5fcff;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.03;
  letter-spacing: -1.7px;
}
.dz-loyalty .np-loyalty-hero h2 span {
  color: #f0c45c;
}
.dz-loyalty .np-loyalty-copy > p:not(.np-loyalty-eyebrow) {
  max-width: 72ch;
  margin: 0 0 12px;
  color: #dfedf5;
  font-size: 14px;
  line-height: 1.65;
}
.np-loyalty-emblem {
  position: relative;
  min-height: 330px;
}
.np-loyalty-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.np-ring-outer {
  width: 300px;
  aspect-ratio: 1;
  border: 1px solid #89d4dc77;
  box-shadow: inset 0 0 44px #35b9c325;
}
.np-ring-inner {
  width: 210px;
  aspect-ratio: 1;
  border: 2px dashed #f0c45c99;
}
.np-loyalty-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 126px;
  aspect-ratio: 1;
  border: 3px solid #f7dc91;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(145deg, #f4d36f, #dca735);
  color: #173f5f;
  font: 900 35px/1 "Trebuchet MS", Arial, sans-serif;
  box-shadow: 0 12px 30px #112c454f;
}
.np-loyalty-mark small {
  display: block;
  font-size: 9px;
  letter-spacing: 1.2px;
}
.np-loyalty-word {
  position: absolute;
  padding: 8px 12px;
  border: 1px solid #8cd2da77;
  border-radius: 100px;
  background: #ffffff12;
  color: #e8f8fb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.np-word-progress { left: 4%; top: 18%; }
.np-word-status { right: 1%; top: 40%; }
.np-word-access { left: 8%; bottom: 12%; }
.np-loyalty-path {
  margin-top: 36px;
}
.np-loyalty-path > header {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 20px;
}
.np-loyalty-path > header .np-loyalty-eyebrow,
.np-loyalty-path > header h3 {
  grid-column: 1;
}
.np-loyalty-path > header p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.dz-loyalty .np-loyalty-inner h3 {
  margin: 0;
  color: #123e57;
  font-size: 28px;
  line-height: 1.2;
}
.np-loyalty-inner p {
  color: #526f80;
  line-height: 1.65;
}
.np-loyalty-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.np-loyalty-path-grid article {
  padding: 22px;
  border: 1px solid #b4ccdc;
  border-radius: 18px;
  background: #fbfdff;
}
.np-loyalty-path-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #e2edf6;
  color: #4a4f8a;
  font-size: 20px;
}
.np-loyalty-inner h4 {
  margin: 0 0 8px;
  color: #173f5f;
  font: 800 16px/1.35 Arial, sans-serif;
}
.np-loyalty-path-grid p,
.np-loyalty-benefit-grid p {
  margin: 0;
  font-size: 13px;
}
.np-loyalty-benefits {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 30px;
  margin-top: 40px;
  padding: 30px;
  border-radius: 24px;
  background: #173f5f;
}
.np-loyalty-benefits-copy .np-loyalty-eyebrow {
  color: #f0c45c;
}
.dz-loyalty .np-loyalty-benefits-copy h3,
.np-loyalty-benefits-copy p {
  color: #edf8fd;
}
.np-loyalty-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.np-loyalty-benefit-grid article {
  padding: 19px;
  border: 1px solid #91b6cd55;
  border-radius: 15px;
  background: #ffffff0c;
}
.np-loyalty-benefit-grid .np-benefit-featured {
  background: linear-gradient(135deg, #3c6081, #4b548b);
}
.np-loyalty-benefit-grid article > span {
  display: block;
  margin-bottom: 9px;
  color: #f0c45c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.dz-loyalty .np-loyalty-benefit-grid h4,
.np-loyalty-benefit-grid p {
  color: #edf8fd;
}
.np-loyalty-guidance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
.np-loyalty-guidance article {
  padding: 26px;
  border: 1px solid #b4ccdc;
  border-radius: 20px;
  background: #fbfdff;
}
.np-loyalty-guidance h3 {
  margin-bottom: 12px !important;
  font-size: 22px !important;
}
.np-loyalty-account-note {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  border-left: 5px solid #f0c45c;
  border-radius: 0 16px 16px 0;
  background: #dfeaf3;
}
.np-loyalty-account-note strong {
  color: #173f5f;
  font-size: 17px;
}
.np-loyalty-account-note p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 980px) {
  .np-loyalty-hero {
    grid-template-columns: 1fr;
  }
  .np-loyalty-emblem {
    min-height: 280px;
  }
  .np-loyalty-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .np-loyalty-benefits {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .dz-loyalty {
    padding: 32px 18px 40px;
  }
  .np-loyalty-hero {
    padding: 28px 22px;
  }
  .np-loyalty-path > header,
  .np-loyalty-path-grid,
  .np-loyalty-benefit-grid,
  .np-loyalty-guidance,
  .np-loyalty-account-note {
    grid-template-columns: 1fr;
  }
  .np-loyalty-path > header .np-loyalty-eyebrow,
  .np-loyalty-path > header h3,
  .np-loyalty-path > header p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .np-loyalty-emblem {
    min-height: 250px;
  }
  .np-ring-outer {
    width: 240px;
  }
  .np-ring-inner {
    width: 170px;
  }
}


.dz-account {
  padding: 48px 28px 58px;
  background:
    radial-gradient(circle at 8% 18%, #55d9df26 0 110px, transparent 340px),
    linear-gradient(180deg, #edf8fa 0%, #dceff2 52%, #f7fbfc 100%);
  color: #0b4058;
}
.np-account-inner {
  max-width: 1420px;
  margin: 0 auto;
}
.np-account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 52px;
  align-items: center;
  padding: 44px 50px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, #49d4dc38 0 100px, transparent 310px),
    linear-gradient(135deg, #063e59, #075e79 54%, #087f94);
  box-shadow: 0 20px 42px #063d5528;
}
.np-account-eyebrow {
  margin: 0 0 10px;
  color: #0a8295;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.dz-account .np-account-hero .np-account-eyebrow {
  color: #f0c45c;
}
.dz-account .np-account-hero h2 {
  margin: 0 0 20px;
  color: #f5fdff;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.03;
  letter-spacing: -1.7px;
}
.dz-account .np-account-hero h2 span {
  color: #f0c45c;
}
.dz-account .np-account-copy > p:not(.np-account-eyebrow) {
  max-width: 72ch;
  margin: 0 0 12px;
  color: #dceff3;
  font-size: 14px;
  line-height: 1.65;
}
.np-account-lock-scene {
  position: relative;
  min-height: 340px;
}
.np-account-wave {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid #7bd0dc70;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.np-wave-one {
  width: 310px;
  aspect-ratio: 1;
  box-shadow: inset 0 0 55px #38bfc92b;
}
.np-wave-two {
  width: 240px;
  aspect-ratio: 1;
  border-style: dashed;
}
.np-account-lock {
  position: absolute;
  inset: 53% auto auto 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 145px;
  padding-top: 20px;
  border: 5px solid #f8df91;
  border-radius: 20px;
  transform: translate(-50%, -28%);
  background: linear-gradient(145deg, #f6d778, #dca735);
  color: #073f59;
  box-shadow: 0 18px 38px #002b3f55, inset 0 0 0 7px #fff7c755;
}
.np-account-lock i {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 9px);
  width: 108px;
  height: 82px;
  border: 15px solid #f5d477;
  border-bottom: 0;
  border-radius: 58px 58px 0 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 7px 7px #002e4455);
}
.np-account-lock b {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin: -8px 0 14px;
  border-radius: 50%;
  background: #073f59;
  color: transparent;
  font-size: 0;
}
.np-account-lock b::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 10px;
  height: 18px;
  border-radius: 3px;
  background: #073f59;
  transform: translateX(-50%);
}
.np-account-lock small {
  margin-top: 0;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 1.4px;
  text-align: center;
}
.np-account-shield {
  position: absolute;
  right: 8%;
  bottom: 9%;
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  border: 4px solid #e7fbff;
  border-radius: 50% 50% 55% 55%;
  background: #09a2aa;
  color: #fff;
  font: 800 28px/1 Arial, sans-serif;
  box-shadow: 0 9px 20px #002e4452;
}
.np-account-foundation {
  margin-top: 36px;
}
.np-account-foundation > header {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 20px;
}
.np-account-foundation > header .np-account-eyebrow,
.np-account-foundation > header h3 {
  grid-column: 1;
}
.np-account-foundation > header p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.dz-account .np-account-inner h3 {
  margin: 0;
  color: #0b4058;
  font-size: 28px;
  line-height: 1.2;
}
.np-account-inner p {
  color: #4c6f7d;
  line-height: 1.65;
}
.np-account-foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.np-account-foundation-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  padding: 22px;
  border: 1px solid #a7d1d7;
  border-radius: 18px;
  background: #f9ffff;
}
.np-account-foundation-grid article > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9eff2;
  color: #087f94;
  font-size: 20px;
}
.np-account-inner h4 {
  margin: 0 0 8px;
  color: #0b4058;
  font: 800 16px/1.35 Arial, sans-serif;
}
.np-account-foundation-grid p,
.np-account-security-grid p {
  margin: 0;
  font-size: 13px;
}
.np-account-security {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 30px;
  margin-top: 40px;
  padding: 30px;
  border-radius: 24px;
  background: #073f59;
}
.np-account-security-copy .np-account-eyebrow {
  color: #f0c45c;
}
.dz-account .np-account-security-copy h3,
.np-account-security-copy > p {
  color: #edfaff;
}
.np-account-alert {
  margin-top: 18px;
  padding: 16px;
  border-left: 4px solid #f0c45c;
  background: #ffffff0c;
}
.np-account-alert strong {
  color: #f0c45c;
  font-size: 14px;
}
.np-account-alert p {
  margin: 5px 0 0;
  color: #d9edf1;
  font-size: 12px;
}
.np-account-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.np-account-security-grid article {
  padding: 18px;
  border: 1px solid #79bac65c;
  border-radius: 15px;
  background: #ffffff0c;
}
.np-account-security-grid article > span {
  display: block;
  margin-bottom: 9px;
  color: #f0c45c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.dz-account .np-account-security-grid h4,
.np-account-security-grid p {
  color: #edfaff;
}
.np-account-response {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
.np-account-response article {
  padding: 26px;
  border: 1px solid #a7d1d7;
  border-radius: 20px;
  background: #f9ffff;
}
.np-account-response h3 {
  margin-bottom: 12px !important;
  font-size: 22px !important;
}
.np-account-final-note {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  border-left: 5px solid #f0c45c;
  border-radius: 0 16px 16px 0;
  background: #d8edf0;
}
.np-account-final-note strong {
  color: #0b4058;
  font-size: 17px;
}
.np-account-final-note p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 980px) {
  .np-account-hero {
    grid-template-columns: 1fr;
  }
  .np-account-lock-scene {
    min-height: 300px;
  }
  .np-account-security {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  .dz-account {
    padding: 32px 18px 40px;
  }
  .np-account-hero {
    padding: 28px 22px;
  }
  .np-account-foundation > header,
  .np-account-foundation-grid,
  .np-account-security-grid,
  .np-account-response,
  .np-account-final-note {
    grid-template-columns: 1fr;
  }
  .np-account-foundation > header .np-account-eyebrow,
  .np-account-foundation > header h3,
  .np-account-foundation > header p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .np-account-lock-scene {
    min-height: 270px;
  }
  .np-wave-one {
    width: 250px;
  }
  .np-wave-two {
    width: 190px;
  }
  .np-account-lock {
    width: 155px;
    min-height: 135px;
  }
  .np-account-lock i {
    width: 92px;
    height: 82px;
  }
}


.dz-payments {
  padding: 48px 28px 58px;
  background:
    radial-gradient(circle at 92% 15%, #f0c45c20 0 120px, transparent 340px),
    linear-gradient(180deg, #f4fafb 0%, #e2f2f4 52%, #f9fcfc 100%);
  color: #0b4058;
}
.np-payments-inner {
  max-width: 1420px;
  margin: 0 auto;
}
.np-payments-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 52px;
  align-items: center;
  padding: 44px 50px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, #62dbe33b 0 100px, transparent 320px),
    linear-gradient(135deg, #073f59, #075e79 52%, #087f94);
  box-shadow: 0 20px 42px #063d5528;
}
.np-payments-eyebrow {
  margin: 0 0 10px;
  color: #087f94;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.dz-payments .np-payments-hero .np-payments-eyebrow {
  color: #f0c45c;
}
.dz-payments .np-payments-hero h2 {
  margin: 0 0 20px;
  color: #f5fdff;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.03;
  letter-spacing: -1.7px;
}
.dz-payments .np-payments-hero h2 span {
  color: #f0c45c;
}
.dz-payments .np-payments-copy > p:not(.np-payments-eyebrow) {
  max-width: 72ch;
  margin: 0 0 12px;
  color: #dceff3;
  font-size: 14px;
  line-height: 1.65;
}
.np-payments-visual {
  position: relative;
  min-height: 330px;
}
.np-payments-card {
  position: absolute;
  inset: 50% auto auto 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 290px;
  min-height: 175px;
  padding: 28px;
  border: 2px solid #8ed8df;
  border-radius: 22px;
  transform: translate(-50%, -50%) rotate(-5deg);
  background: linear-gradient(145deg, #eefcfd, #bfe8ec);
  color: #073f59;
  box-shadow: 0 18px 38px #002b3f55, inset 0 0 0 6px #ffffff66;
}
.np-payments-card b,
.np-payments-card i {
  font: 900 29px/1 "Trebuchet MS", Arial, sans-serif;
}
.np-payments-card i {
  color: #d3a12e;
  font-style: normal;
}
.np-payments-card small {
  margin-top: 25px;
  padding-top: 12px;
  border-top: 1px solid #7dbac3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.np-payments-coin {
  position: absolute;
  right: 5%;
  bottom: 8%;
  display: grid;
  place-items: center;
  width: 82px;
  aspect-ratio: 1;
  border: 5px solid #f8e4a4;
  border-radius: 50%;
  background: #f0c45c;
  color: #073f59;
  font: 800 38px/1 Georgia, serif;
  box-shadow: 0 10px 22px #002b3f4a;
}
.np-payments-flow {
  position: absolute;
  display: grid;
  place-items: center;
  width: 70px;
  aspect-ratio: 1;
  border: 1px solid #91d6dd;
  border-radius: 50%;
  background: #ffffff12;
  color: #f5fdff;
  font: 800 24px/1 Arial, sans-serif;
}
.np-payments-flow small {
  display: block;
  font-size: 8px;
  letter-spacing: 1px;
}
.np-flow-in { left: 2%; top: 8%; }
.np-flow-out { right: 2%; top: 4%; }
.np-payment-methods {
  margin-top: 38px;
}
.np-payment-methods > header {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 20px;
}
.np-payment-methods > header .np-payments-eyebrow,
.np-payment-methods > header h3 {
  grid-column: 1;
}
.np-payment-methods > header p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.dz-payments .np-payments-inner h3 {
  margin: 0;
  color: #0b4058;
  font-size: 28px;
  line-height: 1.2;
}
.np-payments-inner p {
  color: #4d707d;
  line-height: 1.65;
}
.np-payment-method-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.np-payment-method-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  min-width: 0;
  min-height: 76px;
  padding: 12px;
  border: 1px solid #acd3d8;
  border-radius: 14px;
  background: #fbffff;
}
.np-payment-method-grid img {
  grid-row: 1 / span 2;
  width: 50px;
  max-height: 30px;
  object-fit: contain;
}
.np-payment-method-grid strong {
  overflow-wrap: anywhere;
  color: #0b4058;
  font-size: 12px;
}
.np-payment-method-grid span {
  color: #66828d;
  font-size: 10px;
}
.np-payment-route {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 30px;
  margin-top: 40px;
  padding: 30px;
  border-radius: 24px;
  background: #073f59;
}
.np-payment-route-copy .np-payments-eyebrow {
  color: #f0c45c;
}
.dz-payments .np-payment-route-copy h3,
.np-payment-route-copy p {
  color: #edfaff;
}
.np-payment-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.np-payment-route-grid article {
  padding: 18px;
  border: 1px solid #79bac65c;
  border-radius: 15px;
  background: #ffffff0c;
}
.np-payment-route-grid article > span {
  display: block;
  margin-bottom: 9px;
  color: #f0c45c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.np-payments-inner h4 {
  margin: 0 0 8px;
  color: #0b4058;
  font: 800 16px/1.35 Arial, sans-serif;
}
.dz-payments .np-payment-route-grid h4,
.np-payment-route-grid p {
  color: #edfaff;
}
.np-payment-route-grid p,
.np-payment-guidance p {
  margin: 0;
  font-size: 13px;
}
.np-payment-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.np-payment-guidance article {
  padding: 24px;
  border: 1px solid #acd3d8;
  border-radius: 18px;
  background: #fbffff;
}
.np-payment-guidance h3 {
  margin-bottom: 12px !important;
  font-size: 21px !important;
}
.np-payment-help {
  margin-top: 20px;
  border: 1px solid #8fc7ce;
  border-radius: 18px;
  overflow: hidden;
  background: #f8ffff;
}
.np-payment-help summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  list-style: none;
  cursor: pointer;
  background: #d9eef1;
  color: #0b4058;
  font-size: 15px;
  font-weight: 800;
}
.np-payment-help summary::-webkit-details-marker {
  display: none;
}
.np-payment-help summary span {
  font-size: 23px;
  line-height: 1;
}
.np-payment-help[open] summary span {
  transform: rotate(45deg);
}
.np-payment-help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #b8d9dd;
}
.np-payment-help-grid article {
  padding: 20px;
  background: #fbffff;
}
.np-payment-help-grid p {
  margin: 0;
  font-size: 12px;
}
.np-payment-final-note {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  border-left: 5px solid #f0c45c;
  border-radius: 0 16px 16px 0;
  background: #d9eef1;
}
.np-payment-final-note strong {
  color: #0b4058;
  font-size: 17px;
}
.np-payment-final-note p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 1050px) {
  .np-payments-hero {
    grid-template-columns: 1fr;
  }
  .np-payment-method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .np-payment-route {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .dz-payments {
    padding: 32px 18px 40px;
  }
  .np-payments-hero {
    padding: 28px 22px;
  }
  .np-payment-methods > header,
  .np-payment-route-grid,
  .np-payment-guidance,
  .np-payment-help-grid,
  .np-payment-final-note {
    grid-template-columns: 1fr;
  }
  .np-payment-methods > header .np-payments-eyebrow,
  .np-payment-methods > header h3,
  .np-payment-methods > header p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .np-payment-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .np-payments-visual {
    min-height: 270px;
  }
  .np-payments-card {
    width: 240px;
    min-height: 150px;
  }
}


.np-starter {
  padding: 48px 28px 58px;
  background:
    radial-gradient(circle at 8% 20%, #6ed9df29 0 110px, transparent 350px),
    radial-gradient(circle at 92% 75%, #f0c45c24 0 100px, transparent 330px),
    linear-gradient(180deg, #edf8fa 0%, #deeff2 50%, #f7fbfc 100%);
  color: #0b4058;
  scroll-margin-top: 90px;
}
.np-starter * {
  box-sizing: border-box;
}
.np-starter-inner {
  max-width: 1420px;
  margin: 0 auto;
}
.np-starter-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 52px;
  align-items: center;
  padding: 44px 50px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, #4bd2dc3d 0 100px, transparent 320px),
    linear-gradient(135deg, #073f59, #075f7b 52%, #087f94);
  box-shadow: 0 20px 42px #063d5528;
}
.np-starter-eyebrow {
  margin: 0 0 10px;
  color: #087f94;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.np-starter-hero .np-starter-eyebrow {
  color: #f0c45c;
}
.np-starter h2 {
  margin: 0 0 20px;
  color: #f5fdff;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.03;
  letter-spacing: -1.7px;
}
.np-starter h2 span {
  color: #f0c45c;
}
.np-starter-copy > p:not(.np-starter-eyebrow) {
  max-width: 72ch;
  margin: 0 0 12px;
  color: #dceff3;
  font-size: 14px;
  line-height: 1.65;
}
.np-starter-compass {
  position: relative;
  min-height: 340px;
}
.np-compass-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 290px;
  aspect-ratio: 1;
  border: 2px solid #86d5df88;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 55px #45c8d32b, 0 0 0 32px #ffffff08;
}
.np-compass-ring::before,
.np-compass-ring::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  background: #89d8e27a;
  transform: translate(-50%, -50%);
}
.np-compass-ring::before {
  width: 1px;
  height: 115%;
}
.np-compass-ring::after {
  width: 115%;
  height: 1px;
}
.np-compass-needle {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  width: 42px;
  height: 230px;
  transform: translate(-50%, -50%) rotate(35deg);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: linear-gradient(90deg, #f0c45c 0 50%, #eafaff 50%);
  filter: drop-shadow(0 8px 12px #002c414d);
}
.np-compass-trident {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  border: 4px solid #f7df9a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #f0c45c;
  color: #073f59;
  box-shadow: 0 10px 22px #002c414d;
}
.np-compass-trident svg {
  width: 42px;
  height: 42px;
}
.np-compass-trident-stem {
  fill: none;
  stroke: #073f59;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.np-compass-trident-tips {
  fill: #073f59;
}
.np-compass-point {
  position: absolute;
  color: #dff5f8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.np-point-games { left: 2%; top: 12%; }
.np-point-rules { right: 1%; top: 15%; }
.np-point-budget { right: 2%; bottom: 12%; }
.np-point-account { left: 1%; bottom: 14%; }
.np-starter-route {
  margin-top: 38px;
}
.np-starter-route > header,
.np-starter-knowledge > .np-starter-knowledge-copy {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 20px;
}
.np-starter-route > header .np-starter-eyebrow,
.np-starter-route > header h3,
.np-starter-knowledge-copy .np-starter-eyebrow,
.np-starter-knowledge-copy h3 {
  grid-column: 1;
}
.np-starter-route > header p:last-child,
.np-starter-knowledge-copy > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.np-starter h3 {
  margin: 0;
  color: #0b4058;
  font-size: 28px;
  line-height: 1.2;
}
.np-starter p {
  color: #4d707d;
  line-height: 1.65;
}
.np-starter-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.np-starter-route-grid article {
  padding: 22px;
  border: 1px solid #acd3d8;
  border-radius: 18px;
  background: #fbffff;
}
.np-starter-route-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #d9eff2;
  color: #087f94;
  font-size: 20px;
}
.np-starter h4 {
  margin: 0 0 8px;
  color: #0b4058;
  font: 800 16px/1.35 Arial, sans-serif;
}
.np-starter-route-grid p,
.np-starter-term-grid p {
  margin: 0;
  font-size: 13px;
}
.np-starter-knowledge {
  margin-top: 40px;
  padding: 30px;
  border-radius: 24px;
  background: #073f59;
}
.np-starter-knowledge-copy .np-starter-eyebrow {
  color: #f0c45c;
}
.np-starter-knowledge-copy h3,
.np-starter-knowledge-copy > p {
  color: #edfaff;
}
.np-starter-term-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.np-starter-term-grid article {
  padding: 19px;
  border: 1px solid #79bac65c;
  border-radius: 15px;
  background: #ffffff0c;
}
.np-starter-term-grid article > span {
  display: block;
  margin-bottom: 9px;
  color: #f0c45c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.np-starter-term-grid h4,
.np-starter-term-grid p {
  color: #edfaff;
}
.np-starter-guidance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}
.np-starter-guidance article {
  padding: 26px;
  border: 1px solid #acd3d8;
  border-radius: 20px;
  background: #fbffff;
}
.np-starter-guidance h3 {
  margin-bottom: 12px;
  font-size: 22px;
}
.np-starter-support {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 20px;
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e0f1f3, #d8e8f2);
  border: 1px solid #aacfd6;
}
.np-starter-support p {
  margin: 0;
}
.np-starter-final-note {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 20px 24px;
  border-left: 5px solid #f0c45c;
  border-radius: 0 16px 16px 0;
  background: #d9eef1;
}
.np-starter-final-note strong {
  color: #0b4058;
  font-size: 17px;
}
.np-starter-final-note p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 980px) {
  .np-starter-hero {
    grid-template-columns: 1fr;
  }
  .np-starter-compass {
    min-height: 300px;
  }
  .np-starter-route-grid,
  .np-starter-term-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .np-starter {
    padding: 32px 18px 40px;
  }
  .np-starter-hero {
    padding: 28px 22px;
  }
  .np-starter-route > header,
  .np-starter-knowledge > .np-starter-knowledge-copy,
  .np-starter-route-grid,
  .np-starter-term-grid,
  .np-starter-guidance,
  .np-starter-support,
  .np-starter-final-note {
    grid-template-columns: 1fr;
  }
  .np-starter-route > header .np-starter-eyebrow,
  .np-starter-route > header h3,
  .np-starter-route > header p:last-child,
  .np-starter-knowledge-copy .np-starter-eyebrow,
  .np-starter-knowledge-copy h3,
  .np-starter-knowledge-copy > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }
  .np-starter-compass {
    min-height: 270px;
  }
  .np-compass-ring {
    width: 230px;
  }
  .np-compass-needle {
    height: 185px;
  }
}
