seedandspark.com Open in urlscan Pro
2606:4700::6812:2f6  Public Scan

Submitted URL: https://seedandspark.com/fund/aydojac#story
Effective URL: https://seedandspark.com/fund/aydojac
Submission: On August 10 via manual from US — Scanned from US

Form analysis 74 forms found in the DOM

<form>
  <fieldset>
    <legend class="visuallyhidden">Consent Selection</legend>
    <div id="CybotCookiebotDialogBodyFieldsetInnerContainer">
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Necessary</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary"
            class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Preferences</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Statistics</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><strong
            class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
    </div>
  </fieldset>
</form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked"
    tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

GET /search

<form action="/search" method="get">
  <input x-ref="globalSearch" class="w-full border-0 border-transparent bg-transparent py-0 text-18 text-main-l3 focus:border-main-l1 focus:border-transparent focus:ring-0 dark:text-dark-fg-800 dark:placeholder-dark-fg-800" type="text" name="q"
    placeholder="Search">
</form>

Name: form-contributePOST /checkout

<form @submit.prevent="validateAmount($refs.amount.value, $refs.form); $nextTick(() => { $refs.amount.focus })" method="post" x-ref="form" name="form-contribute" class="space-y-6" id="form-contribute" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <div class="relative">
    <input type="hidden" name="campaign_id" value="49489">
    <div class="relative w-full">
      <span class="absolute right-3 top-3"></span>
      <label for="amount" class="sr-only"></label>
      <input type="number" name="amount" id="amount" x-ref="amount" required="required" pattern="[0-9]*"
        class="block w-full rounded-xl border-2 pb-2 pt-2.5 text-16 font-normal dark:placeholder-dark-fg-800 focus:border-primary-brand focus:ring-primary-brand dark:border-dark-fg-800 bg-transparent border-2 text-main-l3 border-main-o1 dark:border-dark-fg-800 dark:text-dark-fg-800 pl-5"
        placeholder="">
    </div>
    <span class="absolute top-3.5 left-2.5 text-main-l3 dark:text-dark-fg-800">$</span>
  </div>
  <div class="flex justify-center pb-3">
    <div class="font-avenir">
      <button type="submit" class="mb-2 box-border flex items-center justify-center gap-2 rounded-lg py-2 px-4 text-sm font-extrabold dark:white bg-secondary-ocean text-white"> Continue </button>
    </div>
  </div>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95225">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $10</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Project Updates, Mailing List, and Special Thanks </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/225/original/6567263ecee2eb9f.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive exclusive project updates, get on the mailing list, and be featured in the film's end credits.</p>
        <p><br></p>
        <p><em>Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from </em><a href="https://youtu.be/PgHtX5_CRPY?feature=shared" target="_blank"><em>The Untitled Rick Howard Project</em></a><em>, a behind-the-scenes look by filmmaker
            Lance Bangs about the making of Spike Jonze's </em><a href="https://letterboxd.com/film/her/" target="_blank"><em>Her (2013)</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95226">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $25</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Instagram Tag </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/226/original/0e76fd854a2a97e2.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a special Instagram Tag from the director himself (<a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>)! Plus the addition to a mailing list for updates and end credit "Special Thanks".</p>
        <p><br></p>
        <p><em>Still is from the underseen </em><a href="https://letterboxd.com/film/ocean-waves/" target="_blank"><em>Ocean Waves (1993)</em></a><em>. Filmmaker Tim Sarmiento imbues his work with the Studio Ghibli notions of the
          </em><a href="https://www.tandfonline.com/doi/full/10.1080/25723618.2019.1710941" target="_blank"><em>Romantic sublime</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95227">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $50</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Private Screening Link </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/227/original/d7e740b389aacd95.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score a private screening link to stream from your home. Plus the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still is from Céline Sciamma's </em><a href="https://letterboxd.com/film/portrait-of-a-lady-on-fire/" target="_blank"><em>Portrait of a Lady on Fire (2019)</em></a><em>. Sciamma is Sarmiento's contemporary, and like Sciamma, Sarmiento
            is influenced by the composition-heavy work of </em><a href="https://letterboxd.com/director/robert-bresson/" target="_blank"><em>Robert Bresson</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95228">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $75</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Digital Lookbook </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/228/original/4a81ba0b52bf3012.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Get a copy of the digital lookbook! Plus the private screening link, addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Shame on you if you don't know where this still is </em><a href="https://letterboxd.com/film/goodfellas/" target="_blank"><em>from</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95229">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $100</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">The Script </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/229/original/5a81225700135f03.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a digital copy of the film's script. Plus the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still source: Mike Leigh being depressed as he listens to Bennet Miller at Hollywood Reporter </em><a href="https://youtu.be/0xkh982zFm8?feature=shared&amp;t=1991" target="_blank"><em>Director's Roundtable</em></a><em> in 2015. Leigh's
          </em><a href="https://letterboxd.com/film/happy-go-lucky/" target="_blank"><em>Happy-Go-Lucky (2008)</em></a><em> is a huge influence on AYDOJAC.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95231">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $300</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Wrap Party Invite </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/231/original/466dedd153ff7116.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>For the hungry boy! This shot of Vicky Krieps making an omelette on the set of </em><a href="https://letterboxd.com/film/phantom-thread/" target="_blank"><em>Phantom Thread (2017)</em></a><em> is from a
          </em><a href="https://www.youtube.com/watch?v=4XBNGvN3DD4" target="_blank"><em>BTS bonus feature</em></a><em> set to unreleased demos from Radiohead guitarist and PTA composer Jonny Greenwood.</em></p>
      </div>
      <p class="mt-2 text-sm uppercase leading-7 dark:text-dark-fg-800"> Claimed: 1 of 40</p>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95232">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $500</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Essentials </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/232/original/60f6cc36f2642921.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Only the ESSENTIALS for you because you're a person of class. Get all the incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.</p>
        <p><br></p>
        <p><em>Still from Edward Yang's </em><a href="https://letterboxd.com/film/a-confucian-confusion/" target="_blank"><em>A Confucian Confusion (1994)</em></a><em>. Like Yang, Sarmiento frequently incorporates slapstick throughout his work.</em>
        </p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95233">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $1,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Associate Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/233/original/5904de0396678896.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p><u>Buy your way into the business</u>. Get recognized as an "Associate Producer" in the film's end credits. Plus everything from the other tiers!</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/staying-vertical/" target="_blank"><em>Staying Vertical (2016)</em></a><em> by the French filmmaker Alain Guiraudie. Guiraudie tells crazy stories, often inventing whole
            transgressive worlds built on impossible structures. In Staying Vertical, a screenwriter builds an entire life with a farmer's daughter and sleeps with her father, all while he procrastinates on his screenplay in a wholly transcendent
            experience. </em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95234">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $5,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Executive Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/234/original/d850368b9407fb16.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus all the other incentives.</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/the-kingdom-of-dreams-and-madness/" target="_blank"><em>The Kingdom of Dreams and Madness (2013)</em></a><em>. Producer Toshio Suzuki, pictured to the left of Hayao Miyazaki, has
            been producing films for Studio Ghibli since 1989's </em><a href="https://letterboxd.com/film/kikis-delivery-service/" target="_blank"><em>Kiki's Delivery Service</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95225">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $10</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Project Updates, Mailing List, and Special Thanks </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/225/original/6567263ecee2eb9f.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive exclusive project updates, get on the mailing list, and be featured in the film's end credits.</p>
        <p><br></p>
        <p><em>Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from </em><a href="https://youtu.be/PgHtX5_CRPY?feature=shared" target="_blank"><em>The Untitled Rick Howard Project</em></a><em>, a behind-the-scenes look by filmmaker
            Lance Bangs about the making of Spike Jonze's </em><a href="https://letterboxd.com/film/her/" target="_blank"><em>Her (2013)</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95226">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $25</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Instagram Tag </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/226/original/0e76fd854a2a97e2.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a special Instagram Tag from the director himself (<a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>)! Plus the addition to a mailing list for updates and end credit "Special Thanks".</p>
        <p><br></p>
        <p><em>Still is from the underseen </em><a href="https://letterboxd.com/film/ocean-waves/" target="_blank"><em>Ocean Waves (1993)</em></a><em>. Filmmaker Tim Sarmiento imbues his work with the Studio Ghibli notions of the
          </em><a href="https://www.tandfonline.com/doi/full/10.1080/25723618.2019.1710941" target="_blank"><em>Romantic sublime</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95227">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $50</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Private Screening Link </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/227/original/d7e740b389aacd95.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score a private screening link to stream from your home. Plus the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still is from Céline Sciamma's </em><a href="https://letterboxd.com/film/portrait-of-a-lady-on-fire/" target="_blank"><em>Portrait of a Lady on Fire (2019)</em></a><em>. Sciamma is Sarmiento's contemporary, and like Sciamma, Sarmiento
            is influenced by the composition-heavy work of </em><a href="https://letterboxd.com/director/robert-bresson/" target="_blank"><em>Robert Bresson</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95228">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $75</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Digital Lookbook </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/228/original/4a81ba0b52bf3012.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Get a copy of the digital lookbook! Plus the private screening link, addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Shame on you if you don't know where this still is </em><a href="https://letterboxd.com/film/goodfellas/" target="_blank"><em>from</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95229">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $100</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">The Script </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/229/original/5a81225700135f03.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a digital copy of the film's script. Plus the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still source: Mike Leigh being depressed as he listens to Bennet Miller at Hollywood Reporter </em><a href="https://youtu.be/0xkh982zFm8?feature=shared&amp;t=1991" target="_blank"><em>Director's Roundtable</em></a><em> in 2015. Leigh's
          </em><a href="https://letterboxd.com/film/happy-go-lucky/" target="_blank"><em>Happy-Go-Lucky (2008)</em></a><em> is a huge influence on AYDOJAC.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95231">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $300</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Wrap Party Invite </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/231/original/466dedd153ff7116.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>For the hungry boy! This shot of Vicky Krieps making an omelette on the set of </em><a href="https://letterboxd.com/film/phantom-thread/" target="_blank"><em>Phantom Thread (2017)</em></a><em> is from a
          </em><a href="https://www.youtube.com/watch?v=4XBNGvN3DD4" target="_blank"><em>BTS bonus feature</em></a><em> set to unreleased demos from Radiohead guitarist and PTA composer Jonny Greenwood.</em></p>
      </div>
      <p class="mt-2 text-sm uppercase leading-7 dark:text-dark-fg-800"> Claimed: 1 of 40</p>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95232">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $500</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Essentials </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/232/original/60f6cc36f2642921.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Only the ESSENTIALS for you because you're a person of class. Get all the incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.</p>
        <p><br></p>
        <p><em>Still from Edward Yang's </em><a href="https://letterboxd.com/film/a-confucian-confusion/" target="_blank"><em>A Confucian Confusion (1994)</em></a><em>. Like Yang, Sarmiento frequently incorporates slapstick throughout his work.</em>
        </p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95233">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $1,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Associate Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/233/original/5904de0396678896.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p><u>Buy your way into the business</u>. Get recognized as an "Associate Producer" in the film's end credits. Plus everything from the other tiers!</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/staying-vertical/" target="_blank"><em>Staying Vertical (2016)</em></a><em> by the French filmmaker Alain Guiraudie. Guiraudie tells crazy stories, often inventing whole
            transgressive worlds built on impossible structures. In Staying Vertical, a screenwriter builds an entire life with a farmer's daughter and sleeps with her father, all while he procrastinates on his screenplay in a wholly transcendent
            experience. </em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95234">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $5,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Executive Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/234/original/d850368b9407fb16.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus all the other incentives.</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/the-kingdom-of-dreams-and-madness/" target="_blank"><em>The Kingdom of Dreams and Madness (2013)</em></a><em>. Producer Toshio Suzuki, pictured to the left of Hayao Miyazaki, has
            been producing films for Studio Ghibli since 1989's </em><a href="https://letterboxd.com/film/kikis-delivery-service/" target="_blank"><em>Kiki's Delivery Service</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

/checkout

