:root {
  --white-smoke-2: #f0f0f0;
  --light-gray: #d4d4d4;
  --dark-khaki: #a8d069;
  --sandy-brown: #f8c740;
  --dark-slate-gray-3: #333;
  --dim-gray-3: #5d5d5d;
  --light-sea-green-2: #20ac99;
  --salmon-2: #fc7d64;
  --indian-red-2: #af4173;
  --steel-blue-2: #2e80b6;
  --tan: #d39f9a;
  --indian-red: #cf404d;
  --firebrick: #bf3a30;
  --white-smoke-4: #f3f3f3;
  --light-sea-green: #25ccbf;
  --white-smoke-3: #edeff2;
  --white-smoke: #ecf0f1;
  --dim-gray: #735260;
  --dark-slate-gray-2: #404047;
  --tomato: #e64c40;
  --khaki: #face6a;
  --steel-blue: #3b99d9;
  --goldenrod: #e2a62b;
  --dim-gray-2: #49647b;
  --salmon: #fd7072;
  --lavender: #e9e9e9;
  --sandy-brown-2: #e4b962;
  --medium-sea-green: #30ad64;
  --brown: #822e50;
  --dark-slate-gray: #2d3e4f;
  --silver: #bec3c700;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

html {
  background-color: #000;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a {
  color: #5dbf30;
  text-decoration: none;
}

a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.navigation-link:hover {
  color: #5dbf30;
}

.navigation-link.w--current {
  color: #333;
  cursor: default;
}

.navigation-bar {
  -webkit-text-stroke-color: #333333ed;
  text-transform: uppercase;
  background-color: #000;
  border: 1px #8c8c8c;
  border-bottom: .5px solid #8c8c8c70;
  padding-top: 70px;
  padding-bottom: 70px;
}

.navigation-menu {
  margin-top: 3px;
}

.brand-link img,
.brand > .brand-image {
  transform-origin: 50% 50%;
  animation: salt-mark-rock 14s cubic-bezier(.65, 0, .35, 1) infinite;
}

@keyframes salt-mark-rock {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-7deg);
  }

  18% {
    transform: rotate(7deg);
  }

  26% {
    transform: rotate(-5deg);
  }

  42% {
    transform: rotate(360deg);
  }

  54% {
    transform: rotate(356deg);
  }

  62% {
    transform: rotate(364deg);
  }

  72% {
    transform: rotate(0deg);
  }

  88% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-link img,
  .brand > .brand-image {
    animation: none;
  }
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
}

.section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.home-section {
  padding-top: 102px;
}

.social-icon-link {
  opacity: .87;
  background-color: #fff0;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: .3;
}

.footer {
  text-align: center;
  -webkit-text-stroke-color: #3330;
  background-color: #000;
  border: 0;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 16px;
}

.home-footer {
  padding-top: 72px;
  padding-bottom: 72px;
}

.product-footer {
  padding-top: 56px;
  padding-bottom: 56px;
}

.product-footer-divider {
  background-color: #262626;
  width: 100%;
  height: 1px;
}

.footer-text {
  color: #a1a1a1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 8px;
  line-height: 12px;
}

