<style>
.pm-scene-guide {
--pm-sg-ink: #111111;
--pm-sg-text: #29292c;
--pm-sg-muted: #6e6e73;
--pm-sg-soft: #f7f7f8;
--pm-sg-soft-2: #fbfbfc;
--pm-sg-line: rgba(17, 17, 17, 0.09);
--pm-sg-line-strong: rgba(17, 17, 17, 0.15);
--pm-sg-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
--pm-sg-shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.045);
--pm-sg-radius-xl: 32px;
--pm-sg-radius-lg: 24px;
--pm-sg-radius-md: 18px;
--pm-sg-width: 1480px;
position: relative;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-left: -50vw;
margin-right: -50vw;
overflow: clip;
color: var(--pm-sg-text);
background: #ffffff;
font-family: inherit;
line-height: 1.6;
}
.pm-scene-guide *,
.pm-scene-guide *::before,
.pm-scene-guide *::after {
box-sizing: border-box;
}
.pm-scene-guide h1,
.pm-scene-guide h2,
.pm-scene-guide h3,
.pm-scene-guide p,
.pm-scene-guide ul,
.pm-scene-guide ol,
.pm-scene-guide table,
.pm-scene-guide details,
.pm-scene-guide summary {
margin-top: 0;
}
.pm-scene-guide a {
color: inherit;
text-decoration: none;
}
.pm-scene-guide-shell {
width: calc(100% - 64px);
max-width: var(--pm-sg-width);
margin: 0 auto;
}
.pm-scene-guide-section {
padding: 66px 0;
}
.pm-scene-guide-section--tight {
padding: 44px 0;
}
.pm-scene-guide-eyebrow {
margin: 0 0 14px;
color: #85858a;
font-size: 12px !important;
font-weight: 800 !important;
line-height: 1.35;
letter-spacing: 0.17em !important;
text-transform: uppercase;
}
.pm-scene-guide .pm-scene-guide-title {
max-width: 900px;
margin: 0;
color: var(--pm-sg-ink);
font-size: clamp(52px, 4.8vw, 74px) !important;
font-weight: 780 !important;
line-height: 0.98 !important;
letter-spacing: -0.055em !important;
}
.pm-scene-guide .pm-scene-guide-heading {
margin: 0;
color: var(--pm-sg-ink);
font-size: clamp(40px, 3.4vw, 54px) !important;
font-weight: 760 !important;
line-height: 1.04 !important;
letter-spacing: -0.043em !important;
}
.pm-scene-guide .pm-scene-guide-subheading {
margin: 0;
color: var(--pm-sg-ink);
font-size: clamp(26px, 2.2vw, 34px) !important;
font-weight: 740 !important;
line-height: 1.12 !important;
letter-spacing: -0.032em !important;
}
.pm-scene-guide-copy {
margin: 0;
color: var(--pm-sg-muted);
font-size: 17px;
line-height: 1.7;
}
.pm-scene-guide-button-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 30px;
}
.pm-scene-guide-button {
min-height: 54px;
padding: 0 27px;
border: 1px solid var(--pm-sg-ink);
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--pm-sg-ink);
color: #ffffff !important;
font-size: 15px;
font-weight: 760;
line-height: 1.1;
text-align: center;
transition:
transform 180ms ease,
background 180ms ease,
border-color 180ms ease,
box-shadow 180ms ease;
}
.pm-scene-guide-button:hover {
transform: translateY(-1px);
background: #282828;
border-color: #282828;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.11);
}
.pm-scene-guide-button--secondary {
background: #ffffff;
color: var(--pm-sg-ink) !important;
border-color: rgba(17, 17, 17, 0.18);
}
.pm-scene-guide-button--secondary:hover {
background: #f4f4f5;
border-color: rgba(17, 17, 17, 0.27);
}
.pm-scene-guide-intro {
max-width: 920px;
margin: 0 auto 36px;
text-align: center;
}
.pm-scene-guide .pm-scene-guide-intro .pm-scene-guide-copy {
max-width: 900px;
margin: 18px auto 0;
font-size: 18px !important;
line-height: 1.68 !important;
}
/* HERO */
.pm-scene-guide-hero {
padding: 38px 0 30px;
}
.pm-scene-guide-hero-card {
min-height: 600px;
padding: clamp(54px, 5.5vw, 80px);
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-xl);
background:
radial-gradient(
circle at 86% 10%,
rgba(255, 255, 255, 0.98),
transparent 36%
),
linear-gradient(145deg, #f6f6f7 0%, #ffffff 55%, #eeeeef 100%);
box-shadow: var(--pm-sg-shadow);
display: grid;
grid-template-columns: minmax(0, 1.04fr) minmax(440px, 0.96fr);
gap: clamp(50px, 6vw, 92px);
align-items: center;
}
.pm-scene-guide-hero-copy {
min-width: 0;
text-align: left !important;
}
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-title {
max-width: 760px;
margin: 0 !important;
text-align: left !important;
font-size: clamp(52px, 4.8vw, 74px) !important;
}
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-copy {
max-width: 700px;
margin: 26px 0 0 !important;
font-size: clamp(19px, 1.45vw, 22px) !important;
line-height: 1.62 !important;
text-align: left !important;
}
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-button-row {
justify-content: flex-start;
}
.pm-scene-guide-answer-card {
min-width: 0;
padding: 34px;
border: 1px solid var(--pm-sg-line);
border-radius: 28px;
background: rgba(255, 255, 255, 0.94);
box-shadow: 0 25px 65px rgba(0, 0, 0, 0.08);
backdrop-filter: blur(14px);
}
.pm-scene-guide .pm-scene-guide-answer-card h2 {
margin: 0;
color: var(--pm-sg-ink);
font-size: clamp(30px, 2.4vw, 39px) !important;
font-weight: 760 !important;
line-height: 1.06 !important;
letter-spacing: -0.037em !important;
}
.pm-scene-guide-answer-card > p {
margin: 13px 0 24px;
color: var(--pm-sg-muted);
font-size: 15px;
line-height: 1.58;
}
.pm-scene-guide-answer-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.pm-scene-guide-answer-item {
min-height: 130px;
padding: 20px;
border: 1px solid var(--pm-sg-line);
border-radius: 18px;
background: var(--pm-sg-soft-2);
display: flex;
flex-direction: column;
justify-content: center;
}
.pm-scene-guide-answer-item strong {
display: block;
color: var(--pm-sg-ink);
font-size: 22px;
line-height: 1.1;
letter-spacing: -0.025em;
}
.pm-scene-guide-answer-item span {
display: block;
margin-top: 8px;
color: var(--pm-sg-muted);
font-size: 13px;
line-height: 1.46;
}
.pm-scene-guide-answer-note {
margin-top: 18px;
padding: 16px 18px;
border-radius: 15px;
background: #111111;
color: rgba(255, 255, 255, 0.82);
font-size: 13px;
line-height: 1.5;
text-align: center;
}
/* PROP MONEY ACADEMY VIDEO LESSON */
.pm-scene-guide-video-section {
padding: 34px 0 52px;
}
.pm-scene-guide-video-panel {
padding: clamp(32px, 5vw, 64px);
border-radius: var(--pm-sg-radius-xl);
background:
radial-gradient(circle at 85% 12%, rgba(255,255,255,0.08), transparent 32%),
#111111;
color: #ffffff;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
gap: clamp(36px, 6vw, 82px);
align-items: center;
overflow: hidden;
}
.pm-scene-guide-video-copy {
max-width: 690px;
}
.pm-scene-guide-video-copy .pm-scene-guide-eyebrow {
color: rgba(255, 255, 255, 0.52);
}
.pm-scene-guide .pm-scene-guide-video-copy .pm-scene-guide-heading {
color: #ffffff;
max-width: 650px;
}
.pm-scene-guide-video-copy .pm-scene-guide-copy {
max-width: 620px;
margin-top: 20px;
color: rgba(255, 255, 255, 0.68);
font-size: 18px;
}
.pm-scene-guide-video-frame {
position: relative;
width: 100%;
max-width: 360px;
justify-self: end;
aspect-ratio: 9 / 16;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 26px;
overflow: hidden;
background: #000000;
box-shadow: 0 28px 65px rgba(0, 0, 0, 0.34);
}
.pm-scene-guide-video-frame video {
display: block !important;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
object-fit: cover;
background: #000000;
}
.pm-scene-guide-video-sound {
position: absolute;
right: 14px;
bottom: 14px;
z-index: 3;
min-height: 36px;
padding: 9px 13px;
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 999px;
appearance: none;
background: rgba(0, 0, 0, 0.68);
color: #ffffff;
font: inherit;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.01em;
cursor: pointer;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
transition: background 180ms ease, transform 180ms ease;
}
.pm-scene-guide-video-sound:hover {
background: rgba(0, 0, 0, 0.82);
}
.pm-scene-guide-video-sound:active {
transform: scale(0.97);
}
@media (max-width: 820px) {
.pm-scene-guide-video-panel {
grid-template-columns: 1fr;
text-align: center;
}
.pm-scene-guide-video-copy,
.pm-scene-guide-video-copy .pm-scene-guide-copy {
margin-left: auto;
margin-right: auto;
}
.pm-scene-guide-video-frame {
max-width: 330px;
justify-self: center;
}
}
@media (max-width: 560px) {
.pm-scene-guide-video-section {
padding: 20px 0 38px;
}
.pm-scene-guide-video-panel {
padding: 28px 20px;
border-radius: 24px;
gap: 28px;
}
.pm-scene-guide-video-copy .pm-scene-guide-copy {
font-size: 16px;
}
.pm-scene-guide-video-frame {
max-width: 290px;
border-radius: 22px;
}
}
/* QUICK NAV */
.pm-scene-guide-jump {
padding-top: 18px;
}
.pm-scene-guide-jump-card {
padding: 24px 27px;
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-lg);
background: #ffffff;
box-shadow: var(--pm-sg-shadow-soft);
}
.pm-scene-guide-jump-card > strong {
display: block;
margin-bottom: 15px;
color: var(--pm-sg-ink);
font-size: 17px;
line-height: 1.3;
}
.pm-scene-guide-jump-links {
display: flex;
flex-wrap: wrap;
gap: 9px;
}
.pm-scene-guide-jump-links a {
min-height: 40px;
padding: 9px 14px;
border: 1px solid var(--pm-sg-line);
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--pm-sg-soft);
color: var(--pm-sg-text);
font-size: 13px;
font-weight: 720;
line-height: 1.2;
text-align: center;
}
.pm-scene-guide-jump-links a:hover {
border-color: var(--pm-sg-line-strong);
background: #efeff1;
}
/* QUANTITY TABLE */
.pm-scene-guide-table-wrap {
overflow: hidden;
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-xl);
background: #ffffff;
box-shadow: var(--pm-sg-shadow-soft);
}
/* Beat theme .rte table { display:block; width:fit-content; white-space:nowrap } */
.pm-scene-guide .pm-scene-guide-table,
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-table,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-table {
display: table !important;
width: 100% !important;
max-width: 100% !important;
table-layout: fixed !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
white-space: normal !important;
box-shadow: none !important;
overflow: visible !important;
height: auto !important;
}
.pm-scene-guide .pm-scene-guide-table thead {
display: table-header-group !important;
}
.pm-scene-guide .pm-scene-guide-table tbody {
display: table-row-group !important;
}
.pm-scene-guide .pm-scene-guide-table tr {
display: table-row !important;
}
.pm-scene-guide-table th,
.pm-scene-guide-table td {
padding: 20px 24px;
border-bottom: 1px solid var(--pm-sg-line);
text-align: left;
vertical-align: top;
display: table-cell !important;
white-space: normal !important;
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
}
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-table th,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-table td {
border: 0 !important;
border-bottom: 1px solid var(--pm-sg-line) !important;
}
.pm-scene-guide-table col:nth-child(1) {
width: 26%;
}
.pm-scene-guide-table col:nth-child(2) {
width: 22%;
}
.pm-scene-guide-table col:nth-child(3) {
width: 52%;
}
.pm-scene-guide-table th {
background: var(--pm-sg-soft);
color: var(--pm-sg-ink);
font-size: 13px !important;
font-weight: 800;
line-height: 1.35;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.pm-scene-guide-table td {
color: var(--pm-sg-muted);
font-size: 15px !important;
line-height: 1.5 !important;
}
.pm-scene-guide-table td:first-child {
color: var(--pm-sg-ink);
font-weight: 720;
}
.pm-scene-guide-table td:nth-child(2) {
color: var(--pm-sg-ink);
font-weight: 760;
}
.pm-scene-guide-table tr:last-child td {
border-bottom: 0;
}
.pm-scene-guide .pm-scene-guide-table-note,
.pm-scene-guide p.pm-scene-guide-table-note {
margin-top: 30px !important;
margin-bottom: 0 !important;
color: var(--pm-sg-muted);
font-size: 13px;
line-height: 1.55;
text-align: center;
}
/* CAMERA METHOD */
.pm-scene-guide-method {
padding: clamp(40px, 5vw, 70px);
border-radius: var(--pm-sg-radius-xl);
background:
radial-gradient(
circle at 84% 10%,
rgba(255, 255, 255, 0.07),
transparent 35%
),
#111111;
color: #ffffff;
}
.pm-scene-guide-method .pm-scene-guide-eyebrow,
.pm-scene-guide-method .pm-scene-guide-copy {
color: rgba(255, 255, 255, 0.65);
}
.pm-scene-guide .pm-scene-guide-method .pm-scene-guide-heading {
color: #ffffff;
font-size: clamp(40px, 3.25vw, 52px) !important;
max-width: 760px;
}
.pm-scene-guide-method-header {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(310px, 0.85fr);
gap: 55px;
align-items: end;
margin-bottom: 42px;
}
.pm-scene-guide-method-header .pm-scene-guide-copy {
font-size: 18px !important;
}
.pm-scene-guide-method-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 13px;
}
.pm-scene-guide-method-card {
min-height: 220px;
padding: 24px;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 20px;
background: rgba(255, 255, 255, 0.055);
}
.pm-scene-guide-method-card > span {
display: block;
margin-bottom: 30px;
color: rgba(255, 255, 255, 0.45);
font-size: 12px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 0.13em;
}
.pm-scene-guide-method-card h3 {
margin: 0;
color: #ffffff;
font-size: 19px;
font-weight: 720;
line-height: 1.25;
}
.pm-scene-guide-method-card p {
margin: 11px 0 0;
color: rgba(255, 255, 255, 0.64);
font-size: 14px;
line-height: 1.58;
}
/* SCENE CARDS */
.pm-scene-guide-scenes {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
.pm-scene-guide-scene {
min-width: 0;
min-height: 335px;
padding: 28px;
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-lg);
background: #ffffff;
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.028);
display: flex;
flex-direction: column;
}
.pm-scene-guide-scene-number {
display: block;
color: #949499;
font-size: 12px;
font-weight: 800;
line-height: 1.35;
letter-spacing: 0.14em;
}
.pm-scene-guide-scene h3 {
margin-top: 28px;
margin-bottom: 0;
color: var(--pm-sg-ink);
font-size: 24px !important;
font-weight: 740;
line-height: 1.15;
letter-spacing: -0.03em;
}
.pm-scene-guide-scene-range {
display: inline-flex;
align-self: flex-start;
margin-top: 17px;
padding: 8px 12px;
border-radius: 999px;
background: var(--pm-sg-soft);
color: var(--pm-sg-ink);
font-size: 13px;
font-weight: 760;
line-height: 1.2;
}
.pm-scene-guide-scene p {
margin: 17px 0 0;
color: var(--pm-sg-muted);
font-size: 15px !important;
line-height: 1.62;
}
.pm-scene-guide-scene-tip {
margin-top: auto;
padding-top: 24px;
color: var(--pm-sg-ink);
font-size: 13px;
font-weight: 720;
line-height: 1.5;
}
.pm-scene-guide-scene--featured {
grid-column: 1 / -1;
min-height: 300px;
background:
radial-gradient(
circle at 88% 10%,
rgba(255, 255, 255, 0.08),
transparent 36%
),
#111111;
color: #ffffff;
}
.pm-scene-guide-scene--featured .pm-scene-guide-scene-number,
.pm-scene-guide-scene--featured p {
color: rgba(255, 255, 255, 0.64);
}
.pm-scene-guide-scene--featured h3,
.pm-scene-guide-scene--featured .pm-scene-guide-scene-tip {
color: #ffffff;
}
.pm-scene-guide-scene--featured .pm-scene-guide-scene-range {
background: rgba(255, 255, 255, 0.11);
color: #ffffff;
}
/* STACK VALUE */
.pm-scene-guide-value-card {
padding: clamp(38px, 5vw, 66px);
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-xl);
background: var(--pm-sg-soft-2);
}
.pm-scene-guide-value-layout {
display: grid;
grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
gap: 54px;
align-items: center;
}
.pm-scene-guide-value-copy .pm-scene-guide-copy {
margin-top: 18px;
font-size: 17px !important;
}
.pm-scene-guide-value-copy .pm-scene-guide-heading {
font-size: clamp(38px, 3vw, 49px) !important;
}
.pm-scene-guide-value-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 11px;
}
.pm-scene-guide-value-item {
min-height: 125px;
padding: 19px;
border: 1px solid var(--pm-sg-line);
border-radius: 17px;
background: #ffffff;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.pm-scene-guide-value-item strong {
color: var(--pm-sg-ink);
font-size: 24px;
line-height: 1.1;
}
.pm-scene-guide-value-item span {
display: block;
margin-top: 8px;
color: var(--pm-sg-muted);
font-size: 13px;
line-height: 1.4;
}
/* PRODUCT MATRIX */
.pm-scene-guide-product-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 15px;
}
.pm-scene-guide-product {
min-height: 220px;
padding: 27px;
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-lg);
background: #ffffff;
display: flex;
flex-direction: column;
}
.pm-scene-guide-product h3 {
margin: 0;
color: var(--pm-sg-ink);
font-size: 24px !important;
font-weight: 740;
line-height: 1.18;
}
.pm-scene-guide-product p {
margin: 13px 0 0;
color: var(--pm-sg-muted);
font-size: 15px !important;
line-height: 1.6;
}
.pm-scene-guide-product a {
margin-top: auto;
padding-top: 24px;
color: var(--pm-sg-ink);
font-size: 14px;
font-weight: 760;
line-height: 1.35;
}
/* SIMULATOR CTA */
.pm-scene-guide-simulator {
padding: clamp(48px, 7vw, 92px);
border-radius: var(--pm-sg-radius-xl);
background:
radial-gradient(
circle at 76% 14%,
rgba(255, 255, 255, 0.08),
transparent 35%
),
#111111;
color: #ffffff;
text-align: center;
}
.pm-scene-guide-simulator .pm-scene-guide-eyebrow {
color: rgba(255, 255, 255, 0.52);
}
.pm-scene-guide .pm-scene-guide-simulator .pm-scene-guide-heading {
max-width: 950px;
margin: 0 auto;
color: #ffffff;
font-size: clamp(40px, 3.3vw, 52px) !important;
}
.pm-scene-guide .pm-scene-guide-simulator .pm-scene-guide-copy {
max-width: 760px;
margin: 22px auto 0;
color: rgba(255, 255, 255, 0.67);
font-size: 18px !important;
}
.pm-scene-guide-simulator .pm-scene-guide-button-row {
justify-content: center;
}
.pm-scene-guide-simulator .pm-scene-guide-button {
background: #ffffff;
border-color: #ffffff;
color: #111111 !important;
}
.pm-scene-guide-simulator .pm-scene-guide-button--secondary {
background: transparent;
border-color: rgba(255, 255, 255, 0.3);
color: #ffffff !important;
}
/* RESERVE */
.pm-scene-guide-reserve {
overflow: hidden;
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-xl);
background: #ffffff;
box-shadow: var(--pm-sg-shadow-soft);
}
.pm-scene-guide-reserve-header {
padding: 38px;
border-bottom: 1px solid var(--pm-sg-line);
background: var(--pm-sg-soft-2);
text-align: center;
}
.pm-scene-guide-reserve-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pm-scene-guide-reserve-item {
min-height: 240px;
padding: 29px;
}
.pm-scene-guide-reserve-item + .pm-scene-guide-reserve-item {
border-left: 1px solid var(--pm-sg-line);
}
.pm-scene-guide-reserve-item strong {
display: block;
color: var(--pm-sg-ink);
font-size: 30px;
line-height: 1.05;
letter-spacing: -0.035em;
}
.pm-scene-guide-reserve-item h3 {
margin: 19px 0 0;
color: var(--pm-sg-ink);
font-size: 19px;
font-weight: 730;
line-height: 1.25;
}
.pm-scene-guide-reserve-item p {
margin: 10px 0 0;
color: var(--pm-sg-muted);
font-size: 15px !important;
line-height: 1.58;
}
/* MISTAKES */
.pm-scene-guide-mistakes {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 13px;
}
.pm-scene-guide-mistake {
min-height: 125px;
padding: 24px 26px;
border: 1px solid var(--pm-sg-line);
border-radius: var(--pm-sg-radius-md);
background: #ffffff;
}
.pm-scene-guide-mistake strong {
display: block;
color: var(--pm-sg-ink);
font-size: 19px !important;
line-height: 1.3;
}
.pm-scene-guide-mistake p {
margin: 9px 0 0;
color: var(--pm-sg-muted);
font-size: 15px !important;
line-height: 1.58;
}
/* FAQ */
.pm-scene-guide-faq {
width: 100%;
max-width: 1180px;
margin: 0 auto;
border-top: 1px solid var(--pm-sg-line);
}
.pm-scene-guide-faq details {
margin: 0;
border-bottom: 1px solid var(--pm-sg-line);
}
.pm-scene-guide-faq summary {
position: relative;
margin: 0;
padding: 23px 48px 23px 0;
cursor: pointer;
list-style: none;
color: var(--pm-sg-ink);
font-size: 17px !important;
font-weight: 740;
line-height: 1.45;
}
.pm-scene-guide-faq summary::-webkit-details-marker {
display: none;
}
.pm-scene-guide-faq summary::after {
content: "+";
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
color: #77777c;
font-size: 24px;
font-weight: 400;
}
.pm-scene-guide-faq details[open] summary::after {
content: "−";
}
.pm-scene-guide-faq-answer {
max-width: 1050px;
padding: 0 48px 25px 0;
color: var(--pm-sg-muted);
font-size: 15px;
line-height: 1.72;
}
.pm-scene-guide-faq-answer a,
.pm-scene-guide-scene-tip a,
.pm-scene-guide-table td a,
.pm-scene-guide-copy a.pm-scene-guide-inline-link {
color: var(--pm-sg-ink);
font-weight: 720;
text-decoration: underline;
text-decoration-color: rgba(17, 17, 17, 0.28);
text-underline-offset: 0.18em;
}
.pm-scene-guide-faq-answer a:hover,
.pm-scene-guide-scene-tip a:hover,
.pm-scene-guide-table td a:hover,
.pm-scene-guide-copy a.pm-scene-guide-inline-link:hover {
color: #000;
text-decoration-color: rgba(17, 17, 17, 0.55);
}
/* FINAL CTA */
.pm-scene-guide-final {
padding: clamp(50px, 7vw, 96px);
border-radius: var(--pm-sg-radius-xl);
background:
radial-gradient(
circle at 78% 12%,
rgba(255, 255, 255, 0.08),
transparent 36%
),
#111111;
text-align: center;
}
.pm-scene-guide-final .pm-scene-guide-eyebrow {
color: rgba(255, 255, 255, 0.52);
}
.pm-scene-guide .pm-scene-guide-final .pm-scene-guide-heading {
max-width: 900px;
margin: 0 auto;
color: #ffffff;
font-size: clamp(42px, 3.5vw, 56px) !important;
}
.pm-scene-guide .pm-scene-guide-final .pm-scene-guide-copy {
max-width: 750px;
margin: 22px auto 0;
color: rgba(255, 255, 255, 0.68);
font-size: 18px !important;
}
.pm-scene-guide-final .pm-scene-guide-button-row {
justify-content: center;
}
.pm-scene-guide-final .pm-scene-guide-button {
background: #ffffff;
border-color: #ffffff;
color: #111111 !important;
}
.pm-scene-guide-final .pm-scene-guide-button--secondary {
background: transparent;
border-color: rgba(255, 255, 255, 0.3);
color: #ffffff !important;
}
/* TABLET */
@media screen and (max-width: 1150px) {
.pm-scene-guide-shell {
width: calc(100% - 40px);
}
.pm-scene-guide-hero-card {
min-height: auto;
grid-template-columns: 1fr;
}
.pm-scene-guide-method-header {
grid-template-columns: 1fr;
gap: 20px;
}
.pm-scene-guide-method-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pm-scene-guide-scenes {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pm-scene-guide-scene--featured {
grid-column: 1 / -1;
}
.pm-scene-guide-value-layout {
grid-template-columns: 1fr;
}
.pm-scene-guide-product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pm-scene-guide-reserve-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pm-scene-guide-reserve-item:nth-child(3) {
border-left: 0;
border-top: 1px solid var(--pm-sg-line);
}
.pm-scene-guide-reserve-item:nth-child(4) {
border-top: 1px solid var(--pm-sg-line);
}
}
/* MOBILE */
@media screen and (max-width: 749px) {
.pm-scene-guide-shell {
width: calc(100% - 24px);
}
.pm-scene-guide-section {
padding: 48px 0;
}
.pm-scene-guide-section--tight {
padding: 34px 0;
}
.pm-scene-guide-hero {
padding: 18px 0 24px;
}
.pm-scene-guide-hero-card {
padding: 32px 20px 24px;
border-radius: 24px;
gap: 32px;
}
.pm-scene-guide .pm-scene-guide-title,
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-title,
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-title,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-title {
font-size: clamp(40px, 11vw, 46px) !important;
line-height: 1.02 !important;
text-align: left !important;
}
.pm-scene-guide .pm-scene-guide-heading,
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-heading,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-heading {
font-size: clamp(32px, 8.4vw, 39px) !important;
line-height: 1.08 !important;
}
.pm-scene-guide .pm-scene-guide-faq-heading,
.pm-scene-guide #planning-faq .pm-scene-guide-heading {
font-size: clamp(32px, 8.4vw, 39px) !important;
}
.pm-scene-guide-copy {
font-size: 16px;
line-height: 1.65;
}
.pm-scene-guide .pm-scene-guide-hero-copy,
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-copy {
text-align: left !important;
}
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-copy {
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 20px !important;
font-size: 16px !important;
}
.pm-scene-guide-answer-card,
.pm-scene-guide-jump-card,
.pm-scene-guide-method-header,
.pm-scene-guide-value-copy,
.pm-scene-guide-reserve-header,
.pm-scene-guide-final {
text-align: center;
}
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-button-row {
justify-content: stretch;
}
.pm-scene-guide-button-row {
width: 100%;
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
.pm-scene-guide-button {
width: 100%;
min-height: 52px;
padding: 0 18px;
}
.pm-scene-guide-answer-card {
padding: 25px 18px;
border-radius: 21px;
}
.pm-scene-guide-answer-grid {
grid-template-columns: 1fr;
gap: 10px;
}
.pm-scene-guide-answer-item {
min-height: 105px;
padding: 17px;
text-align: center;
}
.pm-scene-guide-jump-card {
padding: 22px 16px;
}
.pm-scene-guide-jump-links {
justify-content: center;
}
.pm-scene-guide-intro {
margin-bottom: 30px;
}
.pm-scene-guide-table-wrap {
overflow: visible;
border: 0;
box-shadow: none;
background: transparent;
border-radius: 0;
}
.pm-scene-guide-table {
min-width: 0;
width: 100%;
display: block;
}
.pm-scene-guide-table thead {
display: none;
}
.pm-scene-guide-table tbody {
display: grid;
gap: 12px;
}
.pm-scene-guide-table tr {
display: block;
padding: 22px 20px;
border: 1px solid var(--pm-sg-line);
border-radius: 20px;
background: #fff;
box-shadow: 0 10px 26px rgba(0, 0, 0, 0.03);
}
.pm-scene-guide-table td {
display: block;
width: 100%;
padding: 0;
border: 0;
text-align: left;
}
.pm-scene-guide-table td + td {
margin-top: 17px;
padding-top: 17px;
border-top: 1px solid var(--pm-sg-line);
}
.pm-scene-guide-table td::before {
content: attr(data-label);
display: block;
margin-bottom: 6px;
color: #8a8a8f;
font-size: 10px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.pm-scene-guide-table td:first-child {
font-size: 19px !important;
}
.pm-scene-guide-table td:nth-child(2) {
font-size: 16px !important;
}
.pm-scene-guide-method {
padding: 37px 20px;
border-radius: 24px;
}
.pm-scene-guide-method-grid {
grid-template-columns: 1fr;
gap: 10px;
}
.pm-scene-guide-method-card {
min-height: auto;
padding: 24px 20px;
text-align: center;
}
.pm-scene-guide-method-card > span {
margin-bottom: 23px;
}
.pm-scene-guide-scenes {
grid-template-columns: 1fr;
gap: 12px;
}
.pm-scene-guide-scene,
.pm-scene-guide-scene--featured {
min-height: auto;
grid-column: auto;
padding: 26px 22px;
text-align: center;
}
.pm-scene-guide-scene-range {
align-self: center;
}
.pm-scene-guide-value-card {
padding: 33px 19px;
border-radius: 24px;
}
.pm-scene-guide-value-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 9px;
}
.pm-scene-guide-value-item {
min-height: 112px;
padding: 15px 10px;
}
.pm-scene-guide-value-item strong {
font-size: 21px;
}
.pm-scene-guide-product-grid {
grid-template-columns: 1fr;
gap: 11px;
}
.pm-scene-guide-product {
min-height: 215px;
padding: 24px 22px;
text-align: center;
}
.pm-scene-guide-simulator {
padding: 50px 22px;
border-radius: 24px;
}
.pm-scene-guide-reserve {
border-radius: 24px;
}
.pm-scene-guide-reserve-header {
padding: 30px 20px;
}
.pm-scene-guide-reserve-grid {
grid-template-columns: 1fr;
}
.pm-scene-guide-reserve-item {
min-height: auto;
padding: 25px 22px;
text-align: center;
}
.pm-scene-guide-reserve-item + .pm-scene-guide-reserve-item,
.pm-scene-guide-reserve-item:nth-child(3),
.pm-scene-guide-reserve-item:nth-child(4) {
border-top: 1px solid var(--pm-sg-line);
border-left: 0;
}
.pm-scene-guide-mistakes {
grid-template-columns: 1fr;
gap: 10px;
}
.pm-scene-guide-mistake {
min-height: auto;
padding: 22px;
text-align: center;
}
.pm-scene-guide-faq summary {
padding: 20px 40px 20px 0;
}
.pm-scene-guide-faq-answer {
padding-right: 18px;
font-size: 14px;
}
.pm-scene-guide-final {
padding: 50px 22px;
border-radius: 24px;
}
}
@media screen and (max-width: 390px) @media screen and (max-width: 390px) {
.pm-scene-guide-value-grid {
grid-template-columns: 1fr;
}
.pm-scene-guide-title {
font-size: 39px;
}
}
/* RTE override — prevent theme .rte heading rules from shrinking page typography */
body.page-seo-page .page-content.rte .pm-scene-guide h1,
body.page-seo-page .page-content.rte .pm-scene-guide h2,
body.page-seo-page .page-content.rte .pm-scene-guide h3,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide h1,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide h2,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide h3 {
font-family: inherit !important;
}
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-title,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-title {
font-size: clamp(52px, 4.8vw, 74px) !important;
line-height: 0.98 !important;
letter-spacing: -0.055em !important;
font-weight: 780 !important;
}
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-heading,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-heading {
font-size: clamp(40px, 3.4vw, 54px) !important;
line-height: 1.04 !important;
letter-spacing: -0.043em !important;
font-weight: 760 !important;
}
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-subheading,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-subheading {
font-size: clamp(26px, 2.2vw, 34px) !important;
line-height: 1.12 !important;
}
.pm-scene-guide .pm-scene-guide-faq-heading,
.pm-scene-guide #planning-faq .pm-scene-guide-heading {
font-size: clamp(40px, 3.3vw, 52px) !important;
}
@media screen and (max-width: 749px) {
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-title,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-title,
.pm-scene-guide .pm-scene-guide-title,
.pm-scene-guide .pm-scene-guide-hero-copy .pm-scene-guide-title {
font-size: clamp(40px, 11vw, 46px) !important;
line-height: 1.02 !important;
text-align: left !important;
}
body.page-seo-page .page-content.rte .pm-scene-guide .pm-scene-guide-heading,
body.page-seo-page .pm-seo-guide.rte .pm-scene-guide .pm-scene-guide-heading,
.pm-scene-guide .pm-scene-guide-heading,
.pm-scene-guide .pm-scene-guide-faq-heading,
.pm-scene-guide #planning-faq .pm-scene-guide-heading {
font-size: clamp(32px, 8.4vw, 39px) !important;
line-height: 1.08 !important;
}
}
</style><div class="pm-scene-guide"><section class="pm-scene-guide-hero"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-hero-card"><div class="pm-scene-guide-hero-copy"><p class="pm-scene-guide-eyebrow">Production Quantity Planning Guide</p><h1 class="pm-scene-guide-title">How Much Prop Money Do I Need? A Scene-by-Scene Guide</h1><p class="pm-scene-guide-copy">Estimate how many prop money stacks or loose bills you may need for close-ups, counting scenes, tables, briefcases, duffel bags, bank scenes, vaults, money rain, music videos, and large production builds. Start with the <a class="pm-scene-guide-inline-link" href="/en-de/pages/how-to-build-a-realistic-cash-scene" data-mce-href="/en-de/pages/how-to-build-a-realistic-cash-scene">realistic cash scene guide</a> if you are planning your first build.</p><div class="pm-scene-guide-button-row"><a class="pm-scene-guide-button" href="#scene-quantity-guide" data-mce-href="#scene-quantity-guide"> View Scene Estimates </a> <a class="pm-scene-guide-button pm-scene-guide-button--secondary" href="/en-de/pages/prop-money-stack-simulator" data-mce-href="/en-de/pages/prop-money-stack-simulator"> Open Stack Simulator </a></div></div><div class="pm-scene-guide-answer-card"><p class="pm-scene-guide-eyebrow">Quick Starting Point</p><h2>Plan for what the camera sees—not only the scripted dollar amount</h2><p>Quantity changes with shot distance, visible surface area, movement, handling, angles, and the number of resets.</p><div class="pm-scene-guide-answer-grid"><div class="pm-scene-guide-answer-item"><strong>1–10</strong> <span> Hero stacks, handoffs, counting, and controlled close shots </span></div><div class="pm-scene-guide-answer-item"><strong>10–50</strong> <span> Tables, briefcases, bags, and medium production scenes </span></div><div class="pm-scene-guide-answer-item"><strong>50–200+</strong> <span> Bank scenes, vault shelves, wide shots, and multiple containers </span></div><div class="pm-scene-guide-answer-item"><strong>500–2,000+</strong> <span> Loose bills for counters, floor coverage, tossing, or money rain </span></div></div><div class="pm-scene-guide-answer-note">These are production starting points. Final quantity depends on the exact dimensions, framing, movement, and desired density.</div></div></div></div></section><section class="pm-scene-guide-video-section"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-video-panel"><div class="pm-scene-guide-video-copy"><p class="pm-scene-guide-eyebrow">Prop Money Academy</p><h2 class="pm-scene-guide-heading" id="pm-scene-guide-extra-video-title">Watch: How much prop money do you need?</h2><p class="pm-scene-guide-copy">Use this quick scene-planning guide to choose the right number of stacks for close-ups, table setups, briefcases, and larger sets.</p></div><div class="pm-scene-guide-video-frame"><video class="pm-scene-guide-video-player" muted="" loop="loop" playsinline="" preload="metadata" poster="https://cdn.shopify.com/s/files/1/1792/3413/files/preview_images/82cdaa734a72458fb772e9126fdf0cb6.thumbnail.0000000000.jpg?v=1785719966">
<source src="https://cdn.shopify.com/videos/c/vp/82cdaa734a72458fb772e9126fdf0cb6/82cdaa734a72458fb772e9126fdf0cb6.HD-1080p-2.5Mbps-90588547.mp4" type="video/mp4" data-mce-src="https://cdn.shopify.com/videos/c/vp/82cdaa734a72458fb772e9126fdf0cb6/82cdaa734a72458fb772e9126fdf0cb6.HD-1080p-2.5Mbps-90588547.mp4">
Your browser does not support embedded video.
</video> <button class="pm-scene-guide-video-sound" type="button"> Sound Off </button></div></div></div></section><a data-encoded-tag-name="script" data-encoded-tag-value="JTBBJTIwJTIwJTIwJTIwKGZ1bmN0aW9uJTIwKCklMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjB2YXIlMjBzZWN0aW9ucyUyMCUzRCUyMGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJy5wbS1zY2VuZS1ndWlkZS12aWRlby1zZWN0aW9uJyklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjBpZiUyMCghc2VjdGlvbnMubGVuZ3RoKSUyMHJldHVybiUzQiUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMHZhciUyMHByZWZlcnNSZWR1Y2VkTW90aW9uJTIwJTNEJTIwd2luZG93Lm1hdGNoTWVkaWElMjAlMjYlMjYlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB3aW5kb3cubWF0Y2hNZWRpYSgnKHByZWZlcnMtcmVkdWNlZC1tb3Rpb24lM0ElMjByZWR1Y2UpJykubWF0Y2hlcyUzQiUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMHNlY3Rpb25zLmZvckVhY2goZnVuY3Rpb24lMjAoc2VjdGlvbiklMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB2YXIlMjB2aWRlbyUyMCUzRCUyMHNlY3Rpb24ucXVlcnlTZWxlY3RvcignLnBtLXNjZW5lLWd1aWRlLXZpZGVvLXBsYXllcicpJTNCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmFyJTIwc291bmRCdXR0b24lMjAlM0QlMjBzZWN0aW9uLnF1ZXJ5U2VsZWN0b3IoJy5wbS1zY2VuZS1ndWlkZS12aWRlby1zb3VuZCcpJTNCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwaWYlMjAoIXZpZGVvJTIwJTdDJTdDJTIwIXNvdW5kQnV0dG9uKSUyMHJldHVybiUzQiUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGZ1bmN0aW9uJTIwdXBkYXRlU291bmRCdXR0b24oKSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZhciUyMHNvdW5kSXNPbiUyMCUzRCUyMCF2aWRlby5tdXRlZCUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHNvdW5kQnV0dG9uLnRleHRDb250ZW50JTIwJTNEJTIwc291bmRJc09uJTIwJTNGJTIwJ1NvdW5kJTIwT24nJTIwJTNBJTIwJ1NvdW5kJTIwT2ZmJyUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHNvdW5kQnV0dG9uLnNldEF0dHJpYnV0ZSglMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAnYXJpYS1sYWJlbCclMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBzb3VuZElzT24lMjAlM0YlMjAnVHVybiUyMHNvdW5kJTIwb2ZmJyUyMCUzQSUyMCdUdXJuJTIwc291bmQlMjBvbiclMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjApJTNCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwc291bmRCdXR0b24uc2V0QXR0cmlidXRlKCdhcmlhLXByZXNzZWQnJTJDJTIwc291bmRJc09uJTIwJTNGJTIwJ3RydWUnJTIwJTNBJTIwJ2ZhbHNlJyklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB2aWRlby5tdXRlZCUyMCUzRCUyMHRydWUlM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB1cGRhdGVTb3VuZEJ1dHRvbigpJTNCJTBBJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwc291bmRCdXR0b24uYWRkRXZlbnRMaXN0ZW5lcignY2xpY2snJTJDJTIwZnVuY3Rpb24lMjAoKSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZGVvLm11dGVkJTIwJTNEJTIwIXZpZGVvLm11dGVkJTNCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwaWYlMjAoIXZpZGVvLm11dGVkKSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZGVvLnZvbHVtZSUyMCUzRCUyMDElM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB2aWRlby5wbGF5KCkuY2F0Y2goZnVuY3Rpb24lMjAoKSUyMCU3QiU3RCklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB1cGRhdGVTb3VuZEJ1dHRvbigpJTNCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTdEKSUzQiUwQSUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHZpZGVvLmFkZEV2ZW50TGlzdGVuZXIoJ3ZvbHVtZWNoYW5nZSclMkMlMjB1cGRhdGVTb3VuZEJ1dHRvbiklM0IlMEElMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBpZiUyMCghcHJlZmVyc1JlZHVjZWRNb3Rpb24lMjAlMjYlMjYlMjAnSW50ZXJzZWN0aW9uT2JzZXJ2ZXInJTIwaW4lMjB3aW5kb3cpJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmFyJTIwb2JzZXJ2ZXIlMjAlM0QlMjBuZXclMjBJbnRlcnNlY3Rpb25PYnNlcnZlciglMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBmdW5jdGlvbiUyMChlbnRyaWVzKSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGVudHJpZXMuZm9yRWFjaChmdW5jdGlvbiUyMChlbnRyeSklMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBpZiUyMChlbnRyeS5pc0ludGVyc2VjdGluZyUyMCUyNiUyNiUyMGVudHJ5LmludGVyc2VjdGlvblJhdGlvJTIwJTNFJTNEJTIwMC40NSklMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB2aWRlby5wbGF5KCkuY2F0Y2goZnVuY3Rpb24lMjAoKSUyMCU3QiU3RCklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMjBlbHNlJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdmlkZW8ucGF1c2UoKSUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMjB0aHJlc2hvbGQlM0ElMjAlNUIwJTJDJTIwMC40NSUyQyUyMDElNUQlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjApJTNCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwb2JzZXJ2ZXIub2JzZXJ2ZSh2aWRlbyklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlMjAlMjAlN0QpJTNCJTBBJTIwJTIwJTIwJTIwJTdEKSgpJTNCJTBBJTIwJTIw"></a><section class="pm-scene-guide-jump"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-jump-card"><strong>Jump to a planning section</strong><div class="pm-scene-guide-jump-links"><a href="#scene-quantity-guide" data-mce-href="#scene-quantity-guide">Scene Estimates</a> <a href="#camera-method" data-mce-href="#camera-method">Camera Method</a> <a href="#stack-value" data-mce-href="#stack-value">Stack Values</a> <a href="#product-selection" data-mce-href="#product-selection">Product Selection</a> <a href="#continuity-reserve" data-mce-href="#continuity-reserve">Continuity Reserve</a> <a href="#planning-faq" data-mce-href="#planning-faq">FAQs</a></div></div></div></section><section class="pm-scene-guide-section" id="scene-quantity-guide"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-intro"><p class="pm-scene-guide-eyebrow">Quick Scene Quantity Chart</p><h2 class="pm-scene-guide-heading">Starting quantities for common prop money scenes</h2><p class="pm-scene-guide-copy">Use these ranges for early planning, then adjust for your camera distance, visible area, number of angles, handling, and desired cash density.</p></div><div class="pm-scene-guide-table-wrap"><table class="pm-scene-guide-table mce-item-table"><colgroup> <col> <col> <col> </colgroup><thead><tr><th>Scene</th><th>Starting Quantity</th><th>Recommended Approach</th></tr></thead><tbody><tr><td><a href="/en-de/pages/prop-money-for-close-up-shots" data-mce-href="/en-de/pages/prop-money-for-close-up-shots">Hero stack or handoff</a></td><td>1–3 stacks</td><td>Prioritize detailed, camera-ready stacks where hands and bills remain visible.</td></tr><tr><td>Actor counting cash</td><td>3–10 stacks</td><td>Use detailed bills and include extras for resets, dropped bills, and repeated takes.</td></tr><tr><td><a href="/en-de/pages/prop-money-for-cash-table-scenes" data-mce-href="/en-de/pages/prop-money-for-cash-table-scenes">Small tabletop scene</a></td><td>5–15 stacks</td><td>Concentrate stacks inside the frame instead of covering the entire table.</td></tr><tr><td><a href="/en-de/pages/prop-money-for-cash-table-scenes" data-mce-href="/en-de/pages/prop-money-for-cash-table-scenes">Large cash table</a></td><td>20–60 stacks</td><td>Use detailed money in the foreground and economical volume behind it.</td></tr><tr><td><a href="/en-de/pages/how-much-prop-money-fits-in-a-briefcase" data-mce-href="/en-de/pages/how-much-prop-money-fits-in-a-briefcase">Briefcase reveal</a></td><td>20–50 visible stacks</td><td>Build the visible top layer and edges first; hidden depth may not need full detail.</td></tr><tr><td><a href="/en-de/pages/how-much-prop-money-fits-in-a-duffel-bag" data-mce-href="/en-de/pages/how-much-prop-money-fits-in-a-duffel-bag">Duffel bag scene</a></td><td>30–100+ stacks</td><td>Quantity depends heavily on bag size, opening, fill depth, and whether the bag is dumped.</td></tr><tr><td>Money counter</td><td>500–1,500 loose bills</td><td>Plan for repeated loading, machine tests, jams, resets, and multiple takes.</td></tr><tr><td><a href="/en-de/pages/prop-money-for-music-videos" data-mce-href="/en-de/pages/prop-money-for-music-videos">Money toss or rain</a></td><td>500–2,000+ loose bills</td><td>Use enough bills for visible density plus a large reset reserve.</td></tr><tr><td><a href="/en-de/pages/prop-money-for-bank-scenes" data-mce-href="/en-de/pages/prop-money-for-bank-scenes">Bank robbery</a></td><td>50–200+ stacks</td><td>Adjust for the number of bags, teller drawers, tables, vault shelves, and camera angles.</td></tr><tr><td><a href="/en-de/pages/prop-money-for-bank-scenes" data-mce-href="/en-de/pages/prop-money-for-bank-scenes">Vault or safe</a></td><td>100–500+ stacks</td><td>Build visible shelves and openings; use bulk volume for depth.</td></tr><tr><td><a href="/en-de/pages/how-to-build-a-realistic-cash-scene" data-mce-href="/en-de/pages/how-to-build-a-realistic-cash-scene">Counting room</a></td><td>300–1,000+ stacks</td><td>Combine detailed foreground money with bulk background stacks, bundles, and containers.</td></tr><tr><td><a href="/en-de/pages/prop-money-stack-simulator" data-mce-href="/en-de/pages/prop-money-stack-simulator">Pallet or money room</a></td><td>Measure or simulate</td><td>Calculate by visible dimensions, row count, layer count, and camera coverage rather than guessing.</td></tr></tbody></table></div><p class="pm-scene-guide-table-note">Estimates refer to visible production quantity, not a guarantee of the fictional dollar value represented in the script.</p></div></section><section class="pm-scene-guide-section--tight" id="camera-method"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-method"><div class="pm-scene-guide-method-header"><div><p class="pm-scene-guide-eyebrow">The Camera-First Method</p><h2 class="pm-scene-guide-heading">Estimate the visible build before calculating the money</h2></div><p class="pm-scene-guide-copy">Scripted value tells the audience what the cash represents. Camera coverage determines how much physical prop money must be placed on set. Follow the <a class="pm-scene-guide-inline-link" href="/en-de/pages/prop-money-scene-checklist" data-mce-href="/en-de/pages/prop-money-scene-checklist">prop money scene checklist</a> to confirm angles, movement, and reset needs.</p></div><div class="pm-scene-guide-method-grid"><article class="pm-scene-guide-method-card"><span>01</span><h3>Measure the visible area</h3><p>Measure only the table, bag opening, shelf, case, floor, or set area that appears on camera.</p></article><article class="pm-scene-guide-method-card"><span>02</span><h3>Identify the closest shot</h3><p>The closest camera angle determines where the most detailed bills and stacks should be placed.</p></article><article class="pm-scene-guide-method-card"><span>03</span><h3>Choose the density</h3><p>Decide whether the scene needs a light accent, medium spread, or visually heavy cash build.</p></article><article class="pm-scene-guide-method-card"><span>04</span><h3>Plan depth and movement</h3><p>Add quantity for visible sides, reverse angles, moving bags, table dumps, and three-dimensional builds.</p></article><article class="pm-scene-guide-method-card"><span>05</span><h3>Add reset inventory</h3><p>Keep extra stacks and loose bills separate for continuity, replacements, and repeated takes.</p></article></div></div></div></section><section class="pm-scene-guide-section"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-intro"><p class="pm-scene-guide-eyebrow">Scene-by-Scene Planning</p><h2 class="pm-scene-guide-heading">How much prop money different scenes may require</h2><p class="pm-scene-guide-copy">The recommendations below explain where to spend your detail, where to build economical volume, and what may increase the quantity.</p></div><div class="pm-scene-guide-scenes"><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 01</span><h3>Close-up or hero-bill shot</h3><span class="pm-scene-guide-scene-range">Start with 1–3 stacks</span><p>Tight framing needs less quantity but greater detail. Use your best camera-facing bills where serials, printing, edges, and handling remain visible.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/prop-money-for-close-up-shots" data-mce-href="/en-de/pages/prop-money-for-close-up-shots">Plan close-up prop money →</a></div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 02</span><h3>Actor counting cash</h3><span class="pm-scene-guide-scene-range">Start with 3–10 stacks</span><p>Counting scenes consume more time and resets than static displays. Include loose bills and replacement stacks for repeated handling.</p><div class="pm-scene-guide-scene-tip">Add 15–25% for repeated takes.</div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 03</span><h3>Handoff or payoff scene</h3><span class="pm-scene-guide-scene-range">Start with 1–5 stacks</span><p>A handoff often needs only enough money to establish the exchange. Plan for both sides if the stack is turned, opened, or inspected.</p><div class="pm-scene-guide-scene-tip">Camera orientation matters more than total volume.</div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 04</span><h3>Small tabletop spread</h3><span class="pm-scene-guide-scene-range">Start with 5–15 stacks</span><p>Group stacks inside the camera frame instead of spacing them across the full table. Slight overlap creates more visual density.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/prop-money-for-cash-table-scenes" data-mce-href="/en-de/pages/prop-money-for-cash-table-scenes">Small table layout tips →</a></div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 05</span><h3>Large cash table</h3><span class="pm-scene-guide-scene-range">Start with 20–60 stacks</span><p>Use detailed stacks at the front, handled areas, and table edges. Build depth with economical stacks and bundles behind them.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/prop-money-for-cash-table-scenes" data-mce-href="/en-de/pages/prop-money-for-cash-table-scenes">Plan a cash table scene →</a></div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 06</span><h3>Briefcase reveal</h3><span class="pm-scene-guide-scene-range">Start with 20–50 stacks</span><p>Build the visible top layer, front edge, and sides first. The required quantity changes with the interior dimensions and camera elevation.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/how-much-prop-money-fits-in-a-briefcase" data-mce-href="/en-de/pages/how-much-prop-money-fits-in-a-briefcase">Briefcase fill guide →</a></div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 07</span><h3>Duffel bag scene</h3><span class="pm-scene-guide-scene-range">Start with 30–100+ stacks</span><p>A bag shown only through its opening needs less than one that is carried, emptied, or filmed from multiple angles.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/how-much-prop-money-fits-in-a-duffel-bag" data-mce-href="/en-de/pages/how-much-prop-money-fits-in-a-duffel-bag">Duffel bag quantity guide →</a></div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 08</span><h3>Safe or vault shelf</h3><span class="pm-scene-guide-scene-range">Start with 100–500+ stacks</span><p>Fill the shelves and openings visible to camera. Add depth only where the lens can see between or behind the front rows.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/prop-money-for-bank-scenes" data-mce-href="/en-de/pages/prop-money-for-bank-scenes">Vault and safe scene planning →</a></div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 09</span><h3>Bank robbery</h3><span class="pm-scene-guide-scene-range">Start with 50–200+ stacks</span><p>Include teller drawers, counters, bags, vault surfaces, dropped money, and continuity inventory for action and resets.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/prop-money-for-bank-scenes" data-mce-href="/en-de/pages/prop-money-for-bank-scenes">Bank and vault scene planning →</a></div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 10</span><h3>Money counter</h3><span class="pm-scene-guide-scene-range">Start with 500–1,500 bills</span><p>Test the machine before production. Keep pre-counted batches ready so the counter can be reloaded quickly between takes.</p><div class="pm-scene-guide-scene-tip">Loose-bill inventory is more important than stack count.</div></article><article class="pm-scene-guide-scene"><span class="pm-scene-guide-scene-number">SCENE 11</span><h3>Money toss, rain, or money gun</h3><span class="pm-scene-guide-scene-range">Start with 500–2,000+ bills</span><p>Air movement spreads bills quickly. Quantity must support the visible density, floor coverage, pickup time, and repeated resets.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/prop-money-for-music-videos" data-mce-href="/en-de/pages/prop-money-for-music-videos">Music video money scenes →</a></div></article><article class="pm-scene-guide-scene pm-scene-guide-scene--featured"><span class="pm-scene-guide-scene-number">SCENE 12</span><h3>Counting room, pallet, or full money-room build</h3><span class="pm-scene-guide-scene-range"> Measure, simulate, or request a production estimate </span><p>Large builds should be calculated from visible width, depth, height, row count, layers, containers, and camera movement. Detailed money should be concentrated where actors and lenses get closest. Bulk volume can complete the background and hidden layers.</p><div class="pm-scene-guide-scene-tip"><a href="/en-de/pages/prop-money-stack-simulator" data-mce-href="/en-de/pages/prop-money-stack-simulator">Model the build in the Stack Simulator →</a></div></article></div></div></section><section class="pm-scene-guide-section--tight" id="stack-value"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-value-card"><div class="pm-scene-guide-value-layout"><div class="pm-scene-guide-value-copy"><p class="pm-scene-guide-eyebrow">Fictional Value vs Physical Volume</p><h2 class="pm-scene-guide-heading">A stack’s stated value does not determine how much fills the frame</h2><p class="pm-scene-guide-copy">A 100-bill stack represents different fictional values depending on denomination. But every 100-bill stack occupies approximately the same physical footprint. Build the visual first, then choose denominations that fit the story. See <a class="pm-scene-guide-inline-link" href="/en-de/pages/how-many-stacks-equal-1-million" data-mce-href="/en-de/pages/how-many-stacks-equal-1-million">how many stacks equal $1 million</a> for volume comparisons.</p></div><div class="pm-scene-guide-value-grid"><div class="pm-scene-guide-value-item"><strong>$100</strong> <span>100 × $1 bills</span></div><div class="pm-scene-guide-value-item"><strong>$500</strong> <span>100 × $5 bills</span></div><div class="pm-scene-guide-value-item"><strong>$1,000</strong> <span>100 × $10 bills</span></div><div class="pm-scene-guide-value-item"><strong>$2,000</strong> <span>100 × $20 bills</span></div><div class="pm-scene-guide-value-item"><strong>$5,000</strong> <span>100 × $50 bills</span></div><div class="pm-scene-guide-value-item"><strong>$10,000</strong> <span>100 × $100 bills</span></div></div></div></div></div></section><section class="pm-scene-guide-section" id="product-selection"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-intro"><p class="pm-scene-guide-eyebrow">Product Selection</p><h2 class="pm-scene-guide-heading">Match the prop money to the camera requirement</h2><p class="pm-scene-guide-copy">Large scenes usually benefit from a combination of detailed foreground money and economical background volume.</p></div><div class="pm-scene-guide-product-grid"><article class="pm-scene-guide-product"><h3>Full Print stacks</h3><p>Use where actors handle, count, turn, open, or clearly display the stacks on camera.</p><a href="/en-de/collections/full-print-prop-money" data-mce-href="/en-de/collections/full-print-prop-money"> Explore Full Print → </a></article><article class="pm-scene-guide-product"><h3>Close-Up bills</h3><p>Use for controlled hero angles, macro photography, inserts, and detailed camera-facing shots.</p><a href="/en-de/pages/prop-money-for-close-up-shots" data-mce-href="/en-de/pages/prop-money-for-close-up-shots"> Plan a Close-Up Shot → </a></article><article class="pm-scene-guide-product"><h3>Blank Filler stacks</h3><p>Use for hidden depth, large background builds, closed bundles, bags, shelves, and wide production scenes.</p><a href="/en-de/pages/bulk-prop-money" data-mce-href="/en-de/pages/bulk-prop-money"> Explore Bulk Prop Money → </a></article><article class="pm-scene-guide-product"><h3>RealAged<sup class="ra-reg">®</sup> stacks</h3><p>Use when the scene calls for handled, circulated, stored, dirty, or naturally worn-looking cash.</p><a href="/en-de/collections/realaged-products" data-mce-href="/en-de/collections/realaged-products"> Explore RealAged<sup class="ra-reg">®</sup> → </a></article><article class="pm-scene-guide-product"><h3>Loose bills</h3><p>Use for counters, floor coverage, hand counting, table dumps, tossing, money rain, and motion-heavy shots.</p><a href="/en-de/collections/all" data-mce-href="/en-de/collections/all"> Shop Prop Money → </a></article><article class="pm-scene-guide-product"><h3>Custom bills</h3><p>Use for fictional brands, talent portraits, logos, custom denominations, campaigns, or story-specific currencies.</p><a href="/en-de/pages/print-a-bill" data-mce-href="/en-de/pages/print-a-bill"> Start Print A Bill™ → </a></article></div></div></section><section class="pm-scene-guide-section--tight"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-simulator"><p class="pm-scene-guide-eyebrow">Interactive Planning Tool</p><h2 class="pm-scene-guide-heading">Model your stack layout before placing a large order</h2><p class="pm-scene-guide-copy">Use the Prop Money Stack Simulator to compare stack counts, dimensions, rows, layers, and visual coverage before production.</p><div class="pm-scene-guide-button-row"><a class="pm-scene-guide-button" href="/en-de/pages/prop-money-stack-simulator" data-mce-href="/en-de/pages/prop-money-stack-simulator"> Open Stack Simulator </a> <a class="pm-scene-guide-button pm-scene-guide-button--secondary" href="/en-de/pages/bulk-prop-money" data-mce-href="/en-de/pages/bulk-prop-money"> Explore Bulk Prop Money </a></div></div></div></section><a data-encoded-tag-name="script" data-encoded-tag-value="JTBBJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIyJTQwY29udGV4dCUyMiUzQSUyMCUyMmh0dHBzJTNBJTJGJTJGc2NoZW1hLm9yZyUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJWaWRlb09iamVjdCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMm5hbWUlMjIlM0ElMjAlMjJXaHklMjBQcm9kdWN0aW9ucyUyME5lZWQlMjBFeHRyYSUyMFByb3AlMjBNb25leSUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMmRlc2NyaXB0aW9uJTIyJTNBJTIwJTIyQSUyMDM3LXNlY29uZCUyMFByb3AlMjBNb25leSUyMEFjYWRlbXklMjBsZXNzb24lMjBleHBsYWluaW5nJTIwd2h5JTIwcmVwZWF0ZWQlMjB0YWtlcyUyQyUyMHJlc2V0cyUyQyUyMGNvbnRpbnVpdHklMkMlMjBtb25leSUyMGd1bnMlMkMlMjBjb3VudGluZyUyMG1hY2hpbmVzJTJDJTIwYW5kJTIwbW9uZXklMjByYWluJTIwcmVxdWlyZSUyMGV4dHJhJTIwcHJvcCUyMG1vbmV5JTIwaW52ZW50b3J5LiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMnRodW1ibmFpbFVybCUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMmh0dHBzJTNBJTJGJTJGY2RuLnNob3BpZnkuY29tJTJGcyUyRmZpbGVzJTJGMSUyRjE3OTIlMkYzNDEzJTJGZmlsZXMlMkZwcmV2aWV3X2ltYWdlcyUyRmI2NGI3ZDI4MGE4NDRjMWZiYzQ4ZDg1ODNjNDgxYzVhLnRodW1ibmFpbC4wMDAwMDAwMDAwLmpwZyUzRnYlM0QxNzg1NzE5OTY2JTIyJTBBJTIwJTIwJTIwJTIwJTVEJTJDJTBBJTIwJTIwJTIwJTIwJTIydXBsb2FkRGF0ZSUyMiUzQSUyMCUyMjIwMjYtMDgtMDJUMTclM0EwMCUzQTAwLTA3JTNBMDAlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjJkdXJhdGlvbiUyMiUzQSUyMCUyMlBUMzdTJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIyY29udGVudFVybCUyMiUzQSUyMCUyMmh0dHBzJTNBJTJGJTJGY2RuLnNob3BpZnkuY29tJTJGdmlkZW9zJTJGYyUyRnZwJTJGYjY0YjdkMjgwYTg0NGMxZmJjNDhkODU4M2M0ODFjNWElMkZiNjRiN2QyODBhODQ0YzFmYmM0OGQ4NTgzYzQ4MWM1YS5IRC0xMDgwcC0yLjVNYnBzLTkwNTg4NTQ3Lm1wNCUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMmVtYmVkVXJsJTIyJTNBJTIwJTIyaHR0cHMlM0ElMkYlMkZwcm9wbW9uZXkuY29tJTJGcGFnZXMlMkZob3ctbWFueS1wcm9wLW1vbmV5LXN0YWNrcy1kby1pLW5lZWQlMjIlMEElMjAlMjAlN0QlMEElMjAlMjA=" data-encoded-attr-type="YXBwbGljYXRpb24lMkZsZCUyQmpzb24="></a><section class="pm-scene-guide-section" id="continuity-reserve"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-reserve"><div class="pm-scene-guide-reserve-header"><p class="pm-scene-guide-eyebrow">Continuity and Reset Planning</p><h2 class="pm-scene-guide-heading">Add extra inventory based on how the money is used</h2></div><div class="pm-scene-guide-reserve-grid"><article class="pm-scene-guide-reserve-item"><strong>10–15%</strong><h3>Controlled stacks</h3><p>Useful for static displays, organized tables, shelves, and controlled briefcase shots.</p></article><article class="pm-scene-guide-reserve-item"><strong>15–25%</strong><h3>Handling and counting</h3><p>Add extras for dropped bills, band changes, repeated counting, close handling, and reset delays.</p></article><article class="pm-scene-guide-reserve-item"><strong>25–50%+</strong><h3>Tossing and movement</h3><p>Plan a larger reserve for money guns, floor scenes, table dumps, fans, wind, action, and money rain.</p></article><article class="pm-scene-guide-reserve-item"><strong>Separate</strong><h3>Continuity inventory</h3><p>For multi-day or episodic production, preserve a matching set that is not used during uncontrolled action.</p></article></div></div></div></section><section class="pm-scene-guide-section--tight"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-intro"><p class="pm-scene-guide-eyebrow">Planning Mistakes</p><h2 class="pm-scene-guide-heading">Avoid under-ordering and unnecessary volume</h2></div><div class="pm-scene-guide-mistakes"><article class="pm-scene-guide-mistake"><strong>Ordering by fictional value alone</strong><p>A scripted amount does not tell you how much physical cash fills the frame.</p></article><article class="pm-scene-guide-mistake"><strong>Filling areas the camera never sees</strong><p>Build the visible opening, surface, edge, or shelf before adding hidden depth.</p></article><article class="pm-scene-guide-mistake"><strong>Using background filler in handled areas</strong><p>Keep your most detailed money where actors open, count, turn, or inspect it.</p></article><article class="pm-scene-guide-mistake"><strong>Forgetting reverse and side angles</strong><p>A layout that works from one camera may reveal empty areas from another.</p></article><article class="pm-scene-guide-mistake"><strong>Skipping reset inventory</strong><p>Loose bills, opened stacks, dropped money, and movement scenes often require substantial extras.</p></article><article class="pm-scene-guide-mistake"><strong>Not testing through the production lens</strong><p>Phone photos and direct viewing may not match the framing, depth, compression, or focus of the final camera.</p></article></div></div></section><section class="pm-scene-guide-section" id="planning-faq"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-intro"><p class="pm-scene-guide-eyebrow">Questions</p><h2 class="pm-scene-guide-heading pm-scene-guide-faq-heading">Prop Money Quantity FAQs</h2></div><div class="pm-scene-guide-faq"><details><summary>How much prop money do I need for a scene?</summary><div class="pm-scene-guide-faq-answer">A close-up or handoff may need only 1–5 stacks, while a table, briefcase, or bag may need 10–100 or more. Large vault, bank, counting-room, and money-room scenes may require hundreds of stacks. Estimate the visible area, closest camera angle, movement, and number of resets before ordering. Use the <a href="/en-de/pages/prop-money-scene-checklist" data-mce-href="/en-de/pages/prop-money-scene-checklist">prop money scene checklist</a> and <a href="/en-de/pages/bulk-prop-money" data-mce-href="/en-de/pages/bulk-prop-money">bulk prop money guide</a> for larger builds.</div></details><details><summary>Should I calculate by dollar amount or by physical space?</summary><div class="pm-scene-guide-faq-answer">Calculate the physical build first. The fictional dollar value matters to the story, but physical dimensions determine how many stacks fill the frame. After planning the visual quantity, choose denominations that support the scripted amount. See <a href="/en-de/pages/how-many-stacks-equal-1-million" data-mce-href="/en-de/pages/how-many-stacks-equal-1-million">how many stacks equal $1 million</a>.</div></details><details><summary>How many prop money stacks fit in a briefcase?</summary><div class="pm-scene-guide-faq-answer">It depends on the briefcase’s interior width, depth, height, stack orientation, and whether the case must be completely filled. A camera-facing top layer and visible edges may require fewer stacks than a fully packed case. See the full <a href="/en-de/pages/how-much-prop-money-fits-in-a-briefcase" data-mce-href="/en-de/pages/how-much-prop-money-fits-in-a-briefcase">briefcase prop money guide</a>.</div></details><details><summary>How much prop money fits in a duffel bag?</summary><div class="pm-scene-guide-faq-answer">Duffel-bag quantity varies significantly by bag size, fill depth, opening, side profile, and whether the bag is carried or dumped. Many visible bag scenes begin around 30–100 stacks, while large or fully emptied bags may need substantially more. Use the <a href="/en-de/pages/how-much-prop-money-fits-in-a-duffel-bag" data-mce-href="/en-de/pages/how-much-prop-money-fits-in-a-duffel-bag">duffel bag quantity guide</a> to plan the visible fill.</div></details><details><summary>Do wide shots require more prop money?</summary><div class="pm-scene-guide-faq-answer">Usually. Wide shots reveal more surface area, depth, gaps, containers, and set dressing. Detailed stacks can remain in the foreground while economical filler creates background volume. See <a href="/en-de/pages/best-prop-money-for-wide-shots" data-mce-href="/en-de/pages/best-prop-money-for-wide-shots">prop money for wide shots</a>.</div></details><details><summary>How many loose bills are needed for money rain?</summary><div class="pm-scene-guide-faq-answer">A small controlled toss may use several hundred bills. A dense rain, large floor area, music-video performance, or repeated action may require 1,000–2,000 bills or more, plus a substantial reset reserve. See <a href="/en-de/pages/prop-money-for-music-videos" data-mce-href="/en-de/pages/prop-money-for-music-videos">prop money for music videos</a>.</div></details><details><summary>Should I order extra prop money for multiple takes?</summary><div class="pm-scene-guide-faq-answer">Yes. Controlled stacks may need approximately 10–15% extra, repeated handling may need 15–25%, and throwing, money guns, floor scenes, or rain may require 25–50% extra or more. The correct reserve depends on the number of takes and how aggressively the money is used. Use the <a href="/en-de/pages/how-to-build-a-realistic-cash-scene" data-mce-href="/en-de/pages/how-to-build-a-realistic-cash-scene">realistic cash scene guide</a> to plan continuity inventory.</div></details><details><summary>What type of prop money should be closest to the camera?</summary><div class="pm-scene-guide-faq-answer">Use your most detailed, camera-ready bills or stacks in foreground positions, close handling, inserts, and hero angles. Use <a href="/en-de/pages/bulk-prop-money" data-mce-href="/en-de/pages/bulk-prop-money">bulk prop money</a> or filler options in hidden layers, closed bundles, and distant background areas. For hero framing, see <a href="/en-de/pages/prop-money-for-close-up-shots" data-mce-href="/en-de/pages/prop-money-for-close-up-shots">close-up prop money</a>.</div></details><details><summary>Can the Stack Simulator estimate a large build?</summary><div class="pm-scene-guide-faq-answer">The <a href="/en-de/pages/prop-money-stack-simulator" data-mce-href="/en-de/pages/prop-money-stack-simulator">Prop Money Stack Simulator</a> can help model rows, layers, dimensions, and stack quantities. It is especially useful for tables, containers, shelves, walls, pallets, and other large layouts.</div></details></div></div></section><section class="pm-scene-guide-section--tight"><div class="pm-scene-guide-shell"><div class="pm-scene-guide-final"><p class="pm-scene-guide-eyebrow">Plan the Scene Before Production Day</p><h2 class="pm-scene-guide-heading">Build the right amount of prop money for your camera setup</h2><p class="pm-scene-guide-copy">Compare bulk stacks, detailed prop money, RealAged<sup class="ra-reg">®</sup> cash, close-up options, and layout tools for films, television, music videos, commercials, photography, and creative productions.</p><div class="pm-scene-guide-button-row"><a class="pm-scene-guide-button" href="/en-de/pages/bulk-prop-money" data-mce-href="/en-de/pages/bulk-prop-money"> Explore Bulk Prop Money </a> <a class="pm-scene-guide-button pm-scene-guide-button--secondary" href="/en-de/pages/prop-money-stack-simulator" data-mce-href="/en-de/pages/prop-money-stack-simulator"> Use the Stack Simulator </a></div></div></div></section><a data-encoded-tag-name="script" data-encoded-tag-value="JTBBJTdCJTBBJTIwJTIwJTIyJTQwY29udGV4dCUyMiUzQSUyMCUyMmh0dHBzJTNBJTJGJTJGc2NoZW1hLm9yZyUyMiUyQyUwQSUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJBcnRpY2xlJTIyJTJDJTBBJTIwJTIwJTIyaGVhZGxpbmUlMjIlM0ElMjAlMjJIb3clMjBNdWNoJTIwUHJvcCUyME1vbmV5JTIwRG8lMjBJJTIwTmVlZCUzRiUyMEElMjBTY2VuZS1ieS1TY2VuZSUyMEd1aWRlJTIyJTJDJTBBJTIwJTIwJTIyZGVzY3JpcHRpb24lMjIlM0ElMjAlMjJFc3RpbWF0ZSUyMGhvdyUyMG11Y2glMjBwcm9wJTIwbW9uZXklMjB5b3UlMjBuZWVkJTIwZm9yJTIwdGFibGVzJTJDJTIwYmFncyUyQyUyMGJyaWVmY2FzZXMlMkMlMjBtb25leSUyMHJhaW4lMkMlMjB2YXVsdHMlMkMlMjBjb3VudGluZyUyMHJvb21zJTJDJTIwZmlsbXMlMkMlMjBUViUyQyUyMGFuZCUyMG11c2ljJTIwdmlkZW9zLiUyMiUyQyUwQSUyMCUyMCUyMnVybCUyMiUzQSUyMCUyMmh0dHBzJTNBJTJGJTJGcHJvcG1vbmV5LmNvbSUyRnBhZ2VzJTJGaG93LW1hbnktcHJvcC1tb25leS1zdGFja3MtZG8taS1uZWVkJTIyJTJDJTBBJTIwJTIwJTIyYXV0aG9yJTIyJTNBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMk9yZ2FuaXphdGlvbiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMm5hbWUlMjIlM0ElMjAlMjJQcm9wJTIwTW9uZXklMjBJbmMuJTIyJTBBJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIycHVibGlzaGVyJTIyJTNBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMk9yZ2FuaXphdGlvbiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMm5hbWUlMjIlM0ElMjAlMjJQcm9wJTIwTW9uZXklMjBJbmMuJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIydXJsJTIyJTNBJTIwJTIyaHR0cHMlM0ElMkYlMkZwcm9wbW9uZXkuY29tJTIyJTBBJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIybWFpbkVudGl0eU9mUGFnZSUyMiUzQSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJXZWJQYWdlJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIyJTQwaWQlMjIlM0ElMjAlMjJodHRwcyUzQSUyRiUyRnByb3Btb25leS5jb20lMkZwYWdlcyUyRmhvdy1tYW55LXByb3AtbW9uZXktc3RhY2tzLWRvLWktbmVlZCUyMiUwQSUyMCUyMCU3RCUwQSU3RCUwQQ==" data-encoded-attr-type="YXBwbGljYXRpb24lMkZsZCUyQmpzb24="></a> <a data-encoded-tag-name="script" data-encoded-tag-value="JTBBJTdCJTBBJTIwJTIwJTIyJTQwY29udGV4dCUyMiUzQSUyMCUyMmh0dHBzJTNBJTJGJTJGc2NoZW1hLm9yZyUyMiUyQyUwQSUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJGQVFQYWdlJTIyJTJDJTBBJTIwJTIwJTIybWFpbkVudGl0eSUyMiUzQSUyMCU1QiUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJRdWVzdGlvbiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMm5hbWUlMjIlM0ElMjAlMjJIb3clMjBtdWNoJTIwcHJvcCUyMG1vbmV5JTIwZG8lMjBJJTIwbmVlZCUyMGZvciUyMGElMjBzY2VuZSUzRiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMmFjY2VwdGVkQW5zd2VyJTIyJTNBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMkFuc3dlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnRleHQlMjIlM0ElMjAlMjJBJTIwY2xvc2UtdXAlMjBvciUyMGhhbmRvZmYlMjBtYXklMjBuZWVkJTIwb25seSUyMDElMjB0byUyMDUlMjBzdGFja3MlMkMlMjB3aGlsZSUyMGElMjB0YWJsZSUyQyUyMGJyaWVmY2FzZSUyQyUyMG9yJTIwYmFnJTIwbWF5JTIwbmVlZCUyMDEwJTIwdG8lMjAxMDAlMjBvciUyMG1vcmUuJTIwTGFyZ2UlMjB2YXVsdCUyQyUyMGJhbmslMkMlMjBjb3VudGluZy1yb29tJTJDJTIwYW5kJTIwbW9uZXktcm9vbSUyMHNjZW5lcyUyMG1heSUyMHJlcXVpcmUlMjBodW5kcmVkcyUyMG9mJTIwc3RhY2tzLiUyMEVzdGltYXRlJTIwdGhlJTIwdmlzaWJsZSUyMGFyZWElMkMlMjBjbG9zZXN0JTIwY2FtZXJhJTIwYW5nbGUlMkMlMjBtb3ZlbWVudCUyQyUyMGFuZCUyMG51bWJlciUyMG9mJTIwcmVzZXRzJTIwYmVmb3JlJTIwb3JkZXJpbmcuJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMlF1ZXN0aW9uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIybmFtZSUyMiUzQSUyMCUyMlNob3VsZCUyMEklMjBjYWxjdWxhdGUlMjBieSUyMGRvbGxhciUyMGFtb3VudCUyMG9yJTIwYnklMjBwaHlzaWNhbCUyMHNwYWNlJTNGJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIyYWNjZXB0ZWRBbnN3ZXIlMjIlM0ElMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjIlNDB0eXBlJTIyJTNBJTIwJTIyQW5zd2VyJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydGV4dCUyMiUzQSUyMCUyMkNhbGN1bGF0ZSUyMHRoZSUyMHBoeXNpY2FsJTIwYnVpbGQlMjBmaXJzdC4lMjBUaGUlMjBmaWN0aW9uYWwlMjBkb2xsYXIlMjB2YWx1ZSUyMG1hdHRlcnMlMjB0byUyMHRoZSUyMHN0b3J5JTJDJTIwYnV0JTIwcGh5c2ljYWwlMjBkaW1lbnNpb25zJTIwZGV0ZXJtaW5lJTIwaG93JTIwbWFueSUyMHN0YWNrcyUyMGZpbGwlMjB0aGUlMjBmcmFtZS4lMjBBZnRlciUyMHBsYW5uaW5nJTIwdGhlJTIwdmlzdWFsJTIwcXVhbnRpdHklMkMlMjBjaG9vc2UlMjBkZW5vbWluYXRpb25zJTIwdGhhdCUyMHN1cHBvcnQlMjB0aGUlMjBzY3JpcHRlZCUyMGFtb3VudC4lMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjIlNDB0eXBlJTIyJTNBJTIwJTIyUXVlc3Rpb24lMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjJuYW1lJTIyJTNBJTIwJTIySG93JTIwbWFueSUyMHByb3AlMjBtb25leSUyMHN0YWNrcyUyMGZpdCUyMGluJTIwYSUyMGJyaWVmY2FzZSUzRiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMmFjY2VwdGVkQW5zd2VyJTIyJTNBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMkFuc3dlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnRleHQlMjIlM0ElMjAlMjJJdCUyMGRlcGVuZHMlMjBvbiUyMHRoZSUyMGJyaWVmY2FzZSdzJTIwaW50ZXJpb3IlMjB3aWR0aCUyQyUyMGRlcHRoJTJDJTIwaGVpZ2h0JTJDJTIwc3RhY2slMjBvcmllbnRhdGlvbiUyQyUyMGFuZCUyMHdoZXRoZXIlMjB0aGUlMjBjYXNlJTIwbXVzdCUyMGJlJTIwY29tcGxldGVseSUyMGZpbGxlZC4lMjBBJTIwY2FtZXJhLWZhY2luZyUyMHRvcCUyMGxheWVyJTIwYW5kJTIwdmlzaWJsZSUyMGVkZ2VzJTIwbWF5JTIwcmVxdWlyZSUyMGZld2VyJTIwc3RhY2tzJTIwdGhhbiUyMGElMjBmdWxseSUyMHBhY2tlZCUyMGNhc2UuJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMlF1ZXN0aW9uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIybmFtZSUyMiUzQSUyMCUyMkhvdyUyMG11Y2glMjBwcm9wJTIwbW9uZXklMjBmaXRzJTIwaW4lMjBhJTIwZHVmZmVsJTIwYmFnJTNGJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIyYWNjZXB0ZWRBbnN3ZXIlMjIlM0ElMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjIlNDB0eXBlJTIyJTNBJTIwJTIyQW5zd2VyJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydGV4dCUyMiUzQSUyMCUyMkR1ZmZlbC1iYWclMjBxdWFudGl0eSUyMHZhcmllcyUyMGJ5JTIwYmFnJTIwc2l6ZSUyQyUyMGZpbGwlMjBkZXB0aCUyQyUyMG9wZW5pbmclMkMlMjBzaWRlJTIwcHJvZmlsZSUyQyUyMGFuZCUyMHdoZXRoZXIlMjB0aGUlMjBiYWclMjBpcyUyMGNhcnJpZWQlMjBvciUyMGR1bXBlZC4lMjBNYW55JTIwdmlzaWJsZSUyMGJhZyUyMHNjZW5lcyUyMGJlZ2luJTIwYXJvdW5kJTIwMzAlMjB0byUyMDEwMCUyMHN0YWNrcyUyQyUyMHdoaWxlJTIwbGFyZ2UlMjBvciUyMGZ1bGx5JTIwZW1wdGllZCUyMGJhZ3MlMjBtYXklMjBuZWVkJTIwc3Vic3RhbnRpYWxseSUyMG1vcmUuJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTdEJTJDJTBBJTIwJTIwJTIwJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMlF1ZXN0aW9uJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIybmFtZSUyMiUzQSUyMCUyMkRvJTIwd2lkZSUyMHNob3RzJTIwcmVxdWlyZSUyMG1vcmUlMjBwcm9wJTIwbW9uZXklM0YlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjJhY2NlcHRlZEFuc3dlciUyMiUzQSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJBbnN3ZXIlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ0ZXh0JTIyJTNBJTIwJTIyV2lkZSUyMHNob3RzJTIwdXN1YWxseSUyMHJldmVhbCUyMG1vcmUlMjBzdXJmYWNlJTIwYXJlYSUyQyUyMGRlcHRoJTJDJTIwZ2FwcyUyQyUyMGNvbnRhaW5lcnMlMkMlMjBhbmQlMjBzZXQlMjBkcmVzc2luZy4lMjBEZXRhaWxlZCUyMHN0YWNrcyUyMGNhbiUyMHJlbWFpbiUyMGluJTIwdGhlJTIwZm9yZWdyb3VuZCUyMHdoaWxlJTIwZWNvbm9taWNhbCUyMGZpbGxlciUyMGNyZWF0ZXMlMjBiYWNrZ3JvdW5kJTIwdm9sdW1lLiUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJRdWVzdGlvbiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMm5hbWUlMjIlM0ElMjAlMjJIb3clMjBtYW55JTIwbG9vc2UlMjBiaWxscyUyMGFyZSUyMG5lZWRlZCUyMGZvciUyMG1vbmV5JTIwcmFpbiUzRiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMmFjY2VwdGVkQW5zd2VyJTIyJTNBJTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIyJTQwdHlwZSUyMiUzQSUyMCUyMkFuc3dlciUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMnRleHQlMjIlM0ElMjAlMjJBJTIwc21hbGwlMjBjb250cm9sbGVkJTIwdG9zcyUyMG1heSUyMHVzZSUyMHNldmVyYWwlMjBodW5kcmVkJTIwYmlsbHMuJTIwQSUyMGRlbnNlJTIwcmFpbiUyQyUyMGxhcmdlJTIwZmxvb3IlMjBhcmVhJTJDJTIwbXVzaWMtdmlkZW8lMjBwZXJmb3JtYW5jZSUyQyUyMG9yJTIwcmVwZWF0ZWQlMjBhY3Rpb24lMjBtYXklMjByZXF1aXJlJTIwMSUyQzAwMCUyMHRvJTIwMiUyQzAwMCUyMGJpbGxzJTIwb3IlMjBtb3JlJTJDJTIwcGx1cyUyMGElMjBzdWJzdGFudGlhbCUyMHJlc2V0JTIwcmVzZXJ2ZS4lMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjIlNDB0eXBlJTIyJTNBJTIwJTIyUXVlc3Rpb24lMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjJuYW1lJTIyJTNBJTIwJTIyU2hvdWxkJTIwSSUyMG9yZGVyJTIwZXh0cmElMjBwcm9wJTIwbW9uZXklMjBmb3IlMjBtdWx0aXBsZSUyMHRha2VzJTNGJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIyYWNjZXB0ZWRBbnN3ZXIlMjIlM0ElMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjIlNDB0eXBlJTIyJTNBJTIwJTIyQW5zd2VyJTIyJTJDJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIydGV4dCUyMiUzQSUyMCUyMkNvbnRyb2xsZWQlMjBzdGFja3MlMjBtYXklMjBuZWVkJTIwYXBwcm94aW1hdGVseSUyMDEwJTIwdG8lMjAxNSUyMHBlcmNlbnQlMjBleHRyYSUyQyUyMHJlcGVhdGVkJTIwaGFuZGxpbmclMjBtYXklMjBuZWVkJTIwMTUlMjB0byUyMDI1JTIwcGVyY2VudCUyQyUyMGFuZCUyMHRocm93aW5nJTJDJTIwbW9uZXklMjBndW5zJTJDJTIwZmxvb3IlMjBzY2VuZXMlMkMlMjBvciUyMHJhaW4lMjBtYXklMjByZXF1aXJlJTIwMjUlMjB0byUyMDUwJTIwcGVyY2VudCUyMGV4dHJhJTIwb3IlMjBtb3JlLiUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJRdWVzdGlvbiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMm5hbWUlMjIlM0ElMjAlMjJXaGF0JTIwdHlwZSUyMG9mJTIwcHJvcCUyMG1vbmV5JTIwc2hvdWxkJTIwYmUlMjBjbG9zZXN0JTIwdG8lMjB0aGUlMjBjYW1lcmElM0YlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjJhY2NlcHRlZEFuc3dlciUyMiUzQSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJBbnN3ZXIlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ0ZXh0JTIyJTNBJTIwJTIyVXNlJTIwZGV0YWlsZWQlMkMlMjBjYW1lcmEtcmVhZHklMjBiaWxscyUyMG9yJTIwc3RhY2tzJTIwaW4lMjBmb3JlZ3JvdW5kJTIwcG9zaXRpb25zJTJDJTIwY2xvc2UlMjBoYW5kbGluZyUyQyUyMGluc2VydHMlMkMlMjBhbmQlMjBoZXJvJTIwYW5nbGVzLiUyMFVzZSUyMGJ1bGslMjBvciUyMGZpbGxlciUyMG9wdGlvbnMlMjBpbiUyMGhpZGRlbiUyMGxheWVycyUyQyUyMGNsb3NlZCUyMGJ1bmRsZXMlMkMlMjBhbmQlMjBkaXN0YW50JTIwYmFja2dyb3VuZCUyMGFyZWFzLiUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCU3RCUyQyUwQSUyMCUyMCUyMCUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJRdWVzdGlvbiUyMiUyQyUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMm5hbWUlMjIlM0ElMjAlMjJDYW4lMjB0aGUlMjBTdGFjayUyMFNpbXVsYXRvciUyMGVzdGltYXRlJTIwYSUyMGxhcmdlJTIwYnVpbGQlM0YlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjJhY2NlcHRlZEFuc3dlciUyMiUzQSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMiU0MHR5cGUlMjIlM0ElMjAlMjJBbnN3ZXIlMjIlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjJ0ZXh0JTIyJTNBJTIwJTIyVGhlJTIwUHJvcCUyME1vbmV5JTIwU3RhY2slMjBTaW11bGF0b3IlMjBjYW4lMjBoZWxwJTIwbW9kZWwlMjByb3dzJTJDJTIwbGF5ZXJzJTJDJTIwZGltZW5zaW9ucyUyQyUyMGFuZCUyMHN0YWNrJTIwcXVhbnRpdGllcy4lMjBJdCUyMGlzJTIwZXNwZWNpYWxseSUyMHVzZWZ1bCUyMGZvciUyMHRhYmxlcyUyQyUyMGNvbnRhaW5lcnMlMkMlMjBzaGVsdmVzJTJDJTIwd2FsbHMlMkMlMjBwYWxsZXRzJTJDJTIwYW5kJTIwb3RoZXIlMjBsYXJnZSUyMGxheW91dHMuJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTIwJTIwJTdEJTBBJTIwJTIwJTVEJTBBJTdEJTBB" data-encoded-attr-type="YXBwbGljYXRpb24lMkZsZCUyQmpzb24="></a></div>