<form action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <div x-data="{ open:  }">
    <template x-if="open">
      <div x-on:keydown.escape="open = false" role="dialog" aria-modal="true" x-id="['pledge-loan-modal']" :aria-labelledby="$id('pledge-loan-modal')" class="fixed inset-0 z-10 overflow-y-auto backdrop-blur-sm backdrop-filter">
        <!-- Overlay -->
        <div x-show="open" x-transition.opacity="" class="fixed inset-0 bg-black bg-opacity-50"></div>
        <!-- Panel -->
        <div x-on:click="false ? open = false : () => null" x-transition="" class="relative min-h-screen items-center justify-center tab:flex tab:p-4">
          <div x-trap.noscroll.inert="open" class="relative w-full max-w-2xl overflow-y-auto bg-white shadow-lg dark:bg-dark-bg-900 dark:text-white tab:rounded-xl">
            <!-- Header -->
            <div :id="$id('pledge-loan-modal')">
              <div class="flex items-center justify-between border-b px-6 py-2 dark:border-dark-fg-500">
                <h2 class="p-2 text-base font-bold capitalize text-main-default dark:text-dark-fg-900">
                  <span x-show="action === 'pledge'"> Make a pledge </span>
                  <span x-show="action === 'loan'"> Make a loan or gift toward this campaign! </span>
                </h2>
                <button x-on:click="open = false" type="button" x-init="$el.focus()">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 stroke-main-l1 dark:stroke-dark-fg-800">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M9.75 9.75l4.5 4.5m0-4.5l-4.5 4.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                  </svg>
                  <span class="sr-only">Close modal</span>
                </button>
              </div>
            </div>
            <!-- Body -->
            <div class="p-6">
              <div x-show="action === 'pledge'" class="space-y-5 border-b dark:border-slate-700 pb-8">
                <p class="text-18 font-extrabold text-main-default dark:text-dark-fg-900"> How much would you like to pledge? </p>
                <div class="relative">
                  <span class="absolute top-3.5 left-3">$</span>
                  <input type="hidden" name="campaign_id" value="49489">
                  <input type="hidden" name="product_id" value="92606">
                  <div class="relative w-full">
                    <span class="absolute right-3 top-3"></span>
                    <label for="amount" class="sr-only"></label>
                    <input type="number" name="amount" id="amount" required="required" pattern="[0-9]*" aria-required="true"
                      class="block w-full rounded-xl border-2 pb-2 pt-2.5 text-16 font-normal dark:placeholder-dark-fg-800 focus:border-primary-brand focus:ring-primary-brand dark:border-dark-fg-800 bg-transparent border-2 text-main-l3 border-main-o1 dark:border-dark-fg-800 dark:text-dark-fg-800 bg-transparent pl-6"
                      placeholder="">
                  </div>
                </div>
              </div>
              <div x-show="action === 'loan'" class="space-y-5 border-b dark:border-slate-700 pb-8">
                <div class="space-y-2">
                  <p class="text-18 font-extrabold text-main-default dark:text-dark-fg-900" x-text="selectedWishlist.title">
                  </p>
                  <p class="text-main-default dark:text-dark-fg-800"> Describe in a few sentences the goods or services you're offering. Be sure to include your email so the filmmaker can get in touch with you about details: </p>
                </div>
                <div class="relative w-full">
                  <span class="absolute right-3 top-1.5"></span>
                  <label for="message" class="sr-only"></label>
                  <textarea name="message" id="message" x-model.lazy="message" aria-required="true"
                    class="block w-full rounded-xl border-2 py-2 text-16 font-normal dark:placeholder-dark-fg-800 focus:border-primary-brand focus:ring-primary-brand dark:border-dark-fg-800 bg-transparent border-2 text-main-l3 border-main-o1 dark:border-dark-fg-800 dark:text-dark-fg-800 bg-transparent"
                    placeholder="" rows="3">    </textarea>
                  <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
                </div>
                <div class="relative flex items-center">
                  <div class="flex items-center">
                    <input id="anonymous" x-model.lazy="anonymous" aria-describedby="anonymous-description" name="anonymous" type="checkbox"
                      class="cursor-pointer h-6 w-6 rounded-lg border-2 border-main-o1 bg-transparent checked:bg-primary-brand hover:checked:bg-primary-brand focus:ring-primary-brand focus:checked:bg-primary-brand">
                  </div>
                  <div class="ml-3 text-sm">
                    <label for="anonymous" class="cursor-pointer text-14 font-medium text-main-l3 dark:text-white"> Display my name on the campaign page. </label>
                  </div>
                </div>
              </div>
            </div>
            <!-- Footer -->
            <div class="space-x-2 p-6">
              <div class="flex flex-row justify-end">
                <div class="font-avenir">
                  <button x-on:click="requestLoan" x-show="action === 'loan'" type="button" class="mb-2 box-border flex items-center justify-center gap-2 rounded-lg py-2 px-4 text-sm font-extrabold bg-secondary-ocean text-main-l1 dark:text-main-l1">
                    Submit </button>
                </div>
                <div class="font-avenir">
                  <button x-show="action === 'pledge'" type="submit" class="mb-2 box-border flex items-center justify-center gap-2 rounded-lg py-2 px-4 text-sm font-extrabold bg-secondary-ocean text-main-l1 dark:text-main-l1"> Submit </button>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </template>
  </div>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95225">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $10</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Project Updates, Mailing List, and Special Thanks </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/225/original/6567263ecee2eb9f.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive exclusive project updates, get on the mailing list, and be featured in the film's end credits.</p>
        <p><br></p>
        <p><em>Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from </em><a href="https://youtu.be/PgHtX5_CRPY?feature=shared" target="_blank"><em>The Untitled Rick Howard Project</em></a><em>, a behind-the-scenes look by filmmaker
            Lance Bangs about the making of Spike Jonze's </em><a href="https://letterboxd.com/film/her/" target="_blank"><em>Her (2013)</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95226">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $25</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Instagram Tag </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/226/original/0e76fd854a2a97e2.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a special Instagram Tag from the director himself (<a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>)! Plus the addition to a mailing list for updates and end credit "Special Thanks".</p>
        <p><br></p>
        <p><em>Still is from the underseen </em><a href="https://letterboxd.com/film/ocean-waves/" target="_blank"><em>Ocean Waves (1993)</em></a><em>. Filmmaker Tim Sarmiento imbues his work with the Studio Ghibli notions of the
          </em><a href="https://www.tandfonline.com/doi/full/10.1080/25723618.2019.1710941" target="_blank"><em>Romantic sublime</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95227">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $50</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Private Screening Link </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/227/original/d7e740b389aacd95.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score a private screening link to stream from your home. Plus the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still is from Céline Sciamma's </em><a href="https://letterboxd.com/film/portrait-of-a-lady-on-fire/" target="_blank"><em>Portrait of a Lady on Fire (2019)</em></a><em>. Sciamma is Sarmiento's contemporary, and like Sciamma, Sarmiento
            is influenced by the composition-heavy work of </em><a href="https://letterboxd.com/director/robert-bresson/" target="_blank"><em>Robert Bresson</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95228">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $75</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Digital Lookbook </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/228/original/4a81ba0b52bf3012.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Get a copy of the digital lookbook! Plus the private screening link, addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Shame on you if you don't know where this still is </em><a href="https://letterboxd.com/film/goodfellas/" target="_blank"><em>from</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95229">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $100</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">The Script </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/229/original/5a81225700135f03.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a digital copy of the film's script. Plus the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still source: Mike Leigh being depressed as he listens to Bennet Miller at Hollywood Reporter </em><a href="https://youtu.be/0xkh982zFm8?feature=shared&amp;t=1991" target="_blank"><em>Director's Roundtable</em></a><em> in 2015. Leigh's
          </em><a href="https://letterboxd.com/film/happy-go-lucky/" target="_blank"><em>Happy-Go-Lucky (2008)</em></a><em> is a huge influence on AYDOJAC.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95231">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $300</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Wrap Party Invite </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/231/original/466dedd153ff7116.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>For the hungry boy! This shot of Vicky Krieps making an omelette on the set of </em><a href="https://letterboxd.com/film/phantom-thread/" target="_blank"><em>Phantom Thread (2017)</em></a><em> is from a
          </em><a href="https://www.youtube.com/watch?v=4XBNGvN3DD4" target="_blank"><em>BTS bonus feature</em></a><em> set to unreleased demos from Radiohead guitarist and PTA composer Jonny Greenwood.</em></p>
      </div>
      <p class="mt-2 text-sm uppercase leading-7 dark:text-dark-fg-800"> Claimed: 1 of 40</p>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95232">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $500</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Essentials </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/232/original/60f6cc36f2642921.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Only the ESSENTIALS for you because you're a person of class. Get all the incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.</p>
        <p><br></p>
        <p><em>Still from Edward Yang's </em><a href="https://letterboxd.com/film/a-confucian-confusion/" target="_blank"><em>A Confucian Confusion (1994)</em></a><em>. Like Yang, Sarmiento frequently incorporates slapstick throughout his work.</em>
        </p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95233">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $1,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Associate Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/233/original/5904de0396678896.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p><u>Buy your way into the business</u>. Get recognized as an "Associate Producer" in the film's end credits. Plus everything from the other tiers!</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/staying-vertical/" target="_blank"><em>Staying Vertical (2016)</em></a><em> by the French filmmaker Alain Guiraudie. Guiraudie tells crazy stories, often inventing whole
            transgressive worlds built on impossible structures. In Staying Vertical, a screenwriter builds an entire life with a farmer's daughter and sleeps with her father, all while he procrastinates on his screenplay in a wholly transcendent
            experience. </em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95234">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $5,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Executive Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/234/original/d850368b9407fb16.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus all the other incentives.</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/the-kingdom-of-dreams-and-madness/" target="_blank"><em>The Kingdom of Dreams and Madness (2013)</em></a><em>. Producer Toshio Suzuki, pictured to the left of Hayao Miyazaki, has
            been producing films for Studio Ghibli since 1989's </em><a href="https://letterboxd.com/film/kikis-delivery-service/" target="_blank"><em>Kiki's Delivery Service</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95225">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $10</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Project Updates, Mailing List, and Special Thanks </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/225/original/6567263ecee2eb9f.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive exclusive project updates, get on the mailing list, and be featured in the film's end credits.</p>
        <p><br></p>
        <p><em>Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from </em><a href="https://youtu.be/PgHtX5_CRPY?feature=shared" target="_blank"><em>The Untitled Rick Howard Project</em></a><em>, a behind-the-scenes look by filmmaker
            Lance Bangs about the making of Spike Jonze's </em><a href="https://letterboxd.com/film/her/" target="_blank"><em>Her (2013)</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95226">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $25</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Instagram Tag </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/226/original/0e76fd854a2a97e2.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a special Instagram Tag from the director himself (<a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>)! Plus the addition to a mailing list for updates and end credit "Special Thanks".</p>
        <p><br></p>
        <p><em>Still is from the underseen </em><a href="https://letterboxd.com/film/ocean-waves/" target="_blank"><em>Ocean Waves (1993)</em></a><em>. Filmmaker Tim Sarmiento imbues his work with the Studio Ghibli notions of the
          </em><a href="https://www.tandfonline.com/doi/full/10.1080/25723618.2019.1710941" target="_blank"><em>Romantic sublime</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95227">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $50</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Private Screening Link </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/227/original/d7e740b389aacd95.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score a private screening link to stream from your home. Plus the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still is from Céline Sciamma's </em><a href="https://letterboxd.com/film/portrait-of-a-lady-on-fire/" target="_blank"><em>Portrait of a Lady on Fire (2019)</em></a><em>. Sciamma is Sarmiento's contemporary, and like Sciamma, Sarmiento
            is influenced by the composition-heavy work of </em><a href="https://letterboxd.com/director/robert-bresson/" target="_blank"><em>Robert Bresson</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95228">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $75</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Digital Lookbook </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/228/original/4a81ba0b52bf3012.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Get a copy of the digital lookbook! Plus the private screening link, addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Shame on you if you don't know where this still is </em><a href="https://letterboxd.com/film/goodfellas/" target="_blank"><em>from</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95229">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $100</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">The Script </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/229/original/5a81225700135f03.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a digital copy of the film's script. Plus the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still source: Mike Leigh being depressed as he listens to Bennet Miller at Hollywood Reporter </em><a href="https://youtu.be/0xkh982zFm8?feature=shared&amp;t=1991" target="_blank"><em>Director's Roundtable</em></a><em> in 2015. Leigh's
          </em><a href="https://letterboxd.com/film/happy-go-lucky/" target="_blank"><em>Happy-Go-Lucky (2008)</em></a><em> is a huge influence on AYDOJAC.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95231">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $300</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Wrap Party Invite </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/231/original/466dedd153ff7116.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>For the hungry boy! This shot of Vicky Krieps making an omelette on the set of </em><a href="https://letterboxd.com/film/phantom-thread/" target="_blank"><em>Phantom Thread (2017)</em></a><em> is from a
          </em><a href="https://www.youtube.com/watch?v=4XBNGvN3DD4" target="_blank"><em>BTS bonus feature</em></a><em> set to unreleased demos from Radiohead guitarist and PTA composer Jonny Greenwood.</em></p>
      </div>
      <p class="mt-2 text-sm uppercase leading-7 dark:text-dark-fg-800"> Claimed: 1 of 40</p>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95232">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $500</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Essentials </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/232/original/60f6cc36f2642921.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Only the ESSENTIALS for you because you're a person of class. Get all the incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.</p>
        <p><br></p>
        <p><em>Still from Edward Yang's </em><a href="https://letterboxd.com/film/a-confucian-confusion/" target="_blank"><em>A Confucian Confusion (1994)</em></a><em>. Like Yang, Sarmiento frequently incorporates slapstick throughout his work.</em>
        </p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95233">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $1,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Associate Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/233/original/5904de0396678896.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p><u>Buy your way into the business</u>. Get recognized as an "Associate Producer" in the film's end credits. Plus everything from the other tiers!</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/staying-vertical/" target="_blank"><em>Staying Vertical (2016)</em></a><em> by the French filmmaker Alain Guiraudie. Guiraudie tells crazy stories, often inventing whole
            transgressive worlds built on impossible structures. In Staying Vertical, a screenwriter builds an entire life with a farmer's daughter and sleeps with her father, all while he procrastinates on his screenplay in a wholly transcendent
            experience. </em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95234">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $5,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Executive Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/234/original/d850368b9407fb16.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus all the other incentives.</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/the-kingdom-of-dreams-and-madness/" target="_blank"><em>The Kingdom of Dreams and Madness (2013)</em></a><em>. Producer Toshio Suzuki, pictured to the left of Hayao Miyazaki, has
            been producing films for Studio Ghibli since 1989's </em><a href="https://letterboxd.com/film/kikis-delivery-service/" target="_blank"><em>Kiki's Delivery Service</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95225">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $10</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Project Updates, Mailing List, and Special Thanks </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/225/original/6567263ecee2eb9f.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive exclusive project updates, get on the mailing list, and be featured in the film's end credits.</p>
        <p><br></p>
        <p><em>Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from </em><a href="https://youtu.be/PgHtX5_CRPY?feature=shared" target="_blank"><em>The Untitled Rick Howard Project</em></a><em>, a behind-the-scenes look by filmmaker
            Lance Bangs about the making of Spike Jonze's </em><a href="https://letterboxd.com/film/her/" target="_blank"><em>Her (2013)</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95226">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $25</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Instagram Tag </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/226/original/0e76fd854a2a97e2.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a special Instagram Tag from the director himself (<a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>)! Plus the addition to a mailing list for updates and end credit "Special Thanks".</p>
        <p><br></p>
        <p><em>Still is from the underseen </em><a href="https://letterboxd.com/film/ocean-waves/" target="_blank"><em>Ocean Waves (1993)</em></a><em>. Filmmaker Tim Sarmiento imbues his work with the Studio Ghibli notions of the
          </em><a href="https://www.tandfonline.com/doi/full/10.1080/25723618.2019.1710941" target="_blank"><em>Romantic sublime</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95227">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $50</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Private Screening Link </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/227/original/d7e740b389aacd95.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score a private screening link to stream from your home. Plus the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still is from Céline Sciamma's </em><a href="https://letterboxd.com/film/portrait-of-a-lady-on-fire/" target="_blank"><em>Portrait of a Lady on Fire (2019)</em></a><em>. Sciamma is Sarmiento's contemporary, and like Sciamma, Sarmiento
            is influenced by the composition-heavy work of </em><a href="https://letterboxd.com/director/robert-bresson/" target="_blank"><em>Robert Bresson</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95228">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $75</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Digital Lookbook </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/228/original/4a81ba0b52bf3012.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Get a copy of the digital lookbook! Plus the private screening link, addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Shame on you if you don't know where this still is </em><a href="https://letterboxd.com/film/goodfellas/" target="_blank"><em>from</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95229">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $100</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">The Script </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/229/original/5a81225700135f03.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a digital copy of the film's script. Plus the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still source: Mike Leigh being depressed as he listens to Bennet Miller at Hollywood Reporter </em><a href="https://youtu.be/0xkh982zFm8?feature=shared&amp;t=1991" target="_blank"><em>Director's Roundtable</em></a><em> in 2015. Leigh's
          </em><a href="https://letterboxd.com/film/happy-go-lucky/" target="_blank"><em>Happy-Go-Lucky (2008)</em></a><em> is a huge influence on AYDOJAC.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95231">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $300</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Wrap Party Invite </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/231/original/466dedd153ff7116.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>For the hungry boy! This shot of Vicky Krieps making an omelette on the set of </em><a href="https://letterboxd.com/film/phantom-thread/" target="_blank"><em>Phantom Thread (2017)</em></a><em> is from a
          </em><a href="https://www.youtube.com/watch?v=4XBNGvN3DD4" target="_blank"><em>BTS bonus feature</em></a><em> set to unreleased demos from Radiohead guitarist and PTA composer Jonny Greenwood.</em></p>
      </div>
      <p class="mt-2 text-sm uppercase leading-7 dark:text-dark-fg-800"> Claimed: 1 of 40</p>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95232">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $500</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Essentials </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/232/original/60f6cc36f2642921.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Only the ESSENTIALS for you because you're a person of class. Get all the incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.</p>
        <p><br></p>
        <p><em>Still from Edward Yang's </em><a href="https://letterboxd.com/film/a-confucian-confusion/" target="_blank"><em>A Confucian Confusion (1994)</em></a><em>. Like Yang, Sarmiento frequently incorporates slapstick throughout his work.</em>
        </p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95233">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $1,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Associate Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/233/original/5904de0396678896.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p><u>Buy your way into the business</u>. Get recognized as an "Associate Producer" in the film's end credits. Plus everything from the other tiers!</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/staying-vertical/" target="_blank"><em>Staying Vertical (2016)</em></a><em> by the French filmmaker Alain Guiraudie. Guiraudie tells crazy stories, often inventing whole
            transgressive worlds built on impossible structures. In Staying Vertical, a screenwriter builds an entire life with a farmer's daughter and sleeps with her father, all while he procrastinates on his screenplay in a wholly transcendent
            experience. </em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95234">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $5,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Executive Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/234/original/d850368b9407fb16.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus all the other incentives.</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/the-kingdom-of-dreams-and-madness/" target="_blank"><em>The Kingdom of Dreams and Madness (2013)</em></a><em>. Producer Toshio Suzuki, pictured to the left of Hayao Miyazaki, has
            been producing films for Studio Ghibli since 1989's </em><a href="https://letterboxd.com/film/kikis-delivery-service/" target="_blank"><em>Kiki's Delivery Service</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95225">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $10</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Project Updates, Mailing List, and Special Thanks </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/225/original/6567263ecee2eb9f.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive exclusive project updates, get on the mailing list, and be featured in the film's end credits.</p>
        <p><br></p>
        <p><em>Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from </em><a href="https://youtu.be/PgHtX5_CRPY?feature=shared" target="_blank"><em>The Untitled Rick Howard Project</em></a><em>, a behind-the-scenes look by filmmaker
            Lance Bangs about the making of Spike Jonze's </em><a href="https://letterboxd.com/film/her/" target="_blank"><em>Her (2013)</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95226">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $25</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Instagram Tag </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/226/original/0e76fd854a2a97e2.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a special Instagram Tag from the director himself (<a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>)! Plus the addition to a mailing list for updates and end credit "Special Thanks".</p>
        <p><br></p>
        <p><em>Still is from the underseen </em><a href="https://letterboxd.com/film/ocean-waves/" target="_blank"><em>Ocean Waves (1993)</em></a><em>. Filmmaker Tim Sarmiento imbues his work with the Studio Ghibli notions of the
          </em><a href="https://www.tandfonline.com/doi/full/10.1080/25723618.2019.1710941" target="_blank"><em>Romantic sublime</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95227">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $50</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Private Screening Link </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/227/original/d7e740b389aacd95.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score a private screening link to stream from your home. Plus the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still is from Céline Sciamma's </em><a href="https://letterboxd.com/film/portrait-of-a-lady-on-fire/" target="_blank"><em>Portrait of a Lady on Fire (2019)</em></a><em>. Sciamma is Sarmiento's contemporary, and like Sciamma, Sarmiento
            is influenced by the composition-heavy work of </em><a href="https://letterboxd.com/director/robert-bresson/" target="_blank"><em>Robert Bresson</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95228">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $75</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Digital Lookbook </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/228/original/4a81ba0b52bf3012.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Get a copy of the digital lookbook! Plus the private screening link, addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Shame on you if you don't know where this still is </em><a href="https://letterboxd.com/film/goodfellas/" target="_blank"><em>from</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95229">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $100</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">The Script </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/229/original/5a81225700135f03.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a digital copy of the film's script. Plus the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still source: Mike Leigh being depressed as he listens to Bennet Miller at Hollywood Reporter </em><a href="https://youtu.be/0xkh982zFm8?feature=shared&amp;t=1991" target="_blank"><em>Director's Roundtable</em></a><em> in 2015. Leigh's
          </em><a href="https://letterboxd.com/film/happy-go-lucky/" target="_blank"><em>Happy-Go-Lucky (2008)</em></a><em> is a huge influence on AYDOJAC.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95231">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $300</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Wrap Party Invite </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/231/original/466dedd153ff7116.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>For the hungry boy! This shot of Vicky Krieps making an omelette on the set of </em><a href="https://letterboxd.com/film/phantom-thread/" target="_blank"><em>Phantom Thread (2017)</em></a><em> is from a
          </em><a href="https://www.youtube.com/watch?v=4XBNGvN3DD4" target="_blank"><em>BTS bonus feature</em></a><em> set to unreleased demos from Radiohead guitarist and PTA composer Jonny Greenwood.</em></p>
      </div>
      <p class="mt-2 text-sm uppercase leading-7 dark:text-dark-fg-800"> Claimed: 1 of 40</p>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95232">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $500</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Essentials </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/232/original/60f6cc36f2642921.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Only the ESSENTIALS for you because you're a person of class. Get all the incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.</p>
        <p><br></p>
        <p><em>Still from Edward Yang's </em><a href="https://letterboxd.com/film/a-confucian-confusion/" target="_blank"><em>A Confucian Confusion (1994)</em></a><em>. Like Yang, Sarmiento frequently incorporates slapstick throughout his work.</em>
        </p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95233">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $1,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Associate Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/233/original/5904de0396678896.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p><u>Buy your way into the business</u>. Get recognized as an "Associate Producer" in the film's end credits. Plus everything from the other tiers!</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/staying-vertical/" target="_blank"><em>Staying Vertical (2016)</em></a><em> by the French filmmaker Alain Guiraudie. Guiraudie tells crazy stories, often inventing whole
            transgressive worlds built on impossible structures. In Staying Vertical, a screenwriter builds an entire life with a farmer's daughter and sleeps with her father, all while he procrastinates on his screenplay in a wholly transcendent
            experience. </em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95234">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $5,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Executive Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/234/original/d850368b9407fb16.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus all the other incentives.</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/the-kingdom-of-dreams-and-madness/" target="_blank"><em>The Kingdom of Dreams and Madness (2013)</em></a><em>. Producer Toshio Suzuki, pictured to the left of Hayao Miyazaki, has
            been producing films for Studio Ghibli since 1989's </em><a href="https://letterboxd.com/film/kikis-delivery-service/" target="_blank"><em>Kiki's Delivery Service</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

/checkout

<form action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <div x-data="{ open:  }">
    <template x-if="open">
      <div x-on:keydown.escape="open = false" role="dialog" aria-modal="true" x-id="['pledge-loan-modal']" :aria-labelledby="$id('pledge-loan-modal')" class="fixed inset-0 z-10 overflow-y-auto backdrop-blur-sm backdrop-filter">
        <!-- Overlay -->
        <div x-show="open" x-transition.opacity="" class="fixed inset-0 bg-black bg-opacity-50"></div>
        <!-- Panel -->
        <div x-on:click="false ? open = false : () => null" x-transition="" class="relative min-h-screen items-center justify-center tab:flex tab:p-4">
          <div x-trap.noscroll.inert="open" class="relative w-full max-w-2xl overflow-y-auto bg-white shadow-lg dark:bg-dark-bg-900 dark:text-white tab:rounded-xl">
            <!-- Header -->
            <div :id="$id('pledge-loan-modal')">
              <div class="flex items-center justify-between border-b px-6 py-2 dark:border-dark-fg-500">
                <h2 class="p-2 text-base font-bold capitalize text-main-default dark:text-dark-fg-900">
                  <span x-show="action === 'pledge'"> Make a pledge </span>
                  <span x-show="action === 'loan'"> Make a loan or gift toward this campaign! </span>
                </h2>
                <button x-on:click="open = false" type="button" x-init="$el.focus()">
                  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 stroke-main-l1 dark:stroke-dark-fg-800">
                    <path stroke-linecap="round" stroke-linejoin="round" d="M9.75 9.75l4.5 4.5m0-4.5l-4.5 4.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
                  </svg>
                  <span class="sr-only">Close modal</span>
                </button>
              </div>
            </div>
            <!-- Body -->
            <div class="p-6">
              <div x-show="action === 'pledge'" class="space-y-5 border-b dark:border-slate-700 pb-8">
                <p class="text-18 font-extrabold text-main-default dark:text-dark-fg-900"> How much would you like to pledge? </p>
                <div class="relative">
                  <span class="absolute top-3.5 left-3">$</span>
                  <input type="hidden" name="campaign_id" value="49489">
                  <input type="hidden" name="product_id" value="92606">
                  <div class="relative w-full">
                    <span class="absolute right-3 top-3"></span>
                    <label for="amount" class="sr-only"></label>
                    <input type="number" name="amount" id="amount" required="required" pattern="[0-9]*" aria-required="true"
                      class="block w-full rounded-xl border-2 pb-2 pt-2.5 text-16 font-normal dark:placeholder-dark-fg-800 focus:border-primary-brand focus:ring-primary-brand dark:border-dark-fg-800 bg-transparent border-2 text-main-l3 border-main-o1 dark:border-dark-fg-800 dark:text-dark-fg-800 bg-transparent pl-6"
                      placeholder="">
                  </div>
                </div>
              </div>
              <div x-show="action === 'loan'" class="space-y-5 border-b dark:border-slate-700 pb-8">
                <div class="space-y-2">
                  <p class="text-18 font-extrabold text-main-default dark:text-dark-fg-900" x-text="selectedWishlist.title">
                  </p>
                  <p class="text-main-default dark:text-dark-fg-800"> Describe in a few sentences the goods or services you're offering. Be sure to include your email so the filmmaker can get in touch with you about details: </p>
                </div>
                <div class="relative w-full">
                  <span class="absolute right-3 top-1.5"></span>
                  <label for="message" class="sr-only"></label>
                  <textarea name="message" id="message" x-model.lazy="message" aria-required="true"
                    class="block w-full rounded-xl border-2 py-2 text-16 font-normal dark:placeholder-dark-fg-800 focus:border-primary-brand focus:ring-primary-brand dark:border-dark-fg-800 bg-transparent border-2 text-main-l3 border-main-o1 dark:border-dark-fg-800 dark:text-dark-fg-800 bg-transparent"
                    placeholder="" rows="3">    </textarea>
                  <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
                </div>
                <div class="relative flex items-center">
                  <div class="flex items-center">
                    <input id="anonymous" x-model.lazy="anonymous" aria-describedby="anonymous-description" name="anonymous" type="checkbox"
                      class="cursor-pointer h-6 w-6 rounded-lg border-2 border-main-o1 bg-transparent checked:bg-primary-brand hover:checked:bg-primary-brand focus:ring-primary-brand focus:checked:bg-primary-brand">
                  </div>
                  <div class="ml-3 text-sm">
                    <label for="anonymous" class="cursor-pointer text-14 font-medium text-main-l3 dark:text-white"> Display my name on the campaign page. </label>
                  </div>
                </div>
              </div>
            </div>
            <!-- Footer -->
            <div class="space-x-2 p-6">
              <div class="flex flex-row justify-end">
                <div class="font-avenir">
                  <button x-on:click="requestLoan" x-show="action === 'loan'" type="button" class="mb-2 box-border flex items-center justify-center gap-2 rounded-lg py-2 px-4 text-sm font-extrabold bg-secondary-ocean text-main-l1 dark:text-main-l1">
                    Submit </button>
                </div>
                <div class="font-avenir">
                  <button x-show="action === 'pledge'" type="submit" class="mb-2 box-border flex items-center justify-center gap-2 rounded-lg py-2 px-4 text-sm font-extrabold bg-secondary-ocean text-main-l1 dark:text-main-l1"> Submit </button>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </template>
  </div>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95225">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $10</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Project Updates, Mailing List, and Special Thanks </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/225/original/6567263ecee2eb9f.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive exclusive project updates, get on the mailing list, and be featured in the film's end credits.</p>
        <p><br></p>
        <p><em>Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from </em><a href="https://youtu.be/PgHtX5_CRPY?feature=shared" target="_blank"><em>The Untitled Rick Howard Project</em></a><em>, a behind-the-scenes look by filmmaker
            Lance Bangs about the making of Spike Jonze's </em><a href="https://letterboxd.com/film/her/" target="_blank"><em>Her (2013)</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95226">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $25</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Instagram Tag </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/226/original/0e76fd854a2a97e2.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a special Instagram Tag from the director himself (<a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>)! Plus the addition to a mailing list for updates and end credit "Special Thanks".</p>
        <p><br></p>
        <p><em>Still is from the underseen </em><a href="https://letterboxd.com/film/ocean-waves/" target="_blank"><em>Ocean Waves (1993)</em></a><em>. Filmmaker Tim Sarmiento imbues his work with the Studio Ghibli notions of the
          </em><a href="https://www.tandfonline.com/doi/full/10.1080/25723618.2019.1710941" target="_blank"><em>Romantic sublime</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95227">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $50</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Private Screening Link </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/227/original/d7e740b389aacd95.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score a private screening link to stream from your home. Plus the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still is from Céline Sciamma's </em><a href="https://letterboxd.com/film/portrait-of-a-lady-on-fire/" target="_blank"><em>Portrait of a Lady on Fire (2019)</em></a><em>. Sciamma is Sarmiento's contemporary, and like Sciamma, Sarmiento
            is influenced by the composition-heavy work of </em><a href="https://letterboxd.com/director/robert-bresson/" target="_blank"><em>Robert Bresson</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95228">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $75</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Digital Lookbook </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/228/original/4a81ba0b52bf3012.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Get a copy of the digital lookbook! Plus the private screening link, addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Shame on you if you don't know where this still is </em><a href="https://letterboxd.com/film/goodfellas/" target="_blank"><em>from</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95229">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $100</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">The Script </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/229/original/5a81225700135f03.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Receive a digital copy of the film's script. Plus the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>Still source: Mike Leigh being depressed as he listens to Bennet Miller at Hollywood Reporter </em><a href="https://youtu.be/0xkh982zFm8?feature=shared&amp;t=1991" target="_blank"><em>Director's Roundtable</em></a><em> in 2015. Leigh's
          </em><a href="https://letterboxd.com/film/happy-go-lucky/" target="_blank"><em>Happy-Go-Lucky (2008)</em></a><em> is a huge influence on AYDOJAC.</em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95231">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $300</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Wrap Party Invite </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/231/original/466dedd153ff7116.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook, the private screening link, the addition to a mailing list for updates, end credit "Special Thanks", and the IG tag from
          <a href="https://www.instagram.com/timjjs/" target="_blank">@timjjs</a>.</p>
        <p><br></p>
        <p><em>For the hungry boy! This shot of Vicky Krieps making an omelette on the set of </em><a href="https://letterboxd.com/film/phantom-thread/" target="_blank"><em>Phantom Thread (2017)</em></a><em> is from a
          </em><a href="https://www.youtube.com/watch?v=4XBNGvN3DD4" target="_blank"><em>BTS bonus feature</em></a><em> set to unreleased demos from Radiohead guitarist and PTA composer Jonny Greenwood.</em></p>
      </div>
      <p class="mt-2 text-sm uppercase leading-7 dark:text-dark-fg-800"> Claimed: 1 of 40</p>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95232">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $500</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Essentials </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/232/original/60f6cc36f2642921.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Only the ESSENTIALS for you because you're a person of class. Get all the incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.</p>
        <p><br></p>
        <p><em>Still from Edward Yang's </em><a href="https://letterboxd.com/film/a-confucian-confusion/" target="_blank"><em>A Confucian Confusion (1994)</em></a><em>. Like Yang, Sarmiento frequently incorporates slapstick throughout his work.</em>
        </p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95233">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $1,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Associate Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/233/original/5904de0396678896.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p><u>Buy your way into the business</u>. Get recognized as an "Associate Producer" in the film's end credits. Plus everything from the other tiers!</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/staying-vertical/" target="_blank"><em>Staying Vertical (2016)</em></a><em> by the French filmmaker Alain Guiraudie. Guiraudie tells crazy stories, often inventing whole
            transgressive worlds built on impossible structures. In Staying Vertical, a screenwriter builds an entire life with a farmer's daughter and sleeps with her father, all while he procrastinates on his screenplay in a wholly transcendent
            experience. </em></p>
      </div>
    </div>
  </button>
</form>

POST /checkout

<form method="post" action="/checkout">
  <input type="hidden" name="_token" value="ovyJb0SqHmo5AmvzLyq9kGt80koADkegDpKsLe4e" autocomplete="off">
  <input type="hidden" name="campaign_id" value="49489">
  <input type="hidden" name="incentive_id" value="95234">
  <button type="submit" class="w-full px-5 py-6 text-left">
    <div>
      <h2 class="mb-2 font-extrabold leading-7 text-main-default dark:text-white"> $5,000</h2>
      <h4 class="text-2xl capitalize leading-9 text-main-default dark:text-white">Executive Producer </h4>
      <img src="https://seedandspark-static.s3.us-east-2.amazonaws.com/images/Incentive/000/095/234/original/d850368b9407fb16.jpg" class="mb-4 rounded-sm" alt="incentive">
      <div class="quill-editor text-base leading-7 text-main-l1 [&amp;>ul]:list-disc [&amp;>ol]:list-decimal [&amp;>ol]:pl-8 [&amp;>ul]:pl-8 dark:text-white">
        <p>Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus all the other incentives.</p>
        <p><br></p>
        <p><em>Still is from </em><a href="https://letterboxd.com/film/the-kingdom-of-dreams-and-madness/" target="_blank"><em>The Kingdom of Dreams and Madness (2013)</em></a><em>. Producer Toshio Suzuki, pictured to the left of Hayao Miyazaki, has
            been producing films for Studio Ghibli since 1989's </em><a href="https://letterboxd.com/film/kikis-delivery-service/" target="_blank"><em>Kiki's Delivery Service</em></a><em>.</em></p>
      </div>
    </div>
  </button>
</form>

<form class="relative w-full tab:w-1/2 web:w-full" @submit.prevent="newsletterSignup">
  <input type="email" x-model="email" name="newsletter" required="" placeholder="Your email address"
    class="block w-full rounded-xl border-2 border-main-dark-alt bg-transparent bg-main-dark-alt py-2 text-16 font-normal text-dark-fg-800 placeholder:text-dark-bg-800 focus:border-primary-brand focus:ring-primary-brand dark:border-0 dark:border-dark-fg-800 dark:text-dark-fg-800 dark:placeholder-dark-fg-800">
  <div class="font-avenir">
    <button type="submit" @click="$store.gtmAnalytics.track('Footer - Sign Up');" class="mb-2 box-border flex items-center justify-center gap-2 rounded-lg py-2 px-4 text-sm font-extrabold absolute top-1 right-4">
      <svg x-show="loading" class="-ml-1 mr-3 h-5 w-5 animate-spin text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
        <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z">
        </path>
      </svg>
      <span class="sr-only">Subscribe</span>
      <svg x-show="!loading" width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M18.9225 0.969691C19.1489 1.17342 19.2256 1.47584 19.1198 1.74778L13.2865 16.7478C13.1736 17.038 12.8753 17.2369 12.5339 17.2494C12.1925 17.2619 11.8772 17.0856 11.7384 16.8046L8.53525 10.3182L1.32814 7.43538C1.01591 7.31049 0.820021 7.02671 0.833949 6.71945C0.847877 6.41219 1.0688 6.14371 1.3913 6.04213L18.058 0.792127C18.3601 0.696948 18.6961 0.765962 18.9225 0.969691ZM10.1605 9.91612L12.4078 14.4667L16.3404 4.35429L10.1605 9.91612ZM15.1619 3.29362L3.92582 6.83297L8.98203 8.85546L15.1619 3.29362Z"
          fill="#13B4FA"></path>
      </svg>
    </button>
  </div>
</form>

Text Content