.photo-link-block {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.photo-link-block:hover {
  opacity: .8;
  color: #333;
  text-decoration: none;
  transform: scale(1.02);
}

.home-grid {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr;
  width: min(100%, 1360px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-card {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: opacity .2s, transform .2s;
}

.home-card:before,
.home-card:after {
  content: "";
  aspect-ratio: 1.18;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  transition: opacity .18s ease, background-position .28s steps(2, end);
  position: absolute;
  inset: 0 0 auto;
}

.home-card:before {
  mix-blend-mode: normal;
  background-image:
    linear-gradient(rgba(0, 0, 0, .2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .2) 1px, transparent 1px),
    radial-gradient(circle, rgba(0, 0, 0, .28) 0 1px, transparent 1.5px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 10px 10px, 10px 10px, 6px 6px;
  z-index: 1;
}

.home-card:after {
  mix-blend-mode: screen;
  background-image:
    repeating-conic-gradient(from 90deg, rgba(93, 191, 48, .18) 0 25%, transparent 0 100%),
    repeating-conic-gradient(from 180deg, transparent 0 50%, rgba(93, 191, 48, .14) 0 62.5%, transparent 0 100%),
    repeating-conic-gradient(from 270deg, transparent 0 75%, rgba(93, 191, 48, .12) 0 87.5%, transparent 0 100%);
  background-position: 0 0, 11px 7px, 23px 17px;
  background-size: 22px 22px, 34px 34px, 46px 46px;
  z-index: 2;
}

.home-card:hover {
  opacity: .82;
  color: #fff;
  transform: scale(1.01);
}

.home-card:hover:before {
  opacity: .22;
  background-position: 8px 4px, 4px 8px, 3px 3px;
}

.home-card:hover:after {
  opacity: .16;
  background-position: 17px 9px, -9px 21px, 37px -11px;
}

.home-card-image,
.home-card-video-frame {
  aspect-ratio: 1.18;
  width: 100%;
  display: block;
  transition: filter .18s ease;
}

.home-card-image {
  object-fit: cover;
}

.home-card-video-frame {
  background-color: #111;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(1.08) brightness(.96);
  opacity: 1;
  display: block;
  transform: translateY(4%) scale(1.04);
  transition: opacity .28s ease;
}

.home-card-video.is-fading-loop {
  opacity: 0;
}

.home-card:hover .home-card-image {
  filter: blur(1px) contrast(1.08);
}

.home-card:hover .home-card-video {
  filter: grayscale(1) blur(1px) contrast(1.14) brightness(.94);
}

.floating-top {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #a8d069;
  border: 0;
  padding: 12px 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  transition: opacity .2s ease, transform .2s ease;
  position: fixed;
  inset: auto 24px 24px auto;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.floating-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.blog-title {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.byline {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  color: #333;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-photo {
  padding-right: 30px;
}

.title {
  color: #fff;
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Exo, sans-serif;
  font-size: 16px;
}

.photo-page-title {
  color: var(--white-smoke-2);
  text-align: left;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.photo-page-title.center {
  color: #fff;
  text-align: center;
}

.photo-info-text {
  color: #969696;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  text-transform: uppercase;
  font-size: 12px;
}

.small-blog-title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  color: #333;
  margin-bottom: 21px;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.photo-row {
  border-bottom: 1px solid #0000002b;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.description-text {
  color: #fff;
  margin-bottom: 23px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 500;
}

.body {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

.product-detail-container {
  width: min(92vw, 940px);
  max-width: 940px;
}

.product-detail-row {
  grid-column-gap: clamp(28px, 4vw, 56px);
  grid-row-gap: 48px;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1fr);
  align-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-copy {
  color: #fff;
  text-transform: uppercase;
  padding-top: 6px;
}

.product-price {
  color: #fff;
  letter-spacing: -.9px;
  margin-bottom: 36px;
  font-family: Roboto Condensed, sans-serif;
  font-size: clamp(28px, 3.2vw, 30px);
  font-weight: 700;
  line-height: .95;
}

.product-currency {
  color: #868686;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1;
  vertical-align: .08em;
}

.product-title {
  color: #fff;
  letter-spacing: -1.32px;
  text-transform: uppercase;
  max-width: 9.5ch;
  margin-bottom: 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: clamp(40px, 4.8vw, 44px);
  font-weight: 700;
  line-height: 1;
}

.product-title span {
  white-space: nowrap;
}

.product-title-digital {
  max-width: 12.5ch;
}

.product-format {
  margin-bottom: 42px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.product-format p {
  color: #fff;
  letter-spacing: -.66px;
  margin-bottom: 9px;
  font-size: clamp(20px, 2.4vw, 22px);
  line-height: 1;
}

.product-format p span {
  color: #868686;
  white-space: nowrap;
}

.product-format p span:first-child {
  font-size: 1.16em;
  font-weight: 500;
}

.product-format p .product-format-line {
  color: #fff;
  margin-top: 4px;
  display: block;
}

.product-text-link,
.product-inline-link {
  color: #fff;
  transition: color .18s ease;
}

.product-text-link span:first-child,
.product-inline-link {
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .08em;
}

.product-inline-link {
  font-weight: 700;
  white-space: nowrap;
}

.product-text-link {
  align-items: center;
  color: #5dbf30;
  gap: .18em;
  letter-spacing: -.48px;
  font-size: clamp(15px, 1.8vw, 16px);
  display: inline-flex;
  line-height: 1;
}

.product-link-arrow {
  width: .9em;
  height: .9em;
  object-fit: contain;
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(61%) sepia(96%) saturate(508%) hue-rotate(55deg) brightness(89%) contrast(87%);
  transition: filter .18s ease;
}

.product-text-link:hover {
  color: #868686;
}

.product-text-link:hover .product-link-arrow {
  filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(0%) hue-rotate(183deg) brightness(93%) contrast(86%);
}

.product-inline-link:hover {
  color: #5dbf30;
}

.product-kicker {
  color: #c2c2c2;
  letter-spacing: .68px;
  margin-bottom: 52px;
  font-family: Roboto Condensed, sans-serif;
  font-size: clamp(16px, 1.9vw, 17px);
  font-weight: 500;
  line-height: .9;
}

.product-kicker span,
.product-kicker strong {
  color: #fff;
}

.product-kicker strong {
  font-weight: 800;
}

.product-info-groups {
  grid-row-gap: 28px;
  flex-flow: column;
  margin-bottom: 48px;
  display: flex;
}

.product-info-group h2 {
  color: #fff;
  letter-spacing: -.42px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: IBM Plex Mono, Inconsolata, monospace;
  font-size: clamp(13px, 1.3vw, 14px);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.product-info-group ul {
  color: #7b7b7b;
  letter-spacing: -.42px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: IBM Plex Mono, Inconsolata, monospace;
  font-size: clamp(13px, 1.3vw, 14px);
  font-weight: 400;
  line-height: 1.45;
}

.product-purchase-button {
  letter-spacing: .5px;
  text-transform: uppercase;
  min-width: 152px;
  padding: 18px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: color .18s ease, border-color .18s ease;
}

.product-purchase-button:hover {
  color: #5dbf30;
  border-color: #5dbf30;
}

.product-media {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.product-media img {
  object-fit: cover;
  border: 1px solid #333;
  width: 100%;
  display: block;
}

.product-media-printed > img,
.product-media-printed > section {
  border: 2px solid rgba(255, 255, 255, .1);
  box-sizing: border-box;
}

.digital-generator-demo {
  aspect-ratio: 1.25;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.digital-generator-demo > img {
  object-fit: cover;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.digital-generator-video {
  width: 56%;
  height: 42%;
  background-color: #050505;
  border-radius: 10px;
  position: absolute;
  left: 38%;
  top: 51.2%;
  overflow: hidden;
}

.digital-generator-video video {
  object-fit: cover;
  object-position: 48% center;
  width: 112%;
  height: 104%;
  display: block;
  transform: translate(-7%, -2%);
}

.product-guide-demo {
  aspect-ratio: 1.3953125;
  background-color: #000;
  border: 0;
  position: relative;
  overflow: hidden;
}

.product-guide-demo > img {
  object-fit: cover;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.product-guide-video {
  width: 49%;
  height: 43.8%;
  background-color: #050505;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 22.8%;
  top: 55%;
  overflow: hidden;
}

.product-guide-video video {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
  transform: none;
}

.product-video-demo {
  aspect-ratio: 1.25;
  background-color: #000;
  border: 0;
  position: relative;
  overflow: hidden;
}

.product-video-demo > img {
  object-fit: cover;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.product-how-video {
  width: 47.4%;
  height: 45.4%;
  background-color: #050505;
  border-radius: 10px;
  position: absolute;
  left: 44.2%;
  top: 47.6%;
  overflow: hidden;
}

.product-how-video video {
  object-fit: cover;
  object-position: 56% 54%;
  width: 108%;
  height: 108%;
  display: block;
  transform: translate(-4%, -3%);
}

.product-guide-video::after {
  content: "";
  background-color: #050505;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 11.5%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .product-detail-row {
    grid-template-columns: 1fr;
    width: min(100%, 728px);
  }

  .product-title {
    max-width: 10ch;
  }
}

@media screen and (max-width: 479px) {
  .product-price {
    margin-bottom: 22px;
  }

  .product-title {
    letter-spacing: -.5px;
    margin-bottom: 32px;
  }

  .product-format,
  .product-kicker {
    margin-bottom: 34px;
  }

  .product-info-groups {
    margin-bottom: 44px;
  }

  .product-purchase-button {
    width: 100%;
    text-align: center;
  }
}

.text-block {
  color: #fff;
  font-size: 16px;
}

.image {
  color: #fff;
}

.image:hover {
  opacity: .22;
  background-color: #000;
  font-size: 1411px;
}

.div-block {
  grid-row-gap: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 28px;
  display: flex;
}

.body-2 {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  color: #3330;
  background-color: #ffffff1c;
}

.search-button {
  outline-offset: 0px;
  background-color: #3898ec00;
  outline: 1px solid #fff;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #fff;
  letter-spacing: 5px;
  text-indent: 0;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.heading-2 {
  color: #fff;
}

.search {
  -webkit-text-stroke-color: #3330;
  margin-bottom: 0;
}

.div {
  border-bottom: 1px solid var(--light-gray);
  outline-offset: 0px;
  outline: 3px solid #555;
}

.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-divider-copy {
  color: #3330;
  -webkit-text-stroke-color: #3330;
  border-top: 1px solid #2b2b2b;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  padding: 16px 250px;
  display: block;
}

.planents {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: static;
  overflow: visible;
}

.quick-stack {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  object-fit: fill;
  min-width: 940px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.heading-2-copy {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  min-width: 940px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 48px;
  line-height: 100px;
  display: flex;
}

.heading-3 {
  color: #929292;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 0;
  display: flex;
}

.read-more {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #949494;
  text-transform: uppercase;
  flex-flow: column;
  min-height: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
  overflow: hidden;
}

.read-more:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57) {
  color: var(--dark-khaki);
  display: flex;
}

.link-block > .div-block-2 > .read-more {
  color: #a8d069;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.read-more.final-4 {
  display: flex;
}

.read-more.final-6 {
  color: var(--dark-khaki);
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.read-more.final-12 {
  display: flex;
}

.read-more.final-14 {
  color: #a8d069;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.read-more.final-20 {
  display: flex;
}

.read-more.final-22 {
  color: #a8d069;
  display: flex;
}

.read-more.final-28 {
  display: flex;
}

.read-more.final-30 {
  color: #a8d069;
  display: flex;
}

.read-more.final-36 {
  display: flex;
}

.read-more.final-38, .read-more.final-44, .read-more.final-51, .read-more.final-58 {
  color: #a8d069;
  display: flex;
}

.read-more.final-65, .read-more.final-72, .read-more.final-79, .read-more.final-86, .read-more.final-93, .read-more.final-100, .read-more.final-107, .read-more.final-114, .read-more.final-121, .read-more.final-128, .read-more.final-135, .read-more.final-142, .read-more.final-149, .read-more.final-156, .read-more.final-163, .read-more.final-170, .read-more.final-177, .read-more.final-184, .read-more.final-191, .read-more.final-198, .read-more.final-205, .read-more.final-212, .read-more.final-219, .read-more.final-226, .read-more.final-233, .read-more.final-240, .read-more.final-247, .read-more.final-254, .read-more.final-261, .read-more.final-268, .read-more.final-275, .read-more.final-282, .read-more.final-289, .read-more.final-296, .read-more.final-303, .read-more.final-310, .read-more.final-317, .read-more.final-324 {
  color: var(--dark-khaki);
  display: flex;
}

.text-block-2 {
  color: #c8c8c8;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.icon {
  color: #fff;
}

.paragraph {
  color: #b9b9b9;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.paragraph:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57), .paragraph.final-7, .paragraph.final-15, .paragraph.final-23, .paragraph.final-31, .paragraph.final-39, .paragraph.final-46, .paragraph.final-53, .paragraph.final-60, .paragraph.final-67, .paragraph.final-74, .paragraph.final-81, .paragraph.final-88, .paragraph.final-95, .paragraph.final-102, .paragraph.final-109, .paragraph.final-116, .paragraph.final-123, .paragraph.final-130, .paragraph.final-137, .paragraph.final-144, .paragraph.final-151, .paragraph.final-158, .paragraph.final-165, .paragraph.final-172, .paragraph.final-179, .paragraph.final-186, .paragraph.final-193, .paragraph.final-200, .paragraph.final-207, .paragraph.final-214, .paragraph.final-221, .paragraph.final-228, .paragraph.final-235, .paragraph.final-242, .paragraph.final-249, .paragraph.final-256, .paragraph.final-263, .paragraph.final-270, .paragraph.final-277, .paragraph.final-284, .paragraph.final-291, .paragraph.final-298, .paragraph.final-305, .paragraph.final-312, .paragraph.final-319, .paragraph.final-326 {
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  height: auto;
  min-height: auto;
  overflow: visible;
}

.div-block-2:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57) {
  height: auto;
  overflow: visible;
}

.div-block-2.final-3 {
  text-overflow: clip;
  flex-flow: column;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-2.final-11, .div-block-2.final-19, .div-block-2.final-27, .div-block-2.final-35, .div-block-2.final-43, .div-block-2.final-50, .div-block-2.final-57, .div-block-2.final-64, .div-block-2.final-71, .div-block-2.final-78, .div-block-2.final-85, .div-block-2.final-92, .div-block-2.final-99, .div-block-2.final-106, .div-block-2.final-113, .div-block-2.final-120, .div-block-2.final-127, .div-block-2.final-134, .div-block-2.final-141, .div-block-2.final-148, .div-block-2.final-155, .div-block-2.final-162, .div-block-2.final-169, .div-block-2.final-176, .div-block-2.final-183, .div-block-2.final-190, .div-block-2.final-197, .div-block-2.final-204, .div-block-2.final-211, .div-block-2.final-218, .div-block-2.final-225, .div-block-2.final-232, .div-block-2.final-239, .div-block-2.final-246, .div-block-2.final-253, .div-block-2.final-260, .div-block-2.final-267, .div-block-2.final-274, .div-block-2.final-281, .div-block-2.final-288, .div-block-2.final-295, .div-block-2.final-302, .div-block-2.final-309, .div-block-2.final-316, .div-block-2.final-323 {
  height: auto;
  overflow: visible;
}

.body-3 {
  background-color: #000;
}

.div-block-3 {
  height: auto;
  min-height: auto;
  line-height: 20px;
  display: block;
  overflow: visible;
}

.div-block-3:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57) {
  height: auto;
  display: block;
  overflow: visible;
}

.div-block-3.final-5 {
  aspect-ratio: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.div-block-3.final-13 {
  height: auto;
  min-height: auto;
  display: block;
  overflow: visible;
}

.div-block-3.final-21, .div-block-3.final-29, .div-block-3.final-37, .div-block-3.final-45, .div-block-3.final-52, .div-block-3.final-59, .div-block-3.final-66, .div-block-3.final-73, .div-block-3.final-80, .div-block-3.final-87, .div-block-3.final-94, .div-block-3.final-101, .div-block-3.final-108, .div-block-3.final-115, .div-block-3.final-122, .div-block-3.final-129, .div-block-3.final-136, .div-block-3.final-143, .div-block-3.final-150, .div-block-3.final-157, .div-block-3.final-164, .div-block-3.final-171, .div-block-3.final-178, .div-block-3.final-185, .div-block-3.final-192, .div-block-3.final-199, .div-block-3.final-206, .div-block-3.final-213, .div-block-3.final-220, .div-block-3.final-227, .div-block-3.final-234, .div-block-3.final-241, .div-block-3.final-248, .div-block-3.final-255, .div-block-3.final-262, .div-block-3.final-269, .div-block-3.final-276, .div-block-3.final-283, .div-block-3.final-290, .div-block-3.final-297, .div-block-3.final-304, .div-block-3.final-311, .div-block-3.final-318, .div-block-3.final-325 {
  height: auto;
  display: block;
  overflow: visible;
}

.link-block {
  min-height: auto;
}

.link-block.final-2 {
  flex-flow: column;
  min-height: auto;
  display: flex;
}

.link-block.final-10 {
  flex-flow: column;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  min-height: auto;
  display: flex;
  overflow: auto;
}

.div-block-4:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57), .div-block-4.final {
  flex-flow: column;
  display: flex;
}

.div-block-4.final-9 {
  flex-flow: column;
  min-height: auto;
  display: flex;
}

.div-block-4.final-17, .div-block-4.final-25, .div-block-4.final-33, .div-block-4.final-41, .div-block-4.final-48, .div-block-4.final-55, .div-block-4.final-62, .div-block-4.final-69, .div-block-4.final-76, .div-block-4.final-83, .div-block-4.final-90, .div-block-4.final-97, .div-block-4.final-104, .div-block-4.final-111, .div-block-4.final-118, .div-block-4.final-125, .div-block-4.final-132, .div-block-4.final-139, .div-block-4.final-146, .div-block-4.final-153, .div-block-4.final-160, .div-block-4.final-167, .div-block-4.final-174, .div-block-4.final-181, .div-block-4.final-188, .div-block-4.final-195, .div-block-4.final-202, .div-block-4.final-209, .div-block-4.final-216, .div-block-4.final-223, .div-block-4.final-230, .div-block-4.final-237, .div-block-4.final-244, .div-block-4.final-251, .div-block-4.final-258, .div-block-4.final-265, .div-block-4.final-272, .div-block-4.final-279, .div-block-4.final-286, .div-block-4.final-293, .div-block-4.final-300, .div-block-4.final-307, .div-block-4.final-314, .div-block-4.final-321 {
  flex-flow: column;
  display: flex;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 940px;
  display: flex;
}

.bold-text {
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
}

.bold-text:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57) {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text.final-8 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text.final-16, .bold-text.final-24, .bold-text.final-32, .bold-text.final-40, .bold-text.final-47, .bold-text.final-54, .bold-text.final-61, .bold-text.final-68, .bold-text.final-75, .bold-text.final-82, .bold-text.final-89, .bold-text.final-96, .bold-text.final-103, .bold-text.final-110, .bold-text.final-117, .bold-text.final-124, .bold-text.final-131, .bold-text.final-138, .bold-text.final-145, .bold-text.final-152, .bold-text.final-159, .bold-text.final-166, .bold-text.final-173, .bold-text.final-180, .bold-text.final-187, .bold-text.final-194, .bold-text.final-201, .bold-text.final-208, .bold-text.final-215, .bold-text.final-222, .bold-text.final-229, .bold-text.final-236, .bold-text.final-243, .bold-text.final-250, .bold-text.final-257, .bold-text.final-264, .bold-text.final-271, .bold-text.final-278, .bold-text.final-285, .bold-text.final-292, .bold-text.final-299, .bold-text.final-306, .bold-text.final-313, .bold-text.final-320, .bold-text.final-327 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-3 {
  display: flex;
}

.flex-block {
  flex-flow: column;
}

.cell-2 {
  align-items: stretch;
}

.link-block-2 {
  min-height: auto;
}

.paragraph-2 {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.angles {
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  min-height: auto;
}

.intro {
  margin-top: 50px;
  padding: 24px 60px;
}

.how-to {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 940px;
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 48px;
  line-height: 100px;
  display: flex;
}

.paragraph-copy {
  color: #908d8d;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 24px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-copy strong {
  font-weight: 300;
}

.paragraph-copy:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57), .paragraph-copy.final-7, .paragraph-copy.final-15, .paragraph-copy.final-23, .paragraph-copy.final-31, .paragraph-copy.final-39, .paragraph-copy.final-46, .paragraph-copy.final-53, .paragraph-copy.final-60, .paragraph-copy.final-67, .paragraph-copy.final-74, .paragraph-copy.final-81, .paragraph-copy.final-88, .paragraph-copy.final-95, .paragraph-copy.final-102, .paragraph-copy.final-109, .paragraph-copy.final-116, .paragraph-copy.final-123, .paragraph-copy.final-130, .paragraph-copy.final-137, .paragraph-copy.final-144, .paragraph-copy.final-151, .paragraph-copy.final-158, .paragraph-copy.final-165, .paragraph-copy.final-172, .paragraph-copy.final-179, .paragraph-copy.final-186, .paragraph-copy.final-193, .paragraph-copy.final-200, .paragraph-copy.final-207, .paragraph-copy.final-214, .paragraph-copy.final-221, .paragraph-copy.final-228, .paragraph-copy.final-235, .paragraph-copy.final-242, .paragraph-copy.final-249, .paragraph-copy.final-256, .paragraph-copy.final-263, .paragraph-copy.final-270, .paragraph-copy.final-277, .paragraph-copy.final-284, .paragraph-copy.final-291, .paragraph-copy.final-298, .paragraph-copy.final-305, .paragraph-copy.final-312, .paragraph-copy.final-319, .paragraph-copy.final-326 {
  flex-flow: column;
  display: flex;
}

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

.button-2 {
  text-transform: uppercase;
  background-color: #a8d069;
  font-family: Roboto Condensed, sans-serif;
}

.body-2-copy {
  color: #a8d069;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  flex-flow: column;
  place-content: flex-start;
  align-items: center;
  min-width: auto;
  min-height: auto;
  padding: 24px 60px;
  display: flex;
  overflow: visible;
}

.section-3 {
  flex-flow: column;
  display: flex;
}

.youtube {
  padding-bottom: 24px;
}

.container-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.how-to-clas {
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.how-to-clas:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57), .how-to-clas.final-7, .how-to-clas.final-15, .how-to-clas.final-23, .how-to-clas.final-31, .how-to-clas.final-39, .how-to-clas.final-46, .how-to-clas.final-53, .how-to-clas.final-60, .how-to-clas.final-67, .how-to-clas.final-74, .how-to-clas.final-81, .how-to-clas.final-88, .how-to-clas.final-95, .how-to-clas.final-102, .how-to-clas.final-109, .how-to-clas.final-116, .how-to-clas.final-123, .how-to-clas.final-130, .how-to-clas.final-137, .how-to-clas.final-144, .how-to-clas.final-151, .how-to-clas.final-158, .how-to-clas.final-165, .how-to-clas.final-172, .how-to-clas.final-179, .how-to-clas.final-186, .how-to-clas.final-193, .how-to-clas.final-200, .how-to-clas.final-207, .how-to-clas.final-214, .how-to-clas.final-221, .how-to-clas.final-228, .how-to-clas.final-235, .how-to-clas.final-242, .how-to-clas.final-249, .how-to-clas.final-256, .how-to-clas.final-263, .how-to-clas.final-270, .how-to-clas.final-277, .how-to-clas.final-284, .how-to-clas.final-291, .how-to-clas.final-298, .how-to-clas.final-305, .how-to-clas.final-312, .how-to-clas.final-319, .how-to-clas.final-326 {
  flex-flow: column;
  display: flex;
}

.nav-link {
  color: #ececfb;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 3px solid #fff0;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  transition: background-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link:hover {
  color: #a8d069;
}

.nav-link.w--current {
  color: #fff;
  background-color: #000;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.brand-image {
  width: 34px;
}

.nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.container-6 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container-6.navbar-container {
  background-color: #212121;
  border-radius: 9px;
  align-items: center;
  width: auto;
  max-width: none;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 4px 4px 14px;
  display: flex;
}

.nav-links {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 49px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button-3:hover {
  color: #fff;
  background-color: #fff;
}

.button-3.navbar-button {
  color: #a8d069;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: #0e0e0e;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 41px;
  padding: 7px 24px;
  font-family: Roboto Condensed, sans-serif;
  transition: background-color .45s;
  display: flex;
}

.button-3.navbar-button:hover {
  color: #fff;
  background-color: #a8d069;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.nav-link-2 {
  letter-spacing: 1.5px;
  flex: 1;
  font-size: 15px;
  transition: background-color .6s;
}

.nav-link-2:hover {
  color: #a8d069;
}

.paragraph-copy-copy {
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 24px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.intro-video-link {
  color: #a8d069;
  text-decoration: underline;
}

.intro-video-link:hover {
  color: #fff;
}

.paragraph-copy-copy:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57), .paragraph-copy-copy.final-7, .paragraph-copy-copy.final-15, .paragraph-copy-copy.final-23, .paragraph-copy-copy.final-31, .paragraph-copy-copy.final-39, .paragraph-copy-copy.final-46, .paragraph-copy-copy.final-53, .paragraph-copy-copy.final-60, .paragraph-copy-copy.final-67, .paragraph-copy-copy.final-74, .paragraph-copy-copy.final-81, .paragraph-copy-copy.final-88, .paragraph-copy-copy.final-95, .paragraph-copy-copy.final-102, .paragraph-copy-copy.final-109, .paragraph-copy-copy.final-116, .paragraph-copy-copy.final-123, .paragraph-copy-copy.final-130, .paragraph-copy-copy.final-137, .paragraph-copy-copy.final-144, .paragraph-copy-copy.final-151, .paragraph-copy-copy.final-158, .paragraph-copy-copy.final-165, .paragraph-copy-copy.final-172, .paragraph-copy-copy.final-179, .paragraph-copy-copy.final-186, .paragraph-copy-copy.final-193, .paragraph-copy-copy.final-200, .paragraph-copy-copy.final-207, .paragraph-copy-copy.final-214, .paragraph-copy-copy.final-221, .paragraph-copy-copy.final-228, .paragraph-copy-copy.final-235, .paragraph-copy-copy.final-242, .paragraph-copy-copy.final-249, .paragraph-copy-copy.final-256, .paragraph-copy-copy.final-263, .paragraph-copy-copy.final-270, .paragraph-copy-copy.final-277, .paragraph-copy-copy.final-284, .paragraph-copy-copy.final-291, .paragraph-copy-copy.final-298, .paragraph-copy-copy.final-305, .paragraph-copy-copy.final-312, .paragraph-copy-copy.final-319, .paragraph-copy-copy.final-326 {
  flex-flow: column;
  display: flex;
}

.search-item, .quick-stack-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  object-fit: fill;
  min-width: 940px;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.lunar-phases-copy {
  flex-flow: column;
  display: flex;
}

.text-field {
  letter-spacing: 1px;
  -webkit-text-stroke-width: .75px;
  -webkit-text-stroke-color: #fff;
  background-color: #ffffff17;
  border-radius: 6px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
}

.field-label {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.title-2 {
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 24px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.title-2:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57), .title-2.final-7, .title-2.final-15, .title-2.final-23, .title-2.final-31, .title-2.final-39, .title-2.final-46, .title-2.final-53, .title-2.final-60, .title-2.final-67, .title-2.final-74, .title-2.final-81, .title-2.final-88, .title-2.final-95, .title-2.final-102, .title-2.final-109, .title-2.final-116, .title-2.final-123, .title-2.final-130, .title-2.final-137, .title-2.final-144, .title-2.final-151, .title-2.final-158, .title-2.final-165, .title-2.final-172, .title-2.final-179, .title-2.final-186, .title-2.final-193, .title-2.final-200, .title-2.final-207, .title-2.final-214, .title-2.final-221, .title-2.final-228, .title-2.final-235, .title-2.final-242, .title-2.final-249, .title-2.final-256, .title-2.final-263, .title-2.final-270, .title-2.final-277, .title-2.final-284, .title-2.final-291, .title-2.final-298, .title-2.final-305, .title-2.final-312, .title-2.final-319, .title-2.final-326 {
  flex-flow: column;
  display: flex;
}

.privacy {
  color: #9d9d9d;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: underline;
}

.privacy:hover {
  color: #a8d069;
  -webkit-text-stroke-color: #a8d069;
}

.link {
  color: #fff;
}

.link:hover {
  color: #a8d069;
  -webkit-text-stroke-color: var(--dark-khaki);
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 8px;
  font-weight: 700;
  text-decoration-color: #5dbf30;
}

.link-2:hover {
  color: #5dbf30;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: #fff;
  text-decoration: underline;
}

.code-embed {
  margin-top: 24px;
  margin-bottom: 24px;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section-6 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.div-block-5 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-7 {
  justify-content: space-around;
  display: flex;
}

.intro-copy {
  margin-top: 50px;
  padding: 24px 60px;
}

.heading-2-copy-copy {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  min-width: 940px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 48px;
  line-height: 100px;
  display: flex;
}

.wands {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: static;
  overflow: visible;
}

.link-block-4 {
  min-height: auto;
  line-height: 20;
}

.swords {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  position: static;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  a {
    min-height: auto;
  }

  .section {
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    display: flex;
  }

  .footer-divider-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 250px;
  }

  .div-block-2 {
    overflow: visible;
  }

  .intro {
    color: #fff;
    margin-top: 50px;
  }

  .body-2-copy {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    max-width: 1340px;
  }

  .text-field {
    color: #fff;
    -webkit-text-stroke-width: .75px;
    -webkit-text-stroke-color: #fff;
    background-color: #ffffff17;
    border-radius: 6px;
    font-family: IBM Plex Mono, sans-serif;
    font-size: 12px;
  }

  .flex-block-2 {
    text-align: center;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .intro-copy {
    color: #fff;
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ecf0f1;
    text-align: center;
    padding: 9px 0;
  }

  .navigation-link:hover {
    color: #5dbf30;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .navigation-menu {
    background-color: #000;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section {
    padding-bottom: 0;
  }

  .body-2 {
    justify-content: center;
    overflow: hidden;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-divider-copy {
    margin-top: 60px;
    padding: 48px 48px 0;
  }

  .quick-stack {
    width: 600px;
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .heading-2-copy {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-4:where(.w-variant-d107f040-5d32-a116-776b-c532d8733f57) {
    flex-flow: column;
    height: 20px;
    display: flex;
    overflow: hidden;
  }

  .div-block-4.final {
    flex-flow: column;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .div-block-4.final-9 {
    flex-flow: column;
    height: 20px;
    display: flex;
    overflow: hidden;
  }

  .div-block-4.final-17, .div-block-4.final-25, .div-block-4.final-33, .div-block-4.final-41, .div-block-4.final-48, .div-block-4.final-55, .div-block-4.final-62, .div-block-4.final-69, .div-block-4.final-76, .div-block-4.final-83 {
    flex-flow: column;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .div-block-4.final-90 {
    flex-flow: column;
    height: 20px;
    display: flex;
    overflow: hidden;
  }

  .div-block-4.final-97, .div-block-4.final-104, .div-block-4.final-111, .div-block-4.final-118, .div-block-4.final-125, .div-block-4.final-132, .div-block-4.final-139, .div-block-4.final-146, .div-block-4.final-153, .div-block-4.final-160, .div-block-4.final-167, .div-block-4.final-174, .div-block-4.final-181, .div-block-4.final-188, .div-block-4.final-195, .div-block-4.final-202, .div-block-4.final-209, .div-block-4.final-216, .div-block-4.final-223, .div-block-4.final-230, .div-block-4.final-237, .div-block-4.final-244, .div-block-4.final-251, .div-block-4.final-258, .div-block-4.final-265, .div-block-4.final-272, .div-block-4.final-279, .div-block-4.final-286, .div-block-4.final-293, .div-block-4.final-300, .div-block-4.final-307, .div-block-4.final-314, .div-block-4.final-321 {
    flex-flow: column;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .container-2 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    min-width: 600px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .bold-text {
    object-fit: contain;
    display: flex;
  }

  .aspects.search-section {
    flex-flow: column;
    display: flex;
  }

  .intro {
    margin-top: 50px;
  }

  .how-to {
    min-width: 600px;
    padding-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .body-2-copy {
    justify-content: center;
    overflow: hidden;
  }

  .navbar-container {
    grid-column-gap: 80px;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    height: auto;
    padding-left: 0;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .container-6.navbar-container {
    min-width: 600px;
  }

  .menu-button {
    border-radius: 8px;
    padding: 10px;
    transition: background-color .4s;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
  }

  .nav-menu-link-container {
    height: auto;
  }

  .search-item, .quick-stack-copy {
    width: 600px;
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .field-label {
    padding-bottom: 10px;
  }

  .icon-2 {
    color: #a8d069;
  }

  .intro-copy {
    margin-top: 50px;
  }

  .heading-2-copy-copy {
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .home-footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .product-footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    text-align: center;
    margin-top: 56px;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-divider-copy {
    margin-top: 60px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-2-copy {
    padding-left: 40px;
    font-size: 35px;
  }

  .div-block-4.final, .div-block-4.final-17, .div-block-4.final-25, .div-block-4.final-33, .div-block-4.final-41, .div-block-4.final-48, .div-block-4.final-55, .div-block-4.final-62, .div-block-4.final-69, .div-block-4.final-76, .div-block-4.final-83, .div-block-4.final-97, .div-block-4.final-104, .div-block-4.final-111, .div-block-4.final-118, .div-block-4.final-125, .div-block-4.final-132, .div-block-4.final-139, .div-block-4.final-146, .div-block-4.final-153, .div-block-4.final-160, .div-block-4.final-167, .div-block-4.final-174, .div-block-4.final-181, .div-block-4.final-188, .div-block-4.final-195, .div-block-4.final-202, .div-block-4.final-209, .div-block-4.final-216, .div-block-4.final-223, .div-block-4.final-230, .div-block-4.final-237, .div-block-4.final-244, .div-block-4.final-251, .div-block-4.final-258, .div-block-4.final-265, .div-block-4.final-272, .div-block-4.final-279, .div-block-4.final-286, .div-block-4.final-293, .div-block-4.final-300, .div-block-4.final-307, .div-block-4.final-314, .div-block-4.final-321 {
    height: auto;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
  }

  .intro {
    margin-top: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .how-to {
    padding-top: 24px;
    padding-left: 0;
    font-size: 35px;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100px;
    padding-left: 0;
  }

  .container-6.navbar-container {
    min-width: 600px;
  }

  .icon-2 {
    color: #a8d069;
  }

  .intro-copy {
    margin-top: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-2-copy-copy {
    padding-left: 40px;
    font-size: 35px;
  }

  .home-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
  }

  .floating-top {
    right: 16px;
    bottom: 16px;
    padding: 11px 14px;
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 50px;
  }

  .photo-link-block {
    margin-bottom: 0;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .body-2 {
    justify-content: flex-start;
    align-items: stretch;
    max-width: 479px;
    overflow: visible;
  }

  .search {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    display: none;
  }

  .footer-divider-copy {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-divider-copy.section-divider {
    padding-left: 24px;
    padding-right: 24px;
  }

  .quick-stack {
    width: 300px;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2-copy {
    flex-flow: row;
    width: auto;
    min-width: auto;
    margin-bottom: 32px;
    padding-left: 16px;
    font-size: 35px;
    line-height: 120%;
  }

  .read-more.final-6 {
    object-fit: fill;
  }

  .div-block-4.final, .div-block-4.final-17, .div-block-4.final-25, .div-block-4.final-33, .div-block-4.final-41, .div-block-4.final-48, .div-block-4.final-55, .div-block-4.final-62, .div-block-4.final-69, .div-block-4.final-76, .div-block-4.final-83, .div-block-4.final-97, .div-block-4.final-104, .div-block-4.final-111, .div-block-4.final-118, .div-block-4.final-125, .div-block-4.final-132, .div-block-4.final-139, .div-block-4.final-146, .div-block-4.final-153, .div-block-4.final-160, .div-block-4.final-167, .div-block-4.final-174, .div-block-4.final-181, .div-block-4.final-188, .div-block-4.final-195, .div-block-4.final-202, .div-block-4.final-209, .div-block-4.final-216, .div-block-4.final-223, .div-block-4.final-230, .div-block-4.final-237, .div-block-4.final-244, .div-block-4.final-251, .div-block-4.final-258, .div-block-4.final-265, .div-block-4.final-272, .div-block-4.final-279, .div-block-4.final-286, .div-block-4.final-293, .div-block-4.final-300, .div-block-4.final-307, .div-block-4.final-314, .div-block-4.final-321 {
    height: auto;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-3 {
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  .cell-2 {
    align-items: stretch;
  }

  .intro {
    margin-top: 50px;
  }

  .how-to {
    text-align: center;
    flex-flow: row;
    width: auto;
    min-width: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    font-size: 35px;
    line-height: 120%;
  }

  .body-2-copy {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    width: 100px;
  }

  .container-6 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-6.navbar-container {
    min-width: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .paragraph-copy-copy {
    text-align: left;
    margin-bottom: 16px;
    padding-bottom: 24px;
  }

  .search-item, .quick-stack-copy {
    width: 300px;
    min-height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field {
    color: #fff;
    -webkit-text-stroke-width: .75px;
    -webkit-text-stroke-color: #fff;
    text-overflow: clip;
    background-color: #ffffff17;
    border: .5px solid #ffffff47;
    border-radius: 6px;
    font-family: IBM Plex Mono, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
  }

  .field-label {
    letter-spacing: .5px;
    text-indent: 0;
    padding-bottom: 9px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
  }

  .icon-2 {
    color: #a8d069;
  }

  .intro-copy {
    margin-top: 50px;
  }

  .heading-2-copy-copy {
    flex-flow: row;
    width: auto;
    min-width: auto;
    margin-bottom: 32px;
    padding-left: 16px;
    font-size: 35px;
    line-height: 120%;
  }
}

#w-node-_9f995795-b623-f050-99b7-1397aed888b4-a9aa3d6e, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-a9aa3d6e, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-a9aa3d6e, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-a9aa3d6e, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-a9aa3d6e, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-a9aa3d6e, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-a9aa3d6e, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-a9aa3d6e, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-a9aa3d6e, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-a9aa3d6e, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-a9aa3d6e, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-a9aa3d6e, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-a9aa3d6e, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-a9aa3d6e, #w-node-_94077d64-666b-4289-87ed-588c1f156242-a9aa3d6e, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-a9aa3d6e, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-a9aa3d6e, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-a9aa3d6e, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-a9aa3d6e, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-a9aa3d6e, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-a9aa3d6e, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-a9aa3d6e, #w-node-_9f995795-b623-f050-99b7-1397aed888b4-26d4a3e3, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-26d4a3e3, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-26d4a3e3, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-26d4a3e3, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-26d4a3e3, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-26d4a3e3, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-26d4a3e3, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-26d4a3e3, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-26d4a3e3, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-26d4a3e3, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-26d4a3e3, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-26d4a3e3, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-26d4a3e3, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-26d4a3e3, #w-node-_94077d64-666b-4289-87ed-588c1f156242-26d4a3e3, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-26d4a3e3, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-26d4a3e3, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-26d4a3e3, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-26d4a3e3, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-26d4a3e3, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-26d4a3e3, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-26d4a3e3, #THE-FOOL.w-node-_9f6485cd-0a23-a20c-e332-4a23083f0554-199ff3ee, #THE-MAGICIAN.w-node-_129fb077-994b-b770-d71e-30a46bd73164-199ff3ee, #THE-HIGH-PRIESTESS.w-node-_7df6f95e-421d-7d60-19a4-c5cbd5be07da-199ff3ee, #THE-EMPRESS.w-node-ebdead78-91ac-7de9-6b15-08055072c4d2-199ff3ee, #w-node-_21db1956-f2aa-824c-07d1-14750fde7380-199ff3ee, #w-node-d07a3d1a-d893-e6c4-5759-e12716e54eb4-199ff3ee, #w-node-_96773e6a-90f1-e663-9a94-198d27cdc5a4-199ff3ee, #THE-CHARIOT.w-node-a48615f0-dbdc-05ab-26f7-0a534ab9ffc8-199ff3ee, #w-node-ede49230-356c-9683-a000-4292543a9bcb-199ff3ee, #THE-HERMIT.w-node-_6d3091be-a15a-e10d-14ec-cedb3da72375-199ff3ee, #WHEEL-OF-FORTUNE.w-node-_6d1a8d24-04c9-5e5b-93d8-f9a76424e652-199ff3ee, #JUSTICE.w-node-_25de85aa-872a-816e-6da3-f2c0a04daaf8-199ff3ee, #THE-HANGED-MAN.w-node-_1e0ff9d8-9003-c938-b319-c507b8a8bca1-199ff3ee, #DEATH.w-node-b3ace62b-c5de-f6a1-3cff-8a5aa47deae4-199ff3ee, #TEMPERANCE.w-node-_6562eb3f-de43-60e1-a59b-47c9e75e8fab-199ff3ee, #w-node-_5313e610-ca27-68ca-61e8-3ccc9e66ecc3-199ff3ee, #THE-TOWER.w-node-_0172e758-0ca2-dc68-948a-26c9a6cc0cc0-199ff3ee, #THE-STAR.w-node-_23de6e43-0cc8-b889-b12d-bb3f5b85f542-199ff3ee, #w-node-dabf60f0-4f3c-e28a-9d36-ba0593206764-199ff3ee, #w-node-_05ed4f3f-011d-064f-5daf-77d1dc365539-199ff3ee, #w-node-_67334e8d-6d39-fcab-4620-bc4d7e87ce4f-199ff3ee, #w-node-_1a8703d0-2347-16f5-91af-405abab2e0d6-199ff3ee, #THE-WORLD.w-node-_873a0202-e3bc-4ad3-5b6c-a9fe072ce8be-199ff3ee, #ACE-OF-WANDS.w-node-_754c636b-8e09-6cab-7856-1b9a0355ffba-199ff3ee, #TWO-OF-WANDS.w-node-_4e4b517b-3740-64ea-ce63-e3d1a1c146dd-199ff3ee, #THREE-OF-WANDS.w-node-_6b3acb08-3729-2c3c-4d63-13cf33b19d73-199ff3ee, #FOUR-OF-WANDS.w-node-_47892f69-548d-ec05-cbf9-577070bd5e40-199ff3ee, #FIVE-OF-WANDS.w-node-_6729ea11-356d-cece-ecb1-1f3505a43513-199ff3ee, #SIX-OF-WANDS.w-node-_68280d16-b75e-d7db-76b1-8d3955bd1a47-199ff3ee, #SEVEN-OF-WANDS.w-node-_68f2b1ac-23b7-b912-5722-9c438e977729-199ff3ee, #EIGHT-OF-WANDS.w-node-_955ff402-fc30-dcd0-fd35-2356aae46caf-199ff3ee, #NINE-OF-WANDS.w-node-_19941334-8012-3e40-9abf-618293664e26-199ff3ee, #TEN-OF-WANDS.w-node-e05a5f08-6a55-80f1-fee6-3ef85e64b83c-199ff3ee, #w-node-_6cec8e4d-e860-2ca5-7f23-58ddb05980f7-199ff3ee, #KNIGHT-OF-WANDS.w-node-_46a3c826-230c-fe79-dad7-147219e029ed-199ff3ee, #QUEEN-OF-WANDS.w-node-_478a674f-afe6-65e7-8b4e-43963fe423ef-199ff3ee, #KING-OF-WANDS.w-node-cb323b40-014c-bf3a-e8fd-c22dcecf8b28-199ff3ee, #ACE-OF-CUPS.w-node-_6bd58e97-634f-a1e3-9c68-cd6545f58a1e-199ff3ee, #TWO-OF-CUPS.w-node-_1f4efde3-8209-a862-9e7d-d517a2a2bfc1-199ff3ee, #THREE-OF-CUPS.w-node-_7991314a-813e-156f-f60c-f3591bed2718-199ff3ee, #FOUR-OF-CUPS.w-node-_703f3149-1cc7-fff2-b61d-6052fdc3ac84-199ff3ee, #FIVE-OF-CUPS.w-node-fed90be4-6e69-0ef0-4b05-0fe7cba111e5-199ff3ee, #SIX-OF-CUPS.w-node-_86407ba4-8541-f3f9-6c7c-b476f055cae8-199ff3ee, #SEVEN-OF-CUPS.w-node-e64f4d9f-e77a-89ba-01e5-a05556f76be5-199ff3ee, #EIGHT-OF-CUPS.w-node-eecd7b38-6157-dba3-803e-5de91b13d31b-199ff3ee, #NINE-OF-CUPS.w-node-fcf53176-e5b6-ace6-fef2-13535c54ffc0-199ff3ee, #TEN-OF-CUPS.w-node-_203f0f76-b5e5-afb1-b9b6-608115ec8cdb-199ff3ee, #PAGE-OF-CUPS.w-node-d98219c9-da22-0dd9-a22e-122afed24e41-199ff3ee, #KNIGHT-OF-CUPS.w-node-b60059ff-bf49-c8cf-e4f8-e4fa9237f420-199ff3ee, #QUEEN-OF-CUPS.w-node-_376f72e3-4ad7-e757-1232-10ee0ad3c8fd-199ff3ee, #KING-OF-CUPS.w-node-_1c808b9d-ab5b-f25f-c2f0-36a4135126d0-199ff3ee, #ACE-OF-SWORDS.w-node-_182cf1e6-36fb-1ef6-cb57-2a686ec96454-199ff3ee, #TWO-OF-SWORDS.w-node-_83bd14ed-8934-7e83-73d0-84eaf58dcca7-199ff3ee, #THREE-OF-SWORDS.w-node-d84a6a00-3182-4a53-b9ed-a0a16c53db40-199ff3ee, #FOUR-OF-SWORDS.w-node-_090a0e8e-4e83-fd90-abbb-6acec53a71f3-199ff3ee, #FIVE-OF-SWORDS.w-node-f97c40db-7fde-e494-8968-d39aa80f2efa-199ff3ee, #SIX-OF-SWORDS.w-node-b45f690f-6d18-76ec-8bbd-212c7b0647ed-199ff3ee, #SEVEN-OF-SWORDS.w-node-_59a4697f-15cb-d4ed-39d5-333e5592ebf3-199ff3ee, #EIGHT-OF-SWORDS.w-node-_12f8c097-bfe2-fa96-350b-05c9142a7bf9-199ff3ee, #NINE-OF-SWORDS.w-node-_4a896269-71f9-7928-292b-45f34372a0a4-199ff3ee, #TEN-OF-SWORDS.w-node-_972ff5ce-6204-b50c-7655-3395ca1b2f2f-199ff3ee, #PAGE-OF-SWORDS.w-node-da3c119b-8181-7d65-2a69-fd4fbf462d19-199ff3ee, #KNIGHT-OF-SWORDS.w-node-_0f463841-58eb-90c0-1d45-9ac85f4f24dd-199ff3ee, #QUEEN-OF-SWORDS.w-node-_9603586a-e68d-68d7-20a3-444cf843e7f2-199ff3ee, #KING-OF-SWORDS.w-node-dfa91abb-102b-5aa5-7d44-cc4937f4788a-199ff3ee, #ACE-OF-PENTACLES.w-node-_232cd327-3249-a442-db6e-2929160a9329-199ff3ee, #TWO-OF-PENTACLES.w-node-b7038cd0-1106-7d89-7589-4538a89b7493-199ff3ee, #THREE-OF-PENTACLES.w-node-fce96fce-66bf-4820-a3f2-2adc2716aeda-199ff3ee, #FOUR-OF-PENTACLES.w-node-_048282c5-667d-9139-0787-c0216953dfbf-199ff3ee, #w-node-_319ebd90-080f-735e-ea13-9048932e3147-199ff3ee, #FIVE-OF-PENTACLES.w-node-_532da2ee-88e4-9a92-38b3-c2d489e0bfcd-199ff3ee, #SIX-OF-PENTACLES.w-node-a93d02a2-65c3-b871-2b90-f22efab98aa2-199ff3ee, #SEVEN-OF-PENTACLES.w-node-_757c8d3d-fb99-ce4f-23a4-1f25246c4991-199ff3ee, #EIGHT-OF-PENTACLES.w-node-_2d9731d7-339b-1e4e-fcff-829f45dd7e10-199ff3ee, #NINE-OF-PENTACLES.w-node-_5e814fc3-c17e-f84f-abdb-966a10e04885-199ff3ee, #TEN-OF-PENTACLES.w-node-c75a08b1-c916-3f23-a46c-53b91f250983-199ff3ee, #PAGE-OF-PENTACLES.w-node-_533317bd-c20a-c8d8-e011-42d01b0103de-199ff3ee, #KNIGHT-OF-PENTACLES.w-node-_8ac9bad9-9037-6bcf-c1dd-1d38800946f9-199ff3ee, #PAGE-OF-PENTACLES.w-node-_8cb8d266-15ae-a19e-4fce-7e94704b5618-199ff3ee, #KING-OF-PENTACLES.w-node-cf75b264-3a21-1adb-eb38-9ac36365dc7a-199ff3ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_67334e8d-6d39-fcab-4620-bc4d7e87ce4f-199ff3ee, #THREE-OF-WANDS.w-node-_6b3acb08-3729-2c3c-4d63-13cf33b19d73-199ff3ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9f995795-b623-f050-99b7-1397aed888b4-a9aa3d6e, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-a9aa3d6e, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-a9aa3d6e, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-a9aa3d6e, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-a9aa3d6e, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-a9aa3d6e, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-a9aa3d6e, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-a9aa3d6e, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-a9aa3d6e, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-a9aa3d6e, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-a9aa3d6e, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-a9aa3d6e, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-a9aa3d6e, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-a9aa3d6e, #w-node-_94077d64-666b-4289-87ed-588c1f156242-a9aa3d6e, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-a9aa3d6e, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-a9aa3d6e, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-a9aa3d6e, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-a9aa3d6e, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-a9aa3d6e, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-a9aa3d6e, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-a9aa3d6e, #w-node-_9f995795-b623-f050-99b7-1397aed888b4-26d4a3e3, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-26d4a3e3, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-26d4a3e3, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-26d4a3e3, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-26d4a3e3, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-26d4a3e3, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-26d4a3e3, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-26d4a3e3, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-26d4a3e3, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-26d4a3e3, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-26d4a3e3, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-26d4a3e3, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-26d4a3e3, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-26d4a3e3, #w-node-_94077d64-666b-4289-87ed-588c1f156242-26d4a3e3, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-26d4a3e3, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-26d4a3e3, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-26d4a3e3, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-26d4a3e3, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-26d4a3e3, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-26d4a3e3, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-26d4a3e3, #THE-FOOL.w-node-_9f6485cd-0a23-a20c-e332-4a23083f0554-199ff3ee, #THE-MAGICIAN.w-node-_129fb077-994b-b770-d71e-30a46bd73164-199ff3ee, #THE-HIGH-PRIESTESS.w-node-_7df6f95e-421d-7d60-19a4-c5cbd5be07da-199ff3ee, #THE-EMPRESS.w-node-ebdead78-91ac-7de9-6b15-08055072c4d2-199ff3ee, #w-node-_21db1956-f2aa-824c-07d1-14750fde7380-199ff3ee, #w-node-d07a3d1a-d893-e6c4-5759-e12716e54eb4-199ff3ee, #w-node-_96773e6a-90f1-e663-9a94-198d27cdc5a4-199ff3ee, #THE-CHARIOT.w-node-a48615f0-dbdc-05ab-26f7-0a534ab9ffc8-199ff3ee, #w-node-ede49230-356c-9683-a000-4292543a9bcb-199ff3ee, #THE-HERMIT.w-node-_6d3091be-a15a-e10d-14ec-cedb3da72375-199ff3ee, #WHEEL-OF-FORTUNE.w-node-_6d1a8d24-04c9-5e5b-93d8-f9a76424e652-199ff3ee, #JUSTICE.w-node-_25de85aa-872a-816e-6da3-f2c0a04daaf8-199ff3ee, #THE-HANGED-MAN.w-node-_1e0ff9d8-9003-c938-b319-c507b8a8bca1-199ff3ee, #DEATH.w-node-b3ace62b-c5de-f6a1-3cff-8a5aa47deae4-199ff3ee, #TEMPERANCE.w-node-_6562eb3f-de43-60e1-a59b-47c9e75e8fab-199ff3ee, #w-node-_5313e610-ca27-68ca-61e8-3ccc9e66ecc3-199ff3ee, #THE-TOWER.w-node-_0172e758-0ca2-dc68-948a-26c9a6cc0cc0-199ff3ee, #THE-STAR.w-node-_23de6e43-0cc8-b889-b12d-bb3f5b85f542-199ff3ee, #w-node-dabf60f0-4f3c-e28a-9d36-ba0593206764-199ff3ee, #w-node-_05ed4f3f-011d-064f-5daf-77d1dc365539-199ff3ee, #w-node-_67334e8d-6d39-fcab-4620-bc4d7e87ce4f-199ff3ee, #w-node-_1a8703d0-2347-16f5-91af-405abab2e0d6-199ff3ee, #THE-WORLD.w-node-_873a0202-e3bc-4ad3-5b6c-a9fe072ce8be-199ff3ee, #ACE-OF-WANDS.w-node-_754c636b-8e09-6cab-7856-1b9a0355ffba-199ff3ee, #TWO-OF-WANDS.w-node-_4e4b517b-3740-64ea-ce63-e3d1a1c146dd-199ff3ee, #THREE-OF-WANDS.w-node-_6b3acb08-3729-2c3c-4d63-13cf33b19d73-199ff3ee, #FOUR-OF-WANDS.w-node-_47892f69-548d-ec05-cbf9-577070bd5e40-199ff3ee, #FIVE-OF-WANDS.w-node-_6729ea11-356d-cece-ecb1-1f3505a43513-199ff3ee, #SIX-OF-WANDS.w-node-_68280d16-b75e-d7db-76b1-8d3955bd1a47-199ff3ee, #SEVEN-OF-WANDS.w-node-_68f2b1ac-23b7-b912-5722-9c438e977729-199ff3ee, #EIGHT-OF-WANDS.w-node-_955ff402-fc30-dcd0-fd35-2356aae46caf-199ff3ee, #NINE-OF-WANDS.w-node-_19941334-8012-3e40-9abf-618293664e26-199ff3ee, #TEN-OF-WANDS.w-node-e05a5f08-6a55-80f1-fee6-3ef85e64b83c-199ff3ee, #w-node-_6cec8e4d-e860-2ca5-7f23-58ddb05980f7-199ff3ee, #KNIGHT-OF-WANDS.w-node-_46a3c826-230c-fe79-dad7-147219e029ed-199ff3ee, #QUEEN-OF-WANDS.w-node-_478a674f-afe6-65e7-8b4e-43963fe423ef-199ff3ee, #KING-OF-WANDS.w-node-cb323b40-014c-bf3a-e8fd-c22dcecf8b28-199ff3ee, #ACE-OF-CUPS.w-node-_6bd58e97-634f-a1e3-9c68-cd6545f58a1e-199ff3ee, #TWO-OF-CUPS.w-node-_1f4efde3-8209-a862-9e7d-d517a2a2bfc1-199ff3ee, #THREE-OF-CUPS.w-node-_7991314a-813e-156f-f60c-f3591bed2718-199ff3ee, #FOUR-OF-CUPS.w-node-_703f3149-1cc7-fff2-b61d-6052fdc3ac84-199ff3ee, #FIVE-OF-CUPS.w-node-fed90be4-6e69-0ef0-4b05-0fe7cba111e5-199ff3ee, #SIX-OF-CUPS.w-node-_86407ba4-8541-f3f9-6c7c-b476f055cae8-199ff3ee, #SEVEN-OF-CUPS.w-node-e64f4d9f-e77a-89ba-01e5-a05556f76be5-199ff3ee, #EIGHT-OF-CUPS.w-node-eecd7b38-6157-dba3-803e-5de91b13d31b-199ff3ee, #NINE-OF-CUPS.w-node-fcf53176-e5b6-ace6-fef2-13535c54ffc0-199ff3ee, #TEN-OF-CUPS.w-node-_203f0f76-b5e5-afb1-b9b6-608115ec8cdb-199ff3ee, #PAGE-OF-CUPS.w-node-d98219c9-da22-0dd9-a22e-122afed24e41-199ff3ee, #KNIGHT-OF-CUPS.w-node-b60059ff-bf49-c8cf-e4f8-e4fa9237f420-199ff3ee, #QUEEN-OF-CUPS.w-node-_376f72e3-4ad7-e757-1232-10ee0ad3c8fd-199ff3ee, #KING-OF-CUPS.w-node-_1c808b9d-ab5b-f25f-c2f0-36a4135126d0-199ff3ee, #ACE-OF-SWORDS.w-node-_182cf1e6-36fb-1ef6-cb57-2a686ec96454-199ff3ee, #TWO-OF-SWORDS.w-node-_83bd14ed-8934-7e83-73d0-84eaf58dcca7-199ff3ee, #THREE-OF-SWORDS.w-node-d84a6a00-3182-4a53-b9ed-a0a16c53db40-199ff3ee, #FOUR-OF-SWORDS.w-node-_090a0e8e-4e83-fd90-abbb-6acec53a71f3-199ff3ee, #FIVE-OF-SWORDS.w-node-f97c40db-7fde-e494-8968-d39aa80f2efa-199ff3ee, #SIX-OF-SWORDS.w-node-b45f690f-6d18-76ec-8bbd-212c7b0647ed-199ff3ee, #SEVEN-OF-SWORDS.w-node-_59a4697f-15cb-d4ed-39d5-333e5592ebf3-199ff3ee, #EIGHT-OF-SWORDS.w-node-_12f8c097-bfe2-fa96-350b-05c9142a7bf9-199ff3ee, #NINE-OF-SWORDS.w-node-_4a896269-71f9-7928-292b-45f34372a0a4-199ff3ee, #TEN-OF-SWORDS.w-node-_972ff5ce-6204-b50c-7655-3395ca1b2f2f-199ff3ee, #PAGE-OF-SWORDS.w-node-da3c119b-8181-7d65-2a69-fd4fbf462d19-199ff3ee, #KNIGHT-OF-SWORDS.w-node-_0f463841-58eb-90c0-1d45-9ac85f4f24dd-199ff3ee, #QUEEN-OF-SWORDS.w-node-_9603586a-e68d-68d7-20a3-444cf843e7f2-199ff3ee, #KING-OF-SWORDS.w-node-dfa91abb-102b-5aa5-7d44-cc4937f4788a-199ff3ee, #ACE-OF-PENTACLES.w-node-_232cd327-3249-a442-db6e-2929160a9329-199ff3ee, #TWO-OF-PENTACLES.w-node-b7038cd0-1106-7d89-7589-4538a89b7493-199ff3ee, #THREE-OF-PENTACLES.w-node-fce96fce-66bf-4820-a3f2-2adc2716aeda-199ff3ee, #FOUR-OF-PENTACLES.w-node-_048282c5-667d-9139-0787-c0216953dfbf-199ff3ee, #w-node-_319ebd90-080f-735e-ea13-9048932e3147-199ff3ee, #FIVE-OF-PENTACLES.w-node-_532da2ee-88e4-9a92-38b3-c2d489e0bfcd-199ff3ee, #SIX-OF-PENTACLES.w-node-a93d02a2-65c3-b871-2b90-f22efab98aa2-199ff3ee, #SEVEN-OF-PENTACLES.w-node-_757c8d3d-fb99-ce4f-23a4-1f25246c4991-199ff3ee, #EIGHT-OF-PENTACLES.w-node-_2d9731d7-339b-1e4e-fcff-829f45dd7e10-199ff3ee, #NINE-OF-PENTACLES.w-node-_5e814fc3-c17e-f84f-abdb-966a10e04885-199ff3ee, #TEN-OF-PENTACLES.w-node-c75a08b1-c916-3f23-a46c-53b91f250983-199ff3ee, #PAGE-OF-PENTACLES.w-node-_533317bd-c20a-c8d8-e011-42d01b0103de-199ff3ee, #KNIGHT-OF-PENTACLES.w-node-_8ac9bad9-9037-6bcf-c1dd-1d38800946f9-199ff3ee, #PAGE-OF-PENTACLES.w-node-_8cb8d266-15ae-a19e-4fce-7e94704b5618-199ff3ee, #KING-OF-PENTACLES.w-node-cf75b264-3a21-1adb-eb38-9ac36365dc7a-199ff3ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f995795-b623-f050-99b7-1397aed888b4-a9aa3d6e, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-a9aa3d6e, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-a9aa3d6e, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-a9aa3d6e, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-a9aa3d6e, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-a9aa3d6e, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-a9aa3d6e, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-a9aa3d6e, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-a9aa3d6e, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-a9aa3d6e, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-a9aa3d6e, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-a9aa3d6e, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-a9aa3d6e, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-a9aa3d6e, #w-node-_94077d64-666b-4289-87ed-588c1f156242-a9aa3d6e, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-a9aa3d6e, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-a9aa3d6e, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-a9aa3d6e, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-a9aa3d6e, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-a9aa3d6e, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-a9aa3d6e, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-a9aa3d6e, #w-node-_9f995795-b623-f050-99b7-1397aed888b4-26d4a3e3, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-26d4a3e3, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-26d4a3e3, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-26d4a3e3, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-26d4a3e3, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-26d4a3e3, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-26d4a3e3, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-26d4a3e3, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-26d4a3e3, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-26d4a3e3, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-26d4a3e3, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-26d4a3e3, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-26d4a3e3, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-26d4a3e3, #w-node-_94077d64-666b-4289-87ed-588c1f156242-26d4a3e3, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-26d4a3e3, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-26d4a3e3, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-26d4a3e3, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-26d4a3e3, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-26d4a3e3, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-26d4a3e3, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-26d4a3e3, #THE-FOOL.w-node-_9f6485cd-0a23-a20c-e332-4a23083f0554-199ff3ee, #THE-MAGICIAN.w-node-_129fb077-994b-b770-d71e-30a46bd73164-199ff3ee, #THE-HIGH-PRIESTESS.w-node-_7df6f95e-421d-7d60-19a4-c5cbd5be07da-199ff3ee, #THE-EMPRESS.w-node-ebdead78-91ac-7de9-6b15-08055072c4d2-199ff3ee, #w-node-_21db1956-f2aa-824c-07d1-14750fde7380-199ff3ee, #w-node-d07a3d1a-d893-e6c4-5759-e12716e54eb4-199ff3ee, #w-node-_96773e6a-90f1-e663-9a94-198d27cdc5a4-199ff3ee, #THE-CHARIOT.w-node-a48615f0-dbdc-05ab-26f7-0a534ab9ffc8-199ff3ee, #w-node-ede49230-356c-9683-a000-4292543a9bcb-199ff3ee, #THE-HERMIT.w-node-_6d3091be-a15a-e10d-14ec-cedb3da72375-199ff3ee, #WHEEL-OF-FORTUNE.w-node-_6d1a8d24-04c9-5e5b-93d8-f9a76424e652-199ff3ee, #JUSTICE.w-node-_25de85aa-872a-816e-6da3-f2c0a04daaf8-199ff3ee, #THE-HANGED-MAN.w-node-_1e0ff9d8-9003-c938-b319-c507b8a8bca1-199ff3ee, #DEATH.w-node-b3ace62b-c5de-f6a1-3cff-8a5aa47deae4-199ff3ee, #TEMPERANCE.w-node-_6562eb3f-de43-60e1-a59b-47c9e75e8fab-199ff3ee, #w-node-_5313e610-ca27-68ca-61e8-3ccc9e66ecc3-199ff3ee, #THE-TOWER.w-node-_0172e758-0ca2-dc68-948a-26c9a6cc0cc0-199ff3ee, #THE-STAR.w-node-_23de6e43-0cc8-b889-b12d-bb3f5b85f542-199ff3ee, #w-node-dabf60f0-4f3c-e28a-9d36-ba0593206764-199ff3ee, #w-node-_05ed4f3f-011d-064f-5daf-77d1dc365539-199ff3ee, #w-node-_67334e8d-6d39-fcab-4620-bc4d7e87ce4f-199ff3ee, #w-node-_1a8703d0-2347-16f5-91af-405abab2e0d6-199ff3ee, #THE-WORLD.w-node-_873a0202-e3bc-4ad3-5b6c-a9fe072ce8be-199ff3ee, #ACE-OF-WANDS.w-node-_754c636b-8e09-6cab-7856-1b9a0355ffba-199ff3ee, #TWO-OF-WANDS.w-node-_4e4b517b-3740-64ea-ce63-e3d1a1c146dd-199ff3ee, #THREE-OF-WANDS.w-node-_6b3acb08-3729-2c3c-4d63-13cf33b19d73-199ff3ee, #FOUR-OF-WANDS.w-node-_47892f69-548d-ec05-cbf9-577070bd5e40-199ff3ee, #FIVE-OF-WANDS.w-node-_6729ea11-356d-cece-ecb1-1f3505a43513-199ff3ee, #SIX-OF-WANDS.w-node-_68280d16-b75e-d7db-76b1-8d3955bd1a47-199ff3ee, #SEVEN-OF-WANDS.w-node-_68f2b1ac-23b7-b912-5722-9c438e977729-199ff3ee, #EIGHT-OF-WANDS.w-node-_955ff402-fc30-dcd0-fd35-2356aae46caf-199ff3ee, #NINE-OF-WANDS.w-node-_19941334-8012-3e40-9abf-618293664e26-199ff3ee, #TEN-OF-WANDS.w-node-e05a5f08-6a55-80f1-fee6-3ef85e64b83c-199ff3ee, #w-node-_6cec8e4d-e860-2ca5-7f23-58ddb05980f7-199ff3ee, #KNIGHT-OF-WANDS.w-node-_46a3c826-230c-fe79-dad7-147219e029ed-199ff3ee, #QUEEN-OF-WANDS.w-node-_478a674f-afe6-65e7-8b4e-43963fe423ef-199ff3ee, #KING-OF-WANDS.w-node-cb323b40-014c-bf3a-e8fd-c22dcecf8b28-199ff3ee, #ACE-OF-CUPS.w-node-_6bd58e97-634f-a1e3-9c68-cd6545f58a1e-199ff3ee, #TWO-OF-CUPS.w-node-_1f4efde3-8209-a862-9e7d-d517a2a2bfc1-199ff3ee, #THREE-OF-CUPS.w-node-_7991314a-813e-156f-f60c-f3591bed2718-199ff3ee, #FOUR-OF-CUPS.w-node-_703f3149-1cc7-fff2-b61d-6052fdc3ac84-199ff3ee, #FIVE-OF-CUPS.w-node-fed90be4-6e69-0ef0-4b05-0fe7cba111e5-199ff3ee, #SIX-OF-CUPS.w-node-_86407ba4-8541-f3f9-6c7c-b476f055cae8-199ff3ee, #SEVEN-OF-CUPS.w-node-e64f4d9f-e77a-89ba-01e5-a05556f76be5-199ff3ee, #EIGHT-OF-CUPS.w-node-eecd7b38-6157-dba3-803e-5de91b13d31b-199ff3ee, #NINE-OF-CUPS.w-node-fcf53176-e5b6-ace6-fef2-13535c54ffc0-199ff3ee, #TEN-OF-CUPS.w-node-_203f0f76-b5e5-afb1-b9b6-608115ec8cdb-199ff3ee, #PAGE-OF-CUPS.w-node-d98219c9-da22-0dd9-a22e-122afed24e41-199ff3ee, #KNIGHT-OF-CUPS.w-node-b60059ff-bf49-c8cf-e4f8-e4fa9237f420-199ff3ee, #QUEEN-OF-CUPS.w-node-_376f72e3-4ad7-e757-1232-10ee0ad3c8fd-199ff3ee, #KING-OF-CUPS.w-node-_1c808b9d-ab5b-f25f-c2f0-36a4135126d0-199ff3ee, #ACE-OF-SWORDS.w-node-_182cf1e6-36fb-1ef6-cb57-2a686ec96454-199ff3ee, #TWO-OF-SWORDS.w-node-_83bd14ed-8934-7e83-73d0-84eaf58dcca7-199ff3ee, #THREE-OF-SWORDS.w-node-d84a6a00-3182-4a53-b9ed-a0a16c53db40-199ff3ee, #FOUR-OF-SWORDS.w-node-_090a0e8e-4e83-fd90-abbb-6acec53a71f3-199ff3ee, #FIVE-OF-SWORDS.w-node-f97c40db-7fde-e494-8968-d39aa80f2efa-199ff3ee, #SIX-OF-SWORDS.w-node-b45f690f-6d18-76ec-8bbd-212c7b0647ed-199ff3ee, #SEVEN-OF-SWORDS.w-node-_59a4697f-15cb-d4ed-39d5-333e5592ebf3-199ff3ee, #EIGHT-OF-SWORDS.w-node-_12f8c097-bfe2-fa96-350b-05c9142a7bf9-199ff3ee, #NINE-OF-SWORDS.w-node-_4a896269-71f9-7928-292b-45f34372a0a4-199ff3ee, #TEN-OF-SWORDS.w-node-_972ff5ce-6204-b50c-7655-3395ca1b2f2f-199ff3ee, #PAGE-OF-SWORDS.w-node-da3c119b-8181-7d65-2a69-fd4fbf462d19-199ff3ee, #KNIGHT-OF-SWORDS.w-node-_0f463841-58eb-90c0-1d45-9ac85f4f24dd-199ff3ee, #QUEEN-OF-SWORDS.w-node-_9603586a-e68d-68d7-20a3-444cf843e7f2-199ff3ee, #KING-OF-SWORDS.w-node-dfa91abb-102b-5aa5-7d44-cc4937f4788a-199ff3ee, #ACE-OF-PENTACLES.w-node-_232cd327-3249-a442-db6e-2929160a9329-199ff3ee, #TWO-OF-PENTACLES.w-node-b7038cd0-1106-7d89-7589-4538a89b7493-199ff3ee, #THREE-OF-PENTACLES.w-node-fce96fce-66bf-4820-a3f2-2adc2716aeda-199ff3ee, #FOUR-OF-PENTACLES.w-node-_048282c5-667d-9139-0787-c0216953dfbf-199ff3ee, #w-node-_319ebd90-080f-735e-ea13-9048932e3147-199ff3ee, #FIVE-OF-PENTACLES.w-node-_532da2ee-88e4-9a92-38b3-c2d489e0bfcd-199ff3ee, #SIX-OF-PENTACLES.w-node-a93d02a2-65c3-b871-2b90-f22efab98aa2-199ff3ee, #SEVEN-OF-PENTACLES.w-node-_757c8d3d-fb99-ce4f-23a4-1f25246c4991-199ff3ee, #EIGHT-OF-PENTACLES.w-node-_2d9731d7-339b-1e4e-fcff-829f45dd7e10-199ff3ee, #NINE-OF-PENTACLES.w-node-_5e814fc3-c17e-f84f-abdb-966a10e04885-199ff3ee, #TEN-OF-PENTACLES.w-node-c75a08b1-c916-3f23-a46c-53b91f250983-199ff3ee, #PAGE-OF-PENTACLES.w-node-_533317bd-c20a-c8d8-e011-42d01b0103de-199ff3ee, #KNIGHT-OF-PENTACLES.w-node-_8ac9bad9-9037-6bcf-c1dd-1d38800946f9-199ff3ee, #PAGE-OF-PENTACLES.w-node-_8cb8d266-15ae-a19e-4fce-7e94704b5618-199ff3ee, #KING-OF-PENTACLES.w-node-cf75b264-3a21-1adb-eb38-9ac36365dc7a-199ff3ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f995795-b623-f050-99b7-1397aed888b4-a9aa3d6e, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-a9aa3d6e, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-a9aa3d6e, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-a9aa3d6e, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-a9aa3d6e, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-a9aa3d6e, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-a9aa3d6e, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-a9aa3d6e, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-a9aa3d6e, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-a9aa3d6e, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-a9aa3d6e, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-a9aa3d6e, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-a9aa3d6e, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-a9aa3d6e, #w-node-_94077d64-666b-4289-87ed-588c1f156242-a9aa3d6e, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-a9aa3d6e, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-a9aa3d6e, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-a9aa3d6e, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-a9aa3d6e, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-a9aa3d6e, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-a9aa3d6e, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-a9aa3d6e, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-a9aa3d6e, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-a9aa3d6e, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-a9aa3d6e, #w-node-_9f995795-b623-f050-99b7-1397aed888b4-26d4a3e3, #w-node-d071ed02-f099-5ef9-8178-10f58447cbce-26d4a3e3, #w-node-_4b7bfc05-e719-1376-aef7-0f30c0b0ff79-26d4a3e3, #w-node-f0f50baa-f624-7cd9-c644-f86a8b63571c-26d4a3e3, #w-node-e84ef2be-e839-9fce-4084-58fe818207f8-26d4a3e3, #w-node-ea90a6ec-99e6-c975-59c1-9a5904e545bb-26d4a3e3, #w-node-_2470f3de-c714-5562-7b31-99273d28cc68-26d4a3e3, #w-node-da7175c6-10da-2660-2c52-ed90527f6b57-26d4a3e3, #w-node-_259d675f-ac79-b37c-8542-2080336e3a04-26d4a3e3, #w-node-f7371b38-8660-1fc9-18f5-20420fc88b8c-26d4a3e3, #w-node-_154d37f9-1233-52bc-491f-3b78287432b4-26d4a3e3, #w-node-db00eb29-8cd5-e0e5-3dc1-df44a350b5d7-26d4a3e3, #w-node-_425ee91f-dcab-5106-68be-c1c21ee7ea2c-26d4a3e3, #w-node-_9f663e19-3216-7534-fb24-ed9cd074ae64-26d4a3e3, #w-node-_94077d64-666b-4289-87ed-588c1f156242-26d4a3e3, #w-node-_015de7ce-459c-222c-a67e-ea87297e316e-26d4a3e3, #w-node-_445e23b1-1fd4-c02e-260f-b02fb1e5724a-26d4a3e3, #w-node-f53d0e2d-16c6-29ac-486a-787c404871e7-26d4a3e3, #w-node-_51b122d2-d4f0-9f8c-dab7-2ca32bbd976f-26d4a3e3, #w-node-dc47a9fb-6217-2c29-0661-b2eacd023dea-26d4a3e3, #w-node-b2fd1690-d071-e388-854c-6160cb5db35e-26d4a3e3, #w-node-e3344494-2cbb-4704-3adf-fe54de2bc399-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54190-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5419d-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541aa-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541b7-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541c4-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541d1-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541de-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541eb-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a541f8-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54205-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54212-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5421f-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a5422c-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54239-26d4a3e3, #w-node-a461c546-c7d2-f83f-38eb-ea42d3a54246-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc6a-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc77-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc84-26d4a3e3, #w-node-_9457a3ab-b610-4a5a-e547-69c55678cc91-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4a8-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4b5-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4c2-26d4a3e3, #w-node-_24a87a23-b3e2-d923-4a65-d3d70c0bc4cf-26d4a3e3, #THE-FOOL.w-node-_9f6485cd-0a23-a20c-e332-4a23083f0554-199ff3ee, #THE-MAGICIAN.w-node-_129fb077-994b-b770-d71e-30a46bd73164-199ff3ee, #THE-HIGH-PRIESTESS.w-node-_7df6f95e-421d-7d60-19a4-c5cbd5be07da-199ff3ee, #THE-EMPRESS.w-node-ebdead78-91ac-7de9-6b15-08055072c4d2-199ff3ee, #w-node-_21db1956-f2aa-824c-07d1-14750fde7380-199ff3ee, #w-node-d07a3d1a-d893-e6c4-5759-e12716e54eb4-199ff3ee, #w-node-_96773e6a-90f1-e663-9a94-198d27cdc5a4-199ff3ee, #THE-CHARIOT.w-node-a48615f0-dbdc-05ab-26f7-0a534ab9ffc8-199ff3ee, #w-node-ede49230-356c-9683-a000-4292543a9bcb-199ff3ee, #THE-HERMIT.w-node-_6d3091be-a15a-e10d-14ec-cedb3da72375-199ff3ee, #WHEEL-OF-FORTUNE.w-node-_6d1a8d24-04c9-5e5b-93d8-f9a76424e652-199ff3ee, #JUSTICE.w-node-_25de85aa-872a-816e-6da3-f2c0a04daaf8-199ff3ee, #THE-HANGED-MAN.w-node-_1e0ff9d8-9003-c938-b319-c507b8a8bca1-199ff3ee, #DEATH.w-node-b3ace62b-c5de-f6a1-3cff-8a5aa47deae4-199ff3ee, #TEMPERANCE.w-node-_6562eb3f-de43-60e1-a59b-47c9e75e8fab-199ff3ee, #w-node-_5313e610-ca27-68ca-61e8-3ccc9e66ecc3-199ff3ee, #THE-TOWER.w-node-_0172e758-0ca2-dc68-948a-26c9a6cc0cc0-199ff3ee, #THE-STAR.w-node-_23de6e43-0cc8-b889-b12d-bb3f5b85f542-199ff3ee, #w-node-dabf60f0-4f3c-e28a-9d36-ba0593206764-199ff3ee, #w-node-_05ed4f3f-011d-064f-5daf-77d1dc365539-199ff3ee, #w-node-_67334e8d-6d39-fcab-4620-bc4d7e87ce4f-199ff3ee, #w-node-_1a8703d0-2347-16f5-91af-405abab2e0d6-199ff3ee, #THE-WORLD.w-node-_873a0202-e3bc-4ad3-5b6c-a9fe072ce8be-199ff3ee, #ACE-OF-WANDS.w-node-_754c636b-8e09-6cab-7856-1b9a0355ffba-199ff3ee, #TWO-OF-WANDS.w-node-_4e4b517b-3740-64ea-ce63-e3d1a1c146dd-199ff3ee, #THREE-OF-WANDS.w-node-_6b3acb08-3729-2c3c-4d63-13cf33b19d73-199ff3ee, #FOUR-OF-WANDS.w-node-_47892f69-548d-ec05-cbf9-577070bd5e40-199ff3ee, #FIVE-OF-WANDS.w-node-_6729ea11-356d-cece-ecb1-1f3505a43513-199ff3ee, #SIX-OF-WANDS.w-node-_68280d16-b75e-d7db-76b1-8d3955bd1a47-199ff3ee, #SEVEN-OF-WANDS.w-node-_68f2b1ac-23b7-b912-5722-9c438e977729-199ff3ee, #EIGHT-OF-WANDS.w-node-_955ff402-fc30-dcd0-fd35-2356aae46caf-199ff3ee, #NINE-OF-WANDS.w-node-_19941334-8012-3e40-9abf-618293664e26-199ff3ee, #TEN-OF-WANDS.w-node-e05a5f08-6a55-80f1-fee6-3ef85e64b83c-199ff3ee, #w-node-_6cec8e4d-e860-2ca5-7f23-58ddb05980f7-199ff3ee, #KNIGHT-OF-WANDS.w-node-_46a3c826-230c-fe79-dad7-147219e029ed-199ff3ee, #QUEEN-OF-WANDS.w-node-_478a674f-afe6-65e7-8b4e-43963fe423ef-199ff3ee, #KING-OF-WANDS.w-node-cb323b40-014c-bf3a-e8fd-c22dcecf8b28-199ff3ee, #ACE-OF-CUPS.w-node-_6bd58e97-634f-a1e3-9c68-cd6545f58a1e-199ff3ee, #TWO-OF-CUPS.w-node-_1f4efde3-8209-a862-9e7d-d517a2a2bfc1-199ff3ee, #THREE-OF-CUPS.w-node-_7991314a-813e-156f-f60c-f3591bed2718-199ff3ee, #FOUR-OF-CUPS.w-node-_703f3149-1cc7-fff2-b61d-6052fdc3ac84-199ff3ee, #FIVE-OF-CUPS.w-node-fed90be4-6e69-0ef0-4b05-0fe7cba111e5-199ff3ee, #SIX-OF-CUPS.w-node-_86407ba4-8541-f3f9-6c7c-b476f055cae8-199ff3ee, #SEVEN-OF-CUPS.w-node-e64f4d9f-e77a-89ba-01e5-a05556f76be5-199ff3ee, #EIGHT-OF-CUPS.w-node-eecd7b38-6157-dba3-803e-5de91b13d31b-199ff3ee, #NINE-OF-CUPS.w-node-fcf53176-e5b6-ace6-fef2-13535c54ffc0-199ff3ee, #TEN-OF-CUPS.w-node-_203f0f76-b5e5-afb1-b9b6-608115ec8cdb-199ff3ee, #PAGE-OF-CUPS.w-node-d98219c9-da22-0dd9-a22e-122afed24e41-199ff3ee, #KNIGHT-OF-CUPS.w-node-b60059ff-bf49-c8cf-e4f8-e4fa9237f420-199ff3ee, #QUEEN-OF-CUPS.w-node-_376f72e3-4ad7-e757-1232-10ee0ad3c8fd-199ff3ee, #KING-OF-CUPS.w-node-_1c808b9d-ab5b-f25f-c2f0-36a4135126d0-199ff3ee, #ACE-OF-SWORDS.w-node-_182cf1e6-36fb-1ef6-cb57-2a686ec96454-199ff3ee, #TWO-OF-SWORDS.w-node-_83bd14ed-8934-7e83-73d0-84eaf58dcca7-199ff3ee, #THREE-OF-SWORDS.w-node-d84a6a00-3182-4a53-b9ed-a0a16c53db40-199ff3ee, #FOUR-OF-SWORDS.w-node-_090a0e8e-4e83-fd90-abbb-6acec53a71f3-199ff3ee, #FIVE-OF-SWORDS.w-node-f97c40db-7fde-e494-8968-d39aa80f2efa-199ff3ee, #SIX-OF-SWORDS.w-node-b45f690f-6d18-76ec-8bbd-212c7b0647ed-199ff3ee, #SEVEN-OF-SWORDS.w-node-_59a4697f-15cb-d4ed-39d5-333e5592ebf3-199ff3ee, #EIGHT-OF-SWORDS.w-node-_12f8c097-bfe2-fa96-350b-05c9142a7bf9-199ff3ee, #NINE-OF-SWORDS.w-node-_4a896269-71f9-7928-292b-45f34372a0a4-199ff3ee, #TEN-OF-SWORDS.w-node-_972ff5ce-6204-b50c-7655-3395ca1b2f2f-199ff3ee, #PAGE-OF-SWORDS.w-node-da3c119b-8181-7d65-2a69-fd4fbf462d19-199ff3ee, #KNIGHT-OF-SWORDS.w-node-_0f463841-58eb-90c0-1d45-9ac85f4f24dd-199ff3ee, #QUEEN-OF-SWORDS.w-node-_9603586a-e68d-68d7-20a3-444cf843e7f2-199ff3ee, #KING-OF-SWORDS.w-node-dfa91abb-102b-5aa5-7d44-cc4937f4788a-199ff3ee, #ACE-OF-PENTACLES.w-node-_232cd327-3249-a442-db6e-2929160a9329-199ff3ee, #TWO-OF-PENTACLES.w-node-b7038cd0-1106-7d89-7589-4538a89b7493-199ff3ee, #THREE-OF-PENTACLES.w-node-fce96fce-66bf-4820-a3f2-2adc2716aeda-199ff3ee, #FOUR-OF-PENTACLES.w-node-_048282c5-667d-9139-0787-c0216953dfbf-199ff3ee, #w-node-_319ebd90-080f-735e-ea13-9048932e3147-199ff3ee, #FIVE-OF-PENTACLES.w-node-_532da2ee-88e4-9a92-38b3-c2d489e0bfcd-199ff3ee, #SIX-OF-PENTACLES.w-node-a93d02a2-65c3-b871-2b90-f22efab98aa2-199ff3ee, #SEVEN-OF-PENTACLES.w-node-_757c8d3d-fb99-ce4f-23a4-1f25246c4991-199ff3ee, #EIGHT-OF-PENTACLES.w-node-_2d9731d7-339b-1e4e-fcff-829f45dd7e10-199ff3ee, #NINE-OF-PENTACLES.w-node-_5e814fc3-c17e-f84f-abdb-966a10e04885-199ff3ee, #TEN-OF-PENTACLES.w-node-c75a08b1-c916-3f23-a46c-53b91f250983-199ff3ee, #PAGE-OF-PENTACLES.w-node-_533317bd-c20a-c8d8-e011-42d01b0103de-199ff3ee, #KNIGHT-OF-PENTACLES.w-node-_8ac9bad9-9037-6bcf-c1dd-1d38800946f9-199ff3ee, #PAGE-OF-PENTACLES.w-node-_8cb8d266-15ae-a19e-4fce-7e94704b5618-199ff3ee, #KING-OF-PENTACLES.w-node-cf75b264-3a21-1adb-eb38-9ac36365dc7a-199ff3ee {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
