:root {
  --hxbg: #e7f2f3e1;
  --hxcard: #ffffffef;
  --hxink: #151517;
  --hxmuted: #85887f;
  --hxprimary: #1f52a3;
  --hxsecondary: #6ce041;
  --hxradius: 16px;
  --hxshadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--hxbg);
  color: var(--hxink);
  font-family: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans";
  line-height: 1.65;
  letter-spacing: .01em;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .6em;
  font-family: "Rajdhani", ui-sans-serif, system-ui;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin: 0 0 1em;
}

a {
  color: var(--hxprimary);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  outline: none;
}

:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--hxprimary) 70%, white);
  outline-offset: 2px;
  border-radius: 8px;
}

.LHxJZStmRfMvO {
  width: min(1200px, 92%);
  margin-inline: auto;
}

.hidden {
  display: none !important;
}

.centered {
  text-align: center;
}

.yQRdvr {
  background: linear-gradient(90deg, color-mix(in oklab, #49a31f 75%, white), color-mix(in oklab, #dc96ff 75%, white));
  color: #0f1311;
  border-bottom: 1px solid color-mix(in oklab, #49a31f 25%, #000);
}

.yoLV {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .6rem 0;
  text-align: center;
}

.aKtjkjJgry {
  font-variation-settings: 'opsz' 24, 'wght' 700;
}

.XNukAHGY {
  margin: 0;
  font-size: .95rem;
}

.oWcDZWC {
  color: #0f1311;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.KWwEWCVac {
  position: relative;
  color: #f4f6fb;
  background:
    radial-gradient(140% 140% at 0% 0%, #16373a 0%, #12222a 60%, #1c0f12 100%),
    linear-gradient(120deg, rgba(17, 18, 62, 0.9), rgba(74, 18, 52, 0.8));
  overflow: clip;
}

.KWwEWCVac::before,
.KWwEWCVac::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 46vw;
  height: 46vw;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(31, 119, 163, 0.35), transparent 70%);
  filter: blur(24px);
  transform: translateY(-10%);
}

.KWwEWCVac::after {
  inset: -20% auto auto -10%;
  width: 38vw;
  height: 38vw;
  background: radial-gradient(closest-side, rgba(119, 255, 61, 0.28), transparent 70%);
  transform: translateY(10%);
}

.sQpFROHDpOM {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(28px, 6vw, 72px) 0;
  align-items: center;
}

.iAbbWnkvN {
  max-width: 760px;
}

.TFPtGOWrA {
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  letter-spacing: -.01em;
}

.jFdG {
  margin-top: .6rem;
  color: color-mix(in oklab, #f4f6fb 85%, #bac493);
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  max-width: 70ch;
}

.xmKAfqEDrYw {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .6rem;
  margin-top: clamp(12px, 2.2vw, 18px);
}

.SatM {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: .6rem .8rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.SatM .bx {
  font-variation-settings: 'opsz' 24, 'wght' 700;
}

.oMfWUv {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.zErnCyrTpPFRiMA {
  width: min(560px, 42vw);
  height: auto;
  object-fit: contain;
  opacity: .22;
  filter: saturate(.6) contrast(1.05);
  mix-blend-mode: screen;
}

@media (prefers-contrast: more) {
  .zErnCyrTpPFRiMA {
    opacity: .28;
  }
}

@media (max-width: 980px) {
  .sQpFROHDpOM {
    grid-template-columns: 1fr;
  }

  .xmKAfqEDrYw {
    grid-template-columns: 1fr;
  }

  .oMfWUv {
    display: none;
  }
}

.ZbBFzRkFRyIT {
  background: #e7f2f3;
}

.mvXFNaBMODuART {
  padding: clamp(22px, 4.5vw, 52px) 0;
}

.DsyPp {
  text-align: center;
  margin-bottom: clamp(12px, 2.6vw, 20px);
}

.khFpbzeDpKPM {
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
}

.EbatWvUL {
  color: var(--hxmuted);
}

.MYoxOOkEjuF {
  background: var(--hxcard);
  border: 1px solid color-mix(in oklab, #151517 8%, white);
  border-radius: 18px;
  box-shadow: var(--hxshadow);
  overflow: hidden;
}

.uZMKWsFF {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 1fr 220px 240px;
  gap: clamp(12px, 2vw, 16px);
  padding: clamp(12px, 1.6vw, 16px);
  position: relative;
}

.uZMKWsFF+.uZMKWsFF {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .06);
}

.swtCpQQ {
  display: flex;
  align-items: center;
  justify-content: center;
}

.YzsWpFxJCA {
  max-width: 160px;
  height: auto;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
}

.VYHoZf .uQJezUwDA {
  font-family: "Rajdhani", ui-sans-serif, system-ui;
  font-weight: 700;
}

.VYHoZf .qDBIIOZzd {
  color: var(--hxmuted);
  margin-top: .2rem;
}

.WuMlt {
  text-align: center;
}

.laNMNTG {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  margin-bottom: .25rem;
}

.laNMNTG .bx {
  color: #d4a819;
  font-variation-settings: 'opsz' 24, 'wght' 700;
}

.UEdUbnSGuBvEe {
  font-weight: 700;
}

.lIGcchK {
  font-size: .86rem;
  color: var(--hxmuted);
}

.pJSMSUngcAn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ryxWpUvJ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem 1.1rem;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, var(--hxprimary) 0%, color-mix(in oklab, var(--hxprimary) 65%, #6c4184) 100%);
  box-shadow: 0 10px 24px rgba(139, 31, 163, 0.25);
}

.ryxWpUvJ:hover {
  filter: brightness(1.05);
}

.ryxWpUvJ:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--hxprimary) 50%, white);
  outline-offset: 2px;
}

.sdESHXTCF {
  margin-top: .55rem;
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
}

.sdESHXTCF img {
  width: 34px;
  height: 22px;
  object-fit: contain;
  display: block;
  opacity: .95;
}

@media (max-width: 1120px) {
  .uZMKWsFF {
    grid-template-columns: 180px 1fr 200px 220px;
  }
}

@media (max-width: 980px) {
  .uZMKWsFF {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand offer"
      "score cta";
  }

  .swtCpQQ {
    grid-area: brand;
    justify-content:center
  }

  .VYHoZf {
    grid-area: offer;
    text-align: center;
  }

  .WuMlt {
    grid-area: score;
    text-align: center;
  }

  .pJSMSUngcAn {
    grid-area: cta;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .uZMKWsFF {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "offer"
      "score"
      "cta";
    padding: 30px 0;
  }

  .swtCpQQ {
    justify-content: center;
  }
}

.qbyQLxdmTDl {
  position: relative
}

.jTzoNlof {
  width: 100%;
}

.ggKCe {
  padding: clamp(22px, 4.8vw, 56px) 0;
}

.JrLdXsjFMtfJQkJ {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: clamp(1.25rem, 2.6vw, 1.9rem);
  margin: 0 0 .4rem;
  font-family: "Rajdhani", ui-sans-serif, system-ui;
}

.JrLdXsjFMtfJQkJ .bx {
  font-variation-settings: 'opsz' 24, 'wght' 700;
}

.MlVYxqde {
  color: var(--hxmuted);
  margin: 0 0 .6rem;
}

.rYoHtPRR {
  display: grid;
  gap: .45rem;
  margin: .6rem 0 0 0;
}

.rYoHtPRR li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .45rem;
  align-items: start;
}

.rYoHtPRR .bx {
  font-variation-settings: 'opsz' 24, 'wght' 700;
  color: var(--hxprimary);
  margin-top: .05rem;
}

.dVZmlsqx {
  color: var(--hxmuted);
  margin-top: .8rem;
}

.iFmCPUfT {
  background:
    radial-gradient(120% 150% at 0% 0%, color-mix(in oklab, var(--hxbg) 70%, #fff) 0%, #fff 70%),
    linear-gradient(180deg, #ffffff 0%, color-mix(in oklab, var(--hxbg) 80%, #ffffff) 100%);
  border-top: 1px solid color-mix(in oklab, #151517 8%, white);
  border-bottom: 1px solid color-mix(in oklab, #151517 8%, white);
}

.stripehow {
  background:
    linear-gradient(180deg, color-mix(in oklab, var(--hxbg) 85%, #ffffff) 0%, #ffffff 100%),
    radial-gradient(140% 140% at 100% 0%, color-mix(in oklab, var(--hxsecondary) 12%, #ffffff) 0%, transparent 60%);
  border-bottom: 1px solid color-mix(in oklab, #151517 8%, white);
}

.stripechoose {
  background:
    radial-gradient(140% 160% at 0% 100%, color-mix(in oklab, var(--hxprimary) 10%, #ffffff) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, color-mix(in oklab, var(--hxbg) 85%, #ffffff) 100%);
  border-bottom: 1px solid color-mix(in oklab, #151517 8%, white);
}

.stripesafe {
  background:
    linear-gradient(180deg, #ffffff 0%, color-mix(in oklab, var(--hxbg) 82%, #ffffff) 100%),
    radial-gradient(160% 140% at 100% 100%, color-mix(in oklab, var(--hxprimary) 12%, #ffffff) 0%, transparent 60%),
    radial-gradient(130% 120% at 0% 0%, color-mix(in oklab, var(--hxsecondary) 10%, #ffffff) 0%, transparent 50%);
  border-bottom: 1px solid color-mix(in oklab, #151517 8%, white);
}

@media (max-width: 920px) {
  .JrLdXsjFMtfJQkJ {
    font-size: clamp(1.15rem, 4.5vw, 1.6rem);
  }
}

.SKCUyqXBuCsy {
  color: var(--hxink);
  background: #fff;
}

.ieFhWbYYDWR {
  background:
    linear-gradient(90deg,
      color-mix(in oklab, var(--hxprimary) 18%, white),
      color-mix(in oklab, var(--hxsecondary) 16%, white));
  border-bottom: 1px solid color-mix(in oklab, #151517 10%, white);
}

.izLlntaj {
  padding: .7rem 0;
}

.EYnOHZoDPYM {
  display: flex;
  flex-HYFzjgePYMDGz: HYFzjgePYMDGz;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  overflow: auto hidden;
  scroll-snap-type: x mandatory;
  padding-inline: .1rem;
}

.bbcXwUnvY {
  scroll-snap-align: center;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem .9rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid color-mix(in oklab, #151517 10%, white);
  text-decoration: none;
  color: #0f1110;
  font-weight: 700;
  letter-spacing: .04em;
}

.bbcXwUnvY .bx {
  font-variation-settings: 'opsz' 24, 'wght' 700;
  color: var(--hxprimary);
}

.fPiGYcVSOGmt {
  background:
    radial-gradient(140% 160% at 0% 0%, color-mix(in oklab, var(--hxbg) 80%, #fff) 0%, #fff 70%),
    linear-gradient(180deg, #ffffff 0%, color-mix(in oklab, var(--hxbg) 85%, #ffffff) 100%);
  border-bottom: 1px solid color-mix(in oklab, #151517 10%, white);
}

.rifICtsRjOGme {
  padding: clamp(18px, 4.2vw, 44px) 0;
  display: grid;
  gap: clamp(16px, 2.4vw, 22px);
}

.UCgQdFuZD {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
}

.gCxbhID {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--hxprimary), color-mix(in oklab, var(--hxprimary) 65%, #6c4184));
  color: #fff;
  box-shadow: var(--hxshadow);
}

.gCxbhID .bx {
  font-variation-settings: 'opsz' 28, 'wght' 700;
}

.mBJmUwoPbxkmM p {
  margin: 0 0 .6rem;
  color: var(--hxmuted);
}

.qaMqbLA {
  color: var(--hxprimary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cXMaQpMG {
  display: block;
}

.cBPSQOjlsTY {
  display: flex;
  flex-HYFzjgePYMDGz: HYFzjgePYMDGz;
  gap: clamp(10px, 1.6vw, 16px);
  align-items: center;
  justify-content: center;
  padding: .25rem 0;
}

.pFyElAPrz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .45rem .7rem;
  border-radius: 12px;
  background: #49a31f;
  border: 1px solid color-mix(in oklab, #151517 8%, white);
  box-shadow: var(--hxshadow);
}

.pFyElAPrz img {
  display: block;
  height: auto;
  filter: saturate(1.02) contrast(1.02);
  max-height: 90px;
}

.orbitalallytrack,
.orbitalallyscroll {
  display: none !important;
}

.dOcsdKNY {
  background: color-mix(in oklab, var(--hxbg) 92%, #ffffff);
}

.TmDmyRiDk {
  padding: .8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
}

.wdYqV {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.wdYqV .bx {
  color: var(--hxsecondary);
  font-variation-settings: 'opsz' 24, 'wght' 800;
}

.ssSt {
  margin: 0;
  color: var(--hxmuted);
  font-size: .95rem;
}

@media (max-width: 760px) {
  .UCgQdFuZD {
    grid-template-columns: 1fr;
  }

  .TmDmyRiDk {
    flex-direction: column;
    text-align: center;
  }
}

.MSyyTQRst {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 14, 18, .85);
  backdrop-filter: blur(6px) saturate(1.05);
}

.vyjlTyMTiSY {
  width: min(680px, 92%);
  background: #fff;
  color: var(--hxink);
  border: 1px solid color-mix(in oklab, #151517 10%, #ffffff);
  border-radius: 18px;
  box-shadow: var(--hxshadow);
  padding: clamp(18px, 3.4vw, 28px);
  text-align: center;
}

.pPIZrRoxwZcp {
  width: 56px;
  height: 56px;
  margin: 0 auto .6rem;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--hxprimary), color-mix(in oklab, var(--hxprimary) 60%, #7b4184));
  box-shadow: var(--hxshadow);
}

.pPIZrRoxwZcp .bx {
  font-variation-settings: 'opsz' 28, 'wght' 800;
}

.MsLKXQSL {
  font-family: "Rajdhani", ui-sans-serif, system-ui;
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
  margin: 0 0 .35rem;
}

.suBAcFHS {
  margin: 0 0 .9rem;
  color: var(--hxmuted);
}

.NfWBZWnK {
  display: flex;
  gap: .6rem;
  justify-content: center;
  flex-HYFzjgePYMDGz: HYFzjgePYMDGz;
}

.lzsHVYNFjIN {
  padding: .7rem 1.1rem;
  border-radius: 12px;
  font-weight: 800;
  cursor: pointer;
  line-height: 1;
}

.RGDRqEdhc {
  color: #fff;
  background: linear-gradient(180deg, var(--hxprimary) 0%, color-mix(in oklab, var(--hxprimary) 65%, #6c4184) 100%);
  box-shadow: 0 10px 24px rgba(126, 83, 149, 0.25);
}

.fNtaLkfsb {
  background: #fff;
  color: var(--hxink);
  border: 1px solid color-mix(in oklab, #151517 12%, #ffffff);
}

@media (max-width:560px) {
  .NfWBZWnK {
    flex-direction: column;
  }
}

.elcaybeg {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 9998;
  background: linear-gradient(180deg, #ffffff 0%, color-mix(in oklab, var(--hxbg) 88%, #ffffff) 100%);
  border-top: 1px solid color-mix(in oklab, #151517 10%, white);
  box-shadow: 0 -8px 28px rgba(0, 0, 0, .08);
}

.APWTWU {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 16px);
  padding: clamp(10px, 2vw, 14px) 0;
}

.bOiLOAaqlEui {
  max-width: 900px;
  color: var(--hxink);
  font-size: .96rem;
}

.XQgnpCAe {
  color: var(--hxprimary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fPGrAOH {
  display: flex;
  gap: .5rem;
  flex-HYFzjgePYMDGz: HYFzjgePYMDGz;
}

.qPcnBLQdVYj {
  padding: .55rem .9rem;
  border-radius: 12px;
  font-weight: 800;
  cursor: pointer;
  line-height: 1;
}

.KZcpaUXWTC {
  color: #fff;
  background: linear-gradient(180deg, var(--hxsecondary) 0%, color-mix(in oklab, var(--hxsecondary) 65%, #a3641b) 100%);
  box-shadow: 0 10px 24px rgba(61, 255, 71, 0.22);
}

.sugarcookiebarbtnghost {
  background: #fff;
  color: var(--hxink);
  border: 1px solid color-mix(in oklab, #151517 12%, #ffffff);
}

@media (max-width:760px) {
  .APWTWU {
    flex-direction: column;
    align-items: stretch;
  }

  .fPGrAOH {
    justify-content: space-between;
  }
}