Powered by Cookiebot
 * Consent
 * Details
 * [#IABV2SETTINGS#]
 * About


COOKIE SETTINGS

Seed&Spark uses cookies to personalize content and marketing, provide social
features, and understand our traffic subject to our Privacy Policy. We do this
to provide you with the best experience, but also to improve our product. Some
cookies may be placed by third parties. We care about your data, and you should
too – you can learn more about cookies, change or withdraw your consent at any
time on our Cookie Policy page.

Consent Selection
Necessary

Preferences

Statistics

Marketing

Show details
 * Necessary 58
   
   Necessary cookies help make a website usable by enabling basic functions like
   page navigation and access to secure areas of the website. The website cannot
   function properly without these cookies.
    * Bandcamp
      1
      Learn more about this provider
      BACKENDID3Registers which server-cluster is serving the visitor. This is
      used in context with load balancing, in order to optimize user experience.
      Expiry: SessionType: HTTP Cookie
    * Canva
      4
      Learn more about this provider
      ASIThe cookie is necessary for secure log-in and the detection of any spam
      or abuse of the website.
      Expiry: SessionType: HTTP Cookie
      CCKThis cookie is part of a bundle of cookies which serve the purpose of
      content delivery and presentation. The cookies keep the correct state of
      font, blog/picture sliders, color themes and other website settings.
      Expiry: 1 dayType: HTTP Cookie
      CDIThis cookie is part of a bundle of cookies which serve the purpose of
      content delivery and presentation. The cookies keep the correct state of
      font, blog/picture sliders, color themes and other website settings.
      Expiry: 1 yearType: HTTP Cookie
      CPANecessary for the website security.
      Expiry: 1 dayType: HTTP Cookie
    * Cookiebot
      2
      Learn more about this provider
      1.gifUsed to count the number of sessions to the website, necessary for
      optimizing CMP product delivery.
      Expiry: SessionType: Pixel Tracker
      CookieConsentStores the user's cookie consent state for the current domain
      Expiry: 1 yearType: HTTP Cookie
    * Google
      4
      Learn more about this provider
      
      Some of the data collected by this provider is for the purposes of
      personalization and measuring advertising effectiveness.
      
      _GRECAPTCHAThis cookie is used to distinguish between humans and bots.
      This is beneficial for the website, in order to make valid reports on the
      use of their website.
      Expiry: 180 daysType: HTTP Cookie
      rc::aThis cookie is used to distinguish between humans and bots. This is
      beneficial for the website, in order to make valid reports on the use of
      their website.
      Expiry: PersistentType: HTML Local Storage
      rc::bThis cookie is used to distinguish between humans and bots.
      Expiry: SessionType: HTML Local Storage
      rc::cThis cookie is used to distinguish between humans and bots.
      Expiry: SessionType: HTML Local Storage
    * Instagram
      1
      Learn more about this provider
      csrftokenHelps prevent Cross-Site Request Forgery (CSRF) attacks.
      Expiry: 1 yearType: HTTP Cookie
    * New Relic
      1
      Learn more about this provider
      JSESSIONIDPreserves users states across page requests.
      Expiry: SessionType: HTTP Cookie
    * Piano Software
      3
      Learn more about this provider
      _cookie_test [x3]This cookie determines whether the browser accepts
      cookies.
      Expiry: 1 dayType: HTTP Cookie
    * Promosimple
      1
      Learn more about this provider
      PHPSESSIDPreserves user session state across page requests.
      Expiry: SessionType: HTTP Cookie
    * Scripps
      1
      Learn more about this provider
      test_cookieUsed to check if the user's browser supports cookies.
      Expiry: 1 dayType: HTTP Cookie
    * Stripe
      8
      Learn more about this provider
      mDetermines the device used to access the website. This allows the website
      to be formatted accordingly.
      Expiry: 400 daysType: HTTP Cookie
      _abThis cookie is necessary for making credit card transactions on the
      website. The service is provided by Stripe.com which allows online
      transactions without storing any credit card information.
      Expiry: SessionType: HTML Local Storage
      _mfThis cookie is necessary for making credit card transactions on the
      website. The service is provided by Stripe.com which allows online
      transactions without storing any credit card information.
      Expiry: SessionType: HTML Local Storage
      idPending
      Expiry: SessionType: HTML Local Storage
      __stripe_mid [x2]This cookie is necessary for making credit card
      transactions on the website. The service is provided by Stripe.com which
      allows online transactions without storing any credit card information.
      Expiry: 1 yearType: HTTP Cookie
      __stripe_sid [x2]This cookie is necessary for making credit card
      transactions on the website. The service is provided by Stripe.com which
      allows online transactions without storing any credit card information.
      Expiry: 1 dayType: HTTP Cookie
    * Viacom
      1
      Learn more about this provider
      testUsed to detect if the visitor has accepted the marketing category in
      the cookie banner. This cookie is necessary for GDPR-compliance of the
      website.
      Expiry: PersistentType: HTML Local Storage
    * Wix
      1
      Learn more about this provider
      TS#Used to ensure website security and fraud detection.
      Expiry: SessionType: HTTP Cookie
    * Wix.com
      1
      Learn more about this provider
      visitorIdPreserves users states across page requests.
      Expiry: 993 yearsType: HTTP Cookie
    * blogs.goddardschool.com
      1
      affinityRegisters which server-cluster is serving the visitor. This is
      used in context with load balancing, in order to optimize user experience.
      Expiry: SessionType: HTTP Cookie
    * canva.com
      fonts.net
      getyarn.io
      js.ubembed.com
      kickstarter.com
      piano.io
      seedandspark.com
      vhx.tv
      vimeo.com
      www.3playmedia.com
      
      10
      __cf_bm [x10]This cookie is used to distinguish between humans and bots.
      This is beneficial for the website, in order to make valid reports on the
      use of their website.
      Expiry: 1 dayType: HTTP Cookie
    * canva.com
      kickstarter.com
      
      2
      cf_clearance [x2]This cookie is used to distinguish between humans and
      bots.
      Expiry: 1 yearType: HTTP Cookie
    * canva.com
      vhx.tv
      vimeo.com
      
      3
      _cfuvid [x3]This cookie is a part of the services provided by Cloudflare -
      Including load-balancing, deliverance of website content and serving DNS
      connection for website operators.
      Expiry: SessionType: HTTP Cookie
    * cdn.cookielaw.org
      2
      OptanonConsentDetermines whether the visitor has accepted the cookie
      consent box. This ensures that the cookie consent box will not be
      presented again upon re-entry.
      Expiry: 1 yearType: HTTP Cookie
      usprivacyDetects whether the user has checked the Do Not Sell My Personal
      Information-button on the website. This feature is a part of the CCPA.
      Expiry: 1 yearType: HTTP Cookie
    * contextweb.com
      assets.scrippsdigital.com
      
      2
      INGRESSCOOKIE [x2]This cookie is used to distinguish between humans and
      bots.
      Expiry: SessionType: HTTP Cookie
    * npr.org
      www.washingtonpost.com
      
      2
      ak_bmsc [x2]This cookie is used to distinguish between humans and bots.
      This is beneficial for the website, in order to make valid reports on the
      use of their website.
      Expiry: 1 dayType: HTTP Cookie
    * s.go-mpulse.net
      1
      RTThis cookie is used to identify the visitor through an application. This
      allows the visitor to login to a website through their LinkedIn
      application for example.
      Expiry: 7 daysType: HTTP Cookie
    * seedandspark.com
      2
      themeThis cookie is part of a bundle of cookies which serve the purpose of
      content delivery and presentation. The cookies keep the correct state of
      font, blog/picture sliders, color themes and other website settings.
      Expiry: PersistentType: HTML Local Storage
      laravel_sessionThis cookie is used internally by the website’s owners,
      when uploading or renewing website content.
      Expiry: 1 dayType: HTTP Cookie
    * seedandspark.com
      wix.com
      
      2
      XSRF-TOKEN [x2]Ensures visitor browsing-security by preventing cross-site
      request forgery. This cookie is essential for the security of the website
      and visitor.
      Expiry: 1 dayType: HTTP Cookie
    * widget.sndcdn.com
      1
      sc_anonymous_idUsed in context with the 3D-view-function on the website.
      Expiry: 10 yearsType: HTTP Cookie
    * www.trichster.com
      1
      crumbEnsures visitor browsing-security by preventing cross-site request
      forgery. This cookie is essential for the security of the website and
      visitor.
      Expiry: SessionType: HTTP Cookie

 * Preferences 8
   
   Preference cookies enable a website to remember information that changes the
   way the website behaves or looks, like your preferred language or the region
   that you are in.
    * Intercom
      3
      Learn more about this provider
      intercom-device-id-#Sets a specific ID for the user which ensures the
      integrity of the website’s chat function.
      Expiry: 271 daysType: HTTP Cookie
      intercom-id-#Allows the website to recoqnise the visitor, in order to
      optimize the chat-box functionality.
      Expiry: 271 daysType: HTTP Cookie
      intercom-session-#Sets a specific ID for the user which ensures the
      integrity of the website’s chat function.
      Expiry: 7 daysType: HTTP Cookie
    * The Washington Post
      2
      Learn more about this provider
      wp_devicetypeDetermines which device is used by the visitor - This allows
      the website to adjust to the optimal resolution for that specific device.
      Expiry: 30 daysType: HTTP Cookie
      wp_geoSaves the user's current geographical location based on the user's
      IP address.
      Expiry: 1 dayType: HTTP Cookie
    * seedandspark.com
      1
      adroll#adrollStores the user's cookie consent state for the current domain
      Expiry: PersistentType: IndexedDB
    * seedandspark.com
      js.intercomcdn.com
      
      2
      intercom.intercom-state-# [x2]Remembers whether the user has minimized or
      closed chat-box or pop-up messages on the website.
      Expiry: PersistentType: HTML Local Storage

 * Statistics 39
   
   Statistic cookies help website owners to understand how visitors interact
   with websites by collecting and reporting information anonymously.
    * 3e74818389ab41c1b2de80a41f8ff845.js.ubembed.com
      1
      ub-emb-idEnables the website to make variations of their landing-page.
      This is used to minimize bounce-rates, which means that fewer users leave
      the page immediately.
      Expiry: PersistentType: HTML Local Storage
    * Bandcamp
      1
      Learn more about this provider
      client_idRegisters statistical data on users' behaviour on the website.
      Used for internal analytics by the website operator.
      Expiry: 400 daysType: HTTP Cookie
    * Canva
      2
      Learn more about this provider
      analytics_event_v2#analytics_event_metadataAllows queries from third-party
      database for implementation of visual content.
      Expiry: PersistentType: IndexedDB
      analytics_event_v2#analytics_event_v2Allows queries from third-party
      database for implementation of visual content.
      Expiry: PersistentType: IndexedDB
    * Google
      23
      Learn more about this provider
      
      Some of the data collected by this provider is for the purposes of
      personalization and measuring advertising effectiveness.
      
      _ga [x9]Registers a unique ID that is used to generate statistical data on
      how the visitor uses the website.
      Expiry: 2 yearsType: HTTP Cookie
      _gid [x6]Registers a unique ID that is used to generate statistical data
      on how the visitor uses the website.
      Expiry: 1 dayType: HTTP Cookie
      _ga_# [x5]Used by Google Analytics to collect data on the number of times
      a user has visited the website as well as dates for the first and most
      recent visit.
      Expiry: 2 yearsType: HTTP Cookie
      collectUsed to send data to Google Analytics about the visitor's device
      and behavior. Tracks the visitor across devices and marketing channels.
      Expiry: SessionType: Pixel Tracker
      _gatUsed by Google Analytics to throttle request rate
      Expiry: 1 dayType: HTTP Cookie
      tdRegisters statistical data on users' behaviour on the website. Used for
      internal analytics by the website operator.
      Expiry: SessionType: Pixel Tracker
    * Quantcast
      4
      Learn more about this provider
      __qcaCollects data on the user's visits to the website, such as the number
      of visits, average time spent on the website and what pages have been
      loaded with the purpose of generating reports for optimising the website
      content.
      Expiry: 1 yearType: HTTP Cookie
      _dltSets a unique ID for the session. This allows the website to obtain
      data on visitor behaviour for statistical purposes.
      Expiry: 1 dayType: HTTP Cookie
      __qcaCollects data on the user's visits to the website, such as the number
      of visits, average time spent on the website and what pages have been
      loaded with the purpose of generating reports for optimising the website
      content.
      Expiry: PersistentType: HTML Local Storage
      qcSesCollects data on the user's visits to the website, such as the number
      of visits, average time spent on the website and what pages have been
      loaded with the purpose of generating reports for optimising the website
      content.
      Expiry: SessionType: HTML Local Storage
    * Scripps
      1
      Learn more about this provider
      crumThis cookie is used to identify the frequency of visits and how long
      the visitor is on the website.
      Expiry: SessionType: Pixel Tracker
    * Soundcloud
      1
      Learn more about this provider
      number(#)Used to track user’s interaction with embedded content.
      Expiry: SessionType: HTML Local Storage
    * Stripe
      1
      Learn more about this provider
      1Registers data on visitors' website-behaviour. This is used for internal
      analysis and website optimization.
      Expiry: SessionType: HTML Local Storage
    * Viacom
      1
      Learn more about this provider
      AMCV_#Unique user ID that recognizes the user on returning visits
      Expiry: 2 yearsType: HTTP Cookie
    * Vimeo
      1
      Learn more about this provider
      vuidCollects data on the user's visits to the website, such as which pages
      have been read.
      Expiry: 2 yearsType: HTTP Cookie
    * Vimeo OTT
      1
      Learn more about this provider
      dd_cookie_test_#Registers data on visitors' website-behaviour. This is
      used for internal analysis and website optimization.
      Expiry: 1 dayType: HTTP Cookie
    * Wix
      2
      Learn more about this provider
      fedops.logger.defaultOverridesRegisters statistical data on users'
      behaviour on the website. Used for internal analytics by the website
      operator.
      Expiry: 1 dayType: HTTP Cookie
      fedops.logger.sessionIdRegisters statistical data on users' behaviour on
      the website. Used for internal analytics by the website operator.
      Expiry: PersistentType: HTML Local Storage

 * Marketing 101
   
   Marketing cookies are used to track visitors across websites. The intention
   is to display ads that are relevant and engaging for the individual user and
   thereby more valuable for publishers and third party advertisers.
    * Meta Platforms, Inc.
      6
      Learn more about this provider
      fbssls_#Collects data on the visitor’s use of the comment system on the
      website, and what blogs/articles the visitor has read. This can be used
      for marketing purposes.
      Expiry: SessionType: HTML Local Storage
      lastExternalReferrerDetects how the user reached the website by
      registering their last URL-address.
      Expiry: PersistentType: HTML Local Storage
      lastExternalReferrerTimeDetects how the user reached the website by
      registering their last URL-address.
      Expiry: PersistentType: HTML Local Storage
      fbsr_# [x2]Used to track the user’s interaction with the website’s
      Facebook chat-widget.
      Expiry: SessionType: HTTP Cookie
      _fbpUsed by Facebook to deliver a series of advertisement products such as
      real time bidding from third party advertisers.
      Expiry: 3 monthsType: HTTP Cookie
    * Adroll Group
      1
      Learn more about this provider
      __adroll_consent_paramsCollects information on user behaviour on multiple
      websites. This information is used in order to optimize the relevance of
      advertisement on the website.
      Expiry: SessionType: HTTP Cookie
    * Amobee
      1
      Learn more about this provider
      uidCollects anonymous data related to the user's visits to the website,
      such as the number of visits, average time spent on the website and what
      pages have been loaded, with the purpose of displaying targeted ads.
      Expiry: 180 daysType: HTTP Cookie
    * Appnexus
      3
      Learn more about this provider
      receive-cookie-deprecationCollects information on user behaviour on
      multiple websites. This information is used in order to optimize the
      relevance of advertisement on the website.
      Expiry: 400 daysType: HTTP Cookie
      uuid2Registers a unique ID that identifies a returning user's device. The
      ID is used for targeted ads.
      Expiry: 3 monthsType: HTTP Cookie
      XANDR_PANIDThis cookie registers data on the visitor. The information is
      used to optimize advertisement relevance.
      Expiry: 3 monthsType: HTTP Cookie
    * Bidtheatre
      1
      Learn more about this provider
      __kuidThis cookie is used to collect information on a visitor. This
      information will become an ID string with information on a specific
      visitor – ID information strings can be used to target groups with similar
      preferences, or can be used by third-party domains or ad-exchanges.
      Expiry: 7 daysType: HTTP Cookie
    * Casale Media
      3
      Learn more about this provider
      CMIDCollects visitor data related to the user's visits to the website,
      such as the number of visits, average time spent on the website and what
      pages have been loaded, with the purpose of displaying targeted ads.
      Expiry: 1 yearType: HTTP Cookie
      CMPROCollects data on visitor behaviour from multiple websites, in order
      to present more relevant advertisement - This also allows the website to
      limit the number of times that they are shown the same advertisement.
      Expiry: 3 monthsType: HTTP Cookie
      CMPSCollects visitor data related to the user's visits to the website,
      such as the number of visits, average time spent on the website and what
      pages have been loaded, with the purpose of displaying targeted ads.
      Expiry: 3 monthsType: HTTP Cookie
    * Crimtan
      1
      Learn more about this provider
      cid_#Collects unidentifiable data that is sent to an unidentifiable
      source. The source's identity is kept secret by the company, Whois Privacy
      Protection Service, Inc.
      Expiry: 1 yearType: HTTP Cookie
    * Dataxu
      2
      Learn more about this provider
      matchcasaleCollects data on the user's visits to the website, such as what
      pages have been loaded. The registered data is used for targeted ads.
      Expiry: 30 daysType: HTTP Cookie
      wfivefivecCollects data on the user's visits to the website, such as what
      pages have been loaded. The registered data is used for targeted ads.
      Expiry: 13 monthsType: HTTP Cookie
    * DemandBase
      2
      Learn more about this provider
      tuuidCollects visitor data related to the user's visits to the website,
      such as the number of visits, average time spent on the website and what
      pages have been loaded, with the purpose of displaying targeted ads.
      Expiry: 400 daysType: HTTP Cookie
      tuuid_luContains a unique visitor ID, which allows Bidswitch.com to track
      the visitor across multiple websites. This allows Bidswitch to optimize
      advertisement relevance and ensure that the visitor does not see the same
      ads multiple times.
      Expiry: 400 daysType: HTTP Cookie
    * Freewheel
      2
      Learn more about this provider
      UIDUnique user ID that recognizes the user on returning visits
      Expiry: 30 daysType: HTTP Cookie
      uid-bp-#Pending
      Expiry: 2 monthsType: HTTP Cookie
    * Giphy Support
      1
      Learn more about this provider
      giphyPingbackIdUsed to track the visitor's usage of GIFs - This serves for
      analytical and marketing purposes.
      Expiry: SessionType: HTML Local Storage
    * Google
      9
      Learn more about this provider
      
      Some of the data collected by this provider is for the purposes of
      personalization and measuring advertising effectiveness.
      
      __Host-GAPSCollects data on the user's visits to the website, such as the
      number of visits, average time spent on the website and what pages have
      been loaded with the purpose of generating reports for optimising the
      website content.
      Expiry: 2 yearsType: HTTP Cookie
      GFE_RTTUsed to implement the content through Google Docs.
      Expiry: SessionType: HTTP Cookie
      punchv-e-fUsed to implement the content through Google Docs.
      Expiry: PersistentType: HTML Local Storage
      punchv-e-nUsed to implement the content through Google Docs.
      Expiry: PersistentType: HTML Local Storage
      punchv-e-vUsed to implement the content through Google Docs.
      Expiry: PersistentType: HTML Local Storage
      ads/ga-audiencesUsed by Google AdWords to re-engage visitors that are
      likely to convert to customers based on the visitor's online behaviour
      across websites.
      Expiry: SessionType: Pixel Tracker
      NIDRegisters a unique ID that identifies a returning user's device. The ID
      is used for targeted ads.
      Expiry: 6 monthsType: HTTP Cookie
      docs/common/netcheck.gifNecessary for the general functionality of the
      website.
      Expiry: SessionType: Pixel Tracker
      rc::fThis cookie is used to distinguish between humans and bots.
      Expiry: PersistentType: HTML Local Storage
    * Oath.
      1
      Learn more about this provider
      A3Collects information on user behaviour on multiple websites. This
      information is used in order to optimize the relevance of advertisement on
      the website.
      Expiry: 1 yearType: HTTP Cookie
    * Pubmatic
      2
      Learn more about this provider
      KCCHRegisters if the PubMatic partner-cookie has been set in the user's
      browser.
      Expiry: 1 dayType: HTTP Cookie
      KTPCACOOKIERegisters a unique ID that identifies the user's device during
      return visits across websites that use the same ad network. The ID is used
      to allow targeted ads.
      Expiry: 3 monthsType: HTTP Cookie
    * Pulsepoint
      2
      Learn more about this provider
      pb_rtb_ev_partPending
      Expiry: 1 yearType: HTTP Cookie
      VPPending
      Expiry: 1 yearType: HTTP Cookie
    * Quantcast
      1
      Learn more about this provider
      mcCollects data on the user's visits to the website, such as what pages
      have been loaded. The registered data is used for targeted ads.
      Expiry: 13 monthsType: HTTP Cookie
    * Scripps
      16
      Learn more about this provider
      getuidThis cookie is set by the audience manager of the website to
      determine the time and frequencies of visitor data synchronization -
      cookie data synchronization is used to synchronize and gather visitor data
      from several websites.
      Expiry: SessionType: Pixel Tracker
      track/cmf/casaleUsed to track the visitor across multiple devices
      including TV. This is done in order to re-target the visitor through
      multiple channels.
      Expiry: SessionType: Pixel Tracker
      track/cmf/genericPresents the user with relevant content and
      advertisement. The service is provided by third-party advertisement hubs,
      which facilitate real-time bidding for advertisers.
      Expiry: SessionType: Pixel Tracker
      rumCollects data related to the user's visits to the website, such as the
      number of visits, average time spent on the website and what pages have
      been loaded, with the purpose of displaying targeted ads.
      Expiry: SessionType: Pixel Tracker
      cm/index/tp_outSets a unique ID for the visitor, that allows third party
      advertisers to target the visitor with relevant advertisement. This
      pairing service is provided by third party advertisement hubs, which
      facilitates real-time bidding for advertisers.
      Expiry: SessionType: Pixel Tracker
      de_tp_cookieUsed to measure the efficiency of the website’s advertisement
      efforts, by collecting data on the conversion rate of the website’s ads
      across multiple websites.
      Expiry: SessionType: HTTP Cookie
      sync/prebidPending
      Expiry: SessionType: Pixel Tracker
      PubMatic_USPPresents the user with relevant content and advertisement. The
      service is provided by third-party advertisement hubs, which facilitate
      real-time bidding for advertisers.
      Expiry: PersistentType: HTML Local Storage
      suid_legacyCollects information on user preferences and/or interaction
      with web-campaign content - This is used on CRM-campaign-platform used by
      website owners for promoting events or products.
      Expiry: 1 yearType: HTTP Cookie
      syncCollects data on user behaviour and interaction in order to optimize
      the website and make advertisement on the website more relevant.
      Expiry: SessionType: Pixel Tracker
      us.gifUsed to track the visitor's usage of GIFs - This serves for
      analytical and marketing purposes.
      Expiry: SessionType: Pixel Tracker
      ssidRegisters a unique ID that is used by Google to keep statistics of how
      the visitor uses YouTube videos across different websites.
      Expiry: 28 daysType: HTTP Cookie
      sstUsed in context with video-advertisement. The cookie limits the number
      of times a user is shown the same advertisement. The cookie is also used
      to ensure relevance of the video-advertisement to the specific user.
      Expiry: 28 daysType: HTTP Cookie
      usersyncSets a unique ID for the visitor, that allows third party
      advertisers to target the visitor with relevant advertisement. This
      pairing service is provided by third party advertisement hubs, which
      facilitates real-time bidding for advertisers.
      Expiry: SessionType: Pixel Tracker
      umUsed to identify the visitor across visits and devices. This allows the
      website to present the visitor with relevant advertisement - The service
      is provided by third party advertisement hubs, which facilitate real-time
      bidding for advertisers.
      Expiry: SessionType: Pixel Tracker
      sync/casalePending
      Expiry: SessionType: Pixel Tracker
    * Simpli.fi
      1
      Learn more about this provider
      suidCollects information on user preferences and/or interaction with
      web-campaign content - This is used on CRM-campaign-platform used by
      website owners for promoting events or products.
      Expiry: 1 yearType: HTTP Cookie
    * Smartclip
      2
      Learn more about this provider
      psynUsed in context with video-advertisement. The cookie limits the number
      of times a user is shown the same advertisement. The cookie is also used
      to ensure relevance of the video-advertisement to the specific user.
      Expiry: 1 dayType: HTTP Cookie
      uuidThis cookie is used to optimize ad relevance by collecting visitor
      data from multiple websites – this exchange of visitor data is normally
      provided by a third-party data-center or ad-exchange.
      Expiry: 30 daysType: HTTP Cookie
    * Sonobi
      1
      Learn more about this provider
      HAPLB8GPending
      Expiry: SessionType: HTTP Cookie
    * Soundcloud
      1
      Learn more about this provider
      WIDGET::local::assignmentsUsed by audio-platform SoundCloud to implement,
      measure and improve their embedded content/service on the website - The
      collection of data also includes visitors’ interaction with embedded
      content/service. This can be used for statistics or marketing purposes.
      Expiry: PersistentType: HTML Local Storage
    * Telaria
      2
      Learn more about this provider
      tvidPresents the user with relevant content and advertisement. The service
      is provided by third-party advertisement hubs, which facilitate real-time
      bidding for advertisers.
      Expiry: 1 yearType: HTTP Cookie
      tvssaPending
      Expiry: 5 daysType: HTTP Cookie
    * The Washington Post
      1
      Learn more about this provider
      wp_ak_wabThis cookie registers data on the visitor. The information is
      used to optimize advertisement relevance.
      Expiry: 1 yearType: HTTP Cookie
    * Viacom
      3
      Learn more about this provider
      edgeplayer-playbackSessionPending
      Expiry: SessionType: HTML Local Storage
      embedPending
      Expiry: SessionType: HTTP Cookie
      mgkPending
      Expiry: SessionType: HTTP Cookie
    * Wix
      1
      Learn more about this provider
      fedThis cookie is used to collect information on the visitor's behavior.
      This information will be stored for internal use on the website – internal
      analytics is used to optimize the websites or to register if the visitor
      has subscribed to a newsletter.
      Expiry: SessionType: Pixel Tracker
    * YouTube
      25
      Learn more about this provider
      #-#Pending
      Expiry: SessionType: HTML Local Storage
      __Secure-YECStores the user's video player preferences using embedded
      YouTube video
      Expiry: 13 monthsType: HTTP Cookie
      iU5q-!O9@$Registers a unique ID to keep statistics of what videos from
      YouTube the user has seen.
      Expiry: SessionType: HTML Local Storage
      LAST_RESULT_ENTRY_KEYUsed to track user’s interaction with embedded
      content.
      Expiry: SessionType: HTTP Cookie
      LogsDatabaseV2:V#||LogsRequestsStorePending
      Expiry: PersistentType: IndexedDB
      nextIdUsed to track user’s interaction with embedded content.
      Expiry: SessionType: HTTP Cookie
      remote_sidNecessary for the implementation and functionality of YouTube
      video-content on the website.
      Expiry: SessionType: HTTP Cookie
      requestsUsed to track user’s interaction with embedded content.
      Expiry: SessionType: HTTP Cookie
      ServiceWorkerLogsDatabase#SWHealthLogNecessary for the implementation and
      functionality of YouTube video-content on the website.
      Expiry: PersistentType: IndexedDB
      SOCSPending
      Expiry: 13 monthsType: HTTP Cookie
      TESTCOOKIESENABLEDUsed to track user’s interaction with embedded content.
      Expiry: 1 dayType: HTTP Cookie
      VISITOR_INFO1_LIVETries to estimate the users' bandwidth on pages with
      integrated YouTube videos.
      Expiry: 180 daysType: HTTP Cookie
      VISITOR_PRIVACY_METADATAStores the user's cookie consent state for the
      current domain
      Expiry: 13 monthsType: HTTP Cookie
      YSCRegisters a unique ID to keep statistics of what videos from YouTube
      the user has seen.
      Expiry: SessionType: HTTP Cookie
      yt.innertube::nextIdRegisters a unique ID to keep statistics of what
      videos from YouTube the user has seen.
      Expiry: PersistentType: HTML Local Storage
      yt.innertube::requestsRegisters a unique ID to keep statistics of what
      videos from YouTube the user has seen.
      Expiry: PersistentType: HTML Local Storage
      ytidb::LAST_RESULT_ENTRY_KEYStores the user's video player preferences
      using embedded YouTube video
      Expiry: PersistentType: HTML Local Storage
      YtIdbMeta#databasesUsed to track user’s interaction with embedded content.
      Expiry: PersistentType: IndexedDB
      yt-remote-cast-availableStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML Local Storage
      yt-remote-cast-installedStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML Local Storage
      yt-remote-connected-devicesStores the user's video player preferences
      using embedded YouTube video
      Expiry: PersistentType: HTML Local Storage
      yt-remote-device-idStores the user's video player preferences using
      embedded YouTube video
      Expiry: PersistentType: HTML Local Storage
      yt-remote-fast-check-periodStores the user's video player preferences
      using embedded YouTube video
      Expiry: SessionType: HTML Local Storage
      yt-remote-session-appStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML Local Storage
      yt-remote-session-nameStores the user's video player preferences using
      embedded YouTube video
      Expiry: SessionType: HTML Local Storage
    * assets.scrippsdigital.com
      stackadapt.com
      
      6
      sa-user-id [x2]Used to track visitors on multiple websites, in order to
      present relevant advertisement based on the visitor's preferences.
      Expiry: SessionType: HTTP Cookie
      sa-user-id-v2 [x2]Used to track visitors on multiple websites, in order to
      present relevant advertisement based on the visitor's preferences.
      Expiry: SessionType: HTTP Cookie
      sa-user-id-v3 [x2]Pending
      Expiry: SessionType: HTTP Cookie
    * cdn.mxpnl.com
      2
      __mpq_#_#Collects data on user behaviour and interaction in order to
      optimize the website and make advertisement on the website more relevant.
      Expiry: PersistentType: HTML Local Storage
      mp_#_mixpanelPending
      Expiry: 1 yearType: HTTP Cookie
    * edge.fullstory.com
      1
      _fs_tab_idTracks the individual sessions on the website, allowing the
      website to compile statistical data from multiple visits. This data can
      also be used to create leads for marketing purposes.
      Expiry: SessionType: HTML Local Storage
    * s.go-mpulse.net
      1
      _boomr_akamaiXhrRetryCollects information on user preferences and/or
      interaction with web-campaign content - This is used on
      CRM-campaign-platform used by website owners for promoting events or
      products.
      Expiry: PersistentType: HTML Local Storage

 * Unclassified 14
   Unclassified cookies are cookies that we are in the process of classifying,
   together with the providers of individual cookies.
    * The Washington Post
      5
      Learn more about this provider
      wp_ak_mabPending
      Expiry: SessionType: HTTP Cookie
      wp_ak_omPending
      Expiry: 30 daysType: HTTP Cookie
      wp_ak_pctPending
      Expiry: SessionType: HTTP Cookie
      wp_ak_signinv2Pending
      Expiry: 30 daysType: HTTP Cookie
      wp_ak_v_mabPending
      Expiry: 1 yearType: HTTP Cookie
    * WordPress.com
      3
      Learn more about this provider
      globalTI_SIDPending
      Expiry: 2 yearsType: HTTP Cookie
      MintPending
      Expiry: 1 dayType: HTTP Cookie
      TMogPending
      Expiry: 68 yearsType: HTTP Cookie
    * Yarn
      2
      Learn more about this provider
      yarn.strategyPending
      Expiry: 15 daysType: HTTP Cookie
      yarnn.sidPending
      Expiry: 10 yearsType: HTTP Cookie
    * cdn.mxpnl.com
      1
      __mp_opt_in_out_#Pending
      Expiry: SessionType: HTTP Cookie
    * seedandspark.com
      3
      last_colorful_banner_seenPending
      Expiry: 7 daysType: HTTP Cookie
      last_pride_banner_seenPending
      Expiry: 7 daysType: HTTP Cookie
      last_rally_banner_seenPending
      Expiry: 7 daysType: HTTP Cookie

Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#] [#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 4/25/24 by Cookiebot



[#IABV2_TITLE#]

[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_LABEL_PURPOSES#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_LABEL_FEATURES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]


Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our Privacy Policy.


Do not sell or share my personal information
Hide Details Allow selection Customize

Allow all cookies
Powered by Cookiebot by Usercentrics
Success:
Info:
Warning:
Error:



Close notification
Fund a project
Start a project

Search
Login Sign up
Start a project
Fund a project
Open main menu
Start a project
Fund a project
Sign Up Log In

 1. Fund a project
 2. Project details

Are You Depressed, or Just a Cat?

New York City, New York | Film Short

Drama, Comedy

TIM SARMIENTO is an art-first filmmaker based in Brooklyn, New York, with a
background in film and television. Tim’s work can be dreamy, escapist, and
demand a suspension of disbelief—but he keeps character at the story’s root.
AYDOJAC is the first from his series: MY HEART CAN ONLY TAKE SO MUCH.

Are You Depressed, or Just a Cat?

New York City, New York | Film Short

Drama, Comedy

Project By

Tim Sarmiento

1 Campaigns | New York, United States

Contact
Contact

00 days :22 hrs :47 mins

Until Deadline

83%

$20,906

Goal: $25,000 for production

Make A Pledge
Follow
Share
Share

Share this project!

Share this project!

95 supporters | 128 followers

Enter the amount you would like to pledge


$
Continue
83%

$20,906

Goal: $25,000 for production

Project By

Tim Sarmiento

1 Campaigns | New York, United States

Contact
Contact

TIM SARMIENTO is an art-first filmmaker based in Brooklyn, New York, with a
background in film and television. Tim’s work can be dreamy, escapist, and
demand a suspension of disbelief—but he keeps character at the story’s root.
AYDOJAC is the first from his series: MY HEART CAN ONLY TAKE SO MUCH.




ABOUT THE PROJECT



   
 * Campaign Details
 * Incentives

 * The Story The Story
 * Wishlist Wishlist
 * Updates Updates
 * The Team The Team
 * Community Community


MISSION STATEMENT

As an art-first Filipino-American NYC-based filmmaker, influenced by world
cinema, I want to make films that push the medium forward at the international
festival level, and challenge my audience with authorship from an Asian-American
lens; by way of strong visual storytelling and iconic characters.


THE STORY


SYNOPSIS

Left to right: Actors Jason Joo and Lizzie Nguyen were cast for the roles of
Gunter and Clair in May 2024.




In ARE YOU DEPRESSED, OR JUST A CAT? (acronym: AYDOJAC - pronounced:
EYE-DOE-JACK) , we meet 34-year-old Gunter (JASON JOO), a sometimes (read: out
of work) Customer Service Manager stuck in his malaise, until one 80s Trivia
Night in Brooklyn, he meets the younger optimistically off-beat Clair (LIZZIE
NGUYEN), an illustrator. In a will-they-or-won’t-they-masquerade the two spend
the day together, eventually landing in Clair’s grieving group therapy session
where together they hop on all fours. “Are we like actually hanging out?” is the
phrase for this type of frequently awkward developing situation.








DIRECTOR'S NOTE: NORMALIZATION, MELANCHOLIA, AND BEBE MOORE CAMPBELL









SARMIENTO DIRECTING ON THE SET OF DESUS & MERO. OVER 4 SEASONS, SARMIENTO
DIRECTED OVER 200 PIECES FOR THIS SHOW. BY DESIGN, HIS WORK THERE LARGELY
CIRCUMVENTS ANY ACCREDITATION ADDING TO A LAYER OF INVISIBILITY.






Gunter's depression is a focal point for AYDOJAC's story and characters. One way
of combatting social stigmas is by creating culturally significant works that
deal with difficult themes: normalization. Asian-American stories particularly
tend to center around the family as a nuclear unit (see: Everything Everwhere
All at Once, Crazy Rich Asians, The Farewell) but the stories I've written tend
to deal with such details in the periphery. I prefer to show individuals
isolated in their environments and tell stories from a character's perspective
in a psychologically deepening way. For me, the key idea for Asian-American
stories is that we live psychic lives of invisibility. Authors David L. Eng and
Shinhee Han discuss this in their work: "Racial Melancholia, Racial
Dissociation: On the Social and Psychic Lives of Asian Americans" and this
"invisibility" has been an unconscious element of my work for years. I'm hoping
that by telling this story, I can expand the consciousness around what an
Asian-American story looks and feels like. A24's Beef from 2023 was a monumental
gateway for me in understanding that I could create my worlds from individual
feelings. In Beef, that emotion was anger—across my work, that feeling is
melancholia.




In launching this campaign during July's Bebe Moore Campbell National Minority
Mental Health Awareness Month we hope to bring attention to the mental health
issues which plague Asian-American communities. This is a community that has
historically shunned mental health care. We hope that the story and characters
in AYDOJAC will spark new conversations within our community and play a lasting
impact in the change for good.








DIRECTING INTENTIONS





A PROCESS GROUNDED ON ALL FOURS




AYDOJAC is a 20-page odd-couple character study designed to showcase Sarmiento’s
work as a writer and director. For this process, Sarmiento has chosen four
elements that he'll concentrate on developing with this work:

 * ORCHESTRATION - Can we scale this ambitious project up across all of
   production?
 * RHYTHM - Is there a strong sense of rhythm in the work? Does it feel like
   there’s a guiding force guiding us forward through a mysterious tempo?
 * PERFORMANCE - Can we develop strong performances rooted in character?
 * FEELING - Through a synthesis of sound and vision, can we communicate a
   feeling through a fictional world?





CINEMATIC INFLUENCES

JEFF DANIELS AND MELANIE GRIFFITH IN JONATHAN DEMME'S SOMETHING WILD (1986).




Tonally, ARE YOU DEPRESSED, OR JUST A CAT feels like a mix between Jonathan
Demme's SOMETHING WILD and Mike Leigh's observational HAPPY-GO-LUCKY, with a bit
of Robert Altman's dreamy 3 WOMEN mixed in for good measure. It's a rhythmic
light-hearted piece that will stand on the odd pairing of its two characters:
GUNTER and CLAIR.




SALLY HAWKINS AND EDDIE MARSAN IN MIKE LEIGH'S HAPPY-GO-LUCKY (2008).




SHELLEY DUVALL AND SISSY SPACEK IN ROBERT ALTMAN'S 3 WOMEN (1977).








AN INSIDE LOOK WITH THE FILMMAKERS









We shot this behind-the-scenes documentary for the launch of this Seed & Spark
fundraising campaign. JASON JOO (Actor - "Gunter"), LIZZIE NGUYEN (Actor -
"Clair"), and TIM SARMIENTO (Writer & Director) spent an afternoon in June
talking about the process and story on ARE YOU DEPRESSED, OR JUST A CAT? This is
a long-form piece and an intimate look at the filmmakers who are the core of
this project.






CLICK HERE





YOUTUBE LINK









BIG PICTURE: AN OEUVRE

TIM IN JANUARY 2023 SOMEWHERE ON 57TH STREET.




ARE YOU DEPRESSED, OR JUST A CAT? is the first project from a series of three
films by the WRITER & DIRECTOR TIM SARMIENTO called MY HEART CAN ONLY TAKE SO
MUCH. This series of films is set in New York and focuses on the nature and
pitfalls of relationships in contemporary society, oftentimes in darkly
hilarious psychological ways, within the Asian-American creative diasporas. The
following two films in this series, a transgressive psychosexual drama short
called, THE WHORE and the contemporary New York media creative culture
commentary feature film NO GOODBYE, NO HELLO, will follow ARE YOU DEPRESSED, OR
JUST A CAT? and represent a steady growth for this independent filmmaker as he
reflects personally on an ever-changing, technologically drenched, world.










EARLY TITLE DESIGN FOR AYDOJAC.





TIMELINE




The clock is ticking fast! We are moving through Pre-Production during our Seed
& Spark campaign as we prepare for Production in Late 2024. We have 4-days
planned to shoot our 20-page script. We've brought on some key people --the
heavy hitters-- to help us execute a plan in due time. The key to a successful
shoot will be staying organized from top to bottom ensuring that we've
communicated intentions every step of the way.





CHECK OUT THE TEAM TAB TO LEARN ABOUT OUR STELLAR CREW.




Leo Zhang (DP) is inspired by the use of color and light used by Finnish
director Aki Kaurismäki:









Production Designer Devon Lin's color palette for the film's sequences:









Costume Designer Sarah Lockwood's early sketches for Clair:













BUDGET









Our $25,000 campaign is being utilized to finance the cost of Production for a
four-day shoot in NYC. For an ambitious script, this is a tall order, but we
feel strongly about getting it done with this scale of production. Much of this
cost is going toward paying cast, crew, and the production (food,
transportation, rentals, props, costumes, art). The team we've put together has
significant experience operating at this scale and feels strongly about getting
it done. Beyond that, we'll be pulling every favor imaginable to shoot this
summer.




Stretch Goal: If the campaign surpasses 100% funding on AYDJOAC, proceeds will
be allocated towards developing future projects in the MY HEART CAN ONLY TAKE SO
MUCH series.








FESTIVALS & DISTRIBUTION

One step at a time. A scattering of potential festivals we'd like to premiere
at:






The festival scene is uber-competitive and gatekept. While we are laser-focused
at the moment on crafting an excellent piece, we have plans to enter independent
and experimental film festivals once the film is complete. We hope to share the
film with an advanced private screening in NYC and to also offer a private
screening link to anyone who donates $25, or more. Film distribution for short
films is complicated and there are long-term plans to package AYDOJAC with
Sarmiento's other works in this series.





HOW YOU CAN HELP

Anybody can participate in making this film a reality:



LEO THE CAT IN "JASON'S BIRTHDAY".




If you're reading this, we need your help to make this film. Someone sent this
Seed & Spark page to you because you were connected to us in some way. That
means a lot in a world of constant noise! Don't take that for granted and let
this small film disappear in your day-to-day. The next 30 days of this campaign
are crucial to our long-term success as filmmakers. If we cannot raise the funds
to make this project. We cannot make a film. We urgently need you to take an
active role in changing that future. Together, as a group, as a community, we
can raise this money and we can change lives. Remember: art is an essential
component to the quality of life. Take part in realizing that change for our
community and take pride in your action to make a difference.




Here's what you can do right now:

 1. FOLLOW this page.
 2. CONTRIBUTE to the campaign. Check out our incentives. There's a little
    something for every level of donation!
 3. SHARE this campaign.
 4. Pick three people. Some ideas: The people who follow you on Letterbox'd?
    Your Asian Mom? Your friends who work in tech? Rich Uncle Phill? There'll
    all great people and you need something to spice up the conversation. Let it
    be AYDOJAC.
 5. Looking for something to post because you wanna slide? Share AYDOJAC on
    social media. Tag @timjjs while you're at it.
 6. Think about the groups of people you engage with: a softball league? a
    private Facebook group? alumni homies? Instead of sending that Tik-Tok, drop
    AYDOJAC in the chat.




Is it something else? Have an out of the box idea? Questions? Please email:
contact@sarmiento.nyc and cc: litaproducing@gmail.com (our valiant Producer!).
We're always happy to hear what's on your mind.




Thanks for reading this : ) - Tim Sarmiento


INCENTIVES


$10

PROJECT UPDATES, MAILING LIST, AND SPECIAL THANKS

Receive exclusive project updates, get on the mailing list, and be featured in
the film's end credits.




Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from The
Untitled Rick Howard Project, a behind-the-scenes look by filmmaker Lance Bangs
about the making of Spike Jonze's Her (2013).


$25

INSTAGRAM TAG

Receive a special Instagram Tag from the director himself (@timjjs)! Plus the
addition to a mailing list for updates and end credit "Special Thanks".




Still is from the underseen Ocean Waves (1993). Filmmaker Tim Sarmiento imbues
his work with the Studio Ghibli notions of the Romantic sublime.


$50

PRIVATE SCREENING LINK

Score a private screening link to stream from your home. Plus the addition to a
mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Still is from Céline Sciamma's Portrait of a Lady on Fire (2019). Sciamma is
Sarmiento's contemporary, and like Sciamma, Sarmiento is influenced by the
composition-heavy work of Robert Bresson.


$75

DIGITAL LOOKBOOK

Get a copy of the digital lookbook! Plus the private screening link, addition to
a mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Shame on you if you don't know where this still is from.


$100

THE SCRIPT

Receive a digital copy of the film's script. Plus the lookbook, the private
screening link, the addition to a mailing list for updates, end credit "Special
Thanks", and the IG tag from @timjjs.




Still source: Mike Leigh being depressed as he listens to Bennet Miller at
Hollywood Reporter Director's Roundtable in 2015. Leigh's Happy-Go-Lucky (2008)
is a huge influence on AYDOJAC.


$300

WRAP PARTY INVITE

Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook,
the private screening link, the addition to a mailing list for updates, end
credit "Special Thanks", and the IG tag from @timjjs.




For the hungry boy! This shot of Vicky Krieps making an omelette on the set of
Phantom Thread (2017) is from a BTS bonus feature set to unreleased demos from
Radiohead guitarist and PTA composer Jonny Greenwood.

Claimed: 1 of 40


$500

ESSENTIALS

Only the ESSENTIALS for you because you're a person of class. Get all the
incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.




Still from Edward Yang's A Confucian Confusion (1994). Like Yang, Sarmiento
frequently incorporates slapstick throughout his work.


$1,000

ASSOCIATE PRODUCER

Buy your way into the business. Get recognized as an "Associate Producer" in the
film's end credits. Plus everything from the other tiers!




Still is from Staying Vertical (2016) by the French filmmaker Alain Guiraudie.
Guiraudie tells crazy stories, often inventing whole transgressive worlds built
on impossible structures. In Staying Vertical, a screenwriter builds an entire
life with a farmer's daughter and sleeps with her father, all while he
procrastinates on his screenplay in a wholly transcendent experience.


$5,000

EXECUTIVE PRODUCER

Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus
all the other incentives.




Still is from The Kingdom of Dreams and Madness (2013). Producer Toshio Suzuki,
pictured to the left of Hayao Miyazaki, has been producing films for Studio
Ghibli since 1989's Kiki's Delivery Service.


WISHLIST

Use the WishList to Pledge cash and Loan items - or - Make a pledge by selecting
an Incentive directly.

Cast

Costs $3,000

Actors are the essential core of this project. They make the whole thing come
alive.

Make A Pledge
Loan Item

Crew

Costs $9,800

These are the magicians behind the camera who help to translate the vision into
tangible work.

Make A Pledge
Loan Item

Locations

Costs $1,500

To engross out audience in a story, we need to find convincing locations to keep
them engaged.

Make A Pledge
Loan Item

Post

Costs $2,100

We can't make our story come alive without editors to help us organize and
composers to give our images life.

Make A Pledge
Loan Item

Food

Costs $2,000

Production is gruelling work, we've got to keep our cast and crew well fed as
they focus on the scene.

Make A Pledge
Loan Item

Production Admin

Costs $6,600

Transportation, Rentals, Props, Costumes, Art, and other Misc. costs make up
this category of expenditures not dedicated to salaries.

Make A Pledge
Loan Item

Cash Pledge

Costs $0



Make A Pledge
Loan Item


INCENTIVES


$10

PROJECT UPDATES, MAILING LIST, AND SPECIAL THANKS

Receive exclusive project updates, get on the mailing list, and be featured in
the film's end credits.




Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from The
Untitled Rick Howard Project, a behind-the-scenes look by filmmaker Lance Bangs
about the making of Spike Jonze's Her (2013).


$25

INSTAGRAM TAG

Receive a special Instagram Tag from the director himself (@timjjs)! Plus the
addition to a mailing list for updates and end credit "Special Thanks".




Still is from the underseen Ocean Waves (1993). Filmmaker Tim Sarmiento imbues
his work with the Studio Ghibli notions of the Romantic sublime.


$50

PRIVATE SCREENING LINK

Score a private screening link to stream from your home. Plus the addition to a
mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Still is from Céline Sciamma's Portrait of a Lady on Fire (2019). Sciamma is
Sarmiento's contemporary, and like Sciamma, Sarmiento is influenced by the
composition-heavy work of Robert Bresson.


$75

DIGITAL LOOKBOOK

Get a copy of the digital lookbook! Plus the private screening link, addition to
a mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Shame on you if you don't know where this still is from.


$100

THE SCRIPT

Receive a digital copy of the film's script. Plus the lookbook, the private
screening link, the addition to a mailing list for updates, end credit "Special
Thanks", and the IG tag from @timjjs.




Still source: Mike Leigh being depressed as he listens to Bennet Miller at
Hollywood Reporter Director's Roundtable in 2015. Leigh's Happy-Go-Lucky (2008)
is a huge influence on AYDOJAC.


$300

WRAP PARTY INVITE

Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook,
the private screening link, the addition to a mailing list for updates, end
credit "Special Thanks", and the IG tag from @timjjs.




For the hungry boy! This shot of Vicky Krieps making an omelette on the set of
Phantom Thread (2017) is from a BTS bonus feature set to unreleased demos from
Radiohead guitarist and PTA composer Jonny Greenwood.

Claimed: 1 of 40


$500

ESSENTIALS

Only the ESSENTIALS for you because you're a person of class. Get all the
incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.




Still from Edward Yang's A Confucian Confusion (1994). Like Yang, Sarmiento
frequently incorporates slapstick throughout his work.


$1,000

ASSOCIATE PRODUCER

Buy your way into the business. Get recognized as an "Associate Producer" in the
film's end credits. Plus everything from the other tiers!




Still is from Staying Vertical (2016) by the French filmmaker Alain Guiraudie.
Guiraudie tells crazy stories, often inventing whole transgressive worlds built
on impossible structures. In Staying Vertical, a screenwriter builds an entire
life with a farmer's daughter and sleeps with her father, all while he
procrastinates on his screenplay in a wholly transcendent experience.


$5,000

EXECUTIVE PRODUCER

Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus
all the other incentives.




Still is from The Kingdom of Dreams and Madness (2013). Producer Toshio Suzuki,
pictured to the left of Hayao Miyazaki, has been producing films for Studio
Ghibli since 1989's Kiki's Delivery Service.


MAKE A PLEDGE MAKE A LOAN OR GIFT TOWARD THIS CAMPAIGN!

Close modal

How much would you like to pledge?

$


Describe in a few sentences the goods or services you're offering. Be sure to
include your email so the filmmaker can get in touch with you about details:


Display my name on the campaign page.
Submit
Submit

No Updates Yet

This campaign hasn't posted any updates yet. Message them to ask for an update!

No Updates Yet

This campaign hasn't posted any updates yet. Message them to ask for an update!

Share this update!

Share this update!



Share this update!







INCENTIVES


$10

PROJECT UPDATES, MAILING LIST, AND SPECIAL THANKS

Receive exclusive project updates, get on the mailing list, and be featured in
the film's end credits.




Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from The
Untitled Rick Howard Project, a behind-the-scenes look by filmmaker Lance Bangs
about the making of Spike Jonze's Her (2013).


$25

INSTAGRAM TAG

Receive a special Instagram Tag from the director himself (@timjjs)! Plus the
addition to a mailing list for updates and end credit "Special Thanks".




Still is from the underseen Ocean Waves (1993). Filmmaker Tim Sarmiento imbues
his work with the Studio Ghibli notions of the Romantic sublime.


$50

PRIVATE SCREENING LINK

Score a private screening link to stream from your home. Plus the addition to a
mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Still is from Céline Sciamma's Portrait of a Lady on Fire (2019). Sciamma is
Sarmiento's contemporary, and like Sciamma, Sarmiento is influenced by the
composition-heavy work of Robert Bresson.


$75

DIGITAL LOOKBOOK

Get a copy of the digital lookbook! Plus the private screening link, addition to
a mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Shame on you if you don't know where this still is from.


$100

THE SCRIPT

Receive a digital copy of the film's script. Plus the lookbook, the private
screening link, the addition to a mailing list for updates, end credit "Special
Thanks", and the IG tag from @timjjs.




Still source: Mike Leigh being depressed as he listens to Bennet Miller at
Hollywood Reporter Director's Roundtable in 2015. Leigh's Happy-Go-Lucky (2008)
is a huge influence on AYDOJAC.


$300

WRAP PARTY INVITE

Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook,
the private screening link, the addition to a mailing list for updates, end
credit "Special Thanks", and the IG tag from @timjjs.




For the hungry boy! This shot of Vicky Krieps making an omelette on the set of
Phantom Thread (2017) is from a BTS bonus feature set to unreleased demos from
Radiohead guitarist and PTA composer Jonny Greenwood.

Claimed: 1 of 40


$500

ESSENTIALS

Only the ESSENTIALS for you because you're a person of class. Get all the
incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.




Still from Edward Yang's A Confucian Confusion (1994). Like Yang, Sarmiento
frequently incorporates slapstick throughout his work.


$1,000

ASSOCIATE PRODUCER

Buy your way into the business. Get recognized as an "Associate Producer" in the
film's end credits. Plus everything from the other tiers!




Still is from Staying Vertical (2016) by the French filmmaker Alain Guiraudie.
Guiraudie tells crazy stories, often inventing whole transgressive worlds built
on impossible structures. In Staying Vertical, a screenwriter builds an entire
life with a farmer's daughter and sleeps with her father, all while he
procrastinates on his screenplay in a wholly transcendent experience.


$5,000

EXECUTIVE PRODUCER

Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus
all the other incentives.




Still is from The Kingdom of Dreams and Madness (2013). Producer Toshio Suzuki,
pictured to the left of Hayao Miyazaki, has been producing films for Studio
Ghibli since 1989's Kiki's Delivery Service.


ABOUT THIS TEAM


TIM SARMIENTO – WRITER & DIRECTOR






TIM SARMIENTO is an art-focused filmmaker based in Brooklyn, New York. He’s
worked in film production for 12+ years, including a 4-season stint directing
and producing digital content for the illustrious Desus & Mero on Showtime.
Sarmiento traces his production roots back to the Bay Area, where he was raised,
and later where he got his start in production, on the ABS-CBN subsidiary
network The Filipino Channel. Currently, Sarmiento is developing multiple
narrative film projects: the lighthearted odd-couple character study in ARE YOU
DEPRESSED, OR JUST A CAT?, the transgressive psychosexual drama short called THE
WHORE, and the contemporary New York media creative culture commentary feature
NO GOODBYE, NO HELLO. Sarmiento remains highly devotional to the craft of
writing and directing. IG: @timjjs








JASON JOO – ACTOR - "GUNTER"







JASON JOO is a New Jersey-born actor living and performing in NYC. An alum of
the Stella Adler Studio, Jason always knew as a child that he wanted to be a
performer, and he’s grateful for the opportunity to do what he loves with the
team behind AYDOJAC. Unfortunately, however, he is allergic to cats.
IG: @jason.joo








LIZZIE NGUYEN – ACTRESS - "CLAIR"







LIZZIE NGUYEN is a Vietnamese-American actor and writer. Born and raised in the
Midwest, she graduated from Ball State University and now lives in New York City
with her cat, Cinco. IG: @lizzie.nguyen








LITA ROBINSON – PRODUCER






LITA ROBINSON studied film at Smith College and NYU Tisch, and has worked in the
industry since 2011. She has experience in international sales, distribution,
festivals and exhibition, having worked at Visit Films, Magnolia Pictures, and
NYC's legendary Film Forum. She is currently on the Content Team at MUBI.  As a
producer, Lita's goal is to clear pathways for her creative partners, allowing
them the artistic space to express their visions as fully as possible. She is
thrilled to help bring ARE YOU DEPRESSED, OR JUST A CAT? into being, and
introduce Tim as an exciting new filmmaker to keep an eye on.





MIRADOR – COMPOSER






MIRADOR is the NYC-based composing duo of BOREY SHIN and COREN HG. Both also
work in the visual arts and maintain their own recording projects. Borey makes
synth ballads, ambient music, animations, chamber music, and moody songs. He
works with minimal means to create delicately undulating soundscapes using
pianos, synthesizers, accordions, and other keyboard instruments. Borey is also
an avid performer of varied improvised musics. Coren currently records and
performs with the band Story Arc. Together as MIRADOR, they create music for
theater, film, dance, video games, and all manner of visual media. Their debut
EP “Image Scores Vol. 1” – releasing summer 2024 – will feature short pieces
that soundtrack a collection of six paintings.








LEO ZHANG – DIRECTOR OF PHOTOGRAPHY






LEO ZHANG is a cinematographer, director and music composer based in NYC. Born
in Beijing, Leo has over 17 years of experience with photography and visual
arts, working in both the indie film and commercial worlds. His films have been
featured in numerous festivals incl. Palm Springs, Cannes, Mallorca and
Slamdance. Leo is currently obtaining his MFA from NYU Tisch.








CABE THOMPSON – CASTING DIRECTOR









CABE THOMPSON has always been a movie lover. His most recent acting credits
include the Sofia Coppola produced Fairyland, and web series Strings
Attached. Deepening his relationship with film, Cabe got into casting in 2018.
His most recent credits include Oppenheimer, Earth Mama, and Freaky
Tales. Working closely with actors and creators to make something come to life
is a great joy. Cabe is proud to be the casting director for AYDOJAC. 








DEVON LIN – PRODUCTION DESIGNER









DEVON LIN is a Production Designer, Art Director and Set Decorator based in New
York City. She primarily designs for indie films, in addition to work in the art
department on various features and series for entertainment companies such as
Amazon MGM Studios. Growing up in a family of artists, she trained
professionally for ballet at the Secondary School of Beijing Dance Academy and
Kirov Ballet (now Mariinsky Ballet). She formerly danced with National Ballet of
China and Pacific Northwest Ballet. 








SARAH LOCKWOOD – COSTUME DESIGNER









SARAH LOCKWOOD is a graduate from The Conservatory of Theatre Arts at Webster
University where she obtained her BFA in Costume Design. She started her
professional career in Los Angeles where she was a Stylist for MTV’s Wild’n Out.
She next moved to NYC to Design Assist for Showtime’s Desus & Mero, where she
met and worked with Director, Timothy Sarmiento! Other credits include: Lead
Stylist for Jharrel Jerome 4 part Rap Pack Short Film, Dresser for Disney’s The
Lion King on Broadway, Funny Girl on Broadway, and is currently working as a
Dresser for Hell’s Kitchen on Broadway. IG: @sarah_lockwood 











COREN HG – ASSISTANT DIRECTOR







COREN HG is a Brooklyn-based independent filmmaker and composer originally from
Chapel Hill, North Carolina. He’s written and directed several narrative films
and documentaries, including two projects commissioned by Duke University and
NYC’s Film Forum. As an assistant director, he’s worked on such films as the
Magnolia Pictures release THE FEELING THAT THE TIME FOR DOING SOMETHING HAS
PASSED and the forthcoming 16mm feature CHARACTERS DISAPPEARING. He is the
co-founder of PEOPLES CINEMA, a film collective reimagining the production and
distribution landscape, and is currently developing his first feature.








RISHI GANDHI – COLORIST






RISHI GANDHI is a first generation immigrant of Indian descent moving between
the Côte D’Ivoire, the UK, and US. Rishi has spent years around the world but
decided to make film his home. His skills have been honed from years of working
on short film horror schlock, broadcast news, and documentaries. Rishi's main
focus is in narrative film and commercials. Rishi is a colorist with a
background in cinematography, editing and directing. IG: @rishigandhicolor


CURRENT TEAM



LITA R.

Producer

Supporters

96

No Suppoters

This campaign doesn’t have any supporters. Make a pledge and be the first

Make A Pledge





Anonymous

Cash Pledge

Saturday August 10th at 6:31AM PST

Anonymous

Cash Pledge

Friday August 9th at 10:36PM PST

Emme G. Cohen

Cash Pledge

Friday August 9th at 5:49PM PST

Vivian Ngo

Cash Pledge

Friday August 9th at 1:29PM PST

Kevin Woon

Cash Pledge

Friday August 9th at 12:26PM PST

Greg Steinbruner

Cash Pledge

Friday August 9th at 9:38AM PST

Lisa Bensing

Cash Pledge

Friday August 9th at 7:01AM PST

Sara Smyth

Cash Pledge

Friday August 9th at 6:53AM PST

Megan Trank

Cash Pledge

Friday August 9th at 6:52AM PST

Jules Y.

Cash Pledge

Thursday August 8th at 8:57PM PST

Previous



1

2

3

4

5

6

7

8

9

10

Next

Showing 1 to 10 of 96 entries

Followers

115

No Followers

This campaign doesn’t have any followers. Follow to get updates on this project

Make A Pledge

Litaproducing@Gmail.Com

Cresma

Emme

Vivian

Kevin

Greg

Lisa

Sara

Megan

Jules
Previous



1

2

3

4

5

6

7

8

9

10

11

12

Next

Showing 1 to 10 of 115 entries


INCENTIVES


$10

PROJECT UPDATES, MAILING LIST, AND SPECIAL THANKS

Receive exclusive project updates, get on the mailing list, and be featured in
the film's end credits.




Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from The
Untitled Rick Howard Project, a behind-the-scenes look by filmmaker Lance Bangs
about the making of Spike Jonze's Her (2013).


$25

INSTAGRAM TAG

Receive a special Instagram Tag from the director himself (@timjjs)! Plus the
addition to a mailing list for updates and end credit "Special Thanks".




Still is from the underseen Ocean Waves (1993). Filmmaker Tim Sarmiento imbues
his work with the Studio Ghibli notions of the Romantic sublime.


$50

PRIVATE SCREENING LINK

Score a private screening link to stream from your home. Plus the addition to a
mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Still is from Céline Sciamma's Portrait of a Lady on Fire (2019). Sciamma is
Sarmiento's contemporary, and like Sciamma, Sarmiento is influenced by the
composition-heavy work of Robert Bresson.


$75

DIGITAL LOOKBOOK

Get a copy of the digital lookbook! Plus the private screening link, addition to
a mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Shame on you if you don't know where this still is from.


$100

THE SCRIPT

Receive a digital copy of the film's script. Plus the lookbook, the private
screening link, the addition to a mailing list for updates, end credit "Special
Thanks", and the IG tag from @timjjs.




Still source: Mike Leigh being depressed as he listens to Bennet Miller at
Hollywood Reporter Director's Roundtable in 2015. Leigh's Happy-Go-Lucky (2008)
is a huge influence on AYDOJAC.


$300

WRAP PARTY INVITE

Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook,
the private screening link, the addition to a mailing list for updates, end
credit "Special Thanks", and the IG tag from @timjjs.




For the hungry boy! This shot of Vicky Krieps making an omelette on the set of
Phantom Thread (2017) is from a BTS bonus feature set to unreleased demos from
Radiohead guitarist and PTA composer Jonny Greenwood.

Claimed: 1 of 40


$500

ESSENTIALS

Only the ESSENTIALS for you because you're a person of class. Get all the
incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.




Still from Edward Yang's A Confucian Confusion (1994). Like Yang, Sarmiento
frequently incorporates slapstick throughout his work.


$1,000

ASSOCIATE PRODUCER

Buy your way into the business. Get recognized as an "Associate Producer" in the
film's end credits. Plus everything from the other tiers!




Still is from Staying Vertical (2016) by the French filmmaker Alain Guiraudie.
Guiraudie tells crazy stories, often inventing whole transgressive worlds built
on impossible structures. In Staying Vertical, a screenwriter builds an entire
life with a farmer's daughter and sleeps with her father, all while he
procrastinates on his screenplay in a wholly transcendent experience.


$5,000

EXECUTIVE PRODUCER

Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus
all the other incentives.




Still is from The Kingdom of Dreams and Madness (2013). Producer Toshio Suzuki,
pictured to the left of Hayao Miyazaki, has been producing films for Studio
Ghibli since 1989's Kiki's Delivery Service.

 * The Story The Story
 * Wishlist Wishlist
 * Updates Updates
 * The Team The Team
 * Community Community


MISSION STATEMENT

As an art-first Filipino-American NYC-based filmmaker, influenced by world
cinema, I want to make films that push the medium forward at the international
festival level, and challenge my audience with authorship from an Asian-American
lens; by way of strong visual storytelling and iconic characters.


THE STORY


SYNOPSIS

Left to right: Actors Jason Joo and Lizzie Nguyen were cast for the roles of
Gunter and Clair in May 2024.




In ARE YOU DEPRESSED, OR JUST A CAT? (acronym: AYDOJAC - pronounced:
EYE-DOE-JACK) , we meet 34-year-old Gunter (JASON JOO), a sometimes (read: out
of work) Customer Service Manager stuck in his malaise, until one 80s Trivia
Night in Brooklyn, he meets the younger optimistically off-beat Clair (LIZZIE
NGUYEN), an illustrator. In a will-they-or-won’t-they-masquerade the two spend
the day together, eventually landing in Clair’s grieving group therapy session
where together they hop on all fours. “Are we like actually hanging out?” is the
phrase for this type of frequently awkward developing situation.








DIRECTOR'S NOTE: NORMALIZATION, MELANCHOLIA, AND BEBE MOORE CAMPBELL









SARMIENTO DIRECTING ON THE SET OF DESUS & MERO. OVER 4 SEASONS, SARMIENTO
DIRECTED OVER 200 PIECES FOR THIS SHOW. BY DESIGN, HIS WORK THERE LARGELY
CIRCUMVENTS ANY ACCREDITATION ADDING TO A LAYER OF INVISIBILITY.






Gunter's depression is a focal point for AYDOJAC's story and characters. One way
of combatting social stigmas is by creating culturally significant works that
deal with difficult themes: normalization. Asian-American stories particularly
tend to center around the family as a nuclear unit (see: Everything Everwhere
All at Once, Crazy Rich Asians, The Farewell) but the stories I've written tend
to deal with such details in the periphery. I prefer to show individuals
isolated in their environments and tell stories from a character's perspective
in a psychologically deepening way. For me, the key idea for Asian-American
stories is that we live psychic lives of invisibility. Authors David L. Eng and
Shinhee Han discuss this in their work: "Racial Melancholia, Racial
Dissociation: On the Social and Psychic Lives of Asian Americans" and this
"invisibility" has been an unconscious element of my work for years. I'm hoping
that by telling this story, I can expand the consciousness around what an
Asian-American story looks and feels like. A24's Beef from 2023 was a monumental
gateway for me in understanding that I could create my worlds from individual
feelings. In Beef, that emotion was anger—across my work, that feeling is
melancholia.




In launching this campaign during July's Bebe Moore Campbell National Minority
Mental Health Awareness Month we hope to bring attention to the mental health
issues which plague Asian-American communities. This is a community that has
historically shunned mental health care. We hope that the story and characters
in AYDOJAC will spark new conversations within our community and play a lasting
impact in the change for good.








DIRECTING INTENTIONS





A PROCESS GROUNDED ON ALL FOURS




AYDOJAC is a 20-page odd-couple character study designed to showcase Sarmiento’s
work as a writer and director. For this process, Sarmiento has chosen four
elements that he'll concentrate on developing with this work:

 * ORCHESTRATION - Can we scale this ambitious project up across all of
   production?
 * RHYTHM - Is there a strong sense of rhythm in the work? Does it feel like
   there’s a guiding force guiding us forward through a mysterious tempo?
 * PERFORMANCE - Can we develop strong performances rooted in character?
 * FEELING - Through a synthesis of sound and vision, can we communicate a
   feeling through a fictional world?





CINEMATIC INFLUENCES

JEFF DANIELS AND MELANIE GRIFFITH IN JONATHAN DEMME'S SOMETHING WILD (1986).




Tonally, ARE YOU DEPRESSED, OR JUST A CAT feels like a mix between Jonathan
Demme's SOMETHING WILD and Mike Leigh's observational HAPPY-GO-LUCKY, with a bit
of Robert Altman's dreamy 3 WOMEN mixed in for good measure. It's a rhythmic
light-hearted piece that will stand on the odd pairing of its two characters:
GUNTER and CLAIR.




SALLY HAWKINS AND EDDIE MARSAN IN MIKE LEIGH'S HAPPY-GO-LUCKY (2008).




SHELLEY DUVALL AND SISSY SPACEK IN ROBERT ALTMAN'S 3 WOMEN (1977).








AN INSIDE LOOK WITH THE FILMMAKERS









We shot this behind-the-scenes documentary for the launch of this Seed & Spark
fundraising campaign. JASON JOO (Actor - "Gunter"), LIZZIE NGUYEN (Actor -
"Clair"), and TIM SARMIENTO (Writer & Director) spent an afternoon in June
talking about the process and story on ARE YOU DEPRESSED, OR JUST A CAT? This is
a long-form piece and an intimate look at the filmmakers who are the core of
this project.






CLICK HERE





YOUTUBE LINK









BIG PICTURE: AN OEUVRE

TIM IN JANUARY 2023 SOMEWHERE ON 57TH STREET.




ARE YOU DEPRESSED, OR JUST A CAT? is the first project from a series of three
films by the WRITER & DIRECTOR TIM SARMIENTO called MY HEART CAN ONLY TAKE SO
MUCH. This series of films is set in New York and focuses on the nature and
pitfalls of relationships in contemporary society, oftentimes in darkly
hilarious psychological ways, within the Asian-American creative diasporas. The
following two films in this series, a transgressive psychosexual drama short
called, THE WHORE and the contemporary New York media creative culture
commentary feature film NO GOODBYE, NO HELLO, will follow ARE YOU DEPRESSED, OR
JUST A CAT? and represent a steady growth for this independent filmmaker as he
reflects personally on an ever-changing, technologically drenched, world.










EARLY TITLE DESIGN FOR AYDOJAC.





TIMELINE




The clock is ticking fast! We are moving through Pre-Production during our Seed
& Spark campaign as we prepare for Production in Late 2024. We have 4-days
planned to shoot our 20-page script. We've brought on some key people --the
heavy hitters-- to help us execute a plan in due time. The key to a successful
shoot will be staying organized from top to bottom ensuring that we've
communicated intentions every step of the way.





CHECK OUT THE TEAM TAB TO LEARN ABOUT OUR STELLAR CREW.




Leo Zhang (DP) is inspired by the use of color and light used by Finnish
director Aki Kaurismäki:









Production Designer Devon Lin's color palette for the film's sequences:









Costume Designer Sarah Lockwood's early sketches for Clair:













BUDGET









Our $25,000 campaign is being utilized to finance the cost of Production for a
four-day shoot in NYC. For an ambitious script, this is a tall order, but we
feel strongly about getting it done with this scale of production. Much of this
cost is going toward paying cast, crew, and the production (food,
transportation, rentals, props, costumes, art). The team we've put together has
significant experience operating at this scale and feels strongly about getting
it done. Beyond that, we'll be pulling every favor imaginable to shoot this
summer.




Stretch Goal: If the campaign surpasses 100% funding on AYDJOAC, proceeds will
be allocated towards developing future projects in the MY HEART CAN ONLY TAKE SO
MUCH series.








FESTIVALS & DISTRIBUTION

One step at a time. A scattering of potential festivals we'd like to premiere
at:






The festival scene is uber-competitive and gatekept. While we are laser-focused
at the moment on crafting an excellent piece, we have plans to enter independent
and experimental film festivals once the film is complete. We hope to share the
film with an advanced private screening in NYC and to also offer a private
screening link to anyone who donates $25, or more. Film distribution for short
films is complicated and there are long-term plans to package AYDOJAC with
Sarmiento's other works in this series.





HOW YOU CAN HELP

Anybody can participate in making this film a reality:



LEO THE CAT IN "JASON'S BIRTHDAY".




If you're reading this, we need your help to make this film. Someone sent this
Seed & Spark page to you because you were connected to us in some way. That
means a lot in a world of constant noise! Don't take that for granted and let
this small film disappear in your day-to-day. The next 30 days of this campaign
are crucial to our long-term success as filmmakers. If we cannot raise the funds
to make this project. We cannot make a film. We urgently need you to take an
active role in changing that future. Together, as a group, as a community, we
can raise this money and we can change lives. Remember: art is an essential
component to the quality of life. Take part in realizing that change for our
community and take pride in your action to make a difference.




Here's what you can do right now:

 1. FOLLOW this page.
 2. CONTRIBUTE to the campaign. Check out our incentives. There's a little
    something for every level of donation!
 3. SHARE this campaign.
 4. Pick three people. Some ideas: The people who follow you on Letterbox'd?
    Your Asian Mom? Your friends who work in tech? Rich Uncle Phill? There'll
    all great people and you need something to spice up the conversation. Let it
    be AYDOJAC.
 5. Looking for something to post because you wanna slide? Share AYDOJAC on
    social media. Tag @timjjs while you're at it.
 6. Think about the groups of people you engage with: a softball league? a
    private Facebook group? alumni homies? Instead of sending that Tik-Tok, drop
    AYDOJAC in the chat.




Is it something else? Have an out of the box idea? Questions? Please email:
contact@sarmiento.nyc and cc: litaproducing@gmail.com (our valiant Producer!).
We're always happy to hear what's on your mind.




Thanks for reading this : ) - Tim Sarmiento


INCENTIVES


$10

PROJECT UPDATES, MAILING LIST, AND SPECIAL THANKS

Receive exclusive project updates, get on the mailing list, and be featured in
the film's end credits.




Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from The
Untitled Rick Howard Project, a behind-the-scenes look by filmmaker Lance Bangs
about the making of Spike Jonze's Her (2013).


$25

INSTAGRAM TAG

Receive a special Instagram Tag from the director himself (@timjjs)! Plus the
addition to a mailing list for updates and end credit "Special Thanks".




Still is from the underseen Ocean Waves (1993). Filmmaker Tim Sarmiento imbues
his work with the Studio Ghibli notions of the Romantic sublime.


$50

PRIVATE SCREENING LINK

Score a private screening link to stream from your home. Plus the addition to a
mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Still is from Céline Sciamma's Portrait of a Lady on Fire (2019). Sciamma is
Sarmiento's contemporary, and like Sciamma, Sarmiento is influenced by the
composition-heavy work of Robert Bresson.


$75

DIGITAL LOOKBOOK

Get a copy of the digital lookbook! Plus the private screening link, addition to
a mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Shame on you if you don't know where this still is from.


$100

THE SCRIPT

Receive a digital copy of the film's script. Plus the lookbook, the private
screening link, the addition to a mailing list for updates, end credit "Special
Thanks", and the IG tag from @timjjs.




Still source: Mike Leigh being depressed as he listens to Bennet Miller at
Hollywood Reporter Director's Roundtable in 2015. Leigh's Happy-Go-Lucky (2008)
is a huge influence on AYDOJAC.


$300

WRAP PARTY INVITE

Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook,
the private screening link, the addition to a mailing list for updates, end
credit "Special Thanks", and the IG tag from @timjjs.




For the hungry boy! This shot of Vicky Krieps making an omelette on the set of
Phantom Thread (2017) is from a BTS bonus feature set to unreleased demos from
Radiohead guitarist and PTA composer Jonny Greenwood.

Claimed: 1 of 40


$500

ESSENTIALS

Only the ESSENTIALS for you because you're a person of class. Get all the
incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.




Still from Edward Yang's A Confucian Confusion (1994). Like Yang, Sarmiento
frequently incorporates slapstick throughout his work.


$1,000

ASSOCIATE PRODUCER

Buy your way into the business. Get recognized as an "Associate Producer" in the
film's end credits. Plus everything from the other tiers!




Still is from Staying Vertical (2016) by the French filmmaker Alain Guiraudie.
Guiraudie tells crazy stories, often inventing whole transgressive worlds built
on impossible structures. In Staying Vertical, a screenwriter builds an entire
life with a farmer's daughter and sleeps with her father, all while he
procrastinates on his screenplay in a wholly transcendent experience.


$5,000

EXECUTIVE PRODUCER

Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus
all the other incentives.




Still is from The Kingdom of Dreams and Madness (2013). Producer Toshio Suzuki,
pictured to the left of Hayao Miyazaki, has been producing films for Studio
Ghibli since 1989's Kiki's Delivery Service.


WISHLIST

Use the WishList to Pledge cash and Loan items - or - Make a pledge by selecting
an Incentive directly.

Cast

Costs $3,000

Actors are the essential core of this project. They make the whole thing come
alive.

Make A Pledge
Loan Item

Crew

Costs $9,800

These are the magicians behind the camera who help to translate the vision into
tangible work.

Make A Pledge
Loan Item

Locations

Costs $1,500

To engross out audience in a story, we need to find convincing locations to keep
them engaged.

Make A Pledge
Loan Item

Post

Costs $2,100

We can't make our story come alive without editors to help us organize and
composers to give our images life.

Make A Pledge
Loan Item

Food

Costs $2,000

Production is gruelling work, we've got to keep our cast and crew well fed as
they focus on the scene.

Make A Pledge
Loan Item

Production Admin

Costs $6,600

Transportation, Rentals, Props, Costumes, Art, and other Misc. costs make up
this category of expenditures not dedicated to salaries.

Make A Pledge
Loan Item

Cash Pledge

Costs $0



Make A Pledge
Loan Item


INCENTIVES


$10

PROJECT UPDATES, MAILING LIST, AND SPECIAL THANKS

Receive exclusive project updates, get on the mailing list, and be featured in
the film's end credits.




Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from The
Untitled Rick Howard Project, a behind-the-scenes look by filmmaker Lance Bangs
about the making of Spike Jonze's Her (2013).


$25

INSTAGRAM TAG

Receive a special Instagram Tag from the director himself (@timjjs)! Plus the
addition to a mailing list for updates and end credit "Special Thanks".




Still is from the underseen Ocean Waves (1993). Filmmaker Tim Sarmiento imbues
his work with the Studio Ghibli notions of the Romantic sublime.


$50

PRIVATE SCREENING LINK

Score a private screening link to stream from your home. Plus the addition to a
mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Still is from Céline Sciamma's Portrait of a Lady on Fire (2019). Sciamma is
Sarmiento's contemporary, and like Sciamma, Sarmiento is influenced by the
composition-heavy work of Robert Bresson.


$75

DIGITAL LOOKBOOK

Get a copy of the digital lookbook! Plus the private screening link, addition to
a mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Shame on you if you don't know where this still is from.


$100

THE SCRIPT

Receive a digital copy of the film's script. Plus the lookbook, the private
screening link, the addition to a mailing list for updates, end credit "Special
Thanks", and the IG tag from @timjjs.




Still source: Mike Leigh being depressed as he listens to Bennet Miller at
Hollywood Reporter Director's Roundtable in 2015. Leigh's Happy-Go-Lucky (2008)
is a huge influence on AYDOJAC.


$300

WRAP PARTY INVITE

Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook,
the private screening link, the addition to a mailing list for updates, end
credit "Special Thanks", and the IG tag from @timjjs.




For the hungry boy! This shot of Vicky Krieps making an omelette on the set of
Phantom Thread (2017) is from a BTS bonus feature set to unreleased demos from
Radiohead guitarist and PTA composer Jonny Greenwood.

Claimed: 1 of 40


$500

ESSENTIALS

Only the ESSENTIALS for you because you're a person of class. Get all the
incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.




Still from Edward Yang's A Confucian Confusion (1994). Like Yang, Sarmiento
frequently incorporates slapstick throughout his work.


$1,000

ASSOCIATE PRODUCER

Buy your way into the business. Get recognized as an "Associate Producer" in the
film's end credits. Plus everything from the other tiers!




Still is from Staying Vertical (2016) by the French filmmaker Alain Guiraudie.
Guiraudie tells crazy stories, often inventing whole transgressive worlds built
on impossible structures. In Staying Vertical, a screenwriter builds an entire
life with a farmer's daughter and sleeps with her father, all while he
procrastinates on his screenplay in a wholly transcendent experience.


$5,000

EXECUTIVE PRODUCER

Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus
all the other incentives.




Still is from The Kingdom of Dreams and Madness (2013). Producer Toshio Suzuki,
pictured to the left of Hayao Miyazaki, has been producing films for Studio
Ghibli since 1989's Kiki's Delivery Service.


MAKE A PLEDGE MAKE A LOAN OR GIFT TOWARD THIS CAMPAIGN!

Close modal

How much would you like to pledge?

$


Describe in a few sentences the goods or services you're offering. Be sure to
include your email so the filmmaker can get in touch with you about details:


Display my name on the campaign page.
Submit
Submit

No Updates Yet

This campaign hasn't posted any updates yet. Message them to ask for an update!

No Updates Yet

This campaign hasn't posted any updates yet. Message them to ask for an update!

Share this update!

Share this update!



Share this update!







INCENTIVES


$10

PROJECT UPDATES, MAILING LIST, AND SPECIAL THANKS

Receive exclusive project updates, get on the mailing list, and be featured in
the film's end credits.




Still is a note from DP Hoyte van Hoytema to Director Spike Jonze from The
Untitled Rick Howard Project, a behind-the-scenes look by filmmaker Lance Bangs
about the making of Spike Jonze's Her (2013).


$25

INSTAGRAM TAG

Receive a special Instagram Tag from the director himself (@timjjs)! Plus the
addition to a mailing list for updates and end credit "Special Thanks".




Still is from the underseen Ocean Waves (1993). Filmmaker Tim Sarmiento imbues
his work with the Studio Ghibli notions of the Romantic sublime.


$50

PRIVATE SCREENING LINK

Score a private screening link to stream from your home. Plus the addition to a
mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Still is from Céline Sciamma's Portrait of a Lady on Fire (2019). Sciamma is
Sarmiento's contemporary, and like Sciamma, Sarmiento is influenced by the
composition-heavy work of Robert Bresson.


$75

DIGITAL LOOKBOOK

Get a copy of the digital lookbook! Plus the private screening link, addition to
a mailing list for updates, end credit "Special Thanks", and the IG tag from
@timjjs.




Shame on you if you don't know where this still is from.


$100

THE SCRIPT

Receive a digital copy of the film's script. Plus the lookbook, the private
screening link, the addition to a mailing list for updates, end credit "Special
Thanks", and the IG tag from @timjjs.




Still source: Mike Leigh being depressed as he listens to Bennet Miller at
Hollywood Reporter Director's Roundtable in 2015. Leigh's Happy-Go-Lucky (2008)
is a huge influence on AYDOJAC.


$300

WRAP PARTY INVITE

Score yourself an exclusive Wrap Party invite. Plus the script, the lookbook,
the private screening link, the addition to a mailing list for updates, end
credit "Special Thanks", and the IG tag from @timjjs.




For the hungry boy! This shot of Vicky Krieps making an omelette on the set of
Phantom Thread (2017) is from a BTS bonus feature set to unreleased demos from
Radiohead guitarist and PTA composer Jonny Greenwood.

Claimed: 1 of 40


$500

ESSENTIALS

Only the ESSENTIALS for you because you're a person of class. Get all the
incentives mentioned previously plus the goodwill of Mr. Sarmiento himself.




Still from Edward Yang's A Confucian Confusion (1994). Like Yang, Sarmiento
frequently incorporates slapstick throughout his work.


$1,000

ASSOCIATE PRODUCER

Buy your way into the business. Get recognized as an "Associate Producer" in the
film's end credits. Plus everything from the other tiers!




Still is from Staying Vertical (2016) by the French filmmaker Alain Guiraudie.
Guiraudie tells crazy stories, often inventing whole transgressive worlds built
on impossible structures. In Staying Vertical, a screenwriter builds an entire
life with a farmer's daughter and sleeps with her father, all while he
procrastinates on his screenplay in a wholly transcendent experience.


$5,000

EXECUTIVE PRODUCER

Total G. Your name under 'EXECUTIVE PRODUCED BY" in the film's end credits. Plus
all the other incentives.




Still is from The Kingdom of Dreams and Madness (2013). Producer Toshio Suzuki,
pictured to the left of Hayao Miyazaki, has been producing films for Studio
Ghibli since 1989's Kiki's Delivery Service.


ABOUT THIS TEAM


TIM SARMIENTO – WRITER & DIRECTOR






TIM SARMIENTO is an art-focused filmmaker based in Brooklyn, New York. He’s
worked in film production for 12+ years, including a 4-season stint directing
and producing digital content for the illustrious Desus & Mero on Showtime.
Sarmiento traces his production roots back to the Bay Area, where he was raised,
and later where he got his start in production, on the ABS-CBN subsidiary
network The Filipino Channel. Currently, Sarmiento is developing multiple
narrative film projects: the lighthearted odd-couple character study in ARE YOU
DEPRESSED, OR JUST A CAT?, the transgressive psychosexual drama short called THE
WHORE, and the contemporary New York media creative culture commentary feature
NO GOODBYE, NO HELLO. Sarmiento remains highly devotional to the craft of
writing and directing. IG: @timjjs








JASON JOO – ACTOR - "GUNTER"







JASON JOO is a New Jersey-born actor living and performing in NYC. An alum of
the Stella Adler Studio, Jason always knew as a child that he wanted to be a
performer, and he’s grateful for the opportunity to do what he loves with the
team behind AYDOJAC. Unfortunately, however, he is allergic to cats.
IG: @jason.joo








LIZZIE NGUYEN – ACTRESS - "CLAIR"







LIZZIE NGUYEN is a Vietnamese-American actor and writer. Born and raised in the
Midwest, she graduated from Ball State University and now lives in New York City
with her cat, Cinco. IG: @lizzie.nguyen








LITA ROBINSON – PRODUCER






LITA ROBINSON studied film at Smith College and NYU Tisch, and has worked in the
industry since 2011. She has experience in international sales, distribution,
festivals and exhibition, having worked at Visit Films, Magnolia Pictures, and
NYC's legendary Film Forum. She is currently on the Content Team at MUBI.  As a
producer, Lita's goal is to clear pathways for her creative partners, allowing
them the artistic space to express their visions as fully as possible. She is
thrilled to help bring ARE YOU DEPRESSED, OR JUST A CAT? into being, and
introduce Tim as an exciting new filmmaker to keep an eye on.





MIRADOR – COMPOSER






MIRADOR is the NYC-based composing duo of BOREY SHIN and COREN HG. Both also
work in the visual arts and maintain their own recording projects. Borey makes
synth ballads, ambient music, animations, chamber music, and moody songs. He
works with minimal means to create delicately undulating soundscapes using
pianos, synthesizers, accordions, and other keyboard instruments. Borey is also
an avid performer of varied improvised musics. Coren currently records and
performs with the band Story Arc. Together as MIRADOR, they create music for
theater, film, dance, video games, and all manner of visual media. Their debut
EP “Image Scores Vol. 1” – releasing summer 2024 – will feature short pieces
that soundtrack a collection of six paintings.








LEO ZHANG – DIRECTOR OF PHOTOGRAPHY






LEO ZHANG is a cinematographer, director and music composer based in NYC. Born
in Beijing, Leo has over 17 years of experience with photography and visual
arts, working in both the indie film and commercial worlds. His films have been
featured in numerous festivals incl. Palm Springs, Cannes, Mallorca and
Slamdance. Leo is currently obtaining his MFA from NYU Tisch.








CABE THOMPSON – CASTING DIRECTOR









CABE THOMPSON has always been a movie lover. His most recent acting credits
include the Sofia Coppola produced Fairyland, and web series Strings
Attached. Deepening his relationship with film, Cabe got into casting in 2018.
His most recent credits include Oppenheimer, Earth Mama, and Freaky
Tales. Working closely with actors and creators to make something come to life
is a great joy. Cabe is proud to be the casting director for AYDOJAC. 








DEVON LIN – PRODUCTION DESIGNER









DEVON LIN is a Production Designer, Art Director and Set Decorator based in New
York City. She primarily designs for indie films, in addition to work in the art
department on various features and series for entertainment companies such as
Amazon MGM Studios. Growing up in a family of artists, she trained
professionally for ballet at the Secondary School of Beijing Dance Academy and
Kirov Ballet (now Mariinsky Ballet). She formerly danced with National Ballet of
China and Pacific Northwest Ballet. 








SARAH LOCKWOOD – COSTUME DESIGNER









SARAH LOCKWOOD is a graduate from The Conservatory of Theatre Arts at Webster
University where she obtained her BFA in Costume Design. She started her
professional career in Los Angeles where she was a Stylist for MTV’s Wild’n Out.
She next moved to NYC to Design Assist for Showtime’s Desus & Mero, where she
met and worked with Director, Timothy Sarmiento! Other credits include: Lead
Stylist for Jharrel Jerome 4 part Rap Pack Short Film, Dresser for Disney’s The
Lion King on Broadway, Funny Girl on Broadway, and is currently working as a
Dresser for Hell’s Kitchen on Broadway. IG: @sarah_lockwood 











COREN HG – ASSISTANT DIRECTOR







COREN HG is a Brooklyn-based independent filmmaker and composer originally from
Chapel Hill, North Carolina. He’s written and directed several narrative films
and documentaries, including two projects commissioned by Duke University and
NYC’s Film Forum. As an assistant director, he’s worked on such films as the
Magnolia Pictures release THE FEELING THAT THE TIME FOR DOING SOMETHING HAS
PASSED and the forthcoming 16mm feature CHARACTERS DISAPPEARING. He is the
co-founder of PEOPLES CINEMA, a film collective reimagining the production and
distribution landscape, and is currently developing his first feature.








RISHI GANDHI – COLORIST






RISHI GANDHI is a first generation immigrant of Indian descent moving between
the Côte D’Ivoire, the UK, and US. Rishi has spent years around the world but
decided to make film his home. His skills have been honed from years of working
on short film horror schlock, broadcast news, and documentaries. Rishi's main
focus is in narrative film and commercials. Rishi is a colorist with a
background in cinematography, editing and directing. IG: @rishigandhicolor


CURRENT TEAM



LITA R.

Producer

Supporters

96

No Suppoters

This campaign doesn’t have any supporters. Make a pledge and be the first

Make A Pledge





Anonymous

Cash Pledge

Saturday August 10th at 6:31AM PST

Anonymous

Cash Pledge

Friday August 9th at 10:36PM PST

Emme G. Cohen

Cash Pledge

Friday August 9th at 5:49PM PST

Vivian Ngo

Cash Pledge

Friday August 9th at 1:29PM PST

Kevin Woon

Cash Pledge

Friday August 9th at 12:26PM PST

Greg Steinbruner

Cash Pledge

Friday August 9th at 9:38AM PST

Lisa Bensing

Cash Pledge

Friday August 9th at 7:01AM PST

Sara Smyth

Cash Pledge

Friday August 9th at 6:53AM PST

Megan Trank

Cash Pledge

Friday August 9th at 6:52AM PST

Jules Y.

Cash Pledge

Thursday August 8th at 8:57PM PST

Previous



1

2

3

4

5

6

7

8

9

10

Next

Showing 1 to 10 of 96 entries

Followers

115

No Followers

This campaign doesn’t have any followers. Follow to get updates on this project

Make A Pledge

Litaproducing@Gmail.Com

Cresma

Emme

Vivian

Kevin

Greg

Lisa

Sara

Megan

Jules
Previous



1

2

3

4

5

6

7

8

9

10

11

12

Next

Showing 1 to 10 of 115 entries

Copyright © 2022 Seed&Spark

All rights reserved

COMPANY

 * Mission
 * Team
 * Careers
 * Press
 * Film Forward

FOR CREATORS

 * Crowdfunding 101
 * Why S&S?
 * Events
 * Resources
 * Fiscal Sponsors

SUPPORT

 * FAQs
 * Code of Conduct
 * Get In Touch

STAY UP TO DATE

Subscribe
 * Terms
 * Privacy
 * Cookies

 * Seed and Spark Instagram link
 * Seed and Spark Facebook link
 * Seed and Spark Twitter link