.a {
  place-content: center;
  display: grid;
}

.b {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  display: grid;
  cursor: var(--a-a);
  opacity: var(--a-b);
}

.c {
  place-content: center;
  display: grid;
  border-radius: 3px;
  text-align: center;
  padding: 20px;
  pointer-events: var(--b-a);
  border: var(--b-b);
  color: var(--b-c);
}

.c:hover {
  cursor: pointer;
  background: var(--c-a);
}

.d {
  font-size: 20px;
  margin: 10px 0;
}

.e {
  font-size: 12px;
}

.f {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.g {
  font-weight: normal;
  margin: 0;
}

.h {
  color: #FF6600;
}

.i {
  font-family: Pirata One;
  text-decoration: none;
  text-align: center;
  line-height: 120px;
  font-size: 60px;
  color: inherit;
  display: block;
  height: 120px;
}

.j {
  border-bottom: 1px dashed #CCC;
  border-top: 1px dashed #CCC;
  padding-top: 20px;
  display: grid;
  gap: 15px;
  padding-bottom: var(--d-a);
}

.k {
  align-content: start;
  grid-gap: 5px;
  display: grid;
}

.l {
  font-weight: 600;
  font-size: 14px;
}

.m {
  padding-left: 16px;
  font-size: 14px;
  color: #FF6600;
}

.n {
  border: var(--e-b, 1px solid #333);
  border-radius: 3px;
  padding: 8px;
  text-transform: var(--e-a);
}

.n:focus-visible {
  outline: 2px solid #FF6600;
  outline-offset: 1px;
}

.n:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.o {
  background: transparent;
  border: var(--f-a, 1px solid #333);
  border-radius: 3px;
  min-width: 0;
  padding: 8px;
}

.o:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.o:focus-visible {
  outline: 2px solid #FF6600;
  outline-offset: 1px;
}

.p {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  border-radius: 3px;
  padding: 6px 12px;
  background: var(--g-a);
}

.q {
  grid-template-columns: var(--h-a);
  grid-gap: 10px;
  display: grid;
}

.q:nth-child(even) {
  background: #F6F6F6;
}

.r {
  text-align: center;
}

.s {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  display: grid;
}

.t {
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  display: grid;
  gap: 10px;
}

.u {
  grid-template-columns: auto 1fr;
  align-items: center;
  display: grid;
  gap: 10px;
  opacity: var(--i-a);
}

.u span {
  position: relative;
  font-weight: 600;
  top: 1px;
}

.u svg {
  stroke-width: 1.75;
}

.v {
  border-top: 2px solid #333;
  opacity: var(--j-a);
}

.w {
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 20px;
  display: grid;
}

.x {
  text-align: center;
}

.x h1 {
  font-family: Pirata One;
  font-weight: normal;
  font-size: 60px;
}

.x p {
  margin-bottom: 10px;
}

.x a {
  grid-template-columns: auto 1fr;
  display: inline-grid;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.x svg {
  stroke-width: 1.25;
}

.y {
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  display: grid;
}

.z {
  margin: 60px auto;
  max-width: 800px;
  display: grid;
  gap: 30px;
}

.z h2 {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}

.z a:not([class]) {
  color: inherit;
}

.aa {
  grid-template-columns: 140px 1fr;
  margin: 0 auto;
  display: grid;
  gap: 5px 10px;
}

.aa span {
  text-align: right;
}

.ab {
  border-bottom: 1px dashed #CCC;
  padding-bottom: 30px;
}

.ac {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 20px #33333330;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 20px;
}

.ac:focus-visible {
  outline: 2px solid #FF6600;
  outline-offset: 1px;
}

.ac::backdrop {
  backdrop-filter: saturate(0);
  background: #00000030;
}

.ad {
  place-content: center;
  justify-items: center;
  grid-auto-flow: row;
  grid-gap: 15px;
  display: grid;
  text-align: center;
  min-width: 250px;
  max-width: 40ch;
}

.ad svg {
  stroke-width: 1.25;
  height: 40px;
  width: 40px;
}

.ae {
  padding-left: 20px;
}

.af {
  margin-top: 10px;
}

.af a {
  color: inherit;
}

.ag {
  margin: 60px auto;
  max-width: 80ch;
}

.ag h1 {
  border-bottom: 1px dashed #999;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  margin-top: 1em;
}

.ag h2 {
  border-bottom: 1px dashed #999;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  margin-top: 1em;
}

.ag h1 {
  font-size: 32px;
}

.ag h2 {
  font-size: 20px;
}

.ag p {
  text-align: justify;
  margin-bottom: 1em;
}

.ag hr {
  margin-bottom: 1em;
  border: 0;
  border-bottom: 1px dashed #999;
}

.ah {
  grid-template-rows: auto auto 1fr auto;
  min-height: 100vh;
  display: grid;
  font-family: Merriweather, serif;
  background-color: #FFF;
  line-height: 1.5;
  color: #333;
  max-width: 1280px;
  min-width: 300px;
  padding: 0 20px;
  margin: 0 auto;
}

.ai {
  align-self: center;
}

.aj {
  display: block;
}

.ak {
  grid-template-columns: 200px 100px 1fr;
  grid-gap: 10px;
  display: grid;
}

.ak:first-child {
  font-weight: bold;
}

.ak:first-child > div {
  border-bottom: 1px solid #333;
}

.ak > div {
  padding: 10px;
}

.al {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.am {
  max-width: var(--k-a);
  margin: 60px auto;
  margin-bottom: 80px;
  display: grid;
  gap: 30px;
}

.an {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}

.ao {
  justify-content: center;
  text-align: center;
  display: grid;
  gap: 5px;
}

.ao a:not([class]) {
  color: inherit;
}

.ap {
  text-align: center;
  font-size: 30px;
  max-width: 50ch;
  margin: 60px auto;
  margin-bottom: 10px;
}

.ap b {
  font-weight: normal;
  color: #FF6600;
}

.ap small {
  position: relative;
  font-size: 16px;
  top: -10px;
}

.ap em {
  text-decoration: underline;
}

.aq {
  padding-bottom: 80px;
  display: grid;
  gap: 40px 0;
}

.ar {
  border-top: 1px solid #CCC;
}

.as {
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  text-align: center;
  display: grid;
  gap: 40px;
}

.as h2 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

.as p {
  font-size: 18px;
}

.at {
  border-left: 1px dashed #CCC;
}

.au {
  text-align: center;
  font-size: 14px;
  max-width: 80ch;
  width: 100%;
  color: #666;
  margin: 0 auto;
  margin-bottom: 60px;
}

.av {
  place-content: center;
  padding: 30px 0;
  display: grid;
}

.aw {
  border-top: 3px double #CCC;
  padding: 20px 0;
  font-size: 12px;
  grid-template-columns: 1fr auto auto;
  grid-gap: 10px;
  display: grid;
}

.aw a {
  color: inherit;
}

.ax {
  position: relative;
  top: 2px;
}

.ay {
  border: 1px solid #777;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.05in;
  height: 4.125in;
  width: 9.5in;
  transform-origin: 0 0;
  scale: var(--l-a);
}

.az {
  aspect-ratio: 9.5 / 4.125;
  overflow: hidden;
  margin: 15px 0;
}

.ba {
  box-sizing: border-box;
  border: 1px solid #777;
  border-radius: 0.2in;
  position: absolute;
  left: 0.625in;
}

.bb {
  padding: 0.1in 0.15in;
  bottom: 2.375in;
  height: 0.875in;
  width: 3.25in;
}

.bc {
  padding: 0.1in 0.15in;
  bottom: 1in;
  height: 1in;
  width: 4in;
}

.bd {
  text-transform: uppercase;
  font-family: sans-serif;
  line-height: 1.25;
  font-size: 0.11in;
  font-weight: 600;
  white-space: pre;
}

.be {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.11in;
  line-height: 1.3;
  font-weight: 600;
  white-space: pre;
}

.bf {
  --barcode-height: 0.125in;
  height: var(--barcode-height);
  margin-top: 0.05in;
  display: flex;
}

.bf > * {
  height: calc(var(--barcode-height) / 2);
  position: relative;
  flex: 0 0 auto;
}

.bf > *:nth-child(odd) {
  background: #333;
  width: 0.021in;
}

.bf > *:nth-child(even) {
  width: 0.01125in;
}

.bg {
  top: calc(var(--barcode-height) / 4);
}

.bh {
  top: calc(var(--barcode-height) / 2);
}

.bi {
  height: var(--barcode-height);
}

.bj {
  top: 0;
}

.bk {
  font-family: Pirata One;
  font-size: 0.15in;
  color: inherit;
  display: block;
}

.bk span {
  color: #FF6600;
}

.bl {
  border: var(--m-a, 1px solid #333);
  border-radius: 3px;
  padding: 8px;
}

.bl:focus-visible {
  outline: 2px solid #FF6600;
  outline-offset: 1px;
}

.bl:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.bm {
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  position: relative;
  padding: 20px 0;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.bm::before {
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
}

.bm::after {
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
}

.bm::after {
  bottom: 2px;
}

.bm::before {
  top: 2px;
}

.bm a {
  font-weight: 600;
  font-size: 16px;
  color: inherit;
}

.bm a:has(svg) {
  grid-template-columns: auto 1fr;
  align-items: center;
  display: grid;
  gap: 6px;
}

.bm a:has(svg) svg {
  stroke-width: 1.25;
  height: 24px;
  width: 24px;
  color: #111;
}

.bn {
  grid-auto-flow: column;
  justify-content: end;
  display: grid;
  gap: 0 20px;
  white-space: nowrap;
}

.bp {
  border-radius: 3px;
  background: #333;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
  padding: var(--n-a);
  font-size: var(--n-b);
}

.bp:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.bp:focus-visible {
  outline: 2px solid #FF6600;
  outline-offset: 1px;
}

.bp:hover {
  outline: 2px solid #FF6600;
  outline-offset: 1px;
}

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

  .i {
    line-height: 80px;
    font-size: 36px;
    height: 80px;
  }

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

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

  .t {
    grid-template-rows: auto 1fr auto 1fr auto 1fr auto;
    grid-template-columns: 1fr;
  }

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

  .z {
    margin: 40px auto;
    gap: 20px;
  }

  .aa {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 5px;
  }

  .aa span {
    text-align: start;
  }

  .ad {
    min-width: 150px;
  }

  .ag {
    margin: 40px auto;
    font-size: 14px;
  }

  .ag h1 {
    font-size: 26px;
  }

  .ag h2 {
    font-size: 18px;
  }

  .am {
    margin: 40px auto;
    gap: 20px;
  }

  .an {
    font-size: 22px;
  }

  .ap {
    font-size: 22px;
    width: auto;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .aq {
    padding-bottom: 40px;
    gap: 20px;
  }

  .as {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .as h2 {
    font-size: 18px;
  }

  .as p {
    font-size: 14px;
  }

  .at {
    border-top: 1px dashed #CCC;
  }

  .au {
    margin-bottom: 30px;
  }

  .av {
    padding: 15px 0;
  }

  .aw {
    grid-template-columns: 1fr 1fr;
    text-align: center;
    font-size: 10px;
  }

  .aw > *:first-child {
    grid-column: span 2;
  }

  .bm {
    grid-template-columns: 1fr;
    padding: 15px 0;
  }

  .bm a {
    font-size: 14px;
  }

  .bm a:has(svg) svg {
    height: 18px;
    width: 18px;
  }

  .bo {
    display: none;
  }
}

@media (max-width: 700px) {
  .bn {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: initial;
    place-content: center;
    place-items: center;
    gap: 10px;
  }
}